@charset "UTF-8";
/**
 * NORMALIZE
 * DIADAO
 */
/*! 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,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none; /* 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;
}

/* DIADAO
---------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio {
  margin: 0;
  padding: 0;
  border: 0;
}
html:focus,
body:focus,
div:focus,
span:focus,
applet:focus,
object:focus,
iframe:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
blockquote:focus,
pre:focus,
a:focus,
abbr:focus,
acronym:focus,
address:focus,
big:focus,
cite:focus,
code:focus,
del:focus,
dfn:focus,
em:focus,
img:focus,
ins:focus,
kbd:focus,
q:focus,
s:focus,
samp:focus,
small:focus,
strike:focus,
strong:focus,
sub:focus,
sup:focus,
tt:focus,
var:focus,
b:focus,
u:focus,
i:focus,
center:focus,
dl:focus,
dt:focus,
dd:focus,
ol:focus,
ul:focus,
li:focus,
fieldset:focus,
form:focus,
label:focus,
legend:focus,
table:focus,
caption:focus,
tbody:focus,
tfoot:focus,
thead:focus,
tr:focus,
th:focus,
td:focus,
article:focus,
aside:focus,
canvas:focus,
details:focus,
embed:focus,
figure:focus,
figcaption:focus,
footer:focus,
header:focus,
hgroup:focus,
menu:focus,
nav:focus,
output:focus,
ruby:focus,
section:focus,
summary:focus,
time:focus,
mark:focus,
audio:focus {
  outline: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
}

q {
  quotes: "“" "”" "‘" "’";
}

textarea {
  vertical-align: top;
}

pre {
  white-space: pre-wrap;
}

hr {
  display: block;
  height: 1px;
  background-color: #000;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  text-align: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  width: 100%;
}

button,
input {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

li {
  list-style: none;
}

/* Slick */
.slick-slide:focus {
  outline: 0;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

/*************************/
/* Variables */
/*************************/
/*************************/
/* Functions */
/*************************/
/*************************/
/* Mixins */
/*************************/
.btn {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  height: 48px;
  width: auto;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  color: #3d422a;
  text-decoration: none;
  padding-inline: 20px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .btn {
    gap: 4px;
    padding-inline: 32px;
    height: 64px;
  }
}
.btn:focus-visible {
  outline: none;
}
.btn span {
  display: block;
  pointer-events: none;
}
.btn span strong {
  color: currentColor;
}
.btn .icon {
  flex-shrink: 0;
}
.btn .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn .icon--close {
    width: 28px;
    height: 28px;
  }
}
.btn .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn-icon {
  padding-inline: 0;
  width: 48px;
}
@media only screen and (min-width: 992px) {
  .btn-icon {
    width: 64px;
  }
}
.btn-icon::before {
  content: "";
  display: block;
  color: currentColor;
  flex-shrink: 0;
}
.btn-icon--mail::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/mail-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/mail-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--mail::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/mail.svg");
    mask-image: url("../images/svg/icons/mail.svg");
  }
}
.btn-icon--phone::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/phone-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/phone-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--phone::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/phone.svg");
    mask-image: url("../images/svg/icons/phone.svg");
  }
}
.btn-icon--facebook::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/facebook-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/facebook-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--facebook::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/facebook.svg");
    mask-image: url("../images/svg/icons/facebook.svg");
  }
}
.btn-icon--youtube::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/youtube-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/youtube-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--youtube::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/youtube.svg");
    mask-image: url("../images/svg/icons/youtube.svg");
  }
}
.btn-icon--instagram::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/instagram-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/instagram-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--instagram::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/instagram.svg");
    mask-image: url("../images/svg/icons/instagram.svg");
  }
}
.btn-icon--languages::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/globe-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/globe-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--languages::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/globe.svg");
    mask-image: url("../images/svg/icons/globe.svg");
  }
}
.btn-icon--close::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/x-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/x-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--close::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/x.svg");
    mask-image: url("../images/svg/icons/x.svg");
  }
}
.btn-icon--arrow-left::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/arrow-left-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/arrow-left-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--arrow-left::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
    mask-image: url("../images/svg/icons/arrow-left.svg");
  }
}
.btn-icon--chevron-down::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/chevron-down-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/chevron-down-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--chevron-down::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
    mask-image: url("../images/svg/icons/chevron-down.svg");
  }
}
.btn-icon--chevron-right::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/chevron-right-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/chevron-right-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--chevron-right::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
    mask-image: url("../images/svg/icons/chevron-right.svg");
  }
}
.btn-icon--chevron-left::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/chevron-left-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/chevron-left-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--chevron-left::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
    mask-image: url("../images/svg/icons/chevron-left.svg");
  }
}
.btn-icon--booking-hotel::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/bed-double-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/bed-double-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--booking-hotel::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/bed-double.svg");
    mask-image: url("../images/svg/icons/bed-double.svg");
  }
}
.btn-icon--booking-restaurant::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/utensils-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/utensils-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--booking-restaurant::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/utensils.svg");
    mask-image: url("../images/svg/icons/utensils.svg");
  }
}
.btn-icon--booking-spa::before {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-image: url("../images/svg/icons/mobile/flower-lotus-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/flower-lotus-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-icon--booking-spa::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    -webkit-mask-image: url("../images/svg/icons/flower-lotus.svg");
    mask-image: url("../images/svg/icons/flower-lotus.svg");
  }
}
.btn-blue-light {
  background: #c5d7e6;
  color: #1b252c;
}
html:not(.touchevents) .btn-blue-light:hover, html:not(.touchevents) .btn-blue-light:active, html:not(.touchevents) .btn-blue-light:focus-visible, html:not(.touchevents) .btn-blue-light:focus-within {
  background: #8ba4b9;
}
.btn-blue-dark {
  background: #1b252c;
  color: #ffffff;
}
html:not(.touchevents) .btn-blue-dark:hover, html:not(.touchevents) .btn-blue-dark:active, html:not(.touchevents) .btn-blue-dark:focus-visible, html:not(.touchevents) .btn-blue-dark:focus-within {
  background: #273845;
}
.btn-gold {
  background: #c7a57a;
  color: #ffffff;
}
html:not(.touchevents) .btn-gold:hover, html:not(.touchevents) .btn-gold:active, html:not(.touchevents) .btn-gold:focus-visible, html:not(.touchevents) .btn-gold:focus-within {
  background: #edc798;
}
.btn-transparent-light {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
html:not(.touchevents) .btn-transparent-light:hover, html:not(.touchevents) .btn-transparent-light:active, html:not(.touchevents) .btn-transparent-light:focus-visible, html:not(.touchevents) .btn-transparent-light:focus-within {
  background: rgba(255, 255, 255, 0.32);
}
.btn-transparent-dark {
  background: rgba(27, 37, 44, 0.16);
  color: #1b252c;
}
html:not(.touchevents) .btn-transparent-dark:hover, html:not(.touchevents) .btn-transparent-dark:active, html:not(.touchevents) .btn-transparent-dark:focus-visible, html:not(.touchevents) .btn-transparent-dark:focus-within {
  background: rgba(27, 37, 44, 0.32);
}
.btn-no-fill-light {
  background: transparent;
  color: #ffffff;
}
html:not(.touchevents) .btn-no-fill-light:hover, html:not(.touchevents) .btn-no-fill-light:active, html:not(.touchevents) .btn-no-fill-light:focus-visible, html:not(.touchevents) .btn-no-fill-light:focus-within {
  color: #c7a57a;
}
.btn-no-fill-dark {
  background: transparent;
  color: #1b252c;
}
html:not(.touchevents) .btn-no-fill-dark:hover, html:not(.touchevents) .btn-no-fill-dark:active, html:not(.touchevents) .btn-no-fill-dark:focus-visible, html:not(.touchevents) .btn-no-fill-dark:focus-within {
  color: #b2926b;
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .btn-group {
    gap: 32px;
  }
}
.btn-filter {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  height: 48px;
  width: auto;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  color: #3d422a;
  text-decoration: none;
  padding-inline: 20px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  color: #1b252c;
  opacity: 0.56;
  font-weight: 600;
  flex-direction: column;
  align-items: flex-start;
  gap: 0 !important;
  padding-inline: 12px;
}
@media only screen and (min-width: 992px) {
  .btn-filter {
    gap: 4px;
    padding-inline: 32px;
    height: 64px;
  }
}
.btn-filter:focus-visible {
  outline: none;
}
.btn-filter span {
  display: block;
  pointer-events: none;
}
.btn-filter span strong {
  color: currentColor;
}
.btn-filter .icon {
  flex-shrink: 0;
}
.btn-filter .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-filter .icon--close {
    width: 28px;
    height: 28px;
  }
}
.btn-filter .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn-filter .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn-filter .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.btn-filter .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-filter {
    padding-inline: 20px;
  }
}
.btn-filter:hover {
  opacity: 1;
}
.btn-filter.active, .room-modal__filters .room-menu-item-filter.nav-link.active .btn-filter.btn {
  color: #c7a57a;
  opacity: 1;
}
.btn-filter.active .suptitle, .room-modal__filters .room-menu-item-filter.nav-link.active .btn-filter.btn .suptitle {
  color: #000000;
}
.btn-filter span {
  font-size: inherit;
}
.diadao-button-close {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  height: 48px;
  width: auto;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  color: #3d422a;
  text-decoration: none;
  padding-inline: 20px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  background: #1b252c;
  color: #ffffff;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close {
    gap: 4px;
    padding-inline: 32px;
    height: 64px;
  }
}
.diadao-button-close:focus-visible {
  outline: none;
}
.diadao-button-close span {
  display: block;
  pointer-events: none;
}
.diadao-button-close span strong {
  color: currentColor;
}
.diadao-button-close .icon {
  flex-shrink: 0;
}
.diadao-button-close .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close .icon--close {
    width: 28px;
    height: 28px;
  }
}
.diadao-button-close .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.diadao-button-close .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.diadao-button-close .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.diadao-button-close .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html:not(.touchevents) .diadao-button-close:hover, html:not(.touchevents) .diadao-button-close:active, html:not(.touchevents) .diadao-button-close:focus-visible, html:not(.touchevents) .diadao-button-close:focus-within {
  background: #273845;
}
.diadao-button-close svg {
  width: 16px;
  height: 16px;
}

@media only screen and (min-width: 992px) {
  .display-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .display-desktop {
    display: none !important;
  }
}
html {
  overscroll-behavior-y: none;
}
@media only screen and (max-width: 991px) {
  html.smartpreview-panel-open.diadao-panel-plugin-opened {
    overflow: visible !important;
  }
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) {
    overflow: visible !important;
  }
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > #main,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > main,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > #site,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > #page,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > div,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > section {
    overflow: clip !important;
  }
}
html body {
  background: #f3f3f3;
  overscroll-behavior-y: none;
}
html body #diadao-main {
  min-height: 50vh;
}
html body.sdkbs-panel-opened, html body.offcanvas-opened, html body.smart-display-open, html body.modal-opened {
  overflow: clip !important;
}
html body.sdkbs-panel-opened .hsp-widget,
html body.sdkbs-panel-opened #axeptio_overlay, html body.offcanvas-opened .hsp-widget,
html body.offcanvas-opened #axeptio_overlay, html body.smart-display-open .hsp-widget,
html body.smart-display-open #axeptio_overlay, html body.modal-opened .hsp-widget,
html body.modal-opened #axeptio_overlay {
  opacity: 0;
  pointer-events: none;
}
html body.diadao-rooms-page {
  background: #171f26;
}
html body.diadao-rooms-page .diadao-hsw-hsp {
  display: none !important;
}
html body.diadao-rooms-page .hsp-widget {
  opacity: 0;
  pointer-events: none;
}
html body img {
  display: block;
  width: 100%;
  height: auto;
  /* Masquer l'image jusqu'à ce qu'elle soit chargée (lazy loading) */
  /* Afficher l'image une fois chargée */
}
html body img:not([src])[data-src] {
  opacity: 0;
  transition: opacity 0.3s;
}
html body img[src][data-src] {
  opacity: 1;
}
html body a[data-fancybox-front],
html body a.snippet-fancybox-url {
  position: absolute;
  inset: 0;
  z-index: 2;
}
html body a span {
  pointer-events: none;
}

