@charset "UTF-8";
.slick-slider {
  display: block;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 60px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background-color: transparent;
  font-size: 0;
}

.slick-next {
  right: -22px;
}
.slick-next::after {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  margin: 0 -2px 0 0;
  background: var(--color-accent-gold);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/main-icons-sprite-b93235c577.svg#carousel-arrow") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/main-icons-sprite-b93235c577.svg#carousel-arrow") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.slick-prev {
  left: -100px;
}
.slick-prev::after {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  margin: 0 0 0 -2px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: var(--color-accent-gold);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/main-icons-sprite-b93235c577.svg#carousel-arrow") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/main-icons-sprite-b93235c577.svg#carousel-arrow") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.slick-disabled {
  opacity: 0.5;
}

.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .no-scroll {
    position: fixed;
  }
}

.box-section {
  width: 100%;
  padding: 70px 0;
}
.box-section.bc-white-grey {
  background-color: var(--color-neutral-lightest);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-white-grey {
    background-color: var(--color-neutral-light);
  }
}
.box-section.bc-grey-blue {
  background-color: var(--color-neutral-light);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-grey-blue {
    background-color: var(--color-primary);
  }
}
.box-section.bc-white-blue {
  background-color: var(--color-neutral-lightest);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-white-blue {
    background-color: var(--color-primary);
  }
}
.box-section.bc-grey-white {
  background-color: var(--color-neutral-light);
}
@media only screen and (min-width: 768px) {
  .box-section.bc-grey-white {
    background-color: var(--color-neutral-lightest);
  }
}
.box-section.white {
  background-color: var(--color-neutral-lightest);
}
.box-section.grey {
  background-color: var(--color-neutral-light);
}
.box-section.blue {
  background-color: var(--color-primary);
}
.box-section .container > .title {
  margin: 0 0 25px 0;
  padding: 0 15px;
  font-size: 22px;
  text-align: center;
}
.box-section .container > .title .pc-ver {
  display: none;
}
@media screen and (min-width: 768px) {
  .box-section .container > .title {
    padding: 0;
    text-align: initial;
  }
  .box-section .container > .title .pc-ver {
    display: initial;
  }
}
@media screen and (min-width: 992px) {
  .box-section .container > .title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .box-section .container > .title {
    font-size: 30px;
  }
}
.box-section .container > .text {
  margin: 0 0 30px 0;
  padding: 0 15px;
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .box-section .container > .text {
    padding: 0;
    text-align: initial;
  }
}
@media screen and (min-width: 992px) {
  .box-section .container > .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .box-section .container > .text {
    font-size: 24px;
  }
}
.box-section .container .a-btn {
  font-weight: bold;
  border-width: 2px;
}

.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;
  }
}
/* ------------------------------------------------------------ *\
    City page experiences grid lazy loaded styles
\* ------------------------------------------------------------ */
.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;
}

