<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.img-fluid, .brand-family__img, .villa-teaser__img, .insider img, .footer__badge-img, .card-logos__img, .overlay__img, .checkout__villa-img, .page__content-img img, .page__header-illu img {
  max-width: 100%;
  height: auto;
}

.footer .footer-nav__list, .page-id__in-short-list, .social {
  list-style-type: none;
  padding-left: 0;
}

[style*="--color:"] {
  color: var(--color) !important;
}

[style*="--d:"] {
  display: var(--d) !important;
}

[style*="--bg:"] {
  background-color: var(--bg) !important;
}

[style*="--m:"] {
  margin: var(--m) !important;
}

[style*="--mt:"] {
  margin-top: var(--mt) !important;
}

[style*="--mr:"] {
  margin-right: var(--mr) !important;
}

[style*="--mb:"] {
  margin-bottom: var(--mb) !important;
}

[style*="--ml:"] {
  margin-left: var(--ml) !important;
}

[style*="--p:"] {
  padding: var(--p) !important;
}

[style*="--pt:"] {
  padding-top: var(--pt) !important;
}

[style*="--pr:"] {
  padding-right: var(--pr) !important;
}

[style*="--pb:"] {
  padding-bottom: var(--pb) !important;
}

[style*="--pl:"] {
  padding-left: var(--pl) !important;
}

[style*="--pos:"] {
  position: var(--pos) !important;
}

[style*="--top:"] {
  top: var(--top) !important;
}

[style*="--right:"] {
  right: var(--right) !important;
}

[style*="--bottom:"] {
  bottom: var(--bottom) !important;
}

[style*="--left:"] {
  left: var(--left) !important;
}

[style*="--w:"] {
  width: var(--w) !important;
}

[style*="--h:"] {
  height: var(--h) !important;
}

[style*="--tr:"] {
  transform: var(--tr) !important;
}

[style*="--size:"] {
  font-size: var(--size) !important;
}

[style*="--weight:"] {
  font-weight: var(--weight) !important;
}

[style*="--align:"] {
  text-align: var(--align) !important;
}

.page__content {
  padding: 3rem 0 6rem;
}
@media screen and (min-width: 1024px) {
  .page__content {
    display: flex;
  }
}

.page__header-illu {
  max-width: 8rem;
  margin-top: 2rem;
}

