* {
  margin: 0;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 82px;
  }
}

html,
body {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  height: auto;
  font-family: "Inter", sans-serif;
  background: #DEF3F8;
  touch-action: manipulation;
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #DEF3F8 url("../images/bg-devils.png") left 0 repeat-x;
  z-index: -1;
}

.Container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.Container--small {
  max-width: 930px;
}

.AdvBox {
  display: flex;
  color: #116981;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: 14px;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px dashed #3088a3;
}
@media (min-width: 768px) {
  .AdvBox {
    padding: 8px 8px 8px 18px;
  }
}
.AdvBox a {
  color: inherit;
}
.AdvBox a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .AdvBox-content {
    padding-right: 30px;
  }
}
.AdvBox-info {
  background-color: #b4d9e3;
  color: #fff;
  border-radius: 8px;
  padding: 5px;
  display: inline-block;
  margin-left: auto;
  font-size: 12px;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .AdvBox-info {
    display: none;
  }
}

.AdvBox:hover {
  background: #fff;
}

.CatBox {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px;
  margin-top: 12px;
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .CatBox {
    margin-top: 0;
    margin-bottom: 20px;
    background: #c9e9f2;
    border-bottom: 1px dashed #5ca2b7;
  }
}

.CatBox-content {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 8px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #467b8d;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  background: #c9e9f2;
  border: 1px dashed #5ca2b7;
  border-radius: 10px;
  height: 48px;
}
@media (max-width: 767px) {
  .CatBox-content {
    border: 0;
    border-radius: 0;
    padding: 14px 0px 12px 0px;
  }
}
.CatBox-content::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  .CatBox-content {
    height: 56px;
  }
}
.catboxbox {
  display: inline-flex;
  height: auto;
  width: 100%;
  margin-right: 10px;
  border: 1px solid #85b1bd;
  border-radius: 7px;
  background-color: #e6f9fd;
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}
@media (max-width: 767px) {
  .catboxbox {
    margin-right: 6px;
    will-change: transform;
  }
}
.catboxbox a {
  color: inherit;
  text-decoration: none;
  padding: 6px 8px;
}
.catboxbox:hover {
  background-color: #3088a3;
  color: white;
  border: 1px solid #3088a3;
}
.catboxbox.premium {
  background-color: #3088a3;
  color: white;
  border: 1px solid #3088a3;
}
.catboxbox.premium:hover {
  background-color: #cba74c;
  border: 1px solid #cba74c;
}