.module-html,
.section-form {
  position: relative;
}
.module-html .container,
.section-form .container {
  position: relative;
}
.module-html .section__wrapper h2,
.section-form .section__wrapper h2 {
  margin-block: 24px;
}
@media only screen and (min-width: 992px) {
  .module-html .section__wrapper h2,
  .section-form .section__wrapper h2 {
    margin-block: 48px;
  }
}
.module-html .section__wrapper .section__content,
.section-form .section__wrapper .section__content {
  grid-column-start: 2;
  grid-column-end: span 12;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .module-html .section__wrapper .section__content,
  .section-form .section__wrapper .section__content {
    grid-column-start: 4;
    grid-column-end: span 8;
    max-width: 1200px;
    gap: 48px;
  }
}
.module-html .section__wrapper .section__content h2,
.module-html .section__wrapper .section__content h3,
.section-form .section__wrapper .section__content h2,
.section-form .section__wrapper .section__content h3 {
  margin: 0;
}
.module-html .section__wrapper .section__content .kwpb-wysiwig h2,
.module-html .section__wrapper .section__content .kwpb-wysiwig h3,
.section-form .section__wrapper .section__content .kwpb-wysiwig h2,
.section-form .section__wrapper .section__content .kwpb-wysiwig h3 {
  margin: 3rem 0 1.5rem;
}
.module-html .module-form__content,
.section-form .module-form__content {
  padding-inline: 32px;
}
@media only screen and (min-width: 992px) {
  .module-html .module-form__content,
  .section-form .module-form__content {
    grid-column-start: 2;
    grid-column-end: span 5;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .module-html .module-form__content,
  .section-form .module-form__content {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 1920px) {
  .module-html .module-form__content,
  .section-form .module-form__content {
    grid-column-start: 3;
    grid-column-end: span 3;
  }
}
.module-html .module-form__content a,
.section-form .module-form__content a {
  color: #c7a57a;
}
.module-html .module-form__content a:hover,
.section-form .module-form__content a:hover {
  color: #b88d56;
}
.module-html .module-form__form,
.section-form .module-form__form {
  padding-inline: 32px;
}
@media only screen and (min-width: 992px) {
  .module-html .module-form__form,
  .section-form .module-form__form {
    grid-column-start: 8;
    grid-column-end: span 5;
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .module-html .module-form__form,
  .section-form .module-form__form {
    grid-column-start: 8;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1920px) {
  .module-html .module-form__form,
  .section-form .module-form__form {
    grid-column-start: 7;
    grid-column-end: span 5;
  }
}
.module-html .module-form__form a:not(.btn),
.section-form .module-form__form a:not(.btn) {
  color: #c7a57a;
}
.module-html .module-form__form a:not(.btn):hover,
.section-form .module-form__form a:not(.btn):hover {
  color: #b88d56;
}

.grid-helper {
  opacity: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0px, 1fr));
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .grid-helper {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .grid-helper {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.grid-helper .item {
  grid-column: span 1;
  height: 100%;
  height: 100vh;
  border-inline: 1px solid rgba(220, 26, 26, 0.15);
}

html {
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.8;
  font-size: clamp(13px, 12.3076923077px + 0.1923076923vw, 16px) !important;
}
@media only screen and (min-width: 992px) {
  html {
    line-height: 2;
  }
}
html body {
  color: #3d422a;
}
html body strong {
  color: currentColor;
  font-weight: 600;
}
html body a:not([class*=btn]) {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  text-decoration: none;
}
html body a:not([class*=btn]) span {
  pointer-events: none;
}

.label, .homepage-slide__video-teaser .button-video span, .main-menu__secondary ul li a, .booking-modal__menu__links a, .pageseo-section__content__buttons a span, .footer__contact-item > a, .banner__media .video-wrapper a.button-video span, .btn span, .btn-filter span, .diadao-button-close span {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  font-size: clamp(13px, 12.3076923077px + 0.1923076923vw, 16px) !important;
}

.title-n1, .room-modal .room-item__infos .snippet-room-title strong {
  font-family: "big-caslon-fb", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(32px, 15.3846153846px + 4.6153846154vw, 104px) !important;
}

.title-n2, .wysiwig-styles h2, .homepage-slide__content h2, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig h2, .custom-modal.readmore-modal .custom-modal__body h2, .module-html .section__wrapper .section__content .kwpb-wysiwig h2,
.section-form .section__wrapper .section__content .kwpb-wysiwig h2, .module-html .section__wrapper h2,
.section-form .section__wrapper h2 {
  font-family: "big-caslon-fb", Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(24px, 18.4615384615px + 1.5384615385vw, 48px) !important;
}
@media only screen and (min-width: 992px) {
  .title-n2, .wysiwig-styles h2, .homepage-slide__content h2, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig h2, .custom-modal.readmore-modal .custom-modal__body h2, .module-html .section__wrapper .section__content .kwpb-wysiwig h2,
  .section-form .section__wrapper .section__content .kwpb-wysiwig h2, .module-html .section__wrapper h2,
  .section-form .section__wrapper h2 {
    line-height: 56px;
  }
}

.title-n3, .wysiwig-styles h3, .homepage-slide__content h3, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig h3, .custom-modal.readmore-modal .custom-modal__body h3, .module-html .section__wrapper .section__content .kwpb-wysiwig h3,
.section-form .section__wrapper .section__content .kwpb-wysiwig h3 {
  font-family: "big-caslon-fb", Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: clamp(18px, 14.7692307692px + 0.8974358974vw, 32px) !important;
}
@media only screen and (min-width: 992px) {
  .title-n3, .wysiwig-styles h3, .homepage-slide__content h3, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig h3, .custom-modal.readmore-modal .custom-modal__body h3, .module-html .section__wrapper .section__content .kwpb-wysiwig h3,
  .section-form .section__wrapper .section__content .kwpb-wysiwig h3 {
    line-height: 40px;
  }
}

.text-n1, .btn-filter span.title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  font-size: clamp(13px, 12.3076923077px + 0.1923076923vw, 16px) !important;
}
@media only screen and (min-width: 992px) {
  .text-n1, .btn-filter span.title {
    line-height: 32px;
  }
}

.text-n1-strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (min-width: 992px) {
  .text-n1-strong {
    font-size: 16px;
    line-height: 32px;
  }
}

.text-n2, .btn-filter span.suptitle {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (min-width: 992px) {
  .text-n2, .btn-filter span.suptitle {
    font-size: 12px;
    line-height: 20px;
  }
}

.text-n2-strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
}
@media only screen and (min-width: 992px) {
  .text-n2-strong {
    font-size: 12px;
    line-height: 20px;
  }
}

.quote, .wysiwig-styles blockquote, .homepage-slide__content blockquote, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig blockquote, .custom-modal.readmore-modal .custom-modal__body blockquote, .module-html .section__wrapper .section__content .kwpb-wysiwig blockquote,
.section-form .section__wrapper .section__content .kwpb-wysiwig blockquote {
  font-family: "big-caslon-fb", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (min-width: 992px) {
  .quote, .wysiwig-styles blockquote, .homepage-slide__content blockquote, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig blockquote, .custom-modal.readmore-modal .custom-modal__body blockquote, .module-html .section__wrapper .section__content .kwpb-wysiwig blockquote,
  .section-form .section__wrapper .section__content .kwpb-wysiwig blockquote {
    font-size: 32px;
    line-height: 40px;
  }
}

.item-primary, .main-menu__primary ul li a {
  font-family: "big-caslon-fb", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 1440px) {
  .item-primary, .main-menu__primary ul li a {
    font-size: 22px;
    line-height: normal;
  }
}

.bold,
.strong,
.btn-filter span.title,
.btn-filter span.suptitle {
  font-weight: 600;
}

.white {
  color: #ffffff;
}

.primary,
.gold {
  color: #c7a57a;
}

.screen-reader-text, .btn-icon span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.wysiwig-styles, .homepage-slide__content, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig, .custom-modal.readmore-modal .custom-modal__body, .module-html .section__wrapper .section__content .kwpb-wysiwig,
.section-form .section__wrapper .section__content .kwpb-wysiwig {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles, .homepage-slide__content, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig, .custom-modal.readmore-modal .custom-modal__body, .module-html .section__wrapper .section__content .kwpb-wysiwig,
  .section-form .section__wrapper .section__content .kwpb-wysiwig {
    gap: 56px;
  }
}
.wysiwig-styles img, .homepage-slide__content img, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig img, .custom-modal.readmore-modal .custom-modal__body img, .module-html .section__wrapper .section__content .kwpb-wysiwig img,
.section-form .section__wrapper .section__content .kwpb-wysiwig img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.wysiwig-styles img.align-top, .homepage-slide__content img.align-top, .custom-modal.readmore-modal .custom-modal__body img.align-top, .module-html .section__wrapper .section__content .kwpb-wysiwig img.align-top,
.section-form .section__wrapper .section__content .kwpb-wysiwig img.align-top {
  object-position: top;
}
.wysiwig-styles ul, .homepage-slide__content ul, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig ul, .custom-modal.readmore-modal .custom-modal__body ul, .module-html .section__wrapper .section__content .kwpb-wysiwig ul,
.section-form .section__wrapper .section__content .kwpb-wysiwig ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wysiwig-styles li, .homepage-slide__content li, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig li, .custom-modal.readmore-modal .custom-modal__body li, .module-html .section__wrapper .section__content .kwpb-wysiwig li,
.section-form .section__wrapper .section__content .kwpb-wysiwig li {
  position: relative;
  padding-left: 24px;
}
.wysiwig-styles li::before, .homepage-slide__content li::before, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig li::before, .custom-modal.readmore-modal .custom-modal__body li::before, .module-html .section__wrapper .section__content .kwpb-wysiwig li::before,
.section-form .section__wrapper .section__content .kwpb-wysiwig li::before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 22px;
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #c7a57a;
}
.wysiwig-styles a:not([class*=btn]), .homepage-slide__content a:not([class*=btn]), .custom-modal.readmore-modal .custom-modal__body a:not([class*=btn]), .module-html .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]),
.section-form .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]) {
  color: #c7a57a;
  font-weight: 600;
}
.wysiwig-styles a:not([class*=btn]):hover, .homepage-slide__content a:not([class*=btn]):hover, .custom-modal.readmore-modal .custom-modal__body a:not([class*=btn]):hover, .module-html .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]):hover,
.section-form .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]):hover {
  color: #b88d56;
}
.wysiwig-styles p, .homepage-slide__content p, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig p, .custom-modal.readmore-modal .custom-modal__body p, .module-html .section__wrapper .section__content .kwpb-wysiwig p,
.section-form .section__wrapper .section__content .kwpb-wysiwig p {
  text-align: left !important;
}

.kwpb-swiper-module,
.swiper-container,
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.kwpb-swiper-module .swiper-slide,
.swiper-container .swiper-slide,
.swiper-wrapper .swiper-slide {
  width: auto;
}
.kwpb-swiper-module .swiper-slide img,
.swiper-container .swiper-slide img,
.swiper-wrapper .swiper-slide img {
  height: 100%;
}

.kwpb-swiper-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .kwpb-swiper-module {
    gap: 32px;
  }
}

