@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: 0;
  height: 48px;
  width: auto;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  color: #2E2C2B;
  text-decoration: none;
  padding-inline: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .btn {
    gap: 4px;
    padding-inline: 24px;
    height: 64px;
  }
}
.btn:focus-visible {
  outline: none;
}
html:not(.touchevents) .btn:hover, html:not(.touchevents) .btn:active, html:not(.touchevents) .btn:focus-visible, html:not(.touchevents) .btn:focus-within {
  opacity: 0.56;
}
.btn span {
  display: block;
  pointer-events: none;
}
.btn span strong {
  color: currentColor;
}
.btn-outline-white {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-outline-white span {
  color: #ffffff;
}
.btn-outline-vanilla-100 {
  border: 2px solid #FFFDFA;
  color: #FFFDFA;
}
.btn-outline-vanilla-100 span {
  color: #FFFDFA;
}
.btn-outline-vanilla {
  border: 2px solid #635642;
  color: #635642;
}
.btn-outline-vanilla span {
  color: #635642;
}
.btn-outline-corten {
  border: 2px solid #72412F;
  color: #72412F;
}
.btn-outline-corten span {
  color: #72412F;
}
.btn-no-fill-white, .custom-modal#btn-readmore-1369 .custom-modal__header .btn {
  background: transparent;
  color: #ffffff;
}
.btn-no-fill-white span, .custom-modal#btn-readmore-1369 .custom-modal__header .btn span {
  color: #ffffff;
}
.btn-no-fill-vanilla {
  background: transparent;
  color: #635642;
}
.btn-no-fill-vanilla span {
  color: #635642;
}
.btn-no-fill-corten, .btn-no-fill-primary {
  background: transparent;
  color: #72412F;
}
.btn-no-fill-corten span, .btn-no-fill-primary span {
  color: #72412F;
}
.btn-fill-white {
  background: #ffffff;
  color: #72412F;
}
.btn-fill-vanilla {
  background: #FFFDFA;
  color: #72412F;
}
.btn-fill-corten, .btn-fill-primary {
  background: #72412F;
  color: #ffffff;
}
.btn-icon {
  padding-inline: 0;
  width: 48px;
}
@media only screen and (min-width: 992px) {
  .btn-icon {
    padding-inline: 0;
    width: 64px;
  }
}
.btn-icon::before {
  content: "";
  display: block;
  color: currentColor;
  flex-shrink: 0;
}
.btn-icon--burger::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/menu.svg");
  mask-image: url("../images/svg/icons/menu.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--mail::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/mail.svg");
  mask-image: url("../images/svg/icons/mail.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--phone::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/phone.svg");
  mask-image: url("../images/svg/icons/phone.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--facebook::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/facebook.svg");
  mask-image: url("../images/svg/icons/facebook.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--instagram::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/instagram.svg");
  mask-image: url("../images/svg/icons/instagram.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--languages::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/globe.svg");
  mask-image: url("../images/svg/icons/globe.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--close::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--arrow-left::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--chevron-down::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.btn-icon--chevron-right::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--chevron-left::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.btn-icon--booking-hotel::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/bed-double.svg");
  mask-image: url("../images/svg/icons/bed-double.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--booking-restaurant::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/utensils.svg");
  mask-image: url("../images/svg/icons/utensils.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--booking-spa::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/flower-lotus.svg");
  mask-image: url("../images/svg/icons/flower-lotus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.btn-icon--arrow-right::before, .is-more-modal-button::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.btn-filter {
  padding: 8px;
  border: none;
  position: relative;
  gap: 4px;
  color: #2E2C2B;
  opacity: 0.56;
  height: auto;
}
html:not(.touchevents) .btn-filter:hover, html:not(.touchevents) .btn-filter:active, html:not(.touchevents) .btn-filter:focus-visible, html:not(.touchevents) .btn-filter:focus-within {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .btn-filter {
    gap: 8px;
    padding-inline: 16px;
  }
}
.btn-filter.selected, .btn-filter.active {
  color: #72412F;
  opacity: 1;
}

.diadao-button-close {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  height: 48px;
  width: auto;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  color: #2E2C2B;
  text-decoration: none;
  padding-inline: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding-inline: 0;
  width: 48px;
  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: 24px;
    height: 64px;
  }
}
.diadao-button-close:focus-visible {
  outline: none;
}
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 {
  opacity: 0.56;
}
.diadao-button-close span {
  display: block;
  pointer-events: none;
}
.diadao-button-close span strong {
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close {
    padding-inline: 0;
    width: 64px;
  }
}
.diadao-button-close::before {
  content: "";
  display: block;
  color: currentColor;
  flex-shrink: 0;
}
.diadao-button-close--burger::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/menu.svg");
  mask-image: url("../images/svg/icons/menu.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--mail::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/mail.svg");
  mask-image: url("../images/svg/icons/mail.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--phone::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/phone.svg");
  mask-image: url("../images/svg/icons/phone.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--facebook::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/facebook.svg");
  mask-image: url("../images/svg/icons/facebook.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--instagram::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/instagram.svg");
  mask-image: url("../images/svg/icons/instagram.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--languages::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/globe.svg");
  mask-image: url("../images/svg/icons/globe.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--close::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--arrow-left::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--chevron-down::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.diadao-button-close--chevron-right::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--chevron-left::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.diadao-button-close--booking-hotel::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/bed-double.svg");
  mask-image: url("../images/svg/icons/bed-double.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--booking-restaurant::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/utensils.svg");
  mask-image: url("../images/svg/icons/utensils.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--booking-spa::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/flower-lotus.svg");
  mask-image: url("../images/svg/icons/flower-lotus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.diadao-button-close--arrow-right::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.diadao-button-close svg {
  width: 16px;
  height: 16px;
}

