<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.3);
  --shadow-sm: 0.15rem 0.15rem 1rem 0 rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  --measure: 66rem;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "zonapro", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252525;
  text-align: left;
  background-color: #FFF;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: blue;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: blue;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: gray;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* base styles */
:root {
  --hero-width: min(65vmax,100%);
}
:root {
  font-size: 16px;
}
@media screen and (min-width: 1366px) {
  :root {
    font-size: calc(16px + 1 * ((100vw - 1366px) / 554));
  }
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 17px;
  }
}
:root {
  font-size: 17px;
}
@media screen and (min-width: 1921px) {
  :root {
    font-size: calc(17px + 7 * ((100vw - 1921px) / 1919));
  }
}
@media screen and (min-width: 3840px) {
  :root {
    font-size: 24px;
  }
}

@font-face {
  font-family: "zonapro";
  src: url("../fonts/zonapro-thin-webfont.woff2") format("woff2"), url("../fonts/zonapro-thin-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zonapro";
  src: url("../fonts/zonapro-light-webfont.woff2") format("woff2"), url("../fonts/zonapro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zonapro";
  src: url("../fonts/zonapro-regular-webfont.woff2") format("woff2"), url("../fonts/zonapro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zonapro";
  src: url("../fonts/zonapro-semibold-webfont.woff2") format("woff2"), url("../fonts/zonapro-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zonapro";
  src: url("../fonts/zonapro-bold-webfont.woff2") format("woff2"), url("../fonts/zonapro-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "zonapro";
  src: url("../fonts/zonapro-extrabold-webfont.woff2") format("woff2"), url("../fonts/zonapro-extrabold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 3.3rem 4vw 0;
  font-family: "zonapro", sans-serif;
  line-height: 1.6;
  color: hsl(247deg, 52%, 15%);
  background-color: #F5F5F5;
}
@media screen and (max-width: 567px) {
  body {
    padding-top: 2.8rem;
  }
}
body::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25vw;
  z-index: -1;
}
body::after {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
  position: fixed;
  z-index: 99;
  height: 100vh;
  background-image: linear-gradient(to bottom, #3d3199, hsl(247deg, 52%, 15%));
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
body.page--list-view, body.page--destinations-list {
  --list-width: min(50vw,60rem);
  padding-top: calc(3.3rem + 4rem);
}
@media screen and (max-width: 767px) {
  body.page--list-view, body.page--destinations-list {
    padding-top: 7.3rem;
  }
}
@media screen and (max-height: 420px) {
  body.page--list-view, body.page--destinations-list {
    padding-top: 2.8rem;
  }
}
body.page--destinations-list {
  padding-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  body.page--destinations-list {
    padding-top: 4.8rem;
  }
}

body {
  overflow-x: hidden;
}

body.header-search-active::after {
  visibility: visible;
  opacity: 0.8;
}

body.page--checkout {
  padding-top: 0;
}

body.overlay-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "zonapro", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 3.4rem;
  line-height: 1.25;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
}

p + h2 {
  margin-top: 2rem;
}

.btn {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  padding: 0.8em 1.9em;
  font-family: "zonapro", sans-serif;
  border: 7px solid hsl(247deg, 52%, 15%);
  border-radius: 0.2rem;
  border-width: 0.2rem;
  box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.25s ease-out;
  -webkit-appearance: none !important;
}
.btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #da1e8a;
  border-color: #da1e8a;
  /* border-width:0.06rem;
      border-color: $color-cta;
      border-top-color: lighten($color-cta,5);
      border-left-color: lighten($color-cta,5);
      border-bottom-color: darken($color-cta,5);
      border-right-color: darken($color-cta,5); */
  /*    box-shadow:0 4px 0 0 transparentize($base-dark,0.8);
  transition: $transition-out;
  &amp;:hover {
      position: relative;
      transform:translateY(4px);
      box-shadow:0 0 0 0 $base-dark;
  } */
  min-width: 10rem;
}
.btn-primary:hover {
  background-color: #d81685;
  border-color: #d81685;
  text-shadow: 0.05em 0.05em 3em #730644;
  box-shadow: 0.2rem 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.4);
}
.btn-secondary {
  color: #fff;
  background-color: #241c63;
  border-color: #241c63;
  /*  border-width:0.06rem;
      border-color: $color-cta;
      border-top-color: lighten($color-primary,5);
      border-left-color: lighten($color-primary,5);
      border-bottom-color: darken($color-primary,5);
      border-right-color: darken($color-primary,5); */
  /*    box-shadow:0 4px 0 0 transparentize($base-dark,0.8);
  transition: $transition-out;
  &amp;:hover {
      position: relative;
      transform:translateY(4px);
      box-shadow:0 0 0 0 $base-dark;
  } */
}
.btn-secondary:hover {
  background-color: #100943;
  border-color: #100943;
  text-shadow: 0.05em 0.05em 1.5em black;
  box-shadow: 0.2rem 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.4);
}
.btn-outline {
  color: hsl(247deg, 52%, 15%);
  background-color: transparent;
  border-color: #271F61;
  /*    box-shadow:0 4px 0 0 transparentize($base-dark,0.8);
  transition: $transition-out;
  &amp;:hover {
      position: relative;
      transform:translateY(4px);
      box-shadow:0 0 0 0 $base-dark;
  } */
  box-shadow: none;
}
.btn-outline-light {
  color: white;
  background-color: transparent;
  border-color: white;
  /*    box-shadow:0 4px 0 0 transparentize($base-dark,0.8);
  transition: $transition-out;
  &amp;:hover {
      position: relative;
      transform:translateY(4px);
      box-shadow:0 0 0 0 $base-dark;
  } */
  box-shadow: none;
}
.btn-link {
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 1rem;
}
.btn-link::after {
  content: "";
  display: block;
  position: relative;
  top: -0.2em;
  z-index: -1;
  height: 0.2em;
  background: #00E8F9;
}
.btn-link + .btn-link {
  margin-left: 1em;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
}
.btn-icon::after {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1.8em;
  margin-left: 1em;
  background-image: url("../../assets/img/icon__arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-icon--sm::after {
  font-size: 0.7em;
}
.btn-icon-pre {
  display: inline-flex;
  align-items: center;
}
.btn-icon-pre i {
  display: inline-block;
  margin-right: 0.5em;
}
.btn-icon-append {
  display: inline-flex;
  align-items: center;
}
.btn-icon-append i {
  display: inline-block;
  margin-left: 0.5em;
}
.btn-ghost {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: inherit;
}
.btn-round {
  border-radius: 50%;
}

.btn-flat {
  border: none;
  box-shadow: none;
}

.btn-accent {
  background-color: #00E8F9;
}

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

.btn-icon--x::after {
  background-image: url("../../assets/img/icon__x.svg");
}

.btn-md {
  font-size: 0.9rem;
  padding: 0.8em 1.8em;
}

.btn-sm {
  font-size: 0.8rem;
}

.btn-subtle {
  color: rgba(23, 18, 58, 0.8);
  border: 1px solid rgba(23, 18, 58, 0.2);
  box-shadow: none;
  background-color: transparent;
}
.btn-subtle:focus {
  outline-color: rgba(23, 18, 58, 0.2);
}
.btn-subtle:hover {
  background: rgba(255, 255, 255, 0.6);
}
.btn-subtle:disabled {
  opacity: 0.3;
  background: gray;
  pointer-events: none;
}

.btn-subtle-light {
  color: white;
  border: 1px solid white;
  box-shadow: none;
  background-color: transparent;
}
.btn-subtle-light:focus {
  outline-color: white;
}
.btn-subtle-light:hover {
  background: rgba(23, 18, 58, 0.6);
}
.btn-subtle-light:disabled {
  opacity: 0.3;
  background: gray;
  pointer-events: none;
}

.btn-round {
  border-radius: 50%;
  width: 4em;
  height: 4em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none !important;
}

.btn-cancel {
  color: #da1e8a;
  cursor: pointer;
}

.btn-sm {
  padding: 0.25em 0.5em;
  font-size: 0.8rem;
}

.btn-toggle {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  position: relative;
  color: #00E8F9;
  display: inline-flex;
  align-items: center;
  outline: none !important;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
.btn-toggle::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1em;
  border-radius: 0.5em;
  background-color: rgba(0, 232, 249, 0);
  border: 2px solid rgba(0, 232, 249, 0.5);
  transition: all 0.25s ease;
  margin-right: 0.75em;
}
.btn-toggle::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0em;
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.25s ease;
  box-shadow: 0 0.1rem 0.5rem 0 rgba(23, 18, 58, 0.2);
}

.btn-toggle.is-active {
  color: #fff;
}
.btn-toggle.is-active::before {
  background-color: #00E8F9;
}
.btn-toggle.is-active::after {
  transform: translateX(1rem);
}

input {
  font-family: "zonapro", sans-serif;
}

.input-text {
  padding: 1em;
  border-radius: 0.2rem;
  border-color: #3D3199;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: inset 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
}
.input-text::placeholder {
  color: hsl(247deg, 52%, 15%);
  opacity: 0.8;
}
.input-text:focus {
  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);
}

.input-text--label-like {
  border: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #252525;
  opacity: 1;
}
.input-text--label-like::placeholder {
  opacity: 1;
  color: #252525 !important;
}

.input-text--ghost {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.input-number-increment {
  border: none;
  background-color: transparent;
  box-shadow: none;
  width: 5rem;
  text-align: center;
  padding: 1em;
  color: hsl(247deg, 52%, 15%);
  opacity: 1;
}

.custom-select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  grid-area: select;
}

.custom-select__wrapper {
  position: relative;
  width: 100%;
  font-size: 1em;
  min-width: 11ch;
  max-width: 30ch;
  cursor: pointer;
  background-color: #fff;
  padding: 1em;
  border-color: #3D3199;
  border-radius: 0.2rem;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: inset 0.15rem 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-areas: "select";
  align-items: center;
}
.custom-select__wrapper: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);
}
.custom-select__wrapper::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: gray;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  grid-area: select;
  justify-self: end;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 3.3rem;
  background: #fff;
  z-index: 100;
  transition: all 0.25s ease-out;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .header {
    height: 2.8rem;
  }
}
@media screen and (max-width: 567px) {
  .header {
    height: 2.8rem;
    max-width: 100vw;
  }
}

