@charset "UTF-8";
.section-featured-experiences {
  padding: 30px 0;
}
.section-featured-experiences .title {
  text-align: center;
  padding: 0 55px;
}
.section-featured-experiences .subtitle {
  text-align: center;
  display: none;
  margin-bottom: 30px;
}
.section-featured-experiences .swiper {
  width: 100%;
  padding: 10px 0;
}
.section-featured-experiences .experience-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-neutral-lighter);
  width: 80%;
  max-width: 310px;
  min-height: 230px;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.section-featured-experiences .experience-card.partner-card-experience .price {
  position: relative;
}
.section-featured-experiences .experience-card.partner-card-experience .price::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#line") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#line") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  left: 6px;
  top: -10px;
}
.section-featured-experiences .experience-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-featured-experiences .experience-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 116px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-featured-experiences .experience-card .card-info {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section-featured-experiences .experience-card .card-info .card-category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 3px 15px;
  border-radius: 20px;
  font: 400 12px freight-sans-pro, sans-serif;
  background-color: var(--color-accent-gold);
  position: absolute;
  top: -15px;
  left: 12px;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .section-featured-experiences .experience-card .card-info .card-category {
    left: 22px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .section-featured-experiences .experience-card .card-info .card-category {
    top: -21px;
    font-size: 17px;
  }
}
.section-featured-experiences .experience-card .card-info .city {
  min-width: 77px;
  min-height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 700 15px Architects-Daughter, sans-serif;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 1;
  background-color: var(--color-accent-gold);
  position: absolute;
  top: -62px;
  right: -25px;
  border-radius: 50% 57% 44% 69%/42% 58% 47% 53%;
  padding: 30px 10px;
}
@media screen and (min-width: 1400px) {
  .section-featured-experiences .experience-card .card-info .city {
    min-width: 90px;
    min-height: 90px;
  }
}
.section-featured-experiences .experience-card .card-info .card-title-block {
  width: 68%;
  position: relative;
  padding: 20px 7px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-featured-experiences .experience-card .card-info .card-title-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2%;
  width: 6px;
  height: 95%;
  background-color: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#dashed-line") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#dashed-line") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.section-featured-experiences .experience-card .card-info .card-title-block .view-experience {
  margin-top: 5px;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .section-featured-experiences .experience-card .card-info .card-title-block .view-experience {
    margin-top: 10px;
    font-size: 17px;
  }
}
.section-featured-experiences .experience-card .card-info .experience-title {
  margin-bottom: 0;
  font-size: 15px;
  word-break: normal;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  min-height: 55px;
}
@media screen and (min-width: 768px) {
  .section-featured-experiences .experience-card .card-info .experience-title {
    height: 97px;
    min-height: 97px;
  }
}
.section-featured-experiences .experience-card .card-info .info-block {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 10px;
  width: 30%;
  position: relative;
}
.section-featured-experiences .experience-card .card-info .info-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.section-featured-experiences .experience-card .card-info .info-block-row.reviews-block {
  gap: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.section-featured-experiences .experience-card .card-info .info-block-row.reviews-block .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-featured-experiences .experience-card .card-info .info-block-row.reviews-block .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-featured-experiences .experience-card .card-info .info-block .icon {
  display: block;
  width: 15px;
  height: 15px;
}
.section-featured-experiences .experience-card .card-info .info-block .star {
  background: var(--color-accent-gold);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#star-yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#star-yellow") no-repeat center;
  width: 12px;
  height: 12px;
}
.section-featured-experiences .experience-card .card-info .info-block .price-tag {
  background: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#price-tag") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#price-tag") no-repeat center;
}
.section-featured-experiences .experience-card .card-info .info-block .price-text {
  display: block;
  font-size: 10px;
}
.section-featured-experiences .experience-card .card-info .info-block .partner-price-text {
  font: 500 14px Architects-Daughter, sans-serif;
  position: relative;
  line-height: 1;
  color: var(--color-accent-rose);
  margin-left: 30px;
}
.section-featured-experiences .experience-card .card-info .info-block .partner-price-text:before {
  content: "";
  display: block;
  width: 13px;
  height: 26px;
  background-color: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#arrow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#arrow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  left: -12px;
  bottom: -17px;
}
.section-featured-experiences .experience-card .card-info .info-block .clock {
  background: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#clock") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#clock") no-repeat center;
}

@media screen and (min-width: 768px) {
  .section-featured-experiences .title {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .section-featured-experiences .subtitle {
    display: block;
    font-size: 25px;
  }
  .section-featured-experiences .experience-card {
    width: 60%;
    max-width: 590px;
    min-height: 365px;
  }
  .section-featured-experiences .experience-card.partner-card-experience .price::after {
    left: 12px;
    width: 44px;
    height: 44px;
  }
  .section-featured-experiences .experience-card img {
    max-height: 225px;
  }
  .section-featured-experiences .experience-card .card-info .experience-title {
    font-size: 26px;
  }
  .section-featured-experiences .experience-card .card-info .info-block {
    font-size: 15px;
    padding-left: 3%;
  }
  .section-featured-experiences .experience-card .card-info .info-block .icon {
    width: 20px;
    height: 20px;
  }
  .section-featured-experiences .experience-card .card-info .info-block .partner-price-text {
    font-size: 20px;
    margin-left: 38px;
  }
}
@media screen and (min-width: 992px) {
  .section-featured-experiences {
    padding: 50px 0;
  }
  .section-featured-experiences .experience-card {
    min-height: 410px;
  }
  .section-featured-experiences .experience-card .card-info .experience-title {
    font-size: 28px;
  }
  .section-featured-experiences .experience-card .card-info .info-block {
    font-size: 20px;
  }
  .section-featured-experiences .experience-card .card-info .info-block .icon {
    width: 25px;
    height: 25px;
  }
  .section-featured-experiences .experience-card .card-info .info-block .star {
    width: 20px;
    height: 20px;
  }
}
.section-hero-landing-page {
  position: relative;
  max-width: 1920px !important;
  height: 558px;
  z-index: 1;
  padding: 40px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section-hero-landing-page .hero-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-hero-landing-page .hero-background ::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F8F8EE), color-stop(35%, rgba(253, 247, 236, 0.01)), to(rgba(253, 247, 236, 0)));
  background: linear-gradient(to top, #F8F8EE 0, rgba(253, 247, 236, 0.01) 35%, rgba(253, 247, 236, 0) 100%);
}
.section-hero-landing-page .hero-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero-landing-page .hero-foreground {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.section-hero-landing-page .hero-foreground .hero-content-block {
  width: 374px;
  height: 282px;
  padding: 30px 40px 30px 50px;
  color: var(--color-text);
  margin-left: -18px;
  font-size: 15px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/landing-page-icons-sprite-9d1b905885.svg#hero-bg") center/cover no-repeat;
}
.section-hero-landing-page .hero-foreground .hero-content-block .icon-doodle {
  display: none;
}
.section-hero-landing-page .hero-foreground .hero-content-block .hero-title {
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.section-hero-landing-page .hero-foreground .hero-content-block .hero-subtitle {
  font-size: 22px;
}
.section-hero-landing-page .hero-foreground .hero-content-block .hero-description {
  margin: 0 0 15px;
}
.section-hero-landing-page .hero-foreground .hero-content-block .author-info span {
  font-weight: 500;
}
.section-hero-landing-page .hero-foreground .author-date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}
.section-hero-landing-page .hero-foreground .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.section-hero-landing-page .hero-foreground .author-info {
  width: 100%;
  background: var(--color-primary-light);
  border-radius: 30px;
  padding: 10px 30px;
  color: var(--color-neutral-lightest);
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .section-hero-landing-page {
    height: 630px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-hero-landing-page .hero-foreground .hero-content-block {
    height: 399px;
    width: 530px;
    padding: 56px 40px 50px;
    font-size: 22px;
    position: relative;
    margin-left: 0;
  }
  .section-hero-landing-page .hero-foreground .hero-content-block .icon-doodle {
    display: block;
    content: "";
    width: 227px;
    height: 150px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    right: 0;
  }
  .section-hero-landing-page .hero-foreground .hero-content-block .icon-doodle img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .section-hero-landing-page .hero-foreground .hero-content-block .hero-subtitle {
    font-size: 29px;
  }
  .section-hero-landing-page .hero-foreground .author-date-wrapper {
    margin-top: 140px;
  }
}
.section-reviews-landing-page {
  padding: 30px 15px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section-reviews-landing-page .reviews-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.section-reviews-landing-page .reviews-content-left .description {
  margin: 0;
}
.section-reviews-landing-page .reviews-content-left .title {
  margin: 0;
}
.section-reviews-landing-page .reviews-content-left .reviews-tabs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.section-reviews-landing-page .reviews-content-left .reviews-tabs-block .reviews-tabs-item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border: 2px solid var(--color-primary);
  border-radius: 30px;
  background: transparent;
  color: var(--color-primary);
  font: 500 17px "Poppins-Medium", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-reviews-landing-page .reviews-content-left .reviews-tabs-block .reviews-tabs-item:hover, .section-reviews-landing-page .reviews-content-left .reviews-tabs-block .reviews-tabs-item.active {
  background: var(--color-primary);
  color: var(--color-neutral-lightest);
}
.section-reviews-landing-page .reviews-content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-reviews-landing-page .reviews-content-right .reviews-tabs-content-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .section-reviews-landing-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 15px;
    font-size: 17px;
  }
  .section-reviews-landing-page .reviews-content-left {
    max-width: 321px;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-reviews-landing-page {
    gap: 50px;
  }
}
.content-page-reviews-items {
  padding: 32px 45px 73px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#testimonial-bg-2-mobile") center/cover no-repeat;
  width: 349px;
  height: 318px;
  font-size: 15px;
  line-height: 1.3;
}
.content-page-reviews-items.with-image {
  padding: 28px 45px 68px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#testimonial-bg-1-mobile") center/cover no-repeat;
  height: 487px;
}
.content-page-reviews-items .img-block {
  width: 143px;
  height: 157px;
  clip-path: path("M110.442 150.968C101.85 159.164 90.9902 158.744 79.7343 157.112C55.9862 154.04 35.5142 143.804 18.3182 127.412C6.03024 115.748 -0.113755 100.796 0.0902448 83.588C0.294245 41.396 27.3182 8.43201 67.8542 1.26801C94.0622 -3.44799 113.514 9.24801 126.618 29.732C154.662 73.964 148.11 114.716 110.442 150.968Z");
  margin: 0 auto 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-page-reviews-items .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-page-reviews-items .reviewer-info {
  font: 500 18px Architects-Daughter, sans-serif;
  text-align: right;
  display: block;
}

@media screen and (min-width: 1200px) {
  .content-page-reviews-items {
    padding: 43px 38px 54px;
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#testimonial-bg-1-desktop") center/cover no-repeat;
    width: 570px;
    height: 263px;
    font-size: 17px;
    text-align: center;
  }
  .content-page-reviews-items .reviewer-info {
    text-align: center;
    font-size: 20px;
  }
  .content-page-reviews-items.with-image {
    padding: 34px 38px 58px;
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#testimonial-bg-2-desktop") center/cover no-repeat;
    height: 265px;
    width: 680px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .content-page-reviews-items.with-image .reviewer-info {
    text-align: right;
  }
  .content-page-reviews-items.with-image .img-block {
    width: 120px;
    height: 132px;
    clip-path: path("M92.5354 126.434C85.3754 133.264 76.3254 132.914 66.9454 131.554C47.1554 128.994 30.0954 120.464 15.7654 106.804C5.52539 97.084 0.405387 84.6239 0.575387 70.284C0.745387 35.124 23.2654 7.65395 57.0454 1.68395C78.8854 -2.24605 95.0954 8.33396 106.015 25.404C129.385 62.264 123.925 96.224 92.5354 126.434Z");
  }
}
.separator-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 10px 20px 10px 0;
  margin-left: -15px;
}
.separator-block .decor-line {
  width: 83%;
  height: 1.5px;
  background-color: var(--color-primary);
  position: relative;
  border-radius: 0 3px 3px 0;
}
.separator-block .decor-line::before, .separator-block .decor-line::after {
  display: block;
  content: "";
  width: 6px;
  height: 1.5px;
  border-radius: 3px;
  background-color: inherit;
  position: absolute;
  right: -1px;
}
.separator-block .decor-line::before {
  top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.separator-block .decor-line::after {
  bottom: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.separator-block .cu-logo {
  display: block;
  width: 82px;
  height: 35px;
  background-color: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/header-common-icons-sprite-c916c930c9.svg#logo-blue") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/header-common-icons-sprite-c916c930c9.svg#logo-blue") center/cover no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.separator-block .separator-block-title {
  font-size: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .separator-block .cu-logo {
    width: 117px;
    height: 51px;
  }
  .separator-block .separator-block-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .separator-block {
    padding-right: 80px;
  }
}
.section-social-links {
  padding: 30px 0 30px 15px;
  color: var(--color-text);
}
.section-social-links.section-social-links-main {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-social-links.section-social-links-main .title {
  text-align: center;
}
.section-social-links.section-social-links-main .content-page-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-social-links .content-page-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-social-links .social-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.section-social-links .social-links-list .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-accent-gold);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-social-links .social-links-list .social-link:hover {
  background-color: var(--color-primary);
}
.section-social-links .social-links-list .social-link:hover .social-icon {
  background-color: var(--color-accent-gold);
}
.section-social-links .social-links-list .social-icon {
  background-color: var(--color-primary);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-social-links .social-links-list .social-icon.whatsapp {
  width: 38px;
  height: 38px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#whatsapp") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#whatsapp") center/cover no-repeat;
}
.section-social-links .social-links-list .social-icon.facebook {
  width: 54px;
  height: 54px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#facebook") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#facebook") center/cover no-repeat;
}
.section-social-links .social-links-list .social-icon.pinterest {
  width: 24px;
  height: 30px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#pinterest") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#pinterest") center/cover no-repeat;
}
.section-social-links .social-links-list .social-icon.copy-link {
  width: 36px;
  height: 37px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#copy-link") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#copy-link") center/cover no-repeat;
}

@media screen and (min-width: 1200px) {
  .section-social-links {
    padding: 40px 0 40px 40px;
  }
}
.explore-block .explore-block-content {
  position: relative;
  padding: 30px 0;
  z-index: 1;
}
.explore-block .explore-block-img {
  width: 150px;
  height: 91px;
  position: absolute;
  bottom: 5px;
  right: 11%;
  z-index: -1;
}
.explore-block .explore-block-img .icon-custom {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.explore-block .explore-block-title {
  max-width: 370px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .explore-block .explore-block-content {
    max-width: 100%;
    margin: 0;
  }
  .explore-block .explore-block-img {
    right: 5px;
  }
  .explore-block .explore-block-title {
    max-width: 470px;
    margin-bottom: 0;
  }
  .explore-block .explore-block-title span {
    display: block;
    max-width: 60%;
  }
  .explore-block .btn-primary {
    margin: -30px 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .explore-block .explore-block-content {
    padding: 40px 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .explore-block .explore-block-img {
    width: 220px;
    height: 133px;
    bottom: 15px;
    right: 0;
  }
  .explore-block .explore-block-title {
    max-width: 500px;
    margin-bottom: 0;
  }
  .explore-block .explore-block-title span {
    display: block;
    max-width: 60%;
  }
  .explore-block .btn-primary {
    margin: -30px 0 0 auto;
  }
}
.top-tip-box-section {
  margin: 30px 0;
}
.top-tip-box-section .top-tip-box-content {
  background: var(--color-neutral-lightest);
  border: 2px solid var(--color-primary);
  padding: 25px 20px;
  margin: 20px 0;
  border-radius: 30px;
  font-size: 17px;
  position: relative;
  color: var(--color-text);
}
.top-tip-box-section .top-tip-box-content.without-title {
  padding-top: 75px;
}
.top-tip-box-section .top-tip-box-content p {
  margin: 0;
}
.top-tip-box-section .top-tip-box-content .top-tip-icon {
  display: block;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#top-tip") center/cover no-repeat;
  width: 68px;
  height: 74px;
  position: absolute;
  top: -18px;
  left: -2px;
}
.top-tip-box-section .top-tip-box-content .top-tip-box-title {
  font-size: 29px;
  margin-bottom: 20px;
  margin-left: 40px;
  text-align: center;
  color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .top-tip-box-section .top-tip-box-content {
    margin: 30px auto;
    max-width: 760px;
  }
  .top-tip-box-section .top-tip-box-content .top-tip-icon {
    width: 86px;
    height: 94px;
    top: -27px;
    left: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .top-tip-box-section {
    margin: 30px 15px 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-tip-box-section {
    margin: 30px 0;
  }
}
.highlight_box-section {
  font: 700 20px roc-grotesk, sans-serif;
  margin: 30px 0;
  color: var(--color-text);
  text-align: center;
}
.highlight_box-section p {
  margin: 0;
}
.highlight_box-section p::before {
  content: open-quote;
}
.highlight_box-section p::after {
  content: close-quote;
}

@media screen and (min-width: 768px) {
  .highlight_box-section {
    margin: 40px 0;
    font-size: 30px;
  }
}
.full-screen-image-block.content-page-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.full-screen-image-block .full-screen-image {
  max-width: 760px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.full-screen-image-block .full-screen-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .full-screen-image-block.content-page-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section-other-adventures {
  padding: 30px 0;
}
.section-other-adventures .container-l {
  padding: 0;
}
.section-other-adventures .title {
  text-align: center;
  padding: 0 15px;
}
.section-other-adventures .adventures-list {
  padding: 15px 0 30px;
  max-width: 100%;
}
.section-other-adventures .adventures-list.with-arrows {
  padding-bottom: 50px;
}
.section-other-adventures .swiper-button {
  top: auto;
  bottom: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  padding: 0;
}
.section-other-adventures .swiper-button:hover::after {
  background-color: var(--color-accent-gold);
}
.section-other-adventures .swiper-button::after {
  content: "";
  height: 30px;
  width: 30px;
  background-color: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-arrow-down") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-arrow-down") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin: 0;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-other-adventures .swiper-button.swiper-button-next {
  right: 50%;
  -webkit-transform: rotate(-90deg) translateY(130%);
          transform: rotate(-90deg) translateY(130%);
}
.section-other-adventures .swiper-button.swiper-button-prev {
  left: 50%;
  -webkit-transform: rotate(90deg) translateY(130%);
          transform: rotate(90deg) translateY(130%);
}
.section-other-adventures .adventures-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 193px !important;
  height: 140px;
  border-left: 2px ridge var(--grey-basic);
  border-right: 2px ridge var(--grey-basic);
  -webkit-transition: scale 0.3s linear, color 0.3s linear;
  transition: scale 0.3s linear, color 0.3s linear;
}
.section-other-adventures .adventures-item:hover {
  scale: 1.07;
}
.section-other-adventures .adventures-item .left-block {
  width: 50%;
  height: 100%;
  -webkit-box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.9);
          box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.9);
  border-left: 3px ridge var(--grey-basic);
}
.section-other-adventures .adventures-item .left-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-other-adventures .adventures-item .right-block {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  padding: 10px 5px 10px 8px;
  background-color: var(--color-white);
  border-left: 1px solid #000;
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.9);
  border-right: 2px ridge var(--grey-basic);
}
.section-other-adventures .adventures-item .right-block .adventures-item-title {
  font-size: 13px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-other-adventures .adventures-item .right-block .adventures-author-name {
  text-transform: capitalize;
  font: 500 8px roc-grotesk, sans-serif;
}
.section-other-adventures .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .section-other-adventures .title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .section-other-adventures {
    padding: 40px 0;
  }
  .section-other-adventures .adventures-list {
    padding: 15px 15px 20px;
  }
  .section-other-adventures .adventures-list.with-arrows {
    padding-bottom: 50px;
  }
  .section-other-adventures .swiper-button {
    height: 40px;
    width: 40px;
  }
  .section-other-adventures .swiper-button::after {
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-other-adventures {
    padding: 40px 0;
  }
  .section-other-adventures .adventures-item {
    width: 230px !important;
    height: 170px;
  }
  .section-other-adventures .adventures-item .right-block .adventures-item-title {
    font-size: 16px;
  }
  .section-other-adventures .adventures-item .right-block .adventures-author-name {
    font-size: 11px;
  }
  .section-other-adventures .swiper-button {
    height: 48px;
    width: 48px;
  }
  .section-other-adventures .swiper-button::after {
    height: 48px;
    width: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .section-other-adventures .adventures-list {
    padding: 15px 5px 30px;
  }
  .section-other-adventures .adventures-list.with-arrows {
    padding-bottom: 70px;
  }
  .section-other-adventures .adventures-item {
    width: 260px !important;
    height: 180px;
  }
}
.content-page-featured-section {
  height: 620px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  margin: 0 -15px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .content-page-featured-section {
    margin: 0 0 0 -15px;
  }
}
.content-page-featured-section .content-overlay {
  width: 300px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section .content-overlay {
    width: 100%;
    max-width: 672px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-page-featured-section .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section .content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 280px;
  }
}
.content-page-featured-section .content-section {
  background-color: var(--white);
  border-radius: 16px 16px 0 0;
  padding: 20px 20px 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section .content-section {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 5px 20px 28px;
    border-radius: 24px 0 0 24px;
  }
}
.content-page-featured-section .content-section .content-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 12px;
  line-height: 30px;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section .content-section .content-title {
    font-size: 29px;
    line-height: 35px;
  }
}
.content-page-featured-section .content-section .content-description {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 24px;
  line-height: 25px;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section .content-section .content-description {
    font-size: 17px;
    line-height: 25px;
  }
}
.content-page-featured-section .content-section .btn-outline {
  border: 2px solid var(--color-primary);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
}
.content-page-featured-section .features-section {
  background-color: var(--white);
  border-radius: 0 0 16px 16px;
  padding: 10px 20px 22px;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section .features-section {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
    border-radius: 0 24px 24px 0;
    padding: 20px 20px 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-page-featured-section .features-section .features-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-page-featured-section .features-section .features-list .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text);
}
.content-page-featured-section .features-section .features-list .feature-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content-page-featured-section .features-section .features-list .feature-item {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}
.content-page-featured-section .features-section .features-list .feature-item .feature-icon {
  width: 40px;
  height: 40px;
  background-color: var(--color-accent-gold);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-page-featured-section .features-section .features-list .feature-item .feature-icon.lock-icon {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#lock-icon") center/42px no-repeat;
}
.content-page-featured-section .features-section .features-list .feature-item .feature-icon.person-icon {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#person-icon") center/42px no-repeat;
}
.content-page-featured-section .features-section .features-list .feature-item .feature-icon.rating-icon {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#star-icon") center/42px no-repeat;
}
.content-page-featured-section .features-section .features-list .feature-item .feature-text {
  line-height: 1.3;
  color: var(--color-primary);
  width: 100%;
}

.section-try-interesting-experience {
  padding: 30px 30px;
  color: var(--color-text);
  margin: 0 -15px;
  font-size: 15px;
}
.section-try-interesting-experience .experience-box {
  margin-bottom: 30px;
}
.section-try-interesting-experience .description-box p {
  margin: 0 0 30px;
}
.section-try-interesting-experience .description-box .btn-primary {
  margin: 0 auto;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media screen and (min-width: 768px) {
  .section-try-interesting-experience {
    font-size: 17px;
  }
  .section-try-interesting-experience .content-page-container {
    display: grid;
    gap: 30px;
    grid-template-columns: auto 370px;
    grid-template-rows: auto auto auto;
  }
  .section-try-interesting-experience .content-page-container .title-block {
    grid-column: 1;
    grid-row: 1;
  }
  .section-try-interesting-experience .content-page-container .title-block .title {
    margin-bottom: 0;
  }
  .section-try-interesting-experience .content-page-container .description-box {
    grid-column: 1;
    grid-row: 2;
  }
  .section-try-interesting-experience .content-page-container .experience-box {
    grid-column: 2;
    grid-row: 1/4;
    margin-bottom: 0;
  }
  .section-try-interesting-experience .description-box .btn-outline {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-try-interesting-experience {
    margin: 0;
    padding: 40px 0 40px 15px;
  }
  .section-try-interesting-experience[light] {
    background-color: var(--color-neutral-lightest);
  }
  .section-try-interesting-experience .description-box .btn-outline {
    background-color: var(--color-accent-gold);
    border-color: var(--color-accent-gold);
  }
  .section-try-interesting-experience .description-box .btn-outline:hover {
    background-color: var(--color-primary);
    color: var(--color-accent-gold);
  }
  .section-try-interesting-experience .content-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-try-interesting-experience .content-page-container .experience-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-try-interesting-experience {
    margin-right: 0;
    padding: 40px 30px 40px 15px;
  }
  .section-try-interesting-experience .content-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-try-interesting-experience .experience-box {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-try-interesting-experience {
    padding-left: 40px;
  }
  .section-try-interesting-experience .content-page-container {
    display: grid;
    grid-template-columns: auto 344px;
    grid-template-rows: auto auto auto;
    max-width: 710px;
  }
  .section-try-interesting-experience .description-box .btn-outline {
    margin: 0;
  }
  .section-try-interesting-experience .experience-box {
    margin-bottom: 0;
  }
}
.section-ready-to-plan {
  padding: 40px 15px 30px;
  position: relative;
  z-index: 1;
}
.section-ready-to-plan .content-page-container {
  position: relative;
}
.section-ready-to-plan .decore-img {
  content: "";
  display: block;
  width: 371px;
  height: 139px;
  background-color: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#dashed-line-with-heart") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#dashed-line-with-heart") center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.section-ready-to-plan .title-block {
  max-width: 315px;
  margin: 0 auto;
}
.section-ready-to-plan .title-block .title {
  font-size: 22px;
  margin-bottom: 50px;
  color: var(--color-text);
  text-align: center;
}
.section-ready-to-plan .title-block .btn-primary {
  margin: 0 auto;
  font-family: "Poppins-Medium";
}

@media screen and (min-width: 768px) {
  .section-ready-to-plan {
    padding: 40px 15px;
  }
  .section-ready-to-plan .decore-img {
    width: 488px;
    height: 184px;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-ready-to-plan .title-block {
    max-width: 350px;
  }
  .section-ready-to-plan .title-block .title {
    font-size: 29px;
    margin-bottom: 20px;
  }
  .section-ready-to-plan .title-block .btn-primary {
    font-size: 20px;
    padding: 10px 30px;
  }
}
.how-personalization-works {
  padding: 40px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how-personalization-works .content-page-container {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .how-personalization-works .content-page-container {
    gap: 20px;
  }
}
.how-personalization-works.theme-light {
  background-color: var(--color-neutral-lightest);
  color: var(--color-text);
}
.how-personalization-works.theme-light .card-number {
  background-color: var(--color-neutral-lightest);
}
.how-personalization-works.theme-light .decore {
  background-color: var(--color-text);
}
.how-personalization-works.theme-dark {
  background-color: var(--color-supportive);
  color: var(--color-text);
}
.how-personalization-works.theme-dark .card-number {
  background-color: var(--color-supportive);
}
.how-personalization-works.theme-dark .decore {
  background-color: var(--color-white);
}
.how-personalization-works__header {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__header {
    width: 50%;
  }
}
.how-personalization-works__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__title {
    margin: 0 0 20px;
    font-size: 29px;
  }
}
.how-personalization-works__description {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin: 2px 0;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__description {
    font-size: 17px;
    line-height: 30px;
  }
}
.how-personalization-works__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__cards-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.how-personalization-works__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__card {
    gap: 16px;
  }
}
.how-personalization-works__card-icon-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__card-icon-wrapper {
    width: 140px;
    height: 140px;
  }
}
.how-personalization-works__card-icon-wrapper .card-icon {
  width: 105px;
  height: 105px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-row: 2;
  grid-column: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__card-icon-wrapper .card-icon {
    width: 135px;
    height: 128px;
  }
}
.how-personalization-works__card-icon-wrapper .card-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.how-personalization-works__card-icon-wrapper .card-number {
  position: absolute;
  bottom: 12px;
  right: 5px;
  width: 40px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#card-number-bg") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#card-number-bg") center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__card-icon-wrapper .card-number {
    width: 50px;
    height: 55px;
  }
}
.how-personalization-works__card-icon-wrapper .card-number .decore {
  display: block;
  width: 20px;
  height: 24px;
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__card-icon-wrapper .card-number .decore {
    width: 24px;
    height: 28px;
  }
}
.how-personalization-works__card-icon-wrapper .card-number .decore.number-1 {
  mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/section-personalization-sprite-12f48cf95d.svg#number-1") center no-repeat;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/section-personalization-sprite-12f48cf95d.svg#number-1") center no-repeat;
}
.how-personalization-works__card-icon-wrapper .card-number .decore.number-2 {
  mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/section-personalization-sprite-12f48cf95d.svg#number-2") center no-repeat;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/section-personalization-sprite-12f48cf95d.svg#number-2") center no-repeat;
}
.how-personalization-works__card-icon-wrapper .card-number .decore.number-3 {
  mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/section-personalization-sprite-12f48cf95d.svg#number-3") center no-repeat;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/section-personalization-sprite-12f48cf95d.svg#number-3") center no-repeat;
}
.how-personalization-works__card-title {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .how-personalization-works__card-title {
    font-size: 17px;
    line-height: 28px;
  }
}

.table-of-contents-section {
  margin: 30px 0;
}
.table-of-contents-section .table-of-content-block {
  padding: 30px;
  margin: 40px 24px 0;
  border-radius: 15px;
  background-color: var(--color-primary);
  color: var(--color-neutral-lightest);
  position: relative;
}
.table-of-contents-section .table-of-content-block .table-of-content-icon-block {
  width: 80px;
  height: 81px;
  border-radius: 50%;
  background-color: var(--color-neutral-lightest);
  position: absolute;
  top: -20px;
  left: -24px;
  padding: 18px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-of-contents-section .table-of-content-block .table-of-content-icon-block .table-of-contents-text {
  position: relative;
  font: 700 12px "Poppins-Boold", sans-serif;
  line-height: 1;
  z-index: 1;
  color: var(--color-primary);
  text-align: center;
}
.table-of-contents-section .table-of-content-block .table-of-contents-icon {
  content: "";
  display: block;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#table-of-contents") center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
}
.table-of-contents-section .table-of-content-block .table-of-content-title {
  text-align: center;
  padding-left: 15px;
  margin-bottom: 10px;
}
.table-of-contents-section .table-of-content-block ol, .table-of-contents-section .table-of-content-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1.4;
}
.table-of-contents-section .table-of-content-block ol li, .table-of-contents-section .table-of-content-block ul li {
  margin-bottom: 5px;
}
.table-of-contents-section .table-of-content-block ol li:last-child, .table-of-contents-section .table-of-content-block ul li:last-child {
  margin-bottom: 0;
}
.table-of-contents-section .table-of-content-block ol li a, .table-of-contents-section .table-of-content-block ul li a {
  color: var(--color-neutral-lightest);
}
.table-of-contents-section .table-of-content-block ol li a:hover, .table-of-contents-section .table-of-content-block ul li a:hover {
  color: var(--color-accent-gold);
}

@media screen and (min-width: 768px) {
  .table-of-contents-section .table-of-content-block {
    margin: 35px 35px 0;
  }
  .table-of-contents-section .table-of-content-block .table-of-content-icon-block {
    width: 98px;
    height: 100px;
    top: -35px;
    left: -35px;
    padding: 26px 14px;
  }
}
@media screen and (min-width: 1024px) {
  .table-of-contents-section {
    padding-right: 15px;
  }
  .table-of-contents-section .content-page-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .table-of-contents-section .table-of-content-block {
    padding: 36px 36px;
    font-size: 17px;
    margin: 0 37px 27px;
  }
  .table-of-contents-section .table-of-content-block .table-of-content-icon-block .table-of-contents-text {
    font-size: 20px;
  }
  .table-of-contents-section .table-of-content-block .table-of-content-icon-block {
    width: 143px;
    height: 145px;
    top: auto;
    left: auto;
    bottom: -27px;
    right: -37px;
  }
  .table-of-contents-section .table-of-content-block .table-of-content-title {
    padding: 0;
  }
  .table-of-contents-section .table-of-content-block ol, .table-of-contents-section .table-of-content-block ul {
    padding: 0 80px 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .table-of-contents-section .table-of-content-block {
    width: 100%;
    max-width: 662px;
    margin: 0 auto 27px;
  }
}
.content-try-with-local {
  background-color: var(--color-primary);
  color: var(--color-neutral-lightest);
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
}
.content-try-with-local .content-page-container {
  position: relative;
  padding: 30px 15px;
  min-height: 240px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.content-try-with-local .content-page-container::before {
  content: "";
  display: block;
  width: 124px;
  height: 156px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#direction-icon") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#direction-icon") center/cover no-repeat;
  background-color: var(--color-primary-light);
  position: absolute;
  bottom: 0;
  left: -5px;
}
.content-try-with-local .content-title-block .title {
  text-align: center;
}
.content-try-with-local .content-title-block .description {
  margin: 0 0 0 120px;
}

@media screen and (min-width: 768px) {
  .content-try-with-local {
    font-size: 17px;
  }
  .content-try-with-local .content-page-container {
    padding: 65px 15px 115px;
    min-height: 335px;
  }
  .content-try-with-local .content-page-container::before {
    width: 253px;
    height: 319px;
  }
  .content-try-with-local .content-page-container::after {
    content: "";
    display: block;
    width: 590px;
    height: 74px;
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#dashed-line") center/cover no-repeat;
    position: absolute;
    bottom: 45px;
    left: 155px;
  }
  .content-try-with-local .content-title-block {
    width: 61%;
    margin: 0 0 0 auto;
  }
  .content-try-with-local .content-title-block .title {
    text-align: left;
  }
  .content-try-with-local .content-title-block .description {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-try-with-local .content-page-container::after {
    width: 795px;
    height: 96px;
    bottom: 35px;
    left: 165px;
  }
  .content-try-with-local .content-title-block {
    width: 65%;
  }
}
.section-content-table-info {
  padding: 30px 15px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: var(--color-text);
}
.section-content-table-info .content-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-content-table-info .title-block {
  text-align: center;
  margin: 0 auto 30px;
}
.section-content-table-info .title-block .title {
  margin-bottom: 0;
}
.section-content-table-info .content-info-accordion .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section-content-table-info .content-info-accordion .accordion-header .accordion-item-icon {
  content: "";
  display: block;
  background-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46px;
  height: 52px;
}
.section-content-table-info .content-info-accordion .accordion-header .accordion-item-icon svg {
  width: inherit;
  height: inherit;
}
.section-content-table-info .content-info-accordion .accordion-header .accordion-item-icon.number-1 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-1") no-repeat center;
}
.section-content-table-info .content-info-accordion .accordion-header .accordion-item-icon.number-2 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-2") no-repeat center;
}
.section-content-table-info .content-info-accordion .accordion-header .accordion-item-icon.number-3 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-3") no-repeat center;
}
.section-content-table-info .content-info-accordion .accordion-header .accordion-item-icon.number-4 {
  width: 49px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-4") no-repeat center;
}
.section-content-table-info .content-info-accordion .accordion-header .accordion-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  font-size: 20px;
}
.section-content-table-info .content-info-accordion .accordion-header .icon-opener {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-content-table-info .content-info-accordion .accordion-header .icon-opener::before, .section-content-table-info .content-info-accordion .accordion-header .icon-opener::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-text);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-content-table-info .content-info-accordion .accordion-header .icon-opener::after {
  width: 3px;
  height: 100%;
}
.section-content-table-info .content-info-accordion .accordion-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.section-content-table-info .content-info-accordion .accordion-content .accordion-content-item {
  padding: 20px 0;
  position: relative;
}
.section-content-table-info .content-info-accordion .accordion-content .accordion-content-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-supportive);
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-content-table-info .content-info-accordion .accordion-content .accordion-content-item:last-child::after {
  display: none;
}
.section-content-table-info .content-info-accordion .accordion-content .accordion-content-item .accordion-content-title {
  font: 600 17px Architects-Daughter, sans-serif;
  margin-bottom: 5px;
}
.section-content-table-info .content-info-accordion .accordion-content .accordion-content-item .description {
  margin: 0;
  font-size: 15px;
}
.section-content-table-info .content-info-accordion .content-info-accordion-item {
  margin-bottom: 30px;
}
.section-content-table-info .content-info-accordion .content-info-accordion-item:last-child {
  margin-bottom: 0;
}
.section-content-table-info .content-info-accordion .content-info-accordion-item.open .icon-opener::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.section-content-table-info .content-info-block-desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section-content-table-info .content-info-accordion {
    display: none;
  }
  .section-content-table-info .content-info-block-desktop {
    display: block;
    width: 100%;
    max-width: 837px;
    border: 2px solid var(--color-primary);
    border-radius: 20px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-table thead th {
    font: 600 20px roc-grotesk, sans-serif;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-table th,
  .section-content-table-info .content-info-block-desktop .content-info-block-table td {
    border-bottom: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    padding: 15px 10px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-table th:last-child,
  .section-content-table-info .content-info-block-desktop .content-info-block-table td:last-child {
    border-right: 0;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-table tbody tr:last-child td {
    border-bottom: 0;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon {
    width: 70px;
    padding: 10px 10px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number {
    content: "";
    display: block;
    background-size: cover !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46px;
    height: 52px;
    margin: 0 auto;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number svg {
    width: inherit;
    height: inherit;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number.number-1 {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-1") no-repeat center;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number.number-2 {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-2") no-repeat center;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number.number-3 {
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-3") no-repeat center;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number.number-4 {
    width: 49px;
    background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-4") no-repeat center;
  }
}
@media screen and (min-width: 1200px) {
  .section-content-table-info .content-info-block-desktop {
    max-width: 836px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-desktop .content-info-block-table thead th {
    font-size: 20px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon {
    width: 110px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number {
    width: 57px;
    height: 63px;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number svg {
    width: inherit;
    height: inherit;
  }
  .section-content-table-info .content-info-block-desktop .content-info-block-icon .icon-number.number-4 {
    width: 61px;
  }
}
.section-top-tips-list {
  padding: 20px 15px;
}
.section-top-tips-list .top-tips-list-box {
  padding: 20px;
  border: 2px solid var(--color-text);
  border-radius: 30px;
  margin: 0 auto;
  max-width: 760px;
  font-size: 15px;
}
.section-top-tips-list .top-tips-list-box .top-tips-list-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  text-align: center;
}
.section-top-tips-list .top-tips-list-box .description {
  margin: 0;
}
.section-top-tips-list .top-tips-list-box .top-tips-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: var(--color-text);
}
.section-top-tips-list .top-tips-list-box .top-tips-list .top-tips-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.section-top-tips-list .top-tips-list-box .icon-number {
  content: "";
  display: block;
  width: 44px;
  height: 47px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-top-tips-list .top-tips-list-box .icon-number.number-1 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-1") center/cover no-repeat;
}
.section-top-tips-list .top-tips-list-box .icon-number.number-2 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-2") center/cover no-repeat;
}
.section-top-tips-list .top-tips-list-box .icon-number.number-3 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-3") center/cover no-repeat;
}
.section-top-tips-list .top-tips-list-box .icon-number.number-4 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-4") center/cover no-repeat;
}
.section-top-tips-list .top-tips-list-box .icon-number.number-5 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-5") center/cover no-repeat;
}
.section-top-tips-list .top-tips-list-box .icon-number.number-6 {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/content-page-sprite-3c85288a9c.svg#number-6") center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .section-top-tips-list {
    padding: 30px 15px;
  }
  .section-top-tips-list .top-tips-list-box {
    font-size: 17px;
  }
  .section-top-tips-list .top-tips-list-box .icon-number {
    width: 52px;
    height: 56px;
  }
  .section-top-tips-list .top-tips-list-box .top-tips-list {
    gap: 24px;
  }
  .section-top-tips-list .top-tips-list-box .top-tips-list .top-tips-list-item {
    gap: 30px;
  }
}
.experiences-row-section {
  background-color: var(--color-supportive);
  padding: 30px 15px;
  margin: 0 -15px;
}
.experiences-row-section .title-block {
  color: var(--color-text);
  font-size: 15px;
}
.experiences-row-section .title-block .title {
  margin-bottom: 5px;
  font-size: 22px;
}
.experiences-row-section .title-block .description {
  margin: 0;
}
.experiences-row-section .content-page-experiences-slider {
  padding: 15px 0 5px;
  margin: 0 -15px;
}
.experiences-row-section .card-experience {
  width: 312px;
}
.experiences-row-section .card-experience .experience-category-label {
  display: none;
}
.experiences-row-section .card-experience .card-body {
  padding-top: 15px;
}
.experiences-row-section .card-experience .card-category {
  font-size: 12px;
}
.experiences-row-section .card-experience .card-img {
  height: 140px;
}
.experiences-row-section .card-experience .card-title {
  font-size: 18px;
  height: auto;
}
.experiences-row-section .card-experience .experience-price,
.experiences-row-section .card-experience .experience-duration,
.experiences-row-section .card-experience .experience-rating {
  font-size: 12px;
}
.experiences-row-section .card-experience .experience-information {
  width: 35%;
}
.experiences-row-section .card-experience .content-block {
  width: 65%;
}

@media screen and (min-width: 768px) {
  .experiences-row-section {
    padding: 40px 15px;
  }
  .experiences-row-section .title-block {
    font-size: 17px;
    text-align: center;
    max-width: 430px;
    margin: 0 auto;
  }
  .experiences-row-section .title-block .title {
    margin-bottom: 20px;
    font-size: 29px;
  }
  .experiences-row-section .content-page-experiences-slider {
    padding: 20px 0 5px;
  }
  .experiences-row-section .card-experience {
    width: 344px;
  }
  .experiences-row-section .card-experience .card-img {
    height: 157px;
  }
  .experiences-row-section .card-experience .card-title {
    font-size: 20px;
    height: 70px;
    min-height: 70px;
  }
  .experiences-row-section .card-experience .experience-price,
  .experiences-row-section .card-experience .experience-duration,
  .experiences-row-section .card-experience .experience-rating {
    font-size: 14px;
  }
  .experiences-row-section .card-experience .card-body {
    height: 165px;
  }
}
@media screen and (min-width: 1200px) {
  .experiences-row-section .card-experience {
    width: 370px;
  }
  .experiences-row-section .card-experience .card-category {
    font-size: 15px;
  }
}
.image-section-wrapp {
  margin: 20px auto;
  padding: 24px 16px 10px;
  background-color: var(--color-white);
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  width: 100%;
}
.image-section-wrapp .image-section {
  width: 100%;
}
.image-section-wrapp .image-section img, .image-section-wrapp .image-section video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 204px;
  max-height: 532px;
}
.image-section-wrapp .image-section video {
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  .image-section-wrapp .image-section video {
    max-width: 450px;
  }
}
.image-section-wrapp .photo-credit-text {
  font: 500 14px Architects-Daughter, sans-serif;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .image-section-wrapp {
    padding: 36px 26px 16px;
    margin: 30px auto;
  }
  .image-section-wrapp .photo-credit-text {
    margin: 17px 0 0;
  }
}
.image-block-video {
  margin: 20px 15px;
}
.image-block-video .image-block-video-box {
  padding: 24px 16px 10px;
  background-color: var(--color-white);
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 427px;
}
.image-block-video .youtube-video-description {
  font: 500 14px Architects-Daughter, sans-serif;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .image-block-video {
    margin: 30px 15px;
  }
  .image-block-video .image-block-video-box {
    padding: 36px 26px 16px;
    max-width: 583px;
    width: 100%;
    margin: 0 auto;
  }
  .image-block-video .image-block-video__youtube {
    height: 306px;
  }
  .image-block-video .youtube-video-description {
    margin: 17px 0 0;
  }
}
.split-layout {
  margin: 30px 15px;
  color: var(--color-text);
}
.split-layout h2, .split-layout h3 {
  font-weight: 700;
}
.split-layout a {
  color: var(--color-accent-gold);
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.3s linear;
  transition: -webkit-text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear;
  transition: text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
}
.split-layout a:hover {
  text-decoration: none;
}
.split-layout .content-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.split-layout.right .content-page-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.split-layout.bottom .content-page-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.split-layout .image-section-wrapp {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 500px;
}
.split-layout .text-block {
  line-height: 1.4;
}
.split-layout .text-block .subtitle {
  margin-bottom: 15px;
}
.split-layout .text-block p {
  margin: 0 0 16px;
}
.split-layout .text-block p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .split-layout {
    margin: 20px 15px 40px;
  }
  .split-layout .content-page-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
  .split-layout .text-block {
    width: auto;
  }
  .split-layout.right .image-section-wrapp, .split-layout.left .image-section-wrapp {
    padding: 24px 16px 10px;
    width: 306px;
  }
}
@media screen and (min-width: 1024px) {
  .split-layout .content-page-container {
    max-width: 900px !important;
  }
}
.klaviyo-video-signup-section {
  position: relative;
  margin: 0 -15px;
}
@media screen and (min-width: 768px) {
  .klaviyo-video-signup-section {
    margin-right: 0;
  }
}
.klaviyo-video-signup-section .video-container {
  position: relative;
  width: 100%;
  max-height: 50vh;
  overflow: hidden;
}
.klaviyo-video-signup-section .video-container .video-preview {
  position: relative;
  width: 100%;
  max-height: 50vh;
  overflow: hidden;
}
.klaviyo-video-signup-section .video-container .video-preview .video-preview-image {
  width: 100%;
  height: 100%;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.klaviyo-video-signup-section .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
  width: auto;
  height: auto;
}
.klaviyo-video-signup-section .video-container .play-button:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.8;
}
.klaviyo-video-signup-section .video-container .play-button .play-button-svg {
  width: 60px;
  height: 60px;
}
@media (min-width: 1024px) {
  .klaviyo-video-signup-section .video-container .play-button .play-button-svg {
    width: 96px;
    height: 96px;
  }
}
.klaviyo-video-signup-section .video-container .video-player {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.klaviyo-video-signup-section .video-container .video-player.no-display {
  display: none;
}
.klaviyo-video-signup-section .klaviyo-form {
  width: 100%;
  max-width: none !important;
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] {
  gap: 10px;
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] button {
  background-color: var(--color-accent-gold, #D7E051) !important;
  color: var(--color-text) !important;
  border: none !important;
  height: auto !important;
  padding: 10px 20px !important;
  border-radius: 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  position: relative;
  -webkit-transition: background-color 0.3s ease !important;
  transition: background-color 0.3s ease !important;
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] button:hover {
  background: var(--color-primary) !important;
}
@media (min-width: 768px) {
  .klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] button {
    padding: 17px 45px !important;
    border-radius: 90px !important;
    font-size: 20px !important;
  }
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email] {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  background-color: var(--color-supportive) !important;
  color: var(--color-primary) !important;
  padding: 7px 18px !important;
  border-radius: 20px !important;
  font-size: 15px !important;
  -webkit-transition: border-color 0.3s ease !important;
  transition: border-color 0.3s ease !important;
  font-weight: 500 !important;
  border: none !important;
}
@media (min-width: 768px) {
  .klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email] {
    padding: 17px 45px !important;
    border-radius: 90px !important;
    font-size: 20px !important;
  }
  .klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::-webkit-input-placeholder {
    font-size: 20px !important;
  }
  .klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::-moz-placeholder {
    font-size: 20px !important;
  }
  .klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]:-ms-input-placeholder {
    font-size: 20px !important;
  }
  .klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::-ms-input-placeholder {
    font-size: 20px !important;
  }
  .klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::placeholder {
    font-size: 20px !important;
  }
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::-webkit-input-placeholder {
  color: var(--color-text) !important;
  font-weight: 500 !important;
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::-moz-placeholder {
  color: var(--color-text) !important;
  font-weight: 500 !important;
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]:-ms-input-placeholder {
  color: var(--color-text) !important;
  font-weight: 500 !important;
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::-ms-input-placeholder {
  color: var(--color-text) !important;
  font-weight: 500 !important;
}
.klaviyo-video-signup-section .klaviyo-form [data-testid=form-row] input[type=email]::placeholder {
  color: var(--color-text) !important;
  font-weight: 500 !important;
}
.klaviyo-video-signup-section .signup-form-container {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 247, 236, 0)), color-stop(15%, rgba(253, 247, 236, 0.8)), color-stop(30%, rgb(253, 247, 236)));
  background: linear-gradient(180deg, rgba(253, 247, 236, 0) 0%, rgba(253, 247, 236, 0.8) 15%, rgb(253, 247, 236) 30%);
  margin: -70px 0 0;
  padding: 130px 20px 40px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .klaviyo-video-signup-section .signup-form-container {
    margin: -100px -10px 0;
    padding: 100px 0 40px;
  }
}
@media (min-width: 1024px) {
  .klaviyo-video-signup-section .signup-form-container {
    margin: -120px -10px 0;
    padding: 120px 0 40px;
  }
}
.klaviyo-video-signup-section .form-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-text);
  margin-bottom: 18px;
  text-align: left;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .klaviyo-video-signup-section .form-title {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 35px;
  }
}
.klaviyo-video-signup-section .klaviyo-signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: -50px;
}
@media (min-width: 1024px) {
  .klaviyo-video-signup-section .klaviyo-signup-form {
    margin-top: -70px;
    padding: 0 40px;
    width: 95%;
  }
}
.klaviyo-video-signup-section .form-inputs-wrapper {
  width: 100%;
}

.klaviyo-signup-form .form-group-checkbox {
  padding: 10px 13px;
  background: rgba(200, 190, 160, 0.6);
  border-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 12px;
}
.klaviyo-signup-form .form-group-checkbox .checkbox-label {
  font-weight: 400;
  position: relative;
  padding-left: 32px;
  font-size: 14.4px;
  cursor: pointer;
  display: inline-block;
}
.klaviyo-signup-form .form-group-checkbox .checkbox-label .privacy-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s linear, -webkit-text-decoration 0.3s linear;
  transition: color 0.3s linear, -webkit-text-decoration 0.3s linear;
  transition: color 0.3s linear, text-decoration 0.3s linear;
  transition: color 0.3s linear, text-decoration 0.3s linear, -webkit-text-decoration 0.3s linear;
}
.klaviyo-signup-form .form-group-checkbox .checkbox-label .privacy-link:hover {
  text-decoration: none;
}
.klaviyo-signup-form .form-group-checkbox .checkbox-input {
  display: none;
}
.klaviyo-signup-form .form-group-checkbox .checkbox-label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid var(--color-neutral-lightest);
  background: var(--color-neutral-lightest);
}
.klaviyo-signup-form .form-group-checkbox .checkbox-label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 21px;
  height: 20px;
  content: "";
  background-color: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-check") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-check") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.klaviyo-signup-form .form-group-checkbox .checkbox-input:checked + .checkbox-label::after {
  display: block;
}
.klaviyo-signup-form .form-group-checkbox .checkbox-input:checked + .checkbox-label::before {
  background-color: var(--color-neutral-lightest);
  border: 1px solid var(--color-neutral-lightest);
}
@media screen and (min-width: 768px) {
  .klaviyo-signup-form .form-group-checkbox {
    border-radius: 90px;
    padding: 16px 40px;
  }
  .klaviyo-signup-form .form-group-checkbox .checkbox-label {
    font-size: 15px;
    padding-left: 60px;
  }
  .klaviyo-signup-form .form-group-checkbox .checkbox-label::before {
    top: 3px;
    width: 34px;
    height: 34px;
    border: 1px solid var(--color-primary-light);
    background: var(--color-primary-light);
  }
  .klaviyo-signup-form .form-group-checkbox .checkbox-label::after {
    top: 0;
    left: 8px;
    width: 31px;
    height: 30px;
  }
  .klaviyo-signup-form .form-group-checkbox .checkbox-label .checkbox-text {
    line-height: 22.5px;
  }
}

.section-customer-reviews {
  background-color: var(--blue-basic);
  color: var(--white);
  font-size: 13px;
  padding: 30px 0;
  margin-bottom: 30px;
}
.section-customer-reviews .container-l {
  position: relative;
}
.section-customer-reviews .title-box {
  text-align: center;
  position: relative;
}
.section-customer-reviews .title-box .title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}
.section-customer-reviews .title-box .title .title-mobile-top {
  font-size: 20px;
}
.section-customer-reviews .title-box .title span {
  display: block;
}
.section-customer-reviews .title-box .title-desktop,
.section-customer-reviews .title-box .description {
  display: none;
}
.section-customer-reviews .title-box .description {
  margin: 0;
}
.section-customer-reviews .icon {
  display: block;
  background-color: var(--white);
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-customer-reviews .icon-tripadvisor-rating {
  width: 93px;
  height: 18px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor-rating2") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor-rating2") no-repeat center;
}
.section-customer-reviews .icon-google-rating {
  width: 94px;
  height: 18px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google-rating") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google-rating") no-repeat center;
}
.section-customer-reviews .icon-google {
  width: 27px;
  height: 27px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-google") no-repeat center;
}
.section-customer-reviews .icon-tripadvisor {
  width: 36px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-tripadvisor") no-repeat center;
}
.section-customer-reviews .icon-decoration {
  display: block;
  content: "";
  width: 255px;
  height: 136px;
  position: absolute;
  left: -40px;
  bottom: -30px;
  background-color: var(--color-primary-light);
}
.section-customer-reviews .icon-decoration.icon-hong-kong {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-hong-kong") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/customer-reviews-section-sprite-21686d0c36.svg#icon-hong-kong") center/cover no-repeat;
}
.section-customer-reviews .customer-reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  font-size: 10px;
  position: relative;
}
.section-customer-reviews .customer-reviews-block .customer-reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  max-width: 160px;
}
.section-customer-reviews .customer-reviews-block .customer-reviews-item .statistic-block .icon {
  margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .section-customer-reviews {
    font-size: 18px;
    padding: 50px 0 50px;
    margin-bottom: 50px;
  }
  .section-customer-reviews .container-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    max-width: 1260px;
  }
  .section-customer-reviews .icon-tripadvisor-rating,
  .section-customer-reviews .icon-google-rating {
    width: 180px;
    height: 34px;
  }
  .section-customer-reviews .icon-tripadvisor {
    width: 75px;
    height: 51px;
  }
  .section-customer-reviews .icon-google {
    width: 50px;
    height: 50px;
  }
  .section-customer-reviews .icon-decoration {
    width: 320px;
    height: 168px;
    left: -150px;
    bottom: -50px;
  }
  .section-customer-reviews .title-box {
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
    text-align: left;
  }
  .section-customer-reviews .title-box .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .section-customer-reviews .title-box .title-mobile {
    display: none;
  }
  .section-customer-reviews .title-box .title-desktop,
  .section-customer-reviews .title-box .description {
    display: block;
  }
  .section-customer-reviews .customer-reviews-block {
    font-size: 18px;
    gap: 30px;
  }
  .section-customer-reviews .customer-reviews-block .customer-reviews-item {
    gap: 15px;
    max-width: 360px;
  }
}
.search-tool {
  background-color: var(--color-neutral-lightest);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 15px;
  margin: 0;
  width: 100%;
  height: 100%;
}
.search-tool .search-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 285px;
  margin-top: 15px;
}
.search-tool .search-section-container .location-area, .search-tool .search-section-container .people-area, .search-tool .search-section-container .button-search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 0 25px 10px 25px;
}
.search-tool .search-section-container .location-area {
  position: relative;
  padding: 0 1px 0 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-tool .search-section-container .location-area i {
  content: "";
  position: absolute;
  top: 15px;
  left: 13px;
  display: inline-block;
  width: 45px;
  height: 28px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area i {
    left: -15px;
  }
}
.search-tool .search-section-container .location-area .location-icon {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-search_yellow") no-repeat;
  background-size: contain;
}
.search-tool .search-section-container .location-area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  border: 0;
  color: var(--color-primary);
  background-color: transparent;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  padding-left: 18px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area input {
    padding-left: 36px;
    font-size: 14px;
  }
}
.search-tool .search-section-container .location-area input::-webkit-input-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input::-moz-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input:-ms-input-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input::-ms-input-placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area input::placeholder {
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}
.search-tool .search-section-container .location-area .input-wrapper {
  position: relative;
  width: 100%;
}
.search-tool .search-section-container .location-area .input-wrapper .top-placeholder,
.search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder {
  position: absolute;
  left: 30px;
  color: var(--color-primary);
}
.search-tool .search-section-container .location-area .input-wrapper .top-placeholder {
  top: 5px;
  font-family: Poppins-Bold, sans-serif;
  font-size: 10px;
}
.search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder {
  top: 18px;
  font: 500 8px roc-grotesk, sans-serif;
}
.search-tool .search-section-container .people-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-tool .search-section-container .people-area .people-area-text {
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.search-tool .search-section-container .people-area .arrow-down-yellow {
  position: absolute;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-arrow-down") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-arrow-down") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--color-accent-gold);
  width: 25px;
  height: 25px;
  right: 5px;
  top: 13px;
  cursor: pointer;
}
.search-tool .search-section-container .people-area .arrow-down-yellow:hover {
  background: var(--color-primary);
}
.search-tool .search-section-container .people-area .people-area-dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -141px;
  background-color: var(--color-neutral-lightest);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  z-index: 999;
  border-radius: 40px;
  padding: 10px 25px 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 348px;
  max-width: 348px;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-primary);
  padding: 15px 0;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .people-title {
  font: 500 20px roc-grotesk, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color-text);
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .people-title-additional {
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .amount-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font: 500 16px freight-sans-pro, sans-serif;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item .incrementor-field-search-tool {
  display: inline-block;
  text-align: center;
  width: 10px;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item button {
  width: 25px;
  height: 25px;
  border: none;
  background-size: contain;
  background: var(--color-accent-rose);
  color: var(--color-neutral-lightest);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1;
}
.search-tool .search-section-container .people-area .people-area-dropdown .people-item button:disabled {
  background: var(--color-supportive);
}
.search-tool .search-section-container .button-search-area button {
  width: 100%;
  border: 1px solid var(--color-accent-gold);
  background-color: var(--color-accent-gold);
  color: var(--color-primary);
  letter-spacing: 0.75px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.search-tool .search-section-container .button-search-area button:hover, .search-tool .search-section-container .button-search-area button:focus, .search-tool .search-section-container .button-search-area button:active {
  border: 1px solid var(--color-accent-gold);
  background-color: var(--color-primary);
  color: var(--color-accent-gold);
}
.search-tool .search-section-container .button-search-area .book, .search-tool .search-section-container .button-search-area .find {
  display: none;
}
.search-tool .search-section-container .search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 40%;
  max-height: 160px;
  border: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: var(--white);
  overflow: auto;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
  margin: 60px 2px 0 26px;
}
.search-tool .search-section-container .search-results__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.search-tool .search-section-container .search-results__list-item {
  text-align: start;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.search-tool .search-section-container .search-results__list-item:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 23px;
  display: block;
  width: 21px;
  height: 13px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-marker_yellow") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#icon-marker_yellow") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--color-accent-gold);
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .search-results__list-item:before {
    left: 24px;
  }
}
.search-tool .search-section-container .search-results__list-item a {
  display: block;
  padding: 10px 0 5px 48px;
  font-family: roc-grotesk, sans-serif;
  color: var(--color-primary);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .search-results__list-item a {
    padding: 10px 0 5px 60px;
  }
}
.search-tool .search-section-container .search-results__list-item.selected a, .search-tool .search-section-container .search-results__list-item:focus a, .search-tool .search-section-container .search-results__list-item:hover a, .search-tool .search-section-container .search-results__list-item:active a {
  text-decoration: underline;
}
.search-tool .search-section-container .search-results .not-found {
  font-family: freight-sans-pro, sans-serif;
  padding: 5px 0 5px 55px;
  color: var(--color-primary);
  font-size: 9px;
}

