<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main styles */
.link-details-review a,
.category-desc a {
  color: #2eaf61 !important;
}

.bottom-fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 49;
  background: #fff;
  padding: 7px 0 0;
}

@media screen and (min-width: 992px) {
  .bottom-fixed-buttons {
    display: none;
  }
}

.bottom-fixed-buttons ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
}

.bottom-fixed-buttons li {
  display: inline-block;
  width: 33.332%;
  padding: 0 3px;
}

.bottom-fixed-buttons .scrollspy-btn-slot {
  display: flex;
  justify-content: center;
  align-self: start;
}

.bottom-fixed-buttons .item-link {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}

.bottom-fixed-buttons .item-counter {
  position: absolute;
  left: calc(50% + 20px);
  color: #000;
}

.bottom-fixed-buttons .item-ico {
  height: 32px;
  width: 32px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.bottom-fixed-buttons .item-ico .svg-icon {
  width: 100%;
  height: 100%;
}

.bottom-fixed-buttons .item-title {
  margin-top: 4px;
  color: #000;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
}

.bottom-fixed-buttons .link-analytics .item-title {
  position: relative;
  padding-right: 15px;
}

.bottom-fixed-buttons .out-link {
  position: absolute;
  bottom: 100%;
  height: 30px;
  background: #11b067;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.bottom-fixed-buttons .out-link .item-ico {
  width: auto;
  height: auto;
  display: inline-flex;
  margin: 0 4px 0 0;
}

.bottom-fixed-buttons .out-link .item-ico .icon-site {
  display: inline-flex;
}

.bottom-fixed-buttons .out-link .item-title {
  display: flex;
  align-items: center;
  padding: 0;
  text-transform: lowercase;
}

.bottom-fixed-buttons .out-link .item-title .svg-icon {
  margin-left: 3px;
}

.bottom-fixed-buttons .link-analytics .item-title {
  margin-top: 0;
  color: #fff !important;
  width: auto;
  font-size: 16px;
}

.link-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 5px 0;
  padding: 5px 5px 5px 0;
  font-size: 39px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #fff;
}

.link-header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 1px;
}

.link-header .inline-icon {
  margin: -5px 5px 0 0;
}

@media (max-width: 576px) {
  .link-header .inline-icon {
    margin: 0;
  }
}

.link-header h2,
.link-header h1 {
  flex-grow: 1;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  color: #767676;
}

.link-header h2 img,
.link-header h1 img {
  display: inline-block;
}

.link-header .single-title {
  margin-right: 5px;
}

@media (max-width: 991px) {
  .link-header h2,
  .link-header h1 {
    font-size: 20px;
    font-weight: 500;
  }
}

.link-header .btn-main {
  align-self: flex-start;
  margin: 0;
  padding-inline: 20px;
}

@media (max-width: 767px) {
  .link-header .btn-main {
    padding: 12px 8px;
  }
}

.link-header .btn-main .text {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .link-header .btn-main .text {
    display: none;
  }
}

.link-header .btn-main .link-icon {
  flex-shrink: 0;
  width: 22px;
  height: 12px;
  background: url(/includes/images/icons/others/icon-arrow-right.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 1025px) {
  .link-header .btn-main:hover .link-icon {
    animation: btnMainArrowLeft 1s infinite;
  }
}

/* main styles */
/* single page styles */
.top-bar-review {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transform: translateY(-200%);
  transition: transform 0.5s;
  z-index: 111;
  box-shadow: -5px 6px 25px 2px rgba(50, 50, 60, 0.22);
  background-color: #f2f3f6;
}

@media (max-width: 991px) {
  .top-bar-review {
    display: none;
  }
}

.top-bar-review.sticky {
  transform: translateY(0);
}

.top-bar-review .holder {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .top-bar-review .holder {
    max-width: 1020px;
  }
}

.top-bar-review.menu-opened .category-menu {
  display: block;
}

.top-bar-review.menu-opened .btn-menu .menu-toggle span {
  background-color: #ff9701;
}

.top-bar-review.menu-opened .btn-menu .menu-toggle span:nth-child(2) {
  transform: translateX(5px);
  transition: transform .5s;
}

.top-bar-review .btn-menu {
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
}

.top-bar-review .btn-menu .menu-toggle span {
  width: 100%;
  height: 4px;
  background-color: #4e4e4e;
  border-radius: 4px;
  display: block;
  margin-bottom: 9px;
}

.top-bar-review .btn-menu .menu-toggle span:last-child {
  margin-bottom: 0;
}

.top-bar-review .btn-menu .menu-toggle span:nth-child(2) {
  transition: transform .5s;
}

.top-bar-review .category-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  height: calc(100vh - 80px);
  background: #fff;
}

.top-bar-review .category-list {
  padding: 0 16px;
}