.page--villa .header.headroom--unpinned.headroom--not-top {
  transform: translateY(-3.3rem);
}
@media screen and (max-width: 567px) {
  .page--villa .header.headroom--unpinned.headroom--not-top {
    transform: translateY(-4.8rem);
  }
}

.header.headroom--unpinned.headroom--not-top.nav-open,
.header.headroom--unpinned.headroom--not-top.guest-open,
.header-search-active .header.headroom--unpinned.headroom--not-top {
  transform: none;
}

.header__brand {
  margin: 0 0 0 -4vw;
  background-color: #3D3199;
}

@media screen and (max-width: 567px) {
  .header-search-active .header__brand {
    display: none;
  }
}

.header__brand-link {
  display: block;
}

.header__brand-img {
  width: auto;
  height: 3.3rem;
}
@media screen and (max-width: 767px) {
  .header__brand-img {
    height: 2.8rem;
  }
}

.header__title {
  font-family: "zonapro", sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  padding: 0 2rem 0 1rem;
}

.header__utils {
  margin-left: auto;
  overflow-y: hidden;
}

.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 25rem;
  display: flex;
  flex-direction: column;
  background-color: #3D3199;
  height: calc(100vh + 3.3rem);
  padding: 2rem;
  transform: translateX(100%);
  transition: all 0.25s ease-out;
  top: 3.3rem;
  color: white;
}
@media screen and (max-width: 567px) {
  .header__menu {
    top: 2.8rem;
    width: 100vw;
    text-align: right;
  }
}

