@charset "UTF-8";
@use 'sass:list';
@use 'sass:map';
@use 'sass:meta';
/**
 * 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, .pageseo-section__content__buttons a {
  position: relative;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  min-height: 40px;
  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: #EEECE0;
  text-decoration: none;
  padding: 4px 16px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .btn, .pageseo-section__content__buttons a {
    gap: 16px;
    padding: 8px 24px;
    min-height: 56px;
    border-radius: 28px;
  }
}
.btn:focus-visible, .pageseo-section__content__buttons a:focus-visible {
  outline: none;
}
html:not(.touchevents) .btn:hover, html:not(.touchevents) .pageseo-section__content__buttons a:hover, .pageseo-section__content__buttons html:not(.touchevents) a:hover, html:not(.touchevents) .btn:focus-visible, html:not(.touchevents) .pageseo-section__content__buttons a:focus-visible, .pageseo-section__content__buttons html:not(.touchevents) a:focus-visible {
  opacity: 0.56;
}
.btn span, .pageseo-section__content__buttons a span {
  display: block;
  pointer-events: none;
  text-align: center;
}
.btn span strong, .pageseo-section__content__buttons a span strong {
  color: currentColor;
}
.btn .icon, .pageseo-section__content__buttons a .icon {
  flex-shrink: 0;
}
.btn .icon--close, .pageseo-section__content__buttons a .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn .icon--close, .pageseo-section__content__buttons a .icon--close {
    -webkit-mask-image: url("../images/svg/icons/lucide/x.svg");
    mask-image: url("../images/svg/icons/lucide/x.svg");
  }
}
@media only screen and (min-width: 992px) {
  .btn .icon--close, .pageseo-section__content__buttons a .icon--close {
    width: 28px;
    height: 28px;
  }
}
.btn .icon--chevron-down, .pageseo-section__content__buttons a .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  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 .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn .icon--chevron-down, .pageseo-section__content__buttons a .icon--chevron-down {
    -webkit-mask-image: url("../images/svg/icons/icon-chevron-down.svg");
    mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  }
}
.btn .icon--chevron-left, .pageseo-section__content__buttons a .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  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 .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn .icon--chevron-left, .pageseo-section__content__buttons a .icon--chevron-left {
    -webkit-mask-image: url("../images/svg/icons/icon-chevron-left.svg");
    mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  }
}
.btn .icon--menu-burger, .pageseo-section__content__buttons a .icon--menu-burger {
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/menu-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/menu-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn .icon--menu-burger, .pageseo-section__content__buttons a .icon--menu-burger {
    -webkit-mask-image: url("../images/svg/icons/lucide/menu.svg");
    mask-image: url("../images/svg/icons/lucide/menu.svg");
  }
}
@media only screen and (min-width: 992px) {
  .btn .icon--menu-burger, .pageseo-section__content__buttons a .icon--menu-burger {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn .icon--menu-burger, .pageseo-section__content__buttons a .icon--menu-burger {
    border-width: 1.5px;
  }
}
.btn .icon--gift, .pageseo-section__content__buttons a .icon--gift {
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/gift.svg");
  mask-image: url("../images/svg/icons/lucide/gift.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn .icon--gift, .pageseo-section__content__buttons a .icon--gift {
    -webkit-mask-image: url("../images/svg/icons/lucide/gift.svg");
    mask-image: url("../images/svg/icons/lucide/gift.svg");
  }
}
@media only screen and (min-width: 992px) {
  .btn .icon--gift, .pageseo-section__content__buttons a .icon--gift {
    width: 28px;
    height: 28px;
  }
}
.btn .icon--pen, .pageseo-section__content__buttons a .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn .icon--pen, .pageseo-section__content__buttons a .icon--pen {
    -webkit-mask-image: url("../images/svg/icons/icon-edit.svg");
    mask-image: url("../images/svg/icons/icon-edit.svg");
  }
}
.btn-gift {
  padding: 0;
  min-width: 40px;
}
@media only screen and (min-width: 992px) {
  .btn-gift {
    padding: 0;
    min-width: 56px;
  }
}
.btn-gift::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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/gift-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/gift-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-gift::before {
    -webkit-mask-image: url("../images/svg/icons/lucide/gift.svg");
    mask-image: url("../images/svg/icons/lucide/gift.svg");
  }
}
@media only screen and (min-width: 992px) {
  .btn-gift::before {
    width: 28px;
    height: 28px;
  }
}
.btn-gift span {
  display: none;
}
.btn-close {
  padding: 0;
  min-width: 40px;
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .btn-close {
    padding: 0;
    min-width: 56px;
  }
}
.btn-close::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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/move-left-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/move-left-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-close::before {
    -webkit-mask-image: url("../images/svg/icons/lucide/move-left.svg");
    mask-image: url("../images/svg/icons/lucide/move-left.svg");
  }
}
@media only screen and (min-width: 992px) {
  .btn-close::before {
    display: block;
    width: 28px;
    height: 28px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
    mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
    background-color: currentColor;
    pointer-events: none;
    transition: background-color .25s ease-in-out;
  }
}
@media only screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 992px) and (min-device-pixel-ratio: 2), only screen and (min-width: 992px) and (min-resolution: 192dpi), only screen and (min-width: 992px) and (min-resolution: 2dppx) {
  .btn-close::before {
    -webkit-mask-image: url("../images/svg/icons/lucide/x.svg");
    mask-image: url("../images/svg/icons/lucide/x.svg");
  }
}

.btn-close span {
  display: none;
}
.btn-back {
  padding: 0;
  min-width: 40px;
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .btn-back {
    padding: 0;
    min-width: 56px;
  }
}
.btn-back::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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/move-left-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/move-left-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-back::before {
    -webkit-mask-image: url("../images/svg/icons/lucide/move-left.svg");
    mask-image: url("../images/svg/icons/lucide/move-left.svg");
  }
}
@media only screen and (min-width: 992px) {
  .btn-back::before {
    width: 28px;
    height: 28px;
  }
}
.btn-back span {
  display: none;
}
.btn-arrow {
  padding: 0;
  min-height: 0px;
  color: currentColor;
}
@media only screen and (min-width: 992px) {
  .btn-arrow {
    padding: 0;
    min-height: 0px;
  }
}
.btn-arrow::after {
  content: '';
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/move-right-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/move-right-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-arrow::after {
    -webkit-mask-image: url("../images/svg/icons/lucide/move-right.svg");
    mask-image: url("../images/svg/icons/lucide/move-right.svg");
  }
}
@media only screen and (min-width: 992px) {
  .btn-arrow::after {
    width: 22px;
    height: 22px;
  }
}
.btn-solid-primary, .pageseo-section__content__buttons a {
  background: #557861;
  color: #ffffff;
}
.btn-solid-primary-light {
  background-color: #ffffff;
  color: #5B5952;
}
.btn-outline-primary, .btn-outline {
  border: 2px solid #5B5952;
  color: #5B5952;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .btn-outline-primary, .btn-outline {
    border-width: 1.5px;
  }
}
.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-transparent {
  background: #557861;
  color: #ffffff;
  background-color: rgba(85, 120, 97, 0.32);
  color: #ffffff;
}
.btn-transparent-light {
  background-color: rgba(255, 255, 255, 0.32);
}
.btn-icon {
  padding: 0;
  min-width: 40px;
}
@media only screen and (min-width: 992px) {
  .btn-icon {
    padding: 0;
    min-width: 56px;
  }
}
.btn-secondary {
  padding-inline: 16px;
  border: none;
  position: relative;
  gap: 4px;
  color: rgba(255, 255, 255, 0.56);
    /*&::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 51%; // ugly trick in case of decimal value
        right: 51%; // ugly trick in case of decimal value
        height: 2px;
        border-radius: 4px;
        background-color: currentColor;
        transition: left .25s ease-in-out, right .25s ease-in-out;

        @include device_992_min {
            height: 4px;
        }
    }*/
}
.btn-secondary.selected, .btn-secondary.active {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .btn-secondary {
    gap: 8px;
    padding-inline: 24px;
  }
}
html:not(.touchevents) .btn-secondary:hover, html:not(.touchevents) .btn-secondary:focus-visible {
  opacity: 1;
  color: #ffffff;
}
.filters-navbar.lightbg .btn-secondary {
  color: rgba(91, 89, 82, 0.56);
}
.filters-navbar.lightbg .btn-secondary.selected, .filters-navbar.lightbg .btn-secondary.active {
  color: #5B5952;
}
html:not(.touchevents) .filters-navbar.lightbg .btn-secondary:hover, html:not(.touchevents) .filters-navbar.lightbg .btn-secondary:focus-visible {
  color: #5B5952;
}
.btn-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .btn-group {
    gap: 32px;
  }
}

.diadao-button-close {
  position: relative;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  min-height: 40px;
  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: #EEECE0;
  text-decoration: none;
  padding: 4px 16px;
  cursor: pointer;
  padding: 0;
  min-width: 40px;
  background: #557861;
  color: #ffffff;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .diadao-button-close {
    gap: 16px;
    padding: 8px 24px;
    min-height: 56px;
    border-radius: 28px;
  }
}
.diadao-button-close:focus-visible {
  outline: none;
}
html:not(.touchevents) .diadao-button-close:hover, html:not(.touchevents) .diadao-button-close:focus-visible {
  opacity: 0.56;
}
.diadao-button-close span {
  display: block;
  pointer-events: none;
  text-align: center;
}
.diadao-button-close span strong {
  color: currentColor;
}
.diadao-button-close .icon {
  flex-shrink: 0;
}
.diadao-button-close .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-button-close .icon--close {
    -webkit-mask-image: url("../images/svg/icons/lucide/x.svg");
    mask-image: url("../images/svg/icons/lucide/x.svg");
  }
}
@media only screen and (min-width: 992px) {
  .diadao-button-close .icon--close {
    width: 28px;
    height: 28px;
  }
}
.diadao-button-close .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  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 .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-button-close .icon--chevron-down {
    -webkit-mask-image: url("../images/svg/icons/icon-chevron-down.svg");
    mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  }
}
.diadao-button-close .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  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 .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-button-close .icon--chevron-left {
    -webkit-mask-image: url("../images/svg/icons/icon-chevron-left.svg");
    mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  }
}
.diadao-button-close .icon--menu-burger {
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/menu-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/menu-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-button-close .icon--menu-burger {
    -webkit-mask-image: url("../images/svg/icons/lucide/menu.svg");
    mask-image: url("../images/svg/icons/lucide/menu.svg");
  }
}
@media only screen and (min-width: 992px) {
  .diadao-button-close .icon--menu-burger {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-button-close .icon--menu-burger {
    border-width: 1.5px;
  }
}
.diadao-button-close .icon--gift {
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/gift.svg");
  mask-image: url("../images/svg/icons/lucide/gift.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-button-close .icon--gift {
    -webkit-mask-image: url("../images/svg/icons/lucide/gift.svg");
    mask-image: url("../images/svg/icons/lucide/gift.svg");
  }
}
@media only screen and (min-width: 992px) {
  .diadao-button-close .icon--gift {
    width: 28px;
    height: 28px;
  }
}
.diadao-button-close .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-button-close .icon--pen {
    -webkit-mask-image: url("../images/svg/icons/icon-edit.svg");
    mask-image: url("../images/svg/icons/icon-edit.svg");
  }
}
@media only screen and (min-width: 992px) {
  .diadao-button-close {
    padding: 0;
    min-width: 56px;
  }
}
.diadao-button-close svg {
  width: 16px;
  height: 16px;
  display: none;
}
.diasdk-quickedit-admin-modal .diadao-button-close.btn-close::before {
  display: none;
}