.page__content-header {
  padding: 3vw 3vw 6rem 2vw;
  flex: 0 0 30%;
  max-width: 35rem;
}
@media screen and (max-width: 1023px) {
  .page__content-header {
    max-width: 35rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .page__content-header {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}

.page__content-title {
  border-top: 5px solid #00E8F9;
  font-size: 1.6rem;
  padding-top: 1em;
  color: #da1e8a;
  font-family: "zonapro", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page__content-title--single-col {
  border: 0;
  padding-top: 2rem;
}
.page__content-title--single-col::before {
  max-width: 30%;
  display: block;
  content: "";
  border-top: 5px solid #00E8F9;
  margin-bottom: 0.5em;
}

.page__header-phrase {
  font-family: "zonapro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page__header-phrase {
    font-size: 2rem;
  }
}

.page__content-img--sm {
  max-width: 30%;
  margin-bottom: 1.5rem;
}

.page__content-main {
  padding: 3vw;
  flex: 1;
  max-width: 65rem;
}
@media screen and (max-width: 1023px) {
  .page__content-main {
    padding-left: 0;
    padding-right: 0;
  }
}

.page__content-main blockquote {
  font-family: "zonapro", sans-serif;
  color: #271f61;
  line-height: 1.2;
  position: relative;
  left: -2rem;
  margin: 6rem 0;
  font-size: 3rem;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .page__content-main blockquote {
    font-size: 2rem;
    left: 0;
    margin: 3rem 0;
  }
}

.page__content-main ul, .page__content-main ol {
  margin-bottom: 1em;
}

.page__content-main li li li::before {
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #271F61;
  left: -1.5em;
  top: 0.5em;
  border-radius: 50%;
}

.page__content-block {
  max-width: 45rem;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 1023px) {
  .page__content-block {
    max-width: 35rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.page__content-main h2 {
  margin-top: 3em;
  font-size: 1.6rem;
  z-index: 1;
}

.page__content-main h3 {
  font-size: 1.2rem;
  z-index: 1;
}

.page__content-main h4 {
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.025em;
  z-index: 1;
}

.page__content-main .checkout-info__item-title {
  font-weight: normal;
  text-transform: none;
}

.page__content-main .checkout-info__section-title {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.page__content-main .checkout-info__item-main a {
  color: inherit;
}

.page__content-block--wide {
  max-width: none;
  width: 100%;
}

.page__content-block--full {
  max-width: none;
  margin: 0 -4vw;
}

.page__content .form-section {
  width: 100%;
}

.page__content .caleran-container {
  float: none;
}

.page__content-block--intro {
  font-size: 1.5rem;
}

/* component styles */
.input-group__main {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group__btn {
  background-color: transparent;
  padding: 0.15em 0.5em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -0.5em;
  color: #271F61;
}

.input-group__icon {
  height: 1em;
}

.social {
  display: flex;
  justify-content: center;
  font-size: 2rem;
}
.social li {
  margin: 0.5em;
}
.social span {
  display: none;
}

.page-id {
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  margin-left: -4vw;
  margin-right: -4vw;
  grid-template-columns: 1fr var(--hero-width) 1fr;
  grid-template-areas: "left image right" "left content right";
}

.page-id &gt; * {
  grid-column: 2/span 1;
}

.hero:not(.hero--w-id) + .page-id {
  margin-top: -6rem;
}

.page-id__in-short {
  color: #271F61;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 78rem) {
  .page-id__in-short {
    align-items: flex-start;
    max-width: none;
    --side-padding:max(3%,2rem);
  }
}
@media screen and (max-width: 1023px) {
  .page-id__in-short {
    width: 100%;
  }
}

.page-id__in-short .teaser__tag {
  background-color: white;
  color: hsl(247deg, 52%, 15%);
  padding-left: 0;
  padding-right: 0;
}

.page--destinations-list .tag__num,
.page-id__in-short .tag__num {
  font-size: 4rem;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.page-id__in-short-title {
  font-size: 1.3rem;
}

.page-id__in-short-list {
  position: absolute;
  width: 65vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  font-size: 0.9rem;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 1023px) {
  .page-id__in-short-list {
    margin-bottom: 1rem;
  }
}

.page-id__in-short-item {
  text-transform: uppercase;
  position: relative;
  padding-right: 0;
  padding-left: 1.75em;
  text-align: left;
}
.page-id__in-short-item::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
}
.page-id__in-short-item::before {
  display: inline-block;
  position: absolute;
  top: 0.25em;
  right: auto;
  left: 0;
  margin-left: 0;
  margin-right: 0.75em;
}
.page-id__in-short-item:not(:last-child) {
  margin-bottom: 0.5em;
}

.page-id__in-short .btn {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  .page-id__in-short .btn {
    left: 55%;
  }
}
@media screen and (max-width: 767px) {
  .page-id__in-short .btn {
    position: static;
    font-size: 0.95rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  .page-id__in-short .btn {
    margin-left: -1.5rem;
  }
}

.page-id__description {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  background-color: white;
  grid-area: content;
  z-index: 2;
  position: relative;
  padding-top: min(3.5rem, 3.5vh);
  padding-bottom: min(3rem, 3vh);
  padding-left: 2rem;
  padding-right: 2rem;
  --side-padding:max(3%,2rem);
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
  margin-left: 4vw;
  margin-right: 4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 78rem) {
  .page-id__description {
    width: auto;
    display: block;
  }
}

.hero--w-id + .page-id .page-id__description {
  padding-top: 0;
}

.page-id__description &gt; * {
  grid-column: 2/span 1;
}

.page-id__description &gt; .btn {
  align-self: center;
}

.page-id__description-content {
  height: 10rem;
  max-width: 50ch;
  --side-padding: max(3%,2rem);
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}
@media screen and (max-width: 78rem) {
  .page-id__description-content {
    --side-padding:0;
  }
}

.page-id__title {
  font-size: 1.3rem;
}

.destination-cta {
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  margin-bottom: 6rem;
  min-height: 25vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.destination-cta__metrics {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
}
.destination-cta__metrics-item {
  flex: 1;
  padding: 1rem;
  text-align: center;
}
.destination-cta__metrics-label {
  display: block;
  text-transform: uppercase;
}
.destination-cta__metrics-content {
  font-weight: 600;
  font-size: 3rem;
}
.destination-cta__tease {
  color: #271F61;
  font-size: 1.3rem;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
  width: 100%;
  left: 0;
}

.swiper-scrollbar-drag {
  background: #271F61;
}

.photo-badge {
  font-family: "zonapro", sans-serif;
  position: absolute;
  background: #271F61;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.5rem 0 rgba(23, 18, 58, 0.2);
  color: #fff;
  font-size: 1rem;
  padding: 0.25em 0.5em;
}
.photo-badge--multi {
  bottom: -0.2rem;
  right: -0.25rem;
}

.input-select {
  padding-top: 1.2em;
}

.checkout-form {
  position: relative;
  margin-bottom: 5rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.checkout-form .form-section {
  width: 60%;
  max-width: 60rem;
}
@media screen and (max-width: 999px) {
  .checkout-form .form-section {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .checkout-form .form-group--check {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .checkout-form .form__info-btn {
    margin-left: 0;
  }
}

.checkout-form .js-sticky-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  max-width: 35rem;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .checkout-form .js-sticky-container {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
  }
}

.form__info-btn {
  margin-left: 1rem;
}

.checkout-form .checkout-info {
  background: #fff;
  box-shadow: 0.15rem 0.15rem 1rem 0 rgba(0, 0, 0, 0.05);
  --close-btn-size:2.5rem;
  --checkout-info-padding-sm-x: 0.5rem;
  --checkout-info-padding-y: 2rem;
  --checkout-info-padding-x: 2rem;
  padding: var(--checkout-info-padding-y) var(--checkout-info-padding-x);
  border-radius: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .checkout-form .checkout-info {
    --checkout-info-padding-x: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .checkout-form .checkout-info {
    --checkout-info-padding-y: 1.5rem;
  }
}

.checkout-info__title {
  padding: 1.5rem var(--checkout-info-padding-x) 1.5rem;
  margin: calc(var(--checkout-info-padding-sm-x) - var(--checkout-info-padding-y)) calc(0.5rem - var(--checkout-info-padding-x)) 0;
  color: #fff;
  background: #17133a;
  font-size: 1rem;
  border-radius: 0.4rem;
}

.checkout-info__section-title {
  font-size: 1em;
  margin-bottom: 0.5em;
  flex: 0 0 100%;
  font-weight: bold;
}

.checkout-info__item-title {
  font-size: 1em;
  margin-bottom: 0;
  flex: 0 0 100%;
  font-weight: normal;
}

.checkout-info__item-img {
  max-width: 100%;
  height: auto;
}

.checkout-info__item-main {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.checkout-info__image {
  width: calc(100% + var(--checkout-info-padding-x) * 2 - var(--checkout-info-padding-sm-x) * 2);
  margin: 0.4rem calc(var(--checkout-info-padding-sm-x) - var(--checkout-info-padding-x)) 1rem;
  margin-bottom: 2rem;
  border-radius: 0.4rem;
}

.checkout-info__section--payment {
  /* background:$color-primary;
    color: #FFF; */
  text-align: left;
}

.checkout-info__section--payment .checkout-info__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1365px) {
  .checkout-info__section--payment .checkout-info__item {
    display: block;
  }
}

.checkout-info__section--payment .checkout-info__item-notes {
  flex: 100%;
  text-align: left;
}

.checkout-info.open {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  z-index: 100;
}

.checkout-info.open .checkout-info__title {
  padding-left: calc(var(--checkout-info-padding-x) + var(--close-btn-size) + 0.5em);
  margin-bottom: 2rem;
  background-color: #241c63;
}

.checkout-info__close-btn {
  position: fixed;
  z-index: 10;
  top: 0.6rem;
  left: var(--checkout-info-padding-x);
  width: var(--close-btn-size) !important;
  height: var(--close-btn-size);
  font-size: calc(var(--close-btn-size) / 2.75);
  border-radius: 50%;
  min-width: 0;
  max-width: var(--close-btn-size) !important;
  padding: 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0s ease-in-out;
}
.checkout-info__close-btn::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f060";
}

.checkout-info.open .checkout-info__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease-in-out;
}

.checkout__summary-btn {
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1.2em;
  padding-right: 0.75em;
  text-align: center;
  box-shadow: none;
}

.checkout-summary-btn__wrapper {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #241c63;
  border: 0.1rem solid #17133a;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: calc(0rem - var(--ribbon-mb));
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-bottom: 2rem;
}
@media screen and (min-width: 999px) {
  .checkout-summary-btn__wrapper {
    display: none;
  }
}

.checkout__summary-btn i {
  background-color: #da1e8a;
  padding: 0.25em;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 1.5;
  margin-left: -0.75em;
  color: white;
}

.checkout-info.open .checkout-info__image {
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: none;
}

.page--checkout .header {
  position: relative;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.page--checkout {
  --ribbon-mb: 2rem;
}

.page--reservation-checkout .checkout-form .input-text:disabled, .page--reservation-checkout .checkout-form .input-select:disabled {
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: hsl(247deg, 52%, 15%);
}

.page--reservation-checkout .form__section-content--disabled {
  border-radius: 0.2rem;
  border-color: #3D3199;
  border-style: solid;
  border-width: 3px;
  background-color: white;
  padding: 1.5em 2rem;
}

.sort-by {
  color: #fff;
  display: inline-block;
  padding-left: 0.5em;
}

.more-content {
  height: 0;
  transition: all 0.25s ease;
  overflow: hidden;
  width: 100%;
}

.more-toggle--hidden {
  display: none;
}

.more-btn-row {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .option .more-btn-row {
    justify-content: flex-end;
  }
}

.intro {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 40em;
}

.cta {
  background-color: #F5F5F5;
  padding: 9rem 4vw 12rem;
  text-align: center;
}

.breadcrumbs {
  display: flex;
  gap: 1ch;
  flex-wrap: wrap;
  max-width: -moz-fit-content;
  max-width: fit-content;
  list-style: none;
  padding: 0;
}

.breadcrumbs__item a {
  order: -1;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.05em;
  color: white;
  background-color: hsl(247deg, 52%, 15%);
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0.8rem;
  padding: 0.2em 0.5em;
  line-height: 1;
  border-radius: 0.2rem;
}

.destinations-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-template-columns: 1fr;
  row-gap: 2rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 34rem) {
  .destinations-list {
    grid-template-columns: 1fr;
  }
}

.teasers--destinations {
  --gutters: 0;
}

.destinations__item {
  border-radius: 0.6rem;
  overflow: hidden;
  padding-right: 0.5rem;
  padding-right: 0;
  margin-right: 1rem;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  width: 100%;
  transition: all 0.25s ease-out;
  display: flex;
  flex-wrap: wrap;
  --switch-width:min(30rem);
}
.destinations__item &gt; * {
  flex-grow: 1;
  flex-basis: calc((var(--switch-width) - 100%) * 999);
}
@media screen and (max-width: 767px) {
  .destinations__item {
    display: block;
  }
}
.destinations__item:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}

.destinations__item-title {
  border: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.destinations .figure-w-title__img-link {
  margin-bottom: 0;
  background-color: #FFF;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .destinations .figure-w-title__img-link {
    padding: 0;
  }
}

.destinations__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}

.destinations__caption {
  padding: 2rem;
}
.destinations__tag-list {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}

.destinations__tag {
  font-size: 0.88rem;
  position: relative;
  padding-left: 1.75em;
}
.destinations__tag::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
}
.destinations__tag::before {
  display: inline-block;
  position: absolute;
  top: 0.25em;
  left: 0;
  margin-right: 0.75em;
}
.destinations__tag:not(:last-child) {
  margin-bottom: 0.5em;
}

.destinations__item-subtitle {
  margin-bottom: 1rem;
  border: 0;
  font-size: 1.2rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.25s ease-out;
  transform-origin: right center;
  overflow-y: hidden;
  z-index: 200;
  overflow-x: hidden;
  display: flex;
  justify-content: flex-end;
  will-change: transform;
}

.overlay.open {
  transform: none;
}

.overlay__main {
  padding: 5rem 3rem;
  width: 60rem;
  position: relative;
  z-index: 1;
  background: #fff;
  height: 100vh;
  overflow-y: auto;
  overflow-x: visible;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: translateX(100%);
  transition: all 0.6s ease;
  will-change: transform;
}
@media screen and (max-width: 1365px) {
  .overlay__main {
    width: 40rem;
  }
}
@media screen and (max-width: 1023px) {
  .overlay__main {
    width: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .overlay__main {
    width: 100%;
    padding: 6rem 1.5rem 2rem;
    display: block;
  }
}

.open .overlay__main {
  transform: none;
}

.overlay__id {
  flex: 0.6;
  padding-right: 1rem;
}
@media screen and (max-width: 1365px) {
  .overlay__id {
    flex: 0 0 20rem;
  }
}

.overlay-id + .overlay__text {
  padding-left: 2rem;
}
@media screen and (max-width: 1365px) {
  .overlay-id + .overlay__text {
    padding-left: 0;
  }
}

.overlay__text {
  flex: 0 0 30rem;
}
@media screen and (max-width: 1365px) {
  .overlay__text {
    flex: auto;
  }
}

.overlay__info-item-title {
  font-size: 1rem;
  margin-bottom: 0em;
}

.overlay__info-item {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
}

.overlay__close-btn {
  background-color: #da1e8a;
  border-radius: 0;
  color: #fff;
}
.overlay__close-btn::after {
  background-size: 1.2em;
}

.overlay__main-close-btn {
  position: fixed;
  top: 0;
  right: 60rem;
  transform-origin: right top;
  cursor: pointer;
  z-index: 2;
  transform: translateX(calc(30rem + 100%));
  transition: all 0.6s ease;
  will-change: transform;
}
@media screen and (max-width: 1365px) {
  .overlay__main-close-btn {
    right: 40rem;
  }
}
@media screen and (max-width: 1023px) {
  .overlay__main-close-btn {
    right: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .overlay__main-close-btn {
    right: 0;
    width: 100%;
  }
}

.open .overlay__main-close-btn {
  transform: none;
}

.overlay__title {
  font-size: 1.4rem;
  flex: 0 0 100%;
}

.overlay__title:not(:first-child) {
  margin-top: 2em;
}

.overlay__img {
  margin-bottom: 1rem;
}

.overlay__bg {
  position: fixed;
  background-color: rgba(245, 245, 245, 0.9);
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.figure-w-title {
  position: relative;
  margin: 0;
}

.figure-w-title__img-link {
  display: block;
  position: relative;
  background: #271F61;
  margin-bottom: 0.8rem;
}
.figure-w-title__img-link img {
  margin-bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.destinations__img-link {
  margin-bottom: 0;
}

.figure-w-title__img {
  width: 100%;
  height: auto;
}

.figure-w-title__caption {
  left: 1.5rem;
  bottom: 1rem;
  font-family: "zonapro", sans-serif;
}

.figure-w-title__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  color: inherit;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1600px) {
  .figure-w-title__title {
    font-size: 1.4rem;
  }
}

.figure-w-title__title--sm {
  font-size: 1.4rem;
}

.figure-w-title__subtitle {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  padding-top: 0.25em;
}
@media screen and (max-width: 767px) {
  .figure-w-title__subtitle {
    font-size: 1rem;
  }
}

.figure-w-title__title-link {
  color: inherit !important;
}

.has-overlay__content .figure-w-title__title-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teasers__title {
  text-align: center;
}

.teasers__main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .teasers__main {
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .teasers__main {
    padding-top: 1rem;
  }
}

.teasers__main--grid {
  display: grid;
  grid-gap: 2rem 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  padding-bottom: 2rem;
}
@media screen and (max-width: 40rem) {
  .teasers__main--grid {
    grid-template-columns: 1fr;
  }
}

.teasers__main--grid--sm {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 110rem) {
  .teasers__main--grid--sm {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 60rem) {
  .teasers__main--grid--sm {
    grid-gap: 1rem;
  }
  .teasers__main--grid--sm .figure-w-title__title--sm {
    font-size: 1rem;
  }
  .teasers__main--grid--sm .figure-w-title__caption {
    padding: 1rem;
  }
  .teasers__main--grid--sm .figure-w-title__subtitle {
    display: none;
  }
}

.teasers__main--full {
  margin-left: auto;
  margin-right: auto;
}

.teaser {
  position: relative;
  flex-basis: calc((100% - (3 - 1) * 1vw) / 3);
  max-width: calc((100% - (3 - 1) * 1vw) / 3);
  flex-grow: 0;
  flex-shrink: 0;
}
.teaser:nth-child(odd), .teaser:nth-child(even) {
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-bottom: 3rem;
}
.teaser:nth-child(3n) {
  margin-right: 0;
}
.teaser:nth-child(3n+1) {
  margin-left: 0;
}
.teaser:nth-child(1) {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .teaser {
    flex-basis: calc((100% - (2 - 1) * 1vw) / 2);
    max-width: calc((100% - (2 - 1) * 1vw) / 2);
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 1.5rem !important;
  }
  .teaser:nth-child(odd), .teaser:nth-child(even) {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 3rem;
  }
  .teaser:nth-child(2n) {
    margin-right: 0;
  }
  .teaser:nth-child(2n+1) {
    margin-left: 0;
  }
  .teaser:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .teaser {
    margin-bottom: 1.5rem !important;
  }
  .teaser:nth-child(odd), .teaser:nth-child(even) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.teaser__more-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
}

.teasers__main--slider {
  flex: 1 1 100%;
  padding-bottom: 5rem;
}
.teasers__main--slider .teasers__slides {
  flex-wrap: nowrap;
}
.teasers__main--slider .teaser:nth-last-child(odd),
.teasers__main--slider .teaser:nth-last-child(even) {
  width: unset;
  flex: 0 0 auto;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
}
.teasers__main--slider .teaser.figure-w-title,
.teasers__main--slider .teaser.villa-teaser {
  display: block;
}
@media screen and (max-width: 1200px) {
  .teasers__main--slider .teaser {
    margin-bottom: 3rem !important;
  }
}
.teasers__main--slider .figure-w-title__img-link,
.teasers__main--slider .teaser .villa-teaser__figure {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .teasers__main--slider {
    width: auto;
  }
}

.teasers__scrollbar {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .teasers__scrollbar {
    display: none;
  }
}

.teasers__slides {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) and (orientation: portrait) and (min-width: 767px) {
  .teaser.figure-w-title,
.teaser.villa-teaser {
    display: flex;
  }
}

.teasers--slider-alt .teasers__main--slider {
  padding-bottom: 2rem;
}

@media screen and (min-width: 991px) {
  .teasers--slider-alt {
    display: flex;
  }
}

@media screen and (min-width: 991px) {
  .teasers--slider-alt .teasers__text &gt; * {
    text-align: left;
  }
}

@media screen and (min-width: 991px) {
  .teasers--slider-alt .teasers__text {
    padding-top: 2rem;
  }
}

.teasers--slider-alt .slider__outer {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .teasers--slider-alt .slider__outer {
    flex: 0 0 65%;
    max-width: 65%;
    margin-left: 3rem;
  }
}

@media screen and (min-width: 991px) {
  .teasers--slider-alt .slider__navigation {
    margin: 0 -2rem;
  }
}

@media screen and (min-width: 991px) {
  .teasers--slider-alt .swiper-pagination {
    text-align: left;
  }
}

.teasers.padding-block {
  margin-bottom: 0;
}

.teasers__more {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .teasers__more {
    margin-top: 1rem;
  }
}

.selling-points__description {
  font-size: 1.8rem;
  font-family: "zonapro", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .selling-points__description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.selling-points__content-wrap {
  flex: 1;
  color: #271F61;
  align-self: stretch;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.selling-points__main {
  display: flex;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selling-points__main &gt; * {
  flex-grow: 1;
  flex-basis: calc((35rem - 100%) * 999);
}
@media screen and (max-width: 400px) {
  .selling-points__main {
    text-align: center;
  }
}
.selling-points__item {
  margin: 0 2%;
  padding-bottom: 0.6em;
  position: relative;
  line-height: 1.3;
  padding-top: 2rem;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.selling-points__item &gt; *, .selling-points__item::before {
  flex-grow: 1;
  flex-basis: calc((18rem - 100%) * 999);
}
.selling-points__item-title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .selling-points__item-title {
    font-weight: 600;
    font-size: 1rem;
  }
}
.selling-points__item::before {
  content: "";
  flex-grow: 0.5;
  display: block;
  height: 10rem;
  top: 0.5rem;
  left: 0;
  width: 6rem;
  margin-bottom: 1rem;
  background-size: auto 8rem;
  background-repeat: no-repeat;
  height: 5rem;
  background-size: contain;
  background-position: left center;
}
@media screen and (max-width: 767px) {
  .selling-points__item::before {
    background-position: center;
  }
}
.selling-points__item--local::before {
  background-image: url("../..//assets/img/icon_local.svg");
}
.selling-points__item--ninja::before {
  background-image: url("../..//assets/img/icon_ninja.svg");
}
.selling-points__item--awesome::before {
  background-image: url("../..//assets/img/icon_awesome.svg");
}

.selling-points__title {
  text-align: center;
}

.selling-points__wrap {
  position: relative;
  padding-top: 1rem;
}

.vacation-maestro {
  text-align: center;
  background-image: url("../../assets/img/diag_wave.svg"), url("../../assets/img/diag_wave.svg"), linear-gradient(to top left, #1C1644, #261B6F);
  background-repeat: no-repeat;
  background-size: 10rem, 10rem, cover;
  background-position: calc(100% + 4rem) calc(100% + 4rem), -3rem -3rem, center;
  color: #fff;
  display: flex;
  padding: 4rem 10%;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .vacation-maestro {
    display: block;
    position: relative;
    padding-right: 30%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .vacation-maestro {
    padding-top: 7rem;
    border-radius: 0.5rem;
    text-align: center;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.vacation-maestro::before {
  content: "";
  display: block;
  flex: 1;
  background-image: url("../../assets/img/illu_family.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .vacation-maestro::before {
    position: absolute;
    left: 70%;
    top: 6rem;
    width: 28%;
    height: 28%;
    background-size: contain;
    background-position: left;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .vacation-maestro::before {
    width: 100%;
    height: 5rem;
    left: 0;
    top: 2.5rem;
    background-position: center;
  }
}
.vacation-maestro__content {
  display: flex;
  flex-direction: column;
  flex: 1.5;
  justify-content: center;
  padding: 2rem 10%;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .vacation-maestro__content {
    padding-left: 0;
    padding-right: 8%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .vacation-maestro__content {
    text-align: center;
    padding-right: 0;
  }
}
.vacation-maestro__title {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.vacation-maestro__description {
  font-family: "zonapro", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .vacation-maestro__description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .vacation-maestro__description {
    padding-left: 0;
  }
}
.vacation-maestro__cta {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .vacation-maestro__cta {
    margin-top: 0;
  }
}
.vacation-maestro__cta .btn {
  margin-bottom: 0.5em;
}
.vacation-maestro__cta span {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .vacation-maestro__cta span {
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3vw;
  padding-bottom: 0;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  background-color: #fff;
  background-position: 100% 0;
  background-size: 30rem;
  background-repeat: no-repeat;
}
.footer__navs {
  flex: 1 1 15%;
  max-width: min(100%, 25rem);
  padding-top: 3vmax;
  padding-bottom: 3vmax;
}
@media screen and (max-width: 767px) {
  .footer__navs {
    display: block;
    flex: 1 1 100%;
  }
}
.footer .footer-nav {
  min-width: 20rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1366px) {
  .footer .footer-nav {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .footer .footer-nav {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav {
    margin-bottom: 2rem;
    padding-right: 0;
    min-width: 0;
  }
}
.footer .footer-nav__title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav__title {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.footer .footer-nav__list {
  margin-bottom: 2em;
}
.footer .footer-nav__link {
  color: hsl(247deg, 52%, 15%) !important;
  display: block;
  margin-bottom: 0.5em;
}
.footer__social {
  margin-bottom: 0;
  margin-left: -2.5rem;
  font-size: 1.5rem;
  justify-content: flex-start;
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer__social {
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 567px) {
  .footer__social {
    width: 100%;
  }
}
.footer__social li {
  margin-top: 0;
}
@media screen and (max-width: 567px) {
  .footer__social li {
    text-align: center;
  }
}
.footer__social-link {
  width: 2em;
  color: hsl(247deg, 52%, 15%) !important;
}
.footer .certifications {
  flex: 100%;
  margin-bottom: 10vh;
  order: 4;
  display: flex;
  justify-content: flex-end;
}
.footer .certifications__figure {
  flex: 0 0 auto;
}
.footer .certifications__img {
  max-width: 6rem;
  height: auto;
}
.footer__copyright {
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  order: 5;
  color: #fff;
  padding: 1rem 4vw;
  flex: 100%;
  display: flex;
  align-items: center;
  background-color: hsl(247deg, 52%, 15%);
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    flex-direction: column;
  }
}
.footer__copyright i {
  display: inline-block;
  margin-right: 0.5rem;
}

.footer__newsletter {
  padding-bottom: 3vmax;
  flex: 1 0 100%;
  align-items: center;
  padding-top: 3vmax;
  margin-right: 3rem;
}
@media screen and (max-width: 1023px) {
  .footer__newsletter {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer__newsletter {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-right: 0;
  }
}

.newsletter-form {
  order: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 40rem;
  align-self: flex-start;
}
.newsletter-form__label {
  flex: 0 0 100%;
  padding-right: 1em;
}
@media screen and (max-width: 1023px) {
  .newsletter-form__label {
    padding-top: 0;
  }
}
.newsletter-form .input-text, .newsletter-form .input-select {
  flex: 2 0 17em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .newsletter-form .input-text, .newsletter-form .input-select {
    max-width: none;
    min-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .newsletter-form .input-text, .newsletter-form .input-select {
    min-width: 0;
    flex: 0 0 100%;
    text-align: center;
  }
}
.newsletter-form .btn {
  min-width: 10em;
  flex: 1;
}
@media screen and (max-width: 567px) {
  .newsletter-form .btn {
    width: 100%;
  }
}

.footer__contact-group {
  min-width: 14rem;
  padding-top: 3vmax;
  padding-bottom: 3vmax;
  margin-bottom: 0;
  flex: 1 1 20%;
  padding-left: 2%;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer__contact-group {
    padding-left: 2rem;
  }
}

.footer__brand-img {
  margin-left: auto;
  height: auto;
  width: 10rem;
  margin-bottom: 0;
  opacity: 1;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .footer__brand-img {
    padding-left: 0;
  }
}
@media screen and (max-width: 567px) {
  .footer__brand-img {
    display: none;
  }
}

.footer__social-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer__contact-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer__testimonial {
  flex: 1 1 40%;
  padding-top: 3vmax;
  padding-bottom: 3vmax;
}
@media screen and (max-width: 767px) {
  .footer__testimonial {
    padding-top: 2rem;
  }
}

.footer__testimonial-main {
  color: #271F61;
  margin-bottom: 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .footer__testimonial-main {
    font-size: 1rem;
  }
}

.footer__testimonial-author {
  font-weight: 500;
  margin-bottom: 0;
}

.footer__testimonial-stars {
  margin-bottom: 0.5em;
}

.footer__card-logos {
  display: flex;
  margin-left: auto;
}

.card-logos__figure {
  margin: 0 0.5rem 0;
}

.card-logos__img {
  width: auto;
  height: 3rem;
}

.footer__badges {
  margin-left: auto;
  padding-bottom: 2vmax;
  flex: 1 1 25rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .footer__badges {
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }
}

.footer__badge {
  margin-bottom: 0;
  flex: 0 0 50%;
  max-width: 13rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 970px) {
  .footer__badge {
    max-width: 10rem;
  }
}

.footer__info-group {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex: 99 1 80%;
  margin-left: -4vw;
  padding-left: 4vw;
}
@media screen and (max-width: 1023px) {
  .footer__info-group {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__info-group {
    display: block;
  }
}

.footer--checkout {
  padding-top: 0;
}

.footer__contact a {
  color: hsl(247deg, 52%, 15%) !important;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .footer__contact-info {
    font-size: 0.88rem;
  }
}

.footer__contact-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer__contact-section {
  position: relative;
}
.footer__contact-section::before {
  position: absolute;
  left: -2em;
  top: 0.25em;
}
.footer__contact-section a {
  color: hsl(247deg, 52%, 15%) !important;
}

.footer__contact-section--tel::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f095";
}

.footer__contact-section--address::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f041";
}

.footer__bottom {
  flex: 0 0 100%;
  margin-top: 3vw;
  order: 10;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  flex: 1 0 100%;
  background-color: hsl(247deg, 52%, 15%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer__bottom::before {
  display: inline-block;
  content: "";
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -2.5rem;
  transform: translateY(-50%);
  pointer-events: none;
  background-image: url("../../assets/img/symbol_v4u_round.svg");
  background-repeat: none;
  background-position: center;
  background-size: contain;
}

.footer__bottom-group {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
.footer__bottom-group:first-child {
  border-bottom: 1px dotted #F5F5F5;
}
@media screen and (max-width: 767px) {
  .footer__bottom-group {
    display: block;
  }
}

.footer__eot {
  flex: 32em;
  font-size: 0.6rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer__eot {
    margin-bottom: 2rem;
  }
}

.footer__eot strong {
  line-height: 1.4;
}

.footer__eot img {
  margin-bottom: 0.5em;
  width: 2.5rem;
  height: auto;
  margin-right: 1rem;
}

.footer__bottom {
  background-color: hsl(247deg, 52%, 15%);
}

.footer__bottom-content {
  border-top: 1px dotted #F5F5F5;
  display: flex;
  order: 6;
  flex: 1;
  background-color: hsl(247deg, 52%, 15%);
  color: #fff;
  justify-content: space-between;
}

.card-logos__figure {
  margin-bottom: 0;
}

.footer__copyright-text {
  flex: 0 0 auto;
  align-self: flex-start;
  margin-left: 3rem;
  font-size: 0.88rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright-text {
    order: 3;
    padding-top: 1rem;
    margin-left: 0;
  }
}

.footer__copyright-text i {
  margin-right: 1em;
}

.footer__promo-group {
  flex: 1 1 35rem;
  display: flex;
  flex-wrap: wrap;
  padding-right: 5%;
}
@media screen and (max-width: 1280px) {
  .footer__promo-group {
    flex: 0 0 100%;
  }
}

.insider {
  background: #fff;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .insider {
    margin-bottom: 6rem;
  }
}

.overlay .insider {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.insider__subtitle {
  color: #da1e8a;
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.insider__title {
  margin-bottom: 3rem;
  margin-bottom: 0.8em;
  width: 19%;
  min-height: 11rem;
  padding: 1em 3% 1.5em 1em;
  border: 10px solid #391f65;
  font-size: 1.2rem;
  font-size: 1.4vw;
  margin-bottom: -5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .insider__title {
    max-width: none;
    width: 100%;
    min-height: 0;
    border-width: 10px 0 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .insider__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .insider__title {
    font-size: 1.6rem;
    padding-bottom: 0.8em;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .insider__title {
    margin-bottom: 2.5rem;
  }
}

.overlay .insider__title {
  max-width: none;
  width: auto;
  min-height: 0;
  border-width: 10px 0 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  padding-left: 0;
}

.insider__content {
  margin-left: calc(19% + 3%);
  max-width: 80rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .insider__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .insider__content {
    display: block;
  }
}

.overlay .insider__content {
  margin-left: 0;
  display: block;
}

.insider__block {
  flex: 0 0 calc(50% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  max-width: 40rem;
  margin-bottom: 5rem;
}
.insider__block:last-child {
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 1600px) {
  .insider__block {
    flex: 0 0 calc(33.3% - 3rem);
    max-width: 66.6%;
  }
}
@media screen and (max-width: 767px) {
  .insider__block {
    margin: 0 0.5rem 2rem;
  }
}

.insider__block--lg,
.insider__quote {
  flex: 1 0 80%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1600px) {
  .insider__block--lg,
.insider__quote {
    flex: 0 0 calc(66.6% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .insider__block--lg,
.insider__quote {
    margin: 0 0.5rem 2rem;
  }
}

.insider__block.insider__text {
  flex: 1 0 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  max-width: 43rem;
  line-height: 1.7;
}
@media screen and (min-width: 1600px) {
  .insider__block.insider__text {
    flex: 1 0 33.3%;
  }
}

@media screen and (max-width: 767px) {
  .overlay .insider__block.insider__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.insider__fig img {
  width: 100%;
  margin-bottom: 1rem;
}

.insider__fig figcaption {
  font-size: 0.8rem;
}

.insider__quote {
  align-self: center;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: 500;
  border-left: 3px solid #00E8F9;
  padding-bottom: 0;
}
@media screen and (min-width: 1600px) {
  .insider__quote {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .insider__quote {
    font-size: 1.2rem;
  }
}

.insider__text {
  font-size: 0.9rem;
}

.overlay .insider__block {
  display: block;
}

.insider__block:nth-child(even) .insider__text {
  order: -1;
}

.insider__photos {
  flex: 0 0 calc(100% - 40rem);
  justify-content: space-between;
  display: flex;
  margin-right: auto;
  flex-wrap: wrap;
}

.insider__single-photo {
  flex: 0 0 100%;
}

.insider__photo-group {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
}

.insider__photo-group-item {
  flex: 0 0 49%;
}

.insider__text-title {
  font-size: 1.4rem;
}

.insider__tips {
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-right: 0;
  display: flex;
  background-color: #1c1646;
}
.insider__tips:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 567px) {
  .insider__tips {
    display: block;
    padding-bottom: 1rem;
  }
}

.slider-tips {
  width: 81vw;
}
@media screen and (max-width: 567px) {
  .slider-tips {
    width: 96vw;
    overflow: hidden;
  }
}

.insider__tips-title {
  font-size: 1.4rem;
  width: 19vw;
  background-image: url("../../assets/img/icon_local_white.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 9vw;
  background-color: #271F61;
  color: #fff;
  margin: 0 0 0 -4vw;
  padding: 3vw 8vw 4vw calc(4vw + 2rem);
  line-height: 1.2;
  text-transform: lowercase;
}
@media screen and (max-width: 1023px) {
  .insider__tips-title {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 567px) {
  .insider__tips-title {
    width: 100vw;
    height: 6rem;
    background-size: auto 80%;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
  }
}

.insider__tips-main {
  padding: 2vw 0 4vw 0;
}
@media screen and (max-width: 567px) {
  .insider__tips-main {
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
}

.insider__tip {
  padding: 1vw 3vw 1vw 3vw;
}

.insider__tip-title {
  color: #fff;
  padding-top: 0.5em;
  font-size: 1.4rem;
  border-top: 5px solid #00E8F9;
}

.insider__tip-link {
  color: #00E8F9;
}

.pagination-tips .swiper-pagination-bullet {
  background-color: #00E8F9;
}

.insider__tips .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 2vw;
  left: 3vw;
}

.insider__tips .swiper-pagination {
  text-align: left;
}

.form-section {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .form-section {
    display: block;
  }
}

.form-section--extra .form__section-title {
  font-size: 1.4rem;
}

.form-section--extra {
  padding-top: 1rem;
}

.form-section--compact {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .form-section--compact {
    display: block;
  }
}

.form-section--compact .form__section-content {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .form-section--compact .form__section-content {
    margin-left: 0;
  }
}

.form__section-title {
  font-size: 1.8rem;
}

.form__section-title--compact {
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.8;
  margin-top: 1rem;
  padding-right: 2rem;
  flex: 0 0 10rem;
}

.form-section--compact .form-group {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .form-section--compact .form-group {
    text-align: left;
  }
}

.field-label {
  display: block;
  font-weight: 500;
}

.field-sublabel {
  display: block;
  font-size: 0.85em;
  opacity: 0.8;
}

.field-label--title {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

.input-text::-moz-placeholder, .input-select::-moz-placeholder {
  color: rgba(23, 18, 58, 0.7);
}

.input-text::placeholder, .input-select::placeholder {
  color: rgba(23, 18, 58, 0.7);
}

.form__section-content--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}
@media screen and (min-width: 999px) and (max-width: 1279px) {
  .form__section-content--grid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .form__section-content--grid {
    display: block;
  }
}

@media screen and (min-width: 999px) and (max-width: 1279px) {
  .form-section--payment .form__section-content--grid {
    display: grid;
  }
}

.form__section-content--grid .form-group .input-submit {
  width: 100%;
}

.form__section-content--grid-sm {
  display: block;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  grid-gap: 0.5rem;
}

.form__section-content--grid-custom {
  --grid-columns:initial;
  grid-template-columns: repeat(var(--grid-columns, 4), 1fr);
}

.field-info {
  display: block;
  padding: 0.7rem 0.25rem;
  font-size: 0.88rem;
}

.field-info a {
  text-decoration: underline;
}

.field-icon {
  position: absolute;
  right: 1em;
  bottom: 1em;
}

.field-icon + .input-text, .field-icon + .input-select {
  padding-right: 2.5em;
}

.form__section-content--grid-md {
  display: block;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  grid-gap: 0.5rem;
}

.form__section-content--grid .input-text, .form__section-content--grid .input-select {
  width: 100%;
}

.form__section-content--grid .input-select {
  width: 100%;
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-group {
    display: block;
  }
}

.form-group--custom {
  --span: initial;
  grid-column-end: span var(--span, 1);
}

.form-group--compact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form-group--compact {
    display: block;
  }
}

.form-group--compact:not(:last-child) {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
}

.form-group--compact .field-label {
  flex: 1 0 10rem;
}

.form-group--lg {
  grid-column-end: span 2;
}

.form-group--radio {
  position: relative;
  padding-left: 2rem;
}

.input-radio {
  position: absolute;
  top: 0.75rem;
  left: 0;
}

.form__section-content--nested {
  height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}

.input-radio:checked ~ .form__section-content--nested {
  height: auto;
}

.form-group--check {
  position: relative;
  padding-left: 4rem;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 2rem;
  border-radius: 0.2rem;
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form-group--check .input-check + .field-label::before {
  content: "";
  position: absolute;
  border-radius: 0.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 0.1rem solid #3D3199;
}
.form-group--check .input-check:checked + .field-label::before {
  border-width: 0.2rem;
}

.form__section-content--grid-sm .form-group--check,
.form__section-content--grid-md .form-group--check {
  margin-top: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  padding-left: 2.5rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border: 0;
}
@media screen and (max-width: 767px) {
  .form__section-content--grid-sm .form-group--check,
.form__section-content--grid-md .form-group--check {
    display: block;
  }
}

.form-section--compact .field-label {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .form-section--compact .field-label {
    text-align: left;
  }
}

.input-check {
  position: absolute;
  top: 50%;
  left: 2em;
  transform: translateY(-50%);
}

.form__section-content--grid-sm .input-check,
.form__section-content--grid-md .input-check {
  left: 1rem;
}

.input-check:checked + .field-label::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 0.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 0.2rem solid #3D3199;
}

.checkout-extra__charge {
  font-size: 0.9em;
  font-weight: 500;
  flex: 0 0 4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .checkout-extra__charge {
    flex: 0 0 auto;
    margin-bottom: 0.5rem;
  }
}

.field-label[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.checkout-extra .field-label {
  flex: 1;
}

.input-check:checked ~ .checkout-extra__charge {
  color: #00b8c6;
  font-weight: 500;
}

.form-group--check .field-label {
  margin: 0;
}

.input-help {
  max-width: 40rem;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.input-text + .input-help, .input-select + .input-help {
  margin-top: 1rem;
}

.radio-input--hidden {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.radio-input--hidden:checked + .field-label::before {
  content: "";
  position: absolute;
  border-radius: 0.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 2px solid #00E8F9;
}

.rate-options__price--single {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #CCC;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
}

.rate-options__price--offer {
  border-color: #da1e8a;
}

.radio-input ~ .rate-options__price {
  margin-top: auto;
  opacity: 0.2;
  margin-bottom: 0;
}

.radio-input:checked ~ .rate-options__price {
  opacity: 1;
}

.checkout-info__section--payment {
  display: none;
}

.checkout-info__section--payment.is-visible {
  display: block;
}

.checkout-info .btn {
  margin: 0.8rem 0 0;
  width: 100%;
  white-space: normal;
}

.form__submit-info {
  font-size: 0.88rem;
}

.form__submit-info-icon {
  color: #241c63;
  margin-right: 0.5em;
}

.input__hint {
  padding: 0.25em 0.5em;
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 0;
}

.form__section-intro {
  margin-bottom: 1.5em;
}

.form-section--payment .form__section-content :is(input, select) {
  font-family: monospace;
}

/* layout styles */
.villas {
  display: flex;
  flex-wrap: wrap;
}

.villa-teaser {
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-out;
  display: flex;
  flex-wrap: wrap;
  --switch-width:min(35rem,57vh);
}
.villa-teaser &gt; * {
  flex-grow: 1;
  flex-basis: calc((var(--switch-width) - 100%) * 999);
}
.villa-teaser:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 567px) {
  .villa-teaser {
    display: block;
  }
}

.teasers--featured .villa-teaser {
  --switch-width:40rem;
}

.villa-overlay .villa-teaser {
  --switch-width: 80vh;
}

.villa-teaser__title {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 1201px) {
  .villa-teaser__title::before {
    content: "";
    display: block;
    float: right;
    width: 6rem;
    height: 1.2em;
  }
}

.villa-teaser__price {
  padding-top: 0.8rem;
  margin-top: auto;
  margin-bottom: 0.25em;
  top: 0.25rem;
  right: 0;
  font-weight: 500;
}

.villa-teaser__offer-price {
  color: #da1e8a;
  display: block;
}

.villa-teaser__original-price--pre-offer {
  text-decoration: line-through;
  text-decoration-color: #da1e8a;
}

.villa-teaser__details {
  background-color: #FFF;
  position: relative;
  padding: 1.25rem 5%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.villa-teaser__meta {
  font-size: 0.8rem;
  top: 0;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(37, 37, 37, 0.7);
}

.villa-teaser .meta__main {
  font-weight: 700;
  color: #361aff;
  color: #252525;
}

.villa-teaser .meta__item {
  white-space: nowrap;
}

.villa-teaser__rating {
  font-size: 0.65rem;
  color: #da1e8a;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 1.15rem;
  right: 5%;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1200px) {
  .villa-teaser__rating {
    position: static;
    order: -1;
  }
}

.villa-teaser__distances {
  font-size: 0.9rem;
  justify-content: flex-start;
  display: flex;
  padding-top: 0.5rem;
}

.villa-teaser__distance {
  margin-right: 0.9rem;
  line-height: 1.4;
  text-align: left;
}

.villa-teaser__distance-main {
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.villa-teaser__short-description {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-align: center;
  display: none;
}

.villa-teaser__extra-info {
  padding-top: 0.8rem;
}

.details-visible .villa-teaser__extra-info {
  opacity: 1;
  transform: translateY(-100%);
}

.villa-teaser__figure {
  min-width: 35%;
  margin-bottom: 0;
  position: relative;
}
.villa-teaser__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.villa-teaser__figure a {
  display: block;
  position: relative;
  height: 100%;
}

.villa-teaser__figure a img {
  width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.villa-teaser__more-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.villa-teaser__destination {
  order: -1;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.05em;
  color: white;
  background-color: hsl(247deg, 52%, 15%);
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0.8rem;
  padding: 0.2em 0.5em;
  line-height: 1;
  border-radius: 0.2rem;
}

.villa-teaser__destination + .villa-teaser__title::before {
  display: none;
}

.details-visible .villa-teaser__figure::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 25%);
}

.villas__credibility {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.villas__trustpilot-img {
  width: min(15rem, 80vw);
  margin-bottom: 1.5rem;
}

.villas__credibility-title {
  font-size: 1.5rem;
}

.villas__credibility-link {
  text-decoration: underline;
  text-decoration-color: #00E8F9;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.2em;
}

.list-view-container {
  display: flex;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 0;
  padding-right: 0;
}

.list-view-container__main {
  position: relative;
  flex: 0 0 var(--list-width);
  padding-top: 1rem;
  padding-bottom: 3rem;
  padding-left: 2vw;
  padding-right: 0.6666666667vw;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .list-view-container__main {
    flex: 0 0 100%;
    padding-right: 2vw;
  }
}

.villa-open .list-view-container__main {
  opacity: 0.05;
}

.list-view-container__more-wrap {
  padding-top: 1rem;
  padding-bottom: 3rem;
  width: calc(100% + 4vw / 2);
  border-top: 0.1rem dotted #271F61;
  position: relative;
  margin-top: 1rem;
  margin-left: -1vw;
  margin-right: -1vw;
  box-shadow: 0 -1rem 1rem -1rem rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}

.list-view-container__more {
  width: 100%;
}

.villa-open .options {
  opacity: 0;
  pointer-events: none;
}

.list-view-container__list-wrap {
  width: 100%;
}

.list-view-container__list {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}
@media screen and (max-width: 767px) {
  .list-view-container__list {
    grid-template-columns: 1fr;
  }
}

.list-view-container__list--destinations {
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

.list-view-container__title {
  flex: 0 0 100%;
  padding: 0.75em 0 0.5em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list-view-container__title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.list-view-container__map {
  position: fixed;
  top: 7.3rem;
  right: 0;
  height: calc(100vh - 3.3rem - 4rem);
  z-index: 1;
  width: calc(100vw - var(--list-width) - 4vw/2);
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1023px) {
  .list-view-container__map {
    display: none;
    width: 100%;
  }
}

.list-view-container__map.mapboxgl-map {
  position: fixed;
}

.page--destinations-list .list-view-container__map {
  top: 3.3rem;
  height: calc(100vh - 3.3rem);
}

.headroom--not-top.headroom--unpinned ~ main .list-view-container__map, .headroom--not-top.headroom--unpinned + #app #map {
  top: 4rem;
  height: calc(100vh - 4rem);
}

.page--destinations-list .headroom--not-top.headroom--unpinned ~ main .list-view-container__map {
  top: 3.3rem;
  height: calc(100vh - 3.3rem);
}

@media screen and (max-width: 1023px) {
  .list-view-container__map.is-visible {
    display: block;
  }
}

.list-view-container__map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
}

.map-marker {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  color: red;
}

.list-view-container__map-toggle {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .list-view-container__map-toggle {
    background-color: #FFF;
    color: #271F61 !important;
    border-color: #271F61;
    border-radius: 2rem;
    box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1024px) {
  .list-view-container__map-toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .list-view-container__map-toggle {
    font-size: 0.88rem;
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    margin-left: auto;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    display: none;
  }
}

.villa-open .list-view-container__map-toggle {
  display: none;
}

.page--list-view .btn-toggle {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .page--list-view .btn-toggle {
    margin-left: 0;
  }
}

.page--list-view .options .btn-toggle {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  .page--list-view .options .btn-toggle {
    font-size: 0.85rem;
  }
}

.utils__options-toggle {
  color: #00E8F9;
  outline-color: transparent !important;
  padding: 0.25em 1.5em;
}
@media screen and (min-width: 768px) {
  .utils__options-toggle {
    display: none;
  }
}

.utils__options-toggle.is-active {
  color: #FFF;
}

.utils__cta {
  color: #FFF;
  background: #da1e8a;
  flex: 1;
  padding: 0.5em 1.5em;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.4);
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .page__utils {
    position: fixed;
    background-color: black;
    top: 100vh;
    left: 0;
    width: 100vw;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 130;
  }
}

.options-close, .options-clear, .options-apply {
  display: none;
}

.page__utils.options-open {
  border-top: 1px solid #00E8F9;
}

.book-ribbon .page__utils.options-open {
  box-shadow: 0 -0.75rem 2rem #080614;
}

.page__utils .btn-primary {
  width: 100%;
  border-radius: 0;
}

.page__utils.options-open .options-close,
.page__utils.options-open .options-clear,
.page__utils.options-open .options-apply {
  display: inline-block;
  color: #FFF;
  padding: 0.25em 1em;
}

.page__utils.options-open .options-open {
  display: none;
}

.page__utils.options-open .map-toggle {
  display: none;
}

.map__update-btn {
  position: absolute;
  font-size: 0.95rem;
  color: hsl(247deg, 52%, 15%);
  top: 1rem;
  left: 1rem;
  z-index: 100;
  background-color: #FFF;
  border-color: #271F61;
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.villa-overlay {
  position: fixed;
  height: 100vh;
  padding-top: 3.3rem;
  padding-left: 3rem;
  padding-right: 4rem;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
  transition: none;
}
@media screen and (min-width: 1023px) {
  .villa-overlay {
    width: calc(var(--list-width) + 4vw/2);
  }
}
@media screen and (max-width: 1022px) {
  .villa-overlay {
    width: 100%;
  }
}

.villa-overlay__content {
  padding: 0rem;
  background: #FFF;
  box-shadow: 1rem 1rem 2rem 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 35rem;
}

@media screen and (max-width: 1022px) and (orientation: portrait) {
  .villa-overlay .villa-teaser {
    max-width: 25rem;
    display: block;
  }
}

.villa-overlay__area-close {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.villa-overlay.villa-overlay--open {
  transform: none;
  opacity: 1;
  transition: all 0.4s ease-out;
}

.datetimepicker {
  max-width: 574px;
  border-top: 2px solid #00E8F9;
}
@media screen and (max-width: 767px) {
  .datetimepicker {
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }
}

.datetimepicker table td {
  padding: 0.4rem 1rem;
}

.calendar--lg .datetimepicker table td {
  padding: 12px 26px;
}
@media screen and (max-width: 1365px) {
  .calendar--lg .datetimepicker table td {
    padding: 0.4rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .datetimepicker table td, .calendar--lg .datetimepicker table td {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .villa-availability .datetimepicker table td {
    padding: 12px 26px;
  }
}
@media screen and (max-width: 767px) {
  .villa-availability .datetimepicker table td {
    padding: 0.2rem 0.6rem;
  }
}

.datetimepicker .paging {
  font-size: 0.8rem;
}

.datetimepicker table {
  font-size: 0.925rem;
}
@media screen and (max-width: 767px) {
  .datetimepicker table {
    font-size: 0.88rem;
  }
}

.datetimepicker table tbody td:hover {
  background-color: #271F61;
  color: #FFF;
}

.datetimepicker table td.unavailable {
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, rgba(218, 30, 138, 0.3) 1px, rgba(218, 30, 138, 0.3) 2px, rgba(218, 30, 138, 0) 3px, rgba(218, 30, 138, 0) 8px);
  color: #17123a;
}

.datetimepicker table tbody td:hover.unavailable {
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, rgba(218, 30, 138, 0.3) 1px, rgba(218, 30, 138, 0.3) 2px, rgba(218, 30, 138, 0) 3px, rgba(218, 30, 138, 0) 8px);
  color: #17123a;
}

.datetimepicker .paging i {
  border-width: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-color: #271F61;
  border: none;
  font-size: 1.3rem;
  display: inline-block;
  height: 2em;
  width: 2em;
  padding: 0.5em 0.25em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.datetimepicker .paging i.next {
  padding-left: 0.75em;
}
.datetimepicker .paging i.next::before {
  content: "\f105";
}

.datetimepicker .paging i.prev {
  padding-right: 0.75em;
}
.datetimepicker .paging i.prev::before {
  content: "\f104";
}

@media screen and (max-width: 1023px) {
  .filters .calendar {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1023px) {
  .datetimepicker + .datetimepicker {
    display: none;
  }
}

.caleran-header {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
}
.caleran-header .caleran-header-separator {
  flex: 0;
  display: block;
  margin: 0;
  margin-top: -2px;
  padding: 0 16px;
  color: aliceblue;
  font-size: 32px;
}
.caleran-header .caleran-header-start,
.caleran-header .caleran-header-end {
  white-space: nowrap;
  flex: 1;
  display: block;
  margin-right: 10px;
  text-align: left;
}
.caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-header .caleran-header-end .caleran-header-end-day {
  float: left;
  font-size: 2.5em;
  color: #271F61;
  margin-top: -10px;
  margin-right: 8px;
  font-weight: 100;
  text-align: left;
}
.caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-header .caleran-header-end .caleran-header-end-date {
  font-size: 0.9em;
  display: inline-block;
}
.caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-header .caleran-header-end .caleran-header-end-weekday {
  font-size: 0.7em;
}

.book-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.book-options .form-section {
  flex: 1;
  padding: 1rem;
  margin-bottom: 0;
}

.book-options .form-section--lg {
  flex: 0 0 100%;
}

.book-options__submit {
  flex: 1 0 30rem;
  margin: 0 1rem 2rem;
}

.book-options__overlay-main {
  display: block;
  padding: 1rem;
}

.book-options__date-input-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.book-options__date-input {
  display: none;
}

.book-options__date-select {
  max-width: 20rem;
  display: none;
}

.book-options .caleran-popup {
  top: 100% !important;
  left: 0 !important;
}

.book-options__price-group {
  display: flex;
  flex-direction: column;
  padding: 1.5em 2rem;
  border: 3px solid #3D3199;
  border-radius: 0.2rem;
}
.book-options__price-group .input-radio {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.book-options__price-group .input-radio + .field-label::after {
  content: "";
  position: absolute;
  display: block;
  top: -0.6em;
  left: -0.6em;
  width: 2.25em;
  height: 2.25em;
  font-size: 1rem;
  line-height: 2.1;
  text-align: center;
  background: white;
  border-radius: 50%;
  color: #241c63;
  border: 3px solid #3D3199;
}
.book-options__price-group .input-radio:checked + .field-label::before {
  content: "";
  position: absolute;
  border-radius: 0.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFF;
}
.book-options__price-group .input-radio:checked + .field-label::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  line-height: 2;
}

.book-options__price-group .input-help {
  display: none;
}

.book-options__btn {
  margin-top: 0.5em;
  position: relative;
  z-index: 1;
}

.book-options__price--single {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #CCC;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
}

.book-options__price--offer {
  border-color: #da1e8a;
}

.book-options__radio-input ~ .book-options__price {
  margin-top: auto;
  margin-bottom: 0;
}

.book-options__radio-input:checked ~ .book-options__price {
  opacity: 1;
}

.book-options__offer-title {
  text-transform: uppercase;
  color: #da1e8a;
}

.book-options__cost {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .book-options__cost {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.book-options__duration {
  opacity: 0.7rem;
}

.book-options__old-price {
  color: #da1e8a;
  font-size: 0.9rem;
}

.book-options__price-empty {
  padding-bottom: 1.5em;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1em;
  flex: 0 0 100%;
  display: none;
  font-size: 1.6rem;
  font-weight: 300;
}

.book-options__price-empty.is-visible {
  display: block;
}

.book-options__price-info {
  display: none;
}

.book-options__price-info.is-visible {
  display: block;
}

.booking-options__available-offer {
  display: none;
}

.booking-options__available-offer.is-visible {
  flex: 1 0 30rem;
  padding-bottom: 1em;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1em;
  margin: 0 1rem;
  border: 1px solid #da1e8a;
  border-radius: 1rem;
  display: block;
}

.booking-options__available-offer-description {
  margin-bottom: 0;
}

.hero__form {
  position: relative;
}
.hero__form::before {
  content: "";
  display: block;
  background: whitesmoke;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: opacity 0.25s ease;
  opacity: 0;
  z-index: 10;
}
.hero__form:focus-within::before {
  height: 100%;
  opacity: 1;
}

.hero__form .input-text, .hero__form .input-select,
.hero__form .input-submit {
  position: relative;
  z-index: 11;
}

.hero__form .input-text:focus::-moz-placeholder, .hero__form .input-select:focus::-moz-placeholder {
  opacity: 0.3;
}

.hero__form .input-text:focus::placeholder, .hero__form .input-select:focus::placeholder {
  opacity: 0.3;
}

.hero-form__hint {
  position: absolute;
  z-index: 11;
  left: 1rem;
  opacity: 0;
  transition: all 0.25s ease;
  color: rgba(23, 18, 58, 0.7);
  top: 0;
  transform: translateY(calc(-100% - 1.5rem));
  font-size: 2.1rem;
  padding-bottom: 1.5rem;
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  .hero-form__hint {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-form__hint {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    left: 0;
  }
}

.hero-form__options {
  color: hsl(247deg, 52%, 15%);
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .hero-form__options {
    font-size: 0.88rem;
  }
}

.hero__form:focus-within .hero-form__hint {
  opacity: 1;
  visibility: visible;
}

.form__suggestions-wrap {
  position: absolute;
  z-index: 11;
  left: 0;
  width: 100%;
  bottom: 3px;
  transform: translateY(100%);
  overflow: hidden;
  pointer-events: none;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .form__suggestions-wrap {
    bottom: 1px;
  }
}

.form:focus-within .form__suggestions-wrap {
  pointer-events: all;
}

.form__suggestions {
  font-size: 1em;
  padding: 1.5em 0.5rem 0.5em;
  opacity: 0;
  transition: all 0.25s ease;
  transform: translateY(-100%);
  background: #fff;
  color: hsl(247deg, 52%, 15%);
  border-width: 0 1px 1px 1px;
  border-color: #00E8F9;
  border-style: solid;
  border-top: 1px dotted #00E8F9;
  box-shadow: inset 0 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
  max-height: 14em;
  overflow-y: auto;
}
.form__suggestions::-webkit-scrollbar {
  -webkit-appearance: none;
}
.form__suggestions::-webkit-scrollbar:vertical {
  width: 11px;
}
.form__suggestions::-webkit-scrollbar:horizontal {
  height: 11px;
}
.form__suggestions::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}

.form:focus-within .form__suggestions {
  transform: none;
  opacity: 1;
}

.form__suggestions-section-title {
  font-size: 0.9em;
  margin: 0 1.5rem 0.5em;
  font-weight: 700;
  display: block;
}

.form__suggestions-section {
  margin-bottom: 1em;
}

.form__suggestion {
  padding: 0.5em 1.5rem;
  display: block;
  color: inherit !important;
}
.form__suggestion:hover {
  background-color: rgba(0, 232, 249, 0.1);
}

.options {
  touch-action: manipulation;
  flex: 0 0 100%;
  height: 4rem;
  position: fixed;
  top: 3.3rem;
  left: 0;
  width: 100%;
  display: flex;
  background-color: #fafafa;
  border-color: #e6e6e6;
  border-width: 1px 0 1px 0;
  border-style: solid;
  z-index: 98;
  padding: 0.5rem 4vw 0.5rem 2vw;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .options {
    top: 0;
    transform: translateY(2.8rem);
  }
}

@media screen and (max-width: 767px) {
  .option-open .options {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .options.is-visible {
    opacity: 1;
    transform: translateY(-100vh) !important;
  }
}

.options__item {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .options__item {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .options__item {
    margin-right: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  .options .options__item {
    width: auto;
  }
}

.options__title {
  color: #FFF;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.option::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #00E8F9;
  opacity: 0;
}
.option::before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
}

.option__toggle {
  min-width: 3rem;
  position: relative;
  cursor: pointer;
  line-height: 1;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 1023px) {
  .option__toggle {
    font-size: 0.88rem;
  }
}

.options .option__toggle {
  background-color: white;
  justify-content: space-evenly;
  border: 1px solid #e6e6e6;
  color: hsl(247deg, 52%, 15%);
  font-size: 0.95rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.options .option__toggle:hover {
  border-color: silver;
  box-shadow: 0.15rem 0.15rem 1rem 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 857px) {
  .options .option__toggle {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .options .option__toggle i {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .options .option__toggle--to-icon i {
    display: block;
    margin-right: 0;
  }
}

.options .option__toggle .option__badge-icon {
  display: block;
  margin: 0;
  font-size: 0.7em;
  line-height: 1.2;
  width: 1.2em;
}

@media screen and (max-width: 767px) {
  .options__toggle.js-details-toggle {
    display: none;
  }
}

.option--open .option__toggle, .option--open .option__toggle:hover {
  border-color: #6051c8;
}

.options .option--open::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .book-ribbon__item--option.options__item.option--make-room {
    margin-bottom: 3rem;
  }
}

.option__badge {
  position: absolute;
  font-size: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #da1e8a;
  color: #FFF;
  border-radius: 50%;
  top: 0;
  left: 100%;
  transform: translate(-50%, -25%);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .js-option--dates .option__badge {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .js-option--dates .option__content {
    padding: 0;
  }
}

.option__toggle:focus {
  outline: none;
}

.option__toggle &gt; i {
  color: #6051c8;
}

.option__content {
  touch-action: manipulation;
  padding: 1.5rem 0 1rem 1.5rem;
  background-color: #f9f9f9;
  border-radius: 0.2rem;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  display: flex;
  min-width: 25rem;
  transition: all 0.25s ease;
  transform: translate(-3rem, 100%);
  opacity: 0;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  overflow-x: visible;
}
@media screen and (max-width: 1200px) {
  .option__content {
    transform: translate(-100%, 0);
    transition: none;
    border: 0;
    background-color: #FFF;
  }
}
@media screen and (max-width: 567px) {
  .option__content {
    padding-left: 1rem;
    border-left: 0;
    min-width: 0;
    width: 100%;
    border: 0;
  }
}

.option__content--lg {
  transition: all 0.25s ease;
  transform: translate(0, 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80vw;
  max-height: calc(100vh - 4rem - 3.3rem);
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .option__content--lg {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .option__content--lg {
    width: 100vw;
    transition: none;
    max-height: none;
  }
}

.headroom--unpinned.headroom--not-top + .options .option__content--lg, .headroom--unpinned.headroom--not-top + #app .options .option__content--lg {
  max-height: calc(100vh - 4rem);
}
@media screen and (max-width: 767px) {
  .headroom--unpinned.headroom--not-top + .options .option__content--lg, .headroom--unpinned.headroom--not-top + #app .options .option__content--lg {
    max-height: none;
  }
}

.option--open::after {
  opacity: 1;
}

.option--open .option__content {
  transform: translate(0, 100%);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .option--open .option__content {
    transform: none;
    top: 100%;
    bottom: unset;
    left: 0;
    z-index: 20;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
  .options .option--open .option__content {
    height: calc(100vh - 4rem - 1rem);
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 567px) {
  .options .option--open .option__content {
    top: 4rem;
    left: 0;
    position: fixed;
    height: calc(100% - 4rem);
  }
}

@media screen and (max-width: 567px) {
  .option--open .option__content {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0.5rem;
  }
}

@media screen and (min-width: 568px) and (max-width: 1200px) {
  .book-ribbon--collapse .option--open .option__content {
    transform: none;
    top: 100%;
    bottom: unset !important;
    left: 0;
    z-index: 20;
  }
}

.headroom--unpinned.headroom--not-top + .options,
.headroom--unpinned.headroom--not-top + #app .options {
  background-color: #fafafa;
  border-bottom: 1px solid #00E8F9;
  transform: translateY(-3.3rem);
}
@media screen and (max-width: 767px) {
  .headroom--unpinned.headroom--not-top + .options,
.headroom--unpinned.headroom--not-top + #app .options {
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .option__controls {
    border-top: 1px dotted #00E8F9;
    box-shadow: 0 -1rem 1rem -1rem rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .option--open .option__inner-content {
    overflow-y: scroll;
    padding-bottom: 2rem;
    padding: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .options .js-option--dates .option__inner-content, .js-option--dates .option__inner-content {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .options .js-option--dates .option__content, .js-option--dates .option__content {
    max-width: 100vw;
  }
}

.option--open .option__toggle &gt; i {
  color: #da1e8a;
}

.option__content-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.option__inner-content {
  flex: 1;
  overflow: hidden;
  padding-right: 1rem;
}

.option__content--lg .option__inner-content {
  overflow-y: scroll;
  padding-bottom: 2rem;
}

.option__controls {
  padding-top: 1rem;
  padding-right: 1rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .option__controls {
    justify-content: space-between;
    padding: 0.5rem;
  }
}

.option__content--lg .option__controls {
  border-top: 1px dotted #00E8F9;
  box-shadow: 0 -1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}

.option__controls .btn-cancel {
  order: -1;
  margin-right: 0.5rem;
}
@media screen and (max-width: 567px) {
  .option__controls .btn-cancel {
    margin-right: 0.5rem;
  }
}

.option__controls .btn-clear {
  order: 1;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.option__controls .btn {
  padding: 0.5rem;
}

.option__controls .btn-submit {
  flex: 0 1 auto;
  order: 2;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .book-ribbon .option__controls .btn-submit {
    background-color: #3521c5;
    border-color: #3521c5;
  }
}

@media screen and (min-height: 421px) {
  .list-view-container::after {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(247deg, 52%, 15%);
    z-index: 5;
    opacity: 0.6;
    transition: all 0.25s ease;
  }
}

body.option-open .list-view-container::after {
  display: block;
}

.noUi-target {
  padding: 0 16px 0 22px;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  min-width: 40rem;
}
@media screen and (max-width: 767px) {
  .noUi-target {
    min-width: 15rem;
  }
}

.noUi-base:before,
.noUi-base:after {
  width: 22px;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
}

.noUi-base:before {
  left: -22px;
}

.noUi-base:after {
  left: 100%;
}

.noUi-connect {
  background: #271F61;
}

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: -12px;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-handle:focus {
  outline: none;
  border-color: #271F61;
}

.option .more-content {
  text-align: right;
  margin-left: auto;
  flex: 0 0 calc(100% - 10rem);
}
@media screen and (max-width: 1023px) {
  .option .more-content {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .option .more-content {
    flex: 100%;
  }
}

.option .form__section-content--grid-sm {
  margin-left: auto;
  text-align: right;
  flex: 0 0 calc(100% - 10rem);
}
@media screen and (max-width: 1023px) {
  .option .form__section-content--grid-sm {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .option .form__section-content--grid-sm {
    flex: 100%;
    display: block;
  }
}

.options__toggle {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 0.95rem;
  color: gray;
}
@media screen and (max-width: 1023px) {
  .options__toggle {
    font-size: 0.88rem;
  }
}

.options__toggle.btn-toggle.is-active {
  color: hsl(247deg, 52%, 15%);
}

@media screen and (min-width: 768px) {
  .option__brief-label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .option__verbose-label {
    display: none;
  }
}

.date-filter__separator {
  margin: 0 0.1em;
  display: inline-block;
}

.option__instruction {
  padding-left: 0.5rem;
  font-size: 0.88rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .option__instruction {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
}

.options__search-btn {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  margin: 0 auto;
}

.options__info {
  align-self: center;
  padding: 1rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .options__info {
    display: none;
  }
}

.option-links {
  list-style-type: none;
  padding: 0;
  margin-right: 0.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .option-links {
    max-height: 15em;
  }
}

.option-links__item {
  padding: 0;
}

.option-links__link {
  display: block;
  color: inherit !important;
  padding: 0.8rem 1rem;
}
.option-links__link:hover {
  background-color: rgba(0, 232, 249, 0.1);
}

@media screen and (max-width: 767px) {
  .option-links__item--selected .option-links__link {
    background-color: #da1e8a;
    color: white !important;
  }
}

.option--links .option__content {
  background-color: white;
  padding: 0;
  padding-top: 0.25em;
}

.option--links .option__inner-content {
  padding-right: 0;
}

.option--cta &gt; .btn:before {
  content: "";
  display: block;
  border-top: 0.2rem solid #da1e8a;
  width: 100%;
  top: -0.05rem;
  left: 0;
  position: absolute;
  pointer-events: none;
  border-radius: 0.2rem;
}

.option--cta &gt; .btn &gt; i {
  color: #da1e8a;
}

.sitemap {
  padding-left: 0;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  padding-top: 3vw;
}

.sitemap h2 {
  font-weight: 300;
}

.sitemap li {
  list-style: none;
}

.sitemap ul {
  padding-left: 0;
}

.sitemap__villas {
  grid-row: 1/3;
}

@media screen and (min-width: 767px) {
  .sitemap__villas &gt; ul &gt; li {
    display: grid;
    grid-template-columns: 12rem 1fr;
    gap: 2rem;
  }
}

.sitemap *:not(.sitemap__villas) ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  font-size: 0.9rem;
  padding-top: 1rem;
}

.sitemap *:not(.sitemap__villas) ul li {
  position: relative;
  display: flex;
}

.sitemap *:not(sitemap__villas) ul a {
  color: #252525;
}

.sitemap *:not(.sitemap__villas) ul li a {
  position: relative;
  padding: 0.75em 1.2em;
  background: white;
  display: block;
  border-radius: 0.2rem;
  width: 100%;
  line-height: 1.3;
}

.sitemap h3 &gt; a {
  position: sticky;
  top: 5rem;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #da1e8a;
  font-size: 0.3rem;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateY(-100%) translateZ(0);
  animation-delay: -0.16s;
  display: none;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loading *:not(.loader) {
  display: none;
}

.loading .loader {
  display: block;
}

.vacation-counseling {
  background-color: #17133a;
}

.vacation-counseling .page__content {
  color: rgba(255, 255, 255, 0.9);
}

.vacation-counseling__option {
  display: flex;
  flex-direction: column;
  padding: 1.5em 2rem;
  border: 3px solid #3D3199;
  border-radius: 0.2rem;
}
.vacation-counseling__option .input-radio {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.vacation-counseling__option .input-radio + .field-label::after {
  content: "";
  position: absolute;
  display: block;
  top: -0.6em;
  left: -0.6em;
  width: 2.25em;
  height: 2.25em;
  font-size: 1rem;
  line-height: 2.1;
  text-align: center;
  background: white;
  border-radius: 50%;
  color: #241c63;
  border: 3px solid #3D3199;
}
.vacation-counseling__option .input-radio:checked + .field-label::before {
  content: "";
  position: absolute;
  border-radius: 0.2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFF;
}
.vacation-counseling__option .input-radio:checked + .field-label::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  line-height: 2;
}

.vacation-counseling .footer {
  color: #252525;
}

.vacation-counseling__option .input-radio:checked + .field-label::before {
  background-color: #271f61;
  border: 0;
}

.vacation-counseling .page__content-header {
  color: #FFF;
}

.vacation-counseling__intro {
  font-size: 1.3rem;
}

.vacation-counseling__hero {
  width: 100%;
  margin-bottom: 4rem;
}

.vacation-counseling__hero img {
  width: 100%;
  max-width: 10rem;
}

.vacation-counseling .form__section-title {
  font-size: 2rem;
  font-weight: 300;
}

.pop-message {
  display: none;
  z-index: 1;
  opacity: 0;
  transform: translateY(1rem);
  top: calc(100% + 0.5rem);
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 0.1rem solid #E8068A;
  margin-top: 1rem;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.1));
  font-weight: normal;
}
.pop-message::before {
  display: block;
  content: "\f0de";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: white;
  position: absolute;
  bottom: calc(100% - 0.05em);
  font-size: 1.5rem;
  height: 0.4em;
  -webkit-text-stroke: 1px #E8068A;
}
.pop-message::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 0.25rem solid white;
}
@media screen and (max-width: 767px) {
  .pop-message {
    white-space: normal;
  }
}

.pop-message--float {
  position: absolute;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.pop-message--active {
  display: block;
  transform: none;
  opacity: 1;
  animation-name: fade-up-1rem;
  animation-timing-function: ease;
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-delay: 0s;
}
@keyframes fade-up-1rem {
  from {
    opacity: 1rem;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.pop-message__parent {
  position: relative;
}

.pop-message a {
  color: #FFF !important;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .options .pop-message {
    white-space: nowrap;
    margin: 0;
  }
}

.skeleton {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  max-height: none;
  overflow: hidden;
  position: relative;
}
.skeleton::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 40%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, #F5F5F5, rgba(245, 245, 245, 0));
}

.skeleton-loading .skeleton {
  display: flex;
}

.skeleton__item {
  opacity: 0.25;
}
@media screen and (min-width: 1367px) {
  .skeleton__item {
    flex-basis: calc((100% - (3 - 1) * 0.6666666667vw) / 3);
    max-width: calc((100% - (3 - 1) * 0.6666666667vw) / 3);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .skeleton__item:nth-child(odd), .skeleton__item:nth-child(even) {
    margin-left: 0.3333333333vw;
    margin-right: 0.3333333333vw;
    margin-bottom: 2rem;
  }
  .skeleton__item:nth-child(3n) {
    margin-right: 0;
  }
  .skeleton__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .skeleton__item:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .skeleton__item {
    flex-basis: calc((100% - (2 - 1) * 1vw) / 2);
    max-width: calc((100% - (2 - 1) * 1vw) / 2);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .skeleton__item:nth-child(odd), .skeleton__item:nth-child(even) {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 2rem;
  }
  .skeleton__item:nth-child(2n) {
    margin-right: 0;
  }
  .skeleton__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .skeleton__item:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .skeleton__item {
    flex-basis: calc((100% - (2 - 1) * 1vw) / 2);
    max-width: calc((100% - (2 - 1) * 1vw) / 2);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .skeleton__item:nth-child(odd), .skeleton__item:nth-child(even) {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 2rem;
  }
  .skeleton__item:nth-child(2n) {
    margin-right: 0;
  }
  .skeleton__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .skeleton__item:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 567px) {
  .skeleton__item:nth-child(odd), .skeleton__item:nth-child(even) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.skeleton__item::before {
  content: "";
  display: block;
  padding-bottom: 60%;
  margin-bottom: 1rem;
  background: #d6d2d2;
  background-image: linear-gradient(to right, #d6d2d2 0%, #F5F5F5 20%, #d6d2d2 40%, #d6d2d2 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
}
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.skeleton__item::after {
  content: "";
  display: block;
  background: hsl(247deg, 52%, 15%);
  padding-bottom: 2rem;
  border-radius: 1rem;
  background: #d6d2d2;
  background-image: linear-gradient(to right, #d6d2d2 0%, #F5F5F5 20%, #d6d2d2 40%, #d6d2d2 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
}
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.skeleton-loading .skeleton__target {
  display: none;
}

.empty-state {
  background: #FFF;
  padding: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-top: 3px solid #da1e8a;
}

.empty-state__title {
  font-size: 1.2rem;
  color: #da1e8a;
  font-weight: 700;
}

.empty-state li {
  margin-bottom: 0.7em;
}

.empty-state a {
  display: inline-block;
  background-color: #da1e8a;
  color: #FFF;
  padding: 0.25em 0.5em;
  font-size: 0.88em;
  vertical-align: 2%;
  border-radius: 0.2rem;
  margin: 0 0.25em;
  box-shadow: 0.15rem 0.15rem 1rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-out;
}
.empty-state a:hover {
  background-color: #271F61;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete__list {
  position: absolute;
  background-color: #FFF;
  z-index: 99;
  top: 100%;
  left: 0;
  width: calc(100% + 4vw);
  right: -4vw;
  box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 568px) {
  .autocomplete__list {
    right: 0;
    width: 100%;
  }
}

.autocomplete__title {
  display: block;
  padding: 1rem 1.2rem 0.2rem;
  margin: 0.25rem;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 600;
}

.autocomplete__item {
  padding: 0.6rem 1.2rem;
  margin: 0.25rem;
  cursor: pointer;
  color: rgba(37, 37, 37, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8rem;
  font-weight: 200;
}
.autocomplete__item:first-child {
  margin-top: 0.5rem;
}
.autocomplete__item:last-child {
  margin-bottom: 1rem;
}
@media screen and (max-width: 567px) {
  .autocomplete__item {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.25rem 1.2rem;
  }
}

.autocomplete__list--suggest .autocomplete__item {
  color: #252525;
}

.autocomplete__item strong {
  color: #252525;
  font-weight: inherit;
}

.autocomplete__item:hover {
  background-color: rgba(0, 232, 249, 0.1);
}

/*when navigating through the items using the arrow keys:*/
.autocomplete--active {
  background-color: rgba(0, 232, 249, 0.1);
}

.autocomplete__teasers {
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 999px) {
  .autocomplete__teasers {
    display: flex;
  }
}

.header .autocomplete__teaser {
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (min-width: 999px) {
  .header .autocomplete__teaser {
    flex-basis: calc((100% - (3 - 1) * 1vw) / 3);
    max-width: calc((100% - (3 - 1) * 1vw) / 3);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .header .autocomplete__teaser:nth-child(odd), .header .autocomplete__teaser:nth-child(even) {
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 0;
  }
  .header .autocomplete__teaser:nth-child(3n) {
    margin-right: 0;
  }
  .header .autocomplete__teaser:nth-child(3n+1) {
    margin-left: 0;
  }
  .header .autocomplete__teaser:nth-child(1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 998px) {
  .header .autocomplete__teaser {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 998px) {
  .header .autocomplete__list img {
    width: 7rem;
    max-width: 25vw;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 998px) and (max-width: 767px) {
  .header .autocomplete__list img {
    display: none;
  }
}

.header .autocomplete__caption {
  font-size: 1.2rem;
}

.rating-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.rating-form__review-section,
.rating-form__submit {
  grid-column: 1/-1;
}

.rating-group {
  display: inline-block;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1rem;
}
@media screen and (max-width: 1365px) {
  .rating-group {
    font-size: 1.75rem;
  }
}

.rating-group__item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating-group__item:last-child {
  position: static;
}

.rating-group__item:nth-child(1) {
  z-index: 5;
}

.rating-group__item:nth-child(2) {
  z-index: 4;
}

.rating-group__item:nth-child(3) {
  z-index: 3;
}

.rating-group__item:nth-child(4) {
  z-index: 2;
}

.rating-group__item:nth-child(5) {
  z-index: 1;
}

.rating-group input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating-group__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0.1rem;
  cursor: pointer;
}

.rating-group i {
  float: left;
  color: transparent;
}

.rating-group .rating-group__item:last-child i {
  color: #c9c8d0;
}

.rating-group:not(:hover) .rating-group__item input:checked ~ i,
.rating-group:hover .rating-group__item:hover input ~ i {
  color: #da1e8a;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #c9c8d0;
  text-shadow: 0 0 5px #da1e8a;
}

.notification-box {
  background: #fff;
  padding: 2rem;
  box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-top: 3px solid #da1e8a;
}

.notification-box__title {
  font-size: 1.2rem;
  color: #da1e8a;
  font-weight: 700;
}

.notification-box a {
  text-decoration: underline;
}

.note {
  background: #fff;
  border: 1px solid #da1e8a;
  padding: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.faq {
  list-style: none;
  padding-left: 0;
}

.faq__item {
  display: block;
}

.faq__item-title {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .date-filter__full-label {
    display: none;
  }
}

.brand-family {
  flex: 100%;
  font-size: 0.88rem;
  margin-bottom: 0;
  color: white;
}

.brand-family__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 512px) {
  .brand-family__content {
    display: block;
  }
}

.brand-family__fig {
  flex: 0 1 6rem;
}
@media screen and (min-width: 513px) {
  .brand-family__fig {
    margin-right: 1rem;
  }
}

.brand-family__img {
  max-width: 5rem;
}

.brand-family__text brand-family__img {
  margin-left: 1rem;
  margin-right: 1rem;
}

.brand-family a {
  color: #00E8F9 !important;
  font-weight: 600;
}

.brand-family strong {
  font-weight: 600;
}

.js-expandable {
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
  transition: all 0.25s ease;
}
.js-expandable::after {
  display: block;
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 10rem;
  max-height: 80%;
  background-image: linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255) 2px, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.js-expandable.expanded::after,
.js-expandable.no-expand::after {
  opacity: 0;
}

.js-expandable.no-expand {
  height: auto;
}

.js-expand-toggle--less {
  display: none;
}

.js-expandable.no-expand ~ .js-expand-toggle {
  display: none;
}

.section-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.teaser__tag {
  background-color: #da1e8a;
  border-radius: 0.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.1em 0.75em;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.section__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 50ch;
}

.slider__outer {
  position: relative;
}

@supports (--css: variables) {
  .slider__mask-parent {
    background-color: rgba(var(--bgRGB), 1);
  }

  .slider__mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  .slider__mask::before, .slider__mask::after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 8rem;
    top: 0;
    z-index: 1;
    transition: all 0.25s ease;
  }
  .slider__mask::before {
    left: 0;
    background-image: linear-gradient(to right, rgba(var(--bgRGB), 1), rgba(var(--bgRGB), 0));
  }
  .slider__mask::after {
    right: 0;
    background-image: linear-gradient(to left, rgba(var(--bgRGB), 1), rgba(var(--bgRGB), 0));
  }
  @media screen and (max-width: 767px) {
    .slider__mask {
      display: none;
    }
  }

  .swiper-button-prev.swiper-button-disabled ~ .slider__mask::before {
    opacity: 0;
  }

  .swiper-button-next.swiper-button-disabled ~ .slider__mask::after {
    opacity: 0;
  }
}
.slider__button {
  background-image: none;
  background-color: #17133a;
  font-size: 1rem;
  width: 3rem;
  height: 3rem;
  color: white;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
}

.slider__button--prev {
  left: 0;
  transform: translateX(-50%);
}
.slider__button--prev::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f053";
  padding-right: 0.2em;
}
.slider__button--prev::after {
  display: none;
}

.slider__button--next {
  right: 0;
  transform: translateX(50%);
}
.slider__button--next::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
}
.slider__button--next::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .slider__button--prev,
.slider__button--next {
    display: none;
  }
}
.team-banner {
  display: flex;
  padding: 3rem 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: calc(1.5rem * -1);
  margin-top: 0;
}
.team-banner &gt; * {
  flex-grow: 1;
  flex-basis: calc((40rem - 100%) * 999);
  margin: 1.5rem;
}

.team-banner__fig {
  flex-grow: 0.75;
}

.team-banner__title {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}

.team-banner .btn {
  margin-top: 1rem;
}

.covid-notice--compact .covid-notice__title {
  font-size: inherit !important;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.search-advice {
  background: #FFF;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  margin-bottom: 2rem;
}

.search-advice__title {
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.my-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 60rem) {
  .my-container {
    max-width: 52rem;
  }
}

.my-container--lg {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 60rem) {
  .my-container--lg {
    max-width: 56rem;
  }
}

.my-container--xl {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 74rem) {
  .my-container--xl {
    max-width: 70rem;
  }
}

.center {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--measure, 66rem);
  max-width: min(var(--measure, 66rem), var(--max, 90%));
  padding-left: var(--gutters, 1.5rem);
  padding-right: var(--gutters, 1.5rem);
}

.center--content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fig-cover {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  --ratio:50%;
  --mob-ratio:var(--ratio);
  --mob-sm-ratio:var(--ratio);
}
.fig-cover::before {
  display: block;
  content: "";
  padding-top: 50%;
  padding-top: var(--ratio, 50%);
}
@media screen and (max-width: 767px) {
  .fig-cover::before {
    padding-top: var(--mob-ratio);
  }
}
@media screen and (max-width: 576px) {
  .fig-cover::before {
    padding-top: var(--mob-sm-ratio);
  }
}

.fig-cover &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: center var(--v-pos, center);
     object-position: center var(--v-pos, center);
}

.flex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .tablet\:flex {
    display: flex;
  }
}

.shadow {
  box-shadow: var(--shadow, 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.3));
}

.fw-np {
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 0;
  padding-right: 0;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-25p {
  margin-left: 25%;
}

@media screen and (min-width: 768px) {
  .tablet\:ml-25p {
    margin-left: 25%;
  }
}

.flex-75p {
  flex: 75%;
}

.flex-25p {
  flex: 25%;
}

@media screen and (min-width: 768px) {
  .tablet\:flex-25p {
    flex: 25%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scrollfx {
  --duration:1s;
  transition: all 1s ease;
  transition-duration: var(--duration);
}

.scrollfx.sfx-fadeUp {
  opacity: 0;
  transform: translateY(50%);
}

.scrollfx.sfx-fadeIn {
  transition: all 2s ease;
  opacity: 0;
}

.scrollfx.sfx-fadeUp.sfx-active {
  opacity: 1;
  transform: none;
}

.scrollfx.sfx-fadeIn.sfx-active {
  opacity: 1;
}

.scrollfx.sfx-revealLeft {
  -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
          clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}

.scrollfx.sfx-revealLeft.sfx-active {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}

.no-overflow {
  overflow: hidden;
}

.full-width {
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.bg-white {
  background-color: white;
}

.bg-brand {
  background-color: #3D3199;
}

.bg-dark {
  background-color: #17133a;
}

:is(.bg-brand, .bg-dark) :is(.teasers__title, .section-title, .teasers__text) {
  color: white;
}

.padding-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-block + .padding-block {
  padding-top: 0;
}

.padding-block.bg-white + .padding-block:not(.bg-white) {
  padding-top: 4rem;
}

.padding-block:not(.bg-white) + .padding-block.bg-white {
  padding-top: 4rem;
}

.padding-block.bg-brand + .padding-block:not(.bg-brand) {
  padding-top: 4rem;
}

.padding-block:not(.bg-brand) + .padding-block.bg-brand {
  padding-top: 4rem;
}

.padding-block.bg-dark + .padding-block:not(.bg-dark) {
  padding-top: 4rem;
}

.padding-block:not(.bg-dark) + .padding-block.bg-dark {
  padding-top: 4rem;
}

.rounded {
  border-radius: 0.4rem;
}

.has-overlay {
  position: relative;
}
.has-overlay::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.65;
  z-index: 1;
}

.has-overlay.rounded {
  overflow: hidden;
}

.has-overlay__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  color: white;
  z-index: 2;
}
.has-overlay__content::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgb(28, 22, 68), rgba(28, 22, 68, 0));
  z-index: -1;
}

.line {
  display: inline-block;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 500;
}

.font-extra-bold {
  font-weight: 700;
}

.d-none {
  display: none;
}

[v-cloak] {
  display: none;
}

.swiper-scrollbar-drag {
  height: 5px;
}

.swiper-pagination-bullet {
  font-size: 1rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination-bullet-active {
  background-color: #17133a;
}

.mapboxgl-marker {
  cursor: pointer !important;
}

.asd__wrapper {
  position: static !important;
}
@media screen and (max-width: 767px) {
  .asd__wrapper {
    border: 0;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .asd__wrapper {
    width: 96vw !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .asd__days-legend {
    width: 96vw !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .asd__month {
    width: 96vw !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .asd__day {
    height: 44px;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .asd__inner-wrapper {
    margin-left: -96vw !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .page--checkout .asd__wrapper {
    width: 92vw !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .page--checkout .asd__days-legend {
    width: 92vw !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .page--checkout .asd__month {
    width: 92vw !important;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .page--checkout .asd__inner-wrapper {
    margin-left: -92vw !important;
  }
}

.asd__day--disabled, .asd__day--empty {
  opacity: 1;
}

.asd__day--disabled button, .asd__day--empty button {
  cursor: default;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, rgba(218, 30, 138, 0.3) 1px, rgba(218, 30, 138, 0.3) 2px, rgba(218, 30, 138, 0) 3px, rgba(218, 30, 138, 0) 8px);
  color: rgb(86, 90, 92);
}

.asd__day--in-range {
  border-color: #271F61 !important;
}

.asd__day--in-range:hover {
  background-color: #3b0fdb !important;
}

.asd__selected-date-one,
.asd__selected-date-two {
  position: relative;
  overflow: visible;
  background-color: #271F61 !important;
}
.asd__selected-date-one::before,
.asd__selected-date-two::before {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  background: #da1e8a;
  line-height: 1;
  padding: 0.3em 0.5em;
  border-radius: 0.2rem;
  pointer-events: none;
}
.asd__selected-date-one::after,
.asd__selected-date-two::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0dd";
  position: absolute;
  top: -0.2em;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  color: #da1e8a;
  pointer-events: none;
}

.asd__selected-date-one::before {
  content: "checkin";
}

.asd__selected-date-two::before {
  content: "checkout";
}

.vue-slider-component .vue-slider {
  background-color: #CCC !important;
}

.vue-tel-input {
  display: flex;
  background-color: white;
  border-color: #3D3199 !important;
  border-style: solid;
  border-width: 0.1rem !important;
  box-shadow: inset 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05) !important;
}

.vue-tel-input:focus-within {
  outline: 0.45rem solid rgba(218, 215, 242, 0.4);
  box-shadow: inset 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05), 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
}

.fancybox-bg {
  background-color: white;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
}

.fancybox-navigation .fancybox-button {
  border-radius: 100%;
  background-color: #252525;
}

.fancybox-toolbar .fancybox-button {
  background-color: #252525;
}

@media screen and (min-width: 640px) {
  [style*="--d-sm:"] {
    display: var(--d-sm) !important;
  }

  [style*="--bg-sm:"] {
    background-color: var(--bg-sm) !important;
  }

  [style*="--m-sm:"] {
    margin: var(--m-sm) !important;
  }

  [style*="--mt-sm:"] {
    margin-top: var(--mt-sm) !important;
  }

  [style*="--mr-sm:"] {
    margin-right: var(--mr-sm) !important;
  }

  [style*="--mb-sm:"] {
    margin-bottom: var(--mb-sm) !important;
  }

  [style*="--ml-sm:"] {
    margin-left: var(--ml-sm) !important;
  }

  [style*="--p-sm:"] {
    padding: var(--p-sm) !important;
  }

  [style*="--pt-sm:"] {
    padding-top: var(--pt-sm) !important;
  }

  [style*="--pr-sm:"] {
    padding-right: var(--pr-sm) !important;
  }

  [style*="--pb-sm:"] {
    padding-bottom: var(--pb-sm) !important;
  }

  [style*="--pl-sm:"] {
    padding-left: var(--pl-sm) !important;
  }

  [style*="--pos-sm:"] {
    position: var(--pos-sm) !important;
  }

  [style*="--top-sm:"] {
    top: var(--top-sm) !important;
  }

  [style*="--right-sm:"] {
    right: var(--right-sm) !important;
  }

  [style*="--bottom-sm:"] {
    bottom: var(--bottom-sm) !important;
  }

  [style*="--left-sm:"] {
    left: var(--left-sm) !important;
  }

  [style*="--w-sm:"] {
    width: var(--w-sm) !important;
  }

  [style*="--h-sm:"] {
    height: var(--h-sm) !important;
  }

  [style*="--tr-sm:"] {
    transform: var(--tr-sm) !important;
  }

  [style*="--size-sm:"] {
    font-size: var(--size-sm) !important;
  }

  [style*="--weight-sm:"] {
    font-weight: var(--weight-sm) !important;
  }

  [style*="--align-sm:"] {
    text-align: var(--align-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  [style*="--d-md:"] {
    display: var(--d-md) !important;
  }

  [style*="--bg-md:"] {
    background-color: var(--bg-md) !important;
  }

  [style*="--m-md:"] {
    margin: var(--m-md) !important;
  }

  [style*="--mt-md:"] {
    margin-top: var(--mt-md) !important;
  }

  [style*="--mr-md:"] {
    margin-right: var(--mr-md) !important;
  }

  [style*="--mb-md:"] {
    margin-bottom: var(--mb-md) !important;
  }

  [style*="--ml-md:"] {
    margin-left: var(--ml-md) !important;
  }

  [style*="--p-md:"] {
    padding: var(--p-md) !important;
  }

  [style*="--pt-md:"] {
    padding-top: var(--pt-md) !important;
  }

  [style*="--pr-md:"] {
    padding-right: var(--pr-md) !important;
  }

  [style*="--pb-md:"] {
    padding-bottom: var(--pb-md) !important;
  }

  [style*="--pl-md:"] {
    padding-left: var(--pl-md) !important;
  }

  [style*="--pos-md:"] {
    position: var(--pos-md) !important;
  }

  [style*="--top-md:"] {
    top: var(--top-md) !important;
  }

  [style*="--right-md:"] {
    right: var(--right-md) !important;
  }

  [style*="--bottom-md:"] {
    bottom: var(--bottom-md) !important;
  }

  [style*="--left-md:"] {
    left: var(--left-md) !important;
  }

  [style*="--w-md:"] {
    width: var(--w-md) !important;
  }

  [style*="--h-md:"] {
    height: var(--h-md) !important;
  }

  [style*="--tr-md:"] {
    transform: var(--tr-md) !important;
  }

  [style*="--size-md:"] {
    font-size: var(--size-md) !important;
  }

  [style*="--weight-md:"] {
    font-weight: var(--weight-md) !important;
  }

  [style*="--align-md:"] {
    text-align: var(--align-md) !important;
  }
}
@media screen and (min-width: 1024px) {
  [style*="--d-lg:"] {
    display: var(--d-lg) !important;
  }

  [style*="--bg-lg:"] {
    background-color: var(--bg-lg) !important;
  }

  [style*="--m-lg:"] {
    margin: var(--m-lg) !important;
  }

  [style*="--mt-lg:"] {
    margin-top: var(--mt-lg) !important;
  }

  [style*="--mr-lg:"] {
    margin-right: var(--mr-lg) !important;
  }

  [style*="--mb-lg:"] {
    margin-bottom: var(--mb-lg) !important;
  }

  [style*="--ml-lg:"] {
    margin-left: var(--ml-lg) !important;
  }

  [style*="--p-lg:"] {
    padding: var(--p-lg) !important;
  }

  [style*="--pt-lg:"] {
    padding-top: var(--pt-lg) !important;
  }

  [style*="--pr-lg:"] {
    padding-right: var(--pr-lg) !important;
  }

  [style*="--pb-lg:"] {
    padding-bottom: var(--pb-lg) !important;
  }

  [style*="--pl-lg:"] {
    padding-left: var(--pl-lg) !important;
  }

  [style*="--pos-lg:"] {
    position: var(--pos-lg) !important;
  }

  [style*="--top-lg:"] {
    top: var(--top-lg) !important;
  }

  [style*="--right-lg:"] {
    right: var(--right-lg) !important;
  }

  [style*="--bottom-lg:"] {
    bottom: var(--bottom-lg) !important;
  }

  [style*="--left-lg:"] {
    left: var(--left-lg) !important;
  }

  [style*="--w-lg:"] {
    width: var(--w-lg) !important;
  }

  [style*="--h-lg:"] {
    height: var(--h-lg) !important;
  }

  [style*="--tr-lg:"] {
    transform: var(--tr-lg) !important;
  }

  [style*="--size-lg:"] {
    font-size: var(--size-lg) !important;
  }

  [style*="--weight-lg:"] {
    font-weight: var(--weight-lg) !important;
  }

  [style*="--align-lg:"] {
    text-align: var(--align-lg) !important;
  }
}
@media screen and (min-width: 1280px) {
  [style*="--d-xl:"] {
    display: var(--d-xl) !important;
  }

  [style*="--bg-xl:"] {
    background-color: var(--bg-xl) !important;
  }

  [style*="--m-xl:"] {
    margin: var(--m-xl) !important;
  }

  [style*="--mt-xl:"] {
    margin-top: var(--mt-xl) !important;
  }

  [style*="--mr-xl:"] {
    margin-right: var(--mr-xl) !important;
  }

  [style*="--mb-xl:"] {
    margin-bottom: var(--mb-xl) !important;
  }

  [style*="--ml-xl:"] {
    margin-left: var(--ml-xl) !important;
  }

  [style*="--p-xl:"] {
    padding: var(--p-xl) !important;
  }

  [style*="--pt-xl:"] {
    padding-top: var(--pt-xl) !important;
  }

  [style*="--pr-xl:"] {
    padding-right: var(--pr-xl) !important;
  }

  [style*="--pb-xl:"] {
    padding-bottom: var(--pb-xl) !important;
  }

  [style*="--pl-xl:"] {
    padding-left: var(--pl-xl) !important;
  }

  [style*="--pos-xl:"] {
    position: var(--pos-xl) !important;
  }

  [style*="--top-xl:"] {
    top: var(--top-xl) !important;
  }

  [style*="--right-xl:"] {
    right: var(--right-xl) !important;
  }

  [style*="--bottom-xl:"] {
    bottom: var(--bottom-xl) !important;
  }

  [style*="--left-xl:"] {
    left: var(--left-xl) !important;
  }

  [style*="--w-xl:"] {
    width: var(--w-xl) !important;
  }

  [style*="--h-xl:"] {
    height: var(--h-xl) !important;
  }

  [style*="--tr-xl:"] {
    transform: var(--tr-xl) !important;
  }

  [style*="--size-xl:"] {
    font-size: var(--size-xl) !important;
  }

  [style*="--weight-xl:"] {
    font-weight: var(--weight-xl) !important;
  }

  [style*="--align-xl:"] {
    text-align: var(--align-xl) !important;
  }
}
@media screen and (min-width: 1536px) {
  [style*="--d-xl-2:"] {
    display: var(--d-xl-2) !important;
  }

  [style*="--bg-xl-2:"] {
    background-color: var(--bg-xl-2) !important;
  }

  [style*="--m-xl-2:"] {
    margin: var(--m-xl-2) !important;
  }

  [style*="--mt-xl-2:"] {
    margin-top: var(--mt-xl-2) !important;
  }

  [style*="--mr-xl-2:"] {
    margin-right: var(--mr-xl-2) !important;
  }

  [style*="--mb-xl-2:"] {
    margin-bottom: var(--mb-xl-2) !important;
  }

  [style*="--ml-xl-2:"] {
    margin-left: var(--ml-xl-2) !important;
  }

  [style*="--p-xl-2:"] {
    padding: var(--p-xl-2) !important;
  }

  [style*="--pt-xl-2:"] {
    padding-top: var(--pt-xl-2) !important;
  }

  [style*="--pr-xl-2:"] {
    padding-right: var(--pr-xl-2) !important;
  }

  [style*="--pb-xl-2:"] {
    padding-bottom: var(--pb-xl-2) !important;
  }

  [style*="--pl-xl-2:"] {
    padding-left: var(--pl-xl-2) !important;
  }

  [style*="--pos-xl-2:"] {
    position: var(--pos-xl-2) !important;
  }

  [style*="--top-xl-2:"] {
    top: var(--top-xl-2) !important;
  }

  [style*="--right-xl-2:"] {
    right: var(--right-xl-2) !important;
  }

  [style*="--bottom-xl-2:"] {
    bottom: var(--bottom-xl-2) !important;
  }

  [style*="--left-xl-2:"] {
    left: var(--left-xl-2) !important;
  }

  [style*="--w-xl-2:"] {
    width: var(--w-xl-2) !important;
  }

  [style*="--h-xl-2:"] {
    height: var(--h-xl-2) !important;
  }

  [style*="--tr-xl-2:"] {
    transform: var(--tr-xl-2) !important;
  }

  [style*="--size-xl-2:"] {
    font-size: var(--size-xl-2) !important;
  }

  [style*="--weight-xl-2:"] {
    font-weight: var(--weight-xl-2) !important;
  }

  [style*="--align-xl-2:"] {
    text-align: var(--align-xl-2) !important;
  }
}
/*# sourceMappingURL=styles.css.map */</pre></body></html>