.is-more-modal-button {
  position: relative;
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  height: 48px;
  width: auto;
  background-color: transparent;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  color: #2E2C2B;
  text-decoration: none;
  padding-inline: 16px;
  cursor: pointer;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  background: transparent;
  color: #72412F;
  padding-inline: 0;
  width: 48px;
  align-self: flex-end;
}
@media only screen and (min-width: 992px) {
  .is-more-modal-button {
    gap: 4px;
    padding-inline: 24px;
    height: 64px;
  }
}
.is-more-modal-button:focus-visible {
  outline: none;
}
html:not(.touchevents) .is-more-modal-button:hover, html:not(.touchevents) .is-more-modal-button:active, html:not(.touchevents) .is-more-modal-button:focus-visible, html:not(.touchevents) .is-more-modal-button:focus-within {
  opacity: 0.56;
}
.is-more-modal-button span {
  display: block;
  pointer-events: none;
}
.is-more-modal-button span strong {
  color: currentColor;
}
.is-more-modal-button span {
  color: #72412F;
}
@media only screen and (min-width: 992px) {
  .is-more-modal-button {
    padding-inline: 0;
    width: 64px;
  }
}
.is-more-modal-button::before {
  content: "";
  display: block;
  color: currentColor;
  flex-shrink: 0;
}
.is-more-modal-button--burger::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/menu.svg");
  mask-image: url("../images/svg/icons/menu.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--mail::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/mail.svg");
  mask-image: url("../images/svg/icons/mail.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--phone::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/phone.svg");
  mask-image: url("../images/svg/icons/phone.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--facebook::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/facebook.svg");
  mask-image: url("../images/svg/icons/facebook.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--instagram::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/instagram.svg");
  mask-image: url("../images/svg/icons/instagram.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--languages::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/globe.svg");
  mask-image: url("../images/svg/icons/globe.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--close::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/x.svg");
  mask-image: url("../images/svg/icons/x.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--arrow-left::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--chevron-down::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.is-more-modal-button--chevron-right::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/chevron-right.svg");
  mask-image: url("../images/svg/icons/chevron-right.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--chevron-left::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.is-more-modal-button--booking-hotel::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/bed-double.svg");
  mask-image: url("../images/svg/icons/bed-double.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--booking-restaurant::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/utensils.svg");
  mask-image: url("../images/svg/icons/utensils.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--booking-spa::before {
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/flower-lotus.svg");
  mask-image: url("../images/svg/icons/flower-lotus.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
}
.is-more-modal-button--arrow-right::before {
  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: 100%;
  mask-size: 100%;
  -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: transform 0.5s ease-in-out;
}
.btn-burger {
  --burger-line-width: 20px;
  --burger-line-height: 2px;
  --burger-gap: 4px;
  --burger-transition-duration: 0.075s;
  --burger-transition-delay: 0.12s;
  --burger-transition-top-ease: ease;
  --burger-transition-transform-idle: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --burger-transition-transform-active: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  width: 48px;
  padding-inline: 0;
}
@media only screen and (min-width: 992px) {
  .btn-burger {
    width: 64px;
    --burger-line-width: 24px;
    --burger-gap: 4px;
  }
  .btn-burger:hover {
    opacity: 0.56;
  }
  .btn-burger:active, .btn-burger:focus-visible, .btn-burger:focus-within {
    opacity: 1 !important;
  }
}
.btn-burger::before, .btn-burger::after {
  content: "";
  position: absolute;
  left: 50%;
  width: var(--burger-line-width);
  height: var(--burger-line-height);
  border-radius: 999px;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(0deg);
}
.btn-burger::before {
  top: calc(50% - var(--burger-gap));
  transition: top var(--burger-transition-duration) var(--burger-transition-delay) var(--burger-transition-top-ease), transform var(--burger-transition-duration) var(--burger-transition-transform-idle);
}
.btn-burger::after {
  top: calc(50% + var(--burger-gap));
  transition: top var(--burger-transition-duration) var(--burger-transition-delay) var(--burger-transition-top-ease), transform var(--burger-transition-duration) var(--burger-transition-transform-idle);
}
.btn-burger.is-active::before, .btn-burger:active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: top var(--burger-transition-duration) var(--burger-transition-top-ease), transform var(--burger-transition-duration) var(--burger-transition-delay) var(--burger-transition-transform-active);
}
.btn-burger.is-active::after, .btn-burger:active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: top var(--burger-transition-duration) var(--burger-transition-top-ease), transform var(--burger-transition-duration) var(--burger-transition-delay) var(--burger-transition-transform-active);
}

@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 body {
  background: #FFFDFA;
  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;
  padding-right: var(--scrollbar-comp, 0px);
}
html body.sdkbs-panel-opened #diadao-navbar, html body.offcanvas-opened #diadao-navbar, html body.smart-display-open #diadao-navbar, html body.modal-opened #diadao-navbar {
  padding-right: calc(32px + var(--scrollbar-comp));
}
html body.sdkbs-panel-opened:before, html body.offcanvas-opened:before, html body.smart-display-open:before, html body.modal-opened:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: var(--scrollbar-comp, 0px);
  height: 100%;
  background-color: #FFFDFA;
  pointer-events: none;
  z-index: 1;
}
html body .video-wrapper,
html body video,
html body hls-video,
html body picture,
html body img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: opacity 0.15s ease-in-out 0.05s;
}
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 .section__wrapper .section__content a:not(.btn),
.section-form .section__wrapper .section__content a:not(.btn) {
  color: #72412F;
}
.module-html .section__wrapper .section__content a:not(.btn):hover,
.section-form .section__wrapper .section__content a:not(.btn):hover {
  color: #4e2c20;
}
.module-html .module-form__content,
.section-form .module-form__content {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@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:not(.btn),
.section-form .module-form__content a:not(.btn) {
  color: #72412F;
  font-weight: 400;
}
.module-html .module-form__content a:not(.btn):hover,
.section-form .module-form__content a:not(.btn):hover {
  color: #4e2c20;
}
.module-html .module-form__form,
.section-form .module-form__form {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@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: #72412F;
  font-weight: 400;
}
.module-html .module-form__form a:not(.btn):hover,
.section-form .module-form__form a:not(.btn):hover {
  color: #4e2c20;
}

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

html body {
  color: #2E2C2B;
}
html body strong {
  color: currentColor;
  font-weight: 500;
}
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;
}
html .center {
  text-align: center;
}

.label, .main-menu__secondary ul li a, .custom-modal.room-modal .item__content .snippet-room-title, .custom-modal.presse-modal .item__content .snippet-room-title, .custom-modal.offer-modal .item__content .snippet-room-title, .footer__legals a, .btn span, .diadao-button-close span, .is-more-modal-button span {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(13px, 12.3076923077px + 0.1923076923vw, 16px);
}