@media screen and (min-width: 768px) {
  .search-tool {
    background-color: var(--color-neutral-lightest);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 550px;
    margin: 0 auto;
  }
  .search-tool .search-section-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    min-width: initial;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .search-tool .search-section-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area, .search-tool .search-section-container .people-area, .search-tool .search-section-container .button-search-area {
    height: 50px;
    margin: 10px;
    border: none;
  }
  .search-tool .search-section-container .location-area .area-title, .search-tool .search-section-container .people-area .area-title, .search-tool .search-section-container .button-search-area .area-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: var(--white);
    padding: 0 5px;
    top: -18px;
    font-family: freight-sans-pro, sans-serif;
    font-size: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .search-tool .search-section-container .location-area .area-title .location-icon, .search-tool .search-section-container .people-area .area-title .location-icon, .search-tool .search-section-container .button-search-area .area-title .location-icon {
    position: initial;
    width: 20px;
    height: 20px;
  }
  .search-tool .search-section-container .location-area .area-title span, .search-tool .search-section-container .people-area .area-title span, .search-tool .search-section-container .button-search-area .area-title span {
    padding: 0 5px;
  }
  .search-tool .search-section-container .people-area .people-area-dropdown {
    bottom: -141px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 30px 30px;
  }
  .search-tool .search-section-container .people-area .people-area-dropdown .people-item .people-title, .search-tool .search-section-container .people-area .people-area-dropdown .people-item .amount-people {
    font-size: 17px;
  }
  .search-tool .search-section-container .people-area .people-area-dropdown .people-item button {
    width: 25px;
    height: 25px;
  }
  .search-tool .search-section-container .location-area {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66%;
            flex: 0 1 66%;
    padding: 0 1px 0 15px;
  }
  .search-tool .search-section-container .location-area i {
    content: "";
    position: absolute;
    top: 10px;
    left: 16px;
    width: 55px;
    height: 28px;
  }
  .search-tool .search-section-container .location-area input {
    font-size: 14px;
    line-height: 28px;
    padding-left: 45px;
  }
  .search-tool .search-section-container .location-area input::-webkit-input-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-moz-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input:-ms-input-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-ms-input-placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::placeholder {
    color: var(--color-primary);
    text-align: left;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .search-tool .search-section-container .location-area input {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .search-tool .search-section-container .location-area .input-wrapper .top-placeholder,
  .search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder {
    left: 51px;
  }
  .search-tool .search-section-container .location-area .input-wrapper .top-placeholder.top-placeholder,
  .search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder.top-placeholder {
    top: 0;
    font-size: 15px;
  }
  .search-tool .search-section-container .location-area .input-wrapper .top-placeholder.bottom-placeholder,
  .search-tool .search-section-container .location-area .input-wrapper .bottom-placeholder.bottom-placeholder {
    top: 18px;
    font-size: 12px;
  }
  .search-tool .search-section-container .button-search-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 34%;
            flex: 0 1 34%;
    letter-spacing: 1.05px;
    margin-right: 20px;
  }
  .search-tool .search-section-container .button-search-area button {
    font-size: 14px;
  }
  .search-tool .search-section-container .search-results {
    position: absolute;
    max-height: 320px;
    border: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: var(--white);
    overflow: auto;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    margin: 69px 0 0 0;
  }
  .search-tool .search-section-container .search-results__list-item:before {
    width: 47px;
    left: 36px;
  }
  .search-tool .search-section-container .search-results__list-item a {
    padding: 10px 0 5px 65px;
  }
  .search-tool .search-section-container .search-results .not-found {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .search-tool {
    width: 600px;
  }
  .search-tool .search-section-container {
    font-size: 16px;
  }
  .search-tool .search-section-container .button-search-area button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .search-tool {
    top: 395px;
    height: 80px;
  }
  .search-tool .search-section-container {
    max-width: 1080px;
  }
  .search-tool .search-section-container .location-area, .search-tool .search-section-container .people-area, .search-tool .search-section-container .button-search-area {
    height: 60px;
  }
  .search-tool .search-section-container .location-area i {
    top: 13px;
    left: 28px;
    width: 65px;
    height: 30px;
  }
  .search-tool .search-section-container .location-area input {
    padding-left: 60px;
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-moz-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input:-ms-input-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::-ms-input-placeholder {
    font-size: 16px;
  }
  .search-tool .search-section-container .location-area input::placeholder {
    font-size: 16px;
  }
}
.section-our-experiences {
  padding: 30px 0;
}
.section-our-experiences .experiences-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.section-our-experiences .experiences-list .card-experience {
  height: 100%;
}
.section-our-experiences .experiences-list .experience-item .card-experience {
  margin: 0 auto;
}
.section-our-experiences .title-box {
  text-align: center;
  font-size: 18px;
  color: var(--color-text);
  max-width: 772px;
  margin: 0 auto 40px;
}
.section-our-experiences .title-box .title {
  margin-bottom: 10px;
}
.section-our-experiences .title-box .description {
  margin: 0;
}
.section-our-experiences .btn-primary-link {
  margin: 0 auto;
}
.section-our-experiences .filters-block {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}
.section-our-experiences .show-by-prices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
}
.section-our-experiences .show-by-prices-wrapper .title {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 11px;
}
.section-our-experiences .show-by-prices-wrapper .search-tool {
  border: none;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  height: auto;
  z-index: 10;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container {
  min-width: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area {
  height: 34px;
  border-bottom: 2px solid var(--blue-basic);
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .arrow-down-yellow {
  position: absolute;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-arrow-down_blue") no-repeat;
  width: 16px;
  height: 16px;
  right: -20px;
  top: 14px;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .arrow-down-yellow:hover, .section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .arrow-down-yellow:active {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-arrow-down_yellow") no-repeat;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .people-area-text {
  display: inline-block;
  font-size: 17px;
  padding-top: 10px;
  padding-left: 7px;
  text-align: left;
  width: 100%;
}
.section-our-experiences .show-by-prices-wrapper .search-tool .search-section-container .people-area .people-area-dropdown {
  bottom: -205px;
  right: -55px;
}
@media screen and (min-width: 768px) {
  .section-our-experiences {
    padding: 50px 0;
  }
  .section-our-experiences .experiences-list {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 50px;
    gap: 40px;
  }
  .section-our-experiences .filters-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 75px;
  }
  .section-our-experiences .show-by-prices-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px;
  }
  .section-our-experiences .title-box {
    font-size: 22px;
  }
}
.favorite-experience-icon-box,
.favorite-article-icon-box,
.favorite-suggested-product-icon-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 9;
}
.favorite-experience-icon-box .favorite-experience,
.favorite-experience-icon-box .favorite-article,
.favorite-experience-icon-box .favorite-suggested-product,
.favorite-article-icon-box .favorite-experience,
.favorite-article-icon-box .favorite-article,
.favorite-article-icon-box .favorite-suggested-product,
.favorite-suggested-product-icon-box .favorite-experience,
.favorite-suggested-product-icon-box .favorite-article,
.favorite-suggested-product-icon-box .favorite-suggested-product {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.favorite-experience-icon-box .favorite-experience::after,
.favorite-experience-icon-box .favorite-article::after,
.favorite-experience-icon-box .favorite-suggested-product::after,
.favorite-article-icon-box .favorite-experience::after,
.favorite-article-icon-box .favorite-article::after,
.favorite-article-icon-box .favorite-suggested-product::after,
.favorite-suggested-product-icon-box .favorite-experience::after,
.favorite-suggested-product-icon-box .favorite-article::after,
.favorite-suggested-product-icon-box .favorite-suggested-product::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_white") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_white") no-repeat center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  z-index: 2;
}
.favorite-experience-icon-box .favorite-article-checked,
.favorite-experience-icon-box .favorite-experience-checked,
.favorite-experience-icon-box .favorite-suggested-product-checked,
.favorite-article-icon-box .favorite-article-checked,
.favorite-article-icon-box .favorite-experience-checked,
.favorite-article-icon-box .favorite-suggested-product-checked,
.favorite-suggested-product-icon-box .favorite-article-checked,
.favorite-suggested-product-icon-box .favorite-experience-checked,
.favorite-suggested-product-icon-box .favorite-suggested-product-checked {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_checked") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#heart_checked") no-repeat center;
  background: var(--color-primary);
}
.favorite-experience-icon-box .favorite-article-checked::after,
.favorite-experience-icon-box .favorite-experience-checked::after,
.favorite-experience-icon-box .favorite-suggested-product-checked::after,
.favorite-article-icon-box .favorite-article-checked::after,
.favorite-article-icon-box .favorite-experience-checked::after,
.favorite-article-icon-box .favorite-suggested-product-checked::after,
.favorite-suggested-product-icon-box .favorite-article-checked::after,
.favorite-suggested-product-icon-box .favorite-experience-checked::after,
.favorite-suggested-product-icon-box .favorite-suggested-product-checked::after {
  display: none;
}
@media screen and (min-width: 520px) {
  .favorite-experience-icon-box,
  .favorite-article-icon-box,
  .favorite-suggested-product-icon-box {
    width: 40px;
    height: 40px;
    top: 7px;
  }
  .favorite-experience-icon-box .favorite-experience,
  .favorite-experience-icon-box .favorite-article,
  .favorite-article-icon-box .favorite-experience,
  .favorite-article-icon-box .favorite-article,
  .favorite-suggested-product-icon-box .favorite-experience,
  .favorite-suggested-product-icon-box .favorite-article {
    width: 38px;
    height: 38px;
  }
}

.favorite-suggested-product-icon-box {
  width: 34px;
  height: 34px;
  background: var(--color-white);
  border-radius: 50%;
  top: 13px;
  right: 13px;
}
.favorite-suggested-product-icon-box .favorite-suggested-product {
  width: 20px;
  height: 20px;
}
.favorite-suggested-product-icon-box .favorite-suggested-product::after {
  width: 20px;
  height: 20px;
}

.card-experience-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.card-experience {
  background-color: var(--white-basic);
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  width: 250px;
  height: 340px;
  max-height: 340px;
  position: relative;
  clip-path: path("M250 299.547C250 306.726 244.18 312.547 237 312.547C229.82 312.547 224 318.367 224 325.547V326.273C224 333.854 217.854 340 210.273 340H15C6.71572 340 0 333.284 0 325V15C0 6.71572 6.71573 0 15 0H235C243.284 0 250 6.71573 250 15V299.547Z");
  border-radius: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (hover: hover) {
  .card-experience:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .card-experience:hover .card-body-content {
    display: none;
  }
  .card-experience:hover .description {
    display: block;
  }
}
.card-experience .card-experience-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.card-experience .card-img {
  width: 100%;
  height: 143px;
  position: relative;
}
.card-experience .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.card-experience .card-title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 55px;
  min-height: 55px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: -webkit-fill-available;
  font: 500 18px "roc-grotesk", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .card-experience .card-title {
    font-size: 20px;
    max-height: 40px;
    min-height: 40px;
  }
}
.card-experience .card-body {
  height: 197px;
  padding: 20px 15px 10px 15px;
}
.card-experience .card-body-content {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 12px;
}
.card-experience .card-body .content-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-experience .card-body .city-label {
  font: 500 12px "roc-grotesk", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.card-experience .card-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.card-experience .card-body .content-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-experience .card-body .view-experience {
  margin-top: auto;
  text-decoration: underline;
  font: 500 15px "roc-grotesk", sans-serif;
}
.card-experience .description {
  display: none;
  margin: 0;
  padding: 10px 15px 0;
}
.card-experience .card-category {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 4px 15px;
  border-radius: 20px;
  font: 500 12px "roc-grotesk", sans-serif;
  text-transform: uppercase;
  background-color: var(--color-accent-gold);
  position: absolute;
  bottom: -10px;
  left: 15px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.card-experience .experience-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 15px freight-sans-pro, sans-serif;
}
.card-experience .experience-rating:before {
  display: none;
}
.card-experience .experience-rating .rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-experience .experience-rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-experience .experience-rating .star {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#star-yellow") center no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#star-yellow") center no-repeat;
  background: var(--color-accent-rose);
  width: 15px;
  height: 15px;
}
.card-experience .duration-rating-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-experience .experience-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: auto;
}
.card-experience .experience-information .experience-price,
.card-experience .experience-information .experience-duration {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  font: 500 15px freight-sans-pro, sans-serif;
}
.card-experience .experience-information .experience-price:before,
.card-experience .experience-information .experience-duration:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
}
.card-experience .experience-information .experience-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.card-experience .experience-information .experience-price:before {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#price-tag") center no-repeat;
  left: -3px;
  width: 18px;
  height: 18px;
}
.card-experience .experience-information .experience-price .price {
  font: 700 15px "roc-grotesk", sans-serif;
}
.card-experience .experience-information .experience-price .price-text {
  font-weight: 500;
}
.card-experience .experience-information.with-partner {
  gap: 5px;
}
.card-experience .experience-information.with-partner .experience-price {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-experience .experience-information.with-partner .experience-price:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-experience .experience-information.with-partner .experience-price .price {
  position: relative;
}
.card-experience .experience-information.with-partner .experience-price .price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: var(--color-primary);
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.card-experience .experience-information.with-partner .experience-price .partner-price {
  font: 700 15px "roc-grotesk", sans-serif;
  color: var(--color-accent-rose);
}
.card-experience .experience-information .experience-duration:before {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-card-sprite-726559fd4d.svg#clock") center no-repeat;
}

@media screen and (min-width: 768px) {
  .card-experience-wrapper {
    -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
  }
  .card-experience {
    max-width: 332px;
    max-height: 267px;
    width: 332px;
    height: 267px;
    clip-path: path("M332 220.192C332 228.145 325.553 234.592 317.6 234.592H316.77C308.817 234.592 302.37 241.04 302.37 248.992V253.1C302.37 261.053 295.923 267.5 287.97 267.5H14.4C6.44709 267.5 0 261.053 0 253.1V14.4C0 6.44709 6.4471 0 14.4 0H317.6C325.553 0 332 6.4471 332 14.4V220.192Z");
  }
  .card-experience .card-img {
    height: 117px;
  }
  .card-experience .card-title {
    font-size: 20px;
    -webkit-line-clamp: 2;
  }
  .card-experience .card-body {
    height: 150.5px;
    padding: 15px;
  }
  .card-experience .duration-rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
  .card-experience .view-experience {
    display: none;
  }
  .card-experience .experience-information {
    gap: 10px;
  }
}
.filters {
  position: relative;
  height: 100%;
}
.filters .filters-modal {
  position: relative;
  max-height: 1300px;
  max-width: 740px;
  width: 100vw;
  height: 100%;
  margin-left: -15px;
  background: var(--color-primary);
  color: var(--color-neutral-lightest);
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 7px 10px 15px 40px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0 30px 30px 0;
}
.filters .filters-modal.with-sign-icon {
  overflow: hidden;
}
.filters .filters-modal.collapsed {
  position: relative;
  z-index: 0;
  padding: 7px 10px 7px 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 0 40px 40px 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.filters .filters-modal.collapsed .content-wrapper {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
.filters .filters-modal.collapsed .title-wrapper {
  margin: 0;
  cursor: pointer;
}
.filters .filters-modal.collapsed .title-wrapper.title-wrapper-big {
  margin: 0;
}
.filters .filters-modal.collapsed .title-wrapper .applied-filters {
  background: transparent;
}
.filters .filters-modal.collapsed .title-wrapper .close-btn::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.filters .filters-modal.collapsed .title-wrapper .apply-btn {
  display: none;
}
.filters .filters-modal.collapsed .title-wrapper .filter-title {
  max-width: none;
}
.filters .filters-modal.collapsed .sign-icon {
  max-height: 0;
  opacity: 0;
}
.filters .filters-modal.collapsed .filter-buttons {
  max-height: 0;
  max-width: 0;
  opacity: 0;
}
.filters .filters-modal.collapsed .filter-buttons button {
  display: none !important;
}
.filters .filters-modal .filter-buttons {
  max-height: 100px;
  max-width: 250px;
  position: relative;
}
.filters .filters-modal .filter-buttons .clear-filters-btn {
  position: absolute;
  left: -4px;
  bottom: -35px;
  min-width: auto;
  width: 100%;
  padding: 5px 0;
}
.filters .filters-modal .section-title {
  font-size: 16px;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters .filters-modal .content-wrapper {
  max-height: 1000px;
  max-width: 600px;
  padding-right: 5px;
}
.filters .filters-modal .clear-filters-btn {
  color: var(--color-neutral-lightest);
  font-size: 15px;
  padding: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters .filters-modal .clear-filters-btn:hover {
  color: var(--color-accent-rose);
}
.filters .filters-modal .search-wrapper {
  padding-bottom: 15px;
}
.filters .filters-modal .search-wrapper .city-search {
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--color-neutral-light);
  color: var(--color-primary);
  border: none;
  width: 100%;
}
.filters .filters-modal .search-wrapper .city-search::-webkit-input-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search::-moz-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search:-ms-input-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search::-ms-input-placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .city-search::placeholder {
  color: var(--color-primary);
}
.filters .filters-modal .search-wrapper .search-tool {
  padding: 0;
  background: transparent;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container {
  background: transparent;
  max-height: none;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area {
  height: auto;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 0;
  z-index: 1;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area .location-icon {
  position: relative;
  top: auto;
  left: auto;
  display: none;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area .input-wrapper {
  position: relative;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area .input-wrapper::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#search") no-repeat center/cover;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#search") no-repeat center/cover;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input {
  padding: 6px 12px 6px 30px;
  border-radius: 20px;
  background: var(--color-neutral-light);
  color: var(--color-primary);
  border: none;
  width: 100%;
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::-webkit-input-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::-moz-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input:-ms-input-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::-ms-input-placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .location-area input::placeholder {
  color: var(--color-primary);
  font-size: 16px;
}
.filters .filters-modal .search-wrapper .search-tool .search-section-container .button-search-area {
  display: none;
}
@media screen and (min-width: 768px) {
  .filters .filters-modal .search-wrapper .search-tool .search-section-container {
    font-size: 16px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results {
    width: 100%;
    top: 55%;
    left: 0;
    margin: 0;
    z-index: -1;
    border-radius: 0 0 19px 19px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list {
    background: var(--color-supportive);
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:first-child a {
    padding-top: 30px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:first-child::before {
    top: 30px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item a {
    padding: 13px 10px 13px 50px;
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item::before {
    -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#location") no-repeat;
            mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/search-form-sprite-b492e3c5a5.svg#location") no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 20px;
    height: 22px;
    top: 14px;
    left: 19px;
    background: var(--color-primary);
  }
  .filters .filters-modal .search-wrapper .search-tool .search-results__list-item.selected::before, .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:focus::before, .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:hover::before, .filters .filters-modal .search-wrapper .search-tool .search-results__list-item:active::before {
    background: var(--color-accent-gold);
  }
}
.filters .filters-modal .search-wrapper .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.filters .filters-modal .sign-icon {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 170px;
  height: 210px;
  max-height: 300px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#sign-icon") no-repeat center;
  background-size: cover;
  z-index: -1;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.filters .filters-modal .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.filters .filters-modal .title-wrapper.title-wrapper-big {
  margin-bottom: 45px;
}
.filters .filters-modal .title-wrapper .filter-title {
  margin: 0 12px 0 0;
  max-width: 130px;
  font-weight: 700;
}
.filters .filters-modal .title-wrapper .applied-filters {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters .filters-modal .title-wrapper .apply-btn {
  background: var(--color-accent-gold);
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--color-primary);
  min-width: 100px;
  margin-right: 10px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-transform: uppercase;
  font-size: 15px;
}
.filters .filters-modal .title-wrapper .apply-btn:active {
  background: var(--color-neutral-lightest);
}
.filters .filters-modal .title-wrapper .close-btn {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  background: var(--color-accent-gold);
  padding: 8px;
  border-radius: 50%;
}
.filters .filters-modal .title-wrapper .close-btn::before {
  content: "";
  display: block;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: var(--color-primary);
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-1") no-repeat center;
  background-size: cover;
  padding: 20px 35px 25px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-1-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) {
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-2") no-repeat center;
  background-size: cover;
  padding: 20px 30px 30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-2-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-3") no-repeat center;
  background-size: cover;
  padding: 20px 25px 30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-3-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) {
  margin-top: -30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-4") no-repeat center;
  background-size: cover;
  padding: 15px 35px 20px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-4-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -35px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) .quick-pick-radio span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-5") no-repeat center;
  background-size: cover;
  padding: 20px 25px 30px;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) .quick-pick-radio input:checked + span {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#quick-pick-5-checked") no-repeat center;
  background-size: cover;
  color: var(--color-primary);
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item .quick-pick-radio {
  cursor: pointer;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item .quick-pick-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filters .filters-modal .quick-picks-wrapper .quick-picks-list-item .quick-pick-radio span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filters .filters-modal .filters-wrapper .filters-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.filters .filters-modal .filters-wrapper .filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 15px;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox .btn-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-accent-gold);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  position: relative;
  padding: 5px;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox .btn-icon::after {
  content: "";
  display: block;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/filters-sprite-e0c20f8801.svg#btn-arrow-1") no-repeat center;
  background-color: var(--color-primary);
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox span {
  color: var(--color-neutral-lightest);
  border: 1px solid var(--color-neutral-lightest);
  padding: 5px 5px 5px 15px;
  background-color: var(--color-primary);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input:checked + span {
  background: var(--color-neutral-lightest);
  color: var(--color-primary);
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input:checked + span .btn-icon {
  background-color: var(--color-accent-rose);
}
.filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox input:checked + span .btn-icon::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: var(--color-neutral-lightest);
}
.filters .filters-modal .sorting-options-wrapper {
  position: relative;
  padding-bottom: 35px;
}
.filters .filters-modal .sorting-options-wrapper.desktop {
  display: none;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list {
  border-radius: 20px;
  background: var(--color-neutral-lighter);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  font-size: 12px;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item:first-child .sorting-radio span {
  padding-top: 10px;
  border-radius: 20px 20px 0 0;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item:last-child .sorting-radio span {
  padding-bottom: 10px;
  border-radius: 0 0 20px 20px;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio span {
  color: var(--color-text);
  padding: 5px 15px;
  display: block;
  width: 100%;
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio input:checked + span {
  background: var(--color-accent-gold);
}
.filters .filters-modal .sorting-options-wrapper .sorting-options-list-item .sorting-radio:hover span {
  background: var(--color-accent-gold);
}
.filters .filters-modal .action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 15px;
}
.filters .filters-modal .action-buttons .btn-primary {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .filters .filters-modal {
    height: auto;
    z-index: 1000;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .filters .filters-modal.collapsed {
    position: absolute;
  }
  .filters .filters-modal .section-title {
    font-size: 22px;
  }
  .filters .filters-modal .sign-icon {
    right: 0;
    width: 250px;
    height: 210px;
  }
  .filters .filters-modal .filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
  .filters .filters-modal .filter-buttons .apply-btn {
    min-width: 150px;
  }
  .filters .filters-modal .filter-buttons .clear-filters-btn {
    position: static;
  }
  .filters .filters-modal .title-wrapper.title-wrapper-big {
    margin-bottom: 15px;
  }
  .filters .filters-modal .title-wrapper .applied-filters {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    background: transparent;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filters .filters-modal .title-wrapper .filter-icon {
    min-width: 30px;
    min-height: 30px;
  }
  .filters .filters-modal .title-wrapper .btn-link, .filters .filters-modal .title-wrapper .apply-btn {
    font-size: 17px;
  }
  .filters .filters-modal .title-wrapper .apply-btn {
    display: inline-block;
    background: var(--color-accent-gold);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .filters .filters-modal .title-wrapper .apply-btn:hover {
    background: var(--color-neutral-lightest);
  }
  .filters .filters-modal .title-wrapper .filter-title {
    max-width: 150px;
  }
  .filters .filters-modal .quick-picks-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filters .filters-modal .quick-picks-wrapper-content {
    width: 55%;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list {
    font-size: 15px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -10px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(1) .quick-pick-radio span {
    padding: 20px 35px 25px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(2) {
    margin-top: -20px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(3) {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -20px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(4) {
    margin-top: -20px;
  }
  .filters .filters-modal .quick-picks-wrapper .quick-picks-list-item:nth-child(5) {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -15px;
  }
  .filters .filters-modal .quick-picks-wrapper .sorting-options-wrapper {
    padding: 0;
  }
  .filters .filters-modal .filters-wrapper .filters-list {
    font-size: 18px;
  }
  .filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox:hover span {
    background: var(--color-neutral-lightest);
    color: var(--color-primary);
  }
  .filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox:hover span .btn-icon {
    background-color: var(--color-accent-rose);
  }
  .filters .filters-modal .filters-wrapper .filters-list-item .filters-checkbox:hover span .btn-icon::after {
    background-color: var(--color-neutral-lightest);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .filters .filters-modal .sorting-options-wrapper.mobile {
    display: none;
  }
  .filters .filters-modal .sorting-options-wrapper.desktop {
    display: block;
  }
  .filters .filters-modal .sorting-options-wrapper .sorting-options-list {
    border-radius: 24px;
    font-size: 15px;
  }
}
.icon-shared, .icon-custom, .icon {
  width: 20px;
  height: 21px;
  display: inline-block;
}
@media screen and (min-width: 1440px) {
  .icon-shared, .icon-custom, .icon {
    width: 25px;
    height: 26px;
  }
}
.icon-shared.dot, .dot.icon-custom, .dot.icon {
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--blue-basic);
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5px 8px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#dot") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#dot") no-repeat center;
}

.icon {
  background-color: var(--white);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
}

.icon-custom {
  background-color: transparent;
}
.icon-custom svg {
  width: inherit;
  height: inherit;
  color: inherit;
}

.icon-knows-every-hidden-gem {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#find-on-map") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#find-on-map") no-repeat center;
}

.icon-loves-food-local-culture {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
}

.icon-cultural-stories-local-insights {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#bookmark") no-repeat center;
}

.icon-knows-the-city-inside-out {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#direction") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#direction") no-repeat center;
}

.icon-brings-stories-places-life {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#speech-bubble") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#speech-bubble") no-repeat center;
}

.icon-architectural-cultural-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#skyline") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#skyline") no-repeat center;
}

.icon-nature-city-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#building") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#building") no-repeat center;
}

.icon-local-historian {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#guide-book") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#guide-book") no-repeat center;
}

.icon-eco-friendly-advocate {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#ecology") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#ecology") no-repeat center;
}

.icon-photo-spots-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#photo-pin") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#photo-pin") no-repeat center;
}

.icon-art-creative-spaces-explorer {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#map-bulb") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#map-bulb") no-repeat center;
}

.icon-chevron {
  display: inline-block;
  width: 19px;
  height: 12px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-arrow-down") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-arrow-down") no-repeat center;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
}

.compass {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#compass") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#compass") no-repeat center;
}

.noodle {
  display: inline-block;
  width: 15px;
  height: 16px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#noodle") no-repeat center;
}

.icon-binoculars {
  display: inline-block;
  width: 15px;
  height: 13px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-binoculars") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-binoculars") no-repeat center;
}

.icon-city {
  width: 15px;
  height: 13px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-city") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-city") no-repeat center;
}

.icon-flag {
  display: inline-block;
  width: 15px;
  height: 12px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-flag") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#icon-flag") no-repeat center;
}

.language {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#language") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#language") no-repeat center;
}

.pin-with-hard {
  width: 25px;
  height: 25px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#pin-with-hard") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#pin-with-hard") no-repeat center;
}

.host-details-popup {
  overflow: hidden;
  height: 100vh;
  line-height: 1.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99999;
  -webkit-transition: left 0.3s linear, background-color 0.5s linear;
  transition: left 0.3s linear, background-color 0.5s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.host-details-popup.hidden-popup {
  left: -100%;
  background-color: transparent;
}
.host-details-popup .popup-wrapper {
  width: 100%;
}
.host-details-popup .popup-content {
  padding: 0 0 20px;
  margin: 0;
  border: 0;
  width: 100%;
  overflow-y: scroll;
  max-height: calc(100vh - 72px);
}
.host-details-popup .popup-header {
  background-color: var(--color-primary);
}
.host-details-popup .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 20px 23px;
  color: var(--white);
  background-color: var(--color-primary);
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.host-details-popup .btn-back:hover {
  color: var(--yellow-basic);
}
.host-details-popup .btn-back:hover .icon-chevron {
  background-color: var(--yellow-basic);
}
.host-details-popup .btn-back .icon-chevron {
  background-color: var(--white);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}
.host-details-popup .gallery-box {
  position: relative;
  overflow-x: hidden;
}
.host-details-popup .gallery-box.container-l {
  padding: 30px 0;
}
.host-details-popup .gallery-box .experience-category {
  position: absolute;
  left: 20px;
  bottom: 22px;
  max-width: 98%;
}
.host-details-popup .gallery-box .experience-category .icon-category {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--grey-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.host-details-popup .gallery-box .experience-category .label-category {
  font-size: 11px;
  color: var(--white);
  background-color: var(--grey-dark);
  border-radius: 20px 10px 10px 20px;
  padding: 5px 10px 4px 45px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.host-details-popup .gallery-box .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.host-details-popup .gallery-box .gallery-item {
  width: 250px;
  height: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 20px;
}
.host-details-popup .gallery-box .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.host-details-popup .description-box {
  padding: 10px 20px 30px;
  line-height: 1.4;
}
.host-details-popup .description-box .popup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  max-width: 800px;
}
.host-details-popup .description-box .popup-title .title {
  font: 400 21px Architects-Daughter, sans-serif;
  margin-bottom: 0;
}
.host-details-popup .description-box .popup-title .description {
  max-width: 800px;
}
.host-details-popup .description-box .additional-information {
  -webkit-transition: height 0.3s linear, visibility 0.3s linear;
  transition: height 0.3s linear, visibility 0.3s linear;
  max-width: 800px;
  margin: 0;
}
.host-details-popup .reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px;
}
.host-details-popup .reviews-block .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.host-details-popup .reviews-block .icon-star {
  width: 15px;
  height: 15px;
  display: block;
  background-color: var(--blue-basic);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.host-details-popup .reviews-block .reviews {
  display: block;
  padding: 0;
}
.host-details-popup .reviews-block .reviews-count {
  color: var(--grey-dark);
}
.host-details-popup .skills-box {
  padding: 20px 20px 50px;
  overflow-x: hidden;
}
.host-details-popup .skills-box .skills-slider {
  gap: 15px;
  margin-right: -20px;
  padding: 20px 5px;
}
.host-details-popup .skills-box .skills-slider .list-item {
  margin-bottom: 20px;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card {
  height: 100%;
  border-radius: 10px;
  background-color: var(--grey-light-basic);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 20px;
  font-size: 15px;
  margin-right: 20px;
  line-height: 1.6;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .explore-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .card-list .list-item {
  padding-left: 15px;
  position: relative;
}
.host-details-popup .skills-box .skills-slider .list-item .skills-card .card-list .list-item::before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
}
.host-details-popup .skills-box .icon {
  background-color: var(--blue-basic);
}
.host-details-popup .desktop-block {
  display: none !important;
}
.host-details-popup .facts-box {
  padding: 36px 20px;
}
.host-details-popup .facts-box .title {
  margin-bottom: 8px;
  color: var(--white);
}
.host-details-popup .reviews-quote-box {
  padding: 62px 20px 51px;
}
.host-details-popup .reviews-quote-box .card-quote {
  padding: 32px 27px 58px 14px;
  position: relative;
  width: 277px;
  height: 217px;
  z-index: 1;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.host-details-popup .reviews-quote-box .card-quote::before, .host-details-popup .reviews-quote-box .card-quote::after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background-color: var(--blue-basic);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#quote") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#quote") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: -22px;
  left: -13px;
}
.host-details-popup .reviews-quote-box .card-quote::after {
  top: auto;
  left: auto;
  bottom: 8px;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.host-details-popup .reviews-quote-box .card-quote blockquote {
  margin: 0;
}
.host-details-popup .reviews-quote-box .card-quote .quote-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: -4px;
}
.host-details-popup .reviews-quote-box .card-quote .quote-author {
  font-family: roc-grotesk;
  font-style: 500;
}
.host-details-popup .author-quote-box {
  padding: 55px 34px 55px 36px;
}
.host-details-popup .reviews-box.container-l {
  padding-top: 30px;
  padding-bottom: 30px;
}
.host-details-popup .reviews-box .reviews-list {
  margin-bottom: 20px;
}
.host-details-popup .reviews-box .reviews-list > .list-item {
  margin-bottom: 13px;
  max-width: 354px;
}
.host-details-popup .reviews-box .card-reviews {
  border: 1px solid var(--grey-dark);
}
.host-details-popup .reviews-box .card-reviews .reviews-info {
  gap: 0;
}

@media screen and (min-width: 1024px) {
  .host-details-popup {
    font-size: 17px;
  }
  .host-details-popup .btn-back {
    font-size: 24px;
  }
  .host-details-popup .btn-back .icon-chevron {
    width: 40px;
    height: 40px;
  }
  .host-details-popup .gallery-box.container-l {
    padding: 30px 0;
  }
  .host-details-popup .gallery-box .gallery-item {
    width: 320px;
    height: 320px;
  }
  .host-details-popup .gallery-box .experience-category {
    position: absolute;
    left: 20px;
    bottom: 22px;
    max-width: 98%;
  }
  .host-details-popup .gallery-box .experience-category .icon-category {
    width: 45px;
    height: 45px;
  }
  .host-details-popup .gallery-box .experience-category .label-category {
    font-size: 14px;
    padding: 6px 10px 5px 50px;
  }
  .host-details-popup .description-box .popup-title {
    gap: 30px;
  }
  .host-details-popup .description-box .popup-title .title {
    font-size: 40px;
  }
  .host-details-popup .reviews-block {
    gap: 5px;
    font-size: 22px;
  }
  .host-details-popup .reviews-block .icon-star {
    width: 24px;
    height: 24px;
  }
  .host-details-popup .skills-box .skills-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: visible;
  }
  .host-details-popup .skills-box .skills-card {
    width: 285px;
    font-size: 18px;
  }
  .host-details-popup .mobile-block {
    display: none !important;
  }
  .host-details-popup .desktop-block {
    display: block !important;
  }
  .host-details-popup .desktop-host-info-block {
    background-color: var(--blue-basic);
    color: var(--white);
  }
  .host-details-popup .desktop-host-info-block .container-l {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .host-details-popup .desktop-host-info-block .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .host-details-popup .desktop-host-info-block .facts-box {
    padding: 0;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-tex {
    position: relative;
    padding: 36px 30px 50px;
    width: 271px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-tex p {
    margin: 0;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -4px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box {
    padding: 0;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote {
    padding: 32px 27px 58px 14px;
    width: 277px;
    height: 217px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::before, .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::after {
    background-color: var(--yellow-basic);
  }
  .host-details-popup .desktop-host-info-block .author-quote-box {
    background-color: transparent;
    padding: 0;
  }
  .host-details-popup .desktop-host-info-block .author-quote-box .author-quote-box-text {
    position: relative;
    padding: 30px 30px 65px 35px;
    width: 358px;
    height: 283px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .host-details-popup .desktop-host-info-block .author-quote-box .author-quote-box-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -4px;
  }
  .host-details-popup .reviews-box.container-l {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .host-details-popup .reviews-box .reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    max-width: 1042px;
  }
  .host-details-popup .reviews-box .reviews-list > .list-item {
    margin-bottom: 0;
    max-width: 100%;
    width: calc(50% - 25px);
  }
  .host-details-popup .reviews-box .reviews-list > .list-item .card-reviews {
    height: 100%;
    padding: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .host-details-popup .gallery-box.container-l {
    padding: 40px 0;
  }
  .host-details-popup .gallery-box .gallery-item {
    width: 400px;
    height: 400px;
    margin-left: 40px;
  }
  .host-details-popup .gallery-box .experience-category .icon-category {
    width: 60px;
    height: 60px;
  }
  .host-details-popup .gallery-box .experience-category .label-category {
    font-size: 18px;
    padding: 6px 10px 5px 65px;
  }
  .host-details-popup .skills-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .host-details-popup .skills-box .skills-box-title {
    margin-bottom: 0;
    width: 30%;
    max-width: 400px;
  }
  .host-details-popup .skills-box .skills-slider {
    padding: 20px;
    gap: 20px;
  }
  .host-details-popup .skills-box .skills-card {
    width: 300px;
    font-size: 18px;
    padding: 30px 25px;
  }
  .host-details-popup .desktop-host-info-block .container-l {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 90px;
  }
  .host-details-popup .desktop-host-info-block .facts-box .facts-box-tex {
    width: 311px;
    height: 290px;
    padding: 40px 35px 60px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote {
    padding: 38px 50px 70px 29px;
    width: 352px;
    height: 255px;
    font-size: 18px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::before {
    width: 75px;
    height: 75px;
    top: -25px;
    left: 4px;
  }
  .host-details-popup .desktop-host-info-block .reviews-quote-box .card-quote::after {
    width: 75px;
    height: 75px;
    bottom: 18px;
    right: -1px;
  }
  .host-details-popup .desktop-host-info-block .author-quote-box .author-quote-box-text {
    padding: 40px 35px 85px;
    width: 399px;
    height: 323px;
  }
}
.section-hosts.container-l {
  padding: 30px 15px;
}
@media screen and (min-width: 540px) {
  .section-hosts.container-l {
    padding-right: 0;
  }
}
.section-hosts .hosts-slider {
  padding: 10px 0 65px;
}
.section-hosts .hosts-slider .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  height: auto !important;
  width: 291px;
}
.section-hosts .hosts-slider .swiper-button {
  top: auto;
  bottom: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--color-accent-rose);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-hosts .hosts-slider .swiper-button:hover {
  background-color: var(--color-primary);
}
.section-hosts .hosts-slider .swiper-button::after {
  content: "";
  height: 18px;
  width: 20px;
  background-color: var(--color-neutral-lightest);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.section-hosts .hosts-slider .swiper-button.swiper-button-next {
  right: 15px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-hosts .hosts-slider .swiper-button.swiper-button-prev {
  right: 84px;
  left: auto;
}
.section-hosts .card-host-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  color: var(--color-neutral-lightest);
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 260px;
}
.section-hosts .card-host-info:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.section-hosts .card-host-info:hover .btn-view {
  color: var(--color-accent-gold);
}
.section-hosts .card-host-info .card-img {
  border-radius: 20px 20px 0 0;
  height: 184px;
  overflow: hidden;
}
.section-hosts .card-host-info .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-hosts .card-host-info .card-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font: 500 12px "roc-grotesk", sans-serif;
}
.section-hosts .card-host-info .card-category .icon-category {
  min-width: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-hosts .card-host-info .card-category .icon-category .icon {
  min-width: 20px;
  min-height: 20px;
}
.section-hosts .card-host-info .card-body {
  padding: 0 22px 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 5px;
  background-color: var(--color-primary);
  border-radius: 0 0 20px 20px;
}
.section-hosts .card-host-info .card-body .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.6em;
  line-height: 1.2em;
  font-size: 15px;
}
.section-hosts .card-host-info .btn-view {
  display: block;
  width: 170px;
  text-decoration: underline;
  text-transform: capitalize;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font: 500 15px "roc-grotesk", sans-serif;
  background-color: var(--color-primary);
  padding: 12px 37px 12px 30px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  margin: -1px 0 0 12px;
  clip-path: path("M0.713673 5.25918e-09C-12.7863 0.000244151 169.714 5.25918e-09 169.714 5.25918e-09C158.672 0.127807 153.212 3.81525 145.214 19L138.02 31.1746C134.421 37.264 127.874 41 120.801 41H42.7137C31.668 41 22.7137 32.0464 22.7137 21.0007C22.7137 20.5021 22.7137 20.0016 22.7137 19.5C22.7137 8.5 14.2137 -0.000244141 0.713673 5.25918e-09Z");
}
.section-hosts .card-host-info .card-title {
  font-size: 25px;
  margin: -26px 0 0 -6px;
  line-height: 1;
  padding: 15px 24px;
  background-color: var(--color-accent-gold);
  color: var(--color-text);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.section-hosts .card-host-info .card-city {
  font: 500 12px "roc-grotesk", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section-hosts .card-host-info .reviews-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font: 400 15px "freight-sans-pro", sans-serif;
}
.section-hosts .card-host-info .reviews-block .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-hosts .card-host-info .reviews-block .icon-star {
  width: 15px;
  height: 15px;
  display: block;
  background-color: var(--color-accent-gold);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-details-popup-19e46ee557.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.section-hosts .card-host-info .reviews-block .reviews-count {
  color: var(--color-neutral-lightest);
}
.section-hosts .card-host-info .reviews-block .reviews {
  color: var(--color-neutral-lightest);
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .section-hosts .hosts-slider .slider-item {
    width: 314px;
  }
  .section-hosts .hosts-slider .swiper-button {
    height: 48px;
    width: 48px;
  }
  .section-hosts .hosts-slider .swiper-button::after {
    height: 26px;
    width: 28px;
  }
  .section-hosts .card-host-info {
    width: 283px;
  }
  .section-hosts .card-host-info .card-img {
    height: 202px;
  }
  .section-hosts .card-host-info .card-body {
    gap: 10px;
  }
  .section-hosts .card-host-info .card-body .btn-see-details {
    font-size: 17px;
  }
  .section-hosts .card-host-info .card-category {
    font-size: 14px;
  }
  .section-hosts .card-host-info .card-category .icon-category {
    min-width: 22px;
    min-height: 22px;
  }
  .section-hosts .card-host-info .card-category .icon-category .icon {
    width: 22px;
    height: 22px;
  }
  .section-hosts .card-host-info .card-info-block {
    font-size: 18px;
  }
  .section-hosts .card-host-info .reviews-block {
    font-size: 18px;
    gap: 6px;
  }
  .section-hosts .card-host-info .reviews-block .icon-star {
    width: 20px;
    height: 20px;
  }
}
.section-faq {
  padding: 30px 0;
}
.section-faq .icon {
  -webkit-mask: none;
          mask: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-accent-rose);
}
.section-faq .icon svg {
  width: inherit;
  height: inherit;
}
.section-faq .icon.dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--blue-basic);
  -webkit-mask-size: cover !important;
          mask-size: cover !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5px 8px;
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#dot") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#dot") no-repeat center;
}
.section-faq .title-box {
  margin-bottom: 15px;
}
.section-faq .title-box .subtitle {
  margin: 0;
}
.section-faq .title-box .search-result-subtitle {
  font: 500 22px "freight-sans-pro", sans-serif;
}
.section-faq .clear-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-faq .clear-results-btn {
  font: 500 15px roc-grotesk, sans-serif;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  margin-left: auto;
}
.section-faq .clear-results .empty-result-title {
  margin: 0;
}
.section-faq .faq-accordion .faq-category {
  margin: 45px 0 10px 0;
}
.section-faq .faq-accordion .faq-category:first-of-type {
  margin: 0 0 10px 0;
}
.section-faq .faq-accordion .accordion {
  border-bottom: 1px solid var(--color-supportive);
}
.section-faq .faq-accordion .accordion:first-child {
  border-top: 1px solid var(--color-supportive);
}
.section-faq .faq-accordion .accordion.open .icon-opener::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.section-faq .faq-accordion .accordion .accordion-header {
  padding: 20px 17px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
}
.section-faq .faq-accordion .accordion .accordion-title {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font: 500 15px roc-grotesk, sans-serif;
  color: var(--color-text);
}
.section-faq .faq-accordion .accordion .icon-opener {
  content: "";
  width: 14px;
  height: 14px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section-faq .faq-accordion .accordion .icon-opener::before, .section-faq .faq-accordion .accordion .icon-opener::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-text);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section-faq .faq-accordion .accordion .icon-opener::after {
  width: 3px;
  height: 100%;
}
.section-faq .faq-accordion .accordion .accordion-content {
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  height: 0;
}
.section-faq .faq-accordion .accordion .accordion-content .content-text {
  margin: 0;
  padding: 0 17px 15px;
}
.section-faq .btn-primary-link {
  margin: 30px auto 0;
}

@media screen and (min-width: 1024px) {
  .section-faq {
    padding: 50px 0;
  }
  .section-faq .icon {
    width: 35px;
    height: 35px;
  }
  .section-faq .icon svg {
    width: inherit;
    height: inherit;
  }
  .section-faq .title-box {
    margin-bottom: 30px;
  }
  .section-faq .clear-results-btn {
    font-size: 18px;
  }
  .section-faq .clear-results .empty-result-title {
    margin-left: auto;
  }
  .section-faq .faq-accordion .accordion .accordion-header {
    padding: 25px 30px 25px 0;
  }
  .section-faq .faq-accordion .accordion .accordion-title {
    font-size: 20px;
  }
  .section-faq .faq-accordion .accordion .icon-opener {
    width: 22px;
    height: 22px;
  }
}
.section-customer-stories {
  padding: 30px 0;
  background-color: var(--color-primary);
  color: var(--color-neutral-lightest);
  position: relative;
}
.section-customer-stories .container-l {
  overflow: hidden;
}
.section-customer-stories .icon-decoration {
  display: block;
  content: "";
  width: 346px;
  height: 222px;
  position: absolute;
  left: -60px;
  bottom: 0;
  background-color: var(--color-primary-light);
}
.section-customer-stories .icon-decoration.icon-hong-kong {
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#icon-hong-kong") center/cover no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/experience-single-sprite-c9e9aeff34.svg#icon-hong-kong") center/cover no-repeat;
}
.section-customer-stories .customer-stories-slider {
  margin: 0 -15px 0 0;
  padding-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-customer-stories .customer-stories-slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px 0;
}
.section-customer-stories .customer-stories-slider .swiper-slide {
  width: auto;
}
.section-customer-stories .customer-stories-slider .stories-slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section-customer-stories .customer-stories-slider .swiper-button {
  top: auto;
  bottom: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--color-accent-gold);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.section-customer-stories .customer-stories-slider .swiper-button:hover {
  background-color: var(--color-neutral-lightest);
}
.section-customer-stories .customer-stories-slider .swiper-button::after {
  content: "";
  height: 18px;
  width: 20px;
  background-color: var(--color-text);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#back-arrow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.section-customer-stories .customer-stories-slider .swiper-button.swiper-button-next {
  right: 30px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.section-customer-stories .customer-stories-slider .swiper-button.swiper-button-prev {
  right: 100px;
  left: auto;
}
.section-customer-stories .stories-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 245px;
  height: 100%;
  color: var(--color-primary);
}
.section-customer-stories .stories-card .stories-card-img {
  padding: 6px;
  width: 100%;
  height: 183px;
}
.section-customer-stories .stories-card .stories-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section-customer-stories .stories-card .stories-card-title {
  padding: 4px 16px 10px;
  margin-bottom: 0;
  font: 400 14px "Architects-Daughter", sans-serif;
}

@media screen and (min-width: 1024px) {
  .section-customer-stories {
    padding: 50px 0;
  }
  .section-customer-stories .container-l {
    padding-right: 0;
  }
  .section-customer-stories .icon-decoration {
    width: 540px;
    height: 283px;
  }
  .section-customer-stories .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 160px;
    margin-bottom: 30px;
  }
  .section-customer-stories .title-box .title {
    margin-bottom: 0;
  }
  .section-customer-stories .title-box .description {
    font-size: 20px;
  }
  .section-customer-stories .customer-stories-slider {
    margin: 0 -30px 0 0;
  }
  .section-customer-stories .customer-stories-slider .stories-card {
    width: 307px;
  }
  .section-customer-stories .customer-stories-slider .stories-card .stories-card-img {
    padding: 8px;
    height: 214px;
  }
  .section-customer-stories .customer-stories-slider .stories-card .stories-card-title {
    font-size: 20px;
    padding: 10px 20px;
  }
  .section-customer-stories .customer-stories-slider .swiper-button {
    height: 48px;
    width: 48px;
  }
  .section-customer-stories .customer-stories-slider .swiper-button::after {
    height: 26px;
    width: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .section-customer-stories {
    padding-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .section-customer-stories .icon-decoration {
    left: 10%;
  }
}
.landing-page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .landing-page {
    gap: 50px;
  }
}
.landing-page .content-page-container,
.landing-page .container-l {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.landing-page .section-featured-experiences {
  max-width: 1440px;
}
.landing-page .section-featured-experiences .subtitle {
  max-width: 750px;
  padding: 0 15px;
  margin: 0 auto 30px;
}
.landing-page .section-customer-reviews {
  margin-bottom: 0;
}
.landing-page .section-faq .container-l {
  padding-right: 0 !important;
}
@media screen and (min-width: 768px) {
  .landing-page .section-hosts .hosts-slider .slick-list {
    margin-right: -9%;
  }
}
.landing-page .klaviyo-video-signup-section {
  max-width: 1440px;
}
.landing-page .ql-align-center {
  text-align: center;
}
.landing-page .text_box-section h2, .landing-page .text_box-section h3 {
  font-weight: 700;
}
.landing-page .section-social-links .social-links-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=landing-page.min.css.map */
