/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/frontend.scss ***!
  \*******************************************************************************************************************************************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! purgecss start ignore */
/***
    The new CSS reset - version 1.7.2 (last updated 23.6.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
html *:where(:not(html, iframe, canvas, img, svg, video, .pell-editor *):not(svg *, symbol *)) {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

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

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

:root {
  --white: #ffffff;
  --white-opacity--10: #ffffff1a;
  --white-opacity--15: #ffffff26;
  --white-opacity--20: #ffffff33;
  --white-opacity--30: #ffffff4d;
  --white-opacity--40: #ffffff66;
  --white-opacity--55: #ffffff8c;
  --white-opacity--60: #ffffff99;
  --white-opacity--70: #ffffffb2;
  --white-opacity--85: #ffffffd9;
  --white-overlay--20: #ffffff33;
  --white-overlay--40: #ffffff66;
  --white-overlay--60: #ffffff99;
  --white-overlay--80: #ffffffcc;
  --black--100: #444444;
  --black--200: #222222;
  --black--300: #181818;
  --black--400: #000000;
  --black--400-opacity-5: #0000000d;
  --black--400-opacity-7: #00000012;
  --black--400-opacity-10: #0000001a;
  --black--400-opacity-15: #00000026;
  --black--400-opacity-20: #00000033;
  --black--400-opacity-30: #0000004d;
  --black--400-opacity-40: #00000066;
  --black--400-opacity-50: #00000080;
  --black--400-opacity-60: #00000099;
  --black--400-opacity-70: #000000b2;
  --black--400-opacity-80: #000000cc;
  --black--400-overlay-20: #00000033;
  --black--400-overlay-40: #00000066;
  --black--400-overlay-60: #00000099;
  --black--400-overlay-80: #000000cc;
  --black--400-overlay-100: #000000;
  --gray--10: #fdfdfd;
  --gray--25: #f7f7f7;
  --gray--50: #f0f0f2;
  --gray--65: #e6e6e6;
  --gray--75: #e0e0e0;
  --gray--100: #dddddd;
  --gray--150: #cbcbcb;
  --gray--200: #bbbbbb;
  --gray--250: #969696;
  --gray--260: #757575;
  --gray--275: #6e6e6e;
  --cd-black: #1d1d1c;
  --cd-glacier-light--460: #cbc8c6;
  --cd-glacier-light--450: #e0dedc;
  --cd-glacier-light--425: #edebe9;
  --cd-glacier-light--400: #f9f7f5;
  --cd-lemon-whisper: #fefa8d;
  --red-error--400: #ff0000;
  --wf-blue--50: #f2f6ff;
  --wf-blue--75: #e7f0ff;
  --wf-blue--100: #d8e6ff;
  --wf-blue--125: #c6daff;
  --wf-blue--140: #a7c5fd;
  --wf-blue--150: #7ca7ff;
  --wf-blue--200: #6392f0;
  --wf-blue--300: #4b82ee;
  --wf-blue--350: #4866ff;
  --wf-blue--400: #0055ff;
  --wf-blue--450: #014de5;
  --wf-blue-600: #003eb9;
}

:root {
  --white: #ffffff;
  --white-opacity--10: #ffffff1a;
  --white-opacity--15: #ffffff26;
  --white-opacity--20: #ffffff33;
  --white-opacity--30: #ffffff4d;
  --white-opacity--40: #ffffff66;
  --white-opacity--55: #ffffff8c;
  --white-opacity--60: #ffffff99;
  --white-opacity--70: #ffffffb2;
  --white-opacity--85: #ffffffd9;
  --white-overlay--20: #ffffff33;
  --white-overlay--40: #ffffff66;
  --white-overlay--60: #ffffff99;
  --white-overlay--80: #ffffffcc;
  --black--100: #444444;
  --black--200: #222222;
  --black--300: #181818;
  --black--400: #000000;
  --black--400-opacity-5: #0000000d;
  --black--400-opacity-7: #00000012;
  --black--400-opacity-10: #0000001a;
  --black--400-opacity-15: #00000026;
  --black--400-opacity-20: #00000033;
  --black--400-opacity-30: #0000004d;
  --black--400-opacity-40: #00000066;
  --black--400-opacity-50: #00000080;
  --black--400-opacity-60: #00000099;
  --black--400-opacity-70: #000000b2;
  --black--400-opacity-80: #000000cc;
  --black--400-overlay-20: #00000033;
  --black--400-overlay-40: #00000066;
  --black--400-overlay-60: #00000099;
  --black--400-overlay-80: #000000cc;
  --black--400-overlay-100: #000000;
  --gray--10: #fdfdfd;
  --gray--25: #f7f7f7;
  --gray--50: #f0f0f2;
  --gray--65: #e6e6e6;
  --gray--75: #e0e0e0;
  --gray--100: #dddddd;
  --gray--150: #cbcbcb;
  --gray--200: #bbbbbb;
  --gray--250: #969696;
  --gray--260: #757575;
  --gray--275: #6e6e6e;
  --cd-black: #1d1d1c;
  --cd-glacier-light--460: #cbc8c6;
  --cd-glacier-light--450: #e0dedc;
  --cd-glacier-light--425: #edebe9;
  --cd-glacier-light--400: #f9f7f5;
  --cd-lemon-whisper: #fefa8d;
  --red-error--400: #ff0000;
  --wf-blue--50: #f2f6ff;
  --wf-blue--75: #e7f0ff;
  --wf-blue--100: #d8e6ff;
  --wf-blue--125: #c6daff;
  --wf-blue--140: #a7c5fd;
  --wf-blue--150: #7ca7ff;
  --wf-blue--200: #6392f0;
  --wf-blue--300: #4b82ee;
  --wf-blue--350: #4866ff;
  --wf-blue--400: #0055ff;
  --wf-blue--450: #014de5;
  --wf-blue-600: #003eb9;
}

@font-face {
  font-family: "ATC Diatype Mono";
  src: url("../../assets/fonts/ATCDiatypeMono-Regular.woff2") format("woff2"), url("../../assets/fonts/ATCDiatypeMono-Regular.woff") format("woff"), url("../../assets/fonts/ATCDiatypeMono-Regular.otf") format("opentype");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ATC Diatype Mono";
  src: url("../../assets/fonts/ATCDiatypeMono-Bold.woff2") format("woff2"), url("../../assets/fonts/ATCDiatypeMono-Bold.woff") format("woff"), url("../../assets/fonts/ATCDiatypeMono-Bold.otf") format("opentype");
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ATC Diatype";
  src: url("../../assets/fonts/ATCDiatype-Regular.woff2") format("woff2"), url("../../assets/fonts/ATCDiatype-Regular.woff") format("woff"), url("../../assets/fonts/ATCDiatype-Regular.otf") format("opentype");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ATC Diatype";
  src: url("../../assets/fonts/ATCDiatype-Bold.woff2") format("woff2"), url("../../assets/fonts/ATCDiatype-Bold.woff") format("woff"), url("../../assets/fonts/ATCDiatype-Bold.otf") format("opentype");
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Diatype Mono";
  src: url("../../assets/fonts/ABCDiatypeMono-Medium.woff2") format("woff2"), url("../../assets/fonts/ABCDiatypeMono-Medium.woff") format("woff"), url("../../assets/fonts/ABCDiatypeMono-Medium.otf") format("opentype");
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Diatype Semi-Mono";
  src: url("../../assets/fonts/ABCDiatypeSemi-Mono-Regular.woff2") format("woff2"), url("../../assets/fonts/ABCDiatypeSemi-Mono-Regular.woff") format("woff"), url("../../assets/fonts/ABCDiatypeSemi-Mono-Regular.otf") format("opentype");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Diatype Semi-Mono";
  src: url("../../assets/fonts/ABCDiatypeSemi-Mono-Medium.woff2") format("woff2"), url("../../assets/fonts/ABCDiatypeSemi-Mono-Medium.woff") format("woff"), url("../../assets/fonts/ABCDiatypeSemi-Mono-Medium.otf") format("opentype");
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Alpina";
  src: url("../../assets/fonts/GT-Alpina-Standard-Regular.woff2") format("woff2"), url("../../assets/fonts/GT-Alpina-Standard-Regular.woff") format("woff"), url("../../assets/fonts/GT-Alpina-Standard-Regular.otf") format("opentype");
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "montamont";
  src: url("../../assets/fonts/montamont.eot?b02sd0");
  src: url("../../assets/fonts/montamont.eot?b02sd0#iefix") format("embedded-opentype"), url("../../assets/fonts/montamont.ttf?b02sd0") format("truetype"), url("../../assets/fonts/montamont.woff?b02sd0") format("woff"), url("../../assets/fonts/montamont.svg?b02sd0#montamont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "montamont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-right:before {
  content: "\e902";
}

.icon-chevron-up:before {
  content: "\e903";
}

.icon-arrow-down:before {
  content: "\e904";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-about:before {
  content: "\e907";
}

.icon-archive:before {
  content: "\e908";
}

.icon-basket:before {
  content: "\e909";
}

.icon-bed:before {
  content: "\e90a";
}

.icon-books:before {
  content: "\e90b";
}

.icon-bstockist:before {
  content: "\e90c";
}

.icon-burger-close-light:before {
  content: "\e90d";
}

.icon-burger-light:before {
  content: "\e90e";
}

.icon-by-the-water:before {
  content: "\e90f";
}

.icon-calendar:before {
  content: "\e910";
}

.icon-call:before {
  content: "\e911";
}

.icon-check-circle:before {
  content: "\e912";
}

.icon-check:before {
  content: "\e913";
}

.icon-circle:before {
  content: "\e914";
}

.icon-city:before {
  content: "\e915";
}

.icon-collections:before {
  content: "\e916";
}

.icon-contact:before {
  content: "\e917";
}

.icon-copy:before {
  content: "\e918";
}

.icon-culinary:before {
  content: "\e919";
}

.icon-delete:before {
  content: "\e91a";
}

.icon-dotting:before {
  content: "\e91b";
}

.icon-dropdown:before {
  content: "\e91c";
}

.icon-dropup:before {
  content: "\e91d";
}

.icon-expand-content:before {
  content: "\e91e";
}

.icon-filter:before {
  content: "\e91f";
}

.icon-guides:before {
  content: "\e920";
}

.icon-heart-active:before {
  content: "\e921";
}

.icon-heart-inactive:before {
  content: "\e922";
}

.icon-host:before {
  content: "\e923";
}

.icon-house:before {
  content: "\e924";
}

.icon-lifestyle:before {
  content: "\e925";
}

.icon-link:before {
  content: "\e926";
}

.icon-location-pin:before {
  content: "\e927";
}

.icon-maps:before {
  content: "\e928";
}

.icon-old-glitz:before {
  content: "\e929";
}

.icon-open-in-new:before {
  content: "\e92a";
}

.icon-passes:before {
  content: "\e92b";
}

.icon-plus-bold:before {
  content: "\e92c";
}

.icon-plus-thin:before {
  content: "\e92d";
}

.icon-press:before {
  content: "\e92e";
}

.icon-reset:before {
  content: "\e92f";
}

.icon-search:before {
  content: "\e930";
}

.icon-share:before {
  content: "\e931";
}

.icon-social-email:before {
  content: "\e932";
}

.icon-social-facebook:before {
  content: "\e933";
}

.icon-social-instagram:before {
  content: "\e934";
}

.icon-social-newlink:before {
  content: "\e935";
}

.icon-social-spotify:before {
  content: "\e936";
}

.icon-social-telegram:before {
  content: "\e937";
}

.icon-social-tiktok:before {
  content: "\e938";
}

.icon-social-whatsapp:before {
  content: "\e939";
}

.icon-south-tyrol:before {
  content: "\e93a";
}

.icon-star:before {
  content: "\e93b";
}

.icon-stationary:before {
  content: "\e93c";
}

.icon-x-bold-circle:before {
  content: "\e93d";
}

.icon-x-nav-close:before {
  content: "\e93e";
}

.icon-x-thin:before {
  content: "\e93f";
}

:root {
  --admin-bar: 0px;
  --header-h: 72px; /* set this to your actual header height */
  --tabletPadding: 10.2rem;
}

html {
  --a11y-text-size-factor: 1;
  box-sizing: border-box;
  font-weight: 300;
  font-family: "GT Alpina";
  font-size: calc(2.315458937vw * var(--a11y-text-size-factor));
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f9f7f5;
  --grey-label-color: var(--gray--250);
}