.title-n1, .custom-modal.room-modal .item__content .snippet-room-title strong, .custom-modal.presse-modal .item__content .snippet-room-title strong, .custom-modal.offer-modal .item__content .snippet-room-title strong {
  font-family: "Excon-Variable", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(18px, 9.2307692308px + 2.4358974359vw, 56px);
}

.title-n2, .main-menu__primary ul li a, .wysiwig-styles h2, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig h2, .custom-modal.room-modal .item__content__description h2, .custom-modal.presse-modal .item__content__description h2, .custom-modal.offer-modal .item__content__description h2, .section__content__text .kwpb-wysiwig 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: "Excon-Variable", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(18px, 14.7692307692px + 0.8974358974vw, 32px);
}

.text-n1, html body {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: clamp(16px, 14.6153846154px + 0.3846153846vw, 22px);
}

.text-n1-strong {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-size: clamp(16px, 14.6153846154px + 0.3846153846vw, 22px);
}

.text-n2 {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-weight: 200;
  line-height: 1.2;
  font-size: clamp(11px, 10.5384615385px + 0.1282051282vw, 13px);
}

.bold {
  font-weight: 600;
}

.strong {
  font-weight: 500;
}

.white {
  color: #ffffff;
}

.primary,
.corten {
  color: #72412F;
}

.screen-reader-text, .socials__item span, .btn-icon span, .diadao-button-close span, .is-more-modal-button span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.wysiwig-styles, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig, .custom-modal.room-modal .item__content__description, .custom-modal.presse-modal .item__content__description, .custom-modal.offer-modal .item__content__description, .section__content__text .kwpb-wysiwig, .module-html .section__wrapper .section__content .kwpb-wysiwig,
.section-form .section__wrapper .section__content .kwpb-wysiwig {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .wysiwig-styles, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig, .custom-modal.room-modal .item__content__description, .custom-modal.presse-modal .item__content__description, .custom-modal.offer-modal .item__content__description, .section__content__text .kwpb-wysiwig, .module-html .section__wrapper .section__content .kwpb-wysiwig,
  .section-form .section__wrapper .section__content .kwpb-wysiwig {
    gap: 56px;
  }
}
.wysiwig-styles img, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig img, .custom-modal.room-modal .item__content__description img, .custom-modal.presse-modal .item__content__description img, .custom-modal.offer-modal .item__content__description img, .section__content__text .kwpb-wysiwig 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, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig img.align-top, .custom-modal.room-modal .item__content__description img.align-top, .custom-modal.presse-modal .item__content__description img.align-top, .custom-modal.offer-modal .item__content__description img.align-top, .section__content__text .kwpb-wysiwig 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, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig ul, .custom-modal.room-modal .item__content__description ul, .custom-modal.presse-modal .item__content__description ul, .custom-modal.offer-modal .item__content__description ul, .section__content__text .kwpb-wysiwig 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, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig li, .custom-modal.room-modal .item__content__description li, .custom-modal.presse-modal .item__content__description li, .custom-modal.offer-modal .item__content__description li, .section__content__text .kwpb-wysiwig 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, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig li::before, .custom-modal.room-modal .item__content__description li::before, .custom-modal.presse-modal .item__content__description li::before, .custom-modal.offer-modal .item__content__description li::before, .section__content__text .kwpb-wysiwig 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: #72412F;
}
.wysiwig-styles a:not([class*=btn]):not(.is-more-modal-button), .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button), .custom-modal.room-modal .item__content__description a:not([class*=btn]):not(.is-more-modal-button), .custom-modal.presse-modal .item__content__description a:not([class*=btn]):not(.is-more-modal-button), .custom-modal.offer-modal .item__content__description a:not([class*=btn]):not(.is-more-modal-button), .section__content__text .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button), .module-html .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button),
.section-form .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button) {
  color: #72412F;
  font-weight: 500;
}
.wysiwig-styles a:not([class*=btn]):not(.is-more-modal-button):hover, .custom-modal.readmore-modal .custom-modal__body .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button):hover, .custom-modal.room-modal .item__content__description a:not([class*=btn]):not(.is-more-modal-button):hover, .custom-modal.presse-modal .item__content__description a:not([class*=btn]):not(.is-more-modal-button):hover, .custom-modal.offer-modal .item__content__description a:not([class*=btn]):not(.is-more-modal-button):hover, .section__content__text .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button):hover, .module-html .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button):hover,
.section-form .section__wrapper .section__content .kwpb-wysiwig a:not([class*=btn]):not(.is-more-modal-button):hover {
  color: #4e2c20;
}
.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;
  isolation: isolate;
}
@media only screen and (min-width: 992px) {
  .kwpb-swiper-module {
    gap: 32px;
  }
}

.swiper-actions {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
.swiper-actions.disabled {
  display: none;
}
.swiper-actions.mediasSwiper .swiper-pagination {
  display: flex;
}

.swiper-pagination {
  display: flex;
  position: relative !important;
  left: initial !important;
  bottom: initial !important;
  top: initial !important;
  z-index: 1 !important;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  padding-inline: 16px;
  justify-content: center;
  line-height: 0;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 2px;
  width: 16px;
  opacity: 1;
  border-radius: 0;
  background-color: rgba(114, 65, 47, 0.32);
  transition: all 0.3s ease;
  margin: 0 2px;
}
@media only screen and (min-width: 992px) {
  .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 32px;
    margin: 0 4px;
    height: 4px;
  }
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #72412F;
}
@media only screen and (min-width: 992px) {
  .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 80px;
  }
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.white .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.32) !important;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.white .swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
@media only screen and (min-width: 992px) {
  .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets.small .swiper-pagination-bullet {
    height: 2px;
  }
}

.swiper-navigation {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .swiper-navigation {
    gap: 8px;
  }
}

.swiper-button-next:not(.swiper-button-lock),
.swiper-button-prev:not(.swiper-button-lock) {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  inset: 0;
  margin: 0;
  transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .swiper-button-next:not(.swiper-button-lock),
  .swiper-button-prev:not(.swiper-button-lock) {
    width: 64px;
    height: 64px;
  }
}
.swiper-button-next:not(.swiper-button-lock):after,
.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;
}
@media only screen and (min-width: 992px) {
  .swiper-button-next:not(.swiper-button-lock):after,
  .swiper-button-prev:not(.swiper-button-lock):after {
    width: 32px;
    height: 32px;
  }
}
.swiper-button-next:not(.swiper-button-lock):hover,
.swiper-button-prev:not(.swiper-button-lock):hover {
  opacity: 0.56;
}
.swiper-button-next:not(.swiper-button-lock):hover::after,
.swiper-button-prev:not(.swiper-button-lock):hover::after {
  background-color: #ffffff;
}