.btn-visit {
  --animation-rgb-value: 51, 217, 178;

  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  padding: 14px 16px;
  transition: background .1s;
  position: relative;
  color: #fff;
  margin: 0 0 0 10px;
  position: relative;
  box-shadow: 0 5px 9px rgba(46, 175, 97, 0.33);
  border-radius: 10px;
  background-color: #2eaf61;
}

@media (min-width: 1025px) {
  .btn-visit:hover {
    animation: pulse 1s infinite;
  }

  .btn-visit:hover .link-icon {
    animation: btnMainOpenLink 1s infinite;
  }
}

.btn-visit .link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/includes/images/icons/others/icon-forward-link.svg);
  background-size: cover;
}

.top-menu-holder {
  overflow: hidden;
}

.top-menu {
  display: table;
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 6px 0 0 0;
  margin: 0;
}

.top-menu .item-menu {
  display: table-cell;
  vertical-align: top;
}

.top-menu .item-menu.active .item-link {
  border-color: #e98607;
}

@media (min-width: 1025px) {
  .top-menu .item-menu:hover .item-link {
    border-color: #e98607;
  }

  .top-menu .item-menu:hover .item-link .item-ico {
    background-color: #fa9e43;
    box-shadow: 0 5px 9px rgba(255, 151, 1, 0.33);
  }

  .top-menu .item-menu:hover .item-title {
    color: #ff9701;
  }
}

.top-menu .item-link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  padding: 0 15px 2px 15px;
}

.top-menu .item-title {
  line-height: 16px;
  max-width: 100%;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.top-menu .item-ico {
  margin: 0 auto 7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  box-shadow: 0 5px 9px rgba(191, 192, 203, 0.33);
  border-radius: 15px;
  background-color: #ffffff;
}

.top-menu .item-ico .icon-site {
  display: inline-flex;
}

.top-menu .item-ico img {
  width: 16px;
  height: 16px;
}

.top-menu .item-ico .icon-category {
  width: 20px;
  height: 20px;
}

.top-menu .item-ico .link-icon-base {
  margin: 0;
}

.top-menu .item-ico .link-icon-base:before {
  margin-right: 0;
}

.singlepage-link-content {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 300px;
  grid-column-gap: 10px;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .singlepage-link-content {
    display: flex;
    flex-wrap: wrap;
  }
}

.singlepage-link-content .link-thumbnail {
  grid-area: 1 / 1 / 3 / 2;
}

.singlepage-link-content .link-details {
  grid-area: 1 / 2 / 2 / 3;
}

.singlepage-link-content .back-block {
  grid-area: 1 / 3 / 2 / 4;
}

.singlepage-link-content .procons {
  grid-area: 2 / 2 / 3 / 4;
}

.singlepage-link-content .modal-btns {
  display: none;
  width: 100%;
  margin-top: 10px;
  padding-right: 10px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .singlepage-link-content .modal-btns {
    display: flex;
    margin-top: 20px;
  }
}

.top-menu .item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #96979f;
  font-size: 12px;
  font-weight: 300;
}

.link-thumbnail {
  position: relative;
  z-index: 1;
}

.link-thumbnail .modal-btns {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .link-thumbnail .modal-btns {
    display: none;
  }
}

@media (max-width: 991px) {
  .link-thumbnail img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .link-thumbnail .btn-main {
    display: none;
  }
}

.example-thumb .big-thumb-holder-wrap {
  position: relative;
}

.link-thumbs-holder {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) and (min-width: 481px) {
  .link-thumbs-holder {
    margin-bottom: 10px;
  }
}

.link-thumbs-holder .swiper-slide-prev .link-thumb:before,
.link-thumbs-holder .swiper-slide-next .link-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, .7);
}

.link-thumbs-holder .review-rank {
  position: absolute;
  top: 60px;
  z-index: 1;
  transition: transform .2s ease;
}

@media (max-width: 991px) {
  .link-thumbs-holder .review-rank {
    display: none;
  }
}

.link-thumbs-holder .review-rank-prev {
  left: 0;
  transform: translateX(-100%);
}

.link-thumbs-holder .review-rank-next {
  right: 0;
  transform: translateX(100%);
}