.swiper-actions {
  position: relative;
}
.swiper-actions.disabled {
  display: none;
}
.swiper-actions .swiper-pagination {
  display: none;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 16px;
  padding-inline: 16px;
  justify-content: center;
  line-height: 0;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 4px;
  width: 10px;
  opacity: 1;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.32);
  transition: all 0.3s ease;
  margin: 0 3px;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ffffff;
}
.swiper-actions .swiper-navigation {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-navigation {
    gap: 0;
  }
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock),
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock) {
  position: relative;
  width: 48px;
  height: 48px;
  inset: 0;
  margin: 0;
  transition: background 0.25s ease-in-out;
  background-color: #c7a57a;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock),
  .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock) {
    width: 64px;
    height: 64px;
  }
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock).transparent,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock).transparent {
  background-color: transparent;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock).transparent::after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock).transparent::after {
  background-color: #000000;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):after {
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-family: unset;
  font-size: 0px;
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  transition: background 0.25s ease-in-out;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover {
  background-color: #b88d56;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover::after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover::after {
  background-color: #ffffff;
}
.swiper-actions .swiper-navigation .swiper-button-prev:after {
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
}
.swiper-actions .swiper-navigation .swiper-button-next:after {
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
}
.swiper-actions.mediasSwiper .swiper-pagination {
  display: flex;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .socials {
    gap: 16px;
  }
}

html#device-desktop ::-webkit-scrollbar {
  width: 6px;
}
html#device-desktop ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #c7a57a;
  border-radius: 8px;
}
html#device-desktop ::-webkit-scrollbar-track {
  background-color: #273845;
}
html#device-desktop #booking-restaurant ::-webkit-scrollbar-thumb {
  background-color: #273845;
}
html#device-desktop #booking-restaurant ::-webkit-scrollbar-track {
  background-color: #c7a57a;
}

.section {
  padding-bottom: 72px;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .section {
    padding-bottom: 120px;
  }
}
.section.cards-listing--without-filters {
  padding-top: 72px;
}
@media only screen and (min-width: 992px) {
  .section.cards-listing--without-filters {
    padding-top: 120px;
  }
}
.section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section__wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .section__wrapper {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline: 32px;
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .section__content {
    padding: 0;
    grid-column-start: 2;
    grid-column-end: span 12;
    gap: 48px;
  }
}
.section__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .section__titles {
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .section--faq .filters-navbar {
    margin-bottom: 160px;
  }
}
.section--faq .section__wrapper {
  row-gap: 24px;
}
@media only screen and (min-width: 992px) {
  .section--faq .section__wrapper {
    row-gap: 160px;
  }
}
@media only screen and (min-width: 640px) {
  .section--faq .section__content {
    grid-column-start: 3;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 1280px) {
  .section--faq .section__content {
    grid-column-start: 5;
    grid-column-end: span 6;
  }
}

.offcanvas {
  background: #f3f3f3;
}
.offcanvas-header {
  height: calc(48px + 8px * 2) !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-header {
    height: calc(64px + 16px * 2) !important;
  }
}
.offcanvas-body {
  height: 100%;
}
.offcanvas-body__wrapper {
  min-height: 100%;
  width: 100%;
  padding: 16px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__wrapper {
    padding-block: 48px;
    gap: 48px;
  }
}
.offcanvas-body__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__content {
    gap: 48px;
  }
}
.offcanvas-body__titles, .offcanvas-body__content,
.offcanvas-body .swiper-actions,
.offcanvas-body .swiper-container {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__titles, .offcanvas-body__content,
  .offcanvas-body .swiper-actions,
  .offcanvas-body .swiper-container {
    padding-inline: 32px;
  }
}
.offcanvas-body .swiper-container {
  overflow: hidden;
}
.offcanvas-backdrop {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1044 !important;
}
.offcanvas-backdrop.is-disabled {
  pointer-events: none;
}
.offcanvas__media-swiper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .offcanvas__media-swiper {
    gap: 32px;
  }
}
.offcanvas__media-swiper.not-initialized .swiper-actions {
  display: none;
}
.offcanvas__media-swiper .swiper-container {
  border-radius: 0;
  height: auto;
}
.offcanvas__media-swiper .swiper-container .swiper-wrapper {
  height: auto;
}
.offcanvas__media-swiper .swiper-container .swiper-slide {
  height: 260px;
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .offcanvas__media-swiper .swiper-container .swiper-slide {
    height: 320px;
  }
}
.offcanvas__media-swiper .swiper-container img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}
.offcanvas__media-swiper .swiper-container img.portrait {
  aspect-ratio: 3/4;
}
.offcanvas__media-swiper .swiper-container img.landscape {
  aspect-ratio: 4/3;
}
.offcanvas__media-swiper .swiper-container .swiper-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  .offcanvas__media-swiper .swiper-actions {
    display: none;
  }
}
.offcanvas.type-diadaopopup {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(100%);
  width: 100%;
  background: #f3f3f3;
  transition: transform 0.25s ease-out;
  height: 100%;
}
.offcanvas.type-diadaopopup .offcanvas-body {
  padding: 32px;
  padding-bottom: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .offcanvas-body {
    padding: 48px;
    gap: 48px;
  }
}
.offcanvas.type-roomdetail .offcanvas-header {
  border-bottom: 1px solid #c5d7e6;
}

.filters-navbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 136px;
  width: 100%;
}
.filters-navbar--dark .filters-navbar__list {
  background-color: #171f26;
}
.filters-navbar--dark .filters-navbar__list .btn-filter {
  color: #ffffff;
}
.filters-navbar--dark .filters-navbar__list .btn-filter.active, .filters-navbar--dark .filters-navbar__list .room-modal__filters .room-menu-item-filter.nav-link.active .btn-filter.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .filters-navbar--dark .filters-navbar__list .btn-filter.btn {
  color: #c7a57a;
  opacity: 1;
}
.filters-navbar--dark .filters-navbar__list .btn-filter.active .suptitle, .filters-navbar--dark .filters-navbar__list .room-modal__filters .room-menu-item-filter.nav-link.active .btn-filter.btn .suptitle, .room-modal__filters .room-menu-item-filter.nav-link.active .filters-navbar--dark .filters-navbar__list .btn-filter.btn .suptitle {
  color: #ffffff;
}
.filters-navbar--dark .filters-navbar__list .swiper-button-next:not(.swiper-button-lock).transparent::after,
.filters-navbar--dark .filters-navbar__list .swiper-button-prev:not(.swiper-button-lock).transparent::after {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .filters-navbar {
    top: 0;
    height: 128px;
    margin-bottom: 32px;
  }
}
.filters-navbar__list {
  height: 100%;
  background-color: #f3f3f3;
  display: flex;
  align-self: flex-end;
}
@media only screen and (min-width: 992px) {
  .filters-navbar__list {
    align-items: center;
    padding: 0 393px 0 303px;
    gap: 32px;
  }
  html[lang^=ru] .filters-navbar__list {
    padding: 0 444px 0 303px;
  }
}
@media only screen and (max-width: 991px) {
  .filters-navbar__list .swiper-actions {
    display: none;
  }
}
.filters-navbar__list .swiper-container {
  padding: 16px;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.filters-navbar__list .swiper-container .swiper-wrapper {
  align-items: flex-end;
  width: auto;
}
.filters-navbar__list .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: auto;
}