.swiper-button-prev:after {
  -webkit-mask-image: url("../images/svg/icons/arrow-left.svg");
  mask-image: url("../images/svg/icons/arrow-left.svg");
}

.swiper-button-next:after {
  -webkit-mask-image: url("../images/svg/icons/arrow-right.svg");
  mask-image: url("../images/svg/icons/arrow-right.svg");
}

.mediasSwiper.swiper-actions {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .mediasSwiper.swiper-actions {
    inset: 0;
  }
}
.mediasSwiper.swiper-actions .swiper-navigation {
  display: none;
}
@media only screen and (min-width: 992px) {
  .mediasSwiper.swiper-actions .swiper-navigation {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
  }
}
.mediasSwiper.swiper-actions .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.32);
}
.mediasSwiper.swiper-actions .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .mediasSwiper.swiper-actions .swiper-pagination {
    display: none;
  }
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .socials {
    gap: 16px;
  }
}
.socials__item::before {
  content: "";
  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: 100% auto;
  mask-size: 100% auto;
  background-color: currentColor;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .socials__item::before {
    width: 22px;
    height: 22px;
  }
}
.socials__item[data-slug=facebook]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-facebook.svg");
  mask-image: url("../images/svg/icons/icon-facebook.svg");
}
.socials__item[data-slug=instagram]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-instagram.svg");
  mask-image: url("../images/svg/icons/icon-instagram.svg");
}
.socials__item[data-slug=tripadvisor]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-tripadvisor.svg");
  mask-image: url("../images/svg/icons/icon-tripadvisor.svg");
}
.socials__item[data-slug=tiktok]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-tiktok.svg");
  mask-image: url("../images/svg/icons/icon-tiktok.svg");
}
.socials__item[data-slug=youtube]:before {
  -webkit-mask-image: url("../images/svg/icons/icon-youtube.svg");
  mask-image: url("../images/svg/icons/icon-youtube.svg");
}
html#device-desktop ::-webkit-scrollbar {
  width: 6px;
}
html#device-desktop ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #72412F;
  border-radius: 8px;
}
html#device-desktop ::-webkit-scrollbar-track {
  background-color: #2E2C2B;
}

.section {
  padding-block: 56px;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .section {
    padding-block: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .section {
    padding-block: 160px;
  }
}
.section.green {
  background-color: #273A31;
}
.section.corten {
  background-color: #72412F;
}
.section.green .section__titles,
.section.green .section__content,
.section.green .label,
.section.green .main-menu__secondary ul li a,
.main-menu__secondary ul li .section.green a,
.section.green .custom-modal.room-modal .item__content .snippet-room-title,
.custom-modal.room-modal .item__content .section.green .snippet-room-title,
.section.green .custom-modal.presse-modal .item__content .snippet-room-title,
.custom-modal.presse-modal .item__content .section.green .snippet-room-title,
.section.green .custom-modal.offer-modal .item__content .snippet-room-title,
.custom-modal.offer-modal .item__content .section.green .snippet-room-title,
.section.green .footer__legals a,
.footer__legals .section.green a,
.section.green .btn span,
.btn .section.green span,
.section.green .diadao-button-close span,
.diadao-button-close .section.green span,
.section.green .is-more-modal-button span,
.is-more-modal-button .section.green span,
.section.green .text-medias__content,
.section.green .text-medias__titles, .section.corten .section__titles,
.section.corten .section__content,
.section.corten .label,
.section.corten .main-menu__secondary ul li a,
.main-menu__secondary ul li .section.corten a,
.section.corten .custom-modal.room-modal .item__content .snippet-room-title,
.custom-modal.room-modal .item__content .section.corten .snippet-room-title,
.section.corten .custom-modal.presse-modal .item__content .snippet-room-title,
.custom-modal.presse-modal .item__content .section.corten .snippet-room-title,
.section.corten .custom-modal.offer-modal .item__content .snippet-room-title,
.custom-modal.offer-modal .item__content .section.corten .snippet-room-title,
.section.corten .footer__legals a,
.footer__legals .section.corten a,
.section.corten .btn span,
.btn .section.corten span,
.section.corten .diadao-button-close span,
.diadao-button-close .section.corten span,
.section.corten .is-more-modal-button span,
.is-more-modal-button .section.corten span,
.section.corten .text-medias__content,
.section.corten .text-medias__titles {
  color: #D2C0A6;
}
.section.green .btn span, .section.corten .btn span {
  color: inherit;
}
.section.green a:not([class*=btn]):not(.is-more-modal-button), .section.corten a:not([class*=btn]):not(.is-more-modal-button) {
  color: #D2C0A6 !important;
  font-weight: 500;
}
.section.green a:not([class*=btn]):not(.is-more-modal-button):hover, .section.corten a:not([class*=btn]):not(.is-more-modal-button):hover {
  color: #FFFDFA !important;
}
.section.green .accordion-button, .section.corten .accordion-button {
  color: #FFFDFA;
}
.section.green .is-more-modal-button, .section.corten .is-more-modal-button {
  background: transparent;
  color: #ffffff;
}
.section.green .is-more-modal-button span, .section.corten .is-more-modal-button span {
  color: #ffffff;
}
.section__wrapper {
  display: grid;
  grid-template-columns: repeat(14, minmax(0px, 1fr));
  row-gap: 32px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section__wrapper {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    row-gap: 80px;
  }
}
.section__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .section__content {
    gap: 56px;
  }
}
.section__content.center {
  align-items: center;
  text-align: center;
}
.section__content__text .kwpb-wysiwig {
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .section__content__buttons {
    width: 100%;
  }
  .section__content__buttons .btn {
    width: 100%;
  }
}
.section__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .section__titles {
    gap: 16px;
  }
}
.section__titles.center {
  align-items: center;
  text-align: center;
}
.section--faq .section__wrapper {
  row-gap: 0;
}
@media only screen and (min-width: 992px) {
  .section--faq .section__wrapper {
    row-gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section--faq .filters-navbar {
    margin-bottom: 160px;
  }
}
.section--faq .filtered-category {
  padding: 24px 0 56px;
}
.section--faq .section__content,
.section--faq .section__titles {
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .section--faq .section__content,
  .section--faq .section__titles {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
@media only screen and (min-width: 1440px) {
  .section--faq .section__content,
  .section--faq .section__titles {
    grid-column-start: 5;
    grid-column-end: span 6;
  }
}
.section--faq .section__titles {
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .section--faq .section__titles {
    text-align: center;
  }
}
.section--instagram .section__wrapper {
  row-gap: 56px;
}
@media only screen and (min-width: 992px) {
  .section--instagram .section__wrapper {
    row-gap: 80px;
  }
}
.section--instagram .section__titles {
  position: relative;
}
.section--instagram .section__titles::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 0;
  transform: translateX(-50%) rotate(-28deg);
  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: 100%;
  mask-size: 100%;
  -webkit-mask-image: url("../images/svg/icons/instagram.svg");
  mask-image: url("../images/svg/icons/instagram.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
  width: 160px;
  height: 160px;
  color: #FEF6EB;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .section--instagram .section__titles::before {
    width: 300px;
    height: 300px;
    left: 50%;
  }
}
.section--instagram #lightwidget-wrapper {
  width: 100%;
  line-height: 0;
}
.section--gallery .section__wrapper {
  row-gap: 8px;
}
@media only screen and (min-width: 992px) {
  .section--gallery .section__wrapper {
    row-gap: 16px;
  }
}

.filters-navbar {
  position: sticky;
  top: 64px;
  z-index: 3;
  height: 64px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .filters-navbar {
    top: 96px;
    height: 96px;
  }
}
.filters-navbar__list {
  height: 100%;
  background-color: #FFFDFA;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .filters-navbar__list {
    gap: 32px;
  }
}
.filters-navbar .swiper-container {
  padding-inline: 16px;
  overflow: hidden;
  height: auto;
}
.filters-navbar .swiper-container .swiper-wrapper {
  align-items: flex-end;
  width: auto;
}
.filters-navbar .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .filters-navbar__item .btn {
    padding-inline: 8px;
  }
}