.containbtn1 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .containbtn1 {
    gap: 16px;
  }
}
.containbtn1 a {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .containbtn1 a {
    width: auto;
  }
}

@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 {
  position: relative;
  background: #1F2C23;
  overflow-x: clip;
  width: 100%;
}
html body #diadao-main {
  min-height: 50vh;
}
html body.sdkbs-panel-opened, html body.offcanvas-opened, html body.modal-opened {
  overflow: clip !important;
}
html body.mainmenu-opened {
  overflow: clip !important;
}
html body img {
  display: block;
  width: 100%;
  height: auto;
}
html body a[data-fancybox-front],
html body a.snippet-fancybox-url {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
}
html body a span {
  pointer-events: none;
}
html body.diadao-rooms-page #smartpreview {
  display: none;
}

#main {
  position: relative;
  overflow-x: clip;
  pointer-events: none;
}

#intramain {
  position: relative;
  left: 0;
  transition: left .6s ease-out;
  background: #1F2C23;
  z-index: 5;
  pointer-events: auto;
}
.mainmenu-opened #intramain {
  left: 100%;
}
.modal-opened #intramain {
  left: -100%;
}
@media only screen and (min-width: 992px) {
  .modal-opened #intramain {
    left: 0%;
  }
}

.module-html,
.section-form {
  position: relative;
}
.module-html .container,
.section-form .container {
  position: relative;
}
.module-html .section__grid .section__content,
.section-form .section__grid .section__content {
  grid-column-start: 2;
  grid-column-end: span 8;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  /*.kwpb-wysiwyg {
  	h2, 
  	h3 {
  		margin: 3rem 0 1.5rem;
  	}
  }*/
  			/*a {
  			// a:not(.btn) {
  				color: $primary;
  
  				&:hover {
  					color: $primary-dark;
  				}
  			}*/
}
@media only screen and (min-width: 992px) {
  .module-html .section__grid .section__content,
  .section-form .section__grid .section__content {
    grid-column-start: 3;
    grid-column-end: span 10;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 48px;
  }
}
.module-html .section__grid .section__content h1,
.section-form .section__grid .section__content h1 {
  margin-bottom: 1em;
}
.module-html .section__grid .section__content h2,
.module-html .section__grid .section__content h3,
.module-html .section__grid .section__content h4,
.module-html .section__grid .section__content h5,
.module-html .section__grid .section__content h6,
.section-form .section__grid .section__content h2,
.section-form .section__grid .section__content h3,
.section-form .section__grid .section__content h4,
.section-form .section__grid .section__content h5,
.section-form .section__grid .section__content h6 {
  margin-bottom: 1em;
}
.module-html .section__grid .section__content .text-big > h1, .module-html .section__grid .section__content h2 > h1, .module-html .section__grid .section__content h2 > h1,
.module-html .section__grid .section__content h3 > h1,
.module-html .section__grid .section__content h4 > h1,
.module-html .section__grid .section__content h5 > h1,
.module-html .section__grid .section__content h6 > h1,
.module-html .section-form .section__grid .section__content h2 > h1,
.section-form .module-html .section__grid .section__content h2 > h1,
.module-html .section-form .section__grid .section__content h3 > h1,
.section-form .module-html .section__grid .section__content h3 > h1,
.module-html .section-form .section__grid .section__content h4 > h1,
.section-form .module-html .section__grid .section__content h4 > h1,
.module-html .section-form .section__grid .section__content h5 > h1,
.section-form .module-html .section__grid .section__content h5 > h1,
.module-html .section-form .section__grid .section__content h6 > h1,
.section-form .module-html .section__grid .section__content h6 > h1, .module-html .section__grid .section__content .module-form__content h2 > h1, .module-html .module-form__content .section__grid .section__content h2 > h1,
.module-html .section__grid .section__content .module-form__content h3 > h1,
.module-html .module-form__content .section__grid .section__content h3 > h1,
.module-html .section__grid .section__content .module-form__content h4 > h1,
.module-html .module-form__content .section__grid .section__content h4 > h1,
.module-html .section__grid .section__content .module-form__content h5 > h1,
.module-html .module-form__content .section__grid .section__content h5 > h1,
.module-html .section__grid .section__content .module-form__content h6 > h1,
.module-html .module-form__content .section__grid .section__content h6 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h1, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h1 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h1, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h2 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h1, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h3 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h1, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h4 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h1, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h5 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h1, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h6 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h1, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h1 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h1, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h2 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h1, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h3 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h1, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h4 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h1, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h5 > h1, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h1, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h6 > h1, .module-html .section__grid .section__content .text-big > h2, .module-html .section__grid .section__content h2 > h2, .module-html .section__grid .section__content h2 > h2,
.module-html .section__grid .section__content h3 > h2,
.module-html .section__grid .section__content h4 > h2,
.module-html .section__grid .section__content h5 > h2,
.module-html .section__grid .section__content h6 > h2,
.module-html .section-form .section__grid .section__content h2 > h2,
.section-form .module-html .section__grid .section__content h2 > h2,
.module-html .section-form .section__grid .section__content h3 > h2,
.section-form .module-html .section__grid .section__content h3 > h2,
.module-html .section-form .section__grid .section__content h4 > h2,
.section-form .module-html .section__grid .section__content h4 > h2,
.module-html .section-form .section__grid .section__content h5 > h2,
.section-form .module-html .section__grid .section__content h5 > h2,
.module-html .section-form .section__grid .section__content h6 > h2,
.section-form .module-html .section__grid .section__content h6 > h2, .module-html .section__grid .section__content .module-form__content h2 > h2, .module-html .module-form__content .section__grid .section__content h2 > h2,
.module-html .section__grid .section__content .module-form__content h3 > h2,
.module-html .module-form__content .section__grid .section__content h3 > h2,
.module-html .section__grid .section__content .module-form__content h4 > h2,
.module-html .module-form__content .section__grid .section__content h4 > h2,
.module-html .section__grid .section__content .module-form__content h5 > h2,
.module-html .module-form__content .section__grid .section__content h5 > h2,
.module-html .section__grid .section__content .module-form__content h6 > h2,
.module-html .module-form__content .section__grid .section__content h6 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h2, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h1 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h2, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h2 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h2, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h3 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h2, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h4 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h2, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h5 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h2, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h6 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h2, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h1 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h2, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h2 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h2, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h3 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h2, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h4 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h2, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h5 > h2, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h2, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h6 > h2, .module-html .section__grid .section__content .text-big > h3, .module-html .section__grid .section__content h2 > h3, .module-html .section__grid .section__content h2 > h3,
.module-html .section__grid .section__content h3 > h3,
.module-html .section__grid .section__content h4 > h3,
.module-html .section__grid .section__content h5 > h3,
.module-html .section__grid .section__content h6 > h3,
.module-html .section-form .section__grid .section__content h2 > h3,
.section-form .module-html .section__grid .section__content h2 > h3,
.module-html .section-form .section__grid .section__content h3 > h3,
.section-form .module-html .section__grid .section__content h3 > h3,
.module-html .section-form .section__grid .section__content h4 > h3,
.section-form .module-html .section__grid .section__content h4 > h3,
.module-html .section-form .section__grid .section__content h5 > h3,
.section-form .module-html .section__grid .section__content h5 > h3,
.module-html .section-form .section__grid .section__content h6 > h3,
.section-form .module-html .section__grid .section__content h6 > h3, .module-html .section__grid .section__content .module-form__content h2 > h3, .module-html .module-form__content .section__grid .section__content h2 > h3,
.module-html .section__grid .section__content .module-form__content h3 > h3,
.module-html .module-form__content .section__grid .section__content h3 > h3,
.module-html .section__grid .section__content .module-form__content h4 > h3,
.module-html .module-form__content .section__grid .section__content h4 > h3,
.module-html .section__grid .section__content .module-form__content h5 > h3,
.module-html .module-form__content .section__grid .section__content h5 > h3,
.module-html .section__grid .section__content .module-form__content h6 > h3,
.module-html .module-form__content .section__grid .section__content h6 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h3, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h1 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h3, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h2 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h3, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h3 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h3, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h4 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h3, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h5 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h3, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h6 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h3, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h1 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h3, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h2 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h3, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h3 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h3, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h4 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h3, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h5 > h3, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h3, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h6 > h3, .module-html .section__grid .section__content .text-big > h4, .module-html .section__grid .section__content h2 > h4, .module-html .section__grid .section__content h2 > h4,
.module-html .section__grid .section__content h3 > h4,
.module-html .section__grid .section__content h4 > h4,
.module-html .section__grid .section__content h5 > h4,
.module-html .section__grid .section__content h6 > h4,
.module-html .section-form .section__grid .section__content h2 > h4,
.section-form .module-html .section__grid .section__content h2 > h4,
.module-html .section-form .section__grid .section__content h3 > h4,
.section-form .module-html .section__grid .section__content h3 > h4,
.module-html .section-form .section__grid .section__content h4 > h4,
.section-form .module-html .section__grid .section__content h4 > h4,
.module-html .section-form .section__grid .section__content h5 > h4,
.section-form .module-html .section__grid .section__content h5 > h4,
.module-html .section-form .section__grid .section__content h6 > h4,
.section-form .module-html .section__grid .section__content h6 > h4, .module-html .section__grid .section__content .module-form__content h2 > h4, .module-html .module-form__content .section__grid .section__content h2 > h4,
.module-html .section__grid .section__content .module-form__content h3 > h4,
.module-html .module-form__content .section__grid .section__content h3 > h4,
.module-html .section__grid .section__content .module-form__content h4 > h4,
.module-html .module-form__content .section__grid .section__content h4 > h4,
.module-html .section__grid .section__content .module-form__content h5 > h4,
.module-html .module-form__content .section__grid .section__content h5 > h4,
.module-html .section__grid .section__content .module-form__content h6 > h4,
.module-html .module-form__content .section__grid .section__content h6 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h4, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h1 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h4, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h2 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h4, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h3 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h4, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h4 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h4, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h5 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h4, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h6 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h4, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h1 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h4, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h2 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h4, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h3 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h4, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h4 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h4, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h5 > h4, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h4, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h6 > h4, .module-html .section__grid .section__content .text-big > h5, .module-html .section__grid .section__content h2 > h5, .module-html .section__grid .section__content h2 > h5,
.module-html .section__grid .section__content h3 > h5,
.module-html .section__grid .section__content h4 > h5,
.module-html .section__grid .section__content h5 > h5,
.module-html .section__grid .section__content h6 > h5,
.module-html .section-form .section__grid .section__content h2 > h5,
.section-form .module-html .section__grid .section__content h2 > h5,
.module-html .section-form .section__grid .section__content h3 > h5,
.section-form .module-html .section__grid .section__content h3 > h5,
.module-html .section-form .section__grid .section__content h4 > h5,
.section-form .module-html .section__grid .section__content h4 > h5,
.module-html .section-form .section__grid .section__content h5 > h5,
.section-form .module-html .section__grid .section__content h5 > h5,
.module-html .section-form .section__grid .section__content h6 > h5,
.section-form .module-html .section__grid .section__content h6 > h5, .module-html .section__grid .section__content .module-form__content h2 > h5, .module-html .module-form__content .section__grid .section__content h2 > h5,
.module-html .section__grid .section__content .module-form__content h3 > h5,
.module-html .module-form__content .section__grid .section__content h3 > h5,
.module-html .section__grid .section__content .module-form__content h4 > h5,
.module-html .module-form__content .section__grid .section__content h4 > h5,
.module-html .section__grid .section__content .module-form__content h5 > h5,
.module-html .module-form__content .section__grid .section__content h5 > h5,
.module-html .section__grid .section__content .module-form__content h6 > h5,
.module-html .module-form__content .section__grid .section__content h6 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h5, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h1 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h5, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h2 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h5, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h3 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h5, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h4 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h5, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h5 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h5, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h6 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h5, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h1 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h5, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h2 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h5, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h3 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h5, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h4 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h5, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h5 > h5, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h5, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h6 > h5, .module-html .section__grid .section__content .text-big > h6, .module-html .section__grid .section__content h2 > h6, .module-html .section__grid .section__content h2 > h6,
.module-html .section__grid .section__content h3 > h6,
.module-html .section__grid .section__content h4 > h6,
.module-html .section__grid .section__content h5 > h6,
.module-html .section__grid .section__content h6 > h6,
.module-html .section-form .section__grid .section__content h2 > h6,
.section-form .module-html .section__grid .section__content h2 > h6,
.module-html .section-form .section__grid .section__content h3 > h6,
.section-form .module-html .section__grid .section__content h3 > h6,
.module-html .section-form .section__grid .section__content h4 > h6,
.section-form .module-html .section__grid .section__content h4 > h6,
.module-html .section-form .section__grid .section__content h5 > h6,
.section-form .module-html .section__grid .section__content h5 > h6,
.module-html .section-form .section__grid .section__content h6 > h6,
.section-form .module-html .section__grid .section__content h6 > h6, .module-html .section__grid .section__content .module-form__content h2 > h6, .module-html .module-form__content .section__grid .section__content h2 > h6,
.module-html .section__grid .section__content .module-form__content h3 > h6,
.module-html .module-form__content .section__grid .section__content h3 > h6,
.module-html .section__grid .section__content .module-form__content h4 > h6,
.module-html .module-form__content .section__grid .section__content h4 > h6,
.module-html .section__grid .section__content .module-form__content h5 > h6,
.module-html .module-form__content .section__grid .section__content h5 > h6,
.module-html .section__grid .section__content .module-form__content h6 > h6,
.module-html .module-form__content .section__grid .section__content h6 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h6, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h1 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h6, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h2 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h6, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h3 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h6, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h4 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h6, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h5 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h6, .readmore-modal .custom-modal__body .sdk-popup__text .module-html .section__grid .section__content h6 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h6, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h1 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h6, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h2 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h6, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h3 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h6, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h4 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h6, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h5 > h6, .module-html .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h6, .readmore-modal .custom-modal__body .kwpb-wysiwig .module-html .section__grid .section__content h6 > h6, .module-html .section__grid .section__content .title-n1 > h1, .module-html .section__grid .section__content h1 > h1,
.module-html .section-form .section__grid .section__content h1 > h1,
.section-form .module-html .section__grid .section__content h1 > h1, .module-html .section__grid .section__content .module-form__content h1 > h1, .module-html .module-form__content .section__grid .section__content h1 > h1, .module-html .section__grid .section__content .title-n1 > h2, .module-html .section__grid .section__content h1 > h2,
.module-html .section-form .section__grid .section__content h1 > h2,
.section-form .module-html .section__grid .section__content h1 > h2, .module-html .section__grid .section__content .module-form__content h1 > h2, .module-html .module-form__content .section__grid .section__content h1 > h2, .module-html .section__grid .section__content .title-n1 > h3, .module-html .section__grid .section__content h1 > h3,
.module-html .section-form .section__grid .section__content h1 > h3,
.section-form .module-html .section__grid .section__content h1 > h3, .module-html .section__grid .section__content .module-form__content h1 > h3, .module-html .module-form__content .section__grid .section__content h1 > h3, .module-html .section__grid .section__content .title-n1 > h4, .module-html .section__grid .section__content h1 > h4,
.module-html .section-form .section__grid .section__content h1 > h4,
.section-form .module-html .section__grid .section__content h1 > h4, .module-html .section__grid .section__content .module-form__content h1 > h4, .module-html .module-form__content .section__grid .section__content h1 > h4, .module-html .section__grid .section__content .title-n1 > h5, .module-html .section__grid .section__content h1 > h5,
.module-html .section-form .section__grid .section__content h1 > h5,
.section-form .module-html .section__grid .section__content h1 > h5, .module-html .section__grid .section__content .module-form__content h1 > h5, .module-html .module-form__content .section__grid .section__content h1 > h5, .module-html .section__grid .section__content .title-n1 > h6, .module-html .section__grid .section__content h1 > h6,
.module-html .section-form .section__grid .section__content h1 > h6,
.section-form .module-html .section__grid .section__content h1 > h6, .module-html .section__grid .section__content .module-form__content h1 > h6, .module-html .module-form__content .section__grid .section__content h1 > h6,
.section-form .section__grid .section__content .text-big > h1,
.section-form .section__grid .section__content h2 > h1,
.section-form .module-html .section__grid .section__content h2 > h1,
.module-html .section-form .section__grid .section__content h2 > h1,
.section-form .module-html .section__grid .section__content h3 > h1,
.module-html .section-form .section__grid .section__content h3 > h1,
.section-form .module-html .section__grid .section__content h4 > h1,
.module-html .section-form .section__grid .section__content h4 > h1,
.section-form .module-html .section__grid .section__content h5 > h1,
.module-html .section-form .section__grid .section__content h5 > h1,
.section-form .module-html .section__grid .section__content h6 > h1,
.module-html .section-form .section__grid .section__content h6 > h1,
.section-form .section__grid .section__content h2 > h1,
.section-form .section__grid .section__content h3 > h1,
.section-form .section__grid .section__content h4 > h1,
.section-form .section__grid .section__content h5 > h1,
.section-form .section__grid .section__content h6 > h1,
.section-form .section__grid .section__content .module-form__content h2 > h1,
.section-form .module-form__content .section__grid .section__content h2 > h1,
.section-form .section__grid .section__content .module-form__content h3 > h1,
.section-form .module-form__content .section__grid .section__content h3 > h1,
.section-form .section__grid .section__content .module-form__content h4 > h1,
.section-form .module-form__content .section__grid .section__content h4 > h1,
.section-form .section__grid .section__content .module-form__content h5 > h1,
.section-form .module-form__content .section__grid .section__content h5 > h1,
.section-form .section__grid .section__content .module-form__content h6 > h1,
.section-form .module-form__content .section__grid .section__content h6 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h1,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h1 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h1,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h2 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h1,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h3 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h1,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h4 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h1,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h5 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h1,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h6 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h1,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h1 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h1,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h2 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h1,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h3 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h1,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h4 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h1,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h5 > h1,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h1,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h6 > h1,
.section-form .section__grid .section__content .text-big > h2,
.section-form .section__grid .section__content h2 > h2,
.section-form .module-html .section__grid .section__content h2 > h2,
.module-html .section-form .section__grid .section__content h2 > h2,
.section-form .module-html .section__grid .section__content h3 > h2,
.module-html .section-form .section__grid .section__content h3 > h2,
.section-form .module-html .section__grid .section__content h4 > h2,
.module-html .section-form .section__grid .section__content h4 > h2,
.section-form .module-html .section__grid .section__content h5 > h2,
.module-html .section-form .section__grid .section__content h5 > h2,
.section-form .module-html .section__grid .section__content h6 > h2,
.module-html .section-form .section__grid .section__content h6 > h2,
.section-form .section__grid .section__content h2 > h2,
.section-form .section__grid .section__content h3 > h2,
.section-form .section__grid .section__content h4 > h2,
.section-form .section__grid .section__content h5 > h2,
.section-form .section__grid .section__content h6 > h2,
.section-form .section__grid .section__content .module-form__content h2 > h2,
.section-form .module-form__content .section__grid .section__content h2 > h2,
.section-form .section__grid .section__content .module-form__content h3 > h2,
.section-form .module-form__content .section__grid .section__content h3 > h2,
.section-form .section__grid .section__content .module-form__content h4 > h2,
.section-form .module-form__content .section__grid .section__content h4 > h2,
.section-form .section__grid .section__content .module-form__content h5 > h2,
.section-form .module-form__content .section__grid .section__content h5 > h2,
.section-form .section__grid .section__content .module-form__content h6 > h2,
.section-form .module-form__content .section__grid .section__content h6 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h2,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h1 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h2,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h2 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h2,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h3 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h2,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h4 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h2,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h5 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h2,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h6 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h2,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h1 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h2,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h2 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h2,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h3 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h2,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h4 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h2,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h5 > h2,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h2,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h6 > h2,
.section-form .section__grid .section__content .text-big > h3,
.section-form .section__grid .section__content h2 > h3,
.section-form .module-html .section__grid .section__content h2 > h3,
.module-html .section-form .section__grid .section__content h2 > h3,
.section-form .module-html .section__grid .section__content h3 > h3,
.module-html .section-form .section__grid .section__content h3 > h3,
.section-form .module-html .section__grid .section__content h4 > h3,
.module-html .section-form .section__grid .section__content h4 > h3,
.section-form .module-html .section__grid .section__content h5 > h3,
.module-html .section-form .section__grid .section__content h5 > h3,
.section-form .module-html .section__grid .section__content h6 > h3,
.module-html .section-form .section__grid .section__content h6 > h3,
.section-form .section__grid .section__content h2 > h3,
.section-form .section__grid .section__content h3 > h3,
.section-form .section__grid .section__content h4 > h3,
.section-form .section__grid .section__content h5 > h3,
.section-form .section__grid .section__content h6 > h3,
.section-form .section__grid .section__content .module-form__content h2 > h3,
.section-form .module-form__content .section__grid .section__content h2 > h3,
.section-form .section__grid .section__content .module-form__content h3 > h3,
.section-form .module-form__content .section__grid .section__content h3 > h3,
.section-form .section__grid .section__content .module-form__content h4 > h3,
.section-form .module-form__content .section__grid .section__content h4 > h3,
.section-form .section__grid .section__content .module-form__content h5 > h3,
.section-form .module-form__content .section__grid .section__content h5 > h3,
.section-form .section__grid .section__content .module-form__content h6 > h3,
.section-form .module-form__content .section__grid .section__content h6 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h3,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h1 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h3,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h2 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h3,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h3 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h3,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h4 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h3,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h5 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h3,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h6 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h3,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h1 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h3,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h2 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h3,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h3 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h3,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h4 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h3,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h5 > h3,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h3,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h6 > h3,
.section-form .section__grid .section__content .text-big > h4,
.section-form .section__grid .section__content h2 > h4,
.section-form .module-html .section__grid .section__content h2 > h4,
.module-html .section-form .section__grid .section__content h2 > h4,
.section-form .module-html .section__grid .section__content h3 > h4,
.module-html .section-form .section__grid .section__content h3 > h4,
.section-form .module-html .section__grid .section__content h4 > h4,
.module-html .section-form .section__grid .section__content h4 > h4,
.section-form .module-html .section__grid .section__content h5 > h4,
.module-html .section-form .section__grid .section__content h5 > h4,
.section-form .module-html .section__grid .section__content h6 > h4,
.module-html .section-form .section__grid .section__content h6 > h4,
.section-form .section__grid .section__content h2 > h4,
.section-form .section__grid .section__content h3 > h4,
.section-form .section__grid .section__content h4 > h4,
.section-form .section__grid .section__content h5 > h4,
.section-form .section__grid .section__content h6 > h4,
.section-form .section__grid .section__content .module-form__content h2 > h4,
.section-form .module-form__content .section__grid .section__content h2 > h4,
.section-form .section__grid .section__content .module-form__content h3 > h4,
.section-form .module-form__content .section__grid .section__content h3 > h4,
.section-form .section__grid .section__content .module-form__content h4 > h4,
.section-form .module-form__content .section__grid .section__content h4 > h4,
.section-form .section__grid .section__content .module-form__content h5 > h4,
.section-form .module-form__content .section__grid .section__content h5 > h4,
.section-form .section__grid .section__content .module-form__content h6 > h4,
.section-form .module-form__content .section__grid .section__content h6 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h4,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h1 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h4,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h2 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h4,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h3 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h4,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h4 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h4,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h5 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h4,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h6 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h4,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h1 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h4,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h2 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h4,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h3 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h4,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h4 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h4,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h5 > h4,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h4,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h6 > h4,
.section-form .section__grid .section__content .text-big > h5,
.section-form .section__grid .section__content h2 > h5,
.section-form .module-html .section__grid .section__content h2 > h5,
.module-html .section-form .section__grid .section__content h2 > h5,
.section-form .module-html .section__grid .section__content h3 > h5,
.module-html .section-form .section__grid .section__content h3 > h5,
.section-form .module-html .section__grid .section__content h4 > h5,
.module-html .section-form .section__grid .section__content h4 > h5,
.section-form .module-html .section__grid .section__content h5 > h5,
.module-html .section-form .section__grid .section__content h5 > h5,
.section-form .module-html .section__grid .section__content h6 > h5,
.module-html .section-form .section__grid .section__content h6 > h5,
.section-form .section__grid .section__content h2 > h5,
.section-form .section__grid .section__content h3 > h5,
.section-form .section__grid .section__content h4 > h5,
.section-form .section__grid .section__content h5 > h5,
.section-form .section__grid .section__content h6 > h5,
.section-form .section__grid .section__content .module-form__content h2 > h5,
.section-form .module-form__content .section__grid .section__content h2 > h5,
.section-form .section__grid .section__content .module-form__content h3 > h5,
.section-form .module-form__content .section__grid .section__content h3 > h5,
.section-form .section__grid .section__content .module-form__content h4 > h5,
.section-form .module-form__content .section__grid .section__content h4 > h5,
.section-form .section__grid .section__content .module-form__content h5 > h5,
.section-form .module-form__content .section__grid .section__content h5 > h5,
.section-form .section__grid .section__content .module-form__content h6 > h5,
.section-form .module-form__content .section__grid .section__content h6 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h5,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h1 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h5,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h2 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h5,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h3 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h5,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h4 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h5,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h5 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h5,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h6 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h5,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h1 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h5,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h2 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h5,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h3 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h5,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h4 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h5,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h5 > h5,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h5,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h6 > h5,
.section-form .section__grid .section__content .text-big > h6,
.section-form .section__grid .section__content h2 > h6,
.section-form .module-html .section__grid .section__content h2 > h6,
.module-html .section-form .section__grid .section__content h2 > h6,
.section-form .module-html .section__grid .section__content h3 > h6,
.module-html .section-form .section__grid .section__content h3 > h6,
.section-form .module-html .section__grid .section__content h4 > h6,
.module-html .section-form .section__grid .section__content h4 > h6,
.section-form .module-html .section__grid .section__content h5 > h6,
.module-html .section-form .section__grid .section__content h5 > h6,
.section-form .module-html .section__grid .section__content h6 > h6,
.module-html .section-form .section__grid .section__content h6 > h6,
.section-form .section__grid .section__content h2 > h6,
.section-form .section__grid .section__content h3 > h6,
.section-form .section__grid .section__content h4 > h6,
.section-form .section__grid .section__content h5 > h6,
.section-form .section__grid .section__content h6 > h6,
.section-form .section__grid .section__content .module-form__content h2 > h6,
.section-form .module-form__content .section__grid .section__content h2 > h6,
.section-form .section__grid .section__content .module-form__content h3 > h6,
.section-form .module-form__content .section__grid .section__content h3 > h6,
.section-form .section__grid .section__content .module-form__content h4 > h6,
.section-form .module-form__content .section__grid .section__content h4 > h6,
.section-form .section__grid .section__content .module-form__content h5 > h6,
.section-form .module-form__content .section__grid .section__content h5 > h6,
.section-form .section__grid .section__content .module-form__content h6 > h6,
.section-form .module-form__content .section__grid .section__content h6 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h1 > h6,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h1 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h2 > h6,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h2 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h3 > h6,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h3 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h4 > h6,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h4 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h5 > h6,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h5 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .sdk-popup__text h6 > h6,
.readmore-modal .custom-modal__body .sdk-popup__text .section-form .section__grid .section__content h6 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h1 > h6,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h1 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h2 > h6,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h2 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h3 > h6,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h3 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h4 > h6,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h4 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h5 > h6,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h5 > h6,
.section-form .section__grid .section__content .readmore-modal .custom-modal__body .kwpb-wysiwig h6 > h6,
.readmore-modal .custom-modal__body .kwpb-wysiwig .section-form .section__grid .section__content h6 > h6,
.section-form .section__grid .section__content .title-n1 > h1,
.section-form .module-html .section__grid .section__content h1 > h1,
.module-html .section-form .section__grid .section__content h1 > h1,
.section-form .section__grid .section__content h1 > h1,
.section-form .section__grid .section__content .module-form__content h1 > h1,
.section-form .module-form__content .section__grid .section__content h1 > h1,
.section-form .section__grid .section__content .title-n1 > h2,
.section-form .module-html .section__grid .section__content h1 > h2,
.module-html .section-form .section__grid .section__content h1 > h2,
.section-form .section__grid .section__content h1 > h2,
.section-form .section__grid .section__content .module-form__content h1 > h2,
.section-form .module-form__content .section__grid .section__content h1 > h2,
.section-form .section__grid .section__content .title-n1 > h3,
.section-form .module-html .section__grid .section__content h1 > h3,
.module-html .section-form .section__grid .section__content h1 > h3,
.section-form .section__grid .section__content h1 > h3,
.section-form .section__grid .section__content .module-form__content h1 > h3,
.section-form .module-form__content .section__grid .section__content h1 > h3,
.section-form .section__grid .section__content .title-n1 > h4,
.section-form .module-html .section__grid .section__content h1 > h4,
.module-html .section-form .section__grid .section__content h1 > h4,
.section-form .section__grid .section__content h1 > h4,
.section-form .section__grid .section__content .module-form__content h1 > h4,
.section-form .module-form__content .section__grid .section__content h1 > h4,
.section-form .section__grid .section__content .title-n1 > h5,
.section-form .module-html .section__grid .section__content h1 > h5,
.module-html .section-form .section__grid .section__content h1 > h5,
.section-form .section__grid .section__content h1 > h5,
.section-form .section__grid .section__content .module-form__content h1 > h5,
.section-form .module-form__content .section__grid .section__content h1 > h5,
.section-form .section__grid .section__content .title-n1 > h6,
.section-form .module-html .section__grid .section__content h1 > h6,
.module-html .section-form .section__grid .section__content h1 > h6,
.section-form .section__grid .section__content h1 > h6,
.section-form .section__grid .section__content .module-form__content h1 > h6,
.section-form .module-form__content .section__grid .section__content h1 > h6 {
  margin-bottom: 0px;
}
.module-html .section__grid .section__content a:not(.btn),
.section-form .section__grid .section__content a:not(.btn) {
  text-decoration: underline;
}
.module-html .module-form__content,
.section-form .module-form__content {
  grid-column-start: 2;
  grid-column-end: span 8;
}
@media only screen and (min-width: 992px) {
  .module-html .module-form__content,
  .section-form .module-form__content {
    grid-column-start: 3;
    grid-column-end: span 7;
  }
}
@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;
  }
}
.module-html .module-form__content h1,
.section-form .module-form__content h1 {
  margin-bottom: 1em;
}
.module-html .module-form__content h2,
.module-html .module-form__content h3,
.module-html .module-form__content h4,
.module-html .module-form__content h5,
.module-html .module-form__content h6,
.section-form .module-form__content h2,
.section-form .module-form__content h3,
.section-form .module-form__content h4,
.section-form .module-form__content h5,
.section-form .module-form__content h6 {
  margin-bottom: 1em;
}
.module-html .module-form__content a:not(.btn),
.section-form .module-form__content a:not(.btn) {
  text-decoration: underline;
}
.module-html .module-form__form,
.section-form .module-form__form {
  grid-column-start: 2;
  grid-column-end: span 8;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .module-html .module-form__form,
  .section-form .module-form__form {
    grid-column-start: 3;
    grid-column-end: span 10;
    padding-top: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .module-html .module-form__form,
  .section-form .module-form__form {
    padding: 0;
    grid-column-start: 8;
    grid-column-end: span 5;
  }
}

.grid-helper {
  display: grid;
  grid-template-columns: 24px repeat(8, minmax(0px, 1fr)) 24px;
  row-gap: 0px;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .grid-helper {
    grid-template-columns: 48px repeat(12, minmax(0px, 1fr)) 48px;
    row-gap: 0px;
  }
}
.grid-helper .item {
  grid-column: span 1;
  height: 100%;
  height: 100vh;
  border-inline: 1px solid rgba(220, 26, 26, 0.15);
}

.lightbg:not(.darkbg) {
  color: #5B5952;
}

.char {
  display: inline-block;
  will-change: opacity, transform;
}

.word {
  display: inline-block;
  will-change: opacity;
}

.revealfade {
  opacity: 0;
  transition: opacity .5s;
}
.revealfade.reveal {
  opacity: 1;
}

.gsap-marker-scroller-end, .gsap-marker-scroller-start, .gsap-marker-start, .gsap-marker-end {
  left: auto !important;
  right: 0px !important;
}

html {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
html body {
  color: #EEECE0;
}
html body strong {
  color: currentColor;
  font-weight: 600;
}
html body a:not([class*='btn']) {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  text-decoration: none;
}
html body a:not([class*='btn']) span {
  pointer-events: none;
}
html:not(.touchevents) html body a:not([class*='btn']):hover, html:not(.touchevents) html body a:not([class*='btn']):focus-visible {
  opacity: 0.56;
}
html:not(.touchevents) body a:not([class*='btn']):hover {
  opacity: 0.56;
}

.label, .btn span, .pageseo-section__content__buttons a span, .diadao-button-close span, .banner__media .video-wrapper a.button-video span, .footer__nav #footer-menu li a, .footer__diadao, .main-menu__primary li.submenu__item, .main-menu__secondary__menu a {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .label, .btn span, .pageseo-section__content__buttons a span, .diadao-button-close span, .banner__media .video-wrapper a.button-video span, .footer__nav #footer-menu li a, .footer__diadao, .main-menu__primary li.submenu__item, .main-menu__secondary__menu a {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}

.transparentlabel {
  opacity: 0.56;
}

.label-medium {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.583;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .label-medium {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

.label-small {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.44px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .label-small {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}

.suptitle {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.61;
  letter-spacing: 0.52px;
}
@media only screen and (min-width: 992px) {
  .suptitle {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.64px;
  }
}

.title-n1, .module-html .section__grid .section__content h1,
.section-form .section__grid .section__content h1, .module-html .module-form__content h1,
.section-form .module-form__content h1 {
  font-family: "Vemior", Arial, serif;
  font-size: 24px;
  line-height: 1.33;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .title-n1, .module-html .section__grid .section__content h1,
  .section-form .section__grid .section__content h1, .module-html .module-form__content h1,
  .section-form .module-form__content h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}

.title-n2 {
  font-family: "Vemior", Arial, serif;
  font-size: 16px;
  line-height: 1.33;
}
@media only screen and (min-width: 992px) {
  .title-n2 {
    font-size: 24px;
  }
}

.text-n1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 992px) {
  .text-n1 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.text-n1 p {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .text-n1 p {
    margin-bottom: 1.4em;
  }
}
.text-n1 p:last-child {
  margin-bottom: 0px;
}
.text-n1 ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .text-n1 ul {
    margin-bottom: 1.4em;
  }
}
.text-n1 ul:last-child {
  margin-bottom: 0px;
}
.text-n1 ul li {
  position: relative;
  padding-left: 32px;
}
@media only screen and (min-width: 992px) {
  .text-n1 ul li {
    padding-left: 36px;
  }
}
.text-n1 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/chevron-right-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/chevron-right-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .text-n1 ul li::before {
    -webkit-mask-image: url("../images/svg/icons/lucide/chevron-right.svg");
    mask-image: url("../images/svg/icons/lucide/chevron-right.svg");
  }
}
@media only screen and (min-width: 992px) {
  .text-n1 ul li::before {
    width: 28px;
    height: 28px;
  }
}
.kwpb-fo-edit-enabled .text-n1:not(.reviews__slide__description):not(.inmodal) p:nth-last-child(2), .kwpb-fo-edit-enabled
.text-n1:not(.reviews__slide__description):not(.inmodal) ul:nth-last-child(2) {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .text-n1 .is-more-modal-button {
    margin-top: 20px;
  }
}
.text-n1 strong,
.text-n1 bold, .text-n1.strong {
  font-weight: 600;
}

.text-small {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  .text-small {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .animatedtitle {
    opacity: 0;
  }
}
.animatedtitle.splitted {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .animatedtext .kwpb-wysiwig > *:not(.diasdk-quickedit-btn):not(.is-more-modal-button) {
    opacity: 0.1;
  }
}
.animatedtext.splitted .kwpb-wysiwig > *:not(.diasdk-quickedit-btn):not(.is-more-modal-button) {
  opacity: 1;
}

.text-big, .module-html .section__grid h2,
.section-form .section__grid h2, .module-html .section__grid .section__content h2,
.module-html .section__grid .section__content h3,
.module-html .section__grid .section__content h4,
.module-html .section__grid .section__content h5,
.module-html .section__grid .section__content h6,
.section-form .section__grid .section__content h2,
.section-form .section__grid .section__content h3,
.section-form .section__grid .section__content h4,
.section-form .section__grid .section__content h5,
.section-form .section__grid .section__content h6, .module-html .module-form__content h2,
.module-html .module-form__content h3,
.module-html .module-form__content h4,
.module-html .module-form__content h5,
.module-html .module-form__content h6,
.section-form .module-form__content h2,
.section-form .module-form__content h3,
.section-form .module-form__content h4,
.section-form .module-form__content h5,
.section-form .module-form__content h6, .readmore-modal .custom-modal__body .sdk-popup__text h1, .readmore-modal .custom-modal__body .sdk-popup__text h2, .readmore-modal .custom-modal__body .sdk-popup__text h3, .readmore-modal .custom-modal__body .sdk-popup__text h4, .readmore-modal .custom-modal__body .sdk-popup__text h5, .readmore-modal .custom-modal__body .sdk-popup__text h6, .readmore-modal .custom-modal__body .kwpb-wysiwig h1, .readmore-modal .custom-modal__body .kwpb-wysiwig h2, .readmore-modal .custom-modal__body .kwpb-wysiwig h3, .readmore-modal .custom-modal__body .kwpb-wysiwig h4, .readmore-modal .custom-modal__body .kwpb-wysiwig h5, .readmore-modal .custom-modal__body .kwpb-wysiwig h6 {
  font-family: "Vemior", Arial, serif;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.04em;
}
@media only screen and (min-width: 992px) {
  .text-big, .module-html .section__grid h2,
  .section-form .section__grid h2, .module-html .section__grid .section__content h2,
  .module-html .section__grid .section__content h3,
  .module-html .section__grid .section__content h4,
  .module-html .section__grid .section__content h5,
  .module-html .section__grid .section__content h6,
  .section-form .section__grid .section__content h2,
  .section-form .section__grid .section__content h3,
  .section-form .section__grid .section__content h4,
  .section-form .section__grid .section__content h5,
  .section-form .section__grid .section__content h6, .module-html .module-form__content h2,
  .module-html .module-form__content h3,
  .module-html .module-form__content h4,
  .module-html .module-form__content h5,
  .module-html .module-form__content h6,
  .section-form .module-form__content h2,
  .section-form .module-form__content h3,
  .section-form .module-form__content h4,
  .section-form .module-form__content h5,
  .section-form .module-form__content h6, .readmore-modal .custom-modal__body .sdk-popup__text h1, .readmore-modal .custom-modal__body .sdk-popup__text h2, .readmore-modal .custom-modal__body .sdk-popup__text h3, .readmore-modal .custom-modal__body .sdk-popup__text h4, .readmore-modal .custom-modal__body .sdk-popup__text h5, .readmore-modal .custom-modal__body .sdk-popup__text h6, .readmore-modal .custom-modal__body .kwpb-wysiwig h1, .readmore-modal .custom-modal__body .kwpb-wysiwig h2, .readmore-modal .custom-modal__body .kwpb-wysiwig h3, .readmore-modal .custom-modal__body .kwpb-wysiwig h4, .readmore-modal .custom-modal__body .kwpb-wysiwig h5, .readmore-modal .custom-modal__body .kwpb-wysiwig h6 {
    font-size: 38px;
    line-height: 1.21;
  }
}

.text-n2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .text-n2 {
    font-size: 18px;
    line-height: 1.4;
  }
}

.text-n3, .card-area__feature__text strong {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
@media only screen and (min-width: 992px) {
  .text-n3, .card-area__feature__text strong {
    font-size: 14px;
    line-height: 1.5;
  }
}

.bold, .card-area__feature__text strong {
  font-weight: 600;
}

.white {
  color: #ffffff;
}

.primary, .card-area__feature__text strong {
  color: #5B5952;
}

.screen-reader-text, .socials__item span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.kwpb-swiper-module,
.swiper-container,
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.kwpb-swiper-module .swiper-slide,
.swiper-container .swiper-slide,
.swiper-wrapper .swiper-slide {
  width: auto;
}
.kwpb-swiper-module .swiper-slide img,
.swiper-container .swiper-slide img,
.swiper-wrapper .swiper-slide img {
  height: 100%;
}

.kwpb-swiper-module {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: clip;
}
@media only screen and (min-width: 992px) {
  .kwpb-swiper-module {
    gap: 32px;
  }
}

.swiper-actions {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 24px;
  right: 24px;
  pointer-events: none;
}
.swiper-actions.disabled {
  display: none;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
  flex-wrap: wrap;
  bottom: 0px;
  left: -4px;
  right: -4px;
  padding: 0;
  justify-content: center;
  line-height: 0;
  width: auto;
  pointer-events: none;
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  height: 6px;
  width: 20px;
  opacity: .56;
  background-color: transparent;
  transition: all .3s ease;
  margin: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 11px;
  }
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }
}
.swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 44px;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 88px;
  }
}
.nonavigation .swiper-actions .swiper-navigation {
  display: none;
}
.swiper-actions .swiper-navigation {
  display: flex;
  flex-direction: row;
  gap: 4px;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) {
  .swiper-actions .swiper-navigation {
    gap: 8px;
  }
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock),
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock) {
  position: relative;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  inset: 0;
  margin: 0;
  transition: background .25s ease-in-out;
  background-color: #5B5952;
  pointer-events: auto;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock).transparent,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock).transparent {
  background-color: rgba(255, 255, 255, 0.32);
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock).transparent::after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock).transparent::after {
  background-color: #ffffff;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):after {
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-family: unset;
  font-size: 0px;
  background-color: #ffffff;
  width: 24px;
  height: 24px;
  transition: background .25s ease-in-out;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover {
  background-color: #403f3a;
}
.swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover::after,
.swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover::after {
  background-color: #ffffff;
}
.swiper-actions .swiper-navigation .swiper-button-prev:after {
  -webkit-mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  mask-image: url("../images/svg/icons/icon-chevron-left.svg");
}
.swiper-actions .swiper-navigation .swiper-button-next:after {
  -webkit-mask-image: url("../images/svg/icons/icon-chevron-right.svg");
  mask-image: url("../images/svg/icons/icon-chevron-right.svg");
}
.swiper-actions.mediasSwiper .swiper-pagination {
  display: flex;
}

.socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .socials {
    gap: 16px;
  }
}
.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 .25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .socials__item::before {
    width: 28px;
    height: 28px;
  }
}
.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");
}
.socials__item[data-slug='linkedin']:before {
  -webkit-mask-image: url("../images/svg/icons/icon-linkedin.svg");
  mask-image: url("../images/svg/icons/icon-linkedin.svg");
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #F9F8EF;
  border-radius: 8px;
}