.CategoryGrid.nopaddside {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1023px) {
  .CategoryGrid.nopaddside {
    display: grid;
    grid-template-areas: "c1 c2" "c3 c4" "c5 c6" "ad ad";
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .CategoryGrid.nopaddside {
    display: grid;
    grid-template-areas: "c1 c3 c4 c2" "c1 c5 c6 c2" "ad ad ad ad";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .CategoryGrid {
    display: grid;
    margin-left: 30px;
    margin-right: 30px;
    grid-template-areas: "c1 c2" "c3 c4" "c5 c6" "ad ad";
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 589px) {
  .CategoryGrid {
    display: grid;
    margin-left: 30px;
    margin-right: 30px;
    grid-template-areas: "c1" "c2" "c3" "c4" "c5" "c6" "ad";
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .CategoryGrid {
    display: grid;
    grid-template-areas: "c1 c3 c4 c2" "c1 c5 c6 c2" "ad ad ad ad";
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
.CategoryGrid-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .CategoryGrid-item {
    margin-bottom: 10px;
  }
}
.CategoryGrid--hp .CategoryGrid-item {
  height: 326px;
}
@media (min-width: 590px) {
  .CategoryGrid--hp .CategoryGrid-item {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .CategoryGrid--hp .CategoryGrid-item {
    height: 450px;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(1), .CategoryGrid--hp .CategoryGrid-item:nth-child(2) {
    height: 620px;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(1) {
    grid-area: c1;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(2) {
    grid-area: c2;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(3), .CategoryGrid--hp .CategoryGrid-item:nth-child(4), .CategoryGrid--hp .CategoryGrid-item:nth-child(5), .CategoryGrid--hp .CategoryGrid-item:nth-child(6) {
    max-height: 300px;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(3) {
    grid-area: c3;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(4) {
    grid-area: c4;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(5) {
    grid-area: c5;
  }
  .CategoryGrid--hp .CategoryGrid-item:nth-child(6) {
    grid-area: c6;
  }
}
.CategoryGrid--hp .CategoryGrid-item .LinkList {
  min-height: 0;
  height: 100%;
}
@media (max-width: 1023px) {
  .CategoryGrid-ad {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .CategoryGrid-ad {
    grid-area: ad;
  }
}

.LinkList {
  display: flex;
  flex-direction: column;
  position: relative;
}
.LinkList--red {
  --LinkList-color: #fa255e;
}
.LinkList--orange {
  --LinkList-color: #ff9204;
}
.LinkList--blue {
  --LinkList-color: #00b7f2;
}
.LinkList--purple {
  --LinkList-color: #c212ff;
}
.LinkList--dark-blue {
  --LinkList-color: #176fff;
}
.LinkList--purple_n {
  --LinkList-color: #d773d2;
}
.LinkList--green_n {
  --LinkList-color: #50b7b0;
}
.LinkList--violet_n {
  --LinkList-color: #7a83d5;
}
.LinkList--red_n {
  --LinkList-color: #eb7f71;
}
.LinkList--blue_n {
  --LinkList-color: #5e9ba7;
}
.LinkList--blue2_n {
  --LinkList-color: #7c9295;
}
.LinkList--blue3_n {
  --LinkList-color: #3aa9cb;
}
.LinkList--pink_n {
  --LinkList-color: #eb688a;
}
.LinkList--pink2_n {
  --LinkList-color: #f163b6;
}
.LinkList--orange_n {
  --LinkList-color: #d38f61;
}
.LinkList--green2_n {
  --LinkList-color: #60ad81;
}
.LinkList--brown_n {
  --LinkList-color: #9f7c72;
}
.LinkList--green3_n {
  --LinkList-color: #7b9f7a;
}
.LinkList--premium_n {
  --LinkList-color: #cba74c;
}
.LinkList-heading {
  background-color: var(--LinkList-color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  padding: 6px 10px;
}
.LinkList-heading a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.LinkList--allClickable {
  position: relative;
  height: 100%;
}
.LinkList--allClickable a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.LinkList--allClickable:hover .LinkList-heading {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .LinkList--allClickable:hover .LinkList-content {
    background-color: #c8e6ed;
  }
}
.LinkList-content {
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  flex: 1;
  overflow: auto;
}
.LinkList-content.reviewgrid {
  padding: 8px 10px 8px 10px;
  overflow: hidden;
}
.LinkList-content.reviewgrid li {
  height: 25px;
}
.LinkList-content:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.LinkList-content::-webkit-scrollbar {
  width: 10px;
}
.LinkList-content::-webkit-scrollbar-thumb {
  background-color: #dedede;
  border: 3px solid #fff;
  border-radius: 20px;
}
.LinkList-content {
  scrollbar-width: thin;
  scrollbar-color: #dedede #fff;
}
.LinkList-content p {
  color: #505050;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 15px;
  height: 30px;
  overflow: hidden;
}
.LinkList-content ol {
  padding: 0;
  margin: 0;
  counter-reset: list;
}
@media (max-width: 1023px) {
  .LinkList-content ol {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
  }
}
.LinkList-content li {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
  height: 29px;
  padding: 0px 5px;
  border-bottom: 1px solid #f6f6f6;
}
@media (max-width: 767px) {
  .LinkList-content li.active-lihp {
    border-bottom: 1px solid #363636 !important;
  }
}
@media (max-width: 1023px) {
  .LinkList-content li {
    flex-grow: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .LinkList-content li:hover {
    background-color: #f8f8f8;
  }
}
.LinkList--numbered .LinkList-content li {
  counter-increment: list;
}
.LinkList--numbered .LinkList-content li::before {
  content: counter(list);
  width: 22px;
  height: 22px;
  background-color: #e1e1e1;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex: 0 0 auto;
}
.LinkList-text {
  display: flex;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LinkList-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.LinkList-text2 {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LinkList-favicon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.LinkList-flags {
  display: flex;
  align-items: center;
  column-gap: 1px;
  margin-left: auto;
}
.LinkList-info {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #e1edf1;
  font-size: 13px;
  line-height: 1;
  pointer-events: none;
  display: grid;
}
.LinkList-info span {
  font-size: 30px;
  font-weight: bold;
}
.LinkList-footer {
  background-color: #fff;
  padding: 15px 25px 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 -4px 20px rgba(44, 111, 132, 0.0705882353);
  -webkit-box-shadow: 0 -4px 20px rgba(44, 111, 132, 0.0705882353);
  position: relative;
}
.LinkList-button {
  background-color: #eee;
  border: 1px solid #e3e3e3;
  color: #5f5a5b;
  font-size: 13px;
  text-transform: capitalize;
  border-radius: 10px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  padding-right: 12px;
}
.LinkList-button:hover {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .LinkList-button:hover {
    animation: pulse-animation 1s infinite;
  }
}

.reviewgrid li {
  padding: 0;
  border-bottom: none;
}

.hpdescription {
  display: none;
}

.temp-div-desktop,
#permanent-div {
  padding: 10px 14px;
  background-color: rgb(45, 45, 45);
  margin-left: -6px;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  border-radius: 15px;
  color: #d7d7d7;
  box-shadow: 0px 4px 7px 0px #a9a9a9;
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  transform: translateY(-15px);
  height: 200px;
  display: block;
  z-index: 1000;
  overflow: hidden;
}
.temp-div-desktop.show,
#permanent-div.show {
  opacity: 1;
  transform: translateY(0);
}
.temp-div-desktop.hide,
#permanent-div.hide {
  opacity: 0;
  transform: translateY(-25px);
}

.temp-div-mobile {
  padding: 10px 15px 10px 15px;
  background-color: rgb(45, 45, 45);
  border: 0;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  color: #d7d7d7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1000;
  box-shadow: none;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  position: relative;
  padding-top: 70px;
}

.temp-header {
  display: flex;
  margin-bottom: 8px;
  justify-content: center;
  height: auto;
  width: 100%;
  align-items: center;
}
.temp-header a {
  font-size: 18px;
  color: white;
  font-weight: bold;
}
.temp-header a:hover {
  opacity: 0.8;
}

.temp-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .temp-description {
    gap: 7px;
  }
}
@media (min-width: 768px) {
  .temp-description {
    height: 82px;
    overflow: hidden;
  }
}
.temp-description .button-container {
  display: flex;
}
.temp-description .button-container .permanent-button.full-width {
  flex: 1;
  margin-right: 0;
}
.temp-description .button-container .permanent-button.small-button {
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.permanent-button {
  margin: 0px 0px 5px 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .permanent-button {
    margin: 0px;
    display: flex;
  }
}
.permanent-button.visit-site-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0px;
  font-size: 13px;
  background-color: #fa255e;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
}
.permanent-button.visit-site-button a:hover {
  opacity: 0.9;
}
.permanent-button.read-review-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0px;
  font-size: 13px;
  background-color: #439eb5;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
}
.permanent-button.read-review-button a:hover {
  opacity: 0.9;
}
.permanent-button.small-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0px 0px 0px;
  margin-top: 8px;
  font-size: 18px;
  background-color: #a7a7a7;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  height: 21px;
  width: 32px;
}
.permanent-button.small-button a.active {
  background-color: #363636;
}
.permanent-button.small-button a.hover {
  background-color: #363636;
}

.close-button {
  font-size: 13px;
  color: #b1b1b1;
  cursor: pointer;
  text-decoration: underline;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
}
.close-button:hover {
  text-decoration: underline;
  color: #808080;
}

.active-lihp {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .active-lihp {
    background: #4c4c4c;
    border-radius: 10px 10px 0px 0px;
  }
}

.active-lihp a {
  color: #888;
}
@media (max-width: 767px) {
  .active-lihp a {
    color: white;
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(191, 191, 191, 0.8);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .active-lihp::before {
    background: #4c4c4c !important;
    color: #d5d5d5 !important;
  }
}

.txt-butt-ico {
  padding: 0px 0 0px 3px;
}

.shortinfo {
  color: #d9d9d9;
  margin-left: 2px;
}

.active-lihp .shortinfo {
  color: #d9d9d9;
}
@media (max-width: 767px) {
  .active-lihp .shortinfo {
    color: #8f8f8f;
  }
}

.hpdescription-content {
  font-size: 12px;
}

.hpdescription-image {
  border-radius: 5px;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: top;
  padding: 4px 4px;
  transform: translateX(0px) translateY(2px) scale(1.1);
  animation: slide 20s linear alternate 1 forwards;
  will-change: transform;
  background: black;
}
@media (max-width: 767px) {
  .hpdescription-image {
    animation: slide 20s linear alternate 1 forwards;
    will-change: transform;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0px) translateY(28px) scale(1.5);
  }
  60% {
    transform: translateX(0px) translateY(-100px) scale(1.5);
  }
  100% {
    transform: translateX(0px) translateY(2px) scale(1.1);
  }
}
.hpdescription-content p {
  height: max-content;
  max-height: 54px;
  color: #bbb;
  margin: 0;
  overflow: hidden;
  line-height: 13px;
  font-size: 12px;
  padding: 0px 0px 2px 0px;
}

.related-post-class:hover {
  background: none !important;
}

a.imghref {
  height: 60px;
  width: 100%;
  display: block;
  overflow: hidden;
  background: black;
  color: #8f8f8f;
  margin-bottom: 6px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  a.imghref {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #363636;
    border-left: 2px solid #363636;
    border-radius: 0;
  }
}

.hh3 {
  white-space: normal;
}

.LinkList-text .textspan {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.Badge--star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.Badge--star-1 {
  background: url("../images/star-1.svg") center no-repeat;
}
.Badge--star-2 {
  background: url("../images/star-2.svg") center no-repeat;
}
.Badge--star-3 {
  background: url("../images/star-3.svg") center no-repeat;
}
.Badge--star::before {
  content: attr(data-position);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.Badge--star.Badge--large {
  width: 40px;
  height: 40px;
  background-size: contain;
}
.Badge--star.Badge--large::before {
  font-size: 20px;
}

.Gallery {
  background-color: #000;
  display: flex;
  gap: 0px;
}
@media (max-width: 767px) {
  .Gallery {
    flex-direction: column;
  }
}
.Gallery-main {
  flex: 1;
  padding: 0px;
  background: black;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  position: relative;
  direction: ltr !important;
}
@media (min-width: 768px) {
  .Gallery-main {
    background: black;
    border-radius: 0px;
  }
}
.Gallery-main img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 767px) {
  .Gallery-main img {
    height: 240px;
  }
}
@media (max-width: 439px) {
  .Gallery-main img {
    height: 210px;
  }
}
@media (max-width: 1023px) {
  .Gallery-main img {
    border-radius: 0px;
  }
}
.Gallery-main a {
  text-decoration: none;
}
.Gallery-side {
  background-color: #444444;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .Gallery-side {
    width: 80px;
    flex: 0 0 auto;
    position: relative;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .Gallery-side {
    height: 100%;
  }
}
.Gallery-thumbnails {
  overflow: auto;
}
.Gallery-thumbnails::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .Gallery-thumbnails {
    display: flex;
    column-gap: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .Gallery-thumbnails {
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 0;
  }
}
.Gallery-thumbnails img {
  display: block;
  width: 33.33%;
  height: auto;
}
@media (max-width: 767px) {
  .Gallery-thumbnails img {
    width: 100%;
    height: 65px;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 439px) {
  .Gallery-thumbnails img {
    width: 100%;
    height: 40px;
    object-fit: cover;
    object-position: top;
  }
}
.Gallery-thumbnails img:not(.is-active) {
  opacity: 0.4;
  cursor: pointer;
}
.Gallery-thumbnails img:not(.is-active):hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .Gallery-thumbnails img {
    width: 100%;
    border-radius: 8px;
    max-height: 60px;
    object-fit: cover;
    object-position: top;
  }
  .Gallery-thumbnails img:not(:last-child) {
    margin-bottom: 4px;
  }
}
.Gallery-page {
  position: absolute;
  right: 16px;
  top: 10px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fa255e;
  padding: 3px 12px;
}
@media (min-width: 768px) {
  .Gallery-page {
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
.Gallery-action {
  width: 30px;
  height: 90px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  background-color: #fa255e;
  border: 0;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
.Gallery-action--left {
  left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.Gallery-action--right {
  right: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.Gallery-thumbnailDescription {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 3px;
  color: #ddd;
  font-size: 11px;
  padding: 4px 8px;
  margin: 2px;
  font-weight: 500;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .Gallery-thumbnailDescription {
    top: 0px;
  }
}
.Gallery-thumbnailCount {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 3px;
  right: 4px;
  color: #ddd;
  font-size: 11px;
  margin: 2px;
  text-shadow: 1px 1px #000;
  border-radius: 4px;
  padding: 4px 8px;
}
@media (max-width: 767px) {
  .Gallery-thumbnailCount {
    top: 0px;
    right: 0px;
  }
}
.Gallery-thumbnailCount:empty {
  display: none;
}

.Rating {
  display: inline-flex;
  column-gap: 8px;
}
.Rating-stars {
  display: inline-flex;
  column-gap: 8px;
  background-color: #33a2c4;
  border-radius: 5px;
  padding: 2px;
}

.RelatedPosts a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: auto;
}
.RelatedPosts a:hover {
  background: #a7a7a7;
  border-radius: 10px;
}
.RelatedPosts i {
  padding-right: 5px;
}

.RelatedPosts .hcko {
  color: #3592b0;
  padding: 10px 0px 0px 15px;
}

.relatedblogsbox {
  width: 100%;
  height: max-content;
  padding: 8px;
  background: #fa255e;
  border-radius: 10px;
  overflow: hidden;
}
.relatedblogsbox:hover {
  background: #444;
}
@media (min-width: 1024px) {
  .relatedblogsbox:hover {
    animation: pulse-blog 1s infinite;
  }
}
.relatedblogsbox h3 {
  font-size: 17px;
  line-height: 20px;
  padding: 4px 2px;
  height: 40px;
}
@media (max-width: 767px) {
  .relatedblogsbox h3 {
    font-size: 18px;
    padding: 6px 2px;
  }
}

.relatedblogsbox img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: max-content;
  max-height: 130px;
}
@media (max-width: 767px) {
  .relatedblogsbox img {
    max-height: 150px;
  }
}

.relatedblogsboxinsingleblog {
  width: 100%;
  height: 100%;
  padding: 8px;
  background: #fa255e;
  border-radius: 10px;
  overflow: hidden;
}
.relatedblogsboxinsingleblog:hover {
  background: #444;
}
@media (min-width: 1024px) {
  .relatedblogsboxinsingleblog:hover {
    animation: pulse-blog 1s infinite;
  }
}
.relatedblogsboxinsingleblog h3 {
  font-size: 17px;
  line-height: 20px;
  padding: 4px 2px;
}
@media (max-width: 767px) {
  .relatedblogsboxinsingleblog h3 {
    font-size: 18px;
    padding: 6px 2px;
  }
}

.relatedblogsboxinsingleblog img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: max-content;
  max-height: 130px;
}
@media (max-width: 767px) {
  .relatedblogsboxinsingleblog img {
    max-height: 150px;
  }
}

.RelatedPosts-hp {
  display: grid;
  grid-column: 1/-1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  background: #c5e7f0;
  padding: 15px 10px 15px 10px;
  border-radius: 15px;
  justify-items: center;
  border: 1px dashed #5ca2b7;
}
@media (max-width: 1023px) {
  .RelatedPosts-hp {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
  }
}
@media (max-width: 439px) {
  .RelatedPosts-hp {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
    padding: 10px 5px 15px 5px;
  }
}

.RelatedPosts-hp .relatedblogsbox {
  padding: 4px;
  color: #ffffff;
  border: 2px solid #3088a3;
  background: #3088a3 url("../images/bg-devils.png") left 0 repeat-x;
}

.RelatedPosts-hp a {
  color: white;
  text-decoration: none;
}

.RelatedPosts-hp .relatedblogsbox h3 {
  font-size: 15px;
  line-height: 20px;
  padding: 2px 8px 5px 8px;
}

.RelatedPosts-hp .relatedblogsbox:hover {
  background: #def3f8;
  color: #3088a3;
  border: 2px solid #3088a3;
}

@media (max-width: 439px) {
  .RelatedPosts-hp a:nth-of-type(n+4) .relatedblogsbox {
    display: none;
  }
}

.allbloghp {
  grid-column: 1/-1;
  width: calc(100% - 25px);
  background-color: #def3f8;
  border: 1px solid #85b1bd;
  font-size: 13px;
  text-transform: capitalize;
  border-radius: 10px;
  height: 32px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
  padding: 0;
}
.allbloghp:hover {
  background: #e9fbff;
  border: 1px solid #9ac8d3;
}

a.allbloghp-button {
  color: #3088a3;
  width: 100%;
  display: block;
}

@keyframes pulse-blog {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 118, 143, 0.9);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}
.ResponsiveContainer {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.ResponsiveContainer--2x1 {
  padding-bottom: 50%;
}
@media (max-width: 767px) {
  .ResponsiveContainer--2x1 {
    padding-bottom: 44%;
  }
}
.ResponsiveContainer img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.Section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .Section.nobot {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .Section--first {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .Section--first-small {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .Section--first-small {
    padding-top: 0px;
  }
}
.Section--next {
  padding-top: 0;
}
@media (max-width: 767px) {
  .Section--highlight {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .Section--highlight {
    background-color: #a3d7e7;
  }
}
.Section-actions {
  margin: 15px 0px 0px 0px;
}

.nobottomsec {
  padding-bottom: 0;
  padding-top: 0;
}

.nobottomsec .related-boxed {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  padding-top: 30px;
}

.SiteGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .SiteGrid {
    gap: 6px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.TopSiteBox {
  position: relative;
  z-index: 0;
  border-radius: 15px;
  display: flex;
  background: #272727;
  justify-content: center;
  align-items: flex-end;
  border: 2px solid #424242;
}
.TopSiteBox a {
  text-decoration: none;
  width: 100%;
}
.TopSiteBox.active {
  border: 2px solid #787878;
}
.TopSiteBox.active .TopSiteBox-img {
  transform: scale(1.7);
  filter: blur(4px) brightness(0.3);
  transition: transform 0.5s ease, filter 0s ease;
}
.TopSiteBox.active .TopSiteBox-text.featured {
  background: #464646;
}
.TopSiteBox-img {
  display: block;
  width: 100%;
  background: black;
}
.TopSiteBox-content {
  background: #606060;
  color: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  max-height: 43px;
  line-height: 20px;
  text-align: center;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .TopSiteBox-content {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .TopSiteBox-content {
    max-height: 38px;
    height: 38px;
    line-height: 16px;
  }
}
.TopSiteBox-content a {
  color: inherit;
  text-decoration: none;
}
.TopSiteBox-text {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .TopSiteBox-text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .TopSiteBox-text {
    font-size: 14px;
  }
}
.TopSiteBox-heading {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .TopSiteBox-heading {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .TopSiteBox-heading {
    font-size: 18px;
  }
}
.TopSiteBox-flags {
  position: absolute;
  right: 8px;
  top: 8px;
}
.TopSiteBox .Rating {
  margin-top: 10px;
}
.TopSiteBox .Badge {
  position: absolute;
  left: -11px;
  top: -20px;
  z-index: 1;
}

.catshortdesctop {
  background-color: #272727;
  color: #c5c5c5;
  font-size: 13px;
  padding: 8px 8px 0px 8px;
  margin-bottom: 10px;
  height: 58px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .catshortdesctop {
    height: auto;
    min-height: 28px;
  }
}

.site-box-div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  padding: 0px 20px;
  max-width: 260px;
}
@media (max-width: 439px) {
  .site-box-div {
    padding: 0px 8px;
    max-width: 210px;
  }
}

.permanent-button-jh {
  margin: 10px 0px 10px 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .permanent-button-jh {
    margin: 12px 0px 12px 0px;
  }
}
.permanent-button-jh.visit-site-button-jh a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fa255e;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
}
@media (min-width: 1024px) {
  .permanent-button-jh.visit-site-button-jh a:hover {
    animation: pulse-animation-review 1s infinite;
  }
}
@media (max-width: 767px) {
  .permanent-button-jh.visit-site-button-jh a {
    padding: 14px 0px;
  }
}
.permanent-button-jh.read-review-button-jh a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0px;
  font-size: 14px;
  font-weight: 500;
  background-color: #439eb5;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  height: 100%;
  width: 100%;
  overflow-wrap: anywhere;
}
@media (min-width: 1024px) {
  .permanent-button-jh.read-review-button-jh a:hover {
    animation: pulse-animation-visit 1s infinite;
  }
}
@media (max-width: 767px) {
  .permanent-button-jh.read-review-button-jh a {
    padding: 14px 0px;
  }
}

@keyframes pulse-animation-visit {
  0% {
    box-shadow: 0 0 0 0px rgba(84, 187, 213, 0.8);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation-review {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 82, 129, 0.8);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.slide-box {
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 535px;
  max-height: 92%;
  transition: transform 250ms cubic-bezier(0.6, 0, 0.4, 1);
  z-index: 11111;
  border-radius: 20px 20px 0px 0;
  background: #202020;
  padding: 0px 30px;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  touch-action: pan-y;
}
.slide-box.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slide-box.nocons {
  height: 410px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(222, 243, 248, 0.8);
  opacity: 0;
  transition: opacity 200ms ease;
  z-index: 11110;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.slidebuttons {
  width: 100%;
  height: auto;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 30px 20px 30px;
  overflow: hidden;
  background: #202020;
}

.slideimage {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: black;
  position: relative;
}
.slideimage img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: top;
  background: black;
}
@media (max-width: 767px) {
  .slideimage img {
    animation: slider 20s linear alternate 1 forwards;
    will-change: transform;
  }
}

@keyframes slider {
  0% {
    transform: translateY(0px);
  }
  60% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slidename {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  max-width: 215px;
  overflow: hidden;
  line-height: 16px;
}

.upslid {
  display: flex;
  width: 100%;
  align-items: flex-end;
  height: 36px;
  margin-bottom: 8px;
  margin-top: 10px;
  justify-content: space-between;
}

.slidefavi {
  display: flex;
  height: 100%;
  background: #303030;
  padding: 2px;
  border-radius: 5px;
  margin-right: 4px;
}

.upslid-first {
  display: flex;
  align-items: center;
}

.sliderank {
  width: max-content;
  height: 36px;
  font-size: 18px;
  color: #fafafa;
  font-weight: 700;
  letter-spacing: -0.3px;
  flex-direction: column;
  line-height: 16px;
  align-items: flex-end;
  justify-content: center;
  display: none;
  z-index: 222;
}

.sliderank.active {
  display: flex;
}

.site-rank-header {
  font-size: 11px;
  font-weight: 400;
  color: #898989;
}

.site-rankpercent {
  font-size: 13px;
}

.closeslider {
  background: #383838;
  font-size: 20px;
  padding: 1px 4px;
  display: flex;
  color: #6a6a6a;
  border-radius: 6px;
}

.shortreview {
  height: max-content;
  font-size: 13px;
  padding: 10px 10px;
  margin: 0px 0px 15px 0px;
  color: #b7b7b7;
  display: block;
  overflow: auto;
  line-height: 16px;
  background-color: #363636;
  border-radius: 0 0 10px 10px;
}

a.inline-review-link {
  color: #898989;
  text-decoration: underline;
}

.slidefavi .sprite {
  margin: 0;
}

.slideprosnocs {
  font-size: 13px;
  flex-direction: column;
  display: none;
  text-transform: lowercase;
}

.slideprosnocs.active {
  display: flex;
  gap: 14px;
}

.slideborder {
  width: 100%;
  background: #303030;
  height: 1px;
  display: block;
}

.slidepros {
  width: 100%;
  max-height: 50px;
  min-height: 26px;
  overflow: hidden;
  display: flex;
  height: auto;
  color: #cfcfcf;
  align-items: stretch;
  padding: 0px 5px;
}

.slidecons {
  width: 100%;
  max-height: 50px;
  min-height: 26px;
  overflow: hidden;
  display: flex;
  height: auto;
  color: #cfcfcf;
  align-items: stretch;
  padding: 0px 5px;
}

.slidepros i {
  font-size: 27px;
  color: #505050;
  display: flex;
  padding: 1px 12px 0px 0px;
  border-radius: 10px;
  align-items: center;
}

.slidecons i {
  font-size: 27px;
  color: #505050;
  display: flex;
  padding: 1px 12px 0px 0px;
  border-radius: 10px;
  align-items: center;
}

.spaninslide {
  overflow: hidden;
  display: block;
  max-height: 50px;
}

.slidewith {
  width: 50px;
  height: 7px;
  background: #858585;
  border-radius: 10px;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  will-change: transform, opacity;
}
.slidewith.active {
  opacity: 1;
  transform: scaleX(1);
}

@keyframes fadeslidewith {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.slidewidthcont {
  position: absolute;
  top: -12px;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.no-scroll {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.slide-item {
  display: flex;
  align-items: center;
  padding-left: 35px;
  position: relative;
}
.slide-item::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.slide-item.pros-item::before {
  background-image: url("../images/icon/plus-2.svg");
}
.slide-item.cons-item::before {
  background-image: url("../images/icon/minus-2.svg");
}

.SiteBox {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #202020;
}
.SiteBox.indetailbox {
  background: #303030;
}
.SiteBox-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  order: 2;
  z-index: 2;
}
.SiteBox-text-favi {
  display: flex;
}
.SiteBox-heading {
  background: #303030;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #4c4c4c;
  align-items: center;
  max-height: 36px;
}
.SiteBox-heading.indetailhead {
  border-bottom: none;
}
@media (min-width: 768px) {
  .SiteBox-heading {
    font-size: 13px;
    padding: 12px;
  }
}
.SiteBox-heading .sprite {
  flex: 0 0 auto;
  margin-right: 0;
}
.SiteBox a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.SiteBox img {
  display: block;
  width: 100%;
  aspect-ratio: 280/210;
  object-fit: cover;
  object-position: top;
  transition: opacity 0.3s ease;
  background: black;
}
@media (max-width: 589px) {
  .SiteBox img {
    aspect-ratio: 280/200;
  }
}
.SiteBox.active img {
  transform: scale(1.3);
  filter: blur(0px) brightness(0.3);
  transition: transform 0.3s ease, filter 0s ease;
}

.catshortdesc {
  background-color: #202020;
  color: #b7b7b7;
  font-size: 13px;
  padding: 8px 8px 0px 8px;
  height: 74px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 589px) {
  .catshortdesc {
    font-size: 12px;
    line-height: 14px;
    height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 439px) {
  .catshortdesc {
    height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.containerforcatimg {
  position: relative;
  overflow: hidden;
}

.SiteDetail {
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .SiteDetail {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .SiteDetail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.SiteDetail-image {
  align-self: start;
}
.SiteDetail-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800/700;
  border-radius: 10px;
  max-width: calc(100% - 20px);
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .SiteDetail-image img {
    margin: 0;
    border-radius: 15px 0 0 15px;
    max-width: none;
  }
}
.SiteDetail-contentWrapper {
  max-height: 350px;
  overflow: auto;
}
@media (min-width: 768px) {
  .SiteDetail-contentWrapper {
    position: relative;
    max-height: none;
  }
  .SiteDetail-contentWrapper::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .SiteDetail-contentWrapper::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid transparent;
    border-radius: 20px;
    background-clip: content-box;
  }
}
.SiteDetail-content {
  color: #fff;
  padding: 15px;
}
@media (min-width: 768px) {
  .SiteDetail-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
}
.SiteDetail-content .ActionButton {
  position: sticky;
  bottom: 20px;
  box-shadow: 0 0 70px 10px #111;
}
.SiteDetail-contentHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SiteDetail-heading {
  display: flex;
  column-gap: 15px;
}
@media (max-width: 767px) {
  .SiteDetail-heading {
    flex: 1;
    justify-content: space-between;
  }
}
.SiteDetail-heading h1 {
  color: inherit !important;
}
.SiteDetail-description {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .SiteDetail-description {
    font-size: 15px;
    margin-bottom: 50px;
  }
}
.SiteDetail-description h3,
.SiteDetail-description h3 span {
  display: block;
  font-weight: bold !important;
  margin: 20px 0 5px;
}
.SiteDetail-description ul {
  margin: 5px 0;
  padding-left: 20px;
}
.SiteDetail .Badge {
  position: absolute;
  left: -4px;
  top: -20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .SiteDetail .Badge {
    left: -12px;
  }
}
@media (max-width: 767px) {
  .SiteDetail-desktop {
    display: none;
  }
}
.SiteDetail-prosCons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .SiteDetail-prosCons {
    margin-bottom: 15px;
  }
}

.related-boxed {
  padding: 20px 15px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  background: #DEF3F8 url("../images/bg-devils.png") left 0 repeat-x;
}
.related-boxed.nopaddbottom {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .related-boxed {
    border-radius: 15px;
    box-shadow: 0px 0px 20px #99bcc7;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .related-boxed {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.related-boxed.incat {
  background: #555;
}

.SiteDetailNew {
  background-color: #303030;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
@media (min-width: 768px) {
  .SiteDetailNew {
    display: flex;
    flex-direction: column;
  }
  .SiteDetailNew-image {
    position: relative;
  }
  .SiteDetailNew-image .visit-site-temp-button {
    opacity: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    height: auto;
    margin: 0;
    padding: 0px 15px 0px 15px;
    line-height: 50px;
  }
  .SiteDetailNew-image .visit-site-temp-button.visible {
    opacity: 1;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    overflow-wrap: anywhere;
    text-shadow: 0px 5px 4px #333;
  }
}
.SiteDetailNew .Gallery {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  background: transparent;
  position: relative;
}
@media (min-width: 768px) {
  .SiteDetailNew .Gallery {
    border-left: 2px solid #303030;
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
  }
}
@media (max-width: 1023px) {
  .SiteDetailNew .Gallery {
    padding: 2px;
  }
}
@media (min-width: 768px) {
  .SiteDetailNew .Slider {
    order: -1;
  }
}
.SiteDetailNew-content {
  color: #fff;
  padding: 10px;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.SiteDetailNew-content:not(.active) {
  animation: fadeIn 0.3s forwards;
}
@media (min-width: 768px) {
  .SiteDetailNew-content {
    padding: 15px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .SiteDetailNew-content {
    padding: 15px;
  }
}
.SiteDetailNew-content.active {
  animation: fadeOut 0.3s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.SiteDetailNew-content-read-more {
  color: #fff;
  padding: 5px 15px 10px 15px;
}
@media (min-width: 768px) {
  .SiteDetailNew-content-read-more {
    padding: 10px 20px 15px 20px;
  }
}
.SiteDetailNew-content-read-more h2 {
  color: #282828;
  font-size: 16px;
  background: #aaa;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 15px 0px 8px 0px;
}
.SiteDetailNew-content-read-more h3 {
  color: #282828;
  font-size: 16px;
  background: #aaa;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 15px 0px 8px 0px;
}
.SiteDetailNew-content-read-more p {
  padding: 5px 0px 10px 0px;
  line-height: 20px;
}
.SiteDetailNew-content-read-more b {
  color: #fff;
}
.SiteDetailNew-content-read-more strong {
  color: #fff;
}
.SiteDetailNew-contentWrapper {
  display: flex;
  flex-direction: column;
}
.SiteDetailNew-contentHeader {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.SiteDetailNew-heading {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.SiteDetailNew-heading h1 {
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .SiteDetailNew-heading {
    font-size: 15px;
    overflow: hidden;
  }
}
.SiteDetailNew-heading a {
  color: inherit;
  text-decoration: none;
}
.SiteDetailNew-heading a:hover {
  text-decoration: none;
}
.SiteDetailNew-headingUrl {
  color: #bbb;
  font-size: 15px;
}
.SiteDetailNew-headingUrl:hover {
  color: #888;
}
.SiteDetailNew-summary {
  font-size: 14px;
  margin-bottom: 15px;
  color: #eee;
  line-height: 20px;
}
@media (min-width: 768px) {
  .SiteDetailNew-summary {
    font-size: 15px;
  }
}
.SiteDetailNew-summary-read-more {
  font-size: 14px;
  margin-bottom: 15px;
  color: #ddd;
}
@media (min-width: 768px) {
  .SiteDetailNew-summary-read-more {
    font-size: 15px;
  }
}
.SiteDetailNew-linkMore {
  color: inherit;
  text-transform: lowercase;
}
.SiteDetailNew-linkMore:not(:hover) {
  color: #aaa;
}
.SiteDetailNew .Badge {
  position: absolute;
  left: -4px;
  top: -20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .SiteDetailNew .Badge {
    left: -12px;
  }
}
.SiteDetailNew-featuredText {
  padding: 5px;
  border-radius: 10px;
  border: 1px dashed #5c5c5c;
  color: #888;
  font-weight: 500;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .SiteDetailNew-featuredText {
    font-size: 14px;
  }
}
.SiteDetailNew-featuredText-votes {
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px dashed #606060;
  font-weight: 700;
  color: #bbb;
  text-align: center;
  line-height: 15px;
  font-size: 18px;
}
.SiteDetailNew-featuredText-rank {
  padding: 5px 8px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px dashed #606060;
  color: #bbb;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.SiteDetailNew-featuredText-highlight {
  padding: 0px 4px;
  font-style: italic;
  font-weight: 700;
  color: #bbb;
  text-align: center;
  line-height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .SiteDetailNew-featuredText-highlight {
    display: none;
  }
}
.SiteDetailNew-featuredText-score {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.SiteDetailNew-featuredText-rank-number {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.SiteDetailNew-featuredText-highlight-text {
  display: block;
  font-size: 11px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .SiteDetailNew-featuredText-highlight-text {
    display: none;
  }
}
.SiteDetailNew-prosCons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .SiteDetailNew-prosCons {
    margin-bottom: 15px;
  }
}
.SiteDetailNew-prosCons > * {
  flex: 1;
  background-color: #404040;
  border-radius: 15px;
  padding: 12px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .SiteDetailNew-prosCons > * {
    min-width: 300px;
    padding: 15px;
  }
}

.featured-together {
  display: flex;
  gap: 6px;
  height: 100%;
  width: max-content;
}
@media (min-width: 768px) {
  .featured-together {
    width: 100%;
  }
}

.headingurl-with-icon {
  display: flex;
  align-items: center;
  gap: 6px;
}

.button-in-img {
  color: white;
  background: #fa255e;
  width: 95%;
  max-width: 330px;
  border-radius: 10px;
  padding: 10px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.4);
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: absolute;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .button-in-img {
    display: none;
  }
}

.inimglink {
  margin-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.spriandname {
  display: flex;
  align-items: center;
  gap: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .buttindetail .ActionButton {
    display: none;
  }
}

.nextcontainter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background: black;
}

.next-conty,
.next2-conty {
  height: 100%;
  position: absolute;
  width: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  cursor: pointer;
}
.next-conty.next-conty,
.next2-conty.next-conty {
  left: 0;
}
@media (min-width: 768px) {
  .next-conty.next-conty,
  .next2-conty.next-conty {
    padding-left: 15px;
  }
}
.next-conty.next-conty.noexists,
.next2-conty.next-conty.noexists {
  opacity: 0.15;
  cursor: unset;
}
.next-conty.next2-conty,
.next2-conty.next2-conty {
  right: 0;
}
@media (min-width: 768px) {
  .next-conty.next2-conty,
  .next2-conty.next2-conty {
    padding-right: 15px;
  }
}
.next-conty.next2-conty.noexists,
.next2-conty.next2-conty.noexists {
  opacity: 0.15;
  cursor: unset;
}
@media (min-width: 768px) {
  .next-conty:hover .nextpage, .next-conty:hover .nextpage2,
  .next2-conty:hover .nextpage,
  .next2-conty:hover .nextpage2 {
    animation: pulse-animation-visit 1s infinite;
    background: #3088a3;
    color: #fff;
    opacity: 1;
  }
}

.nextpage {
  padding: 8px;
  height: 45px;
  width: 30px;
  background: #fff;
  color: black;
  font-size: 20px;
  box-shadow: 0px 5px 20px 0px #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  border-radius: 0px 8px 8px 0px;
}
@media (min-width: 768px) {
  .nextpage {
    width: 45px;
    height: 50px;
    padding: 0px 15px;
    font-size: 23px;
    border-radius: 10px;
  }
}

.nextpage2 {
  padding: 8px;
  height: 45px;
  width: 30px;
  background: #fff;
  color: black;
  font-size: 20px;
  box-shadow: 0px 5px 20px 0px #424242;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  border-radius: 8px 0px 0px 8px;
}
@media (min-width: 768px) {
  .nextpage2 {
    width: 45px;
    height: 50px;
    padding: 0px 15px;
    font-size: 23px;
    border-radius: 10px;
  }
}

.thumbnails-wrapper {
  height: 100%;
  width: 100%;
}

.thumbnails-container {
  display: flex;
  gap: 10px;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.thumbnails-container::-webkit-scrollbar {
  display: none;
}

.thumbnails-container > div {
  flex: 0 0 82%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .thumbnails-container > div {
    flex: 0 0 75%;
  }
}

.currentthumb {
  flex: 0 0 auto;
  position: relative;
  opacity: 1;
}
@media (min-width: 768px) {
  .currentthumb.active img {
    filter: blur(0px) brightness(0.15);
    transition: filter 0.2s ease;
  }
}
@media (max-width: 767px) {
  .currentthumb {
    transition: opacity 0.2s ease-in-out;
  }
  .currentthumb.active {
    opacity: 0.25;
  }
}

.prevousthumb {
  opacity: 0.25;
}
@media (min-width: 768px) {
  .prevousthumb {
    opacity: 0.2;
  }
}
@media (max-width: 767px) {
  .prevousthumb {
    transition: opacity 0.2s ease-in-out;
  }
  .prevousthumb.active {
    opacity: 1;
  }
}

.nextthumb {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .nextthumb {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .nextthumb {
    transition: opacity 0.2s ease-in-out;
  }
  .nextthumb.active {
    opacity: 1;
  }
}

.currentthumb,
.nextthumb,
.prevousthumb {
  transition: opacity 0.2s ease-in-out, filter 0.2s ease-in-out;
}

.nexttomainprew {
  width: 240px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.nexttomainprew:not(.afterdetail) {
  background: #def3f8;
  display: flex;
  border-left: 5px solid #303030;
}
.nexttomainprew:not(.afterdetail):hover .img-wrapper {
  opacity: 0.15;
  transform: scale(1.3);
  transition: transform 0.3s ease;
}
.nexttomainprew:not(.afterdetail):hover .buttinnextotext {
  box-shadow: none;
  background: #def3f8;
  color: #3088a3;
}
@media (max-width: 767px) {
  .nexttomainprew:not(.afterdetail) {
    display: none;
  }
}
.nexttomainprew.afterdetail {
  display: flex;
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-bottom: 8px solid #3088a3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (min-width: 768px) {
  .nexttomainprew.afterdetail {
    display: none;
  }
}
.nexttomainprew a {
  text-decoration: none;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
}
@media (min-width: 768px) {
  .img-wrapper {
    margin: 5px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .img-wrapper {
    transition: background-position 0.3s ease-out, opacity 0.4s ease-in-out;
  }
}
.img-wrapper.loaded {
  opacity: 1;
}

.buttinnexto {
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px;
  align-items: center;
}

.buttinnextotext {
  width: auto;
  height: 38px;
  min-width: 150px;
  text-align: center;
  padding: 8px 10px;
  margin-top: 52px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  z-index: 1;
  background: #3088a3;
  border: 2px solid #3088a3;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px #ffffff;
}
@media (min-width: 768px) {
  .buttinnextotext:hover {
    animation: pulse-animation-visit 1s infinite;
  }
}
@media (max-width: 767px) {
  .buttinnextotext {
    height: 45px;
    min-width: 200px;
    margin-top: 60px;
  }
}

.logo-in-detail {
  position: absolute;
  transform: translateY(0);
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .nexttomainprew:hover .logo-in-detail {
    animation: logoBounce 0.35s infinite alternate ease-in-out;
  }
}

@keyframes logoBounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-15px);
  }
}
.logo-in-detail svg {
  width: 100%;
  height: 88px;
}

@media (max-width: 767px) {
  .containerjustshadow {
    box-shadow: 0px 0px 20px #99bcc7;
    border-radius: 15px;
  }
}

.catshortdesc.shortindetail {
  display: none;
}

.containter-mobile-buttons {
  width: 100%;
  display: flex;
  height: 50px;
  padding: 8px 15px 8px 15px;
  background: #252525;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .containter-mobile-buttons {
    padding: 8px 20px 8px 20px;
  }
}

.buttons-for-mobile {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  justify-content: flex-end;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .buttons-for-mobile {
    width: 50%;
  }
}

.buttonfor {
  display: flex;
  flex-direction: column;
  padding: 0 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
  background: #444;
}
@media (min-width: 768px) {
  .buttonfor {
    max-width: 90px;
  }
  .buttonfor:hover {
    background: #555;
  }
}

.justtextbutt {
  display: flex;
  font-size: 11px;
  width: 100%;
  height: auto;
  max-height: 12px;
  overflow: hidden;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  color: #bbb;
  text-transform: lowercase;
  font-weight: 400;
  line-height: 12px;
}

.justflag {
  display: flex;
  font-size: 15px;
  width: 20px;
  height: auto;
  align-items: center;
  justify-content: center;
  color: #707070;
}

.rank-nexttohead {
  display: flex;
}

.copy-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  color: #727272;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  z-index: 10;
  transition: opacity 0.5s;
  text-align: center;
  line-height: 16px;
  align-items: center;
  letter-spacing: 1px;
  padding: 4px;
  text-transform: lowercase;
}

.featuredText-highlight2 {
  padding: 0px 6px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #aaa;
  line-height: 16px;
  font-size: 16px;
  font-style: italic;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .featuredText-highlight2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .column-sticker.borderright {
    border-right: 1px solid #dee2e3;
  }
}

.deleted-text {
  background: #fa255e;
  color: white;
  line-height: 16px;
  font-size: 15px;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}

.deleted-text-containter {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 10px;
  border-radius: 10px;
  border: 2px dashed #999;
  box-shadow: 0px 0px 15px 0px black;
}
@media (min-width: 768px) {
  .deleted-text-containter {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
  }
}

.deleted-text-header {
  font-size: 18px;
  font-weight: 700;
  padding: 0px 0px 10px 0px;
  color: #ccc;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  justify-content: center;
}

.deleted-text-containter:hover {
  background: #444;
}

.ActionButton {
  background-color: #fa255e;
  border-radius: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .ActionButton {
    font-size: 22px;
  }
}
.ActionButton--inverse {
  background-color: #fff;
  color: #fa255e;
}
.ActionButton--withLogo::before {
  content: "";
  width: 32px;
  background: url("../images/devil-inert.svg") no-repeat;
  height: 37px;
  margin-right: 16px;
  flex: 0 0 auto;
}
.ActionButton--large {
  min-height: 70px;
}
@media (max-width: 767px) {
  .ActionButton--large {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .ActionButton:hover {
    background: #fff;
    color: #fa255e;
  }
}

.container-sticker-box {
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .container-sticker-box {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
  }
}

.container-sticker {
  width: 100%;
  padding: 8px;
  position: fixed;
  z-index: 2000;
  top: 0;
  box-shadow: 0px 4px 16px rgba(48, 143, 173, 0.4);
  background-color: white;
  transition: transform 0.3s ease;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .container-sticker {
    bottom: 0;
    top: unset;
    border-bottom: none;
    padding: 8px 15px 5px 15px;
    box-shadow: 0px -2px 10px rgba(48, 143, 173, 0.2);
    transform: translateY(100%);
    background-color: rgb(255, 255, 255);
  }
}

.container-sticker.show {
  transform: translateY(0);
}

.column-sticker {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .column-sticker {
    width: 50%;
  }
}

.column-sticker a {
  display: block;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.sticker-open-favi {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  background: #fa255e;
  border-radius: 10px;
  height: 100%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .sticker-open-favi:hover {
    background: #333;
  }
}

.sticker-open {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  color: #858585;
  font-size: 13px;
  height: 100%;
  line-height: 18px;
  margin: 0 5px;
  padding: 2px;
  border-right: 1px solid #3088a3;
}
@media (max-width: 767px) {
  .sticker-open {
    font-size: 11px;
    line-height: 15px;
    padding: 2px;
    border-right: none;
  }
}

.sticker-fav-click {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
}

.sticker-fav-click-sec {
  color: #3088a3;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .sticker-fav-click-sec {
    font-size: 13px;
  }
}
.sticker-fav-click-sec:hover {
  text-decoration: underline;
  color: black;
}

.sticker-linker {
  width: 40%;
  max-width: 280px;
  height: 40px;
  display: flex;
}

@media (max-width: 767px) {
  .column-sticker.sticker-linker {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-bottom: 4px;
    height: 36px;
    order: -1;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

.arrowup {
  display: none;
  width: 40px;
  min-width: 40px;
  color: #3088a3;
  background: #def3f8;
  border: 1px solid #3088a3;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .arrowup {
    display: flex;
  }
}

.arrowdown {
  display: none;
  width: 40px;
  min-width: 40px;
  color: #3088a3;
  background: #def3f8;
  border: 1px solid #3088a3;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .arrowdown {
    display: flex;
  }
}

.linkflexbottom {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bottom-sticker-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
@media (max-width: 767px) {
  .bottom-sticker-container {
    width: 100%;
  }
}

.Section-actions.bottomaction {
  background-color: #ffffff;
  border: 6px solid #fa255e;
  border-radius: 15px;
  min-height: 120px;
  height: auto;
  color: #fa255e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .Section-actions.bottomaction:hover {
    background: #404040;
  }
  .Section-actions.bottomaction:hover .ActionButton {
    color: #fff;
  }
}

.Section-actions.bottomaction .ActionButton {
  background: unset;
  color: #fa255e;
  font-size: 30px;
}
@media (max-width: 767px) {
  .Section-actions.bottomaction .ActionButton {
    font-size: 25px;
  }
}

.Flag {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.Flag::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
}
.Flag--recommended::after {
  background: url("../images/star-1.svg") center no-repeat;
  background-size: cover;
}
.Flag--paid-content::after {
  background: url("../images/coin-2.svg") center no-repeat;
  background-size: cover;
}

.Footer {
  margin-top: auto;
  background-color: #378ca6;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
}
.Footer ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
}
@media (min-width: 768px) {
  .Footer ul {
    margin-bottom: 4px;
  }
}
.Footer ul a {
  color: #378ca6;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  line-height: 40px;
  text-transform: uppercase;
}
.Footer ul a:hover {
  text-decoration: underline;
}
.Footer p {
  color: #fff;
  text-align: center;
}

.marginSticker {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .marginSticker {
    margin-bottom: 82px;
  }
}

.Heading--1, h1.wp-block-heading, h1.page-title,
h1.page-detail, .SiteDetail-heading h1 {
  color: #fa255e;
  font-size: 22px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .Heading--1, h1.wp-block-heading, h1.page-title,
  h1.page-detail, .SiteDetail-heading h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.Heading--2, h2.wp-block-heading, .BlogCard-heading, .Text h2 {
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
}
.Heading--3, .Text h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  background: #3c8fa7;
  padding: 8px 8px 8px 10px;
  border-radius: 10px;
}
.Heading--grayWithLink {
  font-weight: 500;
  color: #444;
}
.Heading--blueWithLink {
  font-weight: 700;
  color: #3088a3;
}
.Heading--blackWithLink {
  font-weight: 700;
  color: #303030;
}
.Heading--blackWithLink a {
  color: inherit;
  font-weight: bold;
}
.Heading--blackWithLink a:hover {
  text-decoration: underline;
  color: #fa255e;
}
.Heading--section {
  margin-bottom: 15px;
}
.Heading--withIcon {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 22px;
}
.Heading--withIcon svg {
  flex: 0 0 auto;
}

.Text--highlighted {
  font-size: 16px;
  color: #fa255e;
}
.Text--small {
  font-size: 14px;
  color: #000;
}
.Text h2 {
  margin-top: 25px;
}
.Text ol,
.Text ul {
  margin-bottom: 20px;
}
.Text p {
  margin-bottom: 25px;
  margin-top: 10px;
}
.Text code {
  background-color: #3a3a3a;
  padding: 15px;
  border-radius: 10px;
  color: white;
}
.Text--boxed {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
  border-radius: 15px;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .Text--boxed {
    font-size: 14px;
  }
}
.Text--boxed h3 {
  color: #3c8fa7;
  background: none;
  padding: 8px 8px;
  font-size: 17px;
  border-radius: 5px;
  line-height: 18px;
  margin-bottom: 8px;
  border-bottom: 4px solid #3c8fa7;
}
.Text--boxed a {
  color: #838383;
  font-weight: 400;
}
.Text--boxed > *:last-child {
  margin-bottom: 0;
}

.Text h3 a {
  color: white;
  text-decoration: none;
  text-transform: capitalize;
}

.Text h2 a {
  color: #3c8fa7;
  text-decoration: none;
}

.Container div.wpforms-container-full .wpforms-form input[type=text], .Container div.wpforms-container-full .wpforms-form input[type=email], .Container div.wpforms-container-full .wpforms-form select, .Container div.wpforms-container-full .wpforms-form textarea {
  border: 1px solid #9dc5cf !important;
  border-radius: 10px !important;
  cursor: pointer;
}

.Container div.wpforms-container-full .wpforms-form input[type=submit], .Container div.wpforms-container-full .wpforms-form button[type=submit], .Container div.wpforms-container-full .wpforms-form .wpforms-page-button {
  width: 100%;
  border-radius: 10px !important;
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
}

.sendform {
  background: #3a3a3a;
  color: white;
  padding-top: 10px;
  margin-top: 20px;
}

.nonepadddd {
  margin: 0 !important;
}

.please-note-add p {
  padding: 15px;
  background: #def3f8;
  border-radius: 10px;
  border: 1px dashed #3088a3;
  color: #3088a3 !important;
}

.please-note-add p a {
  color: #ffffff;
  background: #3088a3;
  border-radius: 5px;
  padding: 3px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-wrap: nowrap;
}

h2.homepagebottom {
  color: #3c8fa7;
  background: none;
  padding: 8px 8px;
  font-size: 17px;
  border-radius: 5px;
  line-height: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  border-bottom: 4px solid #3c8fa7;
}

.Breadcrumbs {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: auto;
}
@media (max-width: 767px) {
  .Breadcrumbs {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .Breadcrumbs {
    overflow: unset;
  }
}
.Breadcrumbs-list {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}
@media (hover: hover) {
  .Breadcrumbs-list {
    flex-wrap: wrap;
  }
}
.Breadcrumbs-list a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.Breadcrumbs-list li:not(:last-child) a {
  background: #e6f9fd;
  border: 1px solid #85b1bd;
  color: #3088a3;
  border-radius: 7px;
  text-decoration: none;
  padding: 6px 8px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .Breadcrumbs-list li:not(:last-child) a:hover {
    color: #fff;
    background: #3088a3;
    border: 1px solid #3088a3;
    animation: pulse-animation-visit 1s infinite;
  }
}
.Breadcrumbs-list li:last-child a {
  text-decoration: none;
  color: #107291;
}
.Breadcrumbs-list li:last-child a:hover {
  color: #000;
}

li.current {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #467b8d;
}

.abrarrow {
  color: #3088a3;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

a.first-item {
  background-color: #3088a3 !important;
  color: white !important;
  border: 1px solid #3088a3 !important;
}
@media (min-width: 768px) {
  a.first-item:hover {
    background: #e6f9fd !important;
    border: 1px solid #85b1bd !important;
    color: #3088a3 !important;
  }
}

.first-item .fa-house {
  width: 14.63px;
  height: 13px;
}

.HeaderShadowBox {
  box-shadow: 0 4px 48px 0 rgba(48, 143, 173, 0.25);
}
@media (max-width: 767px) {
  .HeaderShadowBox {
    box-shadow: 0 4px 16px 0 rgba(48, 143, 173, 0.38);
  }
}

.Header {
  background-color: #def3f8;
  padding-top: 15px;
  padding-bottom: 15px;
  direction: ltr;
}
@media (max-width: 767px) {
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.Header-action {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  width: 30px;
}
@media (min-width: 768px) {
  .Header-action {
    display: none;
  }
}
.Header-action:not(.is-active) svg:nth-child(1) {
  display: block;
}
.Header-action:not(.is-active) svg:nth-child(2) {
  display: none;
}
.Header-action.is-active svg:nth-child(1) {
  display: none;
}
.Header-action.is-active svg:nth-child(2) {
  display: block;
}
.Header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  height: 32px;
}
@media (min-width: 768px) {
  .Header-content {
    column-gap: 24px;
  }
}
.Header-content svg {
  display: block;
}
.Header-logoLink {
  flex: 1;
  max-width: 189px;
}
@media (min-width: 768px) {
  .Header-logoLink {
    min-width: 189px;
    max-width: 220px;
  }
}
.Header-info {
  color: #3088a3;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .Header-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    text-align: center;
    height: 14px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .Header-info {
    font-size: 15px;
    text-align: center;
    line-height: 16px;
  }
}
.Header .Search {
  flex: 1;
}
@media (max-width: 767px) {
  .Header .Search {
    display: none;
  }
}
@media (min-width: 1024px) {
  .Header .Search {
    max-width: 328px;
  }
}
@media (min-width: 768px) {
  .Header .SearchToggle {
    display: none;
  }
}
.Header-actions {
  display: flex;
  column-gap: 20px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .Header-actions .LangSelector {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-searching .Header .Search {
    display: block;
    order: -1;
    min-width: 0;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .is-searching .Header .Header-action, .is-searching .Header .Header-logoLink {
    display: none;
  }
}

.Search {
  position: relative;
  z-index: 1;
  align-self: normal;
}
.Search-form {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding-left: 15px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .Search-form {
    padding-left: 0px;
    padding-top: 3px;
  }
}
.Search-form.focus-within {
  /*box-shadow: 0 0 0 4000px rgba(39, 55, 60, 0.48)*/
}
.Search-form:not(.focus-within) ~ .Search-popular {
  display: none;
}
.Search-input {
  appearance: none;
  background-color: transparent;
  color: #3088a3;
  font-size: 16px;
  border: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1024px) {
  .Search-input {
    font-size: 13px;
  }
}
.Search-input:focus {
  outline: none;
}
.Search-input::placeholder {
  color: #33a2c4;
}
.Search-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 40px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}
.Search-button img {
  width: 20px;
  height: auto;
}
.Search-popular {
  background-color: white;
  color: black;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  min-width: 0;
  justify-content: center;
  align-items: center;
}
.Search-topSearch {
  list-style: none;
  column-count: 2;
  margin: 0;
  padding: 0;
  font-size: 14px;
  gap: 150px;
}
@media (max-width: 767px) {
  .Search-topSearch {
    gap: 50px;
  }
}
.Search-topSearch li {
  margin-bottom: 5px;
}
.Search-topSearch a {
  color: inherit;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}
.Search-topSearch a:hover {
  text-decoration: none;
}

.gtranslate_wrapper {
  width: 100%;
}

@media (max-width: 767px) {
  a.glink img {
    float: right;
  }
}

.LangSelector {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .LangSelector {
    min-width: 24px;
    height: auto;
  }
}
.LangSelector .gt_switcher-popup.glink {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.LangSelector .gt_switcher-popup.glink img {
  order: 2;
}
.LangSelector .gt_switcher-popup.glink span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.LangSelector .gt_switcher-popup.glink span[style] {
  display: none;
}

.LangSelector .glink {
  line-height: 15px;
}

.LangSelectorMobile {
  display: flex;
  padding: 12px 15px 12px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #222;
  position: relative;
}
.LangSelectorMobile .gt_switcher-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.LangSelectorMobile .gt_switcher-popup::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.LangSelectorMobile .gt_switcher-popup img {
  order: 2;
}
.LangSelectorMobile .gt_switcher-popup span {
  color: #bfbfbf;
  margin: 0 0 0 5px;
  font-size: 14px !important;
}
.LangSelectorMobile .gt_switcher-popup span:last-child {
  display: none;
}
.LangSelectorMobile .gt_switcher-popup a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.LangSelectorMobile .gt_languages .glink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.LangSelectorMobile .gt_languages .glink img {
  order: 2;
}

.LangSelector .glink,
.LangSelectorMobile .glink {
  color: inherit;
}
@media (max-width: 767px) {
  .LangSelector .gt_white_content,
  .LangSelectorMobile .gt_white_content {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .LangSelector .gt_white_content .gt_languages,
  .LangSelectorMobile .gt_white_content .gt_languages {
    max-height: none;
    flex-wrap: wrap;
  }
}

.LatestPost {
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
  border-radius: 10px;
  max-width: 225px;
}
.LatestPost-content {
  padding: 8px;
}
.LatestPost-title {
  font-size: 12px;
  font-weight: 500;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: 13px;
}
.LatestPost-title a {
  color: inherit;
  text-decoration: none;
}
.LatestPost-title a:hover {
  text-decoration: underline;
}
.LatestPost-date {
  color: #a9a9a9;
  font-size: 11px;
  margin-top: 3px;
}

.Navigation {
  direction: ltr;
  border-radius: 15px;
  background: #4b5050;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .Navigation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 3000;
    opacity: 0;
    top: 62px;
    visibility: hidden;
    transition: 0.4s ease;
    transition-property: opacity, visibility, transform;
    transform: translateY(8px);
    overflow: auto;
    border-radius: 0;
    display: flex;
    background: #363636;
  }
  .Navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .Navigation {
    border-radius: 0 0 15px 15px;
    overflow: hidden;
  }
}
.Navigation ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  .Navigation ul {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .Navigation ul {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .Navigation li {
    flex: 1 1 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .Navigation li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}
@media (min-width: 768px) {
  .Navigation li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.06);
  }
}
.Navigation li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  column-gap: 7px;
  min-height: 32px;
}
@media (max-width: 767px) {
  .Navigation li a {
    padding: 12px 6px 12px 16px;
    justify-content: flex-start;
    height: 42px;
    font-size: 14px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .Navigation li a:hover {
    background-color: #646a6a;
  }
}
@media (min-width: 768px) {
  .Navigation li a:active {
    background-color: #707777;
  }
}
.Navigation li.menu-item-10181 a::after,
.Navigation li.menu-item-18842 a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .Navigation li.menu-item-10181 a::after,
  .Navigation li.menu-item-18842 a::after {
    order: -1;
  }
}
@keyframes blinking {
  50% {
    opacity: 0;
  }
}
.Navigation li.menu-item-10181 a::after {
  background-color: #62e25b;
  animation: blinking 1.3s linear infinite;
}
.Navigation li.menu-item-18842 a::after {
  background-color: #de80db;
}
@media (max-width: 767px) {
  .Navigation ul.menu-main {
    flex: 1;
  }
}
.Navigation ul.Navigation-secondary {
  flex: 1;
  padding-top: 0;
  background-color: #c5e7f0;
  max-height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .Navigation ul.Navigation-secondary {
    display: none;
  }
}
.Navigation ul.Navigation-secondary li {
  position: relative;
  height: 43px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5px 2px 15px;
  border-bottom-color: #afd8e3;
}
.Navigation ul.Navigation-secondary li a {
  padding: 0;
  text-transform: none;
  font-size: 13px;
  color: #000;
  height: auto;
  min-height: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  font-weight: 500;
}
.Navigation ul.Navigation-secondary li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.Navigation-secondaryInfo {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Navigation-secondaryIcons {
  display: flex;
}
.Navigation-secondaryTotalCount {
  font-size: 11px;
  color: #505050;
}
.Navigation-section {
  padding: 8px 16px;
}
@media (min-width: 768px) {
  .Navigation-section--latestPost {
    display: none;
  }
}
.Navigation-sectionTitle {
  color: #cacaca;
  opacity: 0.5;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 2px;
  text-transform: lowercase;
}
.Navigation-sectionActions {
  text-align: right;
  margin-top: 3px;
}
.Navigation-sectionLink {
  color: #cacaca;
  font-size: 12px;
}
@media (max-width: 767px) {
  .Navigation-left-bar {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .Navigation-left-bar .Navigation-mainWrapper {
    flex: 1;
    overflow: auto;
  }
  .Navigation-left-bar .Navigation-section--latestPost {
    margin-top: auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .Navigation .LangSelectorMobile {
    display: none;
  }
}

.OurTip {
  border: 1px dashed #3088a3;
  padding: 14px 12px;
  margin-bottom: 20px;
  margin-top: 10px;
  background: #def3f8;
  border-radius: 10px;
  background: #ffffff url("../images/bg-devils.png") left 0 repeat-x;
}
.OurTip-heading {
  color: #3088a3;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  padding: 0px 0px 5px 0px;
  display: none;
}
.OurTip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .OurTip-list {
    gap: 10px;
  }
}
.OurTip-tip {
  background-color: #def3f8;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  width: 150px;
  text-transform: uppercase;
  justify-content: center;
}
@media (max-width: 767px) {
  .OurTip-tip {
    flex-basis: calc(50% - 5px);
    width: max-content;
  }
}
.OurTip-tip:hover {
  opacity: 0.9;
}
.OurTip-tip--1 {
  background-color: #eb7293;
  color: white;
}
.OurTip-tip--1 .OurTip-iconContainer {
  font-size: 13px;
  background: #d75e7f;
  border-radius: 10px;
}
.OurTip-tip--2 {
  background-color: #af77e3;
  color: white;
}
.OurTip-tip--2 .OurTip-iconContainer {
  font-size: 13px;
  background: #9664c5;
  border-radius: 10px;
}
.OurTip-iconContainer {
  width: 28px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.BlogArticle {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.BlogArticle-media {
  flex: 1;
  min-width: 300px;
}
.BlogArticle-media img {
  display: block;
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.BlogArticle-content {
  min-width: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 650px) {
  .BlogArticle-recommend {
    margin-top: auto;
    order: 2;
  }
}
.BlogArticle-recommendTitle {
  font-size: 14px;
  color: #fa255e;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.BlogArticle-recommendActions {
  display: flex;
  column-gap: 15px;
}
.BlogArticle-recommendActions .Button {
  flex: 1;
}

.BlogCard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .BlogCard:not(:last-child) {
    margin-bottom: 15px;
  }
}
.BlogCard-header {
  padding: 15px 20px 0;
}
.BlogCard-heading {
  margin-bottom: 0;
}
.BlogCard-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .BlogCard-content {
    font-size: 14px;
    padding: 15px 15px;
  }
}
.BlogCard h2 a {
  text-decoration: none;
  color: #3088a3;
}
.BlogCard h2 a:hover {
  text-decoration: underline;
}
.BlogCard-created {
  color: #8b8b8b;
  font-size: 13px;
  margin-top: 5px;
  font-style: italic;
}
.BlogCard-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 569/189;
}
.BlogCard-description {
  margin-bottom: 20px;
}
.BlogCard-button {
  margin-top: auto;
  background-color: #fa255e;
  color: #fff;
  font-size: 15px;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.BlogCard-button:hover {
  background-color: #e70542;
}

.BlogDetail p a {
  color: #606060;
}
.BlogDetail p a:hover {
  color: #fa255e;
}
.BlogDetail h2 {
  color: #3c8fa7;
  padding: 8px 8px;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  line-height: 18px;
  margin-bottom: 8px;
  border-bottom: 4px solid #3c8fa7;
}
.BlogDetail img {
  border-radius: 15px;
}
.BlogDetail-thumbnail img {
  width: 100%;
  height: auto;
  display: flex;
  border-radius: 15px 15px 0px 0px;
}
.BlogDetail-content {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .BlogDetail-content {
    font-size: 14px;
  }
  .BlogDetail-content a:hover {
    color: #fa255e;
  }
}
.BlogDetail-content .wp-block-gallery {
  margin-bottom: 30px;
}
.BlogDetail-content .has-luminous-vivid-amber-color {
  color: #3c8fa7 !important;
  padding: 7px;
  border-radius: 10px;
  font-style: italic;
}
.BlogDetail-content .wp-block-table {
  margin-bottom: 20px;
}
.BlogDetail-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.BlogDetail-content .wp-block-table td {
  border: 3px solid #fff;
  background: #3c8fa7;
  border-radius: 15px;
  text-align: center;
  height: 48px;
  padding: 0;
}
.BlogDetail-content .wp-block-table td:hover {
  background: #444;
}
@media (max-width: 439px) {
  .BlogDetail-content .wp-block-table td {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.BlogDetail-content figure.wp-block-table a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 439px) {
  .BlogDetail-content figure.wp-block-table a {
    font-size: 18px;
  }
}
.BlogDetail-content figure.wp-block-table a:hover {
  text-decoration: none;
}
.BlogDetail-content ul {
  list-style: none;
  padding: 10px;
  background: #def2f7;
  border-radius: 10px;
  color: #172e34;
}
@media (max-width: 767px) {
  .BlogDetail-content ul {
    padding: 12px 10px 12px 12px;
    background: #c5e7f0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}
.BlogDetail-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
}
.BlogDetail-content ul li a {
  color: inherit;
}
.BlogDetail-content ul li a:hover {
  color: #fa255e;
}
.BlogDetail-content .wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0px;
  border-right: 10px solid #3c8fa7;
  padding: 5px 20px 0px 20px;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .BlogDetail-content .wp-block-image .alignleft {
    float: inherit;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #def3f8;
    padding: 10px 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-right: 0;
  }
}
.BlogDetail-content .wp-block-separator {
  border: 0;
  height: 5px;
  background-color: #a3d7e7;
  margin: 20px 0;
}
.BlogDetail-content .icon-container svg {
  color: #e70542;
}
.BlogDetail-content .has-vivid-red-background-color {
  background-color: #e70542 !important;
}
.BlogDetail + .RelatedPosts {
  margin-top: 40px;
  margin-bottom: 15px;
  background: white;
  border-radius: 15px;
  display: grid;
  gap: 15px;
}
@media (min-width: 400px) {
  .BlogDetail + .RelatedPosts {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .BlogDetail + .RelatedPosts {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .BlogDetail + .RelatedPosts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

.entry-date {
  font-size: 13px;
  color: #767676;
  font-style: italic;
}

.theblogpost {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px 20px 15px 20px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 767px) {
  .theblogpost {
    padding: 15px;
  }
}

.LangSelector img {
  border-radius: 0 !important;
}

.theblogpost .translatebox {
  background: #abdae7;
}

.BlogDetail-content .has-vivid-red-background-color {
  background-color: #424242 !important;
  border-radius: 10px !important;
}

@media (min-width: 768px) {
  .BlogList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .BlogList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

.inbloglist {
  color: #3088a3;
}

.inbloglistlang .translatebox {
  background: #abdae7;
}

.inbloglist i {
  padding-right: 5px;
}

.Separator {
  height: 1px;
  background-color: #33a2c4;
  border: 0;
}
.Separator--small {
  margin-top: 20px;
  margin-bottom: 20px;
}
.Separator--withLogo {
  position: relative;
  height: 4px;
  background-color: #fa255e;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Separator--withLogo svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.List {
  padding: 0;
  margin: 0;
}
.List--pros li, .List--cons li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #bbb;
}
.List--pros li:not(:last-child), .List--cons li:not(:last-child) {
  margin-bottom: 10px;
}
.List--pros li::before, .List--cons li::before {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.List--pros li::before {
  background-image: url("../images/icon/plus-2.svg");
}
.List--cons li::before {
  background-image: url("../images/icon/minus-2.svg");
}
.List--circles {
  counter-reset: list;
  column-count: 2;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .List--circles {
    column-count: 4;
  }
}
.List--circles li {
  display: flex;
  counter-increment: list;
  font-size: clamp(12px, 3vw, 16px);
  margin-bottom: 30px;
}
.List--circles li::before {
  content: counter(list);
  font-weight: bold;
  width: 32px;
  height: 32px;
  background-color: #fa255e;
  color: #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.List--circles li a {
  color: #fa255e;
  padding-top: 8px;
  max-width: 100%;
  word-break: break-all;
}
.List--circles li a:hover {
  text-decoration: none;
}

.Logo {
  display: block;
  padding-bottom: 13.6%;
  position: relative;
}
.Logo-image {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.Button {
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  border: 2px solid #3088a3;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 22px;
  position: relative;
  text-align: center;
}
.Button-text {
  flex: 1;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Button--circledIcon {
  justify-content: flex-start;
  overflow: hidden;
  padding-left: 0;
  white-space: nowrap;
  text-align: left;
}
.Button--circledIcon:hover {
  text-decoration: none;
}
.Button--circledIcon::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin-right: 8px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #176fff;
  background-position: center;
  background-repeat: no-repeat;
}
.Button--circledIcon.Button--iconChat::before {
  background-image: url("../images/icon/button-chat.svg");
}
.Button--circledIcon.Button--iconWebcam::before {
  background-image: url("../images/icon/button-webcam.svg");
}
.Button--large {
  font-size: 20px;
  font-weight: bold;
  min-height: 70px;
}
@media (max-width: 767px) {
  .Button--large {
    font-size: 19px;
  }
}
.Button--textBlue {
  color: #3088a3;
}
@media (min-width: 768px) {
  .Button--textBlue:hover {
    color: #fff;
    background: #3088a3;
  }
}
.Button--textPink {
  color: #fa255e;
  border: 1px solid #fa255e;
}
.Button--textPink:hover {
  color: #505050;
  border: 1px solid #505050;
}
.Button--textWhite {
  color: #fff;
  border: 1px solid white;
}
.Button--textWhite:hover {
  background: #444;
}
.Button--lightBlue {
  background-color: #c5e7f0;
  color: #3088a3;
}
.Button--lightBlue:hover {
  background-color: #b1dfeb;
}
.Button--lightBlue:active {
  background-color: #a9dbe9;
}
.Button--darkBlue {
  background-color: #94bcff;
}
.Button--darkBlue:hover {
  background-color: #176fff;
}
.Button--darkBlue::before {
  background-color: #176fff;
}
.Button--orange {
  background-color: #ffbb63;
}
.Button--orange:hover {
  background-color: #ff9204;
}
.Button--orange::before {
  background-color: #ff9204;
}

.CategoryItem {
  display: block;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  outline: none;
  white-space: nowrap;
}
.CategoryItem:hover {
  color: #fa255e;
}
.CategoryItem:focus-visible {
  outline: 2px solid #fa255e;
}
.CategoryItem span {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
}

.CategoryList {
  margin-top: 15px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
}

.category-header {
  background-color: #303030;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .category-header {
    padding: 20px;
  }
}

.incategory {
  color: #fff;
  display: flex;
  align-items: center;
}

.translatebox {
  background: #4e4e4e;
  margin-left: 4px;
  border-radius: 5px;
  display: none;
  padding: 4px;
  width: 100%;
  max-width: 42px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .translatebox {
    display: flex;
  }
  .translatebox img {
    width: 20px;
  }
}

.hplustranslate {
  display: flex;
  place-content: space-between;
}

.arrow-lang {
  width: auto;
  height: auto;
  font-size: 14px;
  color: #377f93;
}

.arrow-lang-black {
  width: auto;
  height: auto;
  font-size: 15px;
  color: #959595;
}

.category-header p {
  font-size: 15px;
  color: #ddd;
  line-height: 19px;
  margin: 0;
}

.category-highlight {
  background: #404040;
  padding: 20px 15px 30px 15px;
}
@media (min-width: 768px) {
  .category-highlight {
    padding: 20px 20px 30px 20px;
  }
}

.SiteGrid--top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .SiteGrid--top {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.TopSiteBox-text-rank {
  font-weight: 700;
}

.TopSiteBox-text.featured {
  background: #fa255e;
  border-radius: 0 0 15px 15px;
  padding-bottom: 6px;
  padding-top: 4px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: lowercase;
}

.incategory i {
  padding-right: 5px;
}

.TopSiteBox-text.featured.incatt {
  border-radius: 0;
}

.CollapsibleBox-state {
  position: absolute;
  visibility: hidden;
}
.CollapsibleBox-state:checked ~ * .CollapsibleBox-trigger svg {
  transform: scaleY(-1);
}
.CollapsibleBox-state:checked ~ * .CollapsibleBox-trigger::before {
  content: attr(data-text-hide);
}
.CollapsibleBox-state:not(:checked) ~ * .CollapsibleBox-trigger::before {
  content: attr(data-text-show);
}
.CollapsibleBox-trigger {
  background-color: #fa255e;
  color: #fff;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  font-size: 12px;
  padding: 4px 18px;
  cursor: pointer;
  white-space: nowrap;
}
.CollapsibleBox .CollapsibleBox-state:not(:checked) ~ .CollapsibleBox-more {
  display: none;
}

.ModelListSection-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 32px;
  row-gap: 8px;
}

.ModelBox {
  background-color: #fa255e;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 25px;
}
.ModelBox-content {
  padding: 15px;
}
.ModelBox-content h1 a {
  color: #fff;
  text-decoration: none;
}
.ModelBox-content h1 a:hover {
  text-decoration: underline;
}
.ModelBox-content p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ModelBox-photos {
  display: flex;
}
.ModelBox-photos img {
  display: block;
  flex: 1;
  min-width: 0;
}
.ModelBox-stats {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  column-count: 2;
}
@media (min-width: 768px) {
  .ModelBox-stats {
    display: flex;
    justify-content: space-between;
  }
}
.ModelBox-stats li {
  page-break-inside: avoid;
}
@media (max-width: 767px) {
  .ModelBox-stats li {
    padding-bottom: 15px;
  }
}
.ModelBox-stats b {
  display: block;
  font-size: 30px;
}
.ModelBox-info {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  column-gap: 20px;
  row-gap: 10px;
}
@media (min-width: 768px) {
  .ModelBox-info {
    display: flex;
    flex-wrap: wrap;
  }
}
.ModelBox-info li {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-size: 18px;
}

.Overlay {
  background-color: rgba(39, 55, 60, 0.48);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.PageBody {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.Paginator {
  margin-top: 30px;
}
.Paginator-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.Paginator .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #e70542;
  background-color: #fff;
  min-width: 50px;
  height: 50px;
}
.Paginator .page-numbers.current {
  color: #fff;
  background-color: #33a2c4;
}

.Dialog {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  max-width: 640px;
  width: 100%;
  max-height: calc(100% - 60px);
  overflow: auto;
}

.LangList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}
.LangList a {
  display: flex;
  column-gap: 10px;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding: 10px 10px 10px 15px;
}
.LangList a:hover {
  background-color: #def3f8;
  border-radius: 50px;
}
.LangList a:active {
  background-color: #d1eef5;
}

.Slider {
  display: flex;
  gap: 5px;
}
@media (max-width: 767px) {
  .Slider {
    flex-direction: column;
  }
}
.Slider-main {
  flex: 1;
  position: relative;
}
.Slider-main img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .Slider-side {
    width: 150px;
    flex: 0 0 auto;
    position: relative;
  }
}
.Slider-thumbnails {
  overflow: auto;
}
.Slider-thumbnails::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .Slider-thumbnails {
    display: flex;
    column-gap: 3px;
  }
}
@media (min-width: 768px) {
  .Slider-thumbnails {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.Slider-thumbnails img {
  display: block;
  width: 100%;
  height: auto;
}
.Slider-thumbnails img:not(:last-child) {
  margin-bottom: 3px;
}
.Slider-page {
  position: absolute;
  right: 16px;
  top: 10px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fa255e;
  padding: 3px 12px;
}
@media (min-width: 768px) {
  .Slider-page {
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}
.Slider-action {
  width: 30px;
  height: 90px;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  background-color: #fa255e;
  border: 0;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
.Slider-action--left {
  left: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.Slider-action--right {
  right: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.Slider-photoDescription {
  position: absolute;
  left: 12px;
  bottom: 6px;
  font-size: 14px;
  font-style: italic;
  color: #fa255e;
}

.SearchToggle {
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 30px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.is-searching .SearchToggle-searchIcon {
  display: none;
}
.is-searching .SearchToggle-closeIcon {
  display: block;
}
html:not(.is-searching) .SearchToggle-searchIcon {
  display: block;
}
html:not(.is-searching) .SearchToggle-closeIcon {
  display: none;
}

.TermDetail-content {
  display: inline-block;
  margin-top: 20px;
}
.TermDetail-thumbnail img {
  border-radius: 15px;
  float: left;
  margin: 2px 10px 10px 0px;
}

.hplustranslate.termh1 {
  background: #3e3e3e;
  padding: 10px;
  border-radius: 10px;
}

.TermList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
  text-align: center;
  padding: 15px;
  background: #404040;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .TermList {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
.TermList h2 {
  text-align: center;
  margin: 0;
}
.TermList h2 a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
  background: #fff;
  width: 100%;
  height: auto;
  display: block;
  padding: 2px;
  border-radius: 10px 10px 0px 0px;
}
.TermList img {
  aspect-ratio: 1/1;
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
  background: #a3d7e7;
  border-radius: 0px 0px 10px 10px;
  border: 2px solid white;
  object-fit: cover;
  width: 100%;
  height: 154px;
}
.TermList a:hover img {
  opacity: 0.8;
}

.terminology .SiteDetailNew-content {
  border-top: none;
}

.TermList a {
  height: max-content;
  display: block;
}

.Text article p {
  padding: 0;
  margin: 0;
}

.HeightLimiter {
  max-height: 220px;
  overflow: auto;
}

.FlashMessage {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background-color: #444;
  padding: 15px;
  font-size: 14px;
  color: #fff;
}
.FlashMessage--success::before {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: url("../images/icon/success-2.svg");
  background-size: cover;
  display: block;
}

h1.page-title,
h1.page-detail {
  margin-top: 16px;
}

.intro-text {
  margin-bottom: 30px;
}
.intro-text .site_description {
  max-width: 60em;
}

p a {
  color: inherit;
}

h1.wp-block-heading {
  text-align: left;
}

p + .wp-block-columns {
  margin-top: 30px;
}

.Container > .wp-block-columns:last-child {
  margin-bottom: 60px;
}

.wp-block-column {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  z-index: 0;
}
.wp-block-column .wp-block-image img {
  background: #A3D7E7;
  transition: opacity 0.3s ease;
}
.wp-block-column .wp-block-image a:hover img {
  opacity: 0.8;
}
.wp-block-column .wp-block-heading {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #33A2C4 17.86%, rgba(163, 215, 231, 0) 137.5%);
  padding: 12px;
  z-index: 2;
  margin-bottom: 0;
}
.wp-block-column .wp-block-heading a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 40% !important;
  }
}
@media screen and (max-width: 479px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

.Container div.wpforms-container-full .wpforms-form input[type=text],
.Container div.wpforms-container-full .wpforms-form input[type=email],
.Container div.wpforms-container-full .wpforms-form select,
.Container div.wpforms-container-full .wpforms-form textarea {
  border: 0;
  border-radius: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.Container div.wpforms-container-full .wpforms-form input[type=text]:focus,
.Container div.wpforms-container-full .wpforms-form input[type=email]:focus,
.Container div.wpforms-container-full .wpforms-form select:focus,
.Container div.wpforms-container-full .wpforms-form textarea:focus {
  border: 0;
}
.Container div.wpforms-container-full .wpforms-form textarea {
  min-width: 60%;
  min-height: 8em;
}
.Container div.wpforms-container-full .wpforms-form select {
  appearance: none;
  background-image: url("../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 45px;
}
.Container div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.Container div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
.Container div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
.Container div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
.Container div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
.Container div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,
.Container div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
  border-color: #FA255E;
}
.Container div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #FA255E;
}
.Container div.wpforms-container-full .wpforms-form input[type=submit],
.Container div.wpforms-container-full .wpforms-form button[type=submit],
.Container div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #FA255E;
  color: #fff;
  border-radius: 24px;
  border: 0;
  min-width: 120px;
}
.Container div.wpforms-container-full .wpforms-form input[type=submit]:hover, .Container div.wpforms-container-full .wpforms-form input[type=submit]:active, .Container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.Container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.Container div.wpforms-container-full .wpforms-form button[type=submit]:active,
.Container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.Container div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.Container div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
.Container div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background-color: #e70542;
  border: 0;
}
.Container div.wpforms-container-full .wpforms-form input[type=submit]:focus-visible,
.Container div.wpforms-container-full .wpforms-form button[type=submit]:focus-visible,
.Container div.wpforms-container-full .wpforms-form .wpforms-page-button:focus-visible {
  outline: 2px solid transparent;
  box-shadow: 0 0 0 2px #def4f8, 0 0 0 4px #fa265f;
}

.u-stretched-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.showZoomingTool::before {
  background-image: url(../images/icon/search.svg);
  content: "";
  display: inline-block;
  width: 29px;
  height: 25px;
  min-width: 29px;
}

.showZoomingTool input.Search-input {
  color: black !important;
}
.showZoomingTool input.Search-input::placeholder {
  color: gray;
}

.siteboxSearch {
  border: none;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #202020;
  height: 100%;
}
.siteboxSearch.indetailbox {
  background: #303030;
}
.siteboxSearch-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  order: 2;
  z-index: 2;
}
.siteboxSearch-text-favi {
  display: flex;
}
.siteboxSearch-heading {
  background: #303030;
  color: #fff;
  padding: 8px;
  text-transform: uppercase;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  column-gap: 5px;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #4c4c4c;
  align-items: center;
}
.siteboxSearch-heading.indetailhead {
  border-bottom: none;
}
@media (min-width: 768px) {
  .siteboxSearch-heading {
    font-size: 13px;
    padding: 12px;
  }
}
.siteboxSearch-heading .sprite {
  flex: 0 0 auto;
  margin-right: 0;
}
.siteboxSearch a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}
.siteboxSearch img {
  display: block;
  width: 100%;
  aspect-ratio: 280/210;
  object-fit: cover;
  object-position: top;
  transition: opacity 0.3s ease;
  background: black;
}
@media (max-width: 589px) {
  .siteboxSearch img {
    aspect-ratio: 280/200;
  }
}
.siteboxSearch.active img {
  transform: scale(1.3);
  filter: blur(0px) brightness(0.3);
  transition: transform 0.3s ease, filter 0s ease;
}

.load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background-color: white;
  border: 6px solid #fa255e;
  border-radius: 10px;
  color: #fa255e;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .load-more {
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 20px;
  }
}
.load-more:hover {
  background-color: #404040;
  color: white;
}

.catResultsHeader {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  scroll-behavior: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ededed;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #4c4c4c;
  margin: 0;
  text-align: left;
  justify-content: flex-start;
}

.catResultsHeader::-webkit-scrollbar {
  display: none;
}

.singleCatDiv {
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
  padding: 3px 6px;
}
.singleCatDiv:hover {
  filter: brightness(1.1);
}

.singleCatDiv:first-child {
  margin-left: 0;
}

.singleCatDiv:last-child {
  margin-right: 24px;
}

.catLink {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: white;
  user-select: none;
  white-space: nowrap;
  padding: 5px;
  gap: 5px;
}

.topSearchesText {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  border: 1px solid #ededed;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #4c4c4c;
}

.mobileColor {
  background: white;
  overflow: hidden;
  height: 100vh;
}

.hideRestHeader {
  background: white;
}

.hideRestHeader .Header-logoLink,
.hideRestHeader .Header-info {
  display: none;
}

.SiteGridSearch {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
  padding: 10px;
}
@media (max-width: 767px) {
  .SiteGridSearch {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 10px;
  }
}

/*.search-results-section
 *  animation: fadeEffect 0.1s*/
.search-result-div {
  background: white;
}

.SearchResults {
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  transition-property: opacity, visibility, transform;
  transform: translateY(8px);
  position: absolute;
  height: max-content;
  overflow: hidden;
  z-index: 10000;
  pointer-events: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  outline: 3px solid lightgray;
  outline-offset: -2px;
  left: 15px;
  right: 15px;
  max-width: -webkit-fill-available;
}
@media (max-width: 1023px) {
  .SearchResults {
    max-width: -webkit-fill-available;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .SearchResults {
    position: fixed;
    padding-top: 30px;
    margin-top: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    min-height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: -webkit-fill-available;
  }
}
.SearchResults--small {
  max-width: -webkit-fill-available;
}

.notShownToUserCat .Navigation-secondaryInfo {
  display: none;
}

.notShownToUserCat .LinkList-content, .notShownToUserRel .LinkList-content {
  min-height: 1px;
  scrollbar-gutter: stable;
  overflow-y: auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.notShownToUserCat .LinkList-content ol, .notShownToUserRel .LinkList-content ol {
  display: none;
}
.notShownToUserCat .LinkList-footer,
.notShownToUserCat ol, .notShownToUserRel .LinkList-footer,
.notShownToUserRel ol {
  display: none;
}
.notShownToUserCat .relatedblogsbox h3, .notShownToUserRel .relatedblogsbox h3 {
  display: none;
}
.notShownToUserCat :not(.shownToUserCatFirst) .LinkList-heading a::before,
.notShownToUserCat :not(.shownToUserCatFirst) .LinkList--numbered .LinkList-content li::before,
.notShownToUserCat :not(.shownToUserCatFirst) .LinkList--numbered .LinkList-content *::before, .notShownToUserRel :not(.shownToUserCatFirst) .LinkList-heading a::before,
.notShownToUserRel :not(.shownToUserCatFirst) .LinkList--numbered .LinkList-content li::before,
.notShownToUserRel :not(.shownToUserCatFirst) .LinkList--numbered .LinkList-content *::before {
  background-image: none;
  animation: none;
  will-change: opacity;
}

.notShownToUserCat .relatedblogsbox::after {
  content: "";
  display: block;
  height: 40px;
  visibility: hidden;
}

.shownToUserCatFirst .LinkList-content {
  min-height: 1px;
  scrollbar-gutter: stable;
  overflow-y: auto;
}
.shownToUserCatFirst .LinkList-content ol {
  display: block;
}
.shownToUserCatFirst .LinkList-footer, .shownToUserCatFirst ol {
  display: block;
}

.shownToUserCat ol, .shownToUserCat .relatedblogsbox img {
  animation: fadeEffect 0.3s;
  will-change: opacity;
}

.CatBox .notShownToUserCat {
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.CatBox .shownToUserCat {
  animation: fadeEffect 0.3s;
  will-change: opacity;
}

@keyframes fadeEffect {
  0%, 1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 590px) {
  .CategoryGrid:not(.CategoryGrid--hp) > .CategoryGrid-item {
    height: 190px;
  }
}
@media (min-width: 591px) {
  .CategoryGrid:not(.CategoryGrid--hp) > .CategoryGrid-item {
    height: 190px;
  }
}
@media (max-width: 590px) {
  .CategoryGrid.CategoryGrid--hp > .CategoryGrid-item {
    height: 326px;
  }
}
@media (min-width: 1120px) {
  .SearchResults {
    max-width: 1090px;
  }
}
.RelatedPosts-hp.notShownToUserCat a .relatedblogsbox img {
  visibility: hidden;
}

.notShownToUserCat .relatedblogsbox {
  visibility: hidden;
}

.paid-content-flag {
  min-width: 35px;
}

.paid-content-flag::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/coin-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.recommended-flag::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/star-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.notShownToUserCat .LinkList-flags::before {
  background-image: none;
}
.notShownToUserCat .LinkList-flags::after {
  background-image: none;
}

@media (max-width: 767px) {
  .hp-main {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  #searchingcontainer {
    margin-top: 65px;
  }
}

.search-this-a {
  /*pointer */
  cursor: pointer;
}

.hideallexceptsearchresults {
  z-index: 9998;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  display: none;
}

.u-mt-20 {
  margin-top: 20px;
}

/*# sourceMappingURL=main.css.map */