.diadao-admin-front-editor {
  position: fixed;
  top: 50%;
  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: #141312;
  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/arrow_outward.svg");
  mask-image: url("../images/svg/icons/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: #72412F;
}

: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: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
  }
}
@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--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/icon-gift.svg");
  mask-image: url("../images/svg/icons/icon-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/icon-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-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/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-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/icon-menu-burger.svg");
  mask-image: url("../images/svg/icons/icon-menu-burger.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 img,
.media-parallax video {
  position: absolute;
  left: 0;
  height: 120% !important;
  top: -20% !important;
}

.fade-up-element,
.fade-in-element {
  opacity: 0;
  transition: opacity 0.05s ease;
}

.banner {
  position: relative;
  height: 100svh;
}
@media only screen and (min-width: 992px) {
  .banner {
    height: 100vh;
  }
}
.banner + .pageseo-section {
  margin-top: 56px;
}
@media only screen and (min-width: 992px) {
  .banner + .pageseo-section {
    margin-top: 160px;
  }
}
.banner .kwpb-swiper-module {
  height: 100%;
}
.banner .kwpb-swiper-module .swiper-pagination,
.banner .kwpb-swiper-module .swiper-navigation {
  display: none;
}
.banner__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 32px 40px;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    display: grid;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    row-gap: 32px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .banner__content {
    grid-template-columns: repeat(14, minmax(0px, 1fr));
    row-gap: 80px;
  }
}
.banner__content__titles {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  color: #ffffff;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .banner__content__titles {
    grid-column-start: 5;
    grid-column-end: span 6;
    gap: 56px;
    align-self: end;
    padding-bottom: 56px;
  }
}
.banner__content__titles h1 {
  font-size: clamp(13px, 12.3076923077px + 0.1923076923vw, 16px);
}
.banner__content__title {
  position: relative;
}
.banner__content__logo {
  position: relative;
  margin: 0 auto;
  width: 32px;
  padding-top: 16px;
  align-self: start;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .banner__content__logo {
    padding-top: 24px;
    width: 48px;
    grid-column-start: 7;
    grid-column-end: span 2;
  }
}
.banner__content__logo.is-homepage {
  width: 200px;
  padding-top: 104px;
}
@media only screen and (min-width: 992px) {
  .banner__content__logo.is-homepage {
    width: 100%;
    padding-top: 128px;
  }
}
.banner__content__logo svg {
  width: 100%;
  height: auto;
}
.banner__content__logo svg path {
  fill: #ffffff;
}
.banner__media {
  position: absolute;
  inset: 0;
  background: #4e2c20;
}
.banner__media:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 14, 8, 0.24) 0%, rgba(12, 14, 8, 0.24) 100%);
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.banner__media a[data-fancybox]:not(.button-video) {
  display: none;
}