.link-thumbs-holder .swiper-pagination {
  --swiper-pagination-top: auto;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-fraction-color: #fff;

  position: relative;
  z-index: 1;
  transform: translateY(-3px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 24px;
  padding: 2px 10px 0;
  border: 3px solid #cecece;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  background-color: #f2f3f6;
  color: #767676;
}

.link-thumbs-holder.has-sliders .review-rank-prev {
  transform: translateX(10px);
}

.link-thumbs-holder.has-sliders .review-rank-next {
  transform: translateX(-10px);
}

@media (max-width: 991px) {
  .link-thumbs-holder .swiper-slide {
    width: 71% !important;
    margin: 0 auto;
  }

  .link-thumbs-holder.swiper-initialized .swiper-slide {
    margin: 0;
  }

  .link-thumbs-holder .swiper-pagination {
    width: 71%;
    margin-inline: auto;
  }
}

.link-thumbnail .link-thumb {
  border-radius: 5px;
  border: 3px solid #cecece;
  position: relative;
}

@media (max-width: 991px) {
  .link-thumbnail {
    width: 100%;
    overflow: hidden;
  }
}

.link-thumbnail .link-thumb .big-thumb-holder {
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  position: relative;
  padding-top: 100%;
}

.link-thumbnail .link-thumb .big-thumb-holder:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 140px;
  width: 100%;
  z-index: 1;
  background: #000;
  background: linear-gradient(0deg,rgba(255,255,255,0) 0,rgba(0,0,0,.4) 25%, rgba(0, 0, 0, .4), rgba(0,0,0,.4) 75%,rgba(255,255,255,0) 100%);
}

.link-thumbnail .link-thumb .example-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .link-thumbnail .link-thumb .example-thumb-img {
    transition: transform .3s;
    transform-origin: top left;
  }
}

.url_link_image.deadsite {
  z-index: 5;
}

.url_link_image.deadsite + .url_link_title,
.url_link_image.deadsite .link2 {
  display: none;
}

.url_link_image.deadsite:hover {
  z-index: 1;
}

.url_link_image.deadsite:hover .deadsite-drop {
  opacity: 0;
  visibility: hidden;
}

.link-thumbnail .link-thumb a .deadsite-drop,
.url_link_image .deadsite-drop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  transition: opacity .1s;
  padding: 15px 0 0 0;
  background-image: initial;
  background-color: rgba(26, 29, 32, .6);
  text-align: center;
  display: none;
}

.url_link_image .deadsite-drop {
  padding: 10px 0 0 0;
}

.url_link_image .deadsite-drop {
  transition: opacity .2s ease, 
  visibility .2s ease;
}

.link-thumbnail .link-thumb a.deadsite .deadsite-drop,
.url_link_image.deadsite .deadsite-drop {
  display: inline-block;
}

.link-thumbnail .link-thumb a.deadsite .btn-site,
.url_link_image.deadsite .btn-site {
  display: none;
}

.link-thumbnail .link-thumb a .deadsite-drop .icon-holder,
.url_link_image .deadsite-drop .icon-holder {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/includes/images/icons/others/deadsite.svg) 50% 50% no-repeat;
  background-size: 80%;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -1;
}

@media (max-width: 991px) {
  .link-thumbnail .link-thumb a .deadsite-drop .icon-holder,
  .url_link_image .deadsite-drop .icon-holder {
    background-size: 80%;
  }
}

@media (max-width: 599px) {
  .url_link_image .deadsite-drop .icon-holder {
    background-size: 70%;
  }
}