::-webkit-scrollbar-track {
  background-color: #5B5952;
}

.section {
  padding: 72px 0px;
  overflow-x: clip;
}
@media only screen and (min-width: 992px) {
  .section {
    padding: 200px 0;
  }
}
.section__grid {
  display: grid;
  grid-template-columns: 24px repeat(8, minmax(0px, 1fr)) 24px;
  row-gap: 0px;
}
@media only screen and (min-width: 992px) {
  .section__grid {
    grid-template-columns: 48px repeat(12, minmax(0px, 1fr)) 48px;
    row-gap: 0px;
  }
}
.section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  grid-column-start: 2;
  grid-column-end: span 8;
}
@media only screen and (min-width: 992px) {
  .section__content {
    grid-column-start: 3;
    grid-column-end: span 10;
    gap: 48px;
  }
}
.section__titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .section__titles {
    gap: 16px;
  }
}
.section--faq {
  padding-top: 0px;
  background-color: #EEECE0;
}
.section--faq .section__grid {
  padding-top: 72px;
  row-gap: 36px;
}
@media only screen and (min-width: 992px) {
  .section--faq .section__grid {
    row-gap: 0px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .section--faq .section__content {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
@media only screen and (min-width: 1280px) {
  .section--faq .section__content {
    grid-column-start: 4;
    grid-column-end: span 8;
  }
}

.offcanvas {
  background: #EEECE0;
}
.offcanvas-header {
  height: calc( $btn-size-mobile + (16px * 2) ) !important;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-header {
    height: calc( $btn-size + (32px * 2) ) !important;
  }
}
.offcanvas-body {
  height: 100%;
}
.offcanvas-body__wrapper {
  min-height: 100%;
  width: 100%;
  padding: 16px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__wrapper {
    padding-block: 48px;
    gap: 48px;
  }
}
.offcanvas-body__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__content {
    gap: 48px;
  }
}
.offcanvas-body__titles, .offcanvas-body__content,
.offcanvas-body .swiper-actions,
.offcanvas-body .swiper-container {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body__titles, .offcanvas-body__content,
  .offcanvas-body .swiper-actions,
  .offcanvas-body .swiper-container {
    padding-inline: 32px;
  }
}
.offcanvas-body .swiper-container {
  overflow: hidden;
}
.offcanvas-backdrop {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1044 !important;
}
.offcanvas-backdrop.is-disabled {
  pointer-events: none;
}
.offcanvas__media-swiper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .offcanvas__media-swiper {
    gap: 32px;
  }
}
.offcanvas__media-swiper.not-initialized .swiper-actions {
  display: none;
}
.offcanvas__media-swiper .swiper-container {
  border-radius: 0;
  height: auto;
}
.offcanvas__media-swiper .swiper-container .swiper-wrapper {
  height: auto;
}
.offcanvas__media-swiper .swiper-container .swiper-slide {
  height: 260px;
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .offcanvas__media-swiper .swiper-container .swiper-slide {
    height: 320px;
  }
}
.offcanvas__media-swiper .swiper-container img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}
.offcanvas__media-swiper .swiper-container img.portrait {
  aspect-ratio: 3/4;
}
.offcanvas__media-swiper .swiper-container img.landscape {
  aspect-ratio: 4/3;
}
.offcanvas__media-swiper .swiper-container .swiper-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  .offcanvas__media-swiper .swiper-actions {
    display: none;
  }
}
.offcanvas.type-diadaopopup {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: translateX(100%);
  width: 100%;
  background: #EEECE0;
  transition: transform .25s ease-out;
  height: 100%;
}
.offcanvas.type-diadaopopup .offcanvas-body {
  padding: 32px;
  padding-bottom: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .offcanvas-body {
    padding: 48px;
    gap: 48px;
  }
}
.offcanvas.type-roomdetail .offcanvas-header {
  border-bottom: 1px solid lightgrey;
}

