<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottom-banner {
  width: 100%;
  display: flex;
  border: 1px solid #d3d3d3;
  overflow-y: hidden;
  background-color: #5ca6ff;
  height: 75px;
  color: white;
  justify-content: center;
  font-size: 24px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
}
.bottom-banner .text-con {
  height: 100%;
  line-height: 69px;
}
.bottom-banner .subscribe {
  border: 1px solid white;
  border-radius: 3px;
  margin: 10px;
  margin-left: 130px;
  padding: 2px 10px 6px 10px;
  width: 190px;
  justify-content: space-around;
  display: flex;
  cursor: pointer;
  margin-top: 12px;
}
.hover-widget {
  background-color: #5ca6ff;
  width: 620px;
  height: 150px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 10px 15.4px 0.6px rgba(64, 126, 201, 0.35);
}
.hover-widget .publication-thumbnail {
  width: 240px;
  position: absolute;
  bottom: 0;
  left: 15px;
  overflow-y: hidden;
  padding-left: 25px;
}
.hover-widget .publication-thumbnail img {
  width: 160px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  transform: translateY(75px) rotate(-15deg);
  box-shadow: 1px 4px 7px 5px rgba(64, 126, 201, 0.35);
}
.hover-widget .right-con {
  margin-left: 200px;
  flex-grow: 1;
  color: white;
  padding: 2px 10px;
  font-size: 20px;
  padding-left: 20px;
}
.hover-widget .right-con .close-widget {
  cursor: pointer;
  text-align: right;
}
.hover-widget .right-con ul {
  list-style-type: none;
  width: 100%;
  padding-left: 10px;
}
.vertical-widget {
  width: 240px;
  overflow: hidden;
  color: #3698FE;
}
.vertical-widget .publication-thumbnail {
  margin-top: 20px;
  width: 200px;
  height: 304px;
  position: relative;
}
.vertical-widget .publication-thumbnail:before {
  width: 0;
  height: 0;
  border-bottom: 273px solid #3698FE;
  border-right: 413px solid transparent;
  content: '';
  bottom: 0;
  position: absolute;
}
.vertical-widget .publication-thumbnail img {
  height: 285px;
  transform: translateX(32px) rotate(-15deg);
  box-shadow: 4px 2px 6px 0px rgba(64, 126, 201, 0.35);
}
.horizontal-widget {
  display: flex;
  color: #3698FE;
  height: 100px;
  overflow: hidden;
}
.horizontal-widget .publication-thumbnail {
  margin-top: 20px;
  width: 200px;
  height: 304px;
  position: relative;
}
.horizontal-widget .publication-thumbnail:before {
  content: '';
  top: -20px;
  position: absolute;
  bottom: 0;
  width: 127px;
  height: 100px;
  background-color: #3698FE;
  left: 73px;
}
.horizontal-widget .publication-thumbnail img {
  width: 200px;
  transform: translateY(-78px) rotate(-15deg);
  box-shadow: 4px 2px 6px 0px rgba(64, 126, 201, 0.35);
}
@media only screen and (max-width: 426px) {
  .bottom-banner {
    flex-direction: column;
    height: auto;
  }
  .bottom-banner .subscribe {
    margin: 0;
    margin-bottom: 15px;
  }
}
.banners {
  background-color: transparent !important;
}</pre></body></html>