.suggested-product-card {
  background-color: var(--color-neutral-lighter);
  margin: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: opacity 1s, -webkit-transform 0.5s;
  transition: opacity 1s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 1s;
  transition: transform 0.5s, opacity 1s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.suggested-product-card .subst {
  text-decoration: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.suggested-product-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.suggested-product-card .card-content .card-half-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.suggested-product-card .card-content .img-content {
  position: relative;
  width: 100%;
  height: 93px;
}
.suggested-product-card .card-content .img-content img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.suggested-product-card .card-content .img-content a {
  display: block;
}
.suggested-product-card .card-content .img-content i {
  position: absolute;
}
.suggested-product-card .card-content .img-content .city-name {
  font-size: clamp(10px, 1.1vw, 14px);
  line-height: clamp(10px, 1.1vw, 14px);
  text-align: center;
  color: var(--color-primary-light);
  background-color: var(--color-neutral-lightest);
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  margin: 5px 0 10px;
}
.suggested-product-card .card-content .img-content .new-label {
  position: absolute;
  top: -11px;
  left: -49px;
  font-size: 9px;
  font-weight: 700;
  background: var(--red-basic);
  width: 120px;
  text-align: center;
  padding: 25px 0 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: var(--white);
}
.suggested-product-card .card-content .suggested-product-owner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 41.67vw;
  min-height: 30px;
  overflow-wrap: anywhere;
  position: absolute;
  bottom: -15px;
  left: 12px;
  padding: 3px 7px 3px 0;
  text-align: left;
  background-color: var(--color-primary);
  font: 500 10px roc-grotesk, sans-serif;
  border-radius: 10px;
  max-width: 182px;
}
.suggested-product-card .card-content .suggested-product-owner-block .owner-name {
  font-size: clamp(10px, 1.1vw, 11px);
}
.suggested-product-card .card-content .suggested-product-owner-block .img-content-label {
  width: 40px !important;
  height: 40px;
  position: absolute !important;
  left: -11px;
  overflow: initial;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.suggested-product-card .card-content .suggested-product-owner-block .img-content-label img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--white);
  background: var(--white);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1607843137);
}
.suggested-product-card .card-content .suggested-product-owner-block .info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  position: relative;
  padding-left: 31px;
}
.suggested-product-card .text-content {
  position: relative;
  padding: 20px 10px 10px 18px;
  color: var(--blue-basic);
  min-height: 125px;
  height: auto;
  text-align: left;
}
.suggested-product-card .text-content .title {
  margin: 0 0 10px 0 !important;
}
.suggested-product-card .text-content .experience-title {
  font-size: 17px !important;
  line-height: 1.3 !important;
  color: var(--blue-basic);
  text-align: left;
}
.suggested-product-card .text-content .ellipsis-span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.6em;
  line-height: 1.3em !important;
  word-break: normal;
  overflow-wrap: break-word;
  max-width: 98%;
}
.suggested-product-card .text-content .sub-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.suggested-product-card .text-content .sub-description p {
  position: relative;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: clamp(12px, 1.1vw, 14px);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suggested-product-card .text-content .sub-description .partner-price-text {
  position: relative;
  left: 25px;
  color: var(--color-accent-rose);
  font: 600 12px Architects-Daughter, sans-serif;
  font-size: clamp(12px, 1.1vw, 14px);
}
.suggested-product-card .text-content .sub-description .partner-price-text:before {
  content: "";
  display: block;
  width: 15px;
  height: 24px;
  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: -14px;
  bottom: -16px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.suggested-product-card .text-content .sub-description .partner-price-decore {
  position: relative;
}
.suggested-product-card .text-content .sub-description .partner-price-decore::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: 29px;
  top: -10px;
}
.suggested-product-card .text-content .sub-description .description {
  font: 500 12px roc-grotesk, sans-serif;
  display: none;
  margin: 0 0 5px;
}
.suggested-product-card .text-content .sub-description .doodle-icon {
  display: block;
  width: clamp(15px, 1.1vw, 18px);
  height: clamp(15px, 1.1vw, 18px);
  margin-right: 5px;
}
.suggested-product-card .text-content .sub-description .duration-doodle {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-duration_blue") no-repeat;
  background-size: contain;
}
.suggested-product-card .text-content .sub-description .price-doodle {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#icon-price_blue") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.suggested-product-card .text-content .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 5px 0;
  background-color: var(--color-neutral-lighter);
  margin-top: 5px;
  height: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.suggested-product-card .text-content .reviews .list-star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
  padding: 0;
}
.suggested-product-card .text-content .reviews .list-star li:last-child {
  margin: 0;
}
.suggested-product-card .text-content .reviews .list-star li .star-icon {
  display: block;
  width: clamp(15px, 1.1vw, 25px);
  height: clamp(15px, 1.1vw, 25px);
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#star_yellow") no-repeat;
  background-size: contain;
}
.suggested-product-card .text-content .reviews-count {
  margin: 0;
  padding-top: 3px;
  font-size: clamp(11px, 1.1vw, 13px);
}
.suggested-product-card .text-content.show-creator-label {
  padding: 25px 10px 10px 18px;
}
.suggested-product-card .text-content.show-creator-label .city-name {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: clamp(13px, 1.1vw, 12px);
  line-height: 1.2;
  color: var(--color-primary-light);
  background-color: transparent;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.suggested-product-card .text-content:hover .title {
  color: var(--yellow-basic);
}
.suggested-product-card:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.suggested-product-card:hover .img-content {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.suggested-product-card:hover .img-content img {
  height: 96%;
}
.suggested-product-card:hover .img-content .suggested-product-owner-block {
  left: 13px;
}

@media screen and (min-width: 992px) {
  .suggested-product-card {
    margin: 5px;
    height: initial;
  }
  .suggested-product-card .img-content {
    height: initial;
  }
  .suggested-product-card .card-content .suggested-product-owner-block {
    width: 164px;
  }
  .suggested-product-card .text-content .sub-description {
    margin-top: 15px;
  }
  .suggested-product-card .text-content .sub-description .description {
    display: block;
  }
  .suggested-product-card .text-content .experience-title {
    font-size: 15px !important;
  }
  .suggested-product-card .text-content .reviews {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .suggested-product-card .card-content .suggested-product-owner-block {
    width: 182px;
  }
}
@media screen and (min-width: 1440px) {
  .suggested-product-card .card-content .suggested-product-owner-block {
    width: 190px;
  }
  .suggested-product-card .text-content .sub-description {
    margin-top: 13px;
  }
  .suggested-product-card .text-content.show-creator-label {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .suggested-product-card .card-content .img-content .city-name {
    line-height: 13px;
  }
  .suggested-product-card .text-content .sub-description p {
    line-height: 16px;
  }
  .suggested-product-card .text-content.show-creator-label .city-name {
    line-height: 13px;
  }
}
@media screen and (min-width: 1905px) {
  .suggested-product-card .text-content .sub-description p {
    line-height: 18px;
  }
  .suggested-product-card .text-content .reviews {
    height: 25px;
  }
}
.filters-categories-wrapper {
  padding: 20px 20px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
  width: 100%;
}
.filters-categories-wrapper.mobile-filters {
  display: none;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper.no-display {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper {
    padding: 14px 30px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: initial;
    background-color: #fafafa;
    width: initial;
  }
  .filters-categories-wrapper .mobile-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filters-categories-wrapper .filters-categories-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 7px 5px 30px 0;
  border-bottom: 1px solid #CCCCCC;
}
.filters-categories-wrapper .filters-categories-title i {
  display: none;
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -3px;
  background: var(--color-accent-gold);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#filter") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#filter") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-title i {
    display: inline-block;
  }
}
.filters-categories-wrapper .filters-categories-title span {
  display: none;
}
.filters-categories-wrapper .filters-categories-title h2 {
  font-family: Poppins-Bold, Poppins-Medium, sans-serif;
  font-size: 20px;
  line-height: 23px;
  padding-left: 2px;
  margin-bottom: 21px;
}
.filters-categories-wrapper .filters-categories-title h2.desktop-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-title h2 {
    margin-top: 2px;
    font-size: 15px;
    padding-left: 0;
    margin-bottom: initial;
  }
  .filters-categories-wrapper .filters-categories-title h2.desktop-title {
    display: inline-block;
  }
  .filters-categories-wrapper .filters-categories-title h2.mobile-title {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .filters-categories-wrapper .filters-categories-title h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .filters-categories-wrapper .filters-categories-title h2 {
    font-size: 24px;
    margin-top: 0;
  }
}
.filters-categories-wrapper .filters-categories-title button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border: none;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/header-common-icons-sprite-c916c930c9.svg#icons-close-thin-blue") center no-repeat;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-title {
    border: none;
    margin-bottom: 0;
  }
  .filters-categories-wrapper .filters-categories-title button {
    display: none;
  }
}
.filters-categories-wrapper .filters-categories-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-y: auto;
  white-space: nowrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.filters-categories-wrapper .filters-categories-list-wrapper.not-shadow {
  overflow-y: auto;
}
.filters-categories-wrapper .filters-categories-list-wrapper.not-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: none;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-list-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    white-space: normal;
    width: 64%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .filters-categories-wrapper .filters-categories-list-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: none;
  }
}
@media screen and (min-width: 1024px) {
  .filters-categories-wrapper .filters-categories-list-wrapper {
    width: 74%;
  }
}
@media screen and (min-width: 1200px) {
  .filters-categories-wrapper .filters-categories-list-wrapper {
    width: 77%;
  }
}
@media screen and (min-width: 1366px) {
  .filters-categories-wrapper .filters-categories-list-wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 1440px) {
  .filters-categories-wrapper .filters-categories-list-wrapper {
    width: 81%;
  }
}
.filters-categories-wrapper .filters-categories-list-wrapper.closed {
  max-height: 56vh;
}
@media screen and (min-width: 414px) {
  .filters-categories-wrapper .filters-categories-list-wrapper.closed {
    max-height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-list-wrapper.closed {
    max-height: 35px;
  }
}
.filters-categories-wrapper .filters-categories-list-wrapper.opened {
  max-height: 56vh;
}
@media screen and (min-width: 414px) {
  .filters-categories-wrapper .filters-categories-list-wrapper.opened {
    max-height: 60vh;
  }
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-list-wrapper.opened {
    max-height: none;
  }
}
.filters-categories-wrapper .filters-categories-list-wrapper label {
  display: block;
  padding: 7px 15px;
  color: var(--blue-basic);
  background: var(--white);
  border: 1px solid var(--blue-basic);
  border-radius: 50%;
  margin: 0 0 20px 7px;
  cursor: pointer;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  font-size: 15px;
  width: 15px;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.filters-categories-wrapper .filters-categories-list-wrapper label span {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-list-wrapper label {
    font-size: 14px;
    background: #fafafa;
    border-radius: 1rem;
    margin: 0 0 7px 7px;
    width: initial;
  }
  .filters-categories-wrapper .filters-categories-list-wrapper label span {
    padding-left: initial;
  }
}
.filters-categories-wrapper .filters-categories-list-wrapper input[type=checkbox] {
  display: none;
  width: 15px;
  height: 15px;
}
.filters-categories-wrapper .filters-categories-list-wrapper input[type=checkbox]:checked + label {
  font-family: Poppins-Bold, Poppins-Medium, sans-serif;
  background: var(--yellow-basic);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.filters-categories-wrapper .filters-categories-list-wrapper input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 22px;
  height: 18px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/header-common-icons-sprite-c916c930c9.svg#icon-checked-blue") center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-list-wrapper input[type=checkbox] {
    width: initial;
    height: initial;
  }
  .filters-categories-wrapper .filters-categories-list-wrapper input[type=checkbox]:checked + label::after {
    content: "";
    position: initial;
    width: 0;
    height: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .filters-categories-wrapper .filters-categories-list-wrapper::-webkit-scrollbar {
    display: none;
  }
  .filters-categories-wrapper .not-shadow::-webkit-scrollbar {
    display: initial;
  }
}
.filters-categories-wrapper .filters-categories-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 10px 15px;
}
.filters-categories-wrapper .filters-categories-actions button {
  cursor: pointer;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-actions {
    margin: 0 0 0 auto;
  }
  .filters-categories-wrapper .filters-categories-actions button {
    width: 40px;
    height: 40px;
  }
  .filters-categories-wrapper .filters-categories-actions button span {
    display: none;
  }
}
.filters-categories-wrapper .filters-categories-actions .clear-all-filters-categories {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-actions .clear-all-filters-categories {
    background: var(--color-accent-gold);
    -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#clear-filter") no-repeat center;
            mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#clear-filter") no-repeat center;
    -webkit-mask-size: 70%;
            mask-size: 70%;
    border: 3px solid var(--color-accent-gold);
    border-radius: 50%;
  }
  .filters-categories-wrapper .filters-categories-actions .clear-all-filters-categories:hover {
    background: var(--color-primary);
    border: 3px solid var(--color-primary);
  }
}
.filters-categories-wrapper .filters-categories-actions .collapse-filters-categories {
  display: none;
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-actions .collapse-filters-categories {
    display: block;
    background: var(--color-accent-gold);
    -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/main-icons-sprite-b93235c577.svg#carousel-arrow") no-repeat;
            mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/main-icons-sprite-b93235c577.svg#carousel-arrow") no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border: none;
  }
  .filters-categories-wrapper .filters-categories-actions .collapse-filters-categories:hover {
    background: var(--color-primary);
    border: none;
  }
  .filters-categories-wrapper .filters-categories-actions .collapse-filters-categories.down {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .filters-categories-wrapper .filters-categories-actions .collapse-filters-categories.up {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@media screen and (min-width: 768px) {
  .filters-categories-wrapper .filters-categories-actions .view-categories {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .filters-section.container-xl {
    padding: 0 !important;
  }
}
.filters-section .mobile-filters-adults-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--grey-light-basic);
  height: 60px;
}
.filters-section .mobile-filters-adults-section .filters-title, .filters-section .mobile-filters-adults-section .show-by-prices-wrapper {
  border: 1px solid #CCCCCC;
  margin: 0;
}
.filters-section .mobile-filters-adults-section .filters-title:hover, .filters-section .mobile-filters-adults-section .show-by-prices-wrapper:hover {
  color: var(--yellow-basic);
}
.filters-section .mobile-filters-adults-section .filters-title .title, .filters-section .mobile-filters-adults-section .show-by-prices-wrapper .title {
  font-size: 15px;
  font-family: Poppins-Medium, sans-serif;
  margin-left: 10px;
  margin-bottom: 0;
}
.filters-section .mobile-filters-adults-section .filters-title {
  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;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-arrow-down_blue") no-repeat right;
  background-size: 20% 24%;
  width: 50%;
  padding: 0 25px 0 20px;
}
.filters-section .mobile-filters-adults-section .filters-title:hover {
  color: var(--yellow-basic);
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/footer-sprite-c95b64669e.svg#icon-arrow-down_yellow") no-repeat right;
  background-size: 20% 24%;
}
.filters-section .mobile-filters-adults-section .filters-title:hover i {
  background: var(--color-accent-gold);
}
.filters-section .mobile-filters-adults-section .filters-title:hover .title {
  color: var(--yellow-basic);
}
.filters-section .mobile-filters-adults-section .filters-title i {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#filter") no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#filter") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-top: -3px;
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper {
  width: 50%;
  position: relative;
  padding: 0 25px 0 0;
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 0;
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper .search-tool {
  background-color: var(--grey-light-basic);
  border: none;
  padding-top: 0;
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper .search-tool .search-section-container {
  min-width: initial;
  margin-top: 0;
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper .search-tool .search-section-container .people-area {
  margin: 0;
  border: none;
}
.filters-section .mobile-filters-adults-section .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: 14px;
  height: 14px;
  right: -12px;
  top: 21px;
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper .search-tool .search-section-container .people-area .arrow-down-yellow:hover, .filters-section .mobile-filters-adults-section .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;
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper .search-tool .search-section-container .people-area .people-area-text {
  display: inline-block;
  font-size: 15px;
  font-family: Poppins-Medium, sans-serif;
  padding-left: 86px;
  text-align: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  width: 137px;
}
@media screen and (min-width: 375px) {
  .filters-section .mobile-filters-adults-section .show-by-prices-wrapper .search-tool .search-section-container .people-area .people-area-text {
    width: 90%;
  }
}
.filters-section .mobile-filters-adults-section .show-by-prices-wrapper .search-tool .search-section-container .people-area .people-area-dropdown {
  bottom: -164px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .filters-section .mobile-filters-adults-section {
    display: none;
  }
}
.filters-section .show-by-prices-wrapper.desktop {
  display: none;
  margin: 30px 10px 30px 10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .filters-section .show-by-prices-wrapper.desktop {
    margin: 40px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
  }
  .filters-section .show-by-prices-wrapper.desktop .title {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 11px;
  }
  .filters-section .show-by-prices-wrapper.desktop .search-tool {
    border: none;
    padding-top: 0;
    width: 225px;
  }
  .filters-section .show-by-prices-wrapper.desktop .search-tool .search-section-container {
    min-width: initial;
    width: 225px;
    margin-top: 0;
  }
  .filters-section .show-by-prices-wrapper.desktop .search-tool .search-section-container .people-area {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .filters-section .show-by-prices-wrapper.desktop .search-tool .search-section-container .people-area {
    height: 34px;
    border-bottom: 2px solid var(--blue-basic);
  }
  .filters-section .show-by-prices-wrapper.desktop .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: 4px;
    top: 14px;
  }
  .filters-section .show-by-prices-wrapper.desktop .search-tool .search-section-container .people-area .arrow-down-yellow:hover, .filters-section .show-by-prices-wrapper.desktop .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;
  }
  .filters-section .show-by-prices-wrapper.desktop .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%;
  }
  .filters-section .show-by-prices-wrapper.desktop .search-tool .search-section-container .people-area .people-area-dropdown {
    bottom: -175px;
    right: auto;
  }
}

/* ------------------------------------------------------------ *\
Experiences cards new section;
\* ------------------------------------------------------------ */
.experiences-section-container {
  position: relative;
  margin-bottom: 70px;
}
.experiences-section-container .experiences-grid-section {
  margin: 40px 0;
}
.experiences-section-container .experiences-grid-section .experiences-grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .experiences-section-container .experiences-grid-section .experiences-grid__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.view-more-actions {
  text-align: center;
}
.view-more-actions .see-more {
  width: 230px;
  font-size: 16px;
  text-transform: uppercase;
  border-width: 1px;
}
@media screen and (min-width: 768px) {
  .view-more-actions .see-more {
    font-size: 18px;
    border-width: 2px;
  }
}

/* ------------------------------------------------------------ *\
    Progress Bar;
\* ------------------------------------------------------------ */
.progressive-bar {
  max-width: 205px;
  margin: 15px auto;
  text-align: center;
}
.progressive-bar > p.progressive-bar__status {
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #696969;
}
@media screen and (min-width: 768px) {
  .progressive-bar > p.progressive-bar__status {
    font-size: 16px;
    margin: 20px 0;
  }
}
.progressive-bar > p.progressive-bar__status > span, .progressive-bar > p.progressive-bar__status > b {
  font-weight: normal;
}
.progressive-bar_progress {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #ccc;
}
.progressive-bar_progress-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.breadcrumbs-section {
  margin: 10px 10px 10px 0;
}
.breadcrumbs-section .main-breadcrumb {
  position: initial;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.4;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li {
  padding: 0;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li a, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li span {
  text-decoration: none;
  color: var(--color-text);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li a:hover, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li span:hover {
  color: var(--color-accent-rose) !important;
  text-decoration: underline;
  cursor: pointer;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active {
  font-weight: 600;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active a, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active span {
  overflow-wrap: anywhere;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active a:hover, .breadcrumbs-section .main-breadcrumb .breadcrumb-list li.active span:hover {
  cursor: default;
  text-decoration: none;
}
.breadcrumbs-section .main-breadcrumb .breadcrumb-list li:not(:last-child):after {
  content: "•";
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  top: -3px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs-section {
    margin-top: 10px;
  }
  .breadcrumbs-section .main-breadcrumb {
    padding: 0;
  }
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
  }
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list li {
    font-size: 20px;
  }
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list li:not(:last-child):after {
    content: "•";
    padding-right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs-section .main-breadcrumb .breadcrumb-list {
    width: 100%;
  }
}
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years, .datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

.host-single-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.host-single-page .breadcrumbs-section {
  display: none;
}
.host-single-page .host-single-intro.container-xl {
  padding: 0 15px 50px !important;
  position: relative;
}
.host-single-page .host-single-intro .title-block h1 {
  font-family: Poppins-Medium, sans-serif, sans-serif;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}
.host-single-page .host-single-intro .title-block .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 5px 0 0 0;
  -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;
}
.host-single-page .host-single-intro .title-block .reviews .list-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 16px;
  margin: 0;
  padding: 0;
  color: var(--white);
}
.host-single-page .host-single-intro .title-block .reviews .list-star li {
  margin: 0 1px 0 0;
}
.host-single-page .host-single-intro .title-block .reviews .list-star li:last-child {
  margin: 0;
  color: var(--blue-basic);
  font-size: 14px;
}
.host-single-page .host-single-intro .title-block .reviews .list-star li .star-icon {
  display: block;
  width: 19px;
  height: 17px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/general-icons-sprite-dcc6f44af9.svg#star_yellow") no-repeat;
  background-size: contain;
}
.host-single-page .host-single-intro .title-block .reviews .reviews-count {
  margin: 2px 0 0 5px;
  font-family: Poppins, Poppins-Medium, sans-serif;
  font-size: 12px;
}
.host-single-page .host-single-intro .title-block.desktop {
  display: none;
}
.host-single-page .host-single-intro .images-block .images-wrapper {
  position: relative;
  margin: 19px 0 25px;
}
.host-single-page .host-single-intro .images-block .under-image-wrapper,
.host-single-page .host-single-intro .images-block .profile-image-wrapper {
  background: var(--white);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1843137255);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1843137255);
  width: 238px;
  padding: 7px 7px 55px;
}
.host-single-page .host-single-intro .images-block .under-image-wrapper .img-box,
.host-single-page .host-single-intro .images-block .profile-image-wrapper .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 91%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border: 1px solid var(--grey-basic);
}
.host-single-page .host-single-intro .images-block .under-image-wrapper img,
.host-single-page .host-single-intro .images-block .profile-image-wrapper img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
}
.host-single-page .host-single-intro .images-block .under-image-wrapper {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.host-single-page .host-single-intro .images-block .profile-image-wrapper {
  z-index: 2;
  position: absolute;
  top: 14px;
  left: 74px;
}
.host-single-page .host-single-intro .hosts-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 15px 0;
  position: relative;
}
.host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i {
  display: inline-block;
  background-size: contain;
  width: 240px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  left: -100px;
}
.host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-live {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-single-sprite-9369208225.svg#home_blue") no-repeat;
  width: 235px;
}
.host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-language {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-single-sprite-9369208225.svg#languages-icon_blue") no-repeat;
}
.host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-grew {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-single-sprite-9369208225.svg#growing-up_blue") no-repeat;
  width: 235px;
}
.host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-profession {
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-single-sprite-9369208225.svg#profession_blue") no-repeat;
  width: 230px;
}
.host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p {
  margin: 0 0 0 15px;
  overflow-wrap: anywhere;
  padding-left: 40px;
  font-size: 14px;
  line-height: 33px;
}
.host-single-page .host-single-intro .hosts-details .buttons-block {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
.host-single-page .host-single-intro .hosts-details .buttons-block .request-btn,
.host-single-page .host-single-intro .hosts-details .buttons-block .video-call-btn {
  width: 270px;
  min-height: 40px;
  margin: 5px auto 15px;
  text-align: center;
  text-transform: uppercase;
  overflow: anywhere;
  line-height: 17px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.host-single-page .host-single-intro .hosts-details .buttons-block .request-btn:disabled,
.host-single-page .host-single-intro .hosts-details .buttons-block .video-call-btn:disabled {
  background-color: rgba(239, 239, 239, 0.3);
  color: rgb(84, 84, 84);
  border-color: var(--grey-basic);
}
.host-single-page .host-single-interests-section {
  padding: 0 0 60px;
  margin: 0;
}
.host-single-page .host-single-interests-section .host-interesting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper {
  background: var(--grey-light-basic);
  padding: 45px 20px;
}
.host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper p {
  font-size: 14px;
  line-height: 24px;
  overflow: anywhere;
  text-align: left;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper {
  background: transparent;
  padding: 60px 10px 35px;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  line-height: 20px;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .title-block h2 {
  font-family: Poppins-Bold, sans-serif;
  font-size: 22px;
  margin: 0 0 25px 0;
  text-align: center;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interests-block,
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interests-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level,
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level {
  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;
  padding: 5px 20px 5px 33px;
  border: 1px solid var(--blue-basic);
  border-radius: 30px;
  color: var(--blue-basic);
  background: var(--white);
  overflow: anywhere;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  margin: 15px 35px 0 0;
  height: 40px;
  position: relative;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box,
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box {
  width: 49px;
  height: 49px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -6px;
  left: -18px;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box.expert-icon,
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box.expert-icon {
  height: 50px;
  width: 50px;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box img,
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interest-name {
  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;
  padding: 5px 17px;
  border: 1px solid var(--blue-basic);
  border-radius: 30px;
  margin: 15px 7px 0 0;
  overflow: anywhere;
  min-height: 30px;
}
.host-single-page .host-single-interests-section .buttons-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
}
.host-single-page .host-single-interests-section .buttons-block .request-btn,
.host-single-page .host-single-interests-section .buttons-block .video-call-btn {
  width: 270px;
  min-height: 40px;
  margin: 5px auto 15px;
  text-align: center;
  text-transform: uppercase;
  overflow: anywhere;
  line-height: 17px;
  font-family: Poppins-Medium, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.host-single-page .host-single-interests-section .doodle-wrapper {
  position: relative;
  padding: 10px 15px 60px 0;
  overflow: hidden;
}
.host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
  display: inline-block;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-single-sprite-9369208225.svg#host-single-path_blue") no-repeat;
  background-size: contain;
  height: 55px;
  width: 650px;
  position: absolute;
  overflow: hidden;
  left: -143px;
  top: -3px;
}
.host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
  width: 95px;
  text-align: left;
  font-size: 10px;
  font-family: SysFalso-Italic, sans-serif;
  padding: 5px 7px;
  margin-left: auto;
  position: relative;
  font-weight: bold;
}
.host-single-page .host-single-interests-section .doodle-wrapper .city-sign-post {
  display: inline-block;
  height: 40px;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/host-single-sprite-9369208225.svg#see-my-city_blue") no-repeat;
  background-size: contain;
  width: 244px;
  overflow: hidden;
  position: absolute;
  left: -80px;
  top: -4px;
}
.host-single-page .host-single-interests-section .doodle-wrapper .img-box {
  background: white;
  z-index: 1;
  position: absolute;
  right: 7px;
  top: 13px;
  height: 40px;
}
.host-single-page .host-single-interests-section .doodle-wrapper img {
  display: inline-block;
  height: 100%;
}
.host-single-page .host-single-articles,
.host-single-page .host-single-experiences {
  display: none;
}
.host-single-page .host-carousel.container-l {
  margin: 0 auto !important;
  padding-right: 0 !important;
}
.host-single-page .host-carousel .slider-content .text-column {
  text-align: left;
}
.host-single-page .host-carousel .slider-content .text-column .title {
  margin: 0;
}
.host-single-page .host-carousel .slider-content .text-column .text {
  display: none;
}
.host-single-page .host-carousel .slider-content .slider-column .slider-item {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.host-single-page .host-carousel .slider-content .slider-column .slider-item .text-content .host-name {
  margin: 0;
  font-size: 28px;
  font-weight: normal;
}
.host-single-page .host-carousel .slider-content .slider-column .slider-item .text-content .city-name {
  display: none;
}
.host-single-page .host-carousel .button-area .host-btn-see-all {
  padding: 10px;
  min-height: 40px;
  width: 270px;
  overflow: anywhere;
  line-height: 17px;
  font-family: Poppins-Medium, sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.host-single-page .experiences-section-container {
  margin-bottom: 70px;
}
.host-single-page .experiences-section-container .title {
  font-family: Poppins-Bold, sans-serif;
  font-size: 22px;
  text-align: center;
}
.host-single-page .experiences-section-container .experiences-grid-section .experiences-grid__container .experiences-grid-item .card-content .img-content .img-wrapper .real-experience-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 54%;
}
.host-single-page .experiences-section-container .experiences-grid-section .experiences-grid__container .experiences-grid-item .card-content .img-content .img-wrapper .real-experience-img-block .img {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: initial;
}
.host-single-page .experiences-section-container .experiences-grid-section .experiences-grid__container .experiences-grid-item .card-content .img-content .category, .host-single-page .experiences-section-container .experiences-grid-section .experiences-grid__container .experiences-grid-item .card-content .img-content .city-name {
  display: none;
}
.host-single-page .experiences-section-container .experiences-grid-section .experiences-grid__container .experiences-grid-item .card-content .text-content .title {
  text-align: left;
}
.host-single-page .experiences-section-container .experiences-grid-section .suggested-product-card {
  width: 100%;
}
.host-single-page .experience-carousel.container-l {
  padding-right: 0 !important;
}
.host-single-page .experience-carousel .buttons-block {
  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;
}
.host-single-page .reviews-host-single .reviews {
  padding: 10px 0;
}
.host-single-page .reviews-host-single .reviews .reviews-list {
  margin-top: 0;
}
.host-single-page .reviews-host-single .reviews .reviews-list .reviews-list__item {
  padding-bottom: 10px;
}
.host-single-page .reviews-host-single .reviews .load-more-reviews {
  margin-top: 50px;
}

@media screen and (min-width: 375px) {
  .host-single-page .host-single-intro .title-block h1 {
    font-family: Poppins-Bold, sans-serif, sans-serif;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p {
    font-size: 16px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p.text-language {
    margin-top: 0;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    left: -129px;
  }
}
@media screen and (min-width: 414px) {
  .host-single-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .host-single-page .host-single-intro .title-block h1 {
    font-size: 40px;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper {
    position: relative;
    margin: 19px 0 25px 15px;
  }
  .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    z-index: 2;
    position: absolute;
    top: 12px;
    left: 74px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i {
    width: 245px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p {
    margin: 1px 0 0 15px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper {
    width: 414px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    left: -129px;
    width: 700px;
    height: 58px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
    width: 115px;
    font-size: 12px;
    padding: 5px 7px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .city-sign-post {
    left: -91px;
    top: -6px;
    height: 43px;
    width: 280px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .img-box {
    right: 3px;
    top: 9px;
  }
}
@media screen and (min-width: 555px) {
  .host-single-page .host-single-interests-section .doodle-wrapper {
    width: 555px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
    margin-left: 74%;
    margin-top: 9px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    height: 75px;
  }
}
@media screen and (min-width: 665px) {
  .host-single-page .host-single-interests-section .doodle-wrapper {
    width: 665px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
    margin-left: 78%;
    margin-top: 12px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    left: -47px;
    width: 931px;
    height: 79px;
  }
}
.reviews {
  padding: 60px 0 0 0;
  color: var(--blue-basic);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews .title {
  margin-bottom: 50px;
}
.reviews .title h2 {
  margin: 0;
}
.reviews .reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
.reviews .reviews-list__item {
  width: 100%;
  padding: 15px 25px;
  text-align: center;
  overflow-wrap: anywhere;
}
.reviews .reviews-list__item .review-stars-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin-bottom: 20px;
}
.reviews .reviews-list__item .review-stars-list .icon-star {
  width: 27px;
  height: 27px;
}
.reviews .reviews-list__item .review-description-container {
  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 0 25px;
}
.reviews .reviews-list__item .review-description-container .review-description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews .reviews-list__item .review-description-container .review-description.full {
  display: block;
  -webkit-line-clamp: unset;
}
.reviews .reviews-list__item .review-description-container .show-more-btn {
  margin-top: 10px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  background: transparent;
  border: none;
  color: var(--blue-basic);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}
.reviews .reviews-list__item .review-description-container .show-more-btn:hover {
  color: var(--color-accent-rose);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.reviews .reviews-list__item .review-date, .reviews .reviews-list__item .review-city {
  margin: 0;
}
.reviews .reviews-list__item .review-author {
  margin-top: 5px;
}
.reviews .see-more-reviews-btn {
  width: 100%;
  max-width: 200px;
  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;
  margin: 30px auto;
}
.reviews .load-more-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 18px;
  color: var(--blue-basic);
  margin-top: 25px;
}
.reviews .load-more-reviews .arrow-down {
  content: "";
  position: inherit;
  width: 15px;
  height: 15px;
  top: 3px;
  right: -15px;
  background: var(--color-primary);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#icon-arrow-down") center/contain no-repeat;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#icon-arrow-down") center/contain no-repeat;
}

.card-reviews {
  padding: 15px 17px;
  border-radius: 10px;
  border: 1px solid var(--color-supportive);
  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;
  color: var(--color-text);
}
.card-reviews .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-reviews .card-content {
  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;
}
.card-reviews .reviews-info {
  font-size: 13px;
  color: var(--color-primary);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.card-reviews .reviews-content {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-reviews .reviews-content.full {
  -webkit-line-clamp: unset;
  max-height: none;
}
.card-reviews .btn-show-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.card-reviews .btn-show-more:hover {
  color: var(--yellow-basic);
}
.card-reviews .list-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.card-reviews .icon-star {
  width: 17px;
  height: 17px;
  display: block;
  background-color: var(--color-accent-rose);
  -webkit-mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
          mask: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/reviews-section-sprite-239f3eef30.svg#star_yellow") no-repeat center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

@media screen and (min-width: 768px) {
  .host-single-page {
    margin: 0;
    display: block;
    overflow: hidden;
  }
  .host-single-page .breadcrumbs-section {
    display: block;
  }
  .host-single-page .breadcrumbs-section.container-xl {
    margin: 10px auto;
  }
  .host-single-page .breadcrumbs-section .main-breadcrumb .breadcrumb-list li:not(:last-child):after {
    content: ">";
    padding-right: 10px;
  }
  .host-single-page .host-single-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    gap: 10px;
  }
  .host-single-page .host-single-intro.container-xl {
    margin: 45px auto 0;
    padding-bottom: 80px !important;
  }
  .host-single-page .host-single-intro .title-block h1 {
    font-size: 40px;
  }
  .host-single-page .host-single-intro .title-block.desktop {
    display: block;
  }
  .host-single-page .host-single-intro .title-block.mobile {
    display: none;
  }
  .host-single-page .host-single-intro .images-block {
    width: calc(50% - 5px);
    padding-top: 10px;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper {
    position: relative;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper .under-image-wrapper,
  .host-single-page .host-single-intro .images-block .images-wrapper .profile-image-wrapper {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
    z-index: 1;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper .under-image-wrapper:hover,
  .host-single-page .host-single-intro .images-block .images-wrapper .profile-image-wrapper:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 10;
  }
  .host-single-page .host-single-intro .hosts-details {
    width: calc(50% - 5px);
    position: relative;
    padding-bottom: 45px;
  }
  .host-single-page .host-single-intro .hosts-details .detail-item p {
    font-size: 15px;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block {
    position: absolute;
    bottom: -63px;
    width: 600px;
    left: -303px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: initial;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block .request-btn,
  .host-single-page .host-single-intro .hosts-details .buttons-block .video-call-btn {
    font-size: 14px;
  }
  .host-single-page .host-single-interests-section {
    background: var(--grey-light-basic);
    padding: 10px 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .host-single-page .host-single-interests-section .host-interesting-container {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .grey-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px 5px;
    height: 68%;
    width: 2px;
    background: var(--grey-basic);
    position: absolute;
    left: 50.5%;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper {
    background: var(--grey-light-basic);
    padding: 60px 10px 0;
    width: 48%;
    border-left: 1px solid var(--grey-light-basic);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper .text-container {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper p {
    font-size: 12px;
    line-height: 22px;
    padding-right: 5px;
    margin-top: 0;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper {
    padding: 60px 15px 30px 10px;
    background: var(--grey-light-basic);
    position: relative;
    width: 100%;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper.half-width {
    width: 50%;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .title-block h2 {
    margin: 0 0 25px 0;
    text-align: left;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .section-with-border {
    width: 100%;
    padding-right: 0;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interests-block {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 10px;
    width: 100%;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level {
    font-size: 11px;
    line-height: 19px;
    margin-left: 15px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interest-name {
    font-size: 11px;
    line-height: 19px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interest-name:hover {
    background: var(--yellow-basic);
    color: var(--blue-basic);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .host-single-page .host-single-interests-section .buttons-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    width: 600px;
    margin: 50px auto 0;
  }
  .host-single-page .host-single-interests-section .buttons-block .request-btn,
  .host-single-page .host-single-interests-section .buttons-block .video-call-btn {
    margin: 5px auto 15px 0;
    font-size: 14px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper {
    width: 100%;
    position: absolute;
    bottom: -23px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper.city-name {
    bottom: -61px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    left: 63px;
    height: 62px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
    margin-left: 72%;
    margin-top: 0;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .img-box {
    height: 45px;
    right: 101px;
    background: var(--grey-light-basic);
  }
  .host-single-page .experiences-section-container {
    display: none;
  }
  .host-single-page .host-single-articles, .host-single-page .host-single-experiences {
    display: block;
  }
  .host-single-page .content-page-carousel .buttons-block,
  .host-single-page .experience-carousel .buttons-block {
    min-width: 270px;
    width: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px auto 0;
  }
  .host-single-page .content-page-carousel .buttons-block .request-btn,
  .host-single-page .content-page-carousel .buttons-block .video-call-btn,
  .host-single-page .experience-carousel .buttons-block .request-btn,
  .host-single-page .experience-carousel .buttons-block .video-call-btn {
    width: 48%;
    min-height: 40px;
    margin: 5px auto 15px;
    text-align: center;
    text-transform: uppercase;
    overflow: anywhere;
    line-height: 17px;
    font-family: Poppins-Medium, sans-serif;
    font-size: 14px;
  }
  .host-single-page .experience-carousel .slider-content .experience-slider.slick-slider {
    display: block;
  }
  .host-single-page .experience-carousel .slider-content .experience-slider.slick-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .host-single-page .experience-carousel .slider-content .experience-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .host-single-page .host-carousel .slider-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .host-single-page .host-carousel .slider-content .text-column {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .host-single-page .host-carousel .slider-content .text-column .title {
    color: var(--white);
  }
  .host-single-page .host-carousel .slider-content .slider-column {
    max-width: 100%;
    margin-left: 0;
  }
  .host-single-page .host-carousel .button-area .host-btn-see-all {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .host-single-page .reviews-host-single .reviews {
    padding-left: 10px;
    padding-right: 10px;
  }
  .host-single-page .host-single-intro .title-block h1 {
    font-size: 42px;
    text-align: left;
  }
  .host-single-page .host-single-intro .title-block .reviews {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 4px 0;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper {
    margin: 2px 0 25px;
  }
  .host-single-page .host-single-intro .images-block .under-image-wrapper, .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    width: 306px;
    padding: 10px 10px 75px;
  }
  .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    top: 16px;
  }
  .host-single-page .host-single-intro .hosts-details {
    position: initial;
    padding-bottom: initial;
  }
  .host-single-page .host-single-intro .hosts-details .detail-item p {
    font-size: 16px;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block {
    position: initial;
    bottom: initial;
    width: initial;
    left: initial;
    margin-top: 5px;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block .request-btn,
  .host-single-page .host-single-intro .hosts-details .buttons-block .video-call-btn {
    width: 48%;
    margin: 5px auto 15px 0;
    font-size: 16px;
  }
  .host-single-page .host-single-interests-section {
    padding: 10px 0 70px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .grey-border {
    margin: 80px 8px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper {
    width: 48%;
    padding-left: 20px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper {
    position: initial;
    padding-bottom: 38px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .title-block h2 {
    font-size: 26px;
    margin-bottom: 45px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level {
    font-size: 12px;
    margin-right: 20px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interest-name {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 10px 0 0;
  }
  .host-single-page .host-single-interests-section .buttons-block {
    margin-left: 40px;
    margin-top: 35px;
    width: 430px;
  }
  .host-single-page .host-single-interests-section .buttons-block .request-btn,
  .host-single-page .host-single-interests-section .buttons-block .video-call-btn {
    width: 48%;
    font-size: 16px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper {
    bottom: -31px;
    padding-top: 17px;
    overflow: visible;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper.city-name {
    bottom: -65px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    left: 92px;
    height: 70px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
    font-size: 13px;
    width: 125px;
    margin-left: 66%;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .city-sign-post {
    left: -97px;
    top: -6px;
    height: 45px;
    width: 300px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .img-box {
    right: -324px;
    top: 13px;
  }
  .host-single-page .content-page-carousel .buttons-block,
  .host-single-page .experience-carousel .buttons-block {
    width: 430px;
  }
  .host-single-page .content-page-carousel .buttons-block .request-btn,
  .host-single-page .content-page-carousel .buttons-block .video-call-btn,
  .host-single-page .experience-carousel .buttons-block .request-btn,
  .host-single-page .experience-carousel .buttons-block .video-call-btn {
    font-size: 16px;
  }
  .host-single-page .host-carousel .button-area .host-btn-see-all {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .host-single-page .host-single-intro .title-block h1 {
    font-size: 50px;
  }
  .host-single-page .host-single-intro .title-block .reviews {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 5px 0;
  }
  .host-single-page .host-single-intro .title-block .reviews .list-star {
    height: 21px;
  }
  .host-single-page .host-single-intro .title-block .reviews .list-star li {
    margin: 0 1px 0 0;
  }
  .host-single-page .host-single-intro .title-block .reviews .list-star li .star-icon {
    display: block;
    width: 20px;
    height: 21px;
  }
  .host-single-page .host-single-intro .title-block .reviews .reviews-count {
    margin: 3px 0 0 5px;
    font-size: 13px;
  }
  .host-single-page .host-single-intro .images-block .under-image-wrapper, .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    width: 316px;
    padding: 10px 10px 85px;
  }
  .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    top: 16px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p {
    font-size: 18px;
  }
  .host-single-page .host-single-interests-section {
    padding: 30px 0 100px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container {
    padding-bottom: 30px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .title-block h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 25px 7px 43px;
    height: 45px;
    margin-top: 25px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box {
    width: 56px;
    height: 56px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box.expert-icon, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box.expert-icon {
    height: 56px;
    width: 56px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interest-name {
    font-size: 16px;
    line-height: 25px;
    margin: 25px 15px 0 0;
    padding: 7px 25px;
    min-height: 35px;
  }
  .host-single-page .host-single-interests-section .buttons-block {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 460px;
  }
  .host-single-page .host-single-interests-section .buttons-block .request-btn,
  .host-single-page .host-single-interests-section .buttons-block .video-call-btn {
    width: 48%;
    margin: 5px auto 15px 0;
  }
  .host-single-page .host-single-interests-section .buttons-block .request-btn {
    margin-right: 10px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper {
    bottom: -141px;
    padding-bottom: 130px;
    padding-top: 23px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper.city-name {
    bottom: -141px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    left: 77px;
    height: 98px;
    width: 1200px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
    font-size: 16px;
    width: 145px;
    margin-left: 69%;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .city-sign-post {
    left: -105px;
    height: 49px;
    width: 358px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .img-box {
    right: -493px;
    height: 50px;
    top: 19px;
  }
  .host-single-page .content-page-carousel .buttons-block,
  .host-single-page .experience-carousel .buttons-block {
    width: 460px;
  }
  .host-single-page .content-page-carousel .buttons-block .request-btn,
  .host-single-page .content-page-carousel .buttons-block .video-call-btn,
  .host-single-page .experience-carousel .buttons-block .request-btn,
  .host-single-page .experience-carousel .buttons-block .video-call-btn {
    width: 48%;
    margin: 5px auto 15px 0;
  }
}
@media screen and (min-width: 1366px) {
  .host-single-page .host-single-intro .title-block h1 {
    font-size: 55px;
  }
  .host-single-page .host-single-intro .title-block .reviews {
    margin: 7px 0;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper {
    margin: 7px 0 25px;
  }
  .host-single-page .host-single-intro .images-block .under-image-wrapper, .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    width: 351px;
  }
  .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    top: 17px;
    left: 101px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i {
    width: 245px;
    height: 38px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-live {
    width: 240px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-grew {
    width: 240px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-profession {
    width: 240px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p {
    font-size: 20px;
    line-height: 38px;
    margin-left: 20px;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block {
    margin-top: 10px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block .request-btn,
  .host-single-page .host-single-intro .hosts-details .buttons-block .video-call-btn {
    width: 45%;
    line-height: 19px;
    margin: 0;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block .request-btn {
    margin-right: 20px;
  }
  .host-single-page .host-single-interests-section {
    padding-bottom: 130px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container {
    padding-bottom: 40px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper {
    padding-left: 35px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper p {
    font-size: 17px;
    line-height: 27px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .title-block h2 {
    font-size: 32px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .section-with-border {
    padding-right: 25px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level {
    font-size: 17px;
    line-height: 21px;
    padding: 9px 25px 9px 46px;
    height: 50px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box {
    width: 60px;
    height: 60px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box.expert-icon, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box.expert-icon {
    height: 62px;
    width: 62px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interest-name {
    font-size: 17px;
    line-height: 26px;
    padding: 9px 25px;
    min-height: 40px;
  }
  .host-single-page .host-single-interests-section .buttons-block {
    margin-top: 40px;
    width: 534px;
  }
  .host-single-page .host-single-interests-section .buttons-block .request-btn,
  .host-single-page .host-single-interests-section .buttons-block .video-call-btn {
    width: 45%;
    line-height: 19px;
    margin: 0;
  }
  .host-single-page .host-single-interests-section .buttons-block .request-btn {
    margin-right: 20px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper {
    bottom: -156px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper.city-name {
    bottom: -156px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .img-box {
    right: -417px;
  }
  .host-single-page .content-page-carousel .buttons-block,
  .host-single-page .experience-carousel .buttons-block {
    width: 534px;
  }
  .host-single-page .content-page-carousel .buttons-block .request-btn,
  .host-single-page .content-page-carousel .buttons-block .video-call-btn,
  .host-single-page .experience-carousel .buttons-block .request-btn,
  .host-single-page .experience-carousel .buttons-block .video-call-btn {
    width: 45%;
    line-height: 19px;
  }
  .host-single-page .host-carousel .button-area .host-btn-see-all {
    line-height: 19px;
  }
}
@media screen and (min-width: 1440px) {
  .host-single-page .host-single-intro .title-block h1 {
    font-size: 60px;
  }
  .host-single-page .host-single-intro .title-block .reviews {
    margin: 9px 0;
  }
  .host-single-page .host-single-intro .title-block .reviews .list-star {
    height: 22px;
  }
  .host-single-page .host-single-intro .title-block .reviews .list-star li {
    margin: 0 1px 0 0;
  }
  .host-single-page .host-single-intro .title-block .reviews .list-star li .star-icon {
    display: block;
    width: 22px;
    height: 22px;
  }
  .host-single-page .host-single-intro .title-block .reviews .reviews-count {
    font-size: 14px;
  }
  .host-single-page .host-single-intro .images-block {
    padding-left: 30px;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper {
    margin: 7px 0 25px;
  }
  .host-single-page .host-single-intro .images-block .under-image-wrapper, .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    width: 372px;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block {
    margin-top: 15px;
  }
  .host-single-page .host-single-interests-section {
    padding-bottom: 160px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .grey-border {
    margin: 100px 8px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box {
    left: -22px;
    top: -8px;
    width: 63px;
    height: 63px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level .img-box.expert-icon, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level .img-box.expert-icon {
    height: 66px;
    width: 66px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper {
    padding-top: 45px;
    bottom: -180px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper.city-name {
    bottom: -180px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .doodle-path {
    height: 122px;
    width: 1350px;
    left: 49px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .see-my-city-text {
    margin-left: 78%;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .img-box {
    right: -533px;
    height: 55px;
    top: 28px;
  }
  .host-single-page .host-single-interests-section .buttons-block {
    width: 578px;
  }
  .host-single-page .content-page-carousel .buttons-block,
  .host-single-page .experience-carousel .buttons-block {
    width: 578px;
    margin: 70px auto 0;
  }
}
@media screen and (min-width: 1440px) and (min-width: 1442px) {
  .host-single-page .experience-carousel {
    padding-left: calc((100% - 1400px) / 4);
  }
}
@media screen and (min-width: 1600px) {
  .host-single-page .host-single-intro .title-block h1 {
    font-size: 65px;
  }
  .host-single-page .host-single-intro .title-block .reviews {
    margin: 10px 0;
  }
  .host-single-page .host-single-intro .images-block {
    padding-left: 25px;
  }
  .host-single-page .host-single-intro .images-block .images-wrapper {
    margin: 7px 0 25px;
  }
  .host-single-page .host-single-intro .images-block .under-image-wrapper, .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    width: 401px;
    padding: 12px 12px 95px;
  }
  .host-single-page .host-single-intro .images-block .profile-image-wrapper {
    top: 21px;
    left: 110px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i {
    height: 42px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-live {
    width: 245px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-grew {
    width: 245px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item i.icon-profession {
    width: 245px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p {
    font-size: 22px;
    line-height: 40px;
    margin-left: 22px;
  }
  .host-single-page .host-single-intro .hosts-details .hosts-details-items .detail-item p.text-language {
    margin-top: 5px;
  }
  .host-single-page .host-single-intro .hosts-details .buttons-block {
    margin-top: 20px;
    width: 632px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper {
    padding-left: 45px;
    top: 18px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .about-me-wrapper p {
    font-size: 18px;
    line-height: 28px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .title-block h2 {
    font-size: 36px;
    margin-bottom: 55px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .section-with-border {
    padding-right: 35px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .university-level, .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .level-expertise-block .expert-level {
    font-size: 18px;
    padding: 5px 25px 5px 47px;
  }
  .host-single-page .host-single-interests-section .host-interesting-container .interesting-wrapper .interest-name {
    font-size: 18px;
    line-height: 36px;
    margin: 30px 20px 0 0;
    padding: 5px 25px;
  }
  .host-single-page .host-single-interests-section .buttons-block {
    margin: 70px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1350px;
  }
  .host-single-page .host-single-interests-section .buttons-block .request-btn {
    margin-right: 25px;
  }
  .host-single-page .host-single-interests-section .buttons-block .video-call-btn, .host-single-page .host-single-interests-section .buttons-block .request-btn {
    width: 285px;
  }
  .host-single-page .host-single-interests-section .doodle-wrapper .img-box {
    right: initial;
    left: 905px;
  }
  .host-single-page .content-page-carousel .buttons-block,
  .host-single-page .experience-carousel .buttons-block {
    width: 632px;
  }
}
@media screen and (min-width: 1920px) {
  .experience-carousel .slider-action-buttons {
    right: 10%;
  }
}
@media screen and (min-width: 768px) {
  .reviews {
    padding: 50px 0 0 0;
    background-color: transparent;
  }
  .reviews .title {
    margin-bottom: 50px;
  }
  .reviews .reviews-list {
    margin: 0;
    gap: 30px;
  }
  .reviews .reviews-list__item {
    width: calc(50% - 15px);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 0;
    margin-bottom: 0;
    text-align: left;
  }
  .reviews .reviews-list__item .review-stars-list {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .reviews .reviews-list__item .review-stars-list .icon-star {
    width: 22px;
    height: 17px;
  }
  .reviews .reviews-list__item .review-description-container .review-description {
    line-height: 21px;
    text-align: justify;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .reviews .reviews-list__item .review-description-container .review-description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .reviews .reviews-list__item .review-description-container .show-more-btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .reviews .reviews-list__item .review-date, .reviews .reviews-list__item .review-city, .reviews .reviews-list__item .review-author {
    font-size: 16px;
  }
  .reviews .see-more-reviews-btn {
    margin: 60px auto;
    max-width: 270px;
  }
  .reviews .load-more-reviews {
    display: inline-block;
  }
  .reviews .load-more-reviews .arrow-down {
    position: absolute;
    top: 3px;
    left: 179px;
  }
  .reviews .reviews-link {
    text-decoration: underline;
    border: 0;
    margin: 80px 0 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: Poppins-SemiBold, sans-serif;
  }
  .reviews .reviews-link:hover {
    color: var(--blue-basic);
    background-color: var(--grey-light-basic);
  }
}
@media screen and (min-width: 768px) {
  .card-reviews {
    border: 0;
    font-size: 17px;
  }
  .card-reviews .card-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .card-reviews .card-header .reviews-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    text-align: right;
  }
  .card-reviews .card-header .reviews-info .reviews-info-name {
    font: 500 18px roc-grotesk, sans-serif;
  }
  .card-reviews .btn-show-more {
    font-size: 18px;
  }
}
/*# sourceMappingURL=frontend-host-single.min.css.map */