.filters-navbar {
  position: sticky;
  top: 0px;
  z-index: 3;
  height: 128px;
  grid-column-start: 1;
  grid-column-end: span 8;
  width: 100%;
  background: #1F2C23 no-repeat left top;
  background-image: radial-gradient(401.74% 100% at 0% 0%, #3B6B32 0%, #244D31 30%, #1F2C23 85%);
  background-size: 100vw 100vw;
  color: #ffffff;
  padding: 8px;
}
@media only screen and (min-width: 992px) {
  .filters-navbar {
    grid-column-start: 1;
    grid-column-end: span 14;
    height: 120px;
    padding: 0px 300px;
    background: transparent;
    transition: background .25s ease-out;
  }
  .stickied .filters-navbar {
    background: #1F2C23;
  }
}
.filters-navbar.lightbg {
  background: #F9F8EF;
  color: #5B5952;
}
@media only screen and (min-width: 992px) {
  .filters-navbar.lightbg {
    transition: none;
    background: #F9F8EF;
  }
  .stickied .filters-navbar.lightbg {
    background: #F9F8EF;
  }
}
.filters-navbar__list {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .filters-navbar__list {
    align-items: center;
  }
}
.filters-navbar .swiper-container {
  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;
}
.filters-navbar__item {
  position: relative;
}
.filters-navbar__item .diasdk-quickedit-btn {
  pointer-events: auto;
}
.filters-navbar__item .btn, .filters-navbar__item .pageseo-section__content__buttons a, .pageseo-section__content__buttons .filters-navbar__item a {
  padding-inline: 16px;
}

.filtered-category:not(.notcolumn) {
  grid-column-start: 1;
  grid-column-end: span 10;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
  margin-top: -20px;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .filtered-category:not(.notcolumn) {
    grid-column-start: 3;
    grid-column-end: span 10;
    gap: 48px;
    margin-bottom: 200px;
  }
}
.filtered-category__title {
  grid-column-start: 1;
  grid-column-end: span 3;
}
.filtered-category__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .filtered-category__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 48px;
  }
}
.filtered-category__item {
  position: relative;
  aspect-ratio: 1/1;
}
.filtered-category__item.portrait {
  aspect-ratio: 3/4;
}
.filtered-category__item.landscape {
  aspect-ratio: 4/3;
}
@media only screen and (min-width: 992px) {
  .filtered-category__item.portrait {
    grid-row: span 2;
    height: 100%;
    width: 100%;
  }
  .filtered-category__item.landscape {
    grid-column: span 1;
  }
}