.footer {
  position: relative;
  width: 100%;
  overflow-x: clip;
  overflow-y: clip;
  background: #273A31;
  padding: 56px 24px;
  color: #F5EDE1;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 90px;
    height: 100vh;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer .container {
    gap: 80px;
  }
}
.footer__logo {
  color: #F5EDE1;
}
.footer__logo svg {
  width: 160px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .footer__logo svg {
    width: 286px;
  }
}
.footer__logo svg path {
  fill: #F5EDE1;
}
.footer__logo a {
  display: block;
  line-height: 0;
}
.footer__legals a:hover {
  opacity: 0.5;
}
.footer__legals #footer-menu {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  row-gap: 16px;
}
@media only screen and (min-width: 992px) {
  .footer__legals #footer-menu {
    gap: 80px;
  }
}
.footer__legals #footer-menu li {
  display: block;
}
.footer__legals #footer-menu li a {
  cursor: pointer;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer__bottom {
    gap: 32px;
  }
}
.footer__diadao {
  display: flex;
  flex-direction: row;
  gap: 8px;
  line-height: 1;
}
.footer__diadao svg path {
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
.footer__copyright {
  display: block;
  color: #D2C0A6;
}

.diadao-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 8px;
  pointer-events: none;
  transition: background-color 0.25s ease-in-out, z-index 0s var(--menu-close-duration, 0.5s);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar {
    padding: 16px 32px;
  }
}
.main-menu-opened .diadao-navbar {
  z-index: 1045;
  transition: background-color 0.25s ease-in-out, z-index 0s;
}
.main-menu-opened .diadao-navbar .diadao-navbar__logo * {
  pointer-events: none;
}
body:not(.main-menu-opened) .diadao-navbar--revealed {
  background-color: #FEF6EB;
}
body:not(.main-menu-opened) .diadao-navbar--revealed .btn-no-fill-white, body:not(.main-menu-opened) .diadao-navbar--revealed .custom-modal#btn-readmore-1369 .custom-modal__header .btn, .custom-modal#btn-readmore-1369 .custom-modal__header body:not(.main-menu-opened) .diadao-navbar--revealed .btn {
  background: transparent;
  color: #72412F;
}
body:not(.main-menu-opened) .diadao-navbar--revealed .btn-no-fill-white span, body:not(.main-menu-opened) .diadao-navbar--revealed .custom-modal#btn-readmore-1369 .custom-modal__header .btn span, .custom-modal#btn-readmore-1369 .custom-modal__header body:not(.main-menu-opened) .diadao-navbar--revealed .btn span {
  color: #72412F;
}
body:not(.main-menu-opened) .diadao-navbar--revealed .diadao-navbar__logo {
  opacity: 1;
}
.diadao-navbar * {
  pointer-events: auto;
}
.diadao-navbar__left {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  grid-column-start: 1;
  grid-column-end: span 1;
}
.diadao-navbar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-start: 2;
  grid-column-end: span 1;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.diadao-navbar__logo svg {
  width: 32px;
  height: auto;
}
.diadao-navbar__logo svg path {
  fill: #72412F;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__logo svg {
    width: 48px;
  }
}
.diadao-navbar__right {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: span 1;
}
.diadao-navbar .ul-wpml-languages {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pageseo-section {
  position: relative;
  overflow: clip;
}
.pageseo-section__container {
  display: grid;
  grid-template-columns: repeat(14, minmax(0px, 1fr));
  row-gap: 32px;
  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));
    row-gap: 80px;
  }
}
@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: 1;
  grid-column-end: span 6;
  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 12;
    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 5;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--right {
    grid-column-start: 9;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content.media-fullscreen {
    grid-column-start: 2;
    grid-column-end: span 6;
    position: relative;
    z-index: 3;
    padding: 80px;
    background: #F3EFEB;
  }
}
.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: #72412F;
}
.pageseo-section__content__link.btn-group {
  flex-direction: column;
}
.pageseo-section__content__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pageseo-section__media {
  position: relative;
  grid-column-start: 1;
  grid-column-end: span 6;
  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: 0;
}
@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 6;
  }
  .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: 0;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--right {
    grid-column-start: 8;
    grid-column-end: span 6;
  }
  .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: 0;
  }
}
@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 {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFFDFA;
  transition: transform 0.25s ease-out, z-index 0s ease-out 0.5s;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .custom-modal {
    height: 100vh;
    width: 640px;
  }
}
.custom-modal img {
  display: none;
}
.custom-modal.modal-opened {
  z-index: 1044;
  transform: translateX(0);
  pointer-events: auto;
  transition: transform 0.25s ease-out, z-index 0s ease-out 0s;
}
.custom-modal.modal-opened img {
  display: block;
}
.custom-modal#btn-readmore-1369 {
  background: #273A31;
}
.custom-modal#btn-readmore-1369 .custom-modal__header {
  background: #273A31;
}
.custom-modal#btn-readmore-1369 .custom-modal__body {
  color: #D2C0A6;
}
.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;
  background: #FFFDFA;
}
@media only screen and (min-width: 992px) {
  .custom-modal__header {
    height: calc(64px + 16px * 2);
    padding: 16px 32px;
  }
}
.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: 32px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  isolation: isolate;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body {
    padding: 56px;
    gap: 0;
  }
}
.custom-modal__body__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body__content {
    gap: 56px;
  }
}
.custom-modal__body__content__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.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-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: 16px;
  background: #FFFDFA;
  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 32px;
  }
}
.custom-modal__footer__price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.custom-modal.room-modal, .custom-modal.presse-modal, .custom-modal.offer-modal {
  overflow-y: inherit;
  background-color: #F3EFEB;
}
.custom-modal.room-modal .custom-modal__header, .custom-modal.presse-modal .custom-modal__header, .custom-modal.offer-modal .custom-modal__header {
  position: fixed;
  z-index: 2;
  justify-content: flex-end;
  background: transparent;
  padding: 0;
  height: auto;
}
.custom-modal.room-modal .custom-modal__body, .custom-modal.presse-modal .custom-modal__body, .custom-modal.offer-modal .custom-modal__body {
  padding: 0;
}
.custom-modal.room-modal .custom-modal__body__content, .custom-modal.presse-modal .custom-modal__body__content, .custom-modal.offer-modal .custom-modal__body__content {
  flex: 1 1 auto;
  padding: 56px 32px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .custom-modal__body__content, .custom-modal.presse-modal .custom-modal__body__content, .custom-modal.offer-modal .custom-modal__body__content {
    padding: 56px;
  }
}
.custom-modal.room-modal .custom-modal__footer .room-item-hsc, .custom-modal.presse-modal .custom-modal__footer .room-item-hsc, .custom-modal.offer-modal .custom-modal__footer .room-item-hsc {
  display: none;
}
.custom-modal.room-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.presse-modal .custom-modal__footer .room-item-hsc.active, .custom-modal.offer-modal .custom-modal__footer .room-item-hsc.active {
  display: block;
}
.custom-modal.room-modal .item, .custom-modal.presse-modal .item, .custom-modal.offer-modal .item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .item, .custom-modal.presse-modal .item, .custom-modal.offer-modal .item {
    gap: 0;
  }
}
.custom-modal.room-modal .item__content, .custom-modal.presse-modal .item__content, .custom-modal.offer-modal .item__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 56px 24px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .item__content, .custom-modal.presse-modal .item__content, .custom-modal.offer-modal .item__content {
    gap: 56px;
    padding: 56px;
  }
}
.custom-modal.room-modal .item__content__titles, .custom-modal.presse-modal .item__content__titles, .custom-modal.offer-modal .item__content__titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .item__content__titles, .custom-modal.presse-modal .item__content__titles, .custom-modal.offer-modal .item__content__titles {
    gap: 32px;
  }
}
.custom-modal.room-modal .item__content__infos, .custom-modal.presse-modal .item__content__infos, .custom-modal.offer-modal .item__content__infos {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .item__content__infos, .custom-modal.presse-modal .item__content__infos, .custom-modal.offer-modal .item__content__infos {
    gap: 80px;
  }
}
.custom-modal.room-modal .item__content__infos .icon, .custom-modal.presse-modal .item__content__infos .icon, .custom-modal.offer-modal .item__content__infos .icon {
  color: #72412F;
}
.custom-modal.room-modal .item__content__infos__item, .custom-modal.presse-modal .item__content__infos__item, .custom-modal.offer-modal .item__content__infos__item {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .item__content__infos__item, .custom-modal.presse-modal .item__content__infos__item, .custom-modal.offer-modal .item__content__infos__item {
    gap: 16px;
  }
}
.custom-modal.room-modal .item__advantages, .custom-modal.presse-modal .item__advantages, .custom-modal.offer-modal .item__advantages {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.custom-modal.room-modal .item__advantages__intro, .custom-modal.presse-modal .item__advantages__intro, .custom-modal.offer-modal .item__advantages__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-modal.room-modal .item__advantages__title, .custom-modal.presse-modal .item__advantages__title, .custom-modal.offer-modal .item__advantages__title {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.custom-modal.room-modal .item__advantages__title .icon, .custom-modal.presse-modal .item__advantages__title .icon, .custom-modal.offer-modal .item__advantages__title .icon {
  color: #72412F;
}
.custom-modal.room-modal .item__advantages .card, .custom-modal.presse-modal .item__advantages .card, .custom-modal.offer-modal .item__advantages .card {
  width: 100%;
}
.custom-modal.room-modal .item__services, .custom-modal.presse-modal .item__services, .custom-modal.offer-modal .item__services {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.custom-modal.room-modal .item__services .service-item, .custom-modal.presse-modal .item__services .service-item, .custom-modal.offer-modal .item__services .service-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-modal.room-modal .item__services .service-item__header, .custom-modal.presse-modal .item__services .service-item__header, .custom-modal.offer-modal .item__services .service-item__header {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.custom-modal.room-modal .item__services .service-item__header .service-picto, .custom-modal.presse-modal .item__services .service-item__header .service-picto, .custom-modal.offer-modal .item__services .service-item__header .service-picto {
  line-height: 0;
}
.custom-modal.room-modal .item__services .service-item__header .service-picto svg, .custom-modal.presse-modal .item__services .service-item__header .service-picto svg, .custom-modal.offer-modal .item__services .service-item__header .service-picto svg {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .item__services .service-item__header .service-picto svg, .custom-modal.presse-modal .item__services .service-item__header .service-picto svg, .custom-modal.offer-modal .item__services .service-item__header .service-picto svg {
    width: 32px;
    height: 32px;
  }
}
.custom-modal.room-modal .item__services .service-item__header .service-picto svg path, .custom-modal.presse-modal .item__services .service-item__header .service-picto svg path, .custom-modal.offer-modal .item__services .service-item__header .service-picto svg path {
  stroke-width: 3px;
  stroke: #72412F;
}
.custom-modal.room-modal .item__services .service-item__content, .custom-modal.presse-modal .item__services .service-item__content, .custom-modal.offer-modal .item__services .service-item__content {
  padding-left: 32px;
}
@media only screen and (min-width: 992px) {
  .custom-modal.room-modal .item__services .service-item__content, .custom-modal.presse-modal .item__services .service-item__content, .custom-modal.offer-modal .item__services .service-item__content {
    padding-left: 48px;
  }
}
.custom-modal.room-modal .item__services .service-item__content .children, .custom-modal.presse-modal .item__services .service-item__content .children, .custom-modal.offer-modal .item__services .service-item__content .children {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom-modal.room-modal .custom-modal__footer {
  padding: 0;
}
.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;
}

:root {
  --menu-close-duration: .5s;
}

.main-menu {
  width: 100%;
  transition: opacity 0.25s ease-in 0.25s, z-index 0s ease-in var(--menu-close-duration), visibility 0s ease-in var(--menu-close-duration);
  transform: none;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-menu .current a {
  color: #ffffff;
  opacity: 1;
}
.main-menu.modal-opened {
  transform: none;
  pointer-events: auto;
  transition: opacity 0.25s ease-out, z-index 0s ease-out;
  opacity: 1;
  visibility: visible;
}
.main-menu.modal-opened .main-menu__logo {
  opacity: 1;
  transition: opacity 0.25s ease-out 0.25s;
}
.main-menu.modal-opened .diadao-bg-menu-dynamic > .bg-menu img {
  opacity: 1;
}
.main-menu.modal-opened .main-menu__primary li {
  transform: translateX(0);
  opacity: 1;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(1) {
  transition: opacity 0.4s ease-out 0.25s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(2) {
  transition: opacity 0.4s ease-out 0.3s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(3) {
  transition: opacity 0.4s ease-out 0.35s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(4) {
  transition: opacity 0.4s ease-out 0.4s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(5) {
  transition: opacity 0.4s ease-out 0.45s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(6) {
  transition: opacity 0.4s ease-out 0.5s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(7) {
  transition: opacity 0.4s ease-out 0.55s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(8) {
  transition: opacity 0.4s ease-out 0.6s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(9) {
  transition: opacity 0.4s ease-out 0.65s;
}
.main-menu.modal-opened .main-menu__primary li:nth-child(10) {
  transition: opacity 0.4s ease-out 0.7s;
}
.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 0.5s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(2) {
  transition: opacity 0.4s ease-out 0.55s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(3) {
  transition: opacity 0.4s ease-out 0.6s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(4) {
  transition: opacity 0.4s ease-out 0.65s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(5) {
  transition: opacity 0.4s ease-out 0.7s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(6) {
  transition: opacity 0.4s ease-out 0.75s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(7) {
  transition: opacity 0.4s ease-out 0.8s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(8) {
  transition: opacity 0.4s ease-out 0.85s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(9) {
  transition: opacity 0.4s ease-out 0.9s;
}
.main-menu.modal-opened .main-menu__secondary li:nth-child(10) {
  transition: opacity 0.4s ease-out 0.95s;
}
.main-menu.modal-opened .main-menu__footer .button {
  opacity: 1;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(1) {
  transition: opacity 0.4s ease-out 0.5s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(2) {
  transition: opacity 0.4s ease-out 0.55s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(3) {
  transition: opacity 0.4s ease-out 0.6s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(4) {
  transition: opacity 0.4s ease-out 0.65s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(5) {
  transition: opacity 0.4s ease-out 0.7s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(6) {
  transition: opacity 0.4s ease-out 0.75s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(7) {
  transition: opacity 0.4s ease-out 0.8s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(8) {
  transition: opacity 0.4s ease-out 0.85s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(9) {
  transition: opacity 0.4s ease-out 0.9s;
}
.main-menu.modal-opened .main-menu__footer .button:nth-child(10) {
  transition: opacity 0.4s ease-out 0.95s;
}
.main-menu .custom-modal__header, .main-menu .custom-modal__footer {
  background: transparent;
  border: none;
  z-index: 2;
}
.main-menu__logo {
  transition: opacity 0.25s ease-out;
  opacity: 0;
}
.main-menu__logo svg {
  width: 32px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .main-menu__logo svg {
    width: 48px;
  }
}
.main-menu__wrapper {
  position: relative;
  flex: 1 1 auto;
  z-index: 1;
  overflow-y: auto;
  padding: 64px 16px 32px;
}
@media only screen and (min-width: 992px) {
  .main-menu__wrapper {
    padding: 96px 32px 32px;
  }
}
.main-menu__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.main-menu__primary #header-menu {
  transition: opacity 0.25s ease;
}
.main-menu__primary ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary ul {
    padding-block: 16px;
    gap: 16px;
  }
}
.main-menu__primary ul li {
  color: #D2C0A6;
  display: flex;
  align-items: center;
  height: 32px;
  opacity: 0;
}
.main-menu__primary ul li:nth-child(1) {
  transition: opacity 0.4s ease-out 0.15s;
}
.main-menu__primary ul li:nth-child(2) {
  transition: opacity 0.4s ease-out 0.2s;
}
.main-menu__primary ul li:nth-child(3) {
  transition: opacity 0.4s ease-out 0.25s;
}
.main-menu__primary ul li:nth-child(4) {
  transition: opacity 0.4s ease-out 0.3s;
}
.main-menu__primary ul li:nth-child(5) {
  transition: opacity 0.4s ease-out 0.35s;
}
.main-menu__primary ul li:nth-child(6) {
  transition: opacity 0.4s ease-out 0.4s;
}
.main-menu__primary ul li:nth-child(7) {
  transition: opacity 0.4s ease-out 0.45s;
}
.main-menu__primary ul li:nth-child(8) {
  transition: opacity 0.4s ease-out 0.5s;
}
.main-menu__primary ul li:nth-child(9) {
  transition: opacity 0.4s ease-out 0.55s;
}
.main-menu__primary ul li:nth-child(10) {
  transition: opacity 0.4s ease-out 0.6s;
}
@media only screen and (min-width: 1280px) {
  .main-menu__primary ul li {
    height: 45px;
  }
}
.main-menu__primary ul li a {
  opacity: 0.56;
}
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__secondary ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 16px;
}
.main-menu__secondary ul li {
  display: block;
  color: #D2C0A6;
  opacity: 0;
}
.main-menu__secondary ul li:nth-child(1) {
  transition: opacity 0.4s ease-out 0.25s;
}
.main-menu__secondary ul li:nth-child(2) {
  transition: opacity 0.4s ease-out 0.3s;
}
.main-menu__secondary ul li:nth-child(3) {
  transition: opacity 0.4s ease-out 0.35s;
}
.main-menu__secondary ul li:nth-child(4) {
  transition: opacity 0.4s ease-out 0.4s;
}
.main-menu__secondary ul li:nth-child(5) {
  transition: opacity 0.4s ease-out 0.45s;
}
.main-menu__secondary ul li:nth-child(6) {
  transition: opacity 0.4s ease-out 0.5s;
}
.main-menu__secondary ul li:nth-child(7) {
  transition: opacity 0.4s ease-out 0.55s;
}
.main-menu__secondary ul li:nth-child(8) {
  transition: opacity 0.4s ease-out 0.6s;
}
.main-menu__secondary ul li:nth-child(9) {
  transition: opacity 0.4s ease-out 0.65s;
}
.main-menu__secondary ul li:nth-child(10) {
  transition: opacity 0.4s ease-out 0.7s;
}
.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__footer {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  background-color: transparent;
  height: auto;
  justify-self: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .main-menu__footer {
    justify-content: center;
    gap: 16px;
  }
}
.main-menu__footer .button {
  opacity: 0;
}
.main-menu__footer .button:nth-child(1) {
  transition: opacity 0.4s ease-out 0s;
}
.main-menu__footer .button:nth-child(2) {
  transition: opacity 0.4s ease-out 0.05s;
}
.main-menu__footer .button:nth-child(3) {
  transition: opacity 0.4s ease-out 0.1s;
}
.main-menu__footer .button:nth-child(4) {
  transition: opacity 0.4s ease-out 0.15s;
}
.main-menu__footer .button:nth-child(5) {
  transition: opacity 0.4s ease-out 0.2s;
}
.main-menu__footer .button:nth-child(6) {
  transition: opacity 0.4s ease-out 0.25s;
}
.main-menu__footer .button:nth-child(7) {
  transition: opacity 0.4s ease-out 0.3s;
}
.main-menu__footer .button:nth-child(8) {
  transition: opacity 0.4s ease-out 0.35s;
}
.main-menu__footer .button:nth-child(9) {
  transition: opacity 0.4s ease-out 0.4s;
}
.main-menu__footer .button:nth-child(10) {
  transition: opacity 0.4s ease-out 0.45s;
}
.main-menu__footer .button .btn {
  background: transparent;
  color: #ffffff;
}
.main-menu__footer .button .btn span {
  color: #ffffff;
}
.main-menu__media {
  display: flex;
  align-items: flex-end;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.main-menu__media:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #273A31;
  opacity: 0.92;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  z-index: 1;
}
.main-menu__media .diadao-bg-menu-dynamic {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.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.active {
  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: #72412F;
  --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, .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: #72412F;
  --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(114, 65, 47, 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 .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: #72412F;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.current,
.nav-pills .nav-link.active,
.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 .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 {
  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 .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;
}

/*# sourceMappingURL=diadao-sdkcustom-villamontgommery-fcp.css.map */