.header__menu ul {
  list-style-type: none;
}

.header__menu ul ul {
  margin-bottom: 1rem;
}

.header__menu li ul {
  padding-left: 0;
}

.nav-icon-close, .guest-icon-close {
  display: none !important;
}

.nav-open #header__nav-menu {
  transform: none;
}

.nav-open .header__nav-toggle {
  background-color: #da1e8a;
  color: white;
}
.nav-open .nav-icon-open {
  display: none !important;
}

.nav-open .nav-icon-close {
  display: inline-block !important;
}

.guest-open #header__guest-menu {
  transform: none;
}

.guest-open .header__guest-toggle {
  background-color: #da1e8a;
  color: white;
}
.guest-open .guest-icon-open {
  display: none !important;
}

.guest-open .guest-icon-close {
  display: inline-block !important;
}

.header__menu-link {
  color: inherit;
  display: block;
  padding: 0.5em;
}

.header-utils__btn:focus, .header-utils__btn :active {
  outline: none;
}

@media screen and (max-width: 567px) {
  .header-utils__btn + .header-utils__btn {
    margin: 0 0.25em;
  }
}

.header__toggle {
  justify-content: flex-end;
  max-height: calc(3.3rem - 0.5rem);
  padding: 0.2em;
}

.header__toggle i {
  pointer-events: none;
}