.diadao-admin-front-editor {
  position: fixed;
  top: 15%;
  left: 0;
  z-index: 1000;
}
@media only screen and (max-width: 991px) {
  .diadao-admin-front-editor {
    display: none;
  }
}
.diadao-admin-front-editor a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  position: relative;
  padding: 16px 8px;
  background: #c7a57a;
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out !important;
}
.diadao-admin-front-editor a > svg {
  display: none !important;
}
.diadao-admin-front-editor a::after {
  transition: all 0.25s ease-in-out !important;
  display: block;
  content: "";
  transform: rotate(90deg);
  color: #ffffff;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
  mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.diadao-admin-front-editor a:hover {
  padding-right: 24px;
}
.diadao-admin-front-editor a:hover::after {
  color: #c7a57a;
}

:root {
  --media-object-fit: cover;
  --media-object-position: center center;
}

body .diadao-player-streaming {
  width: 100% !important;
  height: 100% !important;
}
body .video-js {
  width: 100%;
}
body .diasdk-video-modal {
  z-index: 9999999 !important;
}
body .diasdk-video-modal .video-js {
  width: 100%;
  height: 100%;
}
body .diasdk-video-modal .video-js .vjs-big-play-button {
  width: 100px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body .diasdk-video-modal .modal-header,
body .diasdk-video-modal .modal-dialog,
body .diasdk-video-modal .modal-content {
  padding: 0;
}
body .diasdk-video-modal .btn-close {
  z-index: 10;
  width: 48px;
}
@media only screen and (min-width: 992px) {
  body .diasdk-video-modal .btn-close {
    width: 64px;
  }
}
body .diasdk-video-modal .modal-body {
  height: 100%;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
}
body .diasdk-video-modal .modal-body .diasdk-video,
body .diasdk-video-modal .modal-body video,
body .diasdk-video-modal .modal-body hls-video {
  object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
}
body .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
body .video-wrapper .vjs-loading-spinner,
body .video-wrapper .vjs-big-play-button,
body .video-wrapper .vjs-control-bar,
body .video-wrapper .vjs-error-display,
body .video-wrapper .vjs-modal-dialog,
body .video-wrapper .vjs-loading-spinner {
  display: none !important;
}
body .video-wrapper hls-video,
body .video-wrapper video {
  object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
}
body .video-wrapper a.button-video {
  position: absolute;
  z-index: 1;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  body .video-wrapper a.button-video {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    background: rgba(0, 0, 0, 0.4);
    padding-inline: 20px;
    height: 48px;
    display: inline-flex;
    gap: 2px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  body .video-wrapper a.button-video {
    background: inherit;
    width: 100%;
    height: 100%;
    inset: 0;
    cursor: url("../images/svg/icons/btn-play.svg") 50 50, pointer;
    pointer-events: auto;
  }
  body .video-wrapper a.button-video span {
    display: none;
  }
}
body .video-wrapper.type-stream:not(.video-loaded) .video-button-play,
body .video-wrapper.type-stream:not(.video-loaded) span.video-cursor-play,
body .video-wrapper.type-stream:not(.video-loaded) a.button-video {
  display: none;
}
body .video-wrapper:hover span.video-cursor-play > img {
  transform: scale(1.2);
  opacity: 1;
}
body .video-wrapper:hover .video-button-play {
  opacity: 1;
  transform: scale(1.2);
}

.icon--mail {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/mail.svg");
  mask-image: url("../images/svg/icons/mail.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--gift {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/gift.svg");
  mask-image: url("../images/svg/icons/gift.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.icon--plus {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/plus.svg");
  mask-image: url("../images/svg/icons/plus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}

.media-parallax {
  position: relative;
  overflow: hidden;
}
.media-parallax .kwpb-swiper-module {
  position: relative;
  height: 120%;
  top: -20%;
}
.media-parallax .kwpb-swiper-module .swiper-container {
  height: 100%;
}
.media-parallax .kwpb-swiper-module .swiper-container .swiper-slide img {
  height: 100% !important;
  top: 0 !important;
}
.media-parallax .kwpb-swiper-module .swiper-actions {
  bottom: calc(20% + 32px);
}
.media-parallax img,
.media-parallax video {
  position: absolute;
  left: 0;
  height: 120% !important;
  top: -20% !important;
}

.banner {
  height: 100svh;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .banner {
    height: 100vh;
  }
}
.banner + section.text-medias, .banner + section.sitemap, .banner + section.section-form, .banner + section.module-html, .banner + section.pageseo-section {
  margin-top: 72px;
}
@media only screen and (min-width: 992px) {
  .banner + section.text-medias, .banner + section.sitemap, .banner + section.section-form, .banner + section.module-html, .banner + section.pageseo-section {
    margin-top: 120px;
  }
}
.home .banner {
  margin-bottom: 0;
}
.banner .kwpb-swiper-module {
  height: 100%;
}
.banner .kwpb-swiper-module .swiper-pagination,
.banner .kwpb-swiper-module .swiper-navigation {
  display: none;
}
.banner__content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  padding: 16px 32px 88px;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 0;
    align-items: end;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .banner__content {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.banner__content__titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .banner__content__titles {
    grid-column-start: 4;
    grid-column-end: span 8;
    padding-bottom: 160px;
  }
}
.banner__content__title-seo {
  position: relative;
  transition: opacity 0.25s ease-in-out;
  z-index: 2;
}
.banner__content__title-seo h1 {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.48px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .banner__content__title-seo h1 {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
@media only screen and (min-width: 992px) and (max-height: 960px) {
  .banner__content__title-seo h1 {
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content__title-seo {
    position: absolute;
    z-index: 12;
    left: 49px;
    bottom: 130px;
    transform: rotate(-90deg);
    transform-origin: top left;
    white-space: nowrap;
  }
}
.banner__content__title-seo.leaving {
  opacity: 0 !important;
}
.banner__content__title {
  position: relative;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.banner__content__title p em {
  font-style: normal;
  text-transform: none;
}
.banner__content__logo {
  position: relative;
  max-width: 300px;
}
.banner__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
}
.banner__media .video-wrapper,
.banner__media video,
.banner__media hls-video,
.banner__media hls-video::part(video),
.banner__media picture,
.banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  backface-visibility: hidden;
}
.banner__media:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.banner__media .swiper-actions {
  display: none;
}
.banner__media .video-wrapper a.button-video {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  height: 48px;
  width: auto;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  color: #3d422a;
  text-decoration: none;
  padding-inline: 20px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  position: absolute;
  z-index: 3;
  bottom: 16px;
  left: 32px;
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video {
    gap: 4px;
    padding-inline: 32px;
    height: 64px;
  }
}
.banner__media .video-wrapper a.button-video:focus-visible {
  outline: none;
}
.banner__media .video-wrapper a.button-video span {
  display: block;
  pointer-events: none;
}
.banner__media .video-wrapper a.button-video span strong {
  color: currentColor;
}
.banner__media .video-wrapper a.button-video .icon {
  flex-shrink: 0;
}
.banner__media .video-wrapper a.button-video .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video .icon--close {
    width: 28px;
    height: 28px;
  }
}
.banner__media .video-wrapper a.button-video .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.banner__media .video-wrapper a.button-video .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.banner__media .video-wrapper a.button-video .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.banner__media .video-wrapper a.button-video .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html:not(.touchevents) .banner__media .video-wrapper a.button-video:hover, html:not(.touchevents) .banner__media .video-wrapper a.button-video:active, html:not(.touchevents) .banner__media .video-wrapper a.button-video:focus-visible, html:not(.touchevents) .banner__media .video-wrapper a.button-video:focus-within {
  background: rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video {
    bottom: 32px;
    left: calc((100vw - 0px) / 14 * 3 + 0px);
  }
}
.banner__media a[data-fancybox]:not(.button-video) {
  display: none;
}
.banner__media.has-video-poster .diasdk-video {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.banner__media.has-video-poster .diasdk-video.is-poster-transition-ready {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .banner__media.has-video-poster .diasdk-video {
    transition: none;
  }
}
.banner__scroll-line {
  height: 48px;
  width: 2px;
  z-index: 12;
  overflow: hidden;
  position: absolute;
  bottom: 16px;
  left: 32px;
}
@media only screen and (min-width: 992px) {
  .banner__scroll-line {
    bottom: 32px;
    height: 108px;
    left: 63px;
  }
}
@media only screen and (min-width: 992px) and (max-height: 960px) {
  .banner__scroll-line {
    left: 58px;
  }
}
.banner__scroll-line::after {
  content: "";
  position: absolute;
  top: -80%;
  left: 0;
  width: 2px;
  height: 80%;
  background: #ffffff;
  animation-name: animscrollindic;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes animscrollindic {
  0% {
    top: -80%;
    height: 80%;
  }
  90% {
    top: 100%;
    height: 1px;
  }
  100% {
    top: 100%;
    height: 1px;
  }
}
.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: clip;
  background: #f3f3f3;
  color: #1b252c;
  padding: 40px 16px;
  min-height: 100svh;
}
@media only screen and (min-width: 992px) {
  .footer {
    min-height: auto;
    height: 100vh;
    padding-inline: calc((100vw - 0px) / 14 * 1 + 0px);
  }
}
@media only screen and (max-height: 740px) and (max-width: 400px) {
  .footer {
    justify-content: flex-end;
  }
}
.footer--homepage {
  min-height: 100%;
}
.footer a {
  transition: opacity 0.25s ease-in-out;
}
html:not(.touchevents) .footer a:hover, html:not(.touchevents) .footer a:active, html:not(.touchevents) .footer a:focus-visible, html:not(.touchevents) .footer a:focus-within {
  opacity: 0.56;
}
.footer__media {
  position: absolute;
  inset: 0;
}
.footer__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
}
.footer__media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .footer__content {
    display: grid;
    flex: 1 0 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 822px) minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    column-gap: 48px;
    row-gap: 48px;
  }
}
@media only screen and (min-width: 1640px) {
  .footer__content {
    row-gap: 96px;
  }
}
.footer__logo {
  display: block;
  height: 120px;
  margin-bottom: 40px;
  line-height: 0;
}
@media only screen and (max-height: 740px) and (max-width: 400px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
html:not(.touchevents) .footer__logo:hover, html:not(.touchevents) .footer__logo:active, html:not(.touchevents) .footer__logo:focus-visible, html:not(.touchevents) .footer__logo:focus-within {
  opacity: 0.8 !important;
}
@media only screen and (min-width: 992px) {
  .footer__logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: flex-end;
    height: 280px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1640px) {
  .footer__logo {
    align-self: center;
    grid-row: 1/3;
  }
}
.footer__logo svg {
  width: auto;
  height: 100%;
}
.footer__links {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-height: 740px) and (max-width: 400px) {
  .footer__links {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__links {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 991px) and (max-height: 740px) and (max-width: 400px) {
  .footer__links {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__links {
    display: contents;
    margin-bottom: 0;
  }
}
.footer__contact, .footer__socials {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer__contact, .footer__socials {
    grid-row: 1/3;
    gap: 24px;
    align-self: stretch;
    justify-content: center;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .footer__contact {
    align-items: center;
  }
  .footer__contact .btn.btn-icon--phone,
  .footer__contact .btn.btn-icon--mail {
    justify-content: center;
    width: auto;
    gap: 0;
  }
  .footer__contact .btn.btn-icon--phone::before,
  .footer__contact .btn.btn-icon--mail::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .footer__contact {
    grid-column: 1;
    justify-self: start;
  }
}
.footer__contact-item {
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 32px;
}
@media only screen and (max-width: 991px) {
  .footer__contact-item {
    justify-content: center;
    width: 100%;
  }
  .footer__contact-item:first-child {
    margin-bottom: 8px;
  }
  .footer__contact-item > :not(.footer__contact-icon) {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .footer__contact-item {
    min-height: 56px;
  }
}
.footer__contact-icon {
  display: flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  height: 32px;
}
@media only screen and (max-width: 991px) {
  .footer__contact-icon {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .footer__contact-icon {
    flex-basis: 56px;
    height: 56px;
  }
}
.footer__contact-icon img {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 992px) {
  .footer__contact-icon img {
    width: 24px;
    height: 24px;
  }
}
.footer__contact-item > :not(.footer__contact-icon), .footer__links .btn span {
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .footer__contact-item > :not(.footer__contact-icon), .footer__links .btn span {
    font-size: 16px;
  }
}
.footer__links .btn {
  justify-content: flex-start;
  width: auto;
  height: 32px;
  padding: 0;
  gap: 16px;
  color: #1b252c;
}
@media only screen and (min-width: 992px) {
  .footer__links .btn {
    height: 56px;
  }
}
.footer__links .btn span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  opacity: 1;
}
.footer__links .btn::before {
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: currentColor;
  -webkit-mask-size: 20px;
  mask-size: 20px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .footer__links .btn::before {
    -webkit-mask-size: 24px;
    mask-size: 24px;
    width: 56px;
    height: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .footer__socials {
    flex-flow: row nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .footer__socials {
    grid-column: 3;
    justify-self: end;
  }
}
@media only screen and (max-width: 991px) {
  .footer__socials .btn {
    height: 48px;
    justify-content: center;
    gap: 0;
  }
  .footer__socials .btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer__socials .btn {
    flex-direction: row-reverse;
  }
}
.footer__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer__meta {
    grid-column: 2;
    grid-row: 2;
    gap: 32px;
  }
}
.footer__awards {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .footer__awards {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__awards {
    gap: 24px;
  }
}
.footer__award {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}
@media only screen and (max-height: 740px) and (max-width: 400px) {
  .footer__award {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__award {
    width: 78px;
    height: 78px;
  }
}
.footer__gds {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .footer__gds {
    font-size: 11px !important;
  }
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .footer__legal {
    font-size: 10px !important;
    line-height: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .footer__legal {
    column-gap: 40px;
  }
}
.footer__legal #footer-menu {
  display: contents;
}
.footer__credit {
  display: flex;
  gap: 8px;
  align-items: center;
}
.footer__credit svg {
  width: 7.5px;
  height: auto;
}

.diadao-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 16px;
  pointer-events: none;
}
.diadao-navbar .navbar-btn {
  position: relative;
  line-height: 0;
}
.diadao-navbar * {
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar {
    padding: 32px;
  }
}
.diadao-navbar__left {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
.diadao-navbar__right {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
.diadao-navbar__right__spa {
  position: relative;
  line-height: 0;
}
.diadao-navbar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.pageseo-section {
  position: relative;
  overflow: clip;
}
.pageseo-section__container {
  display: grid;
  grid-template-columns: repeat(12, minmax(0px, 1fr));
  height: 100%;
  padding-bottom: 80px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .pageseo-section__container {
    row-gap: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container.media-fullscreen {
    height: 100vh;
    padding-bottom: 0;
    margin-bottom: 120px;
  }
}
.pageseo-section__content {
  grid-column-start: 2;
  grid-column-end: span 10;
  grid-row-start: 2;
  grid-row-end: span 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content {
    grid-column-start: 2;
    grid-column-end: span 10;
    grid-row-start: 1;
    grid-row-end: span 1;
    max-width: 1200px;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .pageseo-section__content.medias-enabled {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--left {
    grid-column-start: 2;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--right {
    grid-column-start: 8;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content.media-fullscreen {
    grid-column-start: 2;
    grid-column-end: span 12;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    padding: 80px;
    background: #ffffff;
  }
}
.pageseo-section__content__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content__title {
    font-size: 40px;
  }
}
.pageseo-section__content__text p {
  margin-bottom: 24px;
  font-size: 16px;
}
.pageseo-section__content__text ul,
.pageseo-section__content__text ol {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.pageseo-section__content__text ul li,
.pageseo-section__content__text ol li {
  text-align: left;
  font-size: 16px;
  padding-left: 32px;
  margin-bottom: 8px;
  position: relative;
}
.pageseo-section__content__text ul li:before,
.pageseo-section__content__text ol li:before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 16px;
  height: 2px !important;
  background-color: #c7a57a;
}
.pageseo-section__content__link.btn-group {
  flex-direction: column;
}
.pageseo-section__content__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pageseo-section__content__buttons a {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  height: 48px;
  width: auto;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  color: #3d422a;
  text-decoration: none;
  padding-inline: 20px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  background: #c7a57a;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content__buttons a {
    gap: 4px;
    padding-inline: 32px;
    height: 64px;
  }
}
.pageseo-section__content__buttons a:focus-visible {
  outline: none;
}
.pageseo-section__content__buttons a span {
  display: block;
  pointer-events: none;
}
.pageseo-section__content__buttons a span strong {
  color: currentColor;
}
.pageseo-section__content__buttons a .icon {
  flex-shrink: 0;
}
.pageseo-section__content__buttons a .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content__buttons a .icon--close {
    width: 28px;
    height: 28px;
  }
}
.pageseo-section__content__buttons a .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.pageseo-section__content__buttons a .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.pageseo-section__content__buttons a .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.pageseo-section__content__buttons a .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html:not(.touchevents) .pageseo-section__content__buttons a:hover, html:not(.touchevents) .pageseo-section__content__buttons a:active, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible, html:not(.touchevents) .pageseo-section__content__buttons a:focus-within {
  background: #edc798;
}
.pageseo-section__media {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 10;
  grid-row-start: 1;
  grid-row-end: span 1;
}
.pageseo-section__media img,
.pageseo-section__media video,
.pageseo-section__media hls-video,
.pageseo-section__media iframe {
  aspect-ratio: 1.7777777778;
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.pageseo-section__media .video-wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--left {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
  .pageseo-section__media--left img,
  .pageseo-section__media--left video,
  .pageseo-section__media--left hls-video,
  .pageseo-section__media--left iframe {
    aspect-ratio: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--right {
    grid-column-start: 9;
    grid-column-end: span 5;
  }
  .pageseo-section__media--right img,
  .pageseo-section__media--right video,
  .pageseo-section__media--right hls-video,
  .pageseo-section__media--right iframe {
    aspect-ratio: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--fullscreen {
    grid-column-start: 1;
    grid-column-end: span 14;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.pageseo-section__media--fullscreen .kwpb-swiper-module,
.pageseo-section__media--fullscreen .swiper-container,
.pageseo-section__media--fullscreen .swiper-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.pageseo-section__media--fullscreen img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.pageseo-section .kwpb-swiper-module {
  overflow: clip;
  height: 100%;
}
.pageseo-section .kwpb-swiper-module .swiper-container {
  height: 100%;
}
.pageseo-section .kwpb-swiper-module .swiper-container .swiper-slide {
  width: 100%;
}
.pageseo-section .kwpb-swiper-module .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
}
.pageseo-section .kwpb-swiper-module .swiper-actions .swiper-navigation {
  display: none;
}

.custom-modal {
  z-index: 1044;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f3f3f3;
  transition: transform 0.25s ease-out, opacity 0.05s linear 0.25s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .custom-modal {
    height: 100vh;
    width: 640px;
  }
}
.custom-modal.secondary-modal {
  z-index: 1045;
}
.custom-modal img {
  display: none;
}
.custom-modal.modal-opened {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
  transition: transform 0.25s ease-out, opacity 0.05s linear;
}
.custom-modal.modal-opened img {
  display: block;
}
.custom-modal#booking-restaurant {
  background: #c7a57a;
}
.custom-modal#booking-restaurant .btn-icon--close.btn-no-fill-light:hover {
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 992px) {
  .custom-modal#booking-restaurant {
    width: 693px;
  }
  .custom-modal#booking-restaurant .custom-modal__body {
    gap: 40px;
  }
}
.custom-modal#booking-restaurant .title-n3, .custom-modal#booking-restaurant .wysiwig-styles h3, .custom-modal#booking-restaurant .homepage-slide__content h3, .wysiwig-styles .custom-modal#booking-restaurant h3, .homepage-slide__content .custom-modal#booking-restaurant h3, .custom-modal#booking-restaurant .module-html .section__wrapper .section__content .kwpb-wysiwig h3, .module-html .section__wrapper .section__content .kwpb-wysiwig .custom-modal#booking-restaurant h3,
.custom-modal#booking-restaurant .section-form .section__wrapper .section__content .kwpb-wysiwig h3,
.section-form .section__wrapper .section__content .kwpb-wysiwig .custom-modal#booking-restaurant h3, .custom-modal#booking-restaurant .custom-modal.readmore-modal .custom-modal__body h3, .custom-modal.readmore-modal .custom-modal__body .custom-modal#booking-restaurant h3 {
  color: #ffffff !important;
}
.custom-modal__header {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  width: 100%;
  height: calc(48px + 8px * 2);
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .custom-modal__header {
    height: calc(64px + 16px * 2);
    padding: 16px;
  }
}
.custom-modal__header .btn {
  flex: 0 0 auto;
}
.custom-modal__header__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex: 1 1 auto;
}
.custom-modal__body {
  flex: 1 1 auto;
  padding: 56px 32px;
  overflow-y: auto;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body {
    padding: 56px;
    gap: 56px;
  }
}
.custom-modal__body .buttons-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body .buttons-wrapper {
    gap: 16px;
  }
}
.custom-modal__body .booking-restaurant-tabs {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 630px;
  gap: 32px;
}
.custom-modal__body .booking-restaurant-tabs .nav-tabs {
  gap: 16px;
  justify-content: space-between;
}
.custom-modal__body .booking-restaurant-tabs .tab-content {
  flex: 1 0 auto;
}
.custom-modal__body .booking-restaurant-tabs .tab-content .tab-pane {
  height: 100%;
}
.custom-modal__body .booking-restaurant-tabs .tab-content .tab-pane iframe {
  height: 100%;
}
.custom-modal__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__titles {
    gap: 24px;
  }
}
.custom-modal__media {
  height: 260px;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media {
    height: 320px;
  }
}
.custom-modal__media .media-wrapper {
  overflow: hidden;
  height: 100%;
}
.custom-modal__media img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}
.custom-modal__media img.landscape {
  aspect-ratio: 4/3;
}
.custom-modal__media-swiper {
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
.custom-modal__media-swiper.not-initialized .swiper-actions {
  display: none;
}
.custom-modal__media-swiper .media-wrapper {
  height: 100%;
}
.custom-modal__media-swiper .swiper-container {
  padding-inline: 0;
}
.custom-modal__media-swiper .swiper-container .swiper-slide {
  width: 100%;
  transform-origin: top center;
}
.custom-modal__media-swiper .swiper-container .swiper-slide picture,
.custom-modal__media-swiper .swiper-container .swiper-slide img {
  height: 260px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media-swiper .swiper-container .swiper-slide picture,
  .custom-modal__media-swiper .swiper-container .swiper-slide img {
    height: 320px;
  }
}
.custom-modal__media-swiper .swiper-actions {
  display: flex;
}
.custom-modal__media-swiper .swiper-pagination {
  display: flex;
}
.custom-modal__media-swiper .swiper-navigation {
  display: none;
}
.custom-modal__footer {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: calc(48px + 8px * 2);
  padding: 8px;
  background: #171f26;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .custom-modal__footer {
    height: calc(64px + 16px * 2);
    padding: 16px;
  }
}
.custom-modal.offer-modal, .custom-modal.room-modal {
  overflow-y: inherit;
}
.custom-modal.offer-modal .custom-modal__header, .custom-modal.room-modal .custom-modal__header {
  position: fixed;
  z-index: 2;
  justify-content: flex-end;
}
.custom-modal.offer-modal .custom-modal__body, .custom-modal.room-modal .custom-modal__body {
  padding: 0;
  gap: 0;
}
.custom-modal.offer-modal .custom-modal__body__content, .custom-modal.room-modal .custom-modal__body__content {
  padding: 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.offer-modal .custom-modal__body__content, .custom-modal.room-modal .custom-modal__body__content {
    padding: 56px;
    gap: 56px;
  }
}
.custom-modal.offer-modal .custom-modal__footer, .custom-modal.room-modal .custom-modal__footer {
  height: auto;
  background: #ffffff;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.offer-modal .custom-modal__footer, .custom-modal.room-modal .custom-modal__footer {
    padding: 32px;
  }
}
.custom-modal.offer-modal .custom-modal__footer .room-item-hsc, .custom-modal.room-modal .custom-modal__footer .room-item-hsc {
  display: none;
}
.custom-modal.offer-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.offer-modal .custom-modal__footer .room-modal__filters .room-menu-item-filter.nav-link.active .room-item-hsc.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .custom-modal.offer-modal .custom-modal__footer .room-item-hsc.btn, .custom-modal.room-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.room-modal .custom-modal__footer .room-modal__filters .room-menu-item-filter.nav-link.active .room-item-hsc.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .custom-modal.room-modal .custom-modal__footer .room-item-hsc.btn {
  display: block;
}
.custom-modal.room-modal .custom-modal__footer {
  padding: 0;
}
.custom-modal iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 630px;
  max-width: 600px;
}

.custom-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1043;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

body.modal-opened .custom-modal-backdrop {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (min-width: 992px) {
  .booking-modal {
    width: 560px;
  }
}
.booking-modal .custom-modal__header {
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .booking-modal .custom-modal__body {
    padding: 56px 16px;
  }
}
.booking-modal #diadao-hsw-qs-booking.sc-loaded {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booking-modal__menu {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu {
    gap: 80px;
  }
}
.booking-modal__menu__links ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links ul {
    gap: 24px;
  }
}
.booking-modal__menu__links ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links ul li {
    gap: 24px;
  }
}
.booking-modal__menu__links ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c5d7e6;
}
.booking-modal__menu__links a {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.booking-modal__menu__links a::before {
  content: "";
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  background-color: currentColor;
  transition: background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links a::before {
    width: 32px;
    height: 32px;
  }
}
html:not(.touchevents) .booking-modal__menu__links a:hover, html:not(.touchevents) .booking-modal__menu__links a:active, html:not(.touchevents) .booking-modal__menu__links a:focus-visible, html:not(.touchevents) .booking-modal__menu__links a:focus-within {
  color: #c7a57a;
}
.booking-modal__menu__links a span {
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: none;
}
.booking-modal__menu__links a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-image: url("../images/svg/icons/mobile/arrow-right-mobile.svg");
  mask-image: url("../images/svg/icons/mobile/arrow-right-mobile.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links a span::after {
    -webkit-mask-size: 20px;
    mask-size: 20px;
    -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
    mask-image: url("../images/svg/icons/arrow-right.svg");
  }
}
@media only screen and (min-width: 992px) {
  .booking-modal__menu__links a span::after {
    width: 20px;
    height: 20px;
  }
}
.booking-modal__menu__links a.btn-booking-room::before {
  -webkit-mask-image: url("../images/svg/icons/bed-double.svg");
  mask-image: url("../images/svg/icons/bed-double.svg");
}
.booking-modal__menu__links a.btn-booking-order::before {
  -webkit-mask-image: url("../images/svg/icons/calendar-range.svg");
  mask-image: url("../images/svg/icons/calendar-range.svg");
}
.booking-modal__menu__links a.btn-booking-event::before {
  -webkit-mask-image: url("../images/svg/icons/wine.svg");
  mask-image: url("../images/svg/icons/wine.svg");
}
.booking-modal__menu__links a.btn-booking-the-fork::before {
  -webkit-mask-image: url("../images/svg/icons/the-fork.svg");
  mask-image: url("../images/svg/icons/the-fork.svg");
}
.booking-modal__menu__links a.btn-booking-restaurant::before {
  -webkit-mask-image: url("../images/svg/icons/utensils.svg");
  mask-image: url("../images/svg/icons/utensils.svg");
}
.booking-modal__menu__links a.btn-booking-spa::before {
  -webkit-mask-image: url("../images/svg/icons/flower-lotus.svg");
  mask-image: url("../images/svg/icons/flower-lotus.svg");
}
.booking-modal .custom-modal__footer .btn {
  background: transparent;
  color: #ffffff;
}
html:not(.touchevents) .booking-modal .custom-modal__footer .btn:hover, html:not(.touchevents) .booking-modal .custom-modal__footer .btn:active, html:not(.touchevents) .booking-modal .custom-modal__footer .btn:focus-visible, html:not(.touchevents) .booking-modal .custom-modal__footer .btn:focus-within {
  color: #c7a57a;
}

@media only screen and (max-width: 991px) {
  #booking-restaurant .custom-modal__body {
    padding: 16px 32px;
    gap: 24px;
  }
}

.room-modal__filters {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .room-modal__filters {
    gap: 16px;
  }
}
.room-modal__filters .swiper-container {
  overflow: hidden;
}
.room-modal__swiper {
  overflow: hidden;
}
.room-modal__swiper .swiper-wrapper {
  align-items: flex-start;
}
.room-modal .room-item {
  min-height: 100%;
}
.room-modal .room-item__gallery .swiper-container {
  padding-inline: 0;
}
.room-modal .room-item__gallery .swiper-container .swiper-slide {
  height: 260px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__gallery .swiper-container .swiper-slide {
    height: 320px;
  }
}
.room-modal .room-item__gallery .swiper-container .swiper-slide picture,
.room-modal .room-item__gallery .swiper-container .swiper-slide img,
.room-modal .room-item__gallery .swiper-container .swiper-slide video,
.room-modal .room-item__gallery .swiper-container .swiper-slide .video-wrapper {
  height: 100%;
  aspect-ratio: initial;
}
.room-modal .room-item__gallery .swiper-pagination {
  display: flex;
}
.room-modal .room-item__gallery .swiper-navigation {
  display: none;
}
.room-modal .room-item__details {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__details {
    gap: 56px;
  }
}
.room-modal .room-item__infos {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__infos {
    gap: 56px;
  }
}
.room-modal .room-item__infos__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.room-modal .room-item__infos__titles .room-infos {
  margin-top: 8px;
}
.room-modal .room-item__infos p {
  text-align: left !important;
  font-size: clamp(13px, 12.3076923077px + 0.1923076923vw, 16px) !important;
}
.room-modal .room-item__infos__desc-long {
  font-size: clamp(13px, 12.3076923077px + 0.1923076923vw, 16px) !important;
}
.room-modal .room-item__advantages {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.room-modal .room-item__advantages__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__advantages__content {
    padding-left: 48px;
  }
}
.room-modal .room-item__advantages__title {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.room-modal .room-item__advantages__title .icon {
  color: #c7a57a;
}
@media only screen and (max-width: 991px) {
  .room-modal .room-item__advantages__title .icon {
    width: 24px;
    height: 24px;
  }
}
.room-modal .room-item__hsc {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: calc(48px + 8px * 2);
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__hsc {
    height: calc(64px + 16px * 2);
  }
}
.room-modal .room-item__upgrade-rooms .swiper-container .card {
  height: 100%;
}
.room-modal .room-item__services {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__services {
    gap: 32px;
  }
}
.room-modal .room-item__services .service-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.room-modal .room-item__services .service-item__header {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.room-modal .room-item__services .service-item__header .service-picto {
  line-height: 0;
}
.room-modal .room-item__services .service-item__header .service-picto svg {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__services .service-item__header .service-picto svg {
    width: 32px;
    height: 32px;
  }
}
.room-modal .room-item__services .service-item__header .service-picto svg path {
  fill: #c7a57a;
}
.room-modal .room-item__services .service-item__content {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__services .service-item__content {
    padding-left: 48px;
  }
}
.room-modal .room-item__services .service-item__content .children {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .room-modal .room-item__services .service-item__content .children--two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.room-modal .custom-modal__footer {
  padding: 0;
  height: auto;
}
.room-modal .custom-modal__footer .room-item-hsc {
  display: none;
}
.room-modal .custom-modal__footer .room-item-hsc.active, .room-modal .custom-modal__footer .room-modal__filters .room-menu-item-filter.nav-link.active .room-item-hsc.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .room-modal .custom-modal__footer .room-item-hsc.btn {
  display: block;
}

.room-infos {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-weight: 600;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .room-infos {
    gap: 8px;
  }
}
.room-infos__separator {
  display: block;
  width: 1px;
  background-color: #ffffff;
  opacity: 0.32;
}
.room-infos__separator.dark {
  background-color: #1b252c;
}

.main-menu {
  background-color: #171f26;
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in 0.5s;
}
@media only screen and (min-width: 1280px) {
  .main-menu {
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100%;
    min-height: 0;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 992px) {
  .main-menu {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.main-menu .current a {
  color: #c7a57a;
  opacity: 1;
}
.main-menu.modal-opened {
  transform: translateX(0);
  pointer-events: auto;
  transition: transform 0.5s ease-out, opacity 0.05s ease-out;
}
.main-menu.modal-opened .diadao-bg-menu-dynamic > .bg-menu img {
  opacity: 1;
}
@media only screen and (min-width: 1280px) {
  .main-menu.modal-opened .main-menu__primary {
    position: relative;
  }
}
.main-menu.modal-opened .main-menu__primary li {
  transform: translateY(0);
  opacity: 1;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(1) {
  transition: transform 0.4s ease-out 0.25s, opacity 0.4s ease-out 0.25s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(2) {
  transition: transform 0.4s ease-out 0.3s, opacity 0.4s ease-out 0.3s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(3) {
  transition: transform 0.4s ease-out 0.35s, opacity 0.4s ease-out 0.35s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(4) {
  transition: transform 0.4s ease-out 0.4s, opacity 0.4s ease-out 0.4s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(5) {
  transition: transform 0.4s ease-out 0.45s, opacity 0.4s ease-out 0.45s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(6) {
  transition: transform 0.4s ease-out 0.5s, opacity 0.4s ease-out 0.5s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(7) {
  transition: transform 0.4s ease-out 0.55s, opacity 0.4s ease-out 0.55s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(8) {
  transition: transform 0.4s ease-out 0.6s, opacity 0.4s ease-out 0.6s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(9) {
  transition: transform 0.4s ease-out 0.65s, opacity 0.4s ease-out 0.65s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(10) {
  transition: transform 0.4s ease-out 0.7s, opacity 0.4s ease-out 0.7s;
}
.main-menu.modal-opened .main-menu__secondary {
  position: relative;
}
.main-menu.modal-opened .main-menu__secondary li {
  opacity: 1;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(1) {
  transition: opacity 0.4s ease-out 1s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(2) {
  transition: opacity 0.4s ease-out 1.05s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(3) {
  transition: opacity 0.4s ease-out 1.1s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(4) {
  transition: opacity 0.4s ease-out 1.15s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(5) {
  transition: opacity 0.4s ease-out 1.2s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(6) {
  transition: opacity 0.4s ease-out 1.25s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(7) {
  transition: opacity 0.4s ease-out 1.3s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(8) {
  transition: opacity 0.4s ease-out 1.35s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(9) {
  transition: opacity 0.4s ease-out 1.4s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(10) {
  transition: opacity 0.4s ease-out 1.45s;
}
.main-menu__header {
  padding: 16px;
  height: auto;
}
@media only screen and (max-width: 359px) {
  .main-menu__header {
    padding-inline: 8px;
    gap: 4px;
  }
  .main-menu__header .btn-gold {
    padding-inline: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__header {
    padding: clamp(8px, 2vh, 16px) 16px;
    grid-row-start: 1;
    grid-row-end: span 1;
    justify-content: stretch;
    gap: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .main-menu__header {
    padding-block: clamp(8px, 2vh, 32px);
    padding-inline: 32px;
  }
}
.main-menu__header .btn-icon--close {
  margin-right: auto;
}
.main-menu__footer {
  justify-content: space-between;
  display: flex;
  background-color: #1b252c;
  padding-block: 8px;
}
@media only screen and (min-width: 640px) {
  .main-menu__footer {
    padding: 8px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__footer {
    padding: clamp(8px, 2vh, 16px) 16px;
    grid-row-start: 3;
    grid-row-end: span 1;
    justify-content: space-between;
    background-color: transparent;
    height: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .main-menu__footer {
    padding-block: clamp(8px, 2vh, 32px);
    padding-inline: 32px;
  }
}
.main-menu__footer .btn {
  background: transparent;
  color: #ffffff;
}
html:not(.touchevents) .main-menu__footer .btn:hover, html:not(.touchevents) .main-menu__footer .btn:active, html:not(.touchevents) .main-menu__footer .btn:focus-visible, html:not(.touchevents) .main-menu__footer .btn:focus-within {
  color: #c7a57a;
}
.main-menu__footer__left, .main-menu__footer__right {
  display: flex;
}
.main-menu__header, .main-menu__footer {
  border: none;
}
@media only screen and (min-width: 1280px) {
  .main-menu__header, .main-menu__footer {
    grid-column-start: 1;
    grid-column-end: span 14;
  }
}
.main-menu__wrapper {
  position: relative;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (min-width: 640px) {
  .main-menu__wrapper {
    padding: 24px 32px 56px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__wrapper {
    grid-column-start: 7;
    grid-column-end: span 8;
    grid-row-start: 2;
    grid-row-end: span 1;
    justify-content: safe center;
    padding: 0;
    gap: 24px;
    height: 100%;
    max-height: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .main-menu__wrapper {
    grid-column-start: 8;
    grid-column-end: span 7;
  }
}
.main-menu__primary #header-menu {
  transition: opacity 0.5s ease 0.5s;
}
@media only screen and (max-width: 1279px) {
  .submenu-opened .main-menu__primary #header-menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease 0s;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 520px;
    align-items: stretch;
    gap: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-menu__primary {
    gap: 50px;
  }
}
.main-menu__primary ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary ul {
    padding-block: clamp(12px, 2vh, 30px);
    width: 50%;
    gap: clamp(12px, 2vh, 16px);
  }
}
.main-menu__primary ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 32px;
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.5s ease-out 0.5s;
}
@media only screen and (min-width: 1440px) {
  .main-menu__primary ul li {
    min-height: 40px;
    transform: translateY(12px);
  }
}
.main-menu__primary ul li a {
  opacity: 0.56;
  letter-spacing: 0.07em;
}
.main-menu__primary ul li a[class*=submenu-parent] {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.main-menu__primary ul li a[class*=submenu-parent]::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
  flex: 0 0 24px;
  min-width: 24px;
  transition: transform 0.25s ease;
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary ul li a[class*=submenu-parent]::after {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    min-width: 32px;
  }
}
html:not(.touchevents) .main-menu__primary ul li a:hover, html:not(.touchevents) .main-menu__primary ul li a:active, html:not(.touchevents) .main-menu__primary ul li a:focus-visible, html:not(.touchevents) .main-menu__primary ul li a:focus-within {
  opacity: 1;
}
.main-menu__primary ul li a em {
  font-style: normal;
  text-transform: none;
}
.main-menu__primary .submenus {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 24px;
  inset: 0;
  padding: 24px 32px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease 1s;
}
@media only screen and (min-width: 640px) {
  .main-menu__primary .submenus {
    padding: 24px 32px 56px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary .submenus {
    gap: 48px;
    align-items: stretch;
    flex-direction: row;
    position: relative;
    inset: auto;
    padding: 0;
    flex: 1;
  }
}
.main-menu__primary .submenus #close-submenus {
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary .submenus #close-submenus {
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
  }
}
.main-menu__primary .submenus__items {
  height: 100%;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main-menu__primary .submenus.active, .main-menu__primary .room-modal__filters .room-menu-item-filter.nav-link.active .submenus.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus.btn {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0s ease 0s;
}
.main-menu__primary .submenus.active .submenus__separator, .main-menu__primary .room-modal__filters .room-menu-item-filter.nav-link.active .submenus.btn .submenus__separator, .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus.btn .submenus__separator {
  opacity: 1;
  height: 100%;
}
.main-menu__primary .submenus.active #close-submenus, .main-menu__primary .room-modal__filters .room-menu-item-filter.nav-link.active .submenus.btn #close-submenus, .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus.btn #close-submenus {
  opacity: 1;
  transition: opacity 0s ease 0.8s;
}
.main-menu__primary .submenus__separator {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary .submenus__separator {
    display: flex;
    align-items: center;
    height: 0;
    width: 1px;
    background: #c7a57a;
    transition: all 0.5s ease;
  }
}
.main-menu__primary .submenus .submenu {
  opacity: 0;
  transition: opacity 0.5s ease 1s;
  position: absolute;
  inset: 0;
  left: 16px;
  display: flex;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-block: 4px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .main-menu__primary .submenus .submenu {
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary .submenus .submenu {
    left: 0;
    justify-content: safe center;
    gap: clamp(12px, 2vh, 16px);
    padding-block: 8px;
  }
}
.main-menu__primary .submenus .submenu.active, .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn {
  opacity: 1;
  transition: opacity 0s ease 0s;
  pointer-events: auto;
}
.main-menu__primary .submenus .submenu.active .submenu__item, .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item, .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item {
  opacity: 0.56;
  transform: translateY(0);
}
.main-menu__primary .submenus .submenu.active .submenu__item--parent, .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item--parent, .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item--parent {
  opacity: 1;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(1), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(1), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(1) {
  transition: transform 0.4s ease-out 0.25s, opacity 0.4s ease-out 0.25s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(2), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(2), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(2) {
  transition: transform 0.4s ease-out 0.3s, opacity 0.4s ease-out 0.3s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(3), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(3), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(3) {
  transition: transform 0.4s ease-out 0.35s, opacity 0.4s ease-out 0.35s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(4), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(4), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(4) {
  transition: transform 0.4s ease-out 0.4s, opacity 0.4s ease-out 0.4s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(5), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(5), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(5) {
  transition: transform 0.4s ease-out 0.45s, opacity 0.4s ease-out 0.45s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(6), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(6), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(6) {
  transition: transform 0.4s ease-out 0.5s, opacity 0.4s ease-out 0.5s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(7), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(7), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(7) {
  transition: transform 0.4s ease-out 0.55s, opacity 0.4s ease-out 0.55s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(8), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(8), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(8) {
  transition: transform 0.4s ease-out 0.6s, opacity 0.4s ease-out 0.6s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(9), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(9), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(9) {
  transition: transform 0.4s ease-out 0.65s, opacity 0.4s ease-out 0.65s;
}
.main-menu__primary .submenus .submenu.active .submenu__item:nth-child(10), .main-menu__primary .submenus .room-modal__filters .room-menu-item-filter.nav-link.active .submenu.btn .submenu__item:nth-child(10), .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__primary .submenus .submenu.btn .submenu__item:nth-child(10) {
  transition: transform 0.4s ease-out 0.7s, opacity 0.4s ease-out 0.7s;
}
.main-menu__primary .submenus .submenu__item {
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0px;
  opacity: 0;
  transform: translateY(8px);
}
.main-menu__primary .submenus .submenu__item:nth-child(1) {
  transition: transform 0.15s ease-out 0.15s, opacity 0.15s ease-out 0.25s;
}
.main-menu__primary .submenus .submenu__item:nth-child(2) {
  transition: transform 0.15s ease-out 0.2s, opacity 0.15s ease-out 0.3s;
}
.main-menu__primary .submenus .submenu__item:nth-child(3) {
  transition: transform 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.35s;
}
.main-menu__primary .submenus .submenu__item:nth-child(4) {
  transition: transform 0.15s ease-out 0.3s, opacity 0.15s ease-out 0.4s;
}
.main-menu__primary .submenus .submenu__item:nth-child(5) {
  transition: transform 0.15s ease-out 0.35s, opacity 0.15s ease-out 0.45s;
}
.main-menu__primary .submenus .submenu__item:nth-child(6) {
  transition: transform 0.15s ease-out 0.4s, opacity 0.15s ease-out 0.5s;
}
.main-menu__primary .submenus .submenu__item:nth-child(7) {
  transition: transform 0.15s ease-out 0.45s, opacity 0.15s ease-out 0.55s;
}
.main-menu__primary .submenus .submenu__item:nth-child(8) {
  transition: transform 0.15s ease-out 0.5s, opacity 0.15s ease-out 0.6s;
}
.main-menu__primary .submenus .submenu__item:nth-child(9) {
  transition: transform 0.15s ease-out 0.55s, opacity 0.15s ease-out 0.65s;
}
.main-menu__primary .submenus .submenu__item:nth-child(10) {
  transition: transform 0.15s ease-out 0.6s, opacity 0.15s ease-out 0.7s;
}
html:not(.touchevents) .main-menu__primary .submenus .submenu__item:hover, html:not(.touchevents) .main-menu__primary .submenus .submenu__item:active, html:not(.touchevents) .main-menu__primary .submenus .submenu__item:focus-visible, html:not(.touchevents) .main-menu__primary .submenus .submenu__item:focus-within {
  opacity: 1;
}
.main-menu__primary .submenus .submenu__item .title {
  line-height: 1.5;
}
@media only screen and (max-width: 1439px) {
  .main-menu__primary .submenus .submenu__item .title {
    font-size: 15px;
  }
}
.main-menu__primary .submenus .submenu__item .suptitle {
  line-height: 1.5;
}
@media only screen and (max-width: 1439px) {
  .main-menu__primary .submenus .submenu__item .suptitle {
    font-size: 14px;
  }
}
.main-menu__primary .submenus .submenu__item--parent {
  color: #c7a57a;
}
.main-menu__primary .submenus .submenu__item--parent .item-primary, .main-menu__primary .submenus .submenu__item--parent ul li a, .main-menu__primary ul li .submenus .submenu__item--parent a {
  letter-spacing: 0.07em;
}
html:not(.touchevents) .main-menu__primary .submenus .submenu__item--parent:hover, html:not(.touchevents) .main-menu__primary .submenus .submenu__item--parent:active, html:not(.touchevents) .main-menu__primary .submenus .submenu__item--parent:focus-visible, html:not(.touchevents) .main-menu__primary .submenus .submenu__item--parent:focus-within {
  opacity: 0.7;
}
.main-menu__primary .submenus .submenu__item__link {
  position: absolute;
  inset: 0;
}
.main-menu__secondary {
  flex: 0 0 auto;
  transition: opacity 0.5s ease 0.5s;
}
@media only screen and (max-width: 1279px) {
  .submenu-opened .main-menu__secondary {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease 0s;
  }
}
.main-menu__secondary ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 24px;
}
@media only screen and (min-width: 640px) {
  .main-menu__secondary ul {
    row-gap: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__secondary ul {
    column-gap: 24px;
    row-gap: clamp(8px, 2vh, 16px);
  }
}
@media only screen and (min-width: 1440px) {
  .main-menu__secondary ul {
    column-gap: 56px;
    max-width: 860px;
  }
}
.main-menu__secondary ul li {
  display: block;
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
@media only screen and (min-width: 1440px) {
  .main-menu__secondary ul li {
    flex-basis: 196px;
  }
}
.main-menu__secondary ul li a {
  opacity: 0.56;
}
html:not(.touchevents) .main-menu__secondary ul li a:hover, html:not(.touchevents) .main-menu__secondary ul li a:active, html:not(.touchevents) .main-menu__secondary ul li a:focus-visible, html:not(.touchevents) .main-menu__secondary ul li a:focus-within {
  opacity: 1;
}
.main-menu__media {
  display: none;
  height: auto;
}
@media only screen and (min-width: 1280px) {
  .main-menu__media {
    display: flex;
    align-items: flex-end;
    grid-column-start: 2;
    grid-column-end: span 4;
    grid-row-start: 2;
    grid-row-end: span 1;
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1440px) {
  .main-menu__media {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
.main-menu__media .diadao-bg-menu-dynamic {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  user-select: none;
  overflow: hidden;
  z-index: 2;
  transition: opacity 1.2s ease-in-out;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu:not(.active) {
  z-index: 0;
  opacity: 0;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu.no-results:first-child {
  opacity: 1 !important;
  z-index: 1 !important;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu.active, .main-menu__media .room-modal__filters .room-menu-item-filter.nav-link.active .diadao-bg-menu-dynamic > .bg-menu.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .main-menu__media .diadao-bg-menu-dynamic > .bg-menu.btn {
  z-index: 5;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s ease 0.5s;
  opacity: 0;
}

:root {
  --swiper-theme-color:#007aff;
}

: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;
  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;
}

.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;
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.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-button-next, .swiper-button-prev {
  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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

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

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev 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;
}

.swiper-button-next:after, .swiper-button-prev: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";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

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

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

.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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  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;
}

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

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.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-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;
}

.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, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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;
}

.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, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #c7a57a;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .room-modal__filters .room-menu-item-filter.nav-link.active .dropdown-item.btn, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #c7a57a;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(199, 165, 122, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active, .nav-tabs .room-modal__filters .room-menu-item-filter.nav-link.active .nav-link.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .nav-tabs .nav-link.btn,
.nav-tabs .nav-link.current,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #c7a57a;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.current,
.nav-pills .nav-link.active,
.nav-pills .room-modal__filters .room-menu-item-filter.nav-link.active .nav-link.btn,
.room-modal__filters .room-menu-item-filter.nav-link.active .nav-pills .nav-link.btn,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active, .nav-underline .room-modal__filters .room-menu-item-filter.nav-link.active .nav-link.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .nav-underline .nav-link.btn,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active, .room-modal__filters .room-menu-item-filter.nav-link.active .tab-content > .btn {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .room-modal__filters .room-menu-item-filter.nav-link.active .nav-link.btn, .room-modal__filters .room-menu-item-filter.nav-link.active .navbar-nav .nav-link.btn, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.5s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding), .offcanvas-sm[loading="1"] {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding), .offcanvas-md[loading="1"] {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding), .offcanvas-lg[loading="1"] {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding), .offcanvas-xl[loading="1"] {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl[loading="1"] {
    visibility: visible;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl[loading="1"] {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl[loading="1"] {
    visibility: visible;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding), .offcanvas[loading="1"] {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show, .offcanvas[loading="1"] {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-body {
  overflow-y: auto;
}

.offcanvas {
  --bs-offcanvas-width: auto;
  --bs-offcanvas-height: auto;
  --bs-offcanvas-padding-x: 0px;
  --bs-offcanvas-padding-y: 0px;
}
@media only screen and (min-width: 992px) {
  .offcanvas {
    --bs-offcanvas-width: 640px;
  }
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden !important;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

#swiper-homepage {
  --homepage-media-height: clamp(40svh, calc(100svh - 480px), 70svh);
  --homepage-title-bottom: 35svh;
  --homepage-title-active-offset: 20svh;
  height: 100svh;
  overflow: hidden;
  background: #ffffff;
}
@media only screen and (max-height: 760px) and (max-width: 640px) {
  #swiper-homepage {
    --homepage-media-height: clamp(30svh, calc(100svh - 480px), 70svh);
    --homepage-title-active-offset: 30svh;
  }
}
@media only screen and (min-width: 992px) {
  #swiper-homepage {
    height: 100vh;
  }
}
#swiper-homepage .swiper-slide {
  width: 100%;
}
#swiper-homepage .swiper-slide-active .homepage-slide__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease 0.5s, transform 1s ease 0.5s;
}
@media only screen and (min-width: 992px) {
  #swiper-homepage .swiper-slide-active .homepage-slide__content {
    transform: translateX(0);
  }
}
#swiper-homepage .swiper-slide-active .media-full img {
  transform: scale(1);
}
#swiper-homepage .banner__content__title-seo,
#swiper-homepage .banner__scroll-line {
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  #swiper-homepage .banner__content__title-seo {
    position: fixed;
    bottom: 88px;
    left: 32px;
    right: 32px;
    z-index: 15;
  }
}
#swiper-homepage .banner__content__title-seo.leaving-up {
  opacity: 0 !important;
}
#swiper-homepage .banner__content__title-seo.leaving-down {
  opacity: 0 !important;
}
#swiper-homepage .footer {
  height: 100%;
}
#swiper-homepage .footer__content {
  opacity: 1;
  transform: none;
  transition: none;
}

.homepage-slide {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .homepage-slide {
    display: grid;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    grid-template-rows: 100vh;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .homepage-slide {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.homepage-slide a[data-fancybox]:not(.button-video) {
  display: none;
}
.homepage-slide.hero-banner.media-half {
  background: #b2926b;
}
.homepage-slide.hero-banner .homepage-slide__content__text {
  color: #ffffff;
}
.homepage-slide.hero-banner.media-full img {
  opacity: 0;
  height: 170%;
  transform: scale(1.4) translateY(10%) translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.homepage-slide.rooms {
  background: #171f26;
}
.homepage-slide.rooms .homepage-slide__content__text {
  color: #ffffff;
}
.homepage-slide.restaurants {
  background: #d5d7d8;
}
.homepage-slide.ski_shop {
  background: #8ba4b9;
}
.homepage-slide.ski_shop .homepage-slide__content__text {
  color: #ffffff;
}
.homepage-slide.spa {
  background: #c5d7e6;
}
.homepage-slide__title {
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 1s ease;
  position: fixed;
  bottom: var(--homepage-title-bottom);
  left: 32px;
  right: 32px;
  transform: translateY(220%);
  max-width: 296px;
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__title {
    bottom: 18vh;
    left: calc((100vw - 0px) / 14 * 2 + 0px);
    width: calc((100vw - 0px) / 14 * 6 + 0px);
    max-width: inherit;
  }
}
@media only screen and (min-width: 1640px) {
  .homepage-slide__title {
    left: calc((100vw - 0px) / 14 * 3 + 0px);
  }
}
@media only screen and (max-width: 991px) {
  .homepage-slide__title > .homepage-slide__heading > h2 {
    --homepage-title-line-height: 1.1em;
    transition: transform 1s ease;
  }
  @supports (height: 1lh) {
    .homepage-slide__title > .homepage-slide__heading > h2 {
      --homepage-title-line-height: 1lh;
    }
  }
  .homepage-slide__title.active-2:not(.homepage-slide__title--has-subtitle) > .homepage-slide__heading > h2 {
    transform: translateY(calc(var(--homepage-media-height) - 100svh + var(--homepage-title-bottom) + var(--homepage-title-active-offset) + var(--homepage-title-line-height)));
  }
}
@media only screen and (min-width: 992px) {
  .homepage-slide__title--rooms, .homepage-slide__title--restaurants, .homepage-slide__title--spa, .homepage-slide__title--ski_shop {
    left: calc((100vw - 0px) / 14 * 2 + 0px);
  }
  .homepage-slide__title--rooms .title-n1, .homepage-slide__title--rooms .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title .homepage-slide__title--rooms strong, .homepage-slide__title--restaurants .title-n1, .homepage-slide__title--restaurants .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title .homepage-slide__title--restaurants strong, .homepage-slide__title--spa .title-n1, .homepage-slide__title--spa .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title .homepage-slide__title--spa strong, .homepage-slide__title--ski_shop .title-n1, .homepage-slide__title--ski_shop .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title .homepage-slide__title--ski_shop strong {
    --homepage-slide-title-size-min: 55px;
    --homepage-slide-title-size-width: 5.5vw;
    --homepage-slide-title-size-height: 10vh;
    --homepage-slide-title-size-max: 96px;
    font-size: clamp(var(--homepage-slide-title-size-min), min(var(--homepage-slide-title-size-width), var(--homepage-slide-title-size-height)), var(--homepage-slide-title-size-max)) !important;
  }
}
@media only screen and (min-width: 992px) {
  html[lang^=pt] .homepage-slide__title--rooms .title-n1, html[lang^=pt] .homepage-slide__title--rooms .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=pt] .homepage-slide__title--rooms strong, html[lang^=pt] .homepage-slide__title--restaurants .title-n1, html[lang^=pt] .homepage-slide__title--restaurants .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=pt] .homepage-slide__title--restaurants strong, html[lang^=pt] .homepage-slide__title--spa .title-n1, html[lang^=pt] .homepage-slide__title--spa .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=pt] .homepage-slide__title--spa strong, html[lang^=pt] .homepage-slide__title--ski_shop .title-n1, html[lang^=pt] .homepage-slide__title--ski_shop .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=pt] .homepage-slide__title--ski_shop strong {
    --homepage-slide-title-size-width: 4.4vw;
    --homepage-slide-title-size-height: 8vh;
    --homepage-slide-title-size-max: 82px;
  }
}
@media only screen and (min-width: 992px) {
  html[lang^=ru] .homepage-slide__title--rooms .title-n1, html[lang^=ru] .homepage-slide__title--rooms .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=ru] .homepage-slide__title--rooms strong, html[lang^=ru] .homepage-slide__title--restaurants .title-n1, html[lang^=ru] .homepage-slide__title--restaurants .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=ru] .homepage-slide__title--restaurants strong, html[lang^=ru] .homepage-slide__title--spa .title-n1, html[lang^=ru] .homepage-slide__title--spa .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=ru] .homepage-slide__title--spa strong, html[lang^=ru] .homepage-slide__title--ski_shop .title-n1, html[lang^=ru] .homepage-slide__title--ski_shop .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title html[lang^=ru] .homepage-slide__title--ski_shop strong {
    --homepage-slide-title-size-min: 48px;
    --homepage-slide-title-size-width: 3.7vw;
    --homepage-slide-title-size-height: 7vh;
    --homepage-slide-title-size-max: 72px;
  }
}
.homepage-slide__title.active, .room-modal__filters .room-menu-item-filter.nav-link.active .homepage-slide__title.btn {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 1s ease;
}
.homepage-slide__title.active-2 {
  transform: translateY(calc(0px - var(--homepage-title-active-offset)));
  transition: opacity 0.5s ease 0.15s, transform 1s ease;
}
@media only screen and (max-width: 991px) {
  .homepage-slide__title.active-2.homepage-slide__title--has-subtitle {
    transform: translateY(calc(var(--homepage-media-height) - 100svh + var(--homepage-title-bottom) + 1em));
  }
}
@media only screen and (min-width: 992px) {
  .homepage-slide__title.active-2 {
    transform: translateY(-30vh);
  }
}
@media only screen and (min-width: 1640px) {
  .homepage-slide__title.active-2 {
    transform: translateY(-35vh);
  }
}
.homepage-slide__title.leaving-up {
  transition: opacity 0.25s ease, transform 1s ease;
  transform: translateY(60vh);
  opacity: 0;
}
.homepage-slide__title.leaving-down {
  transition: opacity 0.25s ease, transform 1s ease;
  transform: translateY(-80vh);
  opacity: 0;
}
.homepage-slide__title.is-passed {
  transform: translateY(-80vh);
  transition: opacity 0.5s ease, transform 1s ease;
}
.homepage-slide__title .subtitle {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  line-height: normal;
  line-height: 1;
  font-size: clamp(20px, 13.5384615385px + 1.7948717949vw, 48px) !important;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__title .subtitle {
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1640px) {
  html[lang^=ru] .homepage-slide__title .subtitle {
    font-size: 24px;
  }
}
.homepage-slide__title .subtitle .stars {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.homepage-slide__title .subtitle .stars svg {
  display: block !important;
  width: 8px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__title .subtitle .stars svg {
    gap: 8px;
    width: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .homepage-slide__title--has-subtitle {
    font-size: clamp(20px, 13.5384615385px + 1.7948717949vw, 48px) !important;
  }
  .homepage-slide__title--has-subtitle .subtitle {
    font-size: inherit !important;
  }
}
.homepage-slide__title--hero-banner .title-n1, .homepage-slide__title--hero-banner .room-modal .room-item__infos .snippet-room-title strong, .room-modal .room-item__infos .snippet-room-title .homepage-slide__title--hero-banner strong {
  font-size: clamp(32px, 9.3846153846px + 6.2820512821vw, 130px) !important;
}
@media only screen and (max-width: 991px) {
  .homepage-slide__video-teaser {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.homepage-slide__video-teaser hls-video {
  display: none !important;
}
.homepage-slide__video-teaser .video-wrapper {
  overflow: visible;
}
.homepage-slide__video-teaser .button-video {
  margin-top: 16px;
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  height: 48px;
  width: auto;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  color: #3d422a;
  text-decoration: none;
  padding-inline: 20px;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 992px) {
  .homepage-slide__video-teaser .button-video {
    gap: 4px;
    padding-inline: 32px;
    height: 64px;
  }
}
.homepage-slide__video-teaser .button-video:focus-visible {
  outline: none;
}
.homepage-slide__video-teaser .button-video span {
  display: block;
  pointer-events: none;
}
.homepage-slide__video-teaser .button-video span strong {
  color: currentColor;
}
.homepage-slide__video-teaser .button-video .icon {
  flex-shrink: 0;
}
.homepage-slide__video-teaser .button-video .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__video-teaser .button-video .icon--close {
    width: 28px;
    height: 28px;
  }
}
.homepage-slide__video-teaser .button-video .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-down.svg");
  mask-image: url("../images/svg/icons/chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.homepage-slide__video-teaser .button-video .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/chevron-left.svg");
  mask-image: url("../images/svg/icons/chevron-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.homepage-slide__video-teaser .button-video .icon--menu-burger {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/menu-burger.svg");
  mask-image: url("../images/svg/icons/menu-burger.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
.homepage-slide__video-teaser .button-video .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/edit.svg");
  mask-image: url("../images/svg/icons/edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out;
}
html:not(.touchevents) .homepage-slide__video-teaser .button-video:hover, html:not(.touchevents) .homepage-slide__video-teaser .button-video:active, html:not(.touchevents) .homepage-slide__video-teaser .button-video:focus-visible, html:not(.touchevents) .homepage-slide__video-teaser .button-video:focus-within {
  background: rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 992px) {
  .homepage-slide__video-teaser .button-video {
    margin-top: 24px;
  }
}
html:not(.touchevents) .homepage-slide__video-teaser .button-video:hover, html:not(.touchevents) .homepage-slide__video-teaser .button-video:active, html:not(.touchevents) .homepage-slide__video-teaser .button-video:focus-visible, html:not(.touchevents) .homepage-slide__video-teaser .button-video:focus-within {
  background: rgba(255, 255, 255, 0.15);
}
.homepage-slide__video-teaser .button-video span {
  display: block;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__video-teaser .button-video span {
    display: block !important;
  }
}
.homepage-slide__media {
  position: relative;
  height: var(--homepage-media-height);
  overflow: hidden;
  isolation: isolate;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__media {
    height: 100%;
  }
}
.homepage-slide__media img,
.homepage-slide__media video,
.homepage-slide__media hls-video,
.homepage-slide__media hls-video::part(video) {
  height: 100%;
  object-fit: cover;
  object-position: center;
  backface-visibility: hidden;
}
.homepage-slide__media .button-video {
  display: none;
}
.homepage-slide.media-full {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-slide.media-full .homepage-slide__media {
  height: 100%;
  position: absolute;
  inset: 0;
}
.homepage-slide.media-full .homepage-slide__media:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.56) 100%);
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.homepage-slide.media-full:not(.hero-banner) img {
  transform: scale(1.2);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 3s ease;
}
.homepage-slide.media-half .homepage-slide__media:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .homepage-slide.media-half .homepage-slide__media {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
.homepage-slide__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  opacity: 0;
  transition: opacity 0.25s ease, transform 1s ease 0.25s;
  transform: translateY(100%);
  padding: 80px 32px 32px;
}
@media only screen and (max-height: 760px) and (max-width: 640px) {
  .homepage-slide__content {
    padding-top: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .homepage-slide__content {
    grid-column-start: 9;
    grid-column-end: span 5;
    justify-content: flex-end;
    gap: 40px;
    padding: 40px 40px 120px;
    transform: translateX(100%);
  }
}
@media only screen and (min-width: 1640px) {
  .homepage-slide__content {
    grid-column-start: 9;
    grid-column-end: span 5;
    padding: 80px 80px 200px;
  }
}
.homepage-slide__content .buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__content .buttons {
    gap: 56px;
    flex-direction: row;
  }
}
.homepage-slide__content .buttons .diadao-sdk-button-phone,
.homepage-slide__content .buttons .diadao-sdk-button-mail {
  color: #3d422a;
}
.homepage-slide__content .buttons .diadao-sdk-button-phone:hover,
.homepage-slide__content .buttons .diadao-sdk-button-mail:hover {
  color: #c7a57a;
}
.homepage-slide__content__logo {
  line-height: 0;
}
.homepage-slide__content__logo svg {
  max-height: 40px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__content__logo svg {
    max-height: 56px;
  }
}
.homepage-slide__content__text p {
  text-align: left !important;
}
.homepage-slide__homepage-logo {
  text-align: center;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__homepage-logo {
    position: relative;
    grid-column-start: 6;
    grid-column-end: span 4;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}
.homepage-slide__homepage-logo svg {
  width: 133px;
  height: 160px;
}
@media only screen and (min-width: 992px) {
  .homepage-slide__homepage-logo svg {
    width: 250px;
    height: 300px;
  }
}

@media only screen and (min-width: 1640px) {
  .diadao-base-page-contact .text-medias[class~="03_acces"] .text-medias__content--2 {
    grid-column-end: span 7;
  }
  .diadao-base-page-contact .text-medias[class~="03_acces"] .text-medias__content--2 .text-n1, .diadao-base-page-contact .text-medias[class~="03_acces"] .text-medias__content--2 .btn-filter span.title, .btn-filter .diadao-base-page-contact .text-medias[class~="03_acces"] .text-medias__content--2 span.title {
    white-space: nowrap;
  }
}