@media (min-width: 768px) {
  html {
    font-size: calc(11.6px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 992px) {
  html {
    font-size: 0.5952380952vw;
  }
}
@media (min-width: 2500px) {
  html {
    font-size: calc(3.4px + (100vw - 992px) * 0.0066532258);
  }
}
@media (min-width: 3000px) {
  html {
    font-size: calc(0px + (100vw - 992px) * 0.0066532258);
  }
}
body {
  font-family: "GT Alpina";
  color: var(--black--100, #444);
  /* Logged-in admin bar height */
}
body.admin-bar {
  padding-top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar {
    padding-top: 32px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

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

picture {
  display: flex;
}
picture img {
  width: 100%;
}
picture img.reduce-brightness {
  filter: brightness(0.8);
}

p {
  margin: 0;
}

em {
  font-style: italic;
}

*, *:active, *:focus {
  outline: none !important;
}

.multianimline {
  width: max-content;
  --underline-color: var(--theme-primary-color);
  background-image: linear-gradient(90deg, var(--underline-color) 0, var(--underline-color) 33%, transparent 33.0001%, transparent 66%, var(--underline-color) 66.0001%, var(--underline-color) 100%);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.6s ease;
  cursor: pointer;
  background-size: 300% 1px;
}
.multianimline.black {
  --underline-color: var(--cd-black);
  color: var(--cd-black);
}
.multianimline.white {
  --underline-color: #ffffff;
}
@media (hover: hover) {
  .multianimline:hover {
    background-position: 0 100%;
  }
}
.multianimline.bold {
  background-size: 300% 2px;
}
.multianimline.single {
  background-size: 0 2px;
  background-image: linear-gradient(90deg, transparent 0, transparent 50%, var(--underline-color) 50.00001%, var(--underline-color) 100%);
  background-image: linear-gradient(90deg, transparent 0, transparent 50%, var(--underline-color) 50.00001%, var(--underline-color) 100%);
  background-position: 100% 100%;
  transition: background-size 0.6s ease;
}
.multianimline.single:hover {
  background-size: 200% 2px;
  background-image: linear-gradient(270deg, transparent 0, transparent 50%, var(--underline-color) 50.00001%, var(--underline-color) 100%);
  background-position: 0% 100%;
}

body.theme-black .multianimline {
  --underline-color: #ffffff;
  color: var(--white);
}

.editor-styles {
  font-family: "GT Alpina";
  font-size: 1.9rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.038rem;
  line-height: 1.3;
}
.editor-styles strong {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.018rem;
}
.editor-styles a {
  color: var(--cd-black);
  width: max-content;
  --underline-color: var(--theme-primary-color);
  background-image: linear-gradient(90deg, var(--underline-color) 0, var(--underline-color) 33%, transparent 33.0001%, transparent 66%, var(--underline-color) 66.0001%, var(--underline-color) 100%);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position 0.6s ease;
  cursor: pointer;
  background-size: 300% 1px;
  --underline-color: #1d1d1c;
}
.editor-styles a.black {
  --underline-color: var(--cd-black);
  color: var(--cd-black);
}
.editor-styles a.white {
  --underline-color: #ffffff;
}
@media (hover: hover) {
  .editor-styles a:hover {
    background-position: 0 100%;
  }
}
.editor-styles p {
  margin-bottom: 3.2rem;
}
.editor-styles p:last-child {
  margin-bottom: 0;
}
.editor-styles__label {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  margin-bottom: 0.4rem !important;
  display: block;
  text-transform: uppercase;
  color: var(--grey-label-color);
}
.editor-styles__sub-headline {
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 3.2rem;
  color: #1d1d1c;
}
.editor-styles__text-intend {
  text-indent: 3.2rem;
}
.editor-styles__page-intro {
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  color: var(--cd-black);
}

@media screen and (min-width: 992px) {
  .editor-styles {
    font-family: "GT Alpina";
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.042rem;
    line-height: 1.35;
  }
  .editor-styles strong {
    font-family: "ATC Diatype";
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02rem;
    line-height: 1.4;
  }
  .editor-styles p {
    margin-bottom: 4rem;
  }
  .editor-styles p:last-child {
    margin-bottom: 0;
  }
  .editor-styles__label {
    margin-bottom: 1.2rem !important;
  }
  .editor-styles__sub-headline {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    margin-bottom: 4rem;
  }
  .editor-styles__text-intend {
    text-indent: 2em;
  }
  .editor-styles__page-intro {
    font-family: "ATC Diatype";
    font-size: 4.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
}
body.theme-black .editor-styles__page-intro, body.theme-black .editor-styles__sub-headline, body.theme-black .editor-styles__label {
  color: var(--white);
}

.hide-scrollbars {
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}

.header-nav > ul {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header-nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.6rem 0.8rem;
  font-family: "ATC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}
.header-nav > ul > li > a .icon {
  position: relative;
  top: -1px;
  font-size: 0.9rem;
}
.header-nav > ul > li > a .icon.icon-x-nav-close {
  display: none;
}
.header-nav__item {
  position: relative;
}
.header-nav__item .context-menu-wrapper {
  position: absolute;
  top: calc(100% + 2.3rem);
  left: 50%;
  transform: translateX(-50%);
}
.header-nav__item:has(.header-nav__large-dropdown.opened) .header-nav__item-label {
  background: var(--black--400-opacity-7, rgba(0, 0, 0, 0.07));
}
.header-nav__item:has(.header-nav__large-dropdown.opened) .header-nav__item-label .icon-chevron-down {
  display: none;
}
.header-nav__item:has(.header-nav__large-dropdown.opened) .header-nav__item-label .icon-x-nav-close {
  display: inline;
}
.header-nav__item-label {
  border-radius: 1rem;
  transition: background-color 0.3s ease;
}
.header-nav__item-label.multianimline.single {
  background-size: 0 1px;
  background-position: calc(100% - 0.7rem) calc(100% - 0.6rem);
}
.header-nav__item-label.multianimline.single:hover {
  background-size: calc(200% - 3.2rem) 1px;
  background-position: 0.7rem calc(100% - 0.6rem);
}
.header-nav__large-dropdown {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  background: var(--cd-glacier-light--400, #F9F7F5);
  pointer-events: none;
  transform: translateY(calc(-100% - 10rem));
}
.header-nav__large-dropdown:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--black--400-opacity-60);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.header-nav__large-dropdown.opened {
  transform: translateY(0);
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.header-nav__large-dropdown.opened:before {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header-nav__large-dropdown.opened .header-nav__large-dropdown-title, .header-nav__large-dropdown.opened .header-nav__large-dropdown-description, .header-nav__large-dropdown.opened .header-nav__large-dropdown-item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.header-nav__large-dropdown.opened .header-nav__large-dropdown-title {
  transition-delay: 0.1s;
}
.header-nav__large-dropdown.opened .header-nav__large-dropdown-description {
  transition-delay: 0.15s;
}
.header-nav__large-dropdown.opened .header-nav__large-dropdown-item:nth-child(1) {
  transition-delay: 0.1s;
}
.header-nav__large-dropdown.opened .header-nav__large-dropdown-item:nth-child(2) {
  transition-delay: 0.15s;
}
.header-nav__large-dropdown.opened .header-nav__large-dropdown-item:nth-child(3) {
  transition-delay: 0.2s;
}
.header-nav__large-dropdown-left {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 52.2rem;
}
.header-nav__large-dropdown-title {
  font-family: "ATC Diatype";
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  color: var(--cd-black);
  transform: translateY(-40%);
  opacity: 0;
}
.header-nav__large-dropdown-description {
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.25;
  color: var(--black--200);
  transform: translateY(-40%);
  opacity: 0;
}
.header-nav__large-dropdown-right {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 38.8rem 38.8rem;
}
.header-nav__large-dropdown-right:has(> *:nth-child(3)) {
  grid-template-columns: 28rem 28rem 28rem;
}
.header-nav__large-dropdown-right > * {
  min-width: 0;
}
.header-nav__large-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  aspect-ratio: 388/542;
  transform: translateY(-20%);
  opacity: 0;
}
.header-nav__large-dropdown-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header-nav__large-dropdown-item-image picture {
  width: 100%;
  height: 100%;
}
.header-nav__large-dropdown-item-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-nav__large-dropdown-item-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "ATC Diatype";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 3.08rem */
  color: var(--white);
}

@media (hover: hover) {
  body.theme-black:not(:has(.header-nav__large-dropdown.opened)) .header-nav__item-label:hover {
    background: var(--white-opacity--15, rgba(255, 255, 255, 0.15));
  }
  .header-nav__item-label:hover {
    background: var(--black--400-opacity-7, rgba(0, 0, 0, 0.07));
  }
}
.logo {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.logo .white {
  opacity: 0;
}
.logo--white .white {
  opacity: 1;
}
.logo--white .black {
  opacity: 0;
}
.logo--mini img:not(.mini) {
  opacity: 0;
}
.logo img {
  width: 12rem;
  grid-area: 1/1/1/1;
}
.logo img.mini {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.4rem;
  opacity: 0;
}

@media (min-width: 992px) {
  .logo img {
    width: 15.4rem;
  }
}
body.theme-black .context-menu {
  border: 1px solid var(--white-opacity--20, rgba(255, 255, 255, 0.2));
  background: var(--black--400-opacity-50, rgba(0, 0, 0, 0.5));
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
}
body.theme-black .context-menu__item {
  color: var(--white);
}

.context-menu-wrapper {
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(15px);
}
.context-menu-wrapper.opened {
  opacity: 1;
  pointer-events: auto;
}

.context-menu {
  padding: 0.8rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.6rem;
  border: 1px solid var(--white-opacity--55, rgba(255, 255, 255, 0.55));
  background: var(--white-opacity--70, rgba(255, 255, 255, 0.7));
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
}
.context-menu__item {
  display: flex;
  padding: 0.8rem;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.6rem;
  font-family: "ATC Diatype Mono";
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--cd-black);
  cursor: pointer;
}
.context-menu__item span {
  white-space: nowrap;
  position: relative;
  top: 0.1rem;
}
.context-menu__item .icon {
  font-size: 2rem;
}

@media (hover: hover) {
  body.theme-black .context-menu__item:hover {
    background-color: var(--black--100);
  }
  .context-menu__item {
    transition: background-color 0.3s ease;
  }
  .context-menu__item:hover {
    background-color: white;
  }
}
.tag {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  max-width: 100%;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  background-color: #e0dedc;
  min-height: 3.2rem;
}
.tag__icon {
  font-size: 2rem;
}
.tag__label {
  max-width: 100%;
  overflow: hidden;
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  color: var(--cd-black);
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (hover: hover) {
  .tag {
    transition: background 0.3s ease;
  }
  .tag:hover {
    background: var(--cd-glacier-light--460, #CBC8C6);
  }
}
.label {
  background-color: #ffffff;
  padding: 0.4rem 1.2rem;
  border-radius: 0.6rem;
  border: 1px solid #1d1d1c;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.label--theme-lemon-whisper {
  background-color: #fefa8d;
  color: var(--cd-black);
  border: none;
}
.label--theme-white {
  color: var(--cd-black);
}
.label--size-l {
  padding: 0.6rem 1.2rem;
}
.label--size-l .label__label {
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.026rem;
  line-height: 1;
}
.label__icon {
  font-size: 1.6rem;
}
.label__label {
  text-align: center;
  font-family: "ATC Diatype Mono";
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.boxed-cta {
  background-color: #ffffff;
  padding: 1.2rem;
  border-radius: 0.3rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  max-width: 100%;
}
.boxed-cta__image-wrapper img {
  width: 8rem;
  aspect-ratio: 1;
}
.boxed-cta__body {
  height: 8rem;
  display: flex;
  flex-direction: column;
}
.boxed-cta__sub-headline {
  font-family: "ABC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12rem;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 0.2rem;
}
.boxed-cta__headline {
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  color: #1d1d1c;
}
.boxed-cta__link {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: #1d1d1c;
  margin-top: auto;
}

@media (min-width: 768px) {
  .boxed-cta {
    padding: 1.2rem 1.6rem;
    gap: 2rem;
    border-radius: 0.6rem;
  }
  .boxed-cta__image-wrapper img {
    width: 12rem;
  }
  .boxed-cta__body {
    height: 12rem;
    justify-content: center;
  }
  .boxed-cta__sub-headline {
    font-family: "ABC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
  .boxed-cta__headline {
    font-family: "ATC Diatype";
    font-size: 1.9rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
  .boxed-cta__link {
    margin-top: 1.6rem;
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
}
.button {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  border-style: solid;
  border-width: 2px;
  height: var(--button-height);
  padding: var(--button-padding);
  border-radius: var(--button-border-radius);
  gap: var(--button-gap);
  background-color: transparent;
  border-color: transparent;
  color: var(--button-theme-primary-color);
}
.button__wrapper {
  display: flex;
}
.button .button-label {
  overflow: hidden;
  white-space: nowrap;
}
.button .amount {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-theme-primary-color);
  color: var(--button-theme-secondary-color);
  width: var(--button-amount-size);
  height: var(--button-amount-size);
  flex: 0 0 var(--button-amount-size);
}
.button-solid {
  background-color: var(--button-theme-primary-color);
  color: var(--button-theme-secondary-color);
  border-color: var(--button-theme-border-color);
}
.button-solid .amount {
  background-color: var(--button-theme-secondary-color);
  color: var(--button-theme-secondary-inverted-color);
}
.button-outline {
  border-color: var(--button-theme-border-color);
}
.button-theme-black {
  --button-theme-primary-color: var(--black--300);
  --button-theme-secondary-color: var(--white);
  --button-theme-secondary-inverted-color: var(--black--300);
  --button-theme-border-color: var(--button-theme-primary-color);
}
.button-theme-white {
  --button-theme-primary-color: var(--white);
  --button-theme-secondary-color: var(--black--300);
  --button-theme-secondary-inverted-color: var(--white);
  --button-theme-border-color: var(--button-theme-primary-color);
}
.button-theme-gold {
  --button-theme-primary-color: var(--cd-lemon-whisper);
  --button-theme-secondary-color: var(--cd-black);
  --button-theme-secondary-inverted-color: var(--white);
  --button-theme-border-color: var(--button-theme-primary-color);
}
.button-theme-grey {
  --button-theme-primary-color: var(--cd-glacier-light--450);
  --button-theme-secondary-color: var(--black--300);
  --button-theme-secondary-inverted-color: var(--white);
  --button-theme-border-color: var(--button-theme-primary-color);
}
.button-full-width {
  width: 100%;
}
.button-s {
  --button-height: 3.2rem;
  --button-padding: 0.8rem 1rem;
  --button-gap: 0.4rem;
  --button-border-radius: 0.6rem;
}
.button-s .button-label {
  font-family: "ATC Diatype";
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button-s .icon {
  font-size: 1.6rem;
}
.button-s .amount {
  --button-amount-size: 1.6rem;
  font-family: "ATC Diatype Mono";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01rem;
  line-height: 0.95;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button-m {
  --button-height: 3.9rem;
  --button-padding: 1rem 3.2rem;
  --button-gap: 0.4rem;
  --button-border-radius: 0.6rem;
}
.button-m .button-label {
  font-family: "ATC Diatype";
  font-size: 1.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button-m .icon {
  font-size: 1.9rem;
}
.button-m .amount {
  --button-amount-size: 1.6rem;
  font-family: "ATC Diatype Mono";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01rem;
  line-height: 0.95;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button-l {
  --button-height: 4.7rem;
  --button-padding: 1.4rem 3.2rem;
  --button-gap: 0.4rem;
  --button-border-radius: 0.6rem;
}
.button-l .button-label {
  font-family: "ATC Diatype";
  font-size: 1.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button-l .icon {
  font-size: 1.9rem;
}
.button-l .icon.icon-chevron-down {
  font-size: 1.4rem;
}
.button-l .amount {
  --button-amount-size: 1.6rem;
  font-family: "ATC Diatype Mono";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01rem;
  line-height: 0.95;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.button:not(.disabled):not([disabled]):focus.button-theme-black {
  box-shadow: 0 0 0 4px rgba(24, 24, 24, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-white {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-gold {
  box-shadow: 0 0 0 4px rgba(24, 24, 24, 0.3);
}
.button:not(.disabled):not([disabled]):focus.button-theme-grey {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
.button[disabled], .button.disabled {
  cursor: no-drop;
}
.button[disabled] .amount, .button.disabled .amount {
  background-color: var(--gray--150);
  color: var(--white);
}
.button[disabled].button-theme-black, .button.disabled.button-theme-black {
  border-color: var(--gray--150, #CBCBCB);
  color: var(--gray--150);
}
.button[disabled].button-theme-black .button-solid, .button.disabled.button-theme-black .button-solid {
  background: var(--gray--150, #CBCBCB);
  color: var(--white);
}
.button[disabled].button-theme-black .button-solid .amount, .button.disabled.button-theme-black .button-solid .amount {
  background-color: var(--white);
  color: var(--cd-black);
}
.button[disabled].button-theme-black .button-outline .amount, .button.disabled.button-theme-black .button-outline .amount {
  background-color: var(--cd-black);
  color: var(--white);
}
.button[disabled].button-theme-white, .button.disabled.button-theme-white {
  color: var(--gray--150);
}
.button[disabled].button-theme-white .amount, .button.disabled.button-theme-white .amount {
  background-color: var(--white);
  color: var(--cd-black);
}
.button[disabled].button-theme-white .button-solid, .button.disabled.button-theme-white .button-solid {
  background: var(--gray--150, #CBCBCB);
  border-color: var(--gray--150, #CBCBCB);
}
.button[disabled].button-theme-white .button-solid .amount, .button.disabled.button-theme-white .button-solid .amount {
  background-color: var(--cd-black);
  color: var(--white);
}
.button[disabled].button-theme-gold, .button.disabled.button-theme-gold {
  color: var(--white);
}
.button[disabled].button-theme-gold .amount, .button.disabled.button-theme-gold .amount {
  background-color: var(--white);
  color: var(--cd-black);
}
.button[disabled].button-theme-gold .button-solid, .button.disabled.button-theme-gold .button-solid {
  background: var(--cd-lemon-whisper);
  border-color: var(--cd-lemon-whisper);
}
.button[disabled].button-theme-grey, .button.disabled.button-theme-grey {
  background: var(--cd-glacier-light--450, #E0DEDC);
  border-color: var(--cd-glacier-light--450, #E0DEDC);
  color: var(--gray--150);
}
.button[disabled].button-theme-grey .amount, .button.disabled.button-theme-grey .amount {
  background-color: var(--cd-black);
  color: var(--white);
}

@media (min-width: 992px) {
  .button-lg-s {
    --button-height: 3.2rem;
    --button-padding: 0.8rem 1rem;
    --button-gap: 0.4rem;
    --button-border-radius: 0.6rem;
  }
  .button-lg-s .button-label {
    font-family: "ATC Diatype";
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .button-lg-s .icon {
    font-size: 1.6rem;
  }
  .button-lg-s .amount {
    --button-amount-size: 1.6rem;
    font-family: "ATC Diatype Mono";
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.01rem;
    line-height: 0.95;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .button-lg-m {
    --button-height: 3.9rem;
    --button-padding: 1rem 3.2rem;
    --button-gap: 0.4rem;
    --button-border-radius: 0.6rem;
  }
  .button-lg-m .button-label {
    font-family: "ATC Diatype";
    font-size: 1.9rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .button-lg-m .icon {
    font-size: 1.9rem;
  }
  .button-lg-m .amount {
    --button-amount-size: 1.6rem;
    font-family: "ATC Diatype Mono";
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.01rem;
    line-height: 0.95;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .button-lg-l {
    --button-height: 4.7rem;
    --button-padding: 1.4rem 3.2rem;
    --button-gap: 0.4rem;
    --button-border-radius: 0.6rem;
  }
  .button-lg-l .button-label {
    font-family: "ATC Diatype";
    font-size: 1.9rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .button-lg-l .icon {
    font-size: 1.9rem;
  }
  .button-lg-l .icon.icon-chevron-down {
    font-size: 1.4rem;
  }
  .button-lg-l .amount {
    --button-amount-size: 1.6rem;
    font-family: "ATC Diatype Mono";
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.01rem;
    line-height: 0.95;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
}
@media (hover: hover) {
  .button {
    cursor: pointer;
  }
  .button:not(.disabled):not([disabled]) .amount {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .button:not(.disabled):not([disabled]).button-tooltip:hover:before {
    opacity: 1;
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-black {
    background-color: var(--black--400-opacity-10);
    border-color: transparent;
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-black.button-solid {
    background: var(--black--100, #444);
    border-color: var(--black--100, #444);
    color: var(--white);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-black.button-outline {
    border-color: var(--black--300);
    background-color: var(--black--400-opacity-10);
    color: var(--black--300);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-white {
    color: var(--gray--50);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-white.button-solid, .button:not(.disabled):not([disabled]):hover.button-theme-white.button-outline {
    color: var(--black--300);
    background-color: var(--gray--25);
    border-color: transparent;
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-gold.button-solid {
    background-color: var(--cd-lemon-whisper);
    border-color: var(--cd-lemon-whisper);
    color: var(--white);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-gold.button-solid .amount {
    background-color: var(--white);
    color: var(--cd-black);
  }
  .button:not(.disabled):not([disabled]):hover.button-theme-grey.button-solid {
    background-color: var(--gray--150);
    border-color: var(--gray--150);
  }
}
body:has(.mobile-menu-opened) {
  overflow: hidden;
}
body:has(.mobile-menu-opened) .mobile-menu {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu {
  background: var(--cd-glacier-light--400, #F9F7F5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 12.1rem;
  height: 100dvh;
  overflow: auto;
  z-index: 999;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu__item {
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s ease;
  border-bottom: 1px solid var(--Gray-Lines, #DDD);
}
.mobile-menu__item > a {
  padding: 2.4rem 2rem;
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 3.2rem */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}
.mobile-menu__item > a .icon {
  font-size: 1.8rem;
}
.mobile-menu__item.opened {
  grid-template-rows: auto 1fr;
}
.mobile-menu__item-content {
  min-height: 0;
  overflow: hidden;
}
.mobile-menu__item-content-inner {
  padding: 0 2rem 2.4rem;
}
.mobile-menu__item-content-description {
  color: var(--cd-black);
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}
.mobile-menu__item-content-children {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.mobile-menu__item-child {
  position: relative;
  display: flex;
  aspect-ratio: 179/229;
}
.mobile-menu__item-child-image {
  width: 100%;
  height: 100%;
}
.mobile-menu__item-child-image picture {
  width: 100%;
  height: 100%;
}
.mobile-menu__item-child-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-menu__item-child-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: var(--white, #FFF);
  text-align: center;
  font-family: "ATC Diatype";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 2.2rem */
}

@media (min-width: 768px) {
  .mobile-menu > ul {
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
}
.stay-preview__label {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: var(--grey-label-color);
}
.stay-preview__title {
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
  margin-bottom: 2rem;
}
.stay-preview__data {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 1.6rem;
}
.stay-preview__description {
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.3;
  color: var(--black--200);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.stay-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media (max-width: 992px) {
  .stay-preview__tags > *:nth-child(3):not(:last-child) {
    display: none;
  }
}
.stay-preview__tags-more-mobile {
  display: flex;
}
.stay-preview__tags-more-desktop {
  display: none;
}
.stay-preview__gallery {
  width: 100%;
}
.stay-preview__gallery:not(:has(.swiper)) > * > * > * {
  width: 28.5rem;
}
.stay-preview__gallery .swiper {
  position: relative;
  width: calc(100% + 4rem);
  left: -2rem;
  padding: 0 2rem;
}
.stay-preview__gallery .swiper a {
  display: block;
}
.stay-preview__gallery > * > * img {
  aspect-ratio: 47/63;
  width: 100%;
  object-fit: cover;
}
.stay-preview__mobile-link {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
  margin-left: auto;
  margin-right: auto;
}
.stay-preview__desktop-link {
  display: none;
}

@media (min-width: 992px) {
  .stay-preview__label {
    margin-bottom: 1.2rem;
  }
  .stay-preview__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    margin-bottom: 1.6rem;
  }
  .stay-preview__data {
    flex-direction: row;
    align-items: flex-end;
    gap: 7.1rem;
  }
  .stay-preview__description {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.3;
    max-width: 38.8rem;
  }
  .stay-preview__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .stay-preview__tags-more-mobile {
    display: none;
  }
  .stay-preview__tags-more-desktop {
    display: flex;
  }
  .stay-preview__gallery {
    width: 100%;
  }
  .stay-preview__gallery:not(:has(.swiper)) > * > * > * {
    width: auto;
  }
  .stay-preview__gallery > * > * {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.6rem;
  }
  .stay-preview__gallery > * > * > * {
    min-width: 0;
  }
  .stay-preview__gallery > * > * img {
    aspect-ratio: 307/411;
  }
  .stay-preview__desktop-link {
    display: block;
    margin-left: auto;
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .stay-preview__mobile-link {
    display: none;
  }
}
body.theme-black .text-hero__title {
  color: #ffffff;
}
body.theme-black .text-hero__claim {
  color: rgba(255, 255, 255, 0.8509803922);
}

.text-hero__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  margin-bottom: 1.6rem;
  text-align: center;
  color: #1d1d1c;
}
.text-hero__claim {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.016rem;
  line-height: 1.25;
  text-align: center;
  color: #444444;
}
.text-hero__cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

@media (min-width: 768px) {
  .text-hero__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 0.8rem;
  }
  .text-hero__claim {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.25;
  }
}
body {
  --filterTagHeight: 3.2rem;
}
body.theme-black .mon-search-filter__custom-tag {
  background: rgba(255, 255, 255, 0.1490196078);
  color: #757575;
}
body.theme-black .mon-search-filter__custom-tag--active {
  background-color: #ffffff;
  color: #000000;
}

.mon-search-filter__single-select {
  position: relative;
}
.mon-search-filter__single-select--dropdown-open .mon-search-filter__single-select-options {
  display: block;
}
.mon-search-filter__single-select-selected-option {
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  color: var(--cd-black);
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  background: #e0dedc;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  height: 100%;
  cursor: pointer;
  min-height: var(--filterTagHeight);
}
.mon-search-filter__single-select-selected-option--active {
  background-color: #1d1d1c;
  color: #ffffff;
}
.mon-search-filter__single-select-selected-option:after {
  content: "\e900";
  font-size: 0.9rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "montamont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mon-search-filter__single-select-selected-option .search-filter-input-radio__count {
  display: none;
}
.mon-search-filter__custom-tag {
  height: auto;
  cursor: pointer;
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  background: #e0dedc;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  color: var(--cd-black);
  transition: background 0.3s ease;
  min-height: var(--filterTagHeight);
}
@media (hover: hover) {
  .mon-search-filter__custom-tag:hover {
    background: #cbc8c6;
  }
}
.mon-search-filter__custom-tag:before {
  font-size: 2.4rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "montamont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mon-search-filter__custom-tag--show-all-tags:before {
  content: "\e91b";
}
.mon-search-filter__custom-tag--active {
  background-color: #1d1d1c;
  color: #ffffff;
}
@media (hover: hover) {
  .mon-search-filter__custom-tag--active:hover {
    color: #1d1d1c;
  }
}
.mon-search-filter__custom-tag-count {
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 1.6rem;
  background-color: #ffffff;
  color: #1d1d1c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ATC Diatype Mono";
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.01rem;
  line-height: 0.95;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.mon-search-filter__single-select-options {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 1.6rem);
  left: 0;
  padding: 0.8rem 1.2rem;
  border-radius: 0.6rem;
  background: #F4F4F3;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
  max-width: none;
}
.mon-search-filter__single-select-options .search-filter-input-group {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mon-search-filter__single-select-options .search-filter-input-group .search-filter-input-group {
  margin: 0;
}
.mon-search-filter__single-select-options .search-filter-input-radio {
  padding: 0;
}
.mon-search-filter__single-select-options .search-filter-input-radio--disabled .search-filter-input-radio__label {
  cursor: no-drop !important;
  color: #969696 !important;
  background: #edebe9 !important;
}
.mon-search-filter__single-select-options .search-filter-input-radio:has(.search-filter-input-group) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mon-search-filter__single-select-options .search-filter-input-radio__control {
  display: none;
}
.mon-search-filter__single-select-options .search-filter-input-radio__label {
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  color: var(--cd-black);
  min-height: var(--filterTagHeight);
}
@media (hover: hover) {
  .mon-search-filter__single-select-options .search-filter-input-radio__label:hover {
    background-color: #ffffff;
  }
}
.mon-search-filter__single-select-options .search-filter-input-radio__count {
  display: none;
}
.mon-search-filter__checkbox .search-filter-input-group {
  display: flex;
  gap: 0.6rem;
  height: 100%;
}
.mon-search-filter__checkbox .search-filter-input-checkbox {
  height: auto;
  padding: 0;
}
.mon-search-filter__checkbox .search-filter-input-checkbox__container {
  height: 100%;
}
.mon-search-filter__checkbox .search-filter-input-checkbox[data-option-value] .search-filter-input-checkbox__label {
  height: 100%;
}
.mon-search-filter__checkbox .search-filter-input-checkbox[data-option-value] .search-filter-input-checkbox__label:before {
  content: var(--iconContent);
  font-size: 2.4rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "montamont" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mon-search-filter__checkbox .search-filter-input-checkbox--disabled .search-filter-input-checkbox__label {
  cursor: no-drop !important;
  color: #969696 !important;
  background: #edebe9 !important;
}
.mon-search-filter__checkbox .search-filter-input-checkbox--is-active .search-filter-input-checkbox__label {
  background-color: #1d1d1c;
  color: #ffffff;
}
@media (hover: hover) {
  .mon-search-filter__checkbox .search-filter-input-checkbox--is-active .search-filter-input-checkbox__label:hover {
    color: #1d1d1c;
  }
}
.mon-search-filter__checkbox .search-filter-input-checkbox__control {
  display: none;
}
.mon-search-filter__checkbox .search-filter-input-checkbox__label {
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  background: #e0dedc;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  color: var(--cd-black);
  transition: background 0.3s ease, color 0.3s ease;
  min-height: var(--filterTagHeight);
}
@media (hover: hover) {
  .mon-search-filter__checkbox .search-filter-input-checkbox__label:hover {
    background: #cbc8c6;
  }
}
.mon-search-filter__checkbox .search-filter-input-checkbox__count {
  display: none;
}

@media (min-width: 992px) {
  body {
    --filterTagHeight: 4rem;
  }
  .mon-search-filter__single-select-options .search-filter-input-radio {
    padding: 0;
  }
  .mon-search-filter__single-select-options .search-filter-input-radio__label {
    font-family: "ATC Diatype Mono";
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
  }
  .mon-search-filter__single-select-options .search-filter-input-radio--is-active {
    display: none;
  }
  .mon-search-filter__single-select-selected-option {
    font-family: "ATC Diatype Mono";
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
  }
  .mon-search-filter__custom-tag {
    font-family: "ATC Diatype Mono";
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
  }
  .mon-search-filter__checkbox .search-filter-input-checkbox__label {
    font-family: "ATC Diatype Mono";
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
  }
}
body.theme-black .collection-preview__title {
  color: #ffffff;
}
body.theme-black .collection-preview__mobile-link {
  color: #ffffff;
}

.collection-preview__headline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.4rem;
}
.collection-preview__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
}
.collection-preview__mobile-featured-item {
  margin-bottom: 6.4rem;
}
.collection-preview__mobile-featured-item .stay-mini-preview__yellow-label, .collection-preview__mobile-featured-item .pass-preview__yellow-label {
  width: 30rem;
}
.collection-preview__mobile-featured-item .stay-mini-preview__image, .collection-preview__mobile-featured-item .stay-mini-preview__media-inner, .collection-preview__mobile-featured-item .pass-preview__image, .collection-preview__mobile-featured-item .pass-preview__media-inner {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
}
.collection-preview__gallery {
  width: 100%;
}
.collection-preview__gallery:not(:has(.swiper)) > * > * > * {
  width: 28.5rem;
}
.collection-preview__gallery > * > * img {
  aspect-ratio: 5/7;
  width: 100%;
  object-fit: cover;
}
.collection-preview__gallery .swiper {
  position: relative;
  width: calc(100% + 4rem);
  left: -2rem;
  padding: 0 2rem;
}
.collection-preview__mobile-link {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
}
.collection-preview__desktop-link {
  display: none;
}

@media (max-width: 992px) {
  .collection-preview__featured-item {
    display: none;
  }
  .collection-preview__mobile-featured-item .pass-preview__title {
    font-family: "ATC Diatype";
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05rem;
    line-height: 1.2;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body:has(.headroom--unpinned) .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .stay-mini-preview, body:has(.headroom--unpinned) .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .pass-preview {
    top: 5.2rem;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) {
    display: flex;
    flex-wrap: wrap;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__headline {
    flex: 0 0 100%;
    width: 100%;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item {
    flex: 0 0 60%;
    width: 60%;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .stay-mini-preview, .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .pass-preview {
    transition: top 0.3s ease;
    position: sticky;
    top: 12rem;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .stay-mini-preview__image, .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .stay-mini-preview__media-inner, .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .pass-preview__image, .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__mobile-featured-item .pass-preview__media-inner {
    left: 0;
    width: 100%;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__gallery {
    flex: 0 0 40%;
    width: 40%;
    padding-left: 2.4rem;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__gallery .swiper {
    width: 100%;
    padding: 0;
    left: 0;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__gallery .swiper .swiper-wrapper {
    flex-direction: column;
    gap: 1.6rem;
  }
  .collection-preview:has(.collection-preview__mobile-featured-item) .collection-preview__gallery .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .collection-preview__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .collection-preview__mobile-featured-item {
    display: none;
  }
  .collection-preview__gallery {
    width: 100%;
  }
  .collection-preview__gallery .desktop-hidden {
    display: none;
  }
  .collection-preview__gallery:not(:has(.swiper)) > * > * > * {
    width: auto;
  }
  .collection-preview__gallery > * > * {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
  .collection-preview__gallery > * > * > * {
    min-width: 0;
  }
  .collection-preview__gallery > * > * img {
    aspect-ratio: 388/543;
  }
  .collection-preview__featured-item {
    grid-column: span 2;
  }
  .collection-preview__featured-item .stay-mini-preview__yellow-label, .collection-preview__featured-item .pass-preview__yellow-label {
    width: 40rem;
    padding: 0.6rem 1.2rem;
  }
  .collection-preview__featured-item .stay-mini-preview__yellow-label .label__label, .collection-preview__featured-item .pass-preview__yellow-label .label__label {
    font-family: "ATC Diatype Mono";
    font-size: 1.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.026rem;
    line-height: 1;
  }
  .collection-preview__featured-item .stay-mini-preview__yellow-label .label__icon, .collection-preview__featured-item .pass-preview__yellow-label .label__icon {
    font-size: 1.9rem;
  }
  .collection-preview__desktop-link {
    display: block;
    margin-left: auto;
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .collection-preview__mobile-link {
    display: none;
  }
}
body.theme-black .stay-mini-preview {
  color: var(--cd-black);
}

.stay-mini-preview {
  position: relative;
}
.stay-mini-preview__back-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.stay-mini-preview__image {
  position: relative;
  display: block;
  z-index: 2;
  margin-bottom: 1.6rem;
}
.stay-mini-preview__image picture img {
  aspect-ratio: 517/724;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.stay-mini-preview__image figcaption {
  display: none;
}
.stay-mini-preview__hover-button {
  display: none;
}
.stay-mini-preview__headline {
  position: relative;
  z-index: 2;
  padding: 0 0.4rem;
}
.stay-mini-preview__label {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: inline-block;
  color: var(--grey-label-color);
}
.stay-mini-preview__title {
  font-family: "ATC Diatype";
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  color: var(--cd-black);
  margin-bottom: 2rem;
}
.stay-mini-preview__data {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-right: 2rem;
}
.stay-mini-preview__description {
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.3;
  color: var(--black--200);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.stay-mini-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media (max-width: 992px) {
  .stay-mini-preview__tags > *:nth-child(3):not(:last-child) {
    display: none;
  }
}
.stay-mini-preview__mobile-link {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
  text-decoration: underline;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.stay-mini-preview__desktop-link {
  display: none;
}
.stay-mini-preview__yellow-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.6rem;
  width: 20rem;
  z-index: 1;
}

@media (min-width: 992px) {
  .stay-mini-preview--featured .stay-mini-preview__image {
    margin-bottom: 3.2rem;
  }
  .stay-mini-preview--featured .stay-mini-preview__headline {
    padding: 0 1.6rem;
  }
  .stay-mini-preview--featured .stay-mini-preview__title {
    font-family: "ATC Diatype";
    font-size: 4.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.088rem;
    line-height: 1.2;
  }
  .stay-mini-preview__headline {
    padding: 0 0.8rem;
  }
  .stay-mini-preview__image {
    margin-bottom: 2.4rem;
  }
  .stay-mini-preview__label {
    margin-bottom: 1.2rem;
  }
  .stay-mini-preview__title {
    font-family: "ATC Diatype";
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.056rem;
    line-height: 1.15;
    margin-bottom: 2rem;
  }
  .stay-mini-preview__description {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.3;
  }
  .stay-mini-preview__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
  }
  .stay-mini-preview__desktop-link {
    display: block;
    margin-left: auto;
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .stay-mini-preview__mobile-link {
    display: none;
  }
  .stay-mini-preview__yellow-label {
    bottom: 2.4rem;
    width: 30rem;
  }
}
@media (hover: hover) {
  .stay-mini-preview__image:hover img {
    filter: brightness(0.7);
  }
  .stay-mini-preview__image:hover .stay-mini-preview__hover-button {
    opacity: 1;
  }
  .stay-mini-preview__image:hover .stay-mini-preview__headline {
    opacity: 0.7;
  }
  .stay-mini-preview__image:hover .stay-mini-preview__yellow-label {
    filter: brightness(0.7);
  }
  .stay-mini-preview__image img {
    transition: filter 0.3s ease;
  }
  .stay-mini-preview__headline {
    transition: opacity 0.3s ease;
  }
  .stay-mini-preview__yellow-label {
    transition: filter 0.3s ease;
  }
  .stay-mini-preview__hover-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
  }
}
.mon-medium iframe {
  pointer-events: none !important;
}
.mon-medium--swiper {
  width: 100%;
  position: relative;
}
.mon-medium--swiper .swiper-slide {
  height: auto;
}
.mon-medium--has-caption .mon-medium__swiper-pagination {
  bottom: 5.2rem !important;
}
.mon-medium__swiper-pagination {
  position: absolute;
  bottom: 1.6rem !important;
  z-index: 5;
  --swiper-pagination-bullet-width: 0.6rem;
  --swiper-pagination-bullet-height: 0.6rem;
  --swiper-pagination-bullet-horizontal-gap: 0.25rem;
  --swiper-pagination-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-bullet-inactive-opacity: 0.55;
}
.mon-medium__swiper-button {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  background-color: #ffffff;
  cursor: pointer;
}
.mon-medium__swiper-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "montamont" !important;
  font-size: 1.4rem;
  color: #000000;
}
.mon-medium__swiper-button--disabled {
  display: none;
}
.mon-medium__swiper-button--next {
  right: 1.6rem;
}
.mon-medium__swiper-button--next:before {
  content: "\e902";
}
.mon-medium__swiper-button--prev {
  left: 1.6rem;
}
.mon-medium__swiper-button--prev:before {
  content: "\e901";
}
.mon-medium .swiper-initialized .mon-medium__swiper-button {
  display: flex;
}
.mon-medium .swiper-initialized .mon-medium__swiper-button--disabled {
  display: none;
}
.mon-medium--vimeo-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.mon-medium--vimeo-video-cover {
  width: 100%;
  aspect-ratio: var(--mon-medium-aspect-ratio, 3/4);
  object-fit: cover;
}
.mon-medium--vimeo-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mon-medium--vimeo-video-player.reduce-brightness {
  filter: brightness(0.8);
}
.mon-medium--vimeo-video-player > div {
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}
.mon-medium--vimeo-video-player iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.02) !important;
  border: 0;
  min-width: 100%;
  min-height: 100%;
}
.mon-medium--vimeo-video-player iframe video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.theme-black figcaption {
  color: var(--white-opacity--85, rgba(255, 255, 255, 0.85));
}

.mon-figure__image {
  aspect-ratio: var(--mon-medium-aspect-ratio, 3/4);
  object-fit: cover;
  object-position: center;
}

figcaption {
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.028rem;
  line-height: 1.25;
  color: var(--black--100);
  padding: 1.2rem 0.6rem 0;
}

@media (min-width: 992px) {
  figcaption {
    padding: 0.8rem 1.2rem;
  }
}
.product-facts {
  padding-bottom: 8rem;
  background: var(--cd-glacier-light--400, #F9F7F5);
}
.product-facts__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.product-facts__title {
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  text-align: center;
  color: var(--cd-black);
}
.product-facts__product-image-wrapper {
  display: flex;
  justify-content: center;
}
.product-facts__product-image {
  width: 50%;
}
.product-facts__description-wrapper.has-read-more .product-facts__description-read-more {
  display: block;
}
.product-facts__description {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--cd-black, #1D1D1C);
}
.product-facts__description--show-all {
  display: block;
}
.product-facts__description-read-more {
  margin-top: 1em;
  cursor: pointer;
  display: none;
  color: var(--cd-black);
}
.product-facts__description-read-more .more {
  display: block;
}
.product-facts__description-read-more .less {
  display: none;
}
.product-facts__description-read-more--active .more {
  display: none;
}
.product-facts__description-read-more--active .less {
  display: block;
}
.product-facts__attribute {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--Gray-Lines, #DDD);
  color: var(--black--400, #000);
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  position: relative;
}
.product-facts__attribute--hidden {
  display: none !important;
}
.product-facts__attribute--selectable {
  display: flex;
  gap: 0.5rem;
  cursor: pointer;
}
.product-facts__attribute--selectable select {
  flex-grow: 1;
}
.product-facts__attribute--selectable:after {
  font-family: "montamont";
  content: "\e900";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.product-facts__attribute-text {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: var(--cd-black, #1D1D1C);
}
.product-facts__buy-button-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--Gray-Lines, #DDD);
  background: var(--cd-glacier-light--400, #F9F7F5);
  box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 1.6rem 1rem;
  z-index: 20;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.product-facts__buy-button-mobile.visible {
  transform: translateY(0);
}

@media (min-width: 992px) {
  .product-facts {
    padding: 2rem 3.2rem 1.6rem;
    position: sticky;
    top: 4.7rem;
    height: calc(100vh - 4.7rem);
    border-left: 1px solid var(--Gray-Lines, #DDD);
    overflow: hidden;
  }
  .product-facts__top {
    margin-bottom: 2.4rem;
  }
  .product-facts__body {
    max-height: calc(100% - 10rem);
    overflow: auto;
    scrollbar-width: none;
    padding-bottom: 16rem;
    gap: 0;
  }
  .product-facts__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    text-align: center;
    margin-bottom: 8.5rem;
  }
  .product-facts__title:first-child {
    margin-top: 3.6rem;
  }
  .product-facts__product-image-wrapper {
    margin-bottom: 8.5rem;
  }
  .product-facts__product-image {
    width: 33%;
  }
  .product-facts__description {
    font-family: "ATC Diatype";
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .product-facts__description--show-all {
    display: block;
  }
  .product-facts__attributes {
    margin-top: 2.4rem;
    margin-bottom: 4rem;
  }
  .product-facts__attribute {
    padding: 1rem 0;
    font-family: "ABC Diatype Semi-Mono";
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .product-facts__attribute--selectable:after {
    font-size: 1rem;
  }
  .product-facts__attribute-text {
    font-family: "ATC Diatype";
    font-size: 1.5rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .product-facts__buy-button-wrapper {
    background: var(--cd-glacier-light--400, #F9F7F5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 1.6rem 3.2rem;
    border-bottom: 1px solid var(--Gray-Lines, #DDD);
  }
  .product-facts__buy-button-mobile {
    display: none;
  }
}
.product-preview--add-to-cart .product-preview__image-wrapper {
  margin-bottom: 0.8rem;
}
.product-preview--add-to-cart .product-preview__description {
  margin-bottom: 0.8rem;
}
.product-preview__product-media {
  pointer-events: none;
  position: relative;
  width: 100%;
  aspect-ratio: 385/513;
  margin-bottom: 1.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  --mon-medidium-aspect-ratio: 385/513;
}
.product-preview__product-media .mon-figure, .product-preview__product-media picture {
  width: 100%;
  height: 100%;
}
.product-preview__product-media-image {
  width: 100%;
  height: 100%;
}
.product-preview__product-media-image picture {
  width: 100%;
  height: 100%;
}
.product-preview__product-media-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-preview__product-media-video {
  display: none;
}
.product-preview__label-wrapper {
  position: absolute;
  z-index: 5;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 40rem;
}
.product-preview__hover-button {
  display: none;
}
.product-preview__description {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  color: var(--cd-black);
  padding-left: 0.8rem;
}
.product-preview__price--deprecated {
  text-decoration: line-through;
  color: var(--gray--250, #969696);
  padding-left: 0.5rem;
}

@media (min-width: 768px) {
  .product-preview:hover .product-preview__product-media-video {
    display: block;
  }
  .product-preview__product-media-image {
    position: relative;
    z-index: 1;
  }
  .product-preview__product-media {
    margin-bottom: 2rem;
  }
  .product-preview__label-wrapper {
    bottom: 2.4rem;
  }
  .product-preview__product-media-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .product-preview__product-media-video .mon-figure {
    width: 100%;
    height: 100%;
  }
  .product-preview__product-media-video .mon-figure picture {
    width: 100%;
    height: 100%;
  }
}
@media (hover: hover) {
  .product-preview:hover .product-preview__product-media-image, .product-preview:hover .product-preview__product-media-video, .product-preview:hover .product-preview__label-wrapper {
    filter: brightness(0.7);
  }
  .product-preview:hover .product-preview__hover-button {
    opacity: 1;
  }
  .product-preview:hover .product-preview__description {
    opacity: 0.7;
  }
  .product-preview__product-media {
    position: relative;
  }
  .product-preview__product-media-image, .product-preview__product-media-video, .product-preview__label-wrapper {
    transition: filter 0.3s ease;
  }
  .product-preview__description {
    transition: opacity 0.3s ease;
  }
  .product-preview__hover-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 10;
  }
}
.qty-cart-button--disabled {
  opacity: 0.8;
}
.qty-cart-button--disabled .qty-cart-button__add-to-cart {
  cursor: no-drop;
}
.qty-cart-button__vat-info {
  margin-bottom: 0.8rem;
  color: var(--gray--250, #969696);
  font-variant-numeric: ordinal;
  font-feature-settings: "case" on, "dlig" on, "calt" off;
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 96%; /* 1.248rem */
}
.qty-cart-button__top {
  border-radius: 0.6rem 0.6rem 0 0;
  display: flex;
  border: 1px solid var(--gray--100, #DDD);
  border-bottom: 0;
}
.qty-cart-button__qty {
  display: flex;
  color: var(--cd-black);
}
.qty-cart-button__qty-minus, .qty-cart-button__qty-plus {
  display: flex;
  padding: 1.4rem 1rem;
  justify-content: center;
  align-items: center;
  font-family: "ATC Diatype";
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 700;
  width: 5.33rem;
  border-right: 1px solid var(--gray--100, #DDD);
  cursor: pointer;
}
.qty-cart-button__qty-amount {
  width: 5.33rem;
  border-right: 1px solid var(--gray--100, #DDD);
  text-align: center;
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.qty-cart-button__price-wrapper {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}
.qty-cart-button__price {
  padding: 1.4rem 3.2rem;
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  text-align: center;
  color: var(--cd-black);
}
.qty-cart-button__bottom {
  border-radius: 0 0 0.6rem 0.6rem;
  overflow: hidden;
}
.qty-cart-button__add-to-cart {
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  font-family: "ATC Diatype";
  font-size: 1.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  padding: 1.4rem 3.2rem;
  background-color: #181818;
}

@media (hover: hover) {
  .qty-cart-button {
    cursor: pointer;
  }
  .qty-cart-button__add-to-cart {
    transition: all 0.3s ease;
  }
  .qty-cart-button__add-to-cart:not(.disabled):not([disabled]):hover {
    background: var(--black--100, #444);
    border-color: var(--black--100, #444);
    color: var(--white);
  }
}
.breadcrumbs {
  font-family: "ATC Diatype Mono";
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.099rem;
  line-height: 1;
  color: var(--gray--250);
  text-transform: uppercase;
}
.breadcrumbs a {
  position: relative;
}
.breadcrumbs a:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 1px solid var(--gray--250);
  width: 0;
  transition: width 0.3s ease;
}
.breadcrumbs a:hover:before {
  width: 100%;
  left: 0;
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding-left: 0.8rem;
  }
}
.cart-line-item {
  display: flex;
  gap: 2rem;
}
.cart-line-item__image-wrapper {
  flex-shrink: 0;
}
.cart-line-item__image {
  width: 10rem;
  aspect-ratio: 100/133;
  object-fit: cover;
  object-position: center;
  border-radius: 0.1032rem;
}
.cart-line-item__title {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  margin-bottom: 0.4rem;
}
.cart-line-item__variation {
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.96;
  font-feature-settings: "dlig" on, "salt" on;
  color: var(--gray--250, #969696);
}
.cart-line-item__title-wrapper {
  margin-bottom: 1.2rem;
}
.cart-line-item__price {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  margin-bottom: 1.6rem;
  margin-top: 1.2rem;
}
.cart-line-item__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.cart-line-item__qty {
  display: flex;
  color: var(--black--100, #444444);
}
.cart-line-item__qty-minus, .cart-line-item__qty-plus {
  display: flex;
  padding: 1.2rem 1.8rem;
  justify-content: center;
  align-items: center;
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  border: 1px solid var(--gray--100, #DDD);
  cursor: pointer;
  width: 4.7rem;
}
.cart-line-item__qty-minus {
  border-radius: 0.6rem 0 0 0.6rem;
}
.cart-line-item__qty-plus {
  border-radius: 0 0.6rem 0.6rem 0;
}
.cart-line-item__qty-amount {
  width: 4.7rem;
  text-align: center;
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  border-top: 1px solid var(--gray--100, #DDD);
  border-bottom: 1px solid var(--gray--100, #DDD);
}
.cart-line-item__remove {
  font-size: 2rem;
  color: #969696;
  cursor: pointer;
}

@media (min-width: 992px) {
  .cart-line-item__main {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-grow: 1;
  }
  .cart-line-item__title-wrapper {
    margin-bottom: 1.6rem;
  }
  .cart-line-item__price {
    margin: 0 0 0 auto;
  }
  .cart-line-item__actions {
    width: 100%;
    flex: 0 0 100%;
  }
}
.cart--visible .cart__sidebar {
  display: block;
}
.cart--visible .cart__background {
  display: block;
}
.cart--empty .cart__empty-message, .cart--empty .cart__continue-shopping {
  display: block;
}
.cart--empty .cart__body, .cart--empty .cart__footer-top, .cart--empty .cart__footer-foot, .cart--empty .cart__checkout {
  display: none;
}
.cart__sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  background: var(--cd-glacier-light--400, #F9F7F5);
  width: 100vw;
  height: 100%;
  overflow: auto;
  display: none;
}
.cart__background {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.cart__recommended-products {
  padding: 2rem;
  border-right: 1px solid #dddddd;
}
.cart__recommended-products--desktop {
  display: none;
}
.cart__recommended-products--mobile .product-preview {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cart__recommended-products--mobile .product-preview__cart-button {
  margin-top: auto;
}
.cart__recommended-products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  gap: 1.6rem;
}
.cart__recommended-products-headline {
  color: var(--cd-black, #1D1D1C);
  margin-bottom: 1.6rem;
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.96;
  font-feature-settings: "dlig" on, "salt" on;
}
.cart__recommended-product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cart__recommended-product .product-preview__price--deprecated {
  display: none;
}
.cart__recommended-product--hidden {
  display: none;
}
.cart__all-recommended-products-added--hidden {
  display: none;
}
.cart__main {
  display: flex;
  flex-direction: column;
}
.cart__header {
  padding: 2rem 2rem 0;
  display: flex;
  justify-content: space-between;
}
.cart__header-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.cart__headline {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
.cart__close {
  font-size: 2rem;
  cursor: pointer;
  position: fixed;
  top: 2rem;
  right: 2rem;
  color: var(--cd-black);
}
.cart__body {
  padding: 0 2rem;
}
.cart__empty-message {
  padding: 2.4rem 2.4rem 30rem;
  display: none;
  font-family: "ATC Diatype";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  color: var(--cd-black);
}
.cart__line-item {
  padding: 2.4rem 0;
  border-bottom: 1px solid #dddddd;
}
.cart__footer {
  margin-top: auto;
  padding: 2rem 2rem 1.6rem;
  border-top: 1px solid var(--Gray-Lines, #DDD);
  width: 100%;
  z-index: 10010;
  background: var(--cd-glacier-light--400, #F9F7F5);
  position: sticky;
  bottom: 0;
  left: 0;
}
.cart__footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.cart__footer-headline {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
.cart__footer-price {
  color: var(--cd-black, #1D1D1C);
  font-feature-settings: "dlig" on;
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1.6rem */
  text-transform: uppercase;
}
.cart__checkout {
  margin-bottom: 1.6rem;
}
.cart__continue-shopping {
  display: none;
}
.cart__footer-foot {
  color: var(--gray--250, #969696);
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.96;
  font-feature-settings: "dlig" on, "salt" on;
  text-align: center;
}

.cart-trigger {
  cursor: pointer;
}

@media (min-width: 992px) {
  .cart--visible .cart__sidebar {
    display: flex;
  }
  .cart--visible .cart__background {
    display: block;
  }
  .cart__recommended-products {
    padding: 2.4rem;
    order: 1;
    flex: 0 0 25%;
    width: 25%;
    border-right: 1px solid #dddddd;
    display: block;
  }
  .cart__recommended-products--mobile {
    display: none;
  }
  .cart__recommended-products--desktop {
    display: block;
  }
  .cart__recommended-products-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .cart__sidebar {
    height: 100vh;
    width: 45vw;
  }
  .cart__main {
    height: 100%;
    order: 2;
    flex: 0 0 75%;
    width: 75%;
    height: 100%;
  }
  .cart__header {
    padding: 2.4rem 2.4rem 0;
  }
  .cart__headline {
    font-family: "ATC Diatype";
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .cart__close {
    top: 2.4rem;
    right: 2.4rem;
  }
  .cart__body {
    padding: 0 2.4rem;
  }
  .cart__line-item:last-child {
    border-bottom: none;
  }
  .cart__footer {
    margin-top: auto;
    padding: 2.4rem;
  }
}
.pass-preview {
  display: block;
}
.pass-preview__media {
  position: relative;
  margin-bottom: 1.6rem;
}
.pass-preview__media-inner figcaption {
  display: none;
}
.pass-preview__media-image picture img {
  aspect-ratio: 179/251;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.pass-preview__media-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.pass-preview__media-video iframe {
  pointer-events: none;
}
.pass-preview__body img.skeleton {
  width: 22rem;
}
.pass-preview__region {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: var(--white-opacity--85);
}
.pass-preview__title {
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.pass-preview__data {
  font-family: "ATC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.pass-preview__label {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  width: 30rem;
  padding: 0.4rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  border-radius: 0.6rem;
  background: var(--cd-lemon-whisper, #FEFA8D);
  font-family: "ATC Diatype Mono";
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--cd-black);
  max-width: calc(100% - 2rem);
}
.pass-preview__label .icon {
  font-size: 1.6rem;
  line-height: 1;
}
.pass-preview__hover-button {
  display: none;
}

@media (min-width: 992px) {
  .pass-preview__media {
    margin-bottom: 2.4rem;
  }
  .pass-preview__media-image picture img {
    aspect-ratio: 388/543;
  }
  .pass-preview__title {
    font-family: "ATC Diatype";
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.056rem;
    line-height: 1.15;
    margin-bottom: 2rem;
  }
  .pass-preview__data {
    font-family: "ATC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.112rem;
    line-height: 1.4;
  }
  .pass-preview__label {
    bottom: 2.4rem;
    max-width: calc(100% - 8rem);
    width: 40rem;
    padding: 0.6rem 1.2rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.026rem;
    line-height: 1;
  }
  .pass-preview__label .icon {
    font-size: 1.9rem;
  }
}
@media (hover: hover) {
  .pass-preview:not(.pass-preview-skeleton):hover .pass-preview__media-image {
    opacity: 0;
    pointer-events: none;
  }
  .pass-preview:not(.pass-preview-skeleton):hover .pass-preview__media-video {
    opacity: 1;
    pointer-events: auto;
  }
  .pass-preview__media-inner {
    transition: filter 0.3s ease;
  }
  .pass-preview__body {
    transition: opacity 0.3s ease;
  }
  .pass-preview__hover-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
.pass-intro__claim {
  margin-bottom: 6.4rem;
}
.pass-intro__media-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.pass-intro__media-gallery-item video {
  width: 100%;
}
.pass-intro__mobile-gallery-media {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  margin-bottom: 6.4rem;
}
.pass-intro__mobile-gallery-media img, .pass-intro__mobile-gallery-media video {
  height: 60rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.pass-intro__media-gallery-claim {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: #ffffff;
}
.pass-intro__media-gallery-claim--secondary {
  display: none;
}
.pass-intro__map-image {
  position: relative;
  margin-bottom: 5.6rem;
}
.pass-intro__meta {
  position: absolute;
  top: 3.5rem;
  right: 0.1rem;
  font-family: "ATC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
}
.pass-intro__meta.top-left {
  right: unset;
  left: 2rem;
}
.pass-intro__meta.bottom-left {
  top: unset;
  right: unset;
  left: 2rem;
  bottom: 3.5rem;
}
.pass-intro__meta.bottom-right {
  top: unset;
  bottom: 3.5rem;
}
.pass-intro__meta.center-left {
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  right: unset;
}
.pass-intro__meta.center-right {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .pass-intro__media-gallery-item:first-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .pass-intro__map-image {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .pass-intro__mobile-gallery-media {
    display: none;
  }
  .pass-intro__claim {
    padding-top: 4rem;
    padding-right: 4rem;
    margin-bottom: min(25.4rem, 30vh);
  }
  .pass-intro__map-image {
    position: sticky;
    top: 4.8rem;
    transform: translateX(-2rem);
    width: calc(83.3333333333% + 2rem);
    margin-bottom: 0;
  }
  .pass-intro__map-image picture {
    height: 100%;
    width: 100%;
    padding-top: 2rem;
  }
  .pass-intro__map-image picture img {
    max-height: calc(100vh - 6.8rem);
    width: 100%;
    object-fit: contain;
  }
  .pass-intro__meta {
    top: 6.6rem;
    right: 9.3rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.112rem;
    line-height: 1.4;
  }
  .pass-intro__meta.top-left {
    left: 9.3rem;
  }
  .pass-intro__meta.bottom-left {
    left: 9.3rem;
    bottom: 6.6rem;
  }
  .pass-intro__meta.bottom-right {
    bottom: 6.6rem;
  }
  .pass-intro__meta.center-left {
    left: 9.3rem;
  }
  .pass-intro__media-gallery {
    gap: 5.6rem;
  }
  .pass-intro__media-gallery-claim {
    top: 4rem;
    left: 4rem;
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
  }
  .pass-intro__media-gallery-claim--secondary {
    display: block;
  }
}
.destination-preview {
  display: block;
}
.destination-preview.has-border-radius .destination-preview__image picture img {
  border-radius: 0.4rem;
}
.destination-preview--coming-soon {
  cursor: no-drop;
}
.destination-preview__image {
  position: relative;
  margin-bottom: 1.6rem;
  --mon-medium-aspect-ratio: 179/251;
}
.destination-preview__image picture img {
  aspect-ratio: 179/251;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.destination-preview__image iframe {
  pointer-events: none;
}
.destination-preview__region {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: var(--grey-label-color);
}
.destination-preview__title {
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: var(--cd-black);
}
.destination-preview__description {
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.3;
  color: var(--black--200);
}
.destination-preview__label {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  width: 40rem;
  padding: 0.4rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  border-radius: 0.6rem;
  background: var(--cd-lemon-whisper, #FEFA8D);
  font-family: "ATC Diatype Mono";
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--cd-black);
  max-width: calc(100% - 2rem);
}
.destination-preview__label .icon {
  font-size: 1.6rem;
  line-height: 1;
}
.destination-preview__hover-button {
  display: none;
}

@media (min-width: 992px) {
  .destination-preview__image {
    margin-bottom: 2.4rem;
    --mon-medium-aspect-ratio: 388/543;
  }
  .destination-preview__image picture img {
    aspect-ratio: 388/543;
  }
  .destination-preview__title {
    font-family: "ATC Diatype";
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.056rem;
    line-height: 1.15;
    margin-bottom: 2rem;
  }
  .destination-preview__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
  }
  .destination-preview__label {
    bottom: 2.4rem;
    max-width: calc(100% - 8rem);
  }
}
@media (hover: hover) {
  .destination-preview:hover .destination-preview__image img {
    filter: brightness(0.8);
  }
  .destination-preview:hover .destination-preview__hover-button {
    opacity: 1;
  }
  .destination-preview:hover .destination-preview__body {
    opacity: 0.7;
  }
  .destination-preview__image {
    position: relative;
  }
  .destination-preview__image img {
    transition: filter 0.3s ease;
  }
  .destination-preview__body {
    transition: opacity 0.3s ease;
  }
  .destination-preview__hover-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
.destinations-archive-row {
  display: grid;
  grid-gap: 1.6rem;
}

@media (max-width: 992px) {
  .destinations-archive-row.template-2 {
    grid-template-columns: 1fr;
    grid-gap: 6.4rem;
  }
  .destinations-archive-row.template-3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 6.4rem 1.6rem;
  }
  .destinations-archive-row.template-3 .destinations-archive-row__item.featured {
    grid-column: 1/3;
    order: 1;
  }
  .destinations-archive-row.template-3 .destinations-archive-row__item.featured .destination-preview__image {
    width: calc(100% + 4rem);
    position: relative;
    left: -2rem;
  }
  .destinations-archive-row.template-3 .destinations-archive-row__item:not(.featured) {
    order: 999;
  }
  .destinations-archive-row.template-4, .destinations-archive-row.template-5 {
    position: relative;
    left: -2rem;
    width: calc(100% + 4rem);
    display: flex;
    overflow: auto;
    gap: 1.6rem;
    padding: 0 2rem;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .destinations-archive-row.template-4::-webkit-scrollbar, .destinations-archive-row.template-5::-webkit-scrollbar {
    display: none;
  }
  .destinations-archive-row.template-4 > *, .destinations-archive-row.template-5 > * {
    flex: 0 0 28.5rem;
  }
}
@media (min-width: 992px) {
  .destinations-archive-row__item.featured {
    grid-column: span 2;
  }
  .destinations-archive-row__item.featured .destination-preview__label {
    padding: 0.6rem 1.2rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.026rem;
    line-height: 1;
  }
  .destinations-archive-row__item.featured .destination-preview__label .icon {
    font-size: 1.9rem;
  }
}
.text-link {
  color: var(--cd-black);
  font-family: "ATC Diatype";
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.028rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.text-link--size-m {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.text-link--size-l {
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}

@media (min-width: 768px) {
  .text-link {
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .text-link--size-s {
    font-family: "ATC Diatype";
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.028rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .text-link--size-lg-s {
    font-family: "ATC Diatype";
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.028rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
}
.filter-overlay {
  background: var(--black--400-opacity-60, rgba(0, 0, 0, 0.6));
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  display: none;
}
.filter-overlay--visible {
  display: block;
}
.filter-overlay__background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.filter-overlay__modal {
  position: absolute;
  width: 100vw;
  border-radius: 0.6rem 0.6rem 0 0;
  background: var(--cd-glacier-light--400, #F9F7F5);
  left: 0;
  bottom: 0;
}
.filter-overlay__close {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  cursor: pointer;
  font-size: 2.2rem;
}
.filter-overlay__headline {
  font-family: "ATC Diatype Mono";
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12rem;
  line-height: 1;
  padding: 1.6rem 2rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid var(--gray--100, #DDD);
}
.filter-overlay__filter-options {
  margin-bottom: 2.4rem;
  padding: 2.4rem 2rem;
}
.filter-overlay__filter-options .mon-search-filter__checkbox .search-filter-input-group {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.filter-overlay__filter-options .mon-search-filter__single-select-options {
  display: flex;
  position: static;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}
.filter-overlay__filter-options .mon-search-filter__single-select-options .search-filter-input-group {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  flex-direction: row;
}
.filter-overlay__filter-options .mon-search-filter__single-select-options .search-filter-input-radio--is-active .search-filter-input-radio__label {
  background-color: #1d1d1c;
  color: #ffffff;
}
.filter-overlay__filter-options .mon-search-filter__single-select-options .search-filter-input-radio__label {
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  background: #e0dedc;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  color: var(--cd-black);
}
.filter-overlay__rest-filter-wrapper {
  text-align: center;
  margin-bottom: 6rem;
}

@media (min-width: 768px) {
  .filter-overlay__modal {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60rem;
    height: fit-content;
    padding: 2.4rem;
    border-radius: 0.6rem;
    border: 1px solid var(--white-opacity--55, rgba(255, 255, 255, 0.55));
    background: var(--cd-glacier-light--400, #F9F7F5);
    box-shadow: 0 24px 105px 0 rgba(0, 0, 0, 0.12), 0 8.76px 38.327px 0 rgba(0, 0, 0, 0.1), 0 4.253px 18.607px 0 rgba(0, 0, 0, 0.09), 0 2.085px 9.121px 0 rgba(0, 0, 0, 0.08), 0 0.824px 3.607px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
  }
  .filter-overlay__close {
    top: 2.4rem;
    right: 2.4rem;
  }
  .filter-overlay__headline {
    border: none;
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
    text-transform: none;
    text-align: left;
    padding: 0.1rem 0 2.6rem 0;
  }
  .filter-overlay__filter-options {
    padding: 0;
    margin-bottom: 3.4rem;
  }
  .filter-overlay__rest-filter-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .filter-overlay__modal {
    width: 74rem;
  }
}
.newsletter-signup {
  position: relative;
  display: block;
}
.newsletter-signup.success .newsletter-signup__message .success {
  display: block !important;
}
.newsletter-signup.success .newsletter-signup__input-wrapper {
  pointer-events: none;
  opacity: 0.8;
}
.newsletter-signup.error .newsletter-signup__message .error {
  display: block !important;
}
.newsletter-signup.error .newsletter-signup__input-wrapper {
  border-color: var(--red-error--400);
}
.newsletter-signup.error .newsletter-signup__input-wrapper input {
  color: var(--red-error--400);
}
.newsletter-signup__label {
  display: block;
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  color: var(--gray--250);
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.newsletter-signup__input-wrapper {
  position: relative;
  display: flex;
  border: 1px solid var(--white);
}
.newsletter-signup__input-wrapper input {
  width: 75%;
  flex: 0 0 75%;
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  padding: 1.2rem 1.6rem;
}
.newsletter-signup__input-wrapper input::placeholder {
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: var(--white-opacity--70);
}
.newsletter-signup__submit-button {
  flex: 0 0 25%;
  width: 25%;
  padding: 1.2rem 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  border-left: 1px solid var(--white);
  cursor: pointer;
}
.newsletter-signup__message {
  position: absolute;
  top: calc(100% + 1.2rem);
  left: 0;
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .newsletter-signup__label {
    font-family: "ABC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.14rem;
    line-height: 1;
    margin-bottom: 3.2rem;
  }
  .newsletter-signup__input-wrapper input {
    width: calc(100% - 14rem);
    flex: 0 0 calc(100% - 14rem);
    font-family: "ATC Diatype";
    font-size: 3.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .newsletter-signup__input-wrapper input::placeholder {
    font-family: "ATC Diatype";
    font-size: 3.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .newsletter-signup__submit-button {
    flex: 0 0 14rem;
    width: 14rem;
    font-family: "ATC Diatype";
    font-size: 2.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .newsletter-signup__message {
    top: calc(100% + 1.6rem);
  }
}
@media (hover: hover) {
  .newsletter-signup__submit-button:hover {
    background-color: var(--white);
    color: var(--black--400);
  }
}
body:has(.overview-preloader) .search-filter-query--loading {
  pointer-events: none;
}
body:has(.overview-preloader) .search-filter-query--loading * {
  pointer-events: none;
}
body:has(.overview-preloader):has(.search-filter-query--loading) .overview-preloader {
  display: block;
}
body:has(.overview-preloader):has(.search-filter-query--loading) .overview-preloader__content-to-load {
  display: none;
}
body:has(.overview-preloader):has(.search-filter-query--loading) .search-page__nothing-found {
  display: none;
}
body:has(.overview-preloader) .search-filter-query__spinner {
  display: none;
}

.overview-preloader {
  display: none;
  pointer-events: none;
}

.related-products__headline {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
  margin-bottom: 2.4rem;
}
.related-products__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 1.6rem;
}

@media (min-width: 992px) {
  .related-products__headline {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .related-products__products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.accordion__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.accordion__trigger[aria-expanded=true] .accordion__summary-icon {
  transform: scaleY(-1);
}
.accordion__summary-icon-wrapper {
  margin-left: auto;
  flex-shrink: 0;
  flex: 0 0 1.2rem;
}
.accordion__summary-icon {
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 1.2rem;
}
.accordion__animation-wrapper {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease-in-out;
}
.accordion__animation-wrapper[hidden] {
  grid-template-rows: 0fr;
}
.accordion__animation-wrapper[hidden] .accordion__transform-wrapper {
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.3s ease-in-out, visibility 0s 0.3s ease-in-out;
}
.accordion__animation {
  min-height: 0;
}
.accordion__transform-wrapper {
  margin: 3rem 0;
  transform: translateY(0);
  visibility: visible;
  transition: transform 0.3s ease-in-out, visibility 0s linear;
}
.accordion__body a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .accordion__summary-icon-wrapper {
    flex: 0 0 1rem;
  }
  .accordion__summary-icon {
    font-size: 1rem;
  }
  .accordion__downloadList .fp-iframe {
    width: 100%;
    height: 43vw;
  }
}
.stockist-preview__image {
  --mon-medium-aspect-ratio: 285 / 399;
}
.stockist-preview__image picture img {
  aspect-ratio: 285/399;
  object-fit: cover;
  overflow: hidden;
}
.stockist-preview__body {
  padding: 1.6rem 0.4rem 0;
}
.stockist-preview__body-label {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: var(--grey-label-color);
}
.stockist-preview__title {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.stockist-preview__description {
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.3;
  color: var(--black--200, #222);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}
.stockist-preview__link {
  display: inline-block;
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  margin-top: 2.1rem;
  color: var(--cd-black, #1D1D1C);
}

@media (min-width: 992px) {
  .stockist-preview__image {
    --mon-medium-aspect-ratio: 388 / 543;
  }
  .stockist-preview__image picture img {
    aspect-ratio: 388/543;
  }
  .stockist-preview__body {
    padding: 2.4rem 0.8rem 0;
  }
  .stockist-preview__title {
    font-family: "ATC Diatype";
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.056rem;
    line-height: 1.15;
  }
  .stockist-preview__link {
    font-family: "ATC Diatype";
    font-size: 1.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.032rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
    margin-top: 1.6rem;
  }
}
.newsletter-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  display: none;
}
.newsletter-popup.visible {
  display: flex;
}
.newsletter-popup.process form {
  pointer-events: none;
}
.newsletter-popup.process .newsletter-popup__content-form-submit {
  pointer-events: none;
}
.newsletter-popup.process .newsletter-popup__content-form-submit .icon--after {
  display: inline-block;
}
.newsletter-popup.process .newsletter-popup__content-form-submit .button-label {
  display: none;
}
.newsletter-popup.success form {
  pointer-events: none;
}
.newsletter-popup.success .newsletter-popup__content-form-submit .icon--before {
  display: inline-block;
}
.newsletter-popup.success .newsletter-popup__content-form-submit .button-label {
  display: none;
}
.newsletter-popup__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--black--400-opacity-60, rgba(0, 0, 0, 0.6));
}
.newsletter-popup__content-wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  z-index: 3;
  background: var(--cd-glacier-light--400, #F9F7F5);
  box-shadow: 0 24px 105px 0 rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(20px);
}
.newsletter-popup__content-close {
  position: absolute;
  height: 100%;
  top: 0;
  right: 1.6rem;
  pointer-events: none;
}
.newsletter-popup__content-close .icon {
  position: sticky;
  top: 1.6rem;
  font-size: 2.2rem;
  color: var(--white);
  pointer-events: auto;
  cursor: pointer;
}
.newsletter-popup__content-image picture img {
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
}
.newsletter-popup__content-body {
  padding: 2.4rem 2rem 2rem 2rem;
}
.newsletter-popup__content-title {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.056rem;
  line-height: 1.15;
  margin-bottom: 2.4rem;
}
.newsletter-popup__content-text {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 2.4rem;
}
.newsletter-popup__content-text ul {
  list-style: disc;
  padding-left: 2rem;
}
.newsletter-popup__content-text ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.newsletter-popup__content-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.newsletter-popup__content-form-input {
  width: 100%;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  padding: 1.2rem 1.6rem;
  border: 1px solid var(--black--400, #000);
  color: var(--cd-black);
}
.newsletter-popup__content-form-input::placeholder {
  color: var(--gray--200, #BBB);
}
.newsletter-popup__content-form-submit .icon--before, .newsletter-popup__content-form-submit .icon--after {
  display: none;
}

@media (min-width: 768px) {
  .newsletter-popup__content-wrapper {
    width: 38.8rem;
    max-height: 100vh;
    height: auto;
    border-radius: 0.6rem;
  }
}
@media (min-width: 992px) {
  .newsletter-popup__content-body {
    padding: 2.4rem;
  }
}
/*===== yeoman hook: content-modules/index.scss =====*/
.stay-intro {
  margin-bottom: 8rem;
}
.stay-intro__breadcrumbs-desktop {
  display: none;
}
.stay-intro__breadcrumbs-mobile {
  margin-bottom: 4rem;
}
.stay-intro__primary-medium-wrapper {
  margin-bottom: 1.6rem;
}
.stay-intro__header {
  margin-bottom: 8rem;
}
.stay-intro__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  margin-bottom: 1.6rem;
  text-align: center;
  color: #1d1d1c;
}
.stay-intro__claim {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.016rem;
  line-height: 1.25;
  margin-bottom: 2.4rem;
  text-align: center;
  color: #444444;
}
.stay-intro__cta-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.stay-intro__cta-wrapper .context-menu-wrapper {
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
}
.stay-intro__secondary-medium-wrapper {
  margin-bottom: 5.6rem;
}
.stay-intro__secondary-medium {
  position: relative;
  --mon-medium-aspect-ratio: 414 / 600;
}
.stay-intro__location-tag {
  position: absolute;
  z-index: 2;
  top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 4rem);
  cursor: pointer;
}
.stay-intro__catch-phrase {
  position: absolute;
  z-index: 10;
  left: 2rem;
  bottom: 2rem;
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: #ffffff;
}
.stay-intro__copyright {
  color: #444444;
  padding: 1.2rem 2rem 0;
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.028rem;
  line-height: 1.25;
}
.stay-intro__attributes-wrapper--desktop {
  display: none;
}
.stay-intro__attribute {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 1.6rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.stay-intro__attribute--tags {
  flex-direction: column;
  gap: 1.6rem;
}
.stay-intro__attribute--tags .stay-intro__attribute-key {
  flex: 0 0 100%;
  width: 100%;
}
.stay-intro__attribute--tags .stay-intro__attribute-value {
  flex: 0 0 100%;
  width: 100%;
}
.stay-intro__attribute-key {
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.128rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #757575;
}
.stay-intro__attribute-value {
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1.25;
  color: #1d1d1c;
}
.stay-intro__attribute-value:not(.stay-intro__attribute-value--tags) a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.stay-intro__attribute-value--tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 992px) {
  .stay-intro__primary-medium {
    --mon-medium-aspect-ratio: 30 / 30;
  }
  .stay-intro__secondary-medium {
    --mon-medium-aspect-ratio: 414 / 474;
  }
}
@media (min-width: 992px) {
  .stay-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16rem;
  }
  .stay-intro--facts-right .stay-intro__primary-medium-wrapper {
    order: 3;
  }
  .stay-intro--facts-right .stay-intro__secondary-medium-wrapper {
    order: 2;
  }
  .stay-intro__breadcrumbs-desktop {
    display: block;
    margin-bottom: 5.6rem;
  }
  .stay-intro__breadcrumbs-mobile {
    display: none;
  }
  .stay-intro__header {
    order: 1;
    flex: 0 0 100%;
  }
  .stay-intro__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 0.8rem;
  }
  .stay-intro__claim {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.25;
  }
  .stay-intro__primary-medium-wrapper {
    padding-left: 4rem;
    flex: 0 0 40%;
    width: 40%;
    order: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
  }
  .stay-intro__primary-medium {
    flex: 0 0 80%;
    width: 80%;
  }
  .stay-intro__secondary-medium-wrapper {
    flex: 0 0 50%;
    width: 50%;
    order: 3;
  }
  .stay-intro__secondary-medium-sticky-wrapper {
    position: sticky;
    top: 5rem;
  }
  .stay-intro__secondary-medium {
    --mon-medium-aspect-ratio: none;
  }
  .stay-intro__secondary-medium .mon-figure__image {
    height: calc(100vh - 5rem);
  }
  .stay-intro__copyright {
    padding: 0.8rem 1.2rem;
  }
  .stay-intro__catch-phrase {
    left: 5.6rem;
    bottom: 5.6rem;
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .stay-intro__attributes-wrapper--mobile {
    display: none;
  }
  .stay-intro__attributes-wrapper--desktop {
    flex: 0 0 100%;
    margin-left: 0;
    display: block;
    padding-bottom: 5.6rem;
  }
  .stay-intro__attributes {
    padding-bottom: 5.6rem;
  }
  .stay-intro__attribute {
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }
  .stay-intro__attribute--tags {
    flex-direction: row;
    gap: 0;
  }
  .stay-intro__attribute--tags .stay-intro__attribute-key {
    flex: 0 0 40%;
    width: 40%;
  }
  .stay-intro__attribute--tags .stay-intro__attribute-value {
    flex: 0 0 57%;
    width: 57%;
  }
  .stay-intro__attribute-key {
    flex: 0 0 40%;
    width: 40%;
  }
  .stay-intro__attribute-value {
    flex: 0 0 57%;
    width: 57%;
  }
}
.double-media--has-small-media .row {
  align-items: center;
}
.double-media--has-small-media .double-media__media-wrapper {
  --mon-medium-aspect-ratio: 3/4;
}
.double-media__media-wrapper {
  --mon-medium-aspect-ratio: 16/18;
}
.double-media__media-wrapper:first-child {
  margin-bottom: 3.2rem;
}

@media (min-width: 992px) {
  .double-media__media-wrapper:first-child {
    margin-bottom: 0;
  }
  .double-media__media-wrapper .mon-medium {
    height: 100%;
  }
  .double-media__media-wrapper .mon-medium .swiper {
    height: 100%;
  }
  .double-media__media-wrapper .mon-figure {
    height: 100%;
  }
  .double-media__media-wrapper .mon-figure__picture {
    height: 100%;
  }
}
.text-media__media-wrapper {
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .text-media__media-wrapper {
    margin-bottom: 0;
  }
  .text-media__text-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.text-media-scroller__media-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.text-media-scroller__text-wrapper {
  margin-bottom: 5.6rem;
}
.text-media-scroller__media-text {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: calc(100% - 4rem);
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--white);
}

@media (min-width: 768px) {
  .text-media-scroller--text-only .text-media-scroller__text-wrapper {
    display: block;
    padding-right: 0;
  }
  .text-media-scroller--text-only .text-media-scroller__text-wrapper .editor-styles__sub-headline {
    font-family: "ATC Diatype";
    font-size: 4.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
  .text-media-scroller--headline-top .text-media-scroller__text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-right: 13.5rem;
  }
  .text-media-scroller--no-headline .text-media-scroller__text-wrapper {
    display: block;
    padding-right: 4rem;
  }
  .text-media-scroller__media-container {
    gap: 5.6rem;
  }
  .text-media-scroller__media-text {
    left: 4rem;
    top: 4rem;
    width: calc(100% - 8rem);
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
  }
}
@media (min-width: 992px) {
  .text-media-scroller--media-left .text-media-scroller__row {
    flex-direction: row-reverse;
  }
  .text-media-scroller--media-left .text-media-scroller__text-wrapper {
    padding-right: 0;
    padding-left: 4rem;
  }
  .text-media-scroller--media-left .text-media-scroller__medium {
    position: relative;
    left: -4rem;
  }
  .text-media-scroller__text-wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 5.6rem;
    padding-right: 11.5rem;
    position: sticky;
    top: 8rem;
    margin-bottom: 0;
  }
  .text-media-scroller__medium {
    width: calc(100% + 4rem);
  }
}
.long-text-media__text-wrapper {
  margin-bottom: 5.6rem;
}

@media (min-width: 768px) {
  .long-text-media__media-wrapper {
    margin-bottom: 0;
  }
  .long-text-media__media-wrapper > * {
    position: sticky;
    top: 7.4rem;
  }
  .long-text-media__text-wrapper {
    padding-top: 16rem;
    margin-bottom: 0;
  }
}
.full-width-image {
  position: relative;
}
.full-width-image__headline {
  top: 2rem;
  left: 2rem;
  position: absolute;
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: #ffffff;
}
.full-width-image__image-wrapper picture img {
  aspect-ratio: 414/600;
  object-fit: cover;
}
.full-width-image__cta-wrapper {
  top: calc(144.9275362319vw - 4rem);
  transform: translateY(-100%);
  left: 2rem;
  position: absolute;
  max-width: calc(100% - 4rem);
}

@media (min-width: 768px) {
  .full-width-image__image-wrapper picture img {
    aspect-ratio: auto;
  }
  .full-width-image__cta-wrapper {
    top: unset;
    bottom: 5.6rem;
    left: 5.6rem;
    transform: none;
  }
}
@media (min-width: 992px) {
  .full-width-image__headline {
    top: 5.6rem;
    left: 5.6rem;
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
}
.extreme-large-image {
  display: flex;
  justify-content: flex-end;
}
.extreme-large-image--image-left {
  justify-content: flex-start;
}
.extreme-large-image__image-wrapper {
  flex: 0 0 100%;
  width: 100%;
  --mon-medium-aspect-ratio: none;
}

@media (min-width: 768px) {
  .extreme-large-image__image-wrapper {
    flex: 0 0 65%;
    width: 65%;
  }
}
body.theme-black .stopovers__headline h2 {
  color: var(--white);
}
body.theme-black .stopovers__text-slide:before {
  border-top-color: var(--black--100);
}
body.theme-black .stopovers__text-slide:after {
  border-top-color: var(--white);
}
body.theme-black .stopovers__text-slide-show-more {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 25%);
}
body.theme-black .stopovers__text-slide-page span {
  color: var(--cd-black);
}
body.theme-black .stopovers__text-slide-page svg path {
  fill: var(--white);
}

.stopovers__headline h2 {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-top: 0.8rem;
  color: var(--cd-black);
}
.stopovers__text-slide {
  padding: 2.4rem 0;
}
.stopovers__text-slide-top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}
.stopovers__text-slide-page {
  position: relative;
}
.stopovers__text-slide-page span {
  position: absolute;
  left: calc(50% - 0.2rem);
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "ATC Diatype Mono";
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
  color: var(--white);
}
.stopovers__text-slide-page svg {
  width: 3rem;
  height: auto;
}
.stopovers__text-slide-title {
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.25;
}
.stopovers__text-slide-text {
  font-family: "GT Alpina";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.35;
  margin-bottom: 0.8rem;
}
.stopovers__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.stopovers__image picture {
  width: 100%;
  height: 100%;
}
.stopovers__image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stopovers__image:not(.active) {
  opacity: 0;
}

@media (max-width: 992px) {
  .stopovers {
    margin-top: -8rem;
    height: 300dvh;
  }
  .stopovers.touch-scrolling {
    touch-action: none;
  }
  .stopovers__container {
    position: sticky;
    top: 0;
    left: 0;
    height: 100dvh;
    display: flex;
    flex-direction: column-reverse;
  }
  .stopovers__content {
    margin: auto 0;
    padding: 6rem 2rem 2rem;
  }
  .stopovers__text-slides {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .stopovers__text-slide {
    grid-area: 1/1/1/1;
  }
  .stopovers__text-slide:not(.active) {
    opacity: 0;
  }
  .stopovers__images {
    margin-top: auto;
    width: 100%;
    padding: 0 2rem;
    aspect-ratio: 374/428;
  }
  .stopovers__images-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .stopovers__container {
    display: flex;
    gap: 16.3rem;
  }
  .stopovers__images {
    width: 83.3rem;
    flex: 0 0 83.3rem;
  }
  .stopovers__images-wrapper {
    position: sticky;
    top: 4.8rem;
    left: 0;
    aspect-ratio: 832/953;
  }
  .stopovers__image picture img {
    aspect-ratio: 832/953;
  }
  .stopovers__content {
    margin-top: 22rem;
  }
  .stopovers__text-slides {
    flex: 0 0 52.2rem;
    width: 52.2rem;
  }
  .stopovers__text-slide {
    position: relative;
  }
  .stopovers__text-slide:before, .stopovers__text-slide:after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
  }
  .stopovers__text-slide:before {
    border-top: 1px solid var(--cd-glacier-light--450, #E0DEDC);
  }
  .stopovers__text-slide:after {
    border-top: 2px solid var(--cd-black);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
  }
  .stopovers__headline h2 {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .stopovers__text-slide-title {
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
  }
  .stopovers__text-slide-text {
    font-family: "GT Alpina";
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.042rem;
    line-height: 1.35;
    margin-bottom: 0;
  }
  .stopovers__text-slide-show-more {
    position: absolute;
    right: 0;
    top: 0;
    width: 16rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg, rgba(249, 247, 245, 0) 0%, #F9F7F5 25%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}
@media (hover: hover) {
  .stopovers__text-slide:hover:after {
    transform: scaleX(1);
  }
  .stopovers__text-slide:hover .stopovers__text-slide-show-more {
    opacity: 1;
    pointer-events: auto;
  }
}
.location__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
  margin-bottom: 1.6rem;
}
.location__description {
  font-family: "GT Alpina";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.35;
  margin-bottom: 2.4rem;
}
.location__list {
  color: var(--cd-black);
}
.location__list li {
  position: relative;
}
.location__list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
}
.location__list li > * {
  display: flex;
  padding: 1.6rem 0.8rem;
  align-items: center;
  gap: 0.8rem;
  font-family: "ATC Diatype Mono";
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.12rem;
  line-height: 1;
  text-transform: uppercase;
}
.location__list li > * .icon {
  font-size: 2.1rem;
}
.location__map-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 374/600;
  border-radius: 0.6rem;
  margin-top: 5.6rem;
  border: 1px solid var(--cd-glacier-light--425, #edebe9);
}
.location__map {
  position: relative;
  width: 100%;
  height: 100%;
}
.location__map-label {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  max-width: calc(100% - 9.2rem);
  z-index: 10;
  width: max-content;
}
.location__map-label .label__label {
  white-space: normal;
}
.location__route-link {
  display: none;
}

@media (min-width: 768px) {
  .location__map-wrapper {
    aspect-ratio: 1335/712;
  }
}
@media (min-width: 992px) {
  .location__main {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .location__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    margin-bottom: 4rem;
  }
  .location__description {
    font-family: "GT Alpina";
    font-size: 2.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.042rem;
    line-height: 1.35;
    margin-bottom: 4rem;
  }
  .location__route-link {
    position: relative;
    display: block;
    padding: 1.6rem 0.8rem;
    margin-top: auto;
    font-family: "ATC Diatype Mono";
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12rem;
    line-height: 1;
    text-transform: uppercase;
    color: var(--cd-black);
  }
  .location__route-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--black--400-opacity-10, rgba(0, 0, 0, 0.1));
  }
  .location__list {
    color: var(--cd-black);
  }
  .location__map-label {
    max-width: calc(100% - 3.2rem);
  }
}
@media (hover: hover) {
  .location__list li, .location__route-link {
    position: relative;
    transition: border-bottom-color 0.3s ease;
  }
  .location__list li:hover:after, .location__route-link:hover:after {
    transform: scaleX(1);
  }
  .location__list li:after, .location__route-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid var(--cd-black);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
  }
}
body.theme-black .where-to-stay {
  background-color: var(--white);
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.where-to-stay__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.where-to-stay__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-bottom: 2.4rem;
  color: var(--cd-black);
}
.where-to-stay__navigation {
  display: none;
}
.where-to-stay__slider {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
}
.where-to-stay__slider .swiper {
  position: relative;
  padding: 0 2rem;
}
.where-to-stay__slider .swiper .swiper-slide {
  width: calc(50% - 0.8rem);
  margin-right: 1.6rem;
}
.where-to-stay__slider .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.where-to-stay__single-item-preview-image {
  display: none;
}
.where-to-stay__single-item-preview-image .mon-medium--vimeo-video-cover, .where-to-stay__single-item-preview-image .mon-figure__image {
  aspect-ratio: 517/724;
}

@media (max-width: 992px) {
  .where-to-stay__slider .swiper:has(.swiper-slide:nth-child(3)) .swiper-slide {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .where-to-stay__slider .swiper .swiper-slide {
    width: calc(50% - 0.8rem);
    margin-right: 1.6rem;
  }
  .where-to-stay__slider .swiper:has(.swiper-slide:nth-child(3)) .swiper-slide {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .where-to-stay__single-item-preview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6rem;
  }
  .where-to-stay__single-item-preview > * {
    min-width: 0;
  }
  .where-to-stay__single-item-preview-image {
    display: block;
    height: max-content;
  }
}
@media (min-width: 992px) {
  body.theme-black .where-to-stay {
    padding-bottom: 16rem;
  }
  .where-to-stay__headline {
    margin-bottom: 2.4rem;
  }
  .where-to-stay__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    margin-bottom: 0;
  }
  .where-to-stay__slider {
    left: -4em;
    width: calc(100% + 8rem);
  }
  .where-to-stay__slider .swiper {
    padding: 0 4rem;
  }
  .where-to-stay__slider .swiper .swiper-slide {
    --items-number-divider: min(4, var(--items-number));
    width: calc(100% / var(--items-number-divider) - 1.6rem * (var(--items-number-divider) - 1) / var(--items-number-divider));
  }
  .where-to-stay__navigation {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .where-to-stay__navigation.hidden {
    display: none;
  }
  .where-to-stay__navigation-item {
    padding: 0.8rem;
    cursor: pointer;
    color: var(--cd-black);
  }
  .where-to-stay__navigation-item .icon {
    font-size: 2.4rem;
  }
  .where-to-stay__navigation-item.disabled {
    color: var(--gray--250);
    cursor: not-allowed;
  }
}
body.theme-black .page-hero__content-headline {
  border-bottom-color: var(--white-opacity--20);
  color: var(--white);
}

.template-page_hero {
  margin-bottom: -12rem;
}

.page-hero {
  width: 100%;
  height: 100svh;
  position: relative;
}
.page-hero.v1 .page-hero__annotation {
  display: block;
}
.page-hero__hero {
  width: 100%;
  height: 100%;
}
.page-hero__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-hero__image figure, .page-hero__image picture, .page-hero__image img, .page-hero__image .mon-medium--vimeo-video {
  width: 100%;
  height: 100%;
}
.page-hero__image .mon-medium {
  pointer-events: none;
}
.page-hero__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__image picture img {
  object-fit: cover;
}
.page-hero__image-desktop {
  display: none;
}
.page-hero__image-desktop, .page-hero__image-mobile {
  width: 100%;
  height: 100%;
}
.page-hero__headline-wrapper {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, calc(-50% - 4rem));
  width: max-content;
  max-width: calc(100% - 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}
.page-hero__headline-wrapper:has(.page-hero__title--multiline) {
  width: calc(100% - 4rem);
}
.page-hero__links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
}
.page-hero__title {
  color: var(--white);
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  z-index: 2;
  text-align: center;
}
.page-hero__title--multiline {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.page-hero__title--multiline > * {
  width: 100%;
}
.page-hero__title--multiline > *:nth-child(2n) {
  text-align: right;
}
.page-hero__title--multiline > *:nth-child(2n+1) {
  text-align: left;
}
.page-hero__left-bottom-block {
  position: absolute;
  left: 2rem;
  bottom: 1.6rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 2.4rem;
  width: calc(100% - 4rem);
}
.page-hero__left-bottom-block .page-hero__links {
  flex-direction: column;
  gap: 1.2rem;
}
.page-hero__left-bottom-block .page-hero__link {
  display: block;
  width: 100%;
}
.page-hero__annotation {
  display: none;
  font-family: "ATC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--white);
  z-index: 2;
}
.page-hero__annotation a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-hero__marquee-text {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 1.6rem;
  width: 11.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  z-index: 2;
  font-family: "ATC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--white);
}
.page-hero__marquee-text span {
  animation: marquee-anim 60s linear infinite forwards;
  white-space: nowrap;
}
@keyframes marquee-anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-hero__breadcrumbs {
  margin-top: 1.6rem;
}
.page-hero__intro-text {
  margin-top: 5.6rem;
  margin-bottom: 8rem;
}
.page-hero__intro-link {
  margin-top: 2.4rem;
  color: var(--cd-black);
}

@media (min-width: 768px) and (max-width: 992px) {
  .page-hero.v2 .page-hero__links {
    flex-direction: row;
    justify-content: flex-start;
  }
  .page-hero.v2 .page-hero__link {
    width: auto;
  }
}
@media (min-width: 992px) {
  .template-page_hero {
    margin-bottom: -16rem;
  }
  .page-hero {
    height: 100vh;
  }
  .page-hero__image-mobile {
    display: none;
  }
  .page-hero__image-desktop {
    display: block;
  }
  .page-hero__headline-wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-hero__headline-wrapper:has(.page-hero__title--multiline) {
    width: calc(100% - 8rem);
    transform: translate(-50%, -75%);
  }
  .page-hero__title {
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
  }
  .page-hero__links {
    flex-direction: row;
    gap: 0.2rem;
  }
  .page-hero__left-bottom-block {
    flex-direction: column;
    left: 4rem;
    bottom: 2.4rem;
    gap: 2.4rem;
  }
  .page-hero__left-bottom-block .page-hero__links {
    flex-direction: row;
    gap: 1.6rem;
    width: max-content;
  }
  .page-hero__left-bottom-block .page-hero__link {
    width: max-content;
  }
  .page-hero__annotation {
    display: block;
    font-family: "ATC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.112rem;
    line-height: 1.4;
  }
  .page-hero__marquee-text {
    right: 4rem;
    bottom: 2.4rem;
    width: 25.3rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.112rem;
    line-height: 1.4;
    transform: none;
  }
  .page-hero__breadcrumbs {
    margin-top: 2.4rem;
  }
  .page-hero__intro-text {
    margin-top: 6.4rem;
    margin-bottom: 9.6rem;
  }
}
.stays-selection__featured-stay-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}
.stays-selection__featured-stay .stay-mini-preview__headline {
  padding: 0 2rem;
}
.stays-selection__featured-stay-title {
  display: none;
}
.stays-selection__featured-stay-label {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 30rem;
  min-height: 2.4rem;
  padding: 0.4rem 1.2rem;
  transform: translateX(-50%);
  border-radius: 0.6rem;
  font-family: "ATC Diatype Mono";
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
  color: var(--cd-black, #1D1D1C);
  text-transform: uppercase;
  background: var(--cd-lemon-whisper, #FEFA8D);
}
.stays-selection__featured-stay-label .icon {
  font-size: 1.6rem;
}
.stays-selection__featured-headline {
  padding: 0 2rem;
}
.stays-selection__featured-caption {
  margin-bottom: 0.4rem;
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--grey-label-color);
}
.stays-selection__featured-title {
  margin-bottom: 1.6rem;
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
  text-wrap: balance;
}
.stays-selection__featured-link {
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
}
.stays-selection__stays-list {
  display: flex;
  gap: 1.6rem;
  padding: 0 2rem;
  overflow: auto;
}
.stays-selection__stay {
  flex: 0 0 28.5rem;
  width: 28.5rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .stays-selection__featured-title {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .stays-selection__featured-stay-wrapper {
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
  }
  .stays-selection__featured-headline {
    flex: 0 0 calc(30% - 1.6rem);
    width: calc(30% - 1.6rem);
    margin-top: 5.6rem;
    padding: 0;
  }
  .stays-selection__featured-stay-title {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% - 4rem);
    transform: translate(-50%, -50%);
    font-family: "ATC Diatype";
    font-size: 4.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
    color: var(--white);
    opacity: 1;
    z-index: 20;
    pointer-events: none;
    text-align: center;
  }
  .stays-selection__featured-stay {
    width: 70%;
    flex: 0 0 70%;
    position: relative;
  }
  .stays-selection__featured-stay picture img {
    height: calc(80vh - 4.8rem);
    aspect-ratio: auto;
  }
  .stays-selection__featured-stay .mon-medium--vimeo-video-player {
    height: calc(80vh - 4.8rem);
  }
  .stays-selection__featured-stay .stay-mini-preview__image {
    margin-bottom: 0;
  }
  .stays-selection__featured-stay .stay-mini-preview__headline {
    display: none;
  }
  .stays-selection__featured-stay:hover .stays-selection__featured-stay-title {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .stays-selection {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.6rem;
    padding-right: 4rem;
  }
  .stays-selection__featured-stay-wrapper {
    position: sticky;
    top: 4.8rem;
    margin-bottom: 0;
  }
  .stays-selection__featured-headline {
    flex: 0 0 38.8rem;
    width: 38.8rem;
  }
  .stays-selection__featured-stay {
    flex: 0 0 83.2rem;
    width: 83.2rem;
  }
  .stays-selection__featured-stay picture img {
    height: calc(100vh - 4.8rem);
  }
  .stays-selection__featured-stay .mon-medium--vimeo-video-player {
    height: calc(100vh - 4.8rem);
  }
  .stays-selection__featured-stay-label {
    bottom: 2.4rem;
    gap: 0.6rem;
    width: 40rem;
    min-height: 2.4rem;
    padding: 0.6rem 1.2rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.026rem;
    line-height: 1;
  }
  .stays-selection__featured-stay-label .icon {
    font-size: 1.9rem;
  }
  .stays-selection__featured-caption {
    margin-bottom: 1.2rem;
  }
  .stays-selection__stays-list {
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
    padding: 0;
  }
  .stays-selection__stay {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home-collections {
  margin-bottom: 4rem;
}
.home-collections__headline {
  padding: 0 2rem;
  margin-bottom: 2.4rem;
}
.home-collections__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
}
.home-collections__slider .swiper {
  padding: 0 2rem;
}
.home-collections__slider-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  aspect-ratio: 523/731;
  width: 100%;
  height: 100%;
  overflow: hidden;
  --mon-medium-aspect-ratio: 523 / 731;
  padding: 1.2rem;
  color: var(--white);
}
.home-collections__slide-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-collections__slide-media--last {
  background-color: var(--cd-black);
}
.home-collections__slide-media figure {
  height: 100%;
}
.home-collections__slide-media figure picture {
  height: 100%;
}
.home-collections__slide-media figure picture img {
  aspect-ratio: auto;
}
.home-collections__slide-media-image {
  display: block;
  width: 100%;
  height: 100%;
}
.home-collections__slide-media-image picture {
  height: 100%;
}
.home-collections__slide-media-image picture img {
  height: 100%;
  object-fit: cover;
}
.home-collections__slide-media-video {
  display: none;
}
.home-collections__slide-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "ABC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12rem;
  line-height: 1;
  text-transform: uppercase;
}
.home-collections__slide-center {
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}
.home-collections__bottom-text {
  font-family: "ABC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12rem;
  line-height: 1;
  text-transform: uppercase;
}
.home-collections__product-label {
  padding: 0.4rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  border-radius: 0.6rem;
  background: var(--cd-lemon-whisper, #FEFA8D);
  font-family: "ATC Diatype Mono";
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.022rem;
  line-height: 1;
  color: var(--cd-black);
  text-transform: uppercase;
}
.home-collections__product-label .icon {
  font-size: 1.6rem;
}
.home-collections__slider-scrollbar {
  width: 100%;
  max-width: 24.4rem;
  height: 2px;
  margin: 4rem auto 0;
  background-color: var(--black--400-opacity-20);
}
.home-collections__slider-scrollbar .swiper-scrollbar-drag {
  background-color: var(--cd-black);
  cursor: grab;
}

@media (min-width: 992px) {
  .home-collections__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
  }
  .home-collections__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .home-collections__slider .swiper {
    padding: 0 4rem;
  }
  .home-collections__slider-item {
    padding: 2.4rem 2rem;
  }
  .home-collections__slider-item:hover .home-collections__slide-media-video {
    display: block;
  }
  .home-collections__slide-top {
    font-family: "ABC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
  .home-collections__slide-center {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .home-collections__bottom-text {
    font-family: "ABC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
  .home-collections__slider-scrollbar {
    max-width: 106rem;
    margin-top: 5.6rem;
  }
  .home-collections__slide-media-image {
    z-index: 1;
  }
  .home-collections__slide-media-video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .home-collections__slide-media-video .mon-medium--vimeo-video {
    height: 100%;
  }
}
.large-preview {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
}
.large-preview__large-media {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.large-preview__small-media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30rem;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.large-preview__large-media .mon-figure, .large-preview__large-media picture, .large-preview__large-media img {
  width: 100%;
  height: 100%;
}
.large-preview__large-media img {
  object-fit: cover;
}
.large-preview__category-label {
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white);
}
.large-preview__annotation {
  position: absolute;
  left: 2rem;
  bottom: 2.4rem;
  font-family: "ATC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  color: var(--white);
  text-transform: uppercase;
}
.large-preview__title {
  width: calc(100% - 2rem);
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  color: var(--white);
}

@media (min-width: 992px) {
  .large-preview {
    height: calc(100vh - 5rem);
  }
  .large-preview__large-media {
    width: 100%;
    height: 100%;
  }
  .large-preview__small-media {
    width: 43rem;
  }
  .large-preview__title {
    width: 90%;
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
  }
  .large-preview__annotation {
    left: 4rem;
    bottom: 4rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.112rem;
    line-height: 1.4;
  }
}
.products-row {
  padding: 12rem 0;
  background-color: #f9f7f5;
  margin: -12rem 0;
}
.products-row__headline {
  margin-bottom: 2.4rem;
}
.products-row__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
}
.products-row__link--desktop {
  display: none;
}
.products-row__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
}
.products-row__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3.2rem 1.6rem;
}
.products-row__row > * {
  min-width: 0;
}
.products-row__product-media {
  position: relative;
  width: 100%;
  aspect-ratio: 179/239;
  margin-bottom: 1.6rem;
  border-radius: 0.2rem;
  overflow: hidden;
  --mon-medidium-aspect-ratio: 179 / 239;
}
.products-row__product-media .mon-figure, .products-row__product-media picture {
  width: 100%;
  height: 100%;
}
.products-row__product-media-image {
  width: 100%;
  height: 100%;
}
.products-row__product-media-image picture {
  width: 100%;
  height: 100%;
}
.products-row__product-media-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-row__product-media-video {
  display: none;
}
.products-row__product-media-video iframe {
  pointer-events: none;
}
.products-row__product-name {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  margin-bottom: 0.4rem;
  color: var(--cd-black);
}
.products-row__product-price {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  font-variant-numeric: ordinal;
  font-feature-settings: "case" on, "dlig" on, "calt" off;
  color: var(--cd-black);
}
.products-row__product-media .product-preview__label-wrapper .label__icon {
  font-size: 1.4rem;
}
.products-row__product-media .product-preview__label-wrapper .label__label {
  font-family: "ATC Diatype Mono";
  font-size: 0.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.018rem;
  line-height: 1;
}

@media (min-width: 992px) {
  .products-row {
    padding: 16rem 0;
    margin: -16rem 0;
  }
  .products-row__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .products-row__link {
    margin: 0;
  }
  .products-row__link--desktop {
    display: block;
  }
  .products-row__link--mobile {
    display: none;
  }
  .products-row__row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.6rem;
  }
  .products-row__product-media {
    aspect-ratio: 388/517;
    margin-bottom: 2rem;
  }
  .products-row__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .products-row__product:hover .products-row__product-media-video {
    display: block;
  }
  .products-row__product-media-image {
    position: relative;
    z-index: 1;
  }
  .products-row__product-media-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .products-row__product-media-video .mon-figure {
    width: 100%;
    height: 100%;
  }
  .products-row__product-media-video .mon-figure picture {
    width: 100%;
    height: 100%;
  }
  .products-row__product-media .product-preview__label-wrapper .label__icon {
    font-size: 1.6rem;
  }
  .products-row__product-media .product-preview__label-wrapper .label__label {
    font-family: "ATC Diatype Mono";
    font-size: 1.1rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.022rem;
    line-height: 1;
  }
}
.pass-collection-row {
  --slidesPerView: 1.2;
  --spaceBetween: 1.6rem;
  background-color: var(--black--400);
  color: var(--white);
  padding: 8rem 0 12rem;
  margin-bottom: -12rem;
}
.pass-collection-row__headline {
  margin-bottom: 2.4rem;
}
.pass-collection-row__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.pass-collection-row__link--desktop {
  display: none;
}
.pass-collection-row__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
}
.pass-collection-row__row .swiper {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  padding: 0 2rem;
}
.pass-collection-row__row .swiper .swiper-wrapper .swiper-slide {
  width: calc(100% / var(--slidesPerView) - var(--spaceBetween) * (var(--slidesPerView) - 1) / var(--slidesPerView));
  margin-right: var(--spaceBetween);
}
.pass-collection-row__row .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.pass-collection-row__slide .pass-preview__title, .pass-collection-row__slide .pass-preview__data {
  color: var(--white);
}
.pass-collection-row__slider-scrollbar {
  width: 24.4rem;
  height: 2px;
  margin: 4rem auto 0;
  background: var(--white-opacity--20, rgba(255, 255, 255, 0.2));
}
.pass-collection-row__slider-scrollbar > * {
  background-color: var(--white);
}

@media (min-width: 768px) {
  .pass-collection-row {
    --slidesPerView: 2.5;
  }
}
@media (min-width: 992px) {
  .pass-collection-row {
    --slidesPerView: 4;
    --spaceBetween: 1.6rem;
    padding: 8rem 0 16rem;
    margin-bottom: -16rem;
  }
  .pass-collection-row__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pass-collection-row__link {
    margin: 0;
  }
  .pass-collection-row__link--desktop {
    display: block;
  }
  .pass-collection-row__link--mobile {
    display: none;
  }
  .pass-collection-row__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .pass-collection-row__row .swiper {
    padding: 0;
    left: 0;
    width: 100%;
  }
  .pass-collection-row__slider-scrollbar {
    display: none;
  }
}
.text-image-preview__media-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 832/1200;
  margin-bottom: 6.4rem;
  display: block;
}
.text-image-preview__media-wrapper .mon-figure {
  width: 100%;
  height: 100%;
}
.text-image-preview__media-wrapper .mon-figure picture {
  width: 100%;
  height: 100%;
}
.text-image-preview__media-wrapper .mon-figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-preview__title {
  position: absolute;
  top: 3.2rem;
  left: 2rem;
  width: calc(100% - 6.4rem);
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  color: var(--white);
}
.text-image-preview__media-label {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  gap: 0.6rem;
  border-radius: 0.6rem;
  background: var(--cd-lemon-whisper, #FEFA8D);
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.026rem;
  line-height: 1;
  color: var(--cd-black);
  text-transform: uppercase;
}
.text-image-preview__media-label .icon {
  font-size: 1.9rem;
  line-height: 1;
}
.text-image-preview__text-wrapper {
  padding: 0 2rem;
  color: var(--cd-black);
}
.text-image-preview__text-link {
  margin-top: 2.4rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .text-image-preview__media-wrapper {
    aspect-ratio: 8/9;
  }
}
@media (min-width: 992px) {
  .text-image-preview {
    display: flex;
    gap: 5.6rem;
    padding-right: 4rem;
  }
  .text-image-preview__media-wrapper {
    width: 83.2rem;
    flex: 0 0 83.2rem;
    margin-bottom: 0;
  }
  .text-image-preview__title {
    position: absolute;
    top: 4rem;
    left: 4rem;
    width: calc(100% - 6.4rem);
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
    color: var(--white);
  }
  .text-image-preview__media-label {
    bottom: 3.2rem;
    width: 40rem;
  }
  .text-image-preview__media-label .icon {
    font-size: 1.9rem;
    line-height: 1;
  }
  .text-image-preview__text-wrapper {
    padding: 5.6rem 0 10rem;
  }
  .text-image-preview__text-wrapper > * {
    position: sticky;
    top: 10.6rem;
  }
  .text-image-preview__text-link {
    margin-top: 5.6rem;
  }
}
.destinations-row {
  --slidesPerView: 1.2;
  --spaceBetween: 1.6rem;
}
.destinations-row__headline {
  margin-bottom: 2.4rem;
}
.destinations-row__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
}
.destinations-row__link--desktop {
  display: none;
}
.destinations-row__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
}
.destinations-row__row .swiper {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  padding: 0 2rem;
}
.destinations-row__row .swiper .swiper-wrapper .swiper-slide {
  width: calc(100% / var(--slidesPerView) - var(--spaceBetween) * (var(--slidesPerView) - 1) / var(--slidesPerView));
  margin-right: var(--spaceBetween);
}
.destinations-row__slide .pass-preview__title, .destinations-row__slide .pass-preview__data {
  color: var(--white);
}
.destinations-row__slider-scrollbar {
  width: 24.4rem;
  height: 2px;
  margin: 4rem auto 0;
  background: var(--black--400-opacity-20, rgba(0, 0, 0, 0.2));
}
.destinations-row__slider-scrollbar > * {
  background-color: var(--cd-black);
}

@media (min-width: 768px) {
  .destinations-row {
    --slidesPerView: 2.5;
  }
}
@media (min-width: 992px) {
  .destinations-row {
    --slidesPerView: 5;
    --spaceBetween: 1.6rem;
  }
  .destinations-row__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .destinations-row__link {
    margin: 0;
  }
  .destinations-row__link--desktop {
    display: block;
  }
  .destinations-row__link--mobile {
    display: none;
  }
  .destinations-row__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
  }
  .destinations-row__row .swiper {
    padding: 0;
    left: 0;
    width: 100%;
  }
  .destinations-row__slider-scrollbar {
    display: none;
  }
}
.spotify-embed__text-wrapper {
  margin-bottom: 5.6rem;
}
.spotify-embed__text-wrapper a {
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
}

@media (min-width: 768px) {
  .spotify-embed__text-wrapper {
    margin-bottom: 0;
  }
}
.stockist-list:not(.loading) .stockist-list__table-row--loader {
  display: none;
}
.stockist-list.loading .stockist-list__table-row:not(.stockist-list__table-row--loader):not(.stockist-list__table-row--header) {
  display: none;
}
.stockist-list.loading .stockist-list__search-input-wrapper {
  pointer-events: none;
  opacity: 0.6;
}
.stockist-list.loading .stockist-list__pagination-wrapper {
  pointer-events: none;
  opacity: 0.6;
}
.stockist-list__search-wrapper {
  margin-bottom: 1.6rem;
}
.stockist-list__search-input-wrapper {
  width: 100%;
}
.stockist-list__search-input-wrapper input {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid var(--black--400, #000);
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: var(--black--400);
}
.stockist-list__search-input-wrapper input::placeholder {
  color: var(--gray--200, #BBB);
}
.stockist-list__table-row {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-bottom: 1px solid var(--Gray-Lines, #DDD);
  padding: 2.4rem 0;
}
.stockist-list__table-row--header {
  display: none;
}
.stockist-list__table-row--loader .stockist-list__table-cell {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.stockist-list__table-row--loader .stockist-list__table-cell span {
  width: 8rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: var(--gray--150);
}
.stockist-list__table-row--loader .stockist-list__table-cell:nth-child(2) span {
  width: 10rem;
}
.stockist-list__table-row--loader .stockist-list__table-cell:nth-child(3) span {
  width: 16rem;
}
.stockist-list__table-row--loader .stockist-list__table-cell:nth-child(4) span {
  width: 12rem;
}
.stockist-list__table-cell {
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1.15;
  color: var(--cd-black, #1D1D1C);
}
.stockist-list__table-cell:nth-child(2) {
  margin-bottom: -1rem;
}
.stockist-list__table-cell:first-child {
  font-weight: 700;
}
.stockist-list__table-cell .multianimline {
  background-position: 100% 85%;
}
.stockist-list__table-cell .multianimline:hover {
  background-position: 0 85%;
}
.stockist-list__table-cell-locations {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.stockist-list__table-cell-locations:has(.stockist-list__table-cell-address-show-more) .stockist-list__table-cell-location:nth-child(n+4) {
  display: none;
}
.stockist-list__pagination-wrapper {
  margin-top: 5.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.stockist-list__pagination-wrapper.hidden {
  visibility: hidden;
}
.stockist-list__pagination {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0.4rem;
}
.stockist-list__pagination-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0.8rem;
  font-family: "ATC Diatype";
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--gray--260, #757575);
  text-align: center;
  font-variant-numeric: ordinal;
  font-feature-settings: "case" on, "dlig" on, "calt" off;
}
.stockist-list__pagination-button {
  flex: 3.9rem;
  width: 3.9rem;
  padding-left: 0;
  padding-right: 0;
}
.stockist-list__pagination-input {
  flex: 0 0 3.9rem;
  width: 3.9rem;
  height: auto;
  border-radius: 0.6rem;
  border: 2px solid var(--gray--150, #CBCBCB);
  text-align: center;
  font-family: "ATC Diatype";
  font-size: 1.9rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--black--300);
}
.stockist-list__pagination-input::-webkit-inner-spin-button {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .stockist-list__table-row {
    gap: 1.6rem;
  }
  .stockist-list__table-cell:first-child {
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .stockist-list__search-wrapper {
    margin-bottom: 5.6rem;
  }
  .stockist-list__search-input-wrapper input {
    font-family: "ATC Diatype";
    font-size: 3.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .stockist-list__table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: var(--cd-glacier-light--400, #F9F7F5);
    padding: 1.8rem 0;
  }
  .stockist-list__table-row--header {
    display: grid;
    padding: 2.4rem 0;
  }
  .stockist-list__table-row:has(.stockist-list__table-cell-location:nth-child(2)) .stockist-list__table-cell {
    align-items: flex-start;
  }
  .stockist-list__table-header-cell {
    font-family: "ABC Diatype Mono";
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.075rem;
    line-height: 1;
    color: var(--cd-black, #1D1D1C);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0;
  }
  .stockist-list__table-header-cell .icon {
    font-size: 1rem;
    color: var(--gray--250);
  }
  .stockist-list__table-header-cell[data-sort-key] {
    cursor: pointer;
  }
  .stockist-list__table-header-cell[data-sort-key].active-sort .icon {
    color: var(--black--400);
  }
  .stockist-list__table-header-cell[data-sort-key].active-sort[data-sort-order=asc] span:has(.icon) {
    transform: scaleY(-1);
  }
  .stockist-list__table-cell {
    display: flex;
    align-items: center;
  }
  .stockist-list__table-cell:nth-child(2) {
    margin-bottom: 0;
  }
  .stockist-list__pagination-wrapper {
    position: relative;
    justify-content: flex-end;
    flex-direction: row;
  }
  .stockist-list__pagination-next-page {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
.default-cta {
  padding: 8rem 0;
  background: var(--cd-glacier-light--425, #EDEBE9);
}
.default-cta__content {
  display: flex;
  flex-direction: column;
}
.default-cta__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  color: var(--cd-black, #1D1D1C);
  text-align: center;
  margin-bottom: 0.8rem;
  text-wrap: balance;
}
.default-cta__text {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.016rem;
  line-height: 1.25;
  color: var(--black--100, #444);
  text-align: center;
  margin-bottom: 2.4rem;
}
.default-cta__link {
  display: inline-block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .default-cta__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .default-cta__text {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.25;
  }
}
.stockist-selection .stays-selection__featured-stay picture img {
  object-fit: cover;
}

.press-coverages__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-bottom: 3.5rem;
  color: var(--cd-black);
}
.press-coverages__grid {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.press-coverages__item-logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 374/249;
  background: var(--cd-glacier-light--425, #EDEBE9);
  --logoScale: 1;
  margin-bottom: 1.6rem;
}
.press-coverages__item-logo-wrapper picture img {
  transform: scale(var(--logoScale));
  width: 22rem;
}
.press-coverages__item-title {
  font-family: "ATC Diatype";
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  color: var(--cd-black);
}
.press-coverages__item-description {
  font-family: "ATC Diatype";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.013rem;
  line-height: 1.3;
  margin-bottom: 1.6rem;
  color: var(--black--200);
}
.press-coverages__item-link {
  margin-top: auto;
}
.press-coverages__item-link a {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
}

@media (min-width: 768px) {
  .press-coverages__title {
    font-family: "ATC Diatype";
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.05;
    margin-bottom: 2.4rem;
  }
  .press-coverages__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem;
  }
  .press-coverages__item {
    min-width: 0;
  }
  .press-coverages__item-logo-wrapper {
    aspect-ratio: 522/348;
    margin-bottom: 2rem;
  }
  .press-coverages__item-logo-wrapper picture img {
    width: 29rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .press-coverages__grid {
    display: flex;
    flex-direction: row;
    overflow: auto;
    position: relative;
    left: -2rem;
    width: calc(100% + 4rem);
    padding: 0 2rem;
    overscroll-behavior-y: none;
  }
  .press-coverages__item {
    flex: 0 0 40%;
  }
  .press-coverages__item-logo-wrapper picture img {
    width: 17rem;
  }
}
@media (min-width: 992px) {
  .press-coverages__item-title {
    font-family: "ATC Diatype";
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.056rem;
    line-height: 1.15;
  }
  .press-coverages__item-description {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.3;
  }
  .press-coverages__item-link {
    margin-top: auto;
  }
  .press-coverages__item-link a {
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
}
.member-perks__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  margin-bottom: 0.8rem;
  text-align: center;
  color: var(--cd-black);
}
.member-perks__description {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.016rem;
  line-height: 1.25;
  margin-bottom: 5.6rem;
  color: var(--black--100);
  text-align: center;
}
.member-perks__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.6rem;
}
.member-perks__grid-item-illustration {
  margin-bottom: 1.6rem;
}
.member-perks__grid-item-illustration picture img {
  width: 100%;
  aspect-ratio: 179/251;
  object-fit: cover;
}
.member-perks__grid-item-title {
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: var(--cd-black);
}
.member-perks__grid-item-description {
  font-family: "ATC Diatype";
  font-size: 1.3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.013rem;
  line-height: 1.3;
  color: var(--black--200);
}

@media (min-width: 992px) {
  .member-perks__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .member-perks__description {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.25;
    margin-bottom: 8rem;
  }
  .member-perks__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .member-perks__grid-item-illustration {
    margin-bottom: 2.4rem;
  }
  .member-perks__grid-item-title {
    font-family: "ATC Diatype";
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.056rem;
    line-height: 1.15;
    margin-bottom: 2rem;
  }
  .member-perks__grid-item-description {
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.3;
  }
}
.template-full_width_text {
  margin: -2rem 0;
}
.template-full_width_text .editor-styles__sub-headline:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .template-full_width_text {
    margin: -8rem 0;
  }
}
body.theme-black .product-teaser__title, body.theme-black .product-teaser__name, body.theme-black .product-teaser__price {
  color: var(--white);
}

.product-teaser__text-part {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
  gap: 1.6rem;
}
.product-teaser__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.product-teaser__title {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  color: var(--cd-black);
}
.product-teaser__name {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
  margin-bottom: 0.4rem;
}
.product-teaser__price {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  color: var(--cd-black);
  font-variant-numeric: ordinal;
  font-feature-settings: "case" on, "dlig" on, "calt" off;
}
.product-teaser__media {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.product-teaser__media > * {
  display: block;
}
@media (max-width: 768px) {
  .product-teaser__content .button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-teaser__media {
    flex-direction: row;
  }
  .product-teaser__media > * {
    flex: 0 0 calc(50% - 1.2rem);
    width: calc(50% - 1.2rem);
  }
}
@media (min-width: 992px) {
  .product-teaser__text-part {
    justify-content: space-between;
    padding: 4rem 0;
    height: calc(100vh - 6.8rem);
    position: sticky;
    top: 4.8rem;
    margin-bottom: 0;
  }
  .product-teaser__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .product-teaser__button {
    margin-bottom: 0;
  }
  .product-teaser__info {
    margin-top: auto;
  }
  .product-teaser__media {
    gap: 5.6rem;
    flex-direction: column;
  }
  .product-teaser__media > * {
    width: 100%;
    flex: 0 0 auto;
  }
}
.spreads__grid {
  width: 100%;
}
.spreads__grid .swiper {
  position: relative;
  left: -2rem;
  width: calc(100% + 4rem);
  padding: 0 2rem;
}
.spreads__grid .swiper .swiper-wrapper .swiper-slide {
  width: 75%;
}
.spreads__grid-item {
  --mon-medium-aspect-ratio: none;
}
.spreads__slider-scrollbar {
  width: 24.4rem;
  height: 2px;
  margin: 4rem auto 0;
  background: var(--black--400-opacity-20, rgba(0, 0, 0, 0.2));
}
.spreads__slider-scrollbar > * {
  background-color: var(--cd-black);
}

@media (min-width: 768px) {
  .spreads__grid .swiper .swiper-wrapper .swiper-slide {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .spreads__grid {
    width: 100%;
  }
  .spreads__grid > * > * {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
  .spreads__slider-scrollbar {
    display: none;
  }
}
.big-text__text {
  color: var(--cd-black, #1D1D1C);
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .big-text__text {
    color: var(--cd-black, #1D1D1C);
    font-family: "ATC Diatype";
    font-size: 3.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
}
.product-text-media__media-wrapper {
  margin-bottom: 2.4rem;
}
.product-text-media__text-wrapper {
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  color: var(--cd-black, #1D1D1C);
}

@media (min-width: 768px) {
  .product-text-media__media-wrapper {
    margin-bottom: 0;
  }
  .product-text-media__text-wrapper {
    padding-top: 3.2rem;
    padding-left: 2.4rem;
    font-family: "ATC Diatype";
    font-size: 2.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
  }
}
.double-media-product__hover-button {
  display: none;
}

@media (min-width: 768px) {
  .double-media-product__media-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (hover: hover) {
  .double-media-product {
    position: relative;
  }
  .double-media-product:hover .double-media-product__media-item img {
    filter: brightness(0.8);
  }
  .double-media-product:hover .double-media-product__hover-button {
    opacity: 1;
  }
  .double-media-product__media-item {
    position: relative;
  }
  .double-media-product__media-item img {
    transition: filter 0.3s ease;
  }
  .double-media-product__hover-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
  }
}
.sticky-products-grid__sticky-medium-wrapper {
  margin-bottom: 6.4rem;
}
.sticky-products-grid__grid {
  width: 100%;
}
.sticky-products-grid__grid .swiper {
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .sticky-products-grid__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    direction: rtl;
  }
  .sticky-products-grid__sticky-medium-wrapper {
    margin-bottom: 0;
    position: sticky;
    top: 8rem;
    height: max-content;
  }
  .sticky-products-grid__sticky-medium-wrapper img {
    border-radius: 0.4rem 0 0 0.4rem;
  }
  .sticky-products-grid__grid {
    padding-left: 4rem;
    direction: ltr;
  }
  .sticky-products-grid__grid > * > * {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.6rem;
    display: grid;
  }
  .sticky-products-grid__grid > * > * > * {
    min-width: 0;
  }
  .sticky-products-grid__grid > * > * img {
    aspect-ratio: 388/543;
  }
}
.sticky-text-products__headline {
  font-family: "ATC Diatype";
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.05;
  margin-bottom: 4rem;
  color: var(--cd-black, #1D1D1C);
}
.sticky-text-products__products-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .sticky-text-products__headline {
    margin-bottom: 0;
    position: sticky;
    padding-top: 4rem;
    top: 8rem;
    padding-right: 30%;
  }
  .sticky-text-products__products-list {
    gap: 5.6rem;
  }
}
@media (min-width: 992px) {
  .sticky-text-products__headline {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
}
.products-grid__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
}
.products-grid__grid--pyramid {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 1.6rem;
}
.products-grid__grid--pyramid .products-grid__grid-item {
  order: 2;
}
.products-grid__grid--pyramid .products-grid__grid-item--featured {
  order: 1;
  grid-column: span 2;
}
.products-grid__swiper .swiper {
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .products-grid--three-columns .products-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-grid--three-columns .products-grid__swiper > * > * {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-grid__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
  .products-grid__grid--pyramid .products-grid__grid-item {
    order: unset;
  }
  .products-grid__swiper .swiper {
    padding: 0 4rem;
  }
  .products-grid__grid-item--featured {
    grid-column: span 2;
  }
  .products-grid__grid-item--featured .product-preview .label--theme-lemon-whisper {
    padding: 0.6rem 1.2rem;
  }
  .products-grid__grid-item--featured .product-preview .label--theme-lemon-whisper .label__label {
    font-family: "ATC Diatype Mono";
    font-size: 1.3rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.026rem;
    line-height: 1;
  }
  .products-grid__grid-item--featured .product-preview .label--theme-lemon-whisper .label__icon {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .products-grid__swiper {
    padding: 0 4rem;
  }
  .products-grid__swiper > * > * {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem 1.6rem;
    display: grid;
  }
  .products-grid__swiper > * > * > * {
    min-width: 0;
  }
  .products-grid__swiper > * > * img {
    aspect-ratio: 388/543;
  }
}
.full-image-link {
  position: relative;
}
.full-image-link__image {
  --mon-medium-aspect-ratio: none;
}
.full-image-link__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.full-image-link__hover-button {
  display: none;
}

@media (min-width: 768px) {
  .full-image-link__title {
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
  }
}
@media (hover: hover) {
  .full-image-link {
    position: relative;
  }
  .full-image-link:hover .full-image-link__image img {
    filter: brightness(0.8);
  }
  .full-image-link:hover .full-image-link__hover-button {
    opacity: 1;
    transition: 0.3s ease 0.3s;
  }
  .full-image-link:hover .full-image-link__title {
    opacity: 0;
    transition: 0.3s ease;
  }
  .full-image-link__image {
    position: relative;
  }
  .full-image-link__image img {
    transition: filter 0.3s ease;
  }
  .full-image-link__hover-button {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
    transition: 0.3s ease;
  }
  .full-image-link__title {
    transition: 0.3s ease 0.3s;
  }
}
.link-icons {
  background: var(--cd-glacier-light--425, #EDEBE9);
  padding: 8rem 0;
  color: var(--cd-black, #1D1D1C);
}
.link-icons__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.6rem;
}
.link-icons__item {
  display: flex;
  gap: 1.6rem;
}
.link-icons__icon img {
  width: 4rem;
}
.link-icons__headline {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.link-icons__description {
  font-family: "ABC Diatype Semi-Mono";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
.link-icons__link {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}

@media (min-width: 768px) {
  .link-icons__items {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
  .link-icons__item {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
  .link-icons__icon img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
  }
  .link-icons__headline {
    text-align: center;
  }
  .link-icons__description {
    text-align: center;
    margin-bottom: 2.4rem;
  }
  .link-icons__link-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .link-icons {
    padding: 8rem 17rem;
  }
}
.big-media-product__media-wrapper {
  display: block;
  margin-bottom: 3.2rem;
  position: relative;
}
.big-media-product__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  position: absolute;
  left: 2rem;
  top: 3.2rem;
  color: #ffffff;
  z-index: 5;
  max-width: calc(100% - 4rem);
}
.big-media-product__info-wrapper {
  padding: 0 2rem;
  color: var(--cd-black, #1D1D1C);
}
.big-media-product__text {
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-bottom: 3.2rem;
  color: var(--cd-black);
}
.big-media-product__link-wrapper {
  color: var(--cd-black);
}
.big-media-product__meta {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.032rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  margin-bottom: 2.4rem;
  color: var(--cd-black);
}
.big-media-product__small-title {
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .big-media-product {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .big-media-product__media-wrapper {
    margin-bottom: 0;
    min-width: 0;
  }
  .big-media-product__media-wrapper img {
    border-radius: 0 0.4rem 0.4rem 0;
  }
  .big-media-product__info-wrapper {
    display: flex;
    flex-direction: column;
  }
  .big-media-product__description {
    order: 1;
    margin-bottom: 43rem;
  }
  .big-media-product__meta {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .big-media-product__description {
    margin-bottom: 32rem;
  }
}
@media (min-width: 992px) {
  .big-media-product__title {
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
    left: 4rem;
    top: 4rem;
    max-width: calc(100% - 8rem);
  }
  .big-media-product__info-wrapper {
    padding: 5.6rem 4rem 0 5.6rem;
    color: var(--cd-black, #1D1D1C);
  }
  .big-media-product__text {
    font-family: "ATC Diatype";
    font-size: 4.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
    margin-bottom: 5.6rem;
  }
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened) {
  border-bottom: 1px solid var(--white-opacity--20, rgba(255, 255, 255, 0.2));
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).solid, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).header--solid-white {
  color: var(--white);
  border-bottom-color: var(--white-opacity--20, rgba(255, 255, 255, 0.2));
  background: var(--black--400);
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).solid:before, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top:before, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).header--solid-white:before {
  opacity: 1;
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).solid .header__mobile-menu-trigger span, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top .header__mobile-menu-trigger span, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).header--solid-white .header__mobile-menu-trigger span {
  background-color: var(--white);
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).solid .header__bottom, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top .header__bottom, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).header--solid-white .header__bottom {
  border-color: var(--white-opacity--20, rgba(255, 255, 255, 0.2));
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).solid .header__bottom a, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top .header__bottom a, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).header--solid-white .header__bottom a {
  border-color: var(--white-opacity--20, rgba(255, 255, 255, 0.2));
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).solid .logo .white:not(.mini), body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top .logo .white:not(.mini), body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).header--solid-white .logo .white:not(.mini) {
  opacity: 1;
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).solid .logo .black, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top .logo .black, body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).header--solid-white .logo .black {
  opacity: 0;
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top .logo .white:not(.mini) {
  opacity: 0;
}
body.theme-black .header:not(:has(.header-nav__large-dropdown.opened)):not(.mobile-menu-opened).headroom--not-top .logo .white.mini {
  opacity: 1;
}
body.theme-black .header__bottom {
  border-color: var(--white-opacity--20, rgba(255, 255, 255, 0.2));
}
body.theme-black .header__bottom a {
  border-color: var(--white-opacity--20, rgba(255, 255, 255, 0.2));
}

.header {
  --header-mobile-top-height: 6.4rem;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid var(--white);
  transition: transform 0.3s ease;
}
.header.mobile-menu-opened .header__mobile-menu-trigger span {
  background-color: var(--cd-black);
}
.header.mobile-menu-opened .header__mobile-menu-trigger span:first-child {
  transform: translateY(0) rotate(45deg);
}
.header.mobile-menu-opened .header__mobile-menu-trigger span:nth-child(2) {
  opacity: 0;
}
.header.mobile-menu-opened .header__mobile-menu-trigger span:last-child {
  transform: translateY(0) rotate(-45deg);
}
.header:has(.header-nav__large-dropdown.opened), .header.solid, .header.headroom--not-top, .header.mobile-menu-opened, .header.header--solid-white {
  color: var(--cd-black);
  border-bottom-color: var(--Gray-Lines, #DDD);
  background: var(--cd-glacier-light--400, #F9F7F5);
}
.header:has(.header-nav__large-dropdown.opened):before, .header.solid:before, .header.headroom--not-top:before, .header.mobile-menu-opened:before, .header.header--solid-white:before {
  opacity: 1;
}
.header:has(.header-nav__large-dropdown.opened) .header__mobile-menu-trigger span, .header.solid .header__mobile-menu-trigger span, .header.headroom--not-top .header__mobile-menu-trigger span, .header.mobile-menu-opened .header__mobile-menu-trigger span, .header.header--solid-white .header__mobile-menu-trigger span {
  background-color: var(--cd-black);
}
.header:has(.header-nav__large-dropdown.opened) .header__bottom, .header.solid .header__bottom, .header.headroom--not-top .header__bottom, .header.mobile-menu-opened .header__bottom, .header.header--solid-white .header__bottom {
  border-color: var(--Gray-Lines, #DDD);
}
.header:has(.header-nav__large-dropdown.opened) .header__bottom a, .header.solid .header__bottom a, .header.headroom--not-top .header__bottom a, .header.mobile-menu-opened .header__bottom a, .header.header--solid-white .header__bottom a {
  border-color: var(--Gray-Lines, #DDD);
}
.header:has(.header-nav__large-dropdown.opened) .logo .white, .header.solid .logo .white, .header.headroom--not-top .logo .white, .header.mobile-menu-opened .logo .white, .header.header--solid-white .logo .white {
  opacity: 0;
}
.header:has(.header-nav__large-dropdown.opened) .logo .black:not(.mini), .header.solid .logo .black:not(.mini), .header.headroom--not-top .logo .black:not(.mini), .header.mobile-menu-opened .logo .black:not(.mini), .header.header--solid-white .logo .black:not(.mini) {
  opacity: 1;
}
.header:has(.header-nav__large-dropdown.opened).headroom--not-top .logo img:not(.mini) {
  opacity: 0;
}
.header.headroom--not-top .logo img.black:not(.mini) {
  opacity: 0;
}
.header.headroom--not-top .logo img.black.mini {
  opacity: 1;
}
.header__top {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mobile-search .icon {
  font-size: 2.2rem;
}
.header__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__bottom {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  border-top: 1px solid var(--white);
  transition: border-color 0.3s ease;
}
.header__bottom a {
  padding: 1.2rem 0;
  font-family: "ATC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
  flex: 1 1 0;
  text-align: center;
  transition: border-color 0.3s ease;
}
.header__bottom a:not(:last-child) {
  border-right: 1px solid var(--white);
}
.header__logo {
  display: block;
}
.header__right-mobile {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.header__mobile-cart {
  position: relative;
}
.header__mobile-cart .icon {
  font-size: 2.2rem;
}
.header__mobile-cart .shopping-cart-amount {
  position: absolute;
  left: 50%;
  top: calc(50% + 0.2rem);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "ATC Diatype Mono";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1rem */
  letter-spacing: -0.05rem;
  text-transform: uppercase;
}
.header__mobile-menu-trigger {
  position: relative;
  flex: 0 0 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
}
.header__mobile-menu-trigger span {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
  background-color: var(--white);
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transform-origin: center center;
}
.header__mobile-menu-trigger span:first-child {
  transform: translateY(-0.6rem);
}
.header__mobile-menu-trigger span:last-child {
  transform: translateY(0.6rem);
}
.header__left, .header__right {
  display: none;
}

body.admin-bar .header {
  top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar .header {
    top: 32px;
  }
}

@media (max-width: 992px) {
  .header.headroom--not-top.headroom--unpinned:not(.mobile-menu-opened) {
    transform: translateY(calc(var(--header-mobile-top-height) * -1));
  }
}
@media (min-width: 992px) {
  .header {
    --header-height: 4.8rem;
    border-bottom-color: transparent;
  }
  .header--transparent-black:not(.headroom--not-top) {
    color: var(--cd-black);
  }
  .header--transparent-black:not(.headroom--not-top) .logo img.black:not(.mini) {
    opacity: 1;
  }
  .header--transparent-black:not(.headroom--not-top) .logo img.white {
    opacity: 0;
  }
  .header__bottom, .header__mobile-search, .header__right-mobile {
    display: none;
  }
  .header__left, .header__right {
    display: flex;
    gap: 1.2rem;
    align-items: center;
  }
  .header__top {
    padding: 0 4rem;
    height: var(--header-height);
  }
}
@media (max-width: 767px) {
  body.theme-black .jump-menu ul li .context-menu__item {
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    border: 1px solid var(--white-opacity--55, rgba(255, 255, 255, 0.55));
    background: var(--white-opacity--70, rgba(255, 255, 255, 0.7));
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
    color: var(--cd-black);
    backdrop-filter: blur(15px);
    height: 3.9rem;
  }
  .jump-menu {
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
    z-index: 1000;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0.8rem;
    transition: bottom 0.3s ease;
  }
  .jump-menu.opened ul li:not(.jump-menu__stay-intro-context-menu) {
    opacity: 1;
    pointer-events: auto;
  }
  .jump-menu.opened .jump-menu__mobile-trigger .icon {
    transform: rotate(45deg);
  }
  .jump-menu:has(.jump-menu__stay-intro-context-menu:not(.hidden)) {
    bottom: 10rem;
  }
  .jump-menu ul {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.8rem;
  }
  .jump-menu ul li:not(.jump-menu__stay-intro-context-menu) {
    opacity: 0;
    pointer-events: none;
  }
  .jump-menu ul li .context-menu__item {
    padding: 0.8rem 1.6rem;
    border-radius: 0.6rem;
    border: 1px solid var(--white-opacity--55, rgba(255, 255, 255, 0.55));
    background: var(--white-opacity--70, rgba(255, 255, 255, 0.7));
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
    height: 3.9rem;
  }
  .jump-menu__mobile-trigger {
    display: flex;
    padding: 1rem 1.4rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.6rem;
    border: 1px solid var(--white-opacity--55, rgba(255, 255, 255, 0.55));
    background: var(--white-opacity--70, rgba(255, 255, 255, 0.7));
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
  }
  .jump-menu__mobile-trigger .icon {
    display: inline-block;
    font-size: 1.9rem;
    color: var(--black--300);
  }
  .jump-menu__context-menu-trigger {
    position: relative;
  }
  .jump-menu__context-menu-wrapper {
    position: absolute;
    left: 0;
    bottom: calc(100% + 1rem);
    z-index: 1;
    pointer-events: none;
  }
  .jump-menu__context-menu-wrapper:has(.opened) {
    z-index: 2;
    pointer-events: auto;
  }
  .jump-menu__context-menu-wrapper[data-context-menu="0"] {
    position: fixed;
    bottom: 10rem;
    left: 3.6rem;
    width: calc(100% - 7.2rem);
    transform: none !important;
  }
  .jump-menu__stay-intro-context-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.6rem 1rem;
    border-top: 1px solid var(--Gray-Lines, #DDD);
    background: var(--cd-glacier-light--400, #F9F7F5);
    box-shadow: 0 -12px 20px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
  }
  .jump-menu__stay-intro-context-menu.hidden {
    transform: translateY(110%);
  }
}
@media (min-width: 768px) {
  body.theme-black .jump-menu > ul {
    border: 1px solid var(--white-opacity--20, rgba(255, 255, 255, 0.2));
    background: var(--black--400-opacity-50, rgba(0, 0, 0, 0.5));
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
  }
  .jump-menu {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 1000;
    width: max-content;
  }
  .jump-menu__mobile-trigger {
    display: none;
  }
  .jump-menu > ul {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1.2rem;
    border-radius: 0.6rem;
    border: 1px solid var(--white-opacity--55, rgba(255, 255, 255, 0.55));
    background: var(--white-opacity--70, rgba(255, 255, 255, 0.7));
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
  }
  .jump-menu > ul > li {
    display: grid;
    grid-template-columns: 1fr;
    transition: grid-template-columns 0.3s ease, margin-left 0.3s ease;
    overflow: hidden;
  }
  .jump-menu > ul > li.hidden {
    grid-template-columns: 0fr;
    margin-left: -1rem;
  }
  .jump-menu > ul > li > * {
    min-width: 0;
  }
  .jump-menu__context-menu-trigger {
    position: relative;
  }
  .jump-menu__context-menu-wrapper {
    position: absolute;
    left: 0;
    bottom: calc(100% + 1rem);
    z-index: 1;
  }
  .jump-menu__context-menu-wrapper:has(.opened) {
    z-index: 2;
  }
}
.search-overlay {
  background-color: var(--black--400-opacity-60, rgba(0, 0, 0, 0.6));
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  pointer-events: none;
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.search-overlay--visible {
  pointer-events: auto;
  opacity: 1;
}
.search-overlay--visible .search-overlay__modal {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
.search-overlay--searching .search-overlay__nothing-found-message, .search-overlay--searching .search-overlay__empty-search-message, .search-overlay--searching .search-overlay__results-list {
  display: none;
}
.search-overlay--searching .search-overlay__search-in-progress {
  display: block;
}
.search-overlay--no-results .search-overlay__empty-search-message, .search-overlay--no-results .search-overlay__search-in-progress {
  display: none;
}
.search-overlay--no-results .search-overlay__nothing-found-message {
  display: block;
}
.search-overlay--has-results .search-overlay__empty-search-message, .search-overlay--has-results .search-overlay__nothing-found-message, .search-overlay--has-results .search-overlay__search-in-progress {
  display: none;
}
.search-overlay__background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  opacity: 0;
}
.search-overlay__modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% + 4px));
  width: 100vw;
  height: 100vh;
  padding: 3.2rem 0;
  background: var(--white-opacity--85, rgba(255, 255, 255, 0.85));
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}
.search-overlay__form-wrapper {
  padding: 0 2rem 0;
}
.search-overlay__input-wrapper {
  padding: 0.8rem 1.2rem;
  border-radius: 10rem;
  border: 2px solid var(--black--300, #181818);
  background: var(--white, #FFF);
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.search-overlay__input {
  flex-grow: 1;
  color: var(--cd-black);
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
.search-overlay__input::placeholder {
  color: #969696;
}
.search-overlay__input-search-icon {
  font-size: 1.8rem;
  color: var(--cd-black);
}
.search-overlay__input-search-action-icon {
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--cd-black);
}
.search-overlay__empty-search-message, .search-overlay__nothing-found-message {
  color: var(--cd-black);
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  margin-top: 8rem;
}
.search-overlay__search-in-progress {
  display: none;
  margin-top: 8rem;
  text-align: center;
}
.search-overlay__idle-spinner {
  animation: spin 1s linear infinite;
  transform-origin: center;
}
.search-overlay__nothing-found-message {
  display: none;
}
.search-overlay__results-list {
  padding: 3.2rem 2rem 8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: calc(100vh - 8rem);
  overflow: auto;
}
.search-overlay__results-section {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.search-overlay__results-section-headline {
  font-family: "ATC Diatype Mono";
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1d1d1c;
}
.search-overlay__results-item {
  padding: 1.2rem 0;
  display: flex;
  gap: 1.2rem;
  cursor: pointer;
}
.search-overlay__results-item-icon-wrapper {
  font-size: 2.4rem;
  color: #1d1d1c;
}
.search-overlay__results-item-headline {
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 0.3rem;
}
.search-overlay__results-item-sub-headline {
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: var(--black--400-opacity-50, rgba(0, 0, 0, 0.5));
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .search-overlay__results-list {
    padding-left: var(--tabletPadding);
    padding-right: var(--tabletPadding);
  }
  .search-overlay__form-wrapper {
    padding-left: var(--tabletPadding);
    padding-right: var(--tabletPadding);
  }
}
@media (min-width: 992px) {
  .search-overlay__modal {
    width: 41vw;
    height: 80vh;
    border-radius: 0.6rem;
    padding: 1.6rem 0 0;
    border: 2px solid var(--white-opacity--55, rgba(255, 255, 255, 0.55));
    background: var(--white-opacity--70, rgba(255, 255, 255, 0.7));
    box-shadow: 0 24px 105px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(20px);
  }
  .search-overlay__input-wrapper {
    padding: 0.6rem 1rem;
  }
  .search-overlay__empty-search-message, .search-overlay__nothing-found-message {
    margin-top: 7.6rem;
  }
  .search-overlay__form-wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .search-overlay__results-list {
    gap: 3.2rem;
    height: calc(80vh - 7rem);
    margin-top: 0;
    padding-top: 4.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .search-overlay__results-item {
    padding: 1.2rem;
    border-radius: 0.8rem;
  }
  .search-overlay__results-item:hover {
    background: var(--white-opacity--70, rgba(255, 255, 255, 0.7));
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.theme-black .footer {
  padding-top: 0;
}

.footer {
  padding: 8rem 2rem 12rem;
  margin-top: 12rem;
  background-color: var(--black--400);
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.footer__menus {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.footer__menu-left ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer__menu-left ul li {
  font-family: "ATC Diatype";
  font-size: 3.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}
.footer__menu-left ul li a.multianimline.single {
  background-position: 100% 90%;
}
.footer__menu-left ul li a.multianimline.single:hover {
  background-position: 0 90%;
}
.footer__menu-right > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5.6rem 1rem;
}
.footer__menu-right > ul > li:first-child {
  flex: 0 0 100%;
}
.footer__menu-right > ul > li:first-child > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
}
.footer__menu-right > ul > li:not(:first-child) {
  flex: 0 0 calc(50% - 0.5rem);
}
.footer__menu-right > ul > li > span {
  display: block;
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  color: var(--gray--250);
}
.footer__menu-right > ul > li > ul > li {
  font-family: "ATC Diatype";
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02rem;
  line-height: 1.4;
}
.footer__copyrights {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__logo picture img {
  width: 6.2rem;
}
.footer__copyrights-text {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
}
.footer__brands {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__brands-label {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--gray--250);
}
.footer__brands-row {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.footer__brands-row picture img {
  height: 1.2rem;
  width: auto;
}
.footer__payments {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__payments-label {
  font-family: "ABC Diatype Mono";
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.14rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--gray--250);
}
.footer__payments-row {
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
.footer__payments-row picture img {
  height: 1.8rem;
  width: auto;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

@media (min-width: 992px) {
  .footer {
    padding: 12rem 17.5rem 8rem;
    gap: 9.6rem;
    margin-top: 16rem;
  }
  .footer__menus {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__menu-left ul li {
    font-family: "ATC Diatype";
    font-size: 4.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .footer__menu-right > ul {
    flex-wrap: nowrap;
    gap: 1.6rem;
  }
  .footer__menu-right > ul > li:first-child, .footer__menu-right > ul > li:not(:first-child) {
    flex: 0 0 25.3rem;
    width: 25.3rem;
  }
  .footer__menu-right > ul > li:nth-child(2) {
    order: 3;
  }
  .footer__menu-right > ul > li:nth-child(3) {
    order: 2;
  }
  .footer__menu-right > ul > li:first-child > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer__bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 6rem;
  }
  .footer__brands {
    margin-left: auto;
  }
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-slim-logo {
  padding: 0;
}
.montamont #BorlabsCookieBox .brlbs-fixed {
  pointer-events: none;
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog {
  pointer-events: auto;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  bottom: 8rem;
  width: calc(100% - 4.8rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.28);
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-content h2 {
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 0.6rem;
  overflow: auto;
  white-space: break-spaces;
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-entrance-description {
  text-align: left;
  font-family: "ATC Diatype";
  font-size: 1.7rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.017rem;
  line-height: 1.3;
  color: var(--black--200);
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-btn {
  --button-border-radius: 0.6rem;
  border-radius: var(--button-border-radius);
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance {
  padding: 1.6rem;
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance .brlbs-cmpnt-btn {
  --button-height: 3.9rem;
  --button-padding: 1rem 3.2rem;
  --button-gap: 0.4rem;
  --button-border-radius: 0.6rem;
  --button-theme-primary-color: var(--black--300);
  --button-theme-secondary-color: var(--white);
  --button-theme-secondary-inverted-color: var(--black--300);
  --button-theme-border-color: var(--button-theme-primary-color);
  width: 100% !important;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: var(--button-height);
  padding: 0 !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: var(--button-border-radius);
  gap: var(--button-gap);
  color: #ffffff !important;
  border-color: transparent !important;
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance .brlbs-cmpnt-btn:hover {
  background: var(--black--100, #444) !important;
  border-color: transparent !important;
  border-radius: var(--button-border-radius) !important;
}
.montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance .brlbs-cmpnt-btn.brlbs-cmpnt-btn-preferences {
  color: var(--button-theme-primary-color) !important;
  background-color: #ffffff !important;
}
@media (min-width: 992px) {
  .montamont #BorlabsCookieBox .brlbs-cmpnt-dialog {
    width: 60%;
  }
  .montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance {
    flex-direction: column;
    padding: 1.6rem;
  }
  .montamont #BorlabsCookieBox .brlbs-cpmnt-dialog-bar-main {
    width: 100%;
    padding: 0;
  }
  .montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance .brlbs-cpmnt-dialog-bar-buttons {
    width: 100%;
  }
  .montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance .brlbs-cpmnt-dialog-bar-buttons > div {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
  }
  .montamont #BorlabsCookieBox .brlbs-cmpnt-dialog-bar-entrance .brlbs-cpmnt-dialog-bar-buttons > div > div {
    flex: 0 0 auto;
    width: 33%;
    margin: 0;
  }
}
.simple-page {
  padding-top: 6rem;
}

body:has(.error-page) .footer {
  margin-top: 0;
}

.error-page {
  width: 100%;
  height: 100vh;
}
.error-page__background-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.error-page__background-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.error-page__background-image > *:first-child {
  display: none;
}
.error-page__background-image figcaption {
  display: none;
}
.error-page__background-image picture {
  width: 100%;
  height: 100%;
}
.error-page__background-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-page__background-image .mon-figure {
  width: 100%;
  height: 100%;
}
.error-page__background-image .mon-medium--vimeo-video {
  width: 100%;
  height: 100%;
}
.error-page__content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 4rem);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  justify-content: center;
  text-align: center;
  color: var(--white);
}
.error-page__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
}
.error-page__message {
  font-family: "ATC Diatype";
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.016rem;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .error-page__background-image > *:first-child {
    display: flex;
  }
  .error-page__background-image > *:last-child {
    display: none;
  }
  .error-page__content {
    gap: 0;
  }
  .error-page__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 1.6rem;
  }
  .error-page__message {
    margin-bottom: 2.4rem;
    font-family: "ATC Diatype";
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.017rem;
    line-height: 1.25;
  }
}
.single-stay__modules {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media (min-width: 992px) {
  .single-stay {
    padding-top: 6.8rem;
  }
  .single-stay__modules {
    gap: 16rem;
  }
}
.single-pass {
  padding-top: 12rem;
}
.single-pass__modules {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.single-pass__intro {
  margin-bottom: 8rem;
  margin-top: 5.6rem;
}

@media (min-width: 768px) {
  .single-pass__intro {
    margin-bottom: 16rem;
  }
}
@media (min-width: 992px) {
  .single-pass {
    padding-top: 6.8rem;
  }
  .single-pass__intro {
    margin-bottom: 18.4rem;
    margin-top: 6.4rem;
  }
  .single-pass__modules {
    gap: 16rem;
  }
}
.stays-archive {
  padding-top: 12rem;
}
.stays-archive .breadcrumbs {
  margin-bottom: 5.6rem;
}
.stays-archive__filter-bar-wrapper {
  overflow: auto;
}
.stays-archive__regions-trigger {
  cursor: pointer;
}
.stays-archive__regions-trigger--desktop {
  display: none;
}
.stays-archive__regions-trigger--mobile {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1.2rem;
  margin-top: 2.4rem;
}
.stays-archive__regions {
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  height: 3.2rem;
  border-radius: 0.6rem;
  background: var(--cd-glacier-light--450, #E0DEDC);
  color: var(--cd-black, #1D1D1C);
  min-height: 3.6rem;
}
.stays-archive__filter-bar {
  display: flex;
  gap: 0.6rem;
  padding-bottom: 2.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: fit-content;
}
.stays-archive__filter-bar .search-filter-input-checkbox:nth-child(n+6) {
  display: none;
}
.stays-archive__reset-filter-wrapper {
  text-align: center;
}
.stays-archive__stays-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 8rem;
}
.stays-archive__collections-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  margin-top: 8rem;
}
.stays-archive__loading-section {
  pointer-events: none;
  display: none;
}

@media (min-width: 768px) {
  .stays-archive__regions-trigger {
    padding: 0 var(--tabletPadding);
  }
  .stays-archive__filter-bar {
    padding: 0 var(--tabletPadding) 2.4rem;
  }
}
@media (min-width: 992px) {
  .stays-archive {
    padding-top: 6.8rem;
  }
  .stays-archive__regions-trigger {
    padding: 0;
  }
  .stays-archive__regions-trigger--desktop {
    display: block;
  }
  .stays-archive__regions-trigger--mobile {
    display: none;
  }
  .stays-archive__regions {
    margin-top: 4rem;
  }
  .stays-archive__filter-bar-wrapper {
    display: flex;
    justify-content: center;
    overflow: visible;
    margin-top: 2.4rem;
  }
  .stays-archive__filter-bar {
    justify-content: center;
    overflow: visible;
  }
  .stays-archive__stays-list {
    gap: 9.6rem;
  }
  .stays-archive__collections-list {
    gap: 9.6rem;
  }
}
body:has(.shop-page) .footer {
  margin-top: 0;
}

.shop-page {
  padding-top: 11.2rem;
}
.shop-page__breadcrumbs {
  margin-bottom: 5.6rem;
}
.shop-page__filter-bar-wrapper {
  margin-top: 2.4rem;
}
.shop-page__filter-bar {
  display: flex;
  gap: 0.6rem;
  padding-bottom: 2.4rem;
  justify-content: center;
  margin-bottom: 5.6rem;
  flex-wrap: wrap;
}
.shop-page__filter-bar .search-filter-input-group {
  flex-wrap: wrap;
  justify-content: center;
}
.shop-page__filter-bar .search-filter-field__input {
  height: 100%;
}
.shop-page__filter-bar .search-filter-input-checkbox:nth-child(n+6) {
  display: none;
}
.shop-page__reset-filter-wrapper {
  text-align: center;
}
.shop-page__items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 1.6rem;
}
.shop-page__flexible-modules {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

@media (min-width: 768px) {
  .shop-page {
    padding-top: 12rem;
  }
  .shop-page__flexible-modules {
    gap: 12rem;
  }
}
@media (min-width: 992px) {
  .shop-page {
    padding-top: 6rem;
  }
  .shop-page__flexible-modules {
    gap: 16rem;
  }
  .shop-page__items-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.theme-black .collection-page__content-headline {
  border-bottom-color: var(--white-opacity--20);
  color: var(--white);
}

.collection-page--type-passes .collection-page__content-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem 1.6rem;
}
.collection-page__hero {
  position: relative;
  width: 100%;
  height: 100svh;
}
.collection-page__hero-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.collection-page__hero-image figure, .collection-page__hero-image picture, .collection-page__hero-image img, .collection-page__hero-image .mon-medium--vimeo-video {
  width: 100%;
  height: 100%;
}
.collection-page__hero-image picture img {
  object-fit: cover;
}
.collection-page__hero-image-desktop {
  display: none;
}
.collection-page__hero-image-desktop, .collection-page__hero-image-mobile {
  width: 100%;
  height: 100%;
}
.collection-page__hero-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 4rem));
  color: var(--white);
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 4rem);
}
.collection-page__hero-annotation {
  position: absolute;
  left: 2rem;
  bottom: 1.6rem;
  font-family: "ATC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--white);
  z-index: 2;
}
.collection-page__hero-annotation a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.collection-page__marquee-text {
  position: absolute;
  right: 2rem;
  bottom: 1.6rem;
  width: 11.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  z-index: 2;
  font-family: "ATC Diatype Mono";
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--white);
}
.collection-page__marquee-text span {
  animation: marquee-anim 60s linear infinite forwards;
  white-space: nowrap;
}
@keyframes marquee-anim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.collection-page__breadcrumbs {
  margin-top: 1.6rem;
}
.collection-page__intro-text {
  margin-top: 5.6rem;
  margin-bottom: 8rem;
}
.collection-page__content:has(.collection-page__content-items.last) .collection-page__load-more-animation {
  display: none;
}
.collection-page__content-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--Gray-Lines, #DDD);
  margin-bottom: 5.6rem;
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.036rem;
  line-height: 1;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
  font-size: 1.6rem;
  color: var(--cd-black);
}
.collection-page__content-headline-right {
  font-family: "ATC Diatype";
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.028rem;
  line-height: 1.2;
  font-feature-settings: "case" on, "ordn" on, "dlig" on;
}
.collection-page__content-items {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.collection-page__load-more-animation {
  height: 12rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-page__load-more-animation-button {
  display: flex;
  width: 8.3rem;
  height: 3.9rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  background: var(--cd-glacier-light--450, #E0DEDC);
}
.collection-page__load-more-animation-button .loader, .collection-page__load-more-animation-button .loader:before, .collection-page__load-more-animation-button .loader:after {
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  animation-fill-mode: both;
  animation: bblFadInOut 2.4s infinite ease-in-out;
  display: block;
}
.collection-page__load-more-animation-button .loader {
  color: var(--cd-black);
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  top: -0.4rem;
}
.collection-page__load-more-animation-button .loader:before, .collection-page__load-more-animation-button .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.collection-page__load-more-animation-button .loader:before {
  left: -0.6rem;
  animation-delay: -0.32s;
}
.collection-page__load-more-animation-button .loader:after {
  left: 0.6rem;
}
@keyframes bblFadInOut {
  0%, 80%, 100% {
    box-shadow: 0 0.4rem 0 -0.4rem;
  }
  60% {
    box-shadow: 0 0.4rem 0 0;
  }
}

@media (min-width: 992px) {
  body:has(.collection-page--type-passes) .header {
    border-bottom-color: transparent !important;
  }
  .collection-page--type-passes .collection-page__content-items {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5.6rem 1.6rem;
  }
  .collection-page__hero-image-mobile {
    display: none;
  }
  .collection-page__hero-image-desktop {
    display: block;
  }
  .collection-page__hero-title {
    transform: translate(-50%, calc(-50% - 2rem));
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
  }
  .collection-page__hero-annotation {
    left: 4rem;
    bottom: 2.4rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.112rem;
    line-height: 1.4;
  }
  .collection-page__marquee-text {
    right: 4rem;
    bottom: 2.4rem;
    width: 25.3rem;
    font-family: "ATC Diatype Mono";
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.112rem;
    line-height: 1.4;
  }
  .collection-page__breadcrumbs {
    margin-top: 2.4rem;
  }
  .collection-page__intro-text {
    margin-top: 6.4rem;
    margin-bottom: 9.6rem;
  }
  .collection-page__content-headline {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
  .collection-page__content-headline-right {
    font-family: "ATC Diatype";
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.036rem;
    line-height: 1.2;
    font-feature-settings: "case" on, "ordn" on, "dlig" on;
  }
  .collection-page__content-items {
    gap: 9.6rem;
  }
  .collection-page__load-more-animation {
    padding-top: 2rem;
  }
}
body:has(.single-product) .footer {
  margin-top: 0;
}

.single-product {
  padding-top: 11.4rem;
}
.single-product__hero-wrapper img {
  aspect-ratio: 414/344;
  object-fit: cover;
}
.single-product__breadcrumbs-wrapper {
  padding-bottom: 5.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.single-product__breadcrumbs-wrapper--desktop {
  display: none;
}
.single-product__content {
  display: flex;
  flex-direction: column-reverse;
}
.single-product__modules {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  min-width: 0;
}
.single-product__product-facts {
  padding: 0 2rem;
}
.single-product__footer {
  padding-top: 12rem;
}
.single-product__related-products {
  margin-bottom: 12rem;
}
.single-product__shipping-info .link-icons {
  margin-top: 0;
}

@media (min-width: 768px) {
  .single-product__product-facts {
    padding: 0 10rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .single-product__hero-wrapper img {
    height: 80vh;
    aspect-ratio: unset;
  }
  .single-product__breadcrumbs-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .single-product {
    padding-top: 4.8rem;
  }
  .single-product__hero-wrapper img {
    height: calc(100vh - 4.8rem);
    object-fit: cover;
    aspect-ratio: unset;
  }
  .single-product__content {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 0;
  }
  .single-product__modules {
    padding-bottom: 16rem;
    border-bottom: 1px solid var(--Gray-Lines, #DDD);
    gap: 9.6rem;
  }
  .single-product__breadcrumbs-wrapper {
    padding-top: 2.4rem;
    padding-left: 4rem;
    padding-bottom: 0;
  }
  .single-product__breadcrumbs-wrapper--desktop {
    display: block;
  }
  .single-product__breadcrumbs-wrapper--mobile {
    display: none;
  }
  .single-product__hero-wrapper {
    margin-bottom: -3.2rem;
  }
  .single-product__footer {
    padding-top: 9.6rem;
  }
  .single-product__product-facts {
    padding: 0;
  }
  .single-product__related-products {
    margin-bottom: 16rem;
  }
}
body:has(.passes-archive) .footer {
  margin-top: 0;
  padding-top: 12rem;
}

.passes-archive {
  padding-top: 12rem;
}
.passes-archive .breadcrumbs {
  margin-bottom: 5.6rem;
}
.passes-archive__filter-bar {
  display: flex;
  gap: 0.6rem;
  padding-bottom: 2rem;
  justify-content: center;
  margin-bottom: 8rem;
  margin-top: 2.4rem;
}
.passes-archive__filter-bar .search-filter-field--type-choice {
  height: auto;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-group {
  display: flex;
  gap: 0.6rem;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-group {
  height: 100%;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio {
  padding: 0;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio--disabled .search-filter-input-radio__label {
  cursor: no-drop;
  color: #969696;
  background: #edebe9;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio--is-active .search-filter-input-radio__label {
  background-color: #ffffff;
  color: #000000;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio__container {
  height: 100%;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio__control {
  display: none;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio__label {
  font-family: "ATC Diatype Mono";
  font-size: 1.3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.104rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.1490196078);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  height: 100%;
  color: #757575;
}
.passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio__count {
  display: none;
}
.passes-archive__stays-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.passes-archive__collections-list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.passes-archive__passes-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3.2rem 1.6rem;
}

@media (min-width: 768px) {
  body:has(.passes-archive) .footer {
    margin-top: 0;
    padding-top: 16rem;
  }
  .passes-archive__stays-list {
    gap: 9.6rem;
  }
  .passes-archive__collections-list {
    gap: 9.6rem;
  }
  .passes-archive__passes-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5.6rem 1.6rem;
  }
  .passes-archive__filter-bar .search-filter-field--type-choice .search-filter-input-radio__label {
    font-family: "ATC Diatype Mono";
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.12rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
  }
}
@media (min-width: 992px) {
  .passes-archive {
    padding-top: 6.8rem;
  }
}
.destinations-archive {
  padding-top: 12rem;
}
.destinations-archive .breadcrumbs {
  margin-bottom: 5.6rem;
}
.destinations-archive__intro {
  margin-bottom: 8rem;
}
.destinations-archive__content {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}

@media (min-width: 768px) {
  .destinations-archive__content {
    gap: 9.6rem;
  }
}
@media (min-width: 992px) {
  .destinations-archive {
    padding-top: 6.8rem;
  }
}
.single-destination__intro {
  margin-bottom: 1.6rem;
}
.single-destination__intro-media {
  position: relative;
  width: 100%;
  height: 100vh;
}
.single-destination__intro-media-desktop {
  display: none;
}
.single-destination__intro-media-mobile, .single-destination__intro-media-desktop {
  width: 100%;
  height: 100%;
}
.single-destination__intro-media-mobile picture, .single-destination__intro-media-mobile img, .single-destination__intro-media-mobile video, .single-destination__intro-media-desktop picture, .single-destination__intro-media-desktop img, .single-destination__intro-media-desktop video {
  width: 100%;
  height: 100%;
}
.single-destination__intro-media-mobile img, .single-destination__intro-media-desktop img {
  object-fit: cover;
}
.single-destination__intro-media-mobile figcaption, .single-destination__intro-media-desktop figcaption {
  display: none;
}
.single-destination__intro-media-mobile .mon-figure, .single-destination__intro-media-desktop .mon-figure {
  height: 100%;
  width: 100%;
}
.single-destination__title {
  font-family: "ATC Diatype";
  font-size: 4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  z-index: 10;
  color: var(--white);
}
.single-destination__claim {
  font-family: "ATC Diatype";
  font-size: 2.6rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.15;
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
  color: var(--cd-black);
}
.single-destination__modules {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}

@media (min-width: 992px) {
  .single-destination__intro {
    margin-bottom: 2.4rem;
  }
  .single-destination__intro-media-desktop {
    display: block;
  }
  .single-destination__intro-media-mobile {
    display: none;
  }
  .single-destination__title {
    font-family: "ATC Diatype";
    font-size: 9.6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 0.95;
  }
  .single-destination__claim {
    font-family: "ATC Diatype";
    font-size: 4.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.15;
    margin-top: 6.4rem;
    margin-bottom: 16rem;
  }
  .single-destination__modules {
    gap: 16rem;
  }
}
.home-page__flexible-content {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.home-page__background-grid {
  display: none;
}

@media (min-width: 992px) {
  .home-page__flexible-content {
    gap: 16rem;
  }
  .home-page__background-grid {
    display: block;
    --rows: 3;
    --cols: 4;
    --line: #edebe9;
    --w: 1px;
    background-size: calc(100% / var(--cols)) 100%, 100% calc(100% / var(--rows));
    background-repeat: repeat;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .home-page__background-grid:before {
    content: "";
    position: absolute;
    left: 11rem;
    top: 0;
    width: calc(100% - 11rem - 12.8rem);
    height: 100%;
    background-size: 36.1rem;
    background-image: linear-gradient(to right, var(--line), var(--line) var(--w), transparent var(--w), transparent 100%);
    border-right: var(--w) solid var(--line);
  }
  .home-page__background-grid:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, var(--line), var(--line) var(--w), transparent var(--w), transparent 100%);
    background-size: auto calc(100% / var(--rows));
  }
}
.simple-text-page {
  padding-top: 12rem;
}
.simple-text-page__breadcrumbs {
  margin-bottom: 5.6rem;
}
.simple-text-page__title {
  font-family: "ATC Diatype";
  font-size: 4.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 5.6rem;
  color: var(--cd-black);
}
@media (min-width: 768px) {
  .simple-text-page {
    padding-top: 12rem;
  }
  .simple-text-page__breadcrumbs {
    margin-bottom: 5.6rem;
  }
  .simple-text-page__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .simple-text-page {
    padding-top: 6.8rem;
  }
}
body:has(.two-column-text-page) .footer {
  margin-top: 0;
}

.two-column-text-page {
  padding-top: 12rem;
}
.two-column-text-page__breadcrumbs {
  margin-bottom: 5.6rem;
}
.two-column-text-page__title {
  font-family: "ATC Diatype";
  font-size: 4.2rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
  color: var(--cd-black);
  text-align: center;
  margin-bottom: 5.6rem;
}
.two-column-text-page__text {
  padding: 0 2rem;
}
.two-column-text-page__grid {
  padding-bottom: 12rem;
}
.two-column-text-page__column a {
  font-family: "ATC Diatype";
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.018rem;
  line-height: 1.4;
  line-height: 1;
  display: inline-block;
}
.two-column-text-page__column:first-child {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .two-column-text-page__breadcrumbs {
    margin-bottom: 5.6rem;
  }
  .two-column-text-page__title {
    font-family: "ATC Diatype";
    font-size: 6rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
  }
  .two-column-text-page__text {
    padding: 0 0 0 4rem;
  }
  .two-column-text-page__grid {
    padding-bottom: 5.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    position: sticky;
    top: 6rem;
  }
  .two-column-text-page__column {
    padding-right: 2rem;
  }
  .two-column-text-page__column a {
    font-family: "ATC Diatype";
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02rem;
    line-height: 1.4;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .two-column-text-page {
    padding-top: 6.8rem;
  }
  .two-column-text-page__title {
    margin-bottom: 8rem;
  }
  .two-column-text-page__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .two-column-text-page__grid {
    padding-top: 4rem;
  }
}
body:has(.default-page) .footer {
  margin-top: 0;
}

.default-page__modules {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.default-page__modules .page-hero__intro-text {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .default-page__modules {
    gap: 16rem;
  }
  .default-page__modules .page-hero__intro-text {
    margin-bottom: -6.4rem;
  }
}
body.theme-black {
  background-color: var(--black--400);
  color: var(--white);
}

/*! purgecss end ignore */