.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: #31361f;
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
  mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-admin-front-editor a::after {
    -webkit-mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
    mask-image: url("../images/svg/icons/icon-arrow_outward.svg");
  }
}
.diadao-admin-front-editor a:hover {
  padding-right: 24px;
}
.diadao-admin-front-editor a:hover::after {
  color: #5B5952;
}

: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;
}
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: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    min-height: 40px;
    width: auto;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none;
    padding: 4px 16px;
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
  }
  body .video-wrapper a.button-video span {
    display: block;
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    pointer-events: none;
    text-align: center;
  }
  body .video-wrapper a.button-video span strong {
    color: currentColor;
  }
}
@media only screen and (min-width: 992px) {
  body .video-wrapper a.button-video {
    background: inherit;
    width: 100%;
    height: 100%;
    inset: 0;
    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);
}

.banner {
  height: 100svh;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .banner {
    height: 100vh;
  }
}
.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: center;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  padding: 96px 24px 72px;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    padding: 120px 32px 120px 32px;
  }
}
.banner__content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.07);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(0, 0, 0, 0.72) 100%);
}
.banner__content__logo {
  width: 70%;
  position: relative;
  max-width: 192px;
  pointer-events: auto;
  margin-bottom: auto;
  z-index: 2;
}
.banner__content__logo img,
.banner__content__logo picture,
.banner__content__logo svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .banner__content__logo {
    width: 40%;
    max-width: 304px;
  }
}
.banner__content__titles {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  color: #EEECE0;
  margin: auto auto 0px;
  pointer-events: auto;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .banner__content__titles {
    gap: 32px;
    max-width: 558px;
  }
}
.banner__content__title {
  position: relative;
}
.banner__content__h1 {
  line-height: 1.4 !important;
}
.banner__content__michelin {
  display: block;
  width: 72px;
  height: 72px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/logo_michelin.svg");
  mask-image: url("../images/svg/icons/logo_michelin.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__content__michelin {
    -webkit-mask-image: url("../images/svg/icons/logo_michelin.svg");
    mask-image: url("../images/svg/icons/logo_michelin.svg");
  }
}
@media only screen and (min-width: 992px) {
  .banner__content__michelin {
    width: 96px;
    height: 96px;
  }
}
.banner__media {
  position: absolute;
  inset: 0;
  background: #403f3a;
}
.banner__media .video-wrapper,
.banner__media video,
.banner__media hls-video,
.banner__media picture,
.banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.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;
}
html.kwpb-fo-edit-enabled body.device-desktop.logged-in.kwpb-fo-edit-active:not(.modal-open) .banner__media button.diasdk-quickedit-btn {
  z-index: 3;
}
.banner__media .video-wrapper a.button-video {
  position: relative;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  min-height: 40px;
  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: #EEECE0;
  text-decoration: none;
  padding: 4px 16px;
  cursor: pointer;
  border: 2px solid #ffffff;
  color: #ffffff;
  position: absolute;
  top: auto !important;
  right: auto !important;
  bottom: 16px !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  transform: translateX(-50%) !important;
  cursor: pointer !important;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video {
    gap: 16px;
    padding: 8px 24px;
    min-height: 56px;
    border-radius: 28px;
  }
}
.banner__media .video-wrapper a.button-video:focus-visible {
  outline: none;
}
html:not(.touchevents) .banner__media .video-wrapper a.button-video:hover, html:not(.touchevents) .banner__media .video-wrapper a.button-video:focus-visible {
  opacity: 0.56;
}
.banner__media .video-wrapper a.button-video span {
  display: block;
  pointer-events: none;
  text-align: center;
}
.banner__media .video-wrapper a.button-video span strong {
  color: currentColor;
}
.banner__media .video-wrapper a.button-video .icon {
  flex-shrink: 0;
}
.banner__media .video-wrapper a.button-video .icon--close {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/x-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video .icon--close {
    -webkit-mask-image: url("../images/svg/icons/lucide/x.svg");
    mask-image: url("../images/svg/icons/lucide/x.svg");
  }
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video .icon--close {
    width: 28px;
    height: 28px;
  }
}
.banner__media .video-wrapper a.button-video .icon--chevron-down {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  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 .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video .icon--chevron-down {
    -webkit-mask-image: url("../images/svg/icons/icon-chevron-down.svg");
    mask-image: url("../images/svg/icons/icon-chevron-down.svg");
  }
}
.banner__media .video-wrapper a.button-video .icon--chevron-left {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  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 .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video .icon--chevron-left {
    -webkit-mask-image: url("../images/svg/icons/icon-chevron-left.svg");
    mask-image: url("../images/svg/icons/icon-chevron-left.svg");
  }
}
.banner__media .video-wrapper a.button-video .icon--menu-burger {
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/menu-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/menu-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video .icon--menu-burger {
    -webkit-mask-image: url("../images/svg/icons/lucide/menu.svg");
    mask-image: url("../images/svg/icons/lucide/menu.svg");
  }
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video .icon--menu-burger {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video .icon--menu-burger {
    border-width: 1.5px;
  }
}
.banner__media .video-wrapper a.button-video .icon--gift {
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/gift.svg");
  mask-image: url("../images/svg/icons/lucide/gift.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video .icon--gift {
    -webkit-mask-image: url("../images/svg/icons/lucide/gift.svg");
    mask-image: url("../images/svg/icons/lucide/gift.svg");
  }
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video .icon--gift {
    width: 28px;
    height: 28px;
  }
}
.banner__media .video-wrapper a.button-video .icon--pen {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/icon-edit.svg");
  mask-image: url("../images/svg/icons/icon-edit.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video .icon--pen {
    -webkit-mask-image: url("../images/svg/icons/icon-edit.svg");
    mask-image: url("../images/svg/icons/icon-edit.svg");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner__media .video-wrapper a.button-video {
    border-width: 1.5px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__media .video-wrapper a.button-video {
    bottom: 32px !important;
  }
}
.banner__media .video-wrapper a.button-video span {
  display: block !important;
}
.banner__media a[data-fancybox]:not(.button-video) {
  display: none;
}

.footer {
  position: relative;
  background: #EEECE0;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 72px 0;
  }
}
.footer__container {
  grid-column-start: 2;
  grid-column-end: span 8;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media only screen and (min-width: 992px) {
  .footer__container {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.footer__logo {
  margin-bottom: 16px;
}
.footer__logo img,
.footer__logo svg {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .footer__logo img,
  .footer__logo svg {
    max-width: 304px;
  }
}
.footer__logo svg path {
  fill: #5B5952 !important;
}
.footer__logo a {
  width: 100%;
  max-width: 174px;
  display: inline-flex;
  line-height: 0;
}
@media only screen and (min-width: 992px) {
  .footer__logo a {
    max-width: 304px;
  }
}
.footer__contact {
  justify-content: center;
}
.footer__nav {
  position: relative;
}
.footer__nav #footer-menu {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  column-gap: 40px;
  flex-wrap: wrap;
}
.footer__nav #footer-menu li {
  display: block;
}
.footer__nav #footer-menu li a {
  cursor: pointer;
}
.footer__legals {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.footer__diadao {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.footer__diadao svg path {
  fill: currentColor;
  transition: fill .25s ease-in-out;
  width: auto;
  height: 14px;
}
.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .footer__copyright {
    font-size: 16px;
    line-height: 24px;
  }
}

.diadao-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  padding: 16px;
  pointer-events: none;
  	/*.diadao-offers-page &,
  	.diadao-base-page-gallery &,
  	.diadao-base-page-faq & {
          @include device_991_max {
              background-color: $filters-navbar-background-color;
          }
      }*/
}
.diadao-navbar * {
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar {
    padding: 32px;
  }
}
.diadao-navbar__left {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.diadao-navbar__left .btn, .diadao-navbar__left .pageseo-section__content__buttons a, .pageseo-section__content__buttons .diadao-navbar__left a {
  color: #ffffff;
}
.bodyscrolled .diadao-navbar__left .btn, .bodyscrolled .diadao-navbar__left .pageseo-section__content__buttons a, .pageseo-section__content__buttons .bodyscrolled .diadao-navbar__left a {
  color: #5B5952;
  background-color: #ffffff;
}
.diadao-navbar__right {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__right {
    gap: 16px;
  }
}
.diadao-navbar__right .btn-bookingmenu {
  color: #EEECE0;
  border: 2px solid #EEECE0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .diadao-navbar__right .btn-bookingmenu {
    border-width: 1.5px;
  }
}
.bodyscrolled .diadao-navbar__right .btn-bookingmenu {
  border-color: #557861;
  background-color: #557861;
}
.diadao-navbar__right__elem {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__right__elem {
    gap: 16px;
  }
}
.diadao-navbar__right__elem .btn, .diadao-navbar__right__elem .pageseo-section__content__buttons a, .pageseo-section__content__buttons .diadao-navbar__right__elem a {
  color: #EEECE0;
}
.bodyscrolled .diadao-navbar__right__elem .btn, .bodyscrolled .diadao-navbar__right__elem .pageseo-section__content__buttons a, .pageseo-section__content__buttons .bodyscrolled .diadao-navbar__right__elem a {
  color: #557861;
  background-color: #ffffff;
}
.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: 24px repeat(8, minmax(0px, 1fr)) 24px;
  row-gap: 0px;
  padding-top: 72px;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container {
    grid-template-columns: 48px repeat(12, minmax(0px, 1fr)) 48px;
    row-gap: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container {
    padding-top: 200px;
  }
}
.pageseo-section:nth-last-child(2) .pageseo-section__container {
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .pageseo-section:nth-last-child(2) .pageseo-section__container {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__container.media-fullscreen {
    min-height: 100vh;
    padding-block: 72px;
    margin-top: 200px;
  }
}
.pageseo-section__content {
  grid-column-start: 2;
  grid-column-end: span 8;
  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: 3;
    grid-column-end: span 10;
    grid-row-start: 1;
    grid-row-end: span 1;
    max-width: 1200px;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .pageseo-section__content.medias-enabled {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--left {
    grid-column-start: 3;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1280px) {
  .pageseo-section__content--left {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content--right {
    grid-column-start: 8;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1280px) {
  .pageseo-section__content--right {
    grid-column-start: 9;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__content.media-fullscreen {
    grid-column-start: 2;
    grid-column-end: span 6;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    padding: 80px;
    background: #ffffff;
    color: #5B5952;
  }
}
.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;
            }

            ul,
            ol {
                margin-bottom: 24px;
                padding: 0;
                list-style-type: none;
                display: inline-flex;
                flex-direction: column;

                li {
                    text-align: left;
                    font-size: 16px;
                    padding-left: 32px;
                    margin-bottom: 8px;
                    position: relative;

                    &:before{
                        position: absolute;
                        left: 0;
                        top: 14px;
                        content: "";
                        width: 16px;
                        height: 2px !important;
                        background-color: $primary;
                    }
                }
            }*/
}
.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: 2;
  grid-column-end: span 8;
  grid-row-start: 1;
  grid-row-end: span 1;
  aspect-ratio: 16 / 9;
  margin-bottom: 32px;
}
.pageseo-section__media img,
.pageseo-section__media video,
.pageseo-section__media hls-video,
.pageseo-section__media iframe {
  aspect-ratio: calc(16 / 9);
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media {
    margin-bottom: 0;
  }
}
.pageseo-section__media .video-wrapper {
  width: 100%;
  height: 100%;
}
.pageseo-section__media .swiper-container .swiper-slide img, .pageseo-section__media .swiper-container .swiper-slide picture, .pageseo-section__media .swiper-container .swiper-slide video {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--left {
    grid-column-start: 1;
    grid-column-end: span 6;
    aspect-ratio: 1;
  }
  .pageseo-section__media--left img,
  .pageseo-section__media--left video,
  .pageseo-section__media--left hls-video,
  .pageseo-section__media--left iframe {
    aspect-ratio: calc(1 / 1);
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .pageseo-section__media--left {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 992px) {
  .pageseo-section__media--right {
    grid-column-start: 9;
    grid-column-end: span 6;
    aspect-ratio: 1;
  }
  .pageseo-section__media--right img,
  .pageseo-section__media--right video,
  .pageseo-section__media--right hls-video,
  .pageseo-section__media--right iframe {
    aspect-ratio: calc(1 / 1);
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .pageseo-section__media--right {
    grid-column-start: 8;
    grid-column-end: span 7;
  }
}
@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, .pageseo-section__media--fullscreen .swiper-container .swiper-slide 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-actions .swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
}
.pageseo-section .kwpb-swiper-module .swiper-actions .swiper-navigation {
  display: none;
}

.custom-modal {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
  overscroll-behavior: contain;
  width: 100%;
  background: #EEECE0;
  color: #5B5952;
  transition: transform .6s ease-out;
  transform: translateX(25%);
  height: 100%;
  pointer-events: none;
}
.custom-modal.darkbg {
  background: radial-gradient(142.53% 41.98% at 100% 47.1%, #3B6B32 0%, #244D31 45.67%, #1F2C23 100%);
  color: #EEECE0;
}
.custom-modal.modal-opened {
  transform: translateX(0);
  pointer-events: auto;
}
.custom-modal.previously-opened {
  z-index: 2;
}
.custom-modal.newly-opened {
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .custom-modal {
    z-index: 1044;
    height: 100vh;
    width: 640px;
    transform: translateX(100%);
  }
  .custom-modal.previously-opened, .custom-modal.newly-opened {
    z-index: 1044;
  }
  .custom-modal.secondary-modal {
    z-index: 1045;
  }
  .custom-modal.modal-opened {
    transform: translateX(0%);
  }
}
.custom-modal__header {
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  padding: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  background-color: #EEECE0;
  z-index: 2;
}
.darkbg .custom-modal__header {
  background-color: rgba(31, 44, 35, 0.72);
  backdrop-filter: blur(8px);
  color: #ffffff;
}
.darkbg .custom-modal__header .btn-close {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .custom-modal__header {
    padding: 16px 32px;
  }
}
.custom-modal__header .btn, .custom-modal__header .pageseo-section__content__buttons a, .pageseo-section__content__buttons .custom-modal__header a {
  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-block: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body {
    padding-block: 72px;
    gap: 48px;
  }
}
.custom-modal__body.padded {
  padding-inline: 24px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body.padded {
    padding-inline: 48px;
  }
}
.custom-modal__body .padded-inline {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  .custom-modal__body .padded-inline {
    padding-inline: 32px;
  }
}
.custom-modal__body iframe[data-src^="https://widget.thefork.com"] {
  height: auto;
  min-height: 600px;
}
.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 {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}
.custom-modal__media img {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.custom-modal__media-swiper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media-swiper {
    gap: 32px;
  }
}
.custom-modal__media-swiper.not-initialized .swiper-actions {
  display: none;
}
.custom-modal__media-swiper .media-wrapper {
  height: 100%;
}
.custom-modal__media-swiper .swiper-container {
  border-radius: 0;
  height: auto;
}
.custom-modal__media-swiper .swiper-container .swiper-wrapper {
  height: auto;
}
.custom-modal__media-swiper .swiper-container .swiper-slide {
  height: 270px;
  width: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .custom-modal__media-swiper .swiper-container .swiper-slide {
    height: 360px;
  }
}
.custom-modal__media-swiper .swiper-container img {
  object-fit: cover;
  width: 100%;
  border-radius: 0;
  height: 100%;
}
.custom-modal__media-swiper .swiper-container .swiper-navigation {
  display: none;
}
.custom-modal__media-swiper .swiper-actions .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  justify-content: flex-start;
}
.custom-modal__footer {
  flex: 0 0 auto;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: calc( $btn-size-mobile + (16px * 2) );
  padding: 16px;
  background: #ffffff;
  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( $btn-size + (32px * 2) );
    padding: 32px;
  }
}
.custom-modal__price > span {
  vertical-align: middle;
}

.custom-modal-backdrop {
  position: fixed;
  inset: 0;
  transition: opacity .6s ease-out;
  background: black;
  opacity: 1;
  pointer-events: none;
  z-index: 4;
}
@media only screen and (min-width: 992px) {
  .custom-modal-backdrop {
    opacity: 0;
    z-index: 1043;
    background: rgba(0, 0, 0, 0.32);
  }
}

body.modal-opened .custom-modal-backdrop {
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  body.modal-opened .custom-modal-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
}

body.mainmenu-opened .custom-modal-backdrop {
  opacity: 0;
}

.readmore-modal .custom-modal__body {
  padding: 56px 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body {
    padding: 72px 48px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.readmore-modal .custom-modal__body p {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body p {
    margin-bottom: 1.4em;
  }
}
.readmore-modal .custom-modal__body p:last-child {
  margin-bottom: 0px;
}
.readmore-modal .custom-modal__body ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body ul {
    margin-bottom: 1.4em;
  }
}
.readmore-modal .custom-modal__body ul:last-child {
  margin-bottom: 0px;
}
.readmore-modal .custom-modal__body ul li {
  position: relative;
  padding-left: 32px;
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body ul li {
    padding-left: 36px;
  }
}
.readmore-modal .custom-modal__body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/chevron-right-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/chevron-right-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .readmore-modal .custom-modal__body ul li::before {
    -webkit-mask-image: url("../images/svg/icons/lucide/chevron-right.svg");
    mask-image: url("../images/svg/icons/lucide/chevron-right.svg");
  }
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body ul li::before {
    width: 28px;
    height: 28px;
  }
}
.readmore-modal .custom-modal__body .sdk-popup__text h1, .readmore-modal .custom-modal__body .sdk-popup__text h2, .readmore-modal .custom-modal__body .sdk-popup__text h3, .readmore-modal .custom-modal__body .sdk-popup__text h4, .readmore-modal .custom-modal__body .sdk-popup__text h5, .readmore-modal .custom-modal__body .sdk-popup__text h6, .readmore-modal .custom-modal__body .kwpb-wysiwig h1, .readmore-modal .custom-modal__body .kwpb-wysiwig h2, .readmore-modal .custom-modal__body .kwpb-wysiwig h3, .readmore-modal .custom-modal__body .kwpb-wysiwig h4, .readmore-modal .custom-modal__body .kwpb-wysiwig h5, .readmore-modal .custom-modal__body .kwpb-wysiwig h6 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body .sdk-popup__text h1, .readmore-modal .custom-modal__body .sdk-popup__text h2, .readmore-modal .custom-modal__body .sdk-popup__text h3, .readmore-modal .custom-modal__body .sdk-popup__text h4, .readmore-modal .custom-modal__body .sdk-popup__text h5, .readmore-modal .custom-modal__body .sdk-popup__text h6, .readmore-modal .custom-modal__body .kwpb-wysiwig h1, .readmore-modal .custom-modal__body .kwpb-wysiwig h2, .readmore-modal .custom-modal__body .kwpb-wysiwig h3, .readmore-modal .custom-modal__body .kwpb-wysiwig h4, .readmore-modal .custom-modal__body .kwpb-wysiwig h5, .readmore-modal .custom-modal__body .kwpb-wysiwig h6 {
    margin-bottom: 48px;
  }
}
.readmore-modal .custom-modal__body .sdk-popup__text h1:last-child, .readmore-modal .custom-modal__body .sdk-popup__text h2:last-child, .readmore-modal .custom-modal__body .sdk-popup__text h3:last-child, .readmore-modal .custom-modal__body .sdk-popup__text h4:last-child, .readmore-modal .custom-modal__body .sdk-popup__text h5:last-child, .readmore-modal .custom-modal__body .sdk-popup__text h6:last-child, .readmore-modal .custom-modal__body .kwpb-wysiwig h1:last-child, .readmore-modal .custom-modal__body .kwpb-wysiwig h2:last-child, .readmore-modal .custom-modal__body .kwpb-wysiwig h3:last-child, .readmore-modal .custom-modal__body .kwpb-wysiwig h4:last-child, .readmore-modal .custom-modal__body .kwpb-wysiwig h5:last-child, .readmore-modal .custom-modal__body .kwpb-wysiwig h6:last-child {
  margin-bottom: 0px;
}
.readmore-modal .custom-modal__body p img:first-child:last-child, .readmore-modal .custom-modal__body p picture:first-child:last-child {
  aspect-ratio: 1.25;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 56px -24px;
  width: calc(100% + 48px);
  height: auto;
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body p img:first-child:last-child, .readmore-modal .custom-modal__body p picture:first-child:last-child {
    margin: 72px -48px;
    width: calc(100% + 96px);
  }
}
.readmore-modal .custom-modal__body p img:first-child:last-child.vertical, .readmore-modal .custom-modal__body p picture:first-child:last-child.vertical {
  aspect-ratio: .75;
}
.readmore-modal .custom-modal__body p:last-child img:first-child:last-child, .readmore-modal .custom-modal__body p:last-child picture:first-child:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .readmore-modal .custom-modal__body p:last-child img:first-child:last-child, .readmore-modal .custom-modal__body p:last-child picture:first-child:last-child {
    margin-bottom: 0px;
  }
}

.main-menu {
  display: grid;
  grid-template-columns: 24px repeat(8, minmax(0px, 1fr)) 24px;
  row-gap: 0px;
  align-items: stretch;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -25%;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  transition: left .6s ease-out, visibility .01s linear .6s;
  background: #EEECE0;
  color: #5B5952;
  visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .main-menu {
    grid-template-columns: 48px repeat(12, minmax(0px, 1fr)) 48px;
    row-gap: 0px;
  }
}
.main-menu.previously-opened {
  z-index: 2;
}
.main-menu.newly-opened {
  z-index: 3;
}
.mainmenu-opened .main-menu {
  left: 0;
  visibility: visible;
  transition: left .6s ease-out, visibility .01s;
}
.main-menu .current {
  color: #5B5952;
}
.main-menu__backdrop {
  display: none;
  position: absolute;
  inset: 0;
  transition: opacity .6s ease-out;
  background: black;
  opacity: 1;
  pointer-events: none;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .main-menu__backdrop {
    display: block;
  }
}
.mainmenu-opened .main-menu__backdrop {
  opacity: 0;
}
.main-menu__header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .main-menu__header {
    padding: 32px;
  }
}
.main-menu__header * {
  pointer-events: auto;
}
.main-menu__header .btn-icon {
  color: inherit;
}
.main-menu__lang {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.main-menu__lang__link.btn, .pageseo-section__content__buttons a.main-menu__lang__link {
  color: #5B5952;
  border: 2px solid transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main-menu__lang__link.btn, .pageseo-section__content__buttons a.main-menu__lang__link {
    border-width: 1.5px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__lang__link.btn, .pageseo-section__content__buttons a.main-menu__lang__link {
    border-color: #ffffff;
    background-color: #ffffff;
  }
}
.main-menu__wrapper {
  grid-column-start: 2;
  grid-column-end: span 8;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 96px 0 24px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .main-menu__wrapper {
    grid-column-start: 1;
    grid-column-end: span 14;
    padding: 72px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu__wrapper {
    grid-column-start: 1;
    grid-column-end: span 5;
  }
  .main-menu__wrapper:last-child {
    grid-column-start: 1;
    grid-column-end: span 14;
  }
}
.main-menu__primary, .main-menu__secondary {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-menu__primary ul li a.has-submenu, .main-menu__secondary ul li a.has-submenu {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.main-menu__primary ul li a.has-submenu::after, .main-menu__secondary ul li a.has-submenu::after {
  content: '';
  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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/icon-fa-reg-chevron-down.svg");
  mask-image: url("../images/svg/icons/icon-fa-reg-chevron-down.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
  transition: transform .25s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main-menu__primary ul li a.has-submenu::after, .main-menu__secondary ul li a.has-submenu::after {
    -webkit-mask-image: url("../images/svg/icons/icon-fa-reg-chevron-down.svg");
    mask-image: url("../images/svg/icons/icon-fa-reg-chevron-down.svg");
  }
}
@media only screen and (min-width: 992px) {
  .main-menu__primary ul li a.has-submenu::after, .main-menu__secondary ul li a.has-submenu::after {
    width: 32px;
    height: 32px;
  }
}
.main-menu__primary ul li a.has-submenu.shown::after, .main-menu__secondary ul li a.has-submenu.shown::after {
  transform: rotate(180deg);
}
.main-menu__primary ul li a.has-submenu.shown + .submenu, .main-menu__secondary ul li a.has-submenu.shown + .submenu {
  grid-template-rows: 1fr;
}
.main-menu__primary .submenu, .main-menu__secondary .submenu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}
.main-menu__primary .submenu__wrapper, .main-menu__secondary .submenu__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .main-menu__primary .submenu__wrapper, .main-menu__secondary .submenu__wrapper {
    gap: 32px;
  }
}
.main-menu__primary .submenu__wrapper li:first-child, .main-menu__secondary .submenu__wrapper li:first-child {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .main-menu__primary .submenu__wrapper li:first-child, .main-menu__secondary .submenu__wrapper li:first-child {
    padding-top: 24px;
  }
}
.main-menu__primary {
  text-align: center;
  flex: 1 1 0px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .main-menu__primary {
    text-align: left;
  }
}
.main-menu__primary ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-menu__primary li {
  font-family: "Vemior", Arial, serif;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .main-menu__primary li {
    font-size: 24px;
    line-height: 32px;
  }
}
.main-menu__primary a {
  position: relative;
  display: inline-flex;
  transition: color .25s;
}
.main-menu__primary a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 51%;
  right: 51%;
  height: 2px;
  background: #557861;
  transition: left .25s ease-out, right .25s ease-out;
}
@media only screen and (min-width: 992px) {
  .main-menu__primary a {
    padding-bottom: 2px;
  }
}
html:not(.touchevents) .main-menu__primary a:hover, html:not(.touchevents) .main-menu__primary a:focus-visible {
  color: #4F785F;
}
html:not(.touchevents) .main-menu__primary a:hover::before, html:not(.touchevents) .main-menu__primary a:focus-visible::before {
  left: 0;
  right: 0;
}
.main-menu__primary .current a {
  color: #4F785F;
}
.main-menu__primary .current a::before {
  left: 0;
  right: 0;
}
.main-menu__secondary {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .main-menu__secondary {
    gap: 48px;
  }
}
.main-menu__secondary__menu {
  position: relative;
}
.main-menu__secondary__socials {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .main-menu__secondary__socials {
    justify-content: flex-start;
    gap: 16px;
  }
}
.main-menu__secondary__menu ul {
  display: flex;
  column-gap: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .main-menu__secondary__menu ul {
    justify-content: flex-start;
  }
}
.main-menu__secondary__menu a {
  transition: color .25s;
}
html:not(.touchevents) .main-menu__secondary__menu a:hover, html:not(.touchevents) .main-menu__secondary__menu a:focus-visible {
  color: #4F785F;
}
.main-menu__secondary__menu .current a {
  color: #4F785F;
}
.main-menu__media {
  position: relative;
  z-index: 0;
  grid-column-start: 2;
  grid-column-end: span 8;
  display: none;
  background-color: #5B5952;
}
@media only screen and (min-width: 1280px) {
  .main-menu__media {
    display: block;
    grid-column-start: 6;
    grid-column-end: span 9;
  }
}
.main-menu__media .diadao-bg-menu-dynamic {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.main-menu__media .diadao-bg-menu-dynamic.opened {
  display: block;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  user-select: none;
  overflow: hidden;
  z-index: 2;
  transition: opacity 1.2s ease-in-out;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu:not(.active) {
  z-index: 0;
  opacity: 0;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu.no-results:first-child {
  opacity: 1 !important;
  z-index: 1 !important;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu.active {
  z-index: 5;
}
.main-menu__media .diadao-bg-menu-dynamic > .bg-menu picture,
.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;
}

: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), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.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: #ca8060;
  --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: transparent;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #ca8060;
  --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: initial;
  --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;
}

.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: #ca8060;
}

.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 {
  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: initial;
  --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-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --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: initial;
  --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: initial;
  --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: initial;
  --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;
}

.cards-listing {
  overflow: clip;
}
.cards-listing__wrapper {
  grid-column-start: 1;
  grid-column-end: span 10;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 43px;
}
@media only screen and (min-width: 992px) {
  .cards-listing__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    row-gap: 48px;
    column-gap: 48px;
    align-items: stretch;
    padding-bottom: 152px;
    grid-column-start: 3;
    grid-column-end: span 10;
  }
  .cards-listing__wrapper h2 {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 992px) {
  .cards-listing--areas .cards-listing__wrapper {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .cards-listing--areas .cards-listing__wrapper h2 {
    grid-column: span 3;
  }
}
.cards-listing--offers {
  padding-block: 0px;
  background: #1F2C23 no-repeat left top;
  background-image: radial-gradient(27.07% 108.51% at 100% 0%, #3B6B32 0%, #244D31 24%, #1F2C23 85%);
  background-size: 100vw 100vw;
}

.card {
  position: relative;
  z-index: 1;
  color: #EEECE0;
  background-color: #1F2C23;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .card {
    background-color: #25352A;
  }
}
.card__infos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
}
@media only screen and (min-width: 992px) {
  .card__infos {
    padding: 48px;
  }
}
.card__infos__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 24px;
  pointer-events: none;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  color: #5B5952;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .card__infos__arrow {
    border-radius: 28px;
    height: 56px;
    width: 56px;
    right: 48px;
  }
}
.card__infos__arrow::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: contain;
  mask-size: contain;
  -webkit-mask-image: url("../images/svg/icons/lucide/move-right-desktop.svg");
  mask-image: url("../images/svg/icons/lucide/move-right-desktop.svg");
  background-color: currentColor;
  pointer-events: none;
  transition: background-color .25s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .card__infos__arrow::before {
    -webkit-mask-image: url("../images/svg/icons/lucide/move-right.svg");
    mask-image: url("../images/svg/icons/lucide/move-right.svg");
  }
}
@media only screen and (min-width: 992px) {
  .card__infos__arrow::before {
    height: 28px;
    width: 28px;
  }
}
.card__infos__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .card__infos__header {
    gap: 16px;
  }
}
.card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 360 / 270;
}
.card__media img,
.card__media video,
.card__media hls-video,
.card__media iframe {
  aspect-ratio: calc(360 / 270);
  display: block;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
.card__media .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
  justify-content: flex-start;
}
.card__media .swiper-container, .card__media .swiper-wrapper {
  height: auto;
}
.card__media .swiper-slide {
  position: relative;
  height: auto;
}
.card__media .swiper-slide img, .card__media .swiper-slide picture {
  height: auto;
}
.card__footer {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card__footer__left {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
.card__more-text {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .card__more-text {
    height: 4.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.card__price {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
  min-height: 32px;
}
@media only screen and (min-width: 992px) {
  .card__price {
    gap: 8px;
  }
}
.card__price__old-price {
  font-family: "Vemior", Arial, serif;
}
.card__absolute-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.card-area {
  background-color: #EEECE0;
  border-radius: 2px;
  overflow: hidden;
}
.card-area__media {
  position: relative;
}
.card-area__media img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.card-area__infos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 2;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .card-area__infos {
    padding: 32px;
  }
}
.card-area__features {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.card-area__feature {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
  border: 1px solid #f0d8d4;
  border-radius: 2px;
  width: calc((100% - (8px * (1 - 1))) / 1);
}
@media only screen and (min-width: 992px) {
  .card-area__feature {
    gap: 24px;
    width: calc((100% - (8px * (2 - 1))) / 2);
  }
}
.card-area__feature__picto {
  width: 24px;
  aspect-ratio: 1;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .card-area__feature__picto {
    width: 48px;
  }
}
.card-area__feature__picto img, .card-area__feature__picto svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card-area__feature__picto img path, .card-area__feature__picto svg path {
  fill: #5B5952;
}

/*# sourceMappingURL=diadao-sdkcustom-abignac-fcp.css.map */