.header-search-active .header__utils {
  display: none;
}

body:not(.header-search-active) .header__search-group {
  opacity: 0;
  pointer-events: none;
}

.header__btn {
  border-radius: 0.6rem;
  border-color: #00E8F9;
  border-width: 2px;
  color: #271F61;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: 0.8rem;
}

.page--list-view-destinations .header__destinations-btn {
  display: none;
}

.headroom--not-top .header__btn {
  border-color: transparent;
}

.header__form {
  margin-right: 0.5rem;
  max-width: 100%;
}
@media screen and (max-width: 567px) {
  .header__form {
    max-width: 1rem;
    height: 1rem;
  }
}

.header-search-active .header__form {
  margin-left: 0;
  flex: 1;
}
@media screen and (max-width: 567px) {
  .header-search-active .header__form {
    max-width: 100%;
  }
}

.header .autocomplete__list {
  right: 2em;
  max-height: 19em;
  overflow-y: auto;
}

.page--home:not(.header-search-active) .header__form {
  opacity: 0;
  visibility: hidden;
}

.page--home .headroom--not-top .header__form {
  opacity: 1;
  visibility: visible;
}

.header__search-group {
  position: relative;
  display: inline-block;
  display: flex;
  padding-left: 0.8rem;
}
@media screen and (max-width: 567px) {
  .header__search-group {
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .header-search-active .header__search-group {
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.2);
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 567px) {
  .header-search-active .header__search-group {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header__input {
  font-size: 1rem;
  border-radius: 0.6rem;
  padding: 0.25em 0.5em;
  box-shadow: none;
  background-color: transparent !important;
  border-color: transparent;
  border-radius: 0;
  width: 13rem;
  text-overflow: ellipsis;
  transition: none;
  height: calc(3.3rem - 2px);
}
.header__input:focus {
  background-color: transparent;
  border-bottom-color: transparent;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .header__input {
    height: calc(2.8rem - 2px);
  }
}
@media screen and (min-width: 650px) {
  .header__input {
    min-width: 13em;
  }
}
@media screen and (min-width: 568px) and (max-width: 649px) {
  .header__input {
    width: 11em;
  }
}
@media screen and (max-width: 567px) {
  .header__input {
    width: 8rem;
    flex: 1;
    border: 0 !important;
  }
}

.header-search-active .header__input {
  flex: 1;
}
@media screen and (max-width: 567px) {
  .header-search-active .header__input:focus {
    border: 0;
  }
}

.header__input + .input-group__btn {
  border-radius: 0.6rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header__input:focus + .input-group__btn {
  background-color: #fff;
  border-color: #fff;
}

.header__input::placeholder {
  opacity: 0.7;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

.page--list-view .header {
  transition: all 0.25s ease-out;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page--list-view.option-open .header {
    transform: translateY(-100%);
  }
}

.page--list-view .headroom--unpinned.headroom--not-top,
.page--destination .headroom--unpinned.headroom--not-top {
  transform: translateY(-3.3rem);
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  .page--list-view .headroom--unpinned.headroom--not-top,
  .page--destination .headroom--unpinned.headroom--not-top {
    transform: translateY(-2.8rem);
  }
}
@media screen and (max-width: 567px) {
  .page--list-view .headroom--unpinned.headroom--not-top,
  .page--destination .headroom--unpinned.headroom--not-top {
    transform: translateY(-4.8rem);
  }
}

.headroom--not-top {
  border-bottom: 1px solid #00E8F9;
}

.hero {
  min-height: 35vw;
  overflow: visible;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 4rem 5%;
  margin: 0 -4vw 6rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-origin: border-box;
}
@media screen and (max-width: 1200px) {
  .hero {
    min-height: 40vw;
  }
}
@media screen and (max-width: 900px) {
  .hero {
    min-height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    min-height: 90vw;
  }
}

.hero--home {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .hero--home {
    margin-bottom: 5vh;
  }
}
@media screen and (max-width: 1200px) and (orientation: portrait) {
  .hero--home {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero--home {
    padding-top: 53vw;
    background-size: 100% auto;
    background-position: top;
  }
}
@media screen and (max-width: 767px) {
  .hero--home {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .hero--home:focus-within {
    z-index: 150;
    transition: all 0.25s ease;
    margin-top: -4.3rem;
  }
}

.hero--w-id {
  overflow: hidden;
  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;
  display: grid;
  @apply full-width;
  grid-template-columns: 1fr var(--hero-width) 1fr;
  grid-template-areas: "left image right" "left content right";
}

.page--has-book-ribbon .hero--w-id {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .page--has-book-ribbon .hero--w-id {
    margin-top: 0;
  }
}

.hero--w-id__img {
  grid-area: image;
  max-width: calc(100% + 8vw);
  max-height: max(30vmax, 40vh);
  margin-left: -4vw;
  margin-right: -4vw;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero--w-id .hero__content {
  margin-top: -5rem;
  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;
  text-align: center;
}
@media screen and (max-width: 78rem) {
  .hero--w-id .hero__content {
    width: auto;
    text-align: left;
  }
}

.hero__title {
  position: relative;
  z-index: 2;
  font-size: 3.4rem;
  color: #fff;
  padding: 0.5em 0;
  border-bottom: 0.4em solid #00E8F9;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .hero__title {
    font-size: 1.6rem;
  }
}

.hero--w-id .hero__title {
  font-size: min(6rem, 3vw);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 30%;
  margin-bottom: 0.2em;
  border-bottom: 0;
  color: hsl(247deg, 52%, 15%);
  position: relative;
}
@media screen and (max-width: 78rem) {
  .hero--w-id .hero__title {
    background: #fff;
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .hero--w-id .hero__title {
    min-height: 0;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero--w-id .hero__title {
    font-size: 2rem;
  }
}

.hero__content-wrap {
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.hero__form {
  display: flex;
  position: relative;
}
.hero__form {
  font-size: 16px;
}
@media screen and (min-width: 1366px) {
  .hero__form {
    font-size: calc(16px + 8 * ((100vw - 1366px) / 554));
  }
}
@media screen and (min-width: 1920px) {
  .hero__form {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero__form {
    flex-direction: column;
  }
}
.hero__form::after {
  -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;
  font-size: 1em;
  position: absolute;
  left: 1em;
  top: 0em;
  content: "\f002";
  width: 2em;
  height: 3.75em;
  line-height: 3.75;
  display: block;
  color: #da1e8a;
  z-index: 12;
  pointer-events: none;
}

.hero__form .input-text {
  margin-right: 0;
  min-width: 15rem;
  padding-left: 3em;
  flex: 1;
}

.hero__form .btn {
  min-width: 20%;
}

.cookie-popup {
  transform: translateY(calc(100% + 1rem));
  bottom: 1rem;
  right: 1rem;
  width: 25rem;
  max-width: calc(100% - 2rem);
  position: fixed;
  z-index: 200;
  border-radius: 2rem;
  background-color: white;
  padding: 2.5rem 2.5rem 1.5rem;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.2);
  animation: slide-up 0.1s ease 0.1s forwards;
}

.cookie-popup p {
  line-height: 1.4;
}

.cookie-popup__title {
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cookie-popup__title {
    font-size: 1.2rem;
  }
}

.cookie-popup__title i {
  margin-right: 0.7em;
}

.cookie-popup p {
  margin-bottom: 0.5em;
  font-size: 0.88rem;
}

.cookie-popup .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  font-size: 1.5rem;
  background-color: white;
  border-radius: 50%;
  color: #da1e8a;
}

@keyframes slide-up {
  from {
    transform: translateY(calc(100% + 1rem));
  }
  to {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .cookie-popup {
    bottom: 0.5rem;
    right: 0.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    max-width: none;
  }
}
@keyframes fade-up {
  from {
    opacity: 1rem;
    transform: translateY(5rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.book-ribbon {
  transition: all 0.25s ease-out;
  transition-property: transform, top;
  flex: 0 0 100%;
  height: 4.5rem;
  position: fixed;
  top: 3.3rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  z-index: 98;
  padding: 0.5rem 4vw 0.5rem;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .book-ribbon {
    padding: 0.5rem 2vw 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .book-ribbon {
    border-bottom: 1px solid #e6e6e6;
  }
}

@media screen and (min-width: 768px) {
  .book-ribbon--inline {
    position: relative;
    top: 0;
    border-radius: 0.2rem;
    transform: translateY(-50%) !important;
    box-shadow: 0.15rem 0.15rem 1rem 0 rgba(0, 0, 0, 0.05);
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .book-ribbon--inline {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .book-ribbon {
    transition: none;
    position: static;
    top: 0;
    flex-direction: column;
    z-index: 120;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .book-ribbon--collapse {
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  .book-ribbon--collapse {
    transform: none !important;
    transition: none;
    top: 0;
    flex-direction: column;
    z-index: 120;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100vw;
  }
}

@media screen and (min-width: 85rem) {
  .book-ribbon--narrow.book-ribbon--inline {
    margin-inline: auto;
    max-width: 80rem;
  }
}

@media screen and (min-width: 85rem) {
  .book-ribbon--narrow:not(.book-ribbon--inline) {
    padding-inline: calc(50vw - 40rem);
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page--destination .book-ribbon {
    background-color: white;
  }
}

@media screen and (max-width: 567px) {
  body.option-open .book-ribbon {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 0;
    background: white;
  }
}

@media screen and (max-width: 567px) {
  .book-ribbon.is-visible {
    display: flex;
    top: 0;
  }
}

@media screen and (max-width: 567px) {
  .book-ribbon.is-visible .option__content {
    background: white;
    border: 1px solid #6051c8;
    width: 100%;
    border-top: 0;
    margin-bottom: 1.5rem;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .book-ribbon .option__controls .btn-cancel {
    color: #da1e8a;
  }
}

.book-ribbon__item {
  font-size: 1rem;
}
.book-ribbon__item::after {
  display: none !important;
}

.book-ribbon__select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  align-items: center;
}
.book-ribbon__select: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);
}
.book-ribbon__select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: gray;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  pointer-events: none;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.book-ribbon__select .custom-select {
  color: hsl(247deg, 52%, 15%);
  padding-left: 3.5rem;
  padding-right: 2.5rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .book-ribbon__select .custom-select {
    padding-left: 2rem;
  }
}

.option-open .book-ribbon__submit {
  opacity: 0.1;
  pointer-events: none;
}

.option-open .pop-message {
  display: none;
}

.book-ribbon__item--title {
  flex: 0 0 0;
  transition: all 0.25s ease-out;
  opacity: 0;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
@media screen and (max-width: 1579px) {
  .book-ribbon__item--title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .book-ribbon-open .book-ribbon__title {
    padding-right: 2rem;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}

.page--destination:not(.book-ribbon-open) .book-ribbon__title,
.page--home:not(.book-ribbon-open) .book-ribbon__title {
  display: none;
}

.book-ribbon__close-btn {
  display: none;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .book-ribbon-open .book-ribbon__close-btn {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
}

.book-ribbon__title {
  font-size: 1.4rem;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .book-ribbon__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.headroom--not-top + main .book-ribbon .book-ribbon__item--title {
  opacity: 1;
  flex: 0.5;
  margin-right: 2%;
}

.book-ribbon__item--option.options__item {
  margin: 0 2% 0 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .book-ribbon__item--option.options__item {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .book-ribbon--collapse .book-ribbon__item--option.options__item {
    flex: 0 0 auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .book-ribbon__item--option.options__item {
    position: relative;
    flex: 0 0 auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 568px) and (max-width: 1200px) {
  .book-ribbon--collapse .book-ribbon__item--option.options__item {
    position: relative;
    flex: 0 0 auto;
    margin-right: 0;
  }
}

.book-ribbon__item--option .btn-icon-pre {
  width: 100%;
  background-color: white;
  color: hsl(247deg, 52%, 15%);
  font-weight: 600;
  border: 1px solid rgba(96, 81, 200, 0.3);
  box-shadow: 0.15rem 0.15rem 1rem 0 rgba(0, 0, 0, 0.05);
}
.book-ribbon__item--option .btn-icon-pre:hover {
  border: 1px solid rgba(96, 81, 200, 0.7);
}
@media screen and (max-width: 960px) {
  .book-ribbon__item--option .btn-icon-pre {
    font-size: 0.95rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 1200px) {
  .book-ribbon--collapse .book-ribbon__item--option .btn-icon-pre {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    width: 100%;
    transition: none;
  }
}
@media screen and (max-width: 767px) {
  .book-ribbon__item--option .btn-icon-pre {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    width: 100%;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .book-ribbon.is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .book-ribbon.is-visible .book-ribbon__item--option.option--open .btn-icon-pre {
    border-bottom: 0;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: white;
    box-shadow: none;
  }
}

@media screen and (max-width: 567px) {
  .option-open .book-ribbon &gt; *:not(.option--open) {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .book-ribbon__item--option.option--open .option__content {
    top: 4.5rem;
    left: 0;
    position: fixed;
    height: calc(100% - 4.5rem);
  }
}

.book-ribbon__submit-group {
  display: flex;
}
@media screen and (max-width: 767px) {
  .book-ribbon__submit-group {
    flex-direction: column;
  }
}

.book-ribbon__submit {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #fff !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .book-ribbon__submit {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .book-ribbon__submit {
    font-size: 0.92rem;
  }
}

@media screen and (max-width: 767px) {
  .book-ribbon__submit--request {
    margin-bottom: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .book-ribbon__submit--request + .book-ribbon__submit--book {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -0.2rem;
  }
}

.book-ribbon__submit--scroll {
  display: none;
  position: fixed;
  bottom: 1rem;
  left: 4vw;
  width: calc(100% - (2 * 4vw));
  z-index: 120;
}

@media screen and (max-width: 767px) {
  .scrolledUp .book-ribbon__submit--scroll {
    display: block;
  }
}

.book-ribbon-open .book-ribbon__submit--scroll {
  display: none;
}

@media screen and (min-width: 768px) {
  .headroom--not-top.headroom--unpinned + main .book-ribbon {
    transform: translateY(-3.3rem);
  }
}

.book-ribbon__item--price {
  margin: 0 auto 0 auto;
  margin-right: 2%;
  flex: 1.3;
  font-size: 1.6rem;
  text-align: center;
  color: rgba(23, 18, 58, 0.9);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .book-ribbon__item--price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .book-ribbon__item--price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .book-ribbon__item--price {
    flex: 0 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
  }
}

.book-ribbon__item--price-offer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 2%;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .book-ribbon__item--price-offer {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .book-ribbon__item--price-offer {
    margin-right: auto;
    display: block;
  }
}

.book-ribbon__price {
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .book-ribbon__price {
    margin-right: 0.5em;
  }
}

.book-ribbon__price.price {
  font-weight: 700;
}

.book-ribbon__price--offer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 961px) {
  .book-ribbon__final-price,
  .book-ribbon__refundable-price {
    padding: 0.15rem 0;
  }
}

.book-ribbon__offer-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1;
  border-radius: 2rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .book-ribbon__offer-label {
    display: none;
  }
}

.book-ribbon__original-price,
.book-ribbon__non-refundable-price {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  flex: 0 0 100%;
  left: 0;
  width: 100%;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .book-ribbon__original-price,
  .book-ribbon__non-refundable-price {
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 961px) {
  .book-ribbon__original-price,
  .book-ribbon__non-refundable-price {
    padding-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .book-ribbon__original-price,
  .book-ribbon__non-refundable-price {
    display: block;
    padding-top: 0.5rem;
  }
}

.book-ribbon__original-price {
  color: #da1e8a;
}

.book-ribbon__non-refundable-price {
  color: #da1e8a;
}

.book-ribbon__item--duration {
  line-height: 1.3;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .book-ribbon__item--duration {
    font-size: 0.88rem;
  }
}
@media screen and (max-width: 767px) {
  .book-ribbon__item--duration {
    display: block;
  }
}

.book-ribbon--checkout {
  top: 0;
}

.book-ribbon--checkout__icon {
  color: #00E8F9;
  margin-right: 1rem;
}

.book-ribbon--checkout .header__brand {
  align-self: stretch;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-ribbon--checkout .book-ribbon__item--title {
  opacity: 1;
  flex: 2;
  display: block;
  margin-left: 2rem;
}

body.page--checkout .checkout-header {
  position: static;
  margin-left: -4vw;
  margin-right: -4vw;
  padding-left: 4vw;
  padding-right: 4vw;
  width: auto;
  top: 0;
  margin-bottom: var(--ribbon-mb);
  height: 3.75rem;
  transition: all 0.25s ease-out;
  flex: 0 0 100%;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  z-index: 98;
  padding: 0.5rem 4vw 0.5rem;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  body.page--checkout .checkout-header {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 567px) {
  body.page--checkout .checkout-header {
    flex-direction: column;
    align-items: center;
    height: auto;
    background-color: #3D3199;
    color: white;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.page--checkout .checkout-header .option__controls .btn-cancel {
    color: #da1e8a;
  }
}
body.page--checkout .checkout-header__item {
  font-size: 1rem;
}
body.page--checkout .checkout-header__item::after {
  display: none !important;
}
body.page--checkout .checkout-header__item--title {
  flex: 0 0 0;
  transition: all 0.25s ease-out;
  opacity: 0;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
@media screen and (max-width: 1579px) {
  body.page--checkout .checkout-header__item--title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body.page--checkout .checkout-header-open .checkout-header__title {
    padding-right: 2rem;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
body.page--checkout .checkout-header__title {
  font-size: 1.4rem;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.page--checkout .checkout-header__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
body.page--checkout .headroom--not-top + main .checkout-header .checkout-header__item--title {
  opacity: 1;
  flex: 0.5;
  margin-right: 2%;
}
body.page--checkout .checkout-header__item--option.options__item {
  margin: 0 2% 0 0;
  flex: 1;
}
@media screen and (max-width: 960px) {
  body.page--checkout .checkout-header__item--option.options__item {
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .checkout-header--collapse body.page--checkout .checkout-header__item--option.options__item {
    flex: 0 0 auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.page--checkout .checkout-header__item--option.options__item {
    position: relative;
    flex: 0 0 auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 568px) and (max-width: 1200px) {
  body.page--checkout .checkout-header--collapse .checkout-header__item--option.options__item {
    position: relative;
    flex: 0 0 auto;
    margin-right: 0;
  }
}
body.page--checkout .checkout-header--checkout {
  top: 0;
  background-color: #3D3199;
  color: white;
}
body.page--checkout .checkout-header--checkout__icon {
  color: #00E8F9;
  margin-right: 1rem;
}
body.page--checkout .checkout-header--checkout .header__brand {
  align-self: stretch;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 567px) {
  body.page--checkout .checkout-header--checkout .header__brand {
    align-self: center;
    background-color: transparent;
    margin: 0;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  body.page--checkout .checkout-header .header__brand-img {
    opacity: 0;
    height: 4rem;
  }
}
@media screen and (max-width: 567px) {
  body.page--checkout .checkout-header--checkout .header__brand-link {
    display: block;
    height: auto;
    background-image: url(/assets/img/symbol_v4u_round.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
body.page--checkout .checkout-header--checkout .checkout-header__item--title {
  opacity: 1;
  flex: 2;
  display: block;
  margin-left: 2rem;
}
@media screen and (max-width: 567px) {
  body.page--checkout .checkout-header--checkout .checkout-header__item--title {
    margin-left: 0;
  }
}

/*# sourceMappingURL=critical.css.map */
</pre></body></html>