.link-thumbnail .deadsite-drop .item-link,
.url_link_image .deadsite-drop .item-link {
  --animation-rgb-value: 255, 177, 66;

  padding: 13px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  width: 200px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

.url_link_image .deadsite-drop .item-link {
  bottom: 10px;
  width: auto;
  padding: 10px 20px;
}

@media (max-width: 480px) {
  .url_link_image .deadsite-drop .item-link {
    padding: 6px 10px;
  }
}


@media (min-width:992px) {
  .link-thumbnail .deadsite-drop .item-link:hover,
  .url_link_image .deadsite-drop .item-link:hover {
    animation: pulse 1s infinite;
  }
}

.link-thumbnail .deadsite-drop .item-link .text,
.url_link_image .deadsite-drop .item-link .text {
  font-size: 18px;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 111px;
}

.url_link_image .deadsite-drop .item-link .text {
  min-width: initial;
}

@media (max-width: 599px) {
  .url_link_image .deadsite-drop .item-link .text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .url_link_image .deadsite-drop .item-link .text {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .url_link_image .deadsite-drop .item-link .text {
    font-size: 12px;
  }
}

@media (min-width:992px) {
  .link-thumbnail .deadsite-drop .item-link:hover .btn-icon,
  .url_link_image .deadsite-drop .item-link:hover .btn-icon {
    animation: btnMainArrowRight 1s infinite
  }
}

.link-thumbnail .deadsite-drop .item-link .btn-icon,
.url_link_image .deadsite-drop .item-link .btn-icon {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  background: url(/includes/images/icons/others/w-icon-arrow-right.svg) no-repeat;
  width: 20px;
  height: 10px;
  background-size: 20px;
  flex-shrink: 0
}

@media (max-width: 599px) {
  .url_link_image .deadsite-drop .item-link .btn-icon {
    width: 16px;
    height: 8px;
    background-size: 16px;
  }
}

.link-thumbnail .deadsite-drop .item-link .link-icon,
.url_link_image .deadsite-drop .item-link .link-icon {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  background: url(/includes/images/icons/others/w-icon-new-tab.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 18px;
  flex-shrink: 0
}

.link-thumbnail .deadsite-drop .link1,
.url_link_image .deadsite-drop .link1 {
  background: #f89e49
}

@media (min-width: 1025px) {
  .link-thumbnail .link-thumb a:hover img {
    transform: scale(1.1);
    transform-origin: top left;
  }

  .link-thumbnail .link-thumb a:hover .drop {
    opacity: 1;
  }
}

@media (max-width: 599px) {
  .link-thumbnail .link-thumb a .deadsite-drop {
    padding-top: 20px;
  }
  .link-thumbnail .deadsite-drop .item-link {
    bottom: 25px;
  }
}

.deadsite-title {
  display: block;
  padding-inline: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 991px) {
  .deadsite-title {
    padding-inline: 0;
  }
}

.url_link_image .deadsite-title {
  font-size: 30px;
}

@media (max-width: 599px) {
  .url_link_image .deadsite-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .url_link_image .deadsite-title {
    font-size: 22px;
  }
}

@media (max-width: 374px) {
  .url_link_image .deadsite-title {
    font-size: 18px;
  }
}

.deadsite-subtitle {
  display: block;
  padding-inline: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 991px) {
  .deadsite-subtitle {
    padding-inline: 0;
  }
}

@media (max-width: 480px) {
  .deadsite-title {
    font-size: 22px;
  }
  .deadsite-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .link-thumbnail .deadsite-drop .item-link {
    bottom: 15px;
    border-radius: 10px;
    padding: 10px 0;
  }
}

.link-thumbnail .favicon-bar-wrapper {
  width: 100%;
  height: 44px;
  background: #f3f3f3 url(/includes/images/top-bar.png) no-repeat;
  background-position: 50% 25%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .link-thumbnail .favicon-bar-wrapper {
    background-size: contain;
  }
}

@media (max-width: 430px) {
  .link-thumbnail .favicon-bar-wrapper {
    background-size: 90%;
  }
}

@media (max-width: 380px) {
  .link-thumbnail .favicon-bar-wrapper {
    background-size: 97%;
  }
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar {
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-left: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 430px) {
  .link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar {
    top: 11px;
  }
}


@media (max-width: 380px) {
  .link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar {
    top: 13px;
  }
}
.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .icon-site {
  display: inline-flex;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain {
  top: 0;
  left: 5px;
  color: #000;
  font-size: 15px !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: lowercase;
  padding-top: 0;
}

@media (max-width: 380px) {
  .link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain {
    font-size: 12px !important;
    top: -2px;
  }
}

@media (min-width: 992px) {
  .link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain:before {
    content: "https://";
    color: #767676;
  }
}

.btn-site {
  --animation-rgb-value: 51, 217, 178;

  position: absolute;
  top: 50%;
  left: 7px;
  right: 7px;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 8px;
  border: 2px solid #4c4c4c;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background-color: #2eaf61;
  color: #fff;
  transition: background .1s;
}

@media (min-width: 1025px) {
  .back-button:hover {
    animation: pulse 1s infinite;
  }

  .back-button:hover .link-icon {
    animation: btnMainArrowLeft 1s infinite;
  }
  
  .btn-site:hover {
    animation: pulse 1s infinite;
  }

  .btn-site:hover .link-icon {
    animation: btnMainOpenLink 1s infinite;
  }
}

.btn-site .icon-site {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  overflow: visible;
}

.btn-site .icon-site::before {
  transform: scale(1.6);
}

.btn-site .link-icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: auto;
  vertical-align: middle;
  background: url(/includes/images/icons/others/icon-forward-link.svg) no-repeat;
  background-size: 100%;
  fill: currentColor;
  color: #fff;
}

.btn-site .text {
  display: inline-block;
  margin: 0 5px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
}

@media (max-width: 480px) {
  .btn-site .sitename,
  .btn-site .text {
    font-size: 17px;
    font-size: 4.5vw;
  }
}

@media (max-width: 991px) {
  .btn-site {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
  }

  .btn-site .link-icon {
    width: 20px;
    height: 20px;
  }
}

.url_links_wrapper_related a .url_link_caption {
  padding: 8px 5px 4px 20px;
}

.url_links_wrapper_related .url_link_container .url_link_caption::after {
  left: 4px;
}

@media (max-width: 1200px) {
  .desktop_menu_list .mobile_category_name&gt;span .inline-icon {
    width: 28px;
    height: 28px;
  }
  .desktop_menu_list .mobile_category_name&gt;span&gt;span:not(.inline-icon) {
    font-size: 12px;
  }
  .desktop_menu_list .mobile_link_icons&gt;span {
    font-size: 13px;
  }
  .url_links_wrapper_related a .url_link_caption span:last-child {
    font-size: 12px;
  }
  .url_link_container .icon-site-list {
    gap: 8px;
    font-size: 13px;
  }
  .url_links_wrapper_related a .url_link_caption .icon-category {
    width: 24px;
    height: 24px;
  }
  .url_link_title .link {
    font-size: 13px;
  }
}

@media (min-width: 1201px) {
  .url_links_wrapper_related a .url_link_caption .icon-category {
    width: 28px;
    height: 28px;
  }
  .url_links_wrapper_related a .url_link_caption span:last-child {
    font-size: 13px;
  }
  .url_link_list_sites .link-icon-base {
    font-size: 13px;
  }
}

.btn-main {
  --animation-rgb-value: 118, 118, 118;

  margin: 10px 0 0 0;
  padding: 9px 7px 9px 8px;
  align-items: center;
  justify-content: center;
  color: #767676;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  display: flex;
  border-radius: 10px;
  border: 2px solid #767676;
}

@media (min-width: 1025px) {
  .btn-main:hover {
    animation: pulse 1s infinite;
  }

  .link-thumbnail .btn-main:hover .link-icon {
    animation: btnMainArrowDown 1s infinite;
  }

  .view_category .btn-main:hover .link-icon {
    animation: btnMainArrowRight 1s infinite;
  }
}

.link-thumbnail .btn-main .link-icon {
  margin-left: auto;
  width: 33px;
  height: 18px;
  background: url(/includes/images/icons/others/icon-arrow-right.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.btn-main .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 5px;
  flex-basis: 82%;
}

@media (max-width: 480px) {
  .btn-main .text {
    font-size: 17px;
    font-size: 4.5vw;
  }
}

.back-block {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 60%;
  border: 3px solid #f2f3f6;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
  transition:
    opacity .2s ease,
    background-position 0.2s ease;
}

@media (max-width: 991px) {
  .back-block.lazyloaded {
    opacity: 1;
    background-image: url(/includes/images/back-img.png);
  }
}

@media (min-width: 992px) {
  .back-block {
    margin-top: 40px;
    padding-bottom: 131%;
    opacity: 1;
    background-image: url(/includes/images/back-img.png);
  }
}

.back-block-link {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.back-button {
  --animation-rgb-value: 248, 158, 73;

  position: relative;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  padding: 15px 20px;
  border: 2px solid #4c4c4c;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  background-color: #f89e49;
  color: #fff;
  transition: background-color .2s;
}

.divider {
  position: relative;
  margin: 37px 0;
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #ff9701;
}

.divider.lazyloaded::before {
  display: block;
}

.divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate3d(-50%, -50%, 0);
  display: none;
  width: 40px;
  height: 40px;
  background: url(/includes/images/tpdbread.svg) 50% 50% no-repeat;
  background-size: 100%;
  animation: fadeEffect .2s;
}

.back-button .link-icon {
  margin-left: 6px;
  width: 26px;
  height: 12px;
  background: url(/includes/images/icons/others/w-icon-arrow-right.svg) no-repeat;
  background-size: 26px 12px;
  display: inline-block;
  vertical-align: middle;
}

.link-details {
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .link-details {
    height: 100%;
    padding-top: 35px;
  }
}

@media (max-width: 991px) {
  .link-details {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .link-details {
    padding-top: 0;
  }
}

.link-details .title-holder {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .link-details .title-holder {
    flex-wrap: wrap;
    text-align: center;
  }
}

.link-details .link-title {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  margin: 10px 0 10px;
}

@media (max-width: 991px) {
  .link-details .link-title {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .link-details .link-title {
    position: relative;
    padding-bottom: 50px;
    gap: 6px;
  }
}

.link-details .link-title h1,
.link-details .link-title h2 {
  position: relative;
  display: block;
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  color: #4c4c4c !important;
}

.link-details .link-title h3 {
  margin: -10px 0 0 0;
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal !important;
  text-align: left;
  line-height: 20px;
  color: #ab726e !important;
}

.link-details .link-title h3 a {
  color: #2eaf61;
  font-size: 14px;
}

.link-details .link-title h3 .icon-site {
  display: inline-flex;
  margin-right: 4px;
}

@media (max-width: 480px) {
  .link-details .link-title h1 {
    margin: 0;
    font-size: 22px;
  }

  .link-details .link-title h3 {
    margin: 0;
    text-align: center;
    display: none;
  }
}

.link-details .link-rating {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.link-details .link-rating .link-rating-image {
  float: left;
}

.link-details .link-rating .link-rating-image .rating {
  cursor: pointer;
  background-image: url(/includes/images/icon_rating.svg);
}

.link-details .link-rating .link-rating-image .rateon {
  background-repeat: no-repeat;
  background-size: 22px auto;
  float: left;
  height: 24px;
  width: 21px;
  margin-left: 3px;
}

.link-details .link-rating .link-rating-image .rateoff {
  background-repeat: no-repeat;
  background-image: url(/includes/images/icon_rating_off.svg);
  background-size: 22px auto;
  float: left;
  height: 24px;
  width: 21px;
  margin-left: 3px;
}

.link-details .link-rating .link-rating-text {
  color: #828282;
  float: left;
  white-space: nowrap;
  margin: 4px 0 0 2px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .link-details .link-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 145px;
  }
}

@media (max-width: 480px) {
  .link-details .link-rating {
    width: 100%;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.link-details .link-title-line {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 480px) {
  .link-details .link-title-line {
    width: auto;
  }
}

.singlepage-link-content .procons {
  overflow: hidden;
  margin: 7px 0 0;
  max-height: 60px;
  overflow-y: auto;
  will-change: transform;
  font-size: 14px;
}

@media (min-width: 992px) {
  .singlepage-link-content .procons {
    padding: 0 5px 0 0;
  }
}

.singlepage-link-content .procons h3 {
  color: #4e4e4e !important;
  display: block;
  font-size: 15px;
  padding: 0px;
  position: static !important;
  text-transform: none !important;
  margin: 7px 0;
  font-weight: 500;
}

.singlepage-link-content .procons ul {
  list-style: none;
}

.singlepage-link-content .procons ul li {
  color: #4f4f4f;
  padding-left: 2px;
  text-transform: lowercase;
  position: relative;
  margin: 0 5px 5px 0;
  display: inline-block;
}

.sitename {
  font-size: 18px;
}

.singlepage-link-content .procons ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 3px;
  background: url(/includes/images/icons/others/icon-pros.svg) no-repeat;
  background-size: contain;
}

.singlepage-link-content .procons ul:last-child li:before {
  background: url(/includes/images/icons/others/icon-cons.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .singlepage-link-content .procons ul {
    order: 1;
  }
}

@media (max-width: 768px) {
  .singlepage-link-content .procons ul {
    width: 100%;
    order: 0;
  }
}

.under-block-info {
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 640px) {
  .under-block-info {
    display: none;
  }
}

.link-bottom-block {
  clear: both;
  width: 100%;
  margin: 0 0 25px 0;
  position: relative;
  top: 20px;
}

.link-bottom-block-advice {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

@media (max-width: 991px) {
  .link-bottom-block-advice {
    text-align: left;
  }
}

.link-bottom-block-advice img {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  max-width: 50px;
  max-height: 50px;
}

.link-bottom-block-advice a {
  margin: 0 3px;
  color: #2eaf61;
}

.link-details-review,
.link-details-review p {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 22px;
  will-change: transform;
}

.link-details-review-wrapper {
  position: relative;
  max-height: 275px;
  z-index: 0;
}

.link-details-review-wrapper.top-shadow:before {
  top: 0;
}

.link-details-review-wrapper.bottom-shadow:after {
  bottom: 0;
}

@media (min-width: 992px) {
  .link-details-review-wrapper {
    position: relative;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 100%;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .link-details-review-wrapper {
    height: 160px;
  }
}

.link-details-review {
  max-height: 100%;
  overflow-y: auto;
  padding: 0 5px 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.link-details-review h3 {
  font-size: 18px !important;
  line-height: 1.3 !important;
  color: #4c4c4c !important;
  margin: 0px 0 5px 0 !important;
  font-weight: 500 !important;
}

.link-details-review p:not(:last-child) {
  margin-bottom: 10px;
}

#link-rating-msg {
  color: #000;
  margin: 0 0 8px 0;
}

.row-sites {
  overflow: hidden;
  padding: 3px 5px;
  text-decoration: none !important;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  margin: 5px 0 0;
  z-index: 2;
  border-radius: 10px;
  background-color: #f2f3f6;
}

@media (min-width: 992px) {
  .row-sites {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.row-sites .title {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 33px;
  color: #9798a0;
}

.row-sites .title .svg-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 0;
}

.row-sites .title span {
  color: #767676;
}

.row-sites .title strong {
  font-weight: 500;
}

.row-sites .list-sites {
  font-size: 0;
  height: 30px;
  padding: 0 15px 0 7px;
  text-align: right;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}

.row-sites .list-sites:after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #828485;
}

.row-sites .list-sites .item-site {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 0 0 -7px;
  width: 30px;
  height: 30px;
  box-shadow: 0 5px 9px rgba(191, 192, 203, .33);
  background-color: #fff;
}

.view_category {
  text-align: center;
  padding: 0;
  width: 100%;
}

/* single page styles */

/* Icons */

.icon-pennant-mono {
  background-image: url(/includes/images/report/pennant-mono.svg);
}

.icon-broken-link {
  background-image: url(/includes/images/report/broken-link.svg);
}

.icon-speech-bubble-heart {
  background-image: url(/includes/images/report/speech-bubble-heart.svg);
}

.icon-speech-bubble-heart-success {
  background-image: url(/includes/images/report/speech-bubble-heart-success.svg);
}

.icon-speech-bubble-text {
  background-image: url(/includes/images/report/speech-bubble-text.svg);
}

.icon-screenshot {
  background-image: url(/includes/images/report/screenshot.svg);
}

.icon-categories {
  background-image: url(/includes/images/report/categories.svg);
}

.icon-spam {
  background-image: url(/includes/images/report/spam.svg);
}

.icon-age-limit {
  background-image: url(/includes/images/report/age-limit.svg);
}

.icon-revenge {
  background-image: url(/includes/images/report/revenge.svg);
}

.icon-disclaimer {
  background-image: url(/includes/images/report/disclaimer.svg);
}

.icon-disclaimer-mono {
  background-image: url(/includes/images/report/disclaimer-mono.svg);
}

/* end Icons */

/* Modal buttons */

.modal-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.report-btn {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  font-weight: 500;
  color: #6b6b6b;
}

.report-btn .inline-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: invert(41%) sepia(0%) saturate(629%) hue-rotate(138deg) brightness(98%) contrast(87%);
}

.report-btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.disclaimer-btn {
  color: #8c8d96;
}

/* end Modal buttons */

/* Report modal */

.report-modal .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.report-modal .btn-back .icon {
  width: 18px;
  height: 12px;
  margin-right: 10px;
  fill: #8c8d96;
  transform: rotate(180deg);
}

.report-modal .btn-submit {
  min-width: 150px;
  min-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.report-modal .btn-submit[disabled] {
  opacity: .5;
  pointer-events: none;
}

.report-modal .btn-submit .lds-dual-ring {
  display: none;
}

.report-modal .btn-submit.loading .lds-dual-ring {
  display: inline-block;
}

.report-modal .btn-submit.loading .btn-text {
  display: none;
}

.report-modal .btn-ok {
  min-width: 120px;
}

.report-modal .micromodal-hero .inline-icon {
  width: 160px;
  height: 160px;
}

.report-list {
  margin: 10px -30px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
}

@media (max-width: 991px) {
  .report-list {
    margin: 10px -20px 0;
  }
}

.report-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  cursor: pointer;
  transition: 
    background-color .2s ease,
    color .2s ease;
}

@media (min-width: 1025px) {
  .report-list-item:hover {
    background-color: #f0f1f5;
    color: #000;
  }
}

.report-list-item:active {
  background-color: #f0f1f5;
  color: #000;
}

@media (max-width: 991px) {
  .report-list-item {
    padding: 15px 20px;
  }
}

.report-list-item .icon {
  flex-shrink: 0;
}

.report-list-item .icon {
  width: 20px;
  height: 20px;
  fill: #8c8d96;
  transition: fill .2s ease;
}

@media (min-width: 1025px) {
  .report-list-item:hover .icon {
    fill: #ff8c04;
  }
}

.report-list-item:active .icon {
  fill: #ff8c04;
}

.report-list-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.report-link {
  background: no-repeat 50% 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  transition: background-size .2s ease;
}

.report-link:active {
  background-size: 0% 1px;
}

@media (min-width: 1025px) {
  .report-link:hover {
    background-size: 0% 1px;
  }
}

.report-disclaimer {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.report-disclaimer p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 18px;
}

.report-disclaimer p:last-child {
  margin-bottom: 0;
}

.report-form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media (max-width: 374px) {
  .report-form-footer .btn {
    flex-grow: 1;
  }
}

.report-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
  gap: 20px 0;
}

.report-field {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 424px) {
  .report-field {
    width: 100%;
  }
}

.report-field-textarea {
  width: 100%;
}

.report-field-textarea .report-input {
  max-width: initial;
  height: 120px;
  padding-top: 16px;
}

.report-input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  transition: border-color .2s ease;
}

.report-input:focus {
  border-color: #ff8c04;
}

.report-input:invalid,
.report-input.invalid {
  border-color: #f60000;
}

.report-input::placeholder {
  color: #000;
}

.report-checkbox {
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

.report-checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.report-checkbox-input:checked + .report-checkbox-label::before {
  background-size: 10px 8px;
  filter: invert(48%) sepia(66%) saturate(447%) hue-rotate(89deg) brightness(96%) contrast(97%);
}

.report-checkbox-input.invalid + .report-checkbox-label::before {
  border-color: #f60000;
}

.report-checkbox-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.report-checkbox-label::before {
  content:'';
  box-sizing: border-box;
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 2px solid #b7b7b7;
  border-radius: 4px;
  background-image: url(/includes/images/report/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0 0;
  cursor: pointer;
  transition:
    background-size .1s ease,
    filter .2s ease;
}

.report-after-submit-content .micromodal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 70px;
}

.report-error {
  margin-top: 6px;
  font-weight: 400;
}

.lds-dual-ring {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* end Report modal */

/* Disclaimer modal */

.disclaimer-post {
  position: relative;
  margin-block: 10px 20px;
}

.disclaimer-post.v-scroll::before {
  top: 0;
}

.disclaimer-post.v-scroll::after {
  bottom: 0;
}

.disclaimer-post p:last-child {
  margin: 0;
}

.disclaimer-post-inner {
  height: 370px;
  overflow-y: auto;
}

.disclaimer-post-content {
  animation: fadeEffect .2s;
}

.disclaimer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  font-size: 14px;
}

/* end Disclaimer modal */

/* Rank */

.review-rank {
  --animation-rgb-value: 118, 118, 118;

  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  font-weight: 500;
  line-height: 1;
  background-color: #767676;
  color: #fff;
}

.review-rank-first {
  --animation-rgb-value: 254, 151, 1;

  background-color: #fe9701;
}

.review-rank-second {
  --animation-rgb-value: 204, 122, 1;

  background-color: #cc7a01;
}

.review-rank-third {
  --animation-rgb-value: 153, 92, 0;

  background-color: #995c00;
}

.review-rank--disabled {
  pointer-events: none;
}

.review-rank--disabled::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}

/* .review-rank--disabled {
  opacity: 0;
  visibility: hidden;
} */

.review-rank-link {
  --animation-rgb-value: 118, 118, 118;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 500;
  line-height: 1;
  background-color: #767676;
  color: #fff;
}

.review-rank-prev,
.review-rank-next {
  cursor: pointer;
}

@media (min-width: 992px) {
  .review-rank-prev:hover,
  .review-rank-next:hover {
    animation: pulse 1s infinite;
  }

  .review-rank-prev:hover .review-rank-arrow-left,
  .review-rank-next:hover .review-rank-arrow-left {
    animation: reviewRankArrowLeft 1s infinite;
  }

  .review-rank-prev:hover .review-rank-arrow-right,
  .review-rank-next:hover .review-rank-arrow-right {
    animation: reviewRankArrowRight 1s infinite;
  }
}

.review-rank-arrow {
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10"&gt;&lt;g&gt;&lt;g&gt;&lt;path fill="%23ffffff" d="M17.752 4.448L13.246.228a.876.876 0 0 0-1.18 0 .747.747 0 0 0 0 1.106l3.082 2.885H.834c-.46 0-.834.35-.834.78 0 .433.374.783.834.783h14.314l-3.082 2.884a.747.747 0 0 0 0 1.105c.163.153.377.23.59.23a.861.861 0 0 0 .59-.23l4.506-4.219a.746.746 0 0 0 0-1.104z"/&gt;&lt;/g&gt;&lt;/g&gt;&lt;/svg&gt;');
  background-size: contain;
}

.review-rank-arrow-left {
  transform: rotate(180deg);
}

.link-details .review-rank{
  width: 50px;
  height: 50px;
  border: 2px solid #f0f1f5;
  font-size: 20px;
}

@media (max-width: 480px) {
  .link-details .review-rank {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@keyframes reviewRankArrowLeft {
  0% {
    transform: rotate(180deg) translateX(0px);
  }

  50% {
    transform: rotate(180deg) translateX(3px);
  }

  100% {
    transform: rotate(180deg) translateX(0px);
  }
}

@keyframes reviewRankArrowRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(3px);
  }

  100% {
    transform: translateX(0px);
  }
}
/* end Rank */

/* Skeleton loader */

[aria-busy=true] {
  cursor: progress;
}

.skeleton-loader {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
  vertical-align: top;
}

.skeleton-loader-bone {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  border-radius: inherit;
}

.skeleton-loader-bone::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
  animation: skeleton-loading 1.5s infinite;
}

.skeleton-loader-paragraph:not(:last-of-type) {
  margin-bottom: 10px;
}

.skeleton-loader-text {
  height: 12px;
  margin-bottom: 8px;
  border-radius: 6px;
  background: rgba(0, 0, 0, .12);
}

.skeleton-loader-image {
  background: rgba(0, 0, 0, .12);
}

.skeleton-loader-text + .skeleton-loader-text {
  max-width: 50%;
}

.skeleton-loader-text + .skeleton-loader-text + .skeleton-loader-text {
  max-width: 75%;
}

/* end Skeleton loader */</pre></body></html>