@charset "UTF-8";
/**
 * NORMALIZE
 * DIADAO
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
}

button,
input {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
}

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

:root {
  --diadao-scrollbar-width: 7px;
  --sdk-template-font-default: Poppins, Arial, sans-serif;
  --sdk-template-font-title: Instrument Serif;
  --sdk-template-white: #ffffff;
  --sdk-template-black: #000000;
  --sdk-template-cards-background: var(--sdk-template-white);
  --sdk-menu-item-color: var(--sdk-template-white);
  --sdk-menu-item-highlight-color: var(--sdk-color-theme-primary);
  --sdk-submenu-item-color: var(--sdk-template-white);
  --sdk-submenu-item-highlight-color: var(--sdk-color-theme-primary);
  --anchor-menu-color: var(--sdk-template-white);
  --anchor-menu-hover-color: var(--sdk-color-btn-secondary-background-hover);
  --anchor-menu-sticked-color: var(--sdk-color-theme-primary);
  --anchor-menu-sticked-hover-color: var(--sdk-color-btn-primary-background-hover);
  --fancybox-arrow-color: var(--sdk-template-white);
  --fancybox-phonelink-color: var(--sdk-color-theme-primary);
  --fancybox-backdrop-color: var(--sdk-color-theme-background-dark);
  --sdk-social-icon-color: var(--sdk-template-white);
  --sdk-social-icon-color-hover: var(--sdk-template-white);
  --sdk-social-icon-background: transparent;
  --sdk-social-icon-background-hover: var(--sdk-color-theme-primary);
  --sdk-smartlocator-marker-color: var(--sdk-template-black);
  --sdk-smartlocator-icons-color: var(--sdk-color-theme-primary);
}

/*
Couleurs du thème

--sdk-color-theme-background
--sdk-color-theme-background-dark 
--sdk-color-theme-primary 


Bouton Primaire

--sdk-color-btn-primary-text 
--sdk-color-btn-primary-text-hover
--sdk-color-btn-primary-background 
--sdk-color-btn-primary-background-hover


Bouton Secondaire

--sdk-color-btn-secondary-text 
--sdk-color-btn-secondary-text-hover 
--sdk-color-btn-secondary-background
--sdk-color-btn-secondary-background-hover


Couleurs de titres

--sdk-color-title-default
--sdk-color-title-strong 

Couleurs de textes

--sdk-color-text-default
--sdk-color-text-strong (pas)

Basics
--sdk-template-white : #ffffff
--sdk-template-black : #000000

*/
/*************************/
/* Mixins */
/*************************/
.display-desktop {
  display: block !important;
}

.display-mobile {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .display-desktop {
    display: none !important;
  }
  .display-mobile {
    display: block !important;
  }
}
:root {
  /*
  	SCROLL BAR
  */
  --diadao-scrollbar-width: 7px;
  /*
  	HEADER NAV
  */
  /*
  	BUTTONS
  */
  --diadao-button-close-display: inline-flex;
  --diadao-button-close-align-items: center;
  --diadao-button-close-justify-content: center;
  --diadao-button-close-width: 40px;
  --diadao-button-close-height: 40px;
  --diadao-button-close-svg-width: 14px;
  --diadao-button-close-svg-height: 14px;
  --diadao-button-close-svg-transition: transform 0.3s ease-in-out;
  --diadao-button-close-hover-svg-transform: none;
  --diadao-button-close-font-size: 0px;
  --diadao-button-close-radius: 0px;
  /*
  	GFORM
  */
  --kwpb-gform-primary-color: #1dc1cc;
  --kwpb-gform-primary-color-bis: #0091a5;
  --kwpb-gform-label-color: darken;
  --kwpb-gform-color-success: green;
  --kwpb-gform-color-error: red;
  --kwpb-gform-input-border-radius: 5px;
  --kwpb-gform-input-focus-border-color: #1dc1cc;
  --kwpb-gform-input-placeholder-color: #a49f9d;
  --kwpb-gform-input-border-width: 2px;
  --kwpb-gform-input-border-color: rgba(0, 0, 0, 0.1);
  --kwpb-gform-input-font-weight: 300;
  --kwpb-gform-input-bgcolor: white;
  --kwpb-gform-input-color: #a49f9d;
  --kwpb-gform-select-icon-color: #1dc1cc;
  --kwpb-gform-line-height: 1.2;
  --kwpb-gform-font-size: 16px;
  --kwpb-gform-border-radius: 5px;
  --kwpb-gform-error-font-weight: 600;
  --kwpb-gform-checkbox-font-size: 14px;
  --kwpb-gform-checkbox-line-height: 1.5;
  /*
  	READMORE
  */
  --kwpb-more-modal-parent-align-items: flex-end;
  --kwpb-more-modal-parent-justify-content: initial;
  --kwpb-more-modal-parent-flex: none;
  --kwpb-more-modal-parent-transform: none;
  --kwpb-more-modal-parent-display: flex;
  --kwpb-more-text-transition: height 0.2s ease-in-out;
  --kwpb-more-modal-btn-transition: opacity 0.4s ease-in-out;
  --kwpb-more-modal-btn-opacity-opened: 1;
  --kwpb-more-modal-btn-opacity-closed: 0;
  --kwpb-more-modal-div-position: fixed;
  --kwpb-more-modal-div-height: auto;
  --kwpb-more-modal-div-padding: 0px;
  --kwpb-more-modal-div-top: 40px;
  --kwpb-more-modal-div-background-color: white;
  --kwpb-more-modal-div-border-radius: 6px;
  --kwpb-more-modal-div-height: 60vh;
  --kwpb-more-modal-div-width: 40vw;
  --kwpb-more-modal-div-max-width: 540px;
  --kwpb-more-modal-div-transition: opacity, right 0.8s ease-in-out;
  --kwpb-more-modal-div-mobile-width: 90%;
  --kwpb-more-modal-div-mobile-height: calc(100% - 40px);
  --kwpb-more-modal-div-mobile-top: 20px;
  --kwpb-more-modal-div-closed-visibility: hidden;
  --kwpb-more-modal-div-closed-opacity: 0;
  --kwpb-more-modal-div-closed-z-index: -1;
  --kwpb-more-modal-div-closed-right: -50vw;
  --kwpb-more-modal-div-closed-mobile-right: -100%;
  --kwpb-more-modal-div-opened-right: 40px;
  --kwpb-more-modal-div-opened-visibility: visible;
  --kwpb-more-modal-div-opened-opacity: 1;
  --kwpb-more-modal-div-opened-z-index: 1000;
  --kwpb-more-modal-div-opened-mobile-right: 5%;
  --kwpb-more-modal-div-close-button-position: absolute;
  --kwpb-more-modal-div-close-button-top: 0px;
  --kwpb-more-modal-div-close-button-right: 0px;
  --kwpb-more-modal-div-close-button-display: block;
  /*
  	SWIPER FILTERS
  */
  --diadao-menu-filter-menu-responsive-height: 60px;
  --diadao-menu-filter-slide-margin-right: 40px;
  --diadao-menu-filter-slide-a-padding-right: 0px;
  --diadao-menu-filter-slide-a-padding-left: 0px;
  --diadao-menu-filter-slide-a-padding-top: 0px;
  --diadao-menu-filter-slide-a-padding-bottom: 0px;
}

html body .diadao-bg-menu-dynamic {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
html body .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;
}
html body .diadao-bg-menu-dynamic > .bg-menu:not(.active) {
  z-index: 0;
  opacity: 0;
}
html body .diadao-bg-menu-dynamic > .bg-menu.no-results:first-child {
  opacity: 1 !important;
  z-index: 1 !important;
}
html body .diadao-bg-menu-dynamic > .bg-menu.active {
  z-index: 5;
}
html body .diadao-bg-menu-dynamic > .bg-menu picture,
html body .diadao-bg-menu-dynamic > .bg-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
}
html body .anim_mainmenu.show .diadao-bg-menu-dynamic, html body .anim_mainmenu.showing .diadao-bg-menu-dynamic, html body .anim_mainmenu.hiding .diadao-bg-menu-dynamic {
  display: block;
}

body header#diadao-header {
  height: 0;
  position: initial;
  max-width: 100%;
  display: block;
}
body header#diadao-header .header-buttons {
  display: flex;
  width: 100%;
  padding: 0;
}
body header#diadao-header .header-buttons .button-left,
body header#diadao-header .header-buttons .button-right,
body header#diadao-header .header-buttons .sticky-logo {
  padding: 15px;
  position: fixed;
  top: 0;
  display: flex;
  width: auto;
  z-index: 777;
  user-select: none;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
body header#diadao-header .header-buttons .button-left {
  left: 0;
  justify-content: flex-start;
}
body header#diadao-header .header-buttons .button-right {
  right: 0;
  justify-content: flex-end;
}
body header#diadao-header .header-buttons .sticky-logo {
  left: 50%;
  transform: translateX(-50%);
}
body header#diadao-header #diadao-mainmenu .menu-buttons {
  padding: 0;
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 100;
  width: 100%;
  justify-content: flex-start;
  border: 0;
  top: 0;
  left: 15px;
  padding-top: 15px;
}
body header#diadao-header #diadao-mainmenu .menu-buttons .diadao-button-close {
  z-index: 100;
  position: relative;
}
body header#diadao-header #diadao-mainmenu .mainmenu-wrapper {
  padding: 0;
  width: 100%;
  height: 100%;
}
body header#diadao-header #diadao-mainmenu .menu-panel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu .menu-panel {
    height: 100%;
  }
}
body header#diadao-header #diadao-mainmenu .diadao-menu {
  position: relative;
}
body.sdkbs-panel-opened header#diadao-header .header-buttons .button-right, body.offcanvas-opened header#diadao-header .header-buttons .button-right {
  right: var(--scrollbar-comp, 0px);
}
body.infobanner-enabled header#diadao-header .header-buttons .button-left,
body.infobanner-enabled header#diadao-header .header-buttons .button-right {
  top: 48px;
}
body:not(.diadao-anims-motion) header#diadao-header .header-buttons .button-left,
body:not(.diadao-anims-motion) header#diadao-header .header-buttons .button-right,
body:not(.diadao-anims-motion) header#diadao-header .header-buttons .sticky-logo {
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out, padding 0.25s ease-in-out, height 0.25s ease-in-out !important;
}
body.diadao-sticky-v2.sticky-default:not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached).diadao-scrolled-down:not(.device-mobile) header#diadao-header .header-buttons .anim_header_buttons_left,
body.diadao-sticky-v2.sticky-default:not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached).diadao-scrolled-down:not(.device-mobile) header#diadao-header .header-buttons .anim_header_buttons_right,
body.diadao-sticky-v2.sticky-default:not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached).diadao-scrolled-down:not(.device-mobile) header#diadao-header .header-buttons .sticky-logo, body.diadao-sticky-v2.sticky-default:not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached).device-mobile.sdk-header-scroll-ready.diadao-scrolled-down header#diadao-header .header-buttons .anim_header_buttons_left,
body.diadao-sticky-v2.sticky-default:not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached).device-mobile.sdk-header-scroll-ready.diadao-scrolled-down header#diadao-header .header-buttons .anim_header_buttons_right,
body.diadao-sticky-v2.sticky-default:not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached).device-mobile.sdk-header-scroll-ready.diadao-scrolled-down header#diadao-header .header-buttons .sticky-logo {
  top: -200px;
}
body.diadao-sticky-v2.sticky-default.device-mobile.sdk-header-scroll-prehide:not(.diadao-snippet-open) header#diadao-header .header-buttons .anim_header_buttons_left,
body.diadao-sticky-v2.sticky-default.device-mobile.sdk-header-scroll-prehide:not(.diadao-snippet-open) header#diadao-header .header-buttons .anim_header_buttons_right,
body.diadao-sticky-v2.sticky-default.device-mobile.sdk-header-scroll-prehide:not(.diadao-snippet-open) header#diadao-header .header-buttons .sticky-logo {
  top: -200px;
}
body.diadao-sticky-v2.sticky-default.diadao-menuopened.diadao-menu-loaded.diadao-menu-open-right-enabled header#diadao-header .header-buttons .anim_header_buttons_right {
  top: 0 !important;
  padding-top: 15px !important;
}
body header#diadao-header .header-buttons .button-left .button-right .anim_header_item {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
body header#diadao-header .header-buttons .button-right .anim_header_item {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
body header#diadao-header .header-buttons .button-right .anim_header_item #header-menu-anchors {
  display: flex;
}
body header#diadao-header .header-buttons .sticky-logo {
  display: inline-block;
  user-select: none;
  outline: none;
}
body header#diadao-header .header-buttons .sticky-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
body header#diadao-header .header-buttons .sticky-logo a svg {
  height: 100%;
}
body.diadao-sticky-v2 header#diadao-header.diadao-has-sticky {
  transition: all 0.3s ease-in-out;
}
body.diadao-sticky-v2 header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled:not(.sticky-v2-sticked) .sticky-logo {
  visibility: hidden;
  opacity: 0;
  display: none;
}
body.diadao-sticky-v2 header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked {
  top: 0px;
  opacity: 1;
  width: 100%;
  position: fixed;
  z-index: 777;
  visibility: visible;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: var(--diadao-header-sticky-background-color);
}
body.diadao-sticky-v2 header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-left,
body.diadao-sticky-v2 header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-right {
  top: 0;
  visibility: visible;
  position: absolute;
}
body.diadao-sticky-v2 header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .sticky-logo {
  visibility: visible;
  opacity: 1;
}
body.diadao-sticky-v2.diadao-menuopened:not(.diadao-menu-open-right-enabled) header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-left,
body.diadao-sticky-v2.diadao-menuopened:not(.diadao-menu-open-right-enabled) header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-right, body.diadao-sticky-v2.diadao-snippet-open:not(.diadao-menu-open-right-enabled) header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-left,
body.diadao-sticky-v2.diadao-snippet-open:not(.diadao-menu-open-right-enabled) header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-right, body.diadao-sticky-v2.diadao-gallery-opened:not(.diadao-menu-open-right-enabled) header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-left,
body.diadao-sticky-v2.diadao-gallery-opened:not(.diadao-menu-open-right-enabled) header#diadao-header.diadao-has-sticky .header-buttons.sticky-v2-enabled.sticky-v2-sticked .button-right {
  opacity: 0;
  top: -200px;
}
body.diadao-menuopened.diadao-menu-loaded.diadao-menu-open-right-enabled header#diadao-header .header-buttons .button-right {
  opacity: 1;
  top: 0px;
  z-index: 10000;
  visibility: visible;
}
body.diadao-menuopened.diadao-menu-loaded:not(.diadao-menu-open-right-enabled) header#diadao-header .header-buttons .button-right {
  opacity: 0;
  visibility: hidden;
  top: -200px;
}

.sdk-button-close, body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock), body .diadao-button-close {
  border-radius: var(--diadao-button-close-radius);
  font-size: var(--diadao-button-close-font-size);
  display: var(--diadao-button-close-display);
  align-items: var(--diadao-button-close-align-items);
  justify-content: var(--diadao-button-close-justify-content);
  width: var(--diadao-button-close-width);
  height: var(--diadao-button-close-height);
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
}
.sdk-button-close svg, body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock) svg,
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock) svg, body .diadao-button-close svg {
  width: var(--diadao-button-close-svg-width);
  height: var(--diadao-button-close-svg-height);
  display: inline-block;
  vertical-align: top;
  object-fit: contain;
  object-position: center;
}
.sdk-button-close:hover, body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:hover:not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-lock), body .diadao-button-close:hover, .sdk-button-close:active, body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:active:not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:active:not(.swiper-button-lock), body .diadao-button-close:active, .sdk-button-close:focus, body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:focus:not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:focus:not(.swiper-button-lock), body .diadao-button-close:focus {
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
}
.sdk-button-close:hover:not(:active), body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:hover:not(:active):not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:hover:not(:active):not(.swiper-button-lock), body .diadao-button-close:hover:not(:active), .sdk-button-close:focus-visible, body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:focus-visible:not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:focus-visible:not(.swiper-button-lock), body .diadao-button-close:focus-visible {
  background-color: var(--sdk-button-close-background-color-hover);
}

body .diadao-button-close svg {
  transition: var(--diadao-button-close-svg-transition);
}
body .diadao-button-close:hover:not(:active) svg, body .diadao-button-close:focus-visible svg {
  transform: var(--diadao-button-close-hover-svg-transform);
}
body.diadao-sdk_template .sdk-button-close:hover:not(:active), body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:hover:not(:active):not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:hover:not(:active):not(.swiper-button-lock), body.diadao-sdk_template .diadao-button-close:hover:not(:active), body.diadao-sdk_template .sdk-button-close:focus-visible, body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:focus-visible:not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:focus-visible:not(.swiper-button-lock), body.diadao-sdk_template .diadao-button-close:focus-visible {
  background-color: var(--sdk-color-btn-secondary-background-hover);
}
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock),
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock) {
  background-color: var(--sdk-color-btn-secondary-background);
}
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):after,
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):after {
  content: "";
  -webkit-mask-image: var(--sdk-swiper-nav-chevron-icon, none);
  mask-image: var(--sdk-swiper-nav-chevron-icon, none);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  font-family: unset;
  font-size: 0px;
  background-color: var(--sdk-color-btn-secondary-text);
  width: 22px;
  height: 22px;
}
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover,
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover {
  background-color: var(--sdk-color-btn-secondary-background-hover);
}
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next:not(.swiper-button-lock):hover::after,
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:not(.swiper-button-lock):hover::after {
  background-color: var(--sdk-color-btn-secondary-text-hover);
}
body.diadao-sdk_template .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev:after {
  transform: rotate(180deg);
}

.lang-menu {
  position: relative;
  z-index: var(--sdk-zindex-dropdown, 1200);
  overflow: visible !important;
}
.lang-menu a {
  padding: 6px 8px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lang-menu a span {
  pointer-events: none;
}
.lang-menu .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: var(--sdk-buttons-border-radius);
}
.lang-menu .dropdown-toggle:after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .lang-menu .dropdown-toggle {
    height: 56px;
    width: 56px;
  }
}
.lang-menu .dropdown-toggle:hover {
  background-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.lang-menu .dropdown-toggle.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.lang-menu .dropdown-menu {
  --bs-dropdown-min-width: 40px;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: 0;
  margin-top: 0;
  z-index: var(--sdk-zindex-dropdown, 1200) !important;
}
@media only screen and (min-width: 992px) {
  .lang-menu .dropdown-menu {
    --bs-dropdown-min-width: 56px;
  }
}
.lang-menu .dropdown-menu li:last-child .dropdown-item {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lang-menu .dropdown-menu.show {
  display: block;
}
.lang-menu .dropdown-menu.show .dropdown-item {
  background-color: rgba(255, 255, 255, 0.16);
  height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .lang-menu .dropdown-menu.show .dropdown-item {
    height: 56px;
  }
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

/* IE/Edge */
img[data-src]:not([src]),
img[data-srcset]:not([src]):not([srcset]) {
  display: block;
  min-height: 1px;
}

body {
  /* Core Swiper runtime CSS (obligatoire pour le layout horizontal) */
  /* Core pagination/navigation runtime (sinon bullets/arrows invisibles) */
}
body .swiper,
body .swiper-container {
  position: relative;
  overflow: hidden;
  display: block;
}
body .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
body .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
body .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
body .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
body .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
body .swiper-pagination-horizontal {
  left: 0;
  width: 100%;
}
body .swiper-pagination-bullets {
  display: block;
}
body .swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
}
body .swiper-button-prev,
body .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
body .swiper-button-prev {
  left: 0;
}
body .swiper-button-next {
  right: 0;
}
body .swiper-button-lock,
body .swiper-pagination-lock {
  display: none !important;
}
body .kwpb-swiper-module {
  position: relative;
  overflow: clip;
  display: block;
  width: 100%;
}
body .swiper-container.swiperSlideAuto .swiper-slide {
  width: auto;
}
body .swiper-container.swiper-vertical {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body .swiper-container.snippetSwiper .swiper-slide {
    height: 380px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 640px) {
  body .swiper-container.snippetSwiper .swiper-slide {
    height: 240px;
  }
}
@media only screen and (max-width: 991px) {
  body .swiper-container.snippetSwiper .swiper-slide picture,
  body .swiper-container.snippetSwiper .swiper-slide img,
  body .swiper-container.snippetSwiper .swiper-slide video,
  body .swiper-container.snippetSwiper .swiper-slide .video-wrapper {
    height: 100%;
    aspect-ratio: initial;
  }
}
body #kwpb-diadao-snippet .kwpb-swiper-module.swiper-snippet .swiper-slide a.snippet-fancybox-url {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  z-index: 20;
  user-select: none;
}
body #kwpb-diadao-snippet .kwpb-swiper-module.swiper-snippet .swiper-slide picture,
body #kwpb-diadao-snippet .kwpb-swiper-module.swiper-snippet .swiper-slide img {
  width: 100%;
  outline: none;
  user-select: none;
  border: none;
  border-radius: 0px;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  body #kwpb-diadao-snippet .kwpb-swiper-module.swiper-snippet .swiper-slide picture,
  body #kwpb-diadao-snippet .kwpb-swiper-module.swiper-snippet .swiper-slide img {
    height: 100%;
  }
}
body #kwpb-diadao-snippet .kwpb-swiper-module.swiper-snippet .swiper-slide img {
  object-fit: cover;
  object-position: center;
}
body #rooms-section-swipper #rooms-container-swipper {
  padding-bottom: 0;
  padding-top: 0;
}

@keyframes diadaoScrollDown {
  0% {
    transform: translateY(0px);
    opacity: 0.8;
  }
  50% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 0.8;
  }
}
#diadao-scroll-down {
  animation: diadaoScrollDown 2s infinite;
}

@keyframes diadaoMediaIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.infobanner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 999;
  background: #ffffff;
  height: 48px;
  padding: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .infobanner {
    padding: 8px 56px;
  }
}
.infobanner__icon {
  line-height: 0;
}
.infobanner__icon svg {
  max-height: 30px;
  width: auto;
}
.infobanner__text {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.1;
}

:root {
  --sdk-buttons-border-radius: 5px;
  --diadao-button-close-width: 40px;
  --diadao-button-close-height: 40px;
  --diadao-button-close-radius: var(--sdk-buttons-border-radius);
  --diadao-snippet-close-button-top: 16px;
}
@media only screen and (min-width: 992px) {
  :root {
    --diadao-button-close-width: 56px;
    --diadao-button-close-height: 56px;
  }
}

html {
  overscroll-behavior-y: none;
}
@media only screen and (max-width: 991px) {
  html.smartpreview-panel-open.diadao-panel-plugin-opened {
    overflow: visible !important;
  }
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) {
    overflow: visible !important;
  }
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > #main,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > main,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > #site,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > #page,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > div,
  html.smartpreview-panel-open.diadao-panel-plugin-opened body.diadao-rooms-page:not(.modal-opened) > section {
    overflow: clip !important;
  }
}
html body {
  opacity: 0;
  visibility: hidden;
  overscroll-behavior-y: none;
}
html body #diadao-main,
html body #main {
  position: relative;
  z-index: 0;
}
html body.diasdk-ready {
  opacity: 1;
  visibility: visible;
  background-color: var(--sdk-color-theme-background);
}
html body.offcanvas-opened {
  overflow: clip !important;
}
html body .offcanvas-backdrop.backdrop-sdk {
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
html body.sdkbs-panel-opened .offcanvas-backdrop.backdrop-sdk {
  pointer-events: auto !important;
  opacity: 0.5 !important;
  visibility: visible !important;
}
html body.sdk-roomdetail-only-opened .offcanvas-backdrop.backdrop-sdk {
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
html body.sdk-roomdetail-panel-opened header#diadao-header {
  z-index: 0 !important;
  pointer-events: none !important;
}
html body.sdk-roomdetail-panel-opened header#diadao-header .header-buttons,
html body.sdk-roomdetail-panel-opened header#diadao-header .menu-buttons,
html body.sdk-roomdetail-panel-opened header#diadao-header #diadao-header-buttons,
html body.sdk-roomdetail-panel-opened header#diadao-header .button-left,
html body.sdk-roomdetail-panel-opened header#diadao-header .button-right,
html body.sdk-roomdetail-panel-opened header#diadao-header .sticky-logo {
  top: -200px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
html body.sdk-roomdetail-panel-opened header#diadao-header #diadao-header-buttons::before {
  z-index: 0 !important;
}
html body.sdkbs-panel-opened, html body.offcanvas-opened {
  padding-right: var(--scrollbar-comp, 0px);
  transition: padding-right 0s;
}
html body.sdkbs-panel-opened header#diadao-header .header-buttons .button-right, html body.offcanvas-opened header#diadao-header .header-buttons .button-right {
  right: var(--scrollbar-comp, 0px);
}
html body.sdkbs-panel-opened .offcanvas.offcanvas-end, html body.offcanvas-opened .offcanvas.offcanvas-end {
  right: 0;
}
@media only screen and (min-width: 992px) {
  html body.sdkbs-panel-opened .offcanvas-readmore.offcanvas-top, html body.offcanvas-opened .offcanvas-readmore.offcanvas-top {
    right: calc(48px + var(--scrollbar-comp, 0px));
  }
}
html body.sdkbs-panel-opened #diadao-main:before, html body.offcanvas-opened #diadao-main:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: var(--scrollbar-comp, 0px);
  height: 100%;
  background-color: var(--sdk-color-theme-background);
  pointer-events: none;
  z-index: 1;
}
html body.sdkbs-panel-opened .hsp-widget, html body.offcanvas-opened .hsp-widget {
  opacity: 0;
  pointer-events: none;
}
html body.sdk-animations-light #main section {
  position: relative;
  background: var(--sdk-color-theme-background);
}
html body.diadao-rooms-page #smartpreview {
  display: none;
}
html body.diadao-base-page-gallery .hsp-widget, html body.diadao-rooms-page .hsp-widget {
  display: none;
  pointer-events: none;
}
html body.sdk-animations-full .anim-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
html body.sdk-animations-full .anim-bg-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: var(--sdk-color-theme-background);
  pointer-events: none;
}

.offcanvas {
  --bs-offcanvas-height: 100%;
  overscroll-behavior-y: none;
}
.offcanvas-body {
  min-height: 100%;
}
.offcanvas-header {
  z-index: 11;
}

.module-html,
.section-form-rgpd {
  position: relative;
}
.module-html .container,
.section-form-rgpd .container {
  position: relative;
}

.module-page {
  display: grid;
  grid-template-columns: 8px repeat(12, minmax(0px, 1fr)) 8px;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .module-page {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: 72px repeat(12, minmax(0px, 1fr)) 72px;
  }
}
@media only screen and (min-width: 992px) {
  .module-page {
    padding-top: 0;
    padding-bottom: 15vh;
  }
}
@media only screen and (min-width: 992px) {
  .module-page {
    justify-items: center;
  }
}
.module-page .kwpb-component {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .module-page .kwpb-component {
    grid-column-start: 3;
    grid-column-end: span 10;
    max-width: 1200px;
  }
}
.module-page .kwpb-component h2 {
  font-family: var(--sdk-template-font-default);
  margin-top: 4rem;
}
.module-page .kwpb-component h3 {
  margin: 3rem 0 1.5rem;
}

.module-job {
  display: grid;
  grid-template-columns: 8px repeat(12, minmax(0px, 1fr)) 8px;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .module-job {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: 72px repeat(12, minmax(0px, 1fr)) 72px;
  }
}
@media only screen and (min-width: 992px) {
  .module-job {
    padding-top: 0;
    padding-bottom: 15vh;
  }
}
@media only screen and (min-width: 992px) {
  .module-job {
    justify-items: center;
  }
}
.module-job__content {
  grid-column-start: 2;
  grid-column-end: span 12;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
@media only screen and (min-width: 992px) {
  .module-job__content {
    gap: 80px;
    grid-column-start: 3;
    grid-column-end: span 10;
    max-width: 1200px;
  }
}
.module-job__content h2 {
  margin: 0;
}

.nav-pills {
  --bs-nav-pills-link-active-color: var(--sdk-color-theme-primary);
  --bs-nav-pills-link-active-bg: transparent;
  --bs-nav-link-font-weight: 600;
}

/* width */
html {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1640px) {
  html {
    font-size: 16px;
  }
}
html body {
  font-family: var(--sdk-template-font-default);
  color: var(--sdk-color-text-default);
}
html body strong {
  color: var(--sdk-color-text-strong);
  font-weight: 700;
}
html body a {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  text-decoration: none;
}
html body a span {
  pointer-events: none;
}

body.wp-admin.post-type-page #poststuff h2,
h2,
.title-h2,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a {
  font-family: var(--sdk-template-font-title);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.875rem;
  color: var(--sdk-color-title-default);
}
@media only screen and (min-width: 992px) {
  body.wp-admin.post-type-page #poststuff h2,
  h2,
  .title-h2,
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a {
    margin-bottom: 3.75rem;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1640px) {
  body.wp-admin.post-type-page #poststuff h2,
  h2,
  .title-h2,
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a {
    font-size: 5rem;
  }
}
body.wp-admin.post-type-page #poststuff h2 strong,
h2 strong,
.title-h2 strong,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a strong {
  color: var(--sdk-color-title-strong);
}

body.wp-admin.post-type-page #poststuff h3,
h3,
.title-h3 {
  font-size: 1.25rem;
  color: var(--sdk-color-title-default);
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) {
  body.wp-admin.post-type-page #poststuff h3,
  h3,
  .title-h3 {
    font-size: 1.5rem;
  }
}
body.wp-admin.post-type-page #poststuff h3 strong,
h3 strong,
.title-h3 strong {
  color: var(--sdk-color-title-strong);
}

.label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
  .label {
    font-size: 0.75rem;
  }
}

.text-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .text-price {
    font-size: 40px;
  }
}

.screen-reader-text, #social-menu a span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.kwpb-wysiwig a:not([class*=btn]):not([class*=button]) {
  color: var(--sdk-color-theme-primary);
  text-decoration: underline;
}
.kwpb-wysiwig a:not([class*=btn]):not([class*=button]):hover {
  opacity: 0.8;
}
.kwpb-wysiwig p {
  margin-bottom: 1.5rem;
}
.kwpb-wysiwig ul + p {
  margin-top: 1.5rem;
}
.kwpb-wysiwig ul,
.kwpb-wysiwig ol {
  margin-block: 0.625rem;
  overflow: hidden;
}
.kwpb-wysiwig ul li,
.kwpb-wysiwig ol li {
  position: relative;
  margin-top: 0.875rem;
  padding-left: 24px;
}
.kwpb-wysiwig ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../images/svg/icon-check.svg");
  mask-image: url("../images/svg/icon-check.svg");
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left;
  mask-position: left;
  background-color: var(--sdk-color-theme-primary);
}
.kwpb-wysiwig ol {
  counter-reset: list;
}
.kwpb-wysiwig ol li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
  font-weight: 400;
  color: var(--sdk-color-theme-primary);
}

#social-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 992px) {
  #social-menu {
    gap: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  #social-menu {
    gap: 1.5rem;
  }
}
#social-menu a {
  position: relative;
  display: block;
  transition: background-color 0.25s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: var(--sdk-buttons-border-radius);
  background-color: var(--sdk-social-icon-background);
}
@media only screen and (min-width: 992px) {
  #social-menu a {
    width: 56px;
    height: 56px;
  }
}
#social-menu a:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
#social-menu a:hover::before {
  background-color: var(--sdk-social-icon-color-hover);
}
#social-menu a::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 24px auto;
  mask-size: 24px auto;
  background-color: var(--sdk-social-icon-color);
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  #social-menu a::before {
    -webkit-mask-size: 32px auto;
    mask-size: 32px auto;
  }
}
#social-menu a[data-slug=facebook]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-facebook.svg");
  mask-image: url("../images/svg/sdk-icon-reg-facebook.svg");
}
#social-menu a[data-slug=instagram]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-instagram.svg");
  mask-image: url("../images/svg/sdk-icon-reg-instagram.svg");
}
#social-menu a[data-slug=linkedin]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-linkedin.svg");
  mask-image: url("../images/svg/sdk-icon-reg-linkedin.svg");
}
#social-menu a[data-slug=the-fork]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-the-fork.svg");
  mask-image: url("../images/svg/sdk-icon-reg-the-fork.svg");
}
#social-menu a[data-slug=tripadvisor]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-tripadvisor-2.svg");
  mask-image: url("../images/svg/sdk-icon-reg-tripadvisor-2.svg");
}
#social-menu a[data-slug=tiktok]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-tiktok.svg");
  mask-image: url("../images/svg/sdk-icon-reg-tiktok.svg");
}
#social-menu a[data-slug=whatsapp]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-whatsapp.svg");
  mask-image: url("../images/svg/sdk-icon-whatsapp.svg");
}
#social-menu a[data-slug=telephone]:before, #social-menu a[data-slug=phone] #social-menu a[data-slug=tel]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-phone.svg");
  mask-image: url("../images/svg/sdk-icon-reg-phone.svg");
}
#social-menu a[data-slug=youtube]:before {
  -webkit-mask-image: url("../images/svg/sdk-icon-youtube.svg");
  mask-image: url("../images/svg/sdk-icon-youtube.svg");
}
body.sdk-animations-light .banner__content,
body.sdk-animations-light .banner__h1-title,
body.sdk-animations-light .diadao-button-scroll-down {
  opacity: 1;
}
body.sdk-animations-full.sdk-dom-content-loaded:not(.sdk-fcp-scroll-locked) .diadao-button-scroll-down {
  opacity: 1;
  transition: opacity 200ms ease-out;
}

.banner {
  position: relative;
  height: 100svh;
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .banner {
    height: 100vh;
    margin-bottom: 15vh;
  }
}
.sdk-animations-light .banner {
  margin-bottom: 0;
}
.sdk-animations-light .banner + section {
  padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  .sdk-animations-light .banner + section {
    padding-top: 15vh;
  }
}
.banner .container {
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding-inline: 0;
  background: var(--sdk-color-footer-background);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner .container {
    height: 100svh;
  }
}
.banner__background {
  height: 100vh;
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .banner__background {
    height: 100svh;
  }
}
@media only screen and (max-width: 991px) {
  .banner.is-fcp .banner__background {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    will-change: auto;
  }
}
.banner__background .kwpb-swiper-module .swiper-pagination {
  display: none;
}
.banner__background .kwpb-component {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .banner__background {
    width: 100vw;
  }
}
.banner__background:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
  pointer-events: none;
}
.banner__background a[data-fancybox]:not(.button-video) {
  display: none;
}
.banner__background .video-wrapper,
.banner__background video,
.banner__background hls-video,
.banner__background picture,
.banner__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner__background hls-video {
  min-width: 100%;
  min-height: 100%;
  line-height: 0;
  --media-object-fit: cover;
  --media-object-position: center center;
}
.banner__background hls-video::part(video) {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner__background .video-wrapper {
  display: flex;
  justify-content: center;
}
.banner__partner-logo {
  position: absolute;
  left: auto;
  margin: 0 1rem;
  z-index: 1;
  bottom: 140px;
  max-width: 115px;
  max-height: 115px;
}
@media only screen and (min-width: 992px) {
  .banner__partner-logo {
    display: block;
    left: 48px;
    bottom: 120px;
  }
}
.banner__partner-logo svg {
  width: 100%;
  height: auto;
}
.banner__content {
  position: relative;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.banner.banner-video-loaded .banner__logo {
  pointer-events: none;
}
.banner__h1-title {
  z-index: 1;
  margin: 0 1rem;
  position: absolute;
  bottom: 80px;
  left: auto;
  color: var(--sdk-template-white);
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .banner__h1-title {
    margin: 0 1.375rem;
    text-align: left;
    left: 48px;
    padding: 0;
  }
}
.banner__logo {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  pointer-events: auto;
}
.banner__logo img,
.banner__logo svg {
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 200px;
}
@media only screen and (max-height: 668px) {
  .banner__logo img,
  .banner__logo svg {
    max-width: 180px;
    max-height: 180px;
  }
}
@media only screen and (min-width: 640px) {
  .banner__logo img,
  .banner__logo svg {
    max-width: 280px;
    max-height: 280px;
  }
}
.banner__logo a {
  display: block;
  line-height: 0;
}
.banner__big-title {
  margin: 1.25rem 1.25rem 0;
  text-align: center;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .banner__big-title {
    margin: 5rem 2.5rem 0;
    max-width: 75rem;
  }
}
.banner__big-title h2,
.banner__big-title h3 {
  margin: 0;
  color: var(--sdk-template-white);
  font-weight: 400;
}
.banner__big-title h2 strong,
.banner__big-title h3 strong {
  color: var(--sdk-template-white);
}
.banner__big-title .kwpb-wysiwig {
  color: var(--sdk-template-white);
}
.banner__big-title .kwpb-wysiwig strong {
  color: var(--sdk-template-white);
}
.banner__buttons > .kwpb-component {
  justify-content: center;
}
.banner .diadao-button-scroll-down {
  position: absolute;
  bottom: 1.875rem;
  left: calc(50% - 1.3125rem);
  width: 2.625rem;
  cursor: pointer;
  aspect-ratio: 1;
  z-index: 10;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .banner .diadao-button-scroll-down {
    display: block;
  }
}
.banner .diadao-button-scroll-down .anim_intro_scrolldown {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.banner .diadao-button-scroll-down .anim_intro_scrolldown span {
  pointer-events: none;
}
.banner .diadao-button-scroll-down-arrow {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sdk-scroll-arrow-icon, none) no-repeat center;
  background-size: 1.5rem auto;
}

body:not(.sdk-dom-content-loaded) #main > section.banner .swiper-container .swiper-slide:not(.swiper-slide-visible) img.lazyload {
  display: none !important;
}

:root {
  --diadao-header-sticky-background-color: var(--sdk-color-theme-background);
}

body header#diadao-header {
  opacity: 0;
}
body header#diadao-header #diadao-header-buttons:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--sdk-color-theme-background);
  z-index: 777;
  height: 0;
  transition: height 0.25s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body header#diadao-header #diadao-header-buttons:before {
    top: calc(0px - env(safe-area-inset-top, 0px));
  }
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left {
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right,
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left {
    padding: 48px;
  }
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-menu,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-gift,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-menu,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-gift {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: var(--sdk-buttons-border-radius);
  width: 40px;
  height: 40px;
  transition: background-color 0.25s ease-in-out;
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-menu svg,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-gift svg,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-menu svg,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-gift svg {
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-menu,
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-gift,
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-menu,
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-gift {
    width: 56px;
    height: 56px;
  }
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-menu svg,
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-gift svg,
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-menu svg,
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-gift svg {
    width: 32px;
    height: 32px;
  }
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-menu:hover,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-gift:hover,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-menu:hover,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-gift:hover {
  background-color: rgba(255, 255, 255, 0.16);
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-menu i,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-gift i,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-menu i,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-gift i {
  line-height: 0;
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-menu i svg path,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .diadao-sdk-button-gift i svg path,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-menu i svg path,
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .diadao-sdk-button-gift i svg path {
  transition: fill 0.25s ease-in-out;
  fill: var(--sdk-template-white);
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item {
  gap: 0.5rem;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item {
    gap: 1.5rem;
  }
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking {
  display: inline-block;
  border-radius: var(--sdk-buttons-border-radius);
  background: var(--sdk-color-btn-primary-background);
  height: 40px;
  border: 0;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking {
    height: 56px;
  }
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
  color: var(--sdk-color-btn-primary-text);
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking span {
    padding: 0 32px;
    font-size: 16px;
  }
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking:hover:not(:active), body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking:focus-visible {
  color: var(--sdk-color-btn-primary-text-hover);
  background: var(--sdk-color-btn-primary-background-hover);
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking:hover:not(:active) span, body header#diadao-header #diadao-header-buttons .anim_header_buttons_right .anim_header_item .diadao-sdk-button-booking:focus-visible span {
  color: var(--sdk-color-btn-primary-text-hover);
}
body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .anim_header_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .anim_header_item {
    gap: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .anim_header_item {
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  body header#diadao-header #diadao-header-buttons .anim_header_buttons_left .nav-socials {
    display: none;
  }
}
body header#diadao-header #diadao-header-buttons .sticky-logo {
  max-width: 120px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .sticky-logo {
    max-width: 165px;
    height: 0;
  }
}
body header#diadao-header #diadao-header-buttons .sticky-logo .anim_header_sticky_logo {
  height: 100%;
}
body header#diadao-header #diadao-header-buttons .sticky-logo .anim_header_sticky_logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body header#diadao-header #diadao-header-buttons .sticky-logo .anim_header_sticky_logo svg {
  height: auto;
  max-height: 100%;
  width: auto;
}
body header#diadao-header #diadao-header-buttons .anchors-menu {
  transition: opacity 0.15s ease-in-out;
}
@media only screen and (max-width: 1280px) {
  body header#diadao-header #diadao-header-buttons .anchors-menu {
    display: none;
  }
}
body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors,
body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 {
  gap: 0.75rem;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li:hover > a,
  body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li:hover > a {
    color: var(--anchor-menu-hover-color);
  }
}
body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li a,
body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li a {
  padding: 1rem 0.75rem;
  color: var(--anchor-menu-color);
  font-weight: 600;
  display: block;
}
body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li.menu-item-has-children,
body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
  background: no-repeat right;
}
body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li.menu-item-has-children:before,
body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  -webkit-mask-image: url("../images/svg/sdk-icon-reg-chevron-down.svg");
  mask-image: url("../images/svg/sdk-icon-reg-chevron-down.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--anchor-menu-color);
  transition: transform 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li.menu-item-has-children:hover:before,
  body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li.menu-item-has-children:hover:before {
    background-color: var(--anchor-menu-hover-color);
    transform: rotate(-180deg);
  }
  body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li.menu-item-has-children:hover .sub-menu,
  body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li.menu-item-has-children:hover .sub-menu {
    pointer-events: all;
    opacity: 1;
  }
}
body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li.menu-item-has-children .sub-menu,
body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  opacity: 0;
  padding-block: 15px;
  transition: opacity 0.25s ease-in-out, background 0.25s ease-in-out;
  pointer-events: none;
}
body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li.menu-item-has-children .sub-menu li,
body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li.menu-item-has-children .sub-menu li {
  text-align: left;
}
body header#diadao-header #diadao-header-buttons .anchors-menu #header-menu-anchors li.menu-item-has-children .sub-menu li a,
body header#diadao-header #diadao-header-buttons .anchors-menu #header-panel-1 li.menu-item-has-children .sub-menu li a {
  padding: 0.5rem 0.75rem;
}
body header#diadao-header #diadao-mainmenu .offcanvas-body {
  background: var(--sdk-color-theme-background-dark);
}
body header#diadao-header #diadao-mainmenu .menu-buttons {
  gap: 0.5rem;
  left: 16px;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu .menu-buttons {
    left: 48px;
  }
}
body header#diadao-header #diadao-mainmenu .menu-buttons .diadao-button-close {
  padding: 0.9375rem;
  top: 0;
  left: 0;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu {
  height: 100%;
  width: 100%;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-panel {
  width: 100%;
  min-height: 100%;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper {
  width: 100%;
  height: 100%;
  padding: 80px 24px 24px 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 65%;
  }
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu {
    gap: 1.5rem;
  }
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu li.current a {
  color: var(--sdk-template-white);
  opacity: 1;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a {
  color: var(--sdk-template-white);
  opacity: 0.56;
  padding: 0.3125rem 0;
}
@media only screen and (max-width: 991px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a:hover:not(:active), body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a:focus-visible {
  opacity: 1;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu a span {
  pointer-events: none;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-left #header-menu span {
  transition: none;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-media {
  display: none;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-media img,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-media video,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-media hls-video,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-media iframe {
  aspect-ratio: 1.3333333333;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-media {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 65%;
  }
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-media:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: 5;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right {
    padding: 2vw;
    width: 35%;
  }
}
@media only screen and (min-width: 1280px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right {
    padding: 6vw;
  }
}
@media only screen and (min-width: 1440px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right {
    padding: 7vw;
  }
}
@media only screen and (min-width: 1640px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right {
    padding: 8vw;
  }
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 {
  width: 100%;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1 ul,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 1rem;
  padding-block: 2.5rem;
}
@media only screen and (min-width: 992px) {
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1 ul,
  body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul {
    gap: 1.5rem;
  }
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1 ul li.current a,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul li.current a {
  color: var(--sdk-submenu-item-highlight-color);
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1 ul a,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--sdk-submenu-item-color);
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1 ul a:hover:not(:active), body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1 ul a:focus-visible,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul a:hover:not(:active),
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul a:focus-visible {
  color: var(--sdk-submenu-item-highlight-color);
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-1 ul a span,
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul a span {
  pointer-events: none;
  line-height: 1;
  transition: none;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right .menu-submenu-2 ul li a {
  font-size: 1rem;
}
body header#diadao-header #diadao-mainmenu #kwpb-diadao-menu .menu-wrapper .menu-right #social-menu a:hover {
  background-color: var(--sdk-color-theme-primary) !important;
}
body.diadao-scroll-top .sticky-logo {
  top: 1px !important;
  height: auto !important;
}
@media only screen and (min-width: 992px) {
  body.diadao-scroll-top .sticky-logo {
    top: 33px !important;
  }
}
body.diadao-footer-reached .sticky-logo {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  body.diadao-menuopened header#diadao-header #diadao-header-buttons:before {
    height: calc(70px + env(safe-area-inset-top, 0px));
  }
}
body.diadao-menuopened header#diadao-header #diadao-header-buttons .anchors-menu {
  opacity: 0;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before {
  height: 70px;
  transition: height 0.25s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before {
    height: calc(70px + env(safe-area-inset-top, 0px));
  }
}
@media only screen and (min-width: 992px) {
  body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header #diadao-header-buttons:before {
    height: 86px;
  }
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo {
  top: 0;
  padding-block: 15px !important;
  height: 70px !important;
}
@media only screen and (min-width: 992px) {
  body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo {
    height: 86px !important;
    padding-block: 15px !important;
  }
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo svg path, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo svg path, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo svg path, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .sticky-logo svg path {
  fill: var(--sdk-color-title-default);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right {
  padding-block: 15px !important;
}
@media only screen and (min-width: 992px) {
  body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
  body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
  body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
  body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left,
  body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right {
    padding-block: 15px !important;
  }
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift {
  border-radius: var(--sdk-buttons-border-radius);
  background-color: var(--sdk-color-btn-secondary-background);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu i svg path,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift i svg path,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu i svg path,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift i svg path, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift i svg path, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu i svg path,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift i svg path,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu i svg path,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift i svg path, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift i svg path {
  fill: var(--sdk-color-btn-secondary-text) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover {
  background-color: var(--sdk-color-btn-secondary-background-hover) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover i svg path,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover i svg path,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover i svg path,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover i svg path, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover i svg path, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover i svg path,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover i svg path,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover i svg path,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover i svg path, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-menu:hover i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .diadao-sdk-button-gift:hover i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-menu:hover i svg path,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .diadao-sdk-button-gift:hover i svg path {
  fill: var(--sdk-color-btn-secondary-text-hover) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a {
  color: var(--anchor-menu-sticked-color) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a:hover, body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.show,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a:hover,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.show, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a:hover, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.show,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.show, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a:hover, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.show,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a:hover,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.show, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a:hover, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.show,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.show {
  color: var(--anchor-menu-sticked-hover-color) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.dropdown-item,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.dropdown-item, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.dropdown-item,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.dropdown-item, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.dropdown-item,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.dropdown-item, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #header-menu-anchors a.dropdown-item,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #header-menu-anchors a.dropdown-item {
  color: var(--anchor-menu-sticked-color) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu {
  position: relative;
  z-index: 1200;
  overflow: visible !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a {
  color: var(--sdk-color-btn-secondary-text);
  background-color: var(--sdk-color-btn-secondary-background);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a:hover,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a:hover, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a:hover, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a:hover,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a:hover, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu a:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu a:hover {
  color: var(--sdk-color-btn-secondary-text-hover);
  background-color: var(--sdk-color-btn-secondary-background-hover);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu {
  top: 100% !important;
  z-index: 1200 !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item {
  background-color: var(--sdk-color-btn-secondary-background);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item:hover,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item:hover, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item:hover, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item:hover,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item:hover, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .lang-menu .dropdown-menu.show .dropdown-item:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .lang-menu .dropdown-menu.show .dropdown-item:hover {
  color: var(--sdk-color-btn-secondary-text-hover);
  background-color: var(--sdk-color-btn-secondary-background-hover);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:before,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:before, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:before,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:before, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:before,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:before, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:before,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:before {
  background-color: var(--anchor-menu-sticked-color) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:hover:before,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:hover:before, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:hover:before,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:hover:before, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:hover:before,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:hover:before, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left li.menu-item-has-children:hover:before,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right li.menu-item-has-children:hover:before {
  background-color: var(--anchor-menu-sticked-hover-color) !important;
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sub-menu,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sub-menu, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sub-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sub-menu, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sub-menu,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sub-menu, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sub-menu,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sub-menu {
  background: var(--sdk-color-theme-background);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a {
  background-color: var(--sdk-color-btn-secondary-background);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a::before,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a::before, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a::before,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a::before, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a::before,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a::before, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a::before,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a::before {
  background-color: var(--sdk-color-btn-secondary-text);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover {
  background-color: var(--sdk-color-btn-secondary-background-hover);
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover::before,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover::before, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover::before,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover::before, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover::before,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover::before, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left #social-menu a:hover::before,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right #social-menu a:hover::before {
  background-color: var(--sdk-color-btn-secondary-text-hover) !important;
}
@media only screen and (max-width: 991px) {
  body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle,
  body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle,
  body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle,
  body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle,
  body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle {
    opacity: 0;
    pointer-events: none;
  }
}
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle .sdk-season-toggle__label,
body.sticky-default.diadao-scrolled-up:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle .sdk-season-toggle__label, body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle .sdk-season-toggle__label,
body.device-mobile.sdk-header-scroll-ready.sticky-default.diadao-scrolled-up:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle .sdk-season-toggle__label, body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle .sdk-season-toggle__label,
body.sticky-v2-enabled:not(.device-mobile):not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle .sdk-season-toggle__label, body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_left .sdk-season-toggle .sdk-season-toggle__label,
body.device-mobile.sdk-header-scroll-ready.sticky-v2-enabled:not(.diadao-menuopened):not(.diadao-snippet-open):not(.diadao-scroll-top):not(.diadao-footer-reached) header#diadao-header .anim_header_buttons_right .sdk-season-toggle .sdk-season-toggle__label {
  color: var(--sdk-color-text-default);
}
body.sdk-animations-light header#diadao-header {
  opacity: 1;
}
body.sdk-animations-full.sdk-dom-content-loaded header#diadao-header {
  opacity: 1;
}
body:not(.sdkbs-panel-opening):not(.diadao-menuopened) header#diadao-header .menu-media {
  display: none !important;
}

.infobanner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 999;
  background: var(--sdk-template-white);
  height: 48px;
  padding: 8px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .infobanner {
    padding: 8px 56px;
  }
}
.infobanner__icon {
  line-height: 0;
}
.infobanner__icon svg {
  max-height: 30px;
  width: auto;
}
.infobanner__text {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* SEASON TOGGLE (Été / Hiver)
---------------------------------------- */
.sdk-season-toggle {
  --sdk-season-toggle-track-w: 56px;
  --sdk-season-toggle-track-h: 28px;
  --sdk-season-toggle-thumb-size: 20px;
  --sdk-season-toggle-thumb-pad: 4px;
  --sdk-season-toggle-gap-mobile: 4px;
  --sdk-season-toggle-gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: var(--sdk-season-toggle-gap-mobile);
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--sdk-menu-item-color, currentColor);
  font: inherit;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.sdk-season-toggle:focus-visible {
  outline: 2px solid var(--sdk-color-theme-primary);
  outline-offset: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .sdk-season-toggle {
    gap: var(--sdk-season-toggle-gap);
  }
}

.sdk-season-toggle__label {
  font-size: 14px;
  font-weight: 500;
  color: var(--sdk-color-btn-primary-text);
  transition: opacity 200ms ease, color 200ms ease;
}
@media only screen and (max-width: 640px) {
  .sdk-season-toggle__label {
    display: none;
  }
}

.sdk-season-toggle__track {
  position: relative;
  width: var(--sdk-season-toggle-track-w);
  height: var(--sdk-season-toggle-track-h);
  border-radius: 999px;
  background: var(--sdk-template-white, #fff);
  transition: background 250ms ease;
  border: 1px solid rgba(195, 195, 195, 0.25);
  display: flex;
  align-items: center;
}

.sdk-season-toggle__thumb {
  position: absolute;
  left: var(--sdk-season-toggle-thumb-pad);
  width: var(--sdk-season-toggle-thumb-size);
  height: var(--sdk-season-toggle-thumb-size);
  border-radius: 50%;
  background-color: var(--sdk-template-white, #fff);
  background-image: url("../images/svg/season-toggle-cta-hiver.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--sdk-template-white, #fff);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: left ease-in 0.3s;
  will-change: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* Active state: SUMMER -------------------------------- */
html[data-season=summer] .sdk-season-toggle__thumb {
  left: calc(100% - var(--sdk-season-toggle-thumb-size) - var(--sdk-season-toggle-thumb-pad));
  background-image: url("../images/svg/season-toggle-cta-ete.svg");
}

.btn-group {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .btn-group {
    margin-top: 60px;
  }
}

/* BUTTONS
---------------------------------------- */
.btn-primary {
  display: inline-block;
  border-radius: var(--sdk-buttons-border-radius);
  background: var(--sdk-color-btn-primary-background);
  height: 40px;
  border: 0;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-primary {
    height: 56px;
  }
}
.btn-primary span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
  color: var(--sdk-color-btn-primary-text);
}
@media only screen and (min-width: 992px) {
  .btn-primary span {
    padding: 0 32px;
    font-size: 16px;
  }
}
.btn-primary:hover:not(:active), .btn-primary:focus-visible {
  color: var(--sdk-color-btn-primary-text-hover);
  background: var(--sdk-color-btn-primary-background-hover);
}
.btn-primary:hover:not(:active) span, .btn-primary:focus-visible span {
  color: var(--sdk-color-btn-primary-text-hover);
}
@media only screen and (max-width: 640px) {
  .btn-primary {
    width: 100%;
  }
}

.btn-secondary {
  display: inline-block;
  border-radius: var(--sdk-buttons-border-radius);
  background: var(--sdk-color-btn-secondary-background);
  height: 40px;
  border: 0;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .btn-secondary {
    height: 56px;
  }
}
.btn-secondary span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
  color: var(--sdk-color-btn-secondary-text);
}
@media only screen and (min-width: 992px) {
  .btn-secondary span {
    padding: 0 32px;
    font-size: 16px;
  }
}
.btn-secondary:hover:not(:active), .btn-secondary:focus-visible {
  color: var(--sdk-color-btn-secondary-text-hover);
  background: var(--sdk-color-btn-secondary-background-hover);
}
.btn-secondary:hover:not(:active) span, .btn-secondary:focus-visible span {
  color: var(--sdk-color-btn-secondary-text-hover);
}
@media only screen and (max-width: 640px) {
  .btn-secondary {
    width: 100%;
  }
}

.btn-outline {
  display: inline-block;
  border-radius: var(--sdk-buttons-border-radius);
  background: transparent;
  height: 40px;
  border: 0;
  transition: background-color 0.25s ease-in-out;
  border: 1px solid #ffffff;
}
@media only screen and (min-width: 992px) {
  .btn-outline {
    height: 56px;
  }
}
.btn-outline span {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  pointer-events: none;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .btn-outline span {
    padding: 0 32px;
    font-size: 16px;
  }
}
.btn-outline:hover:not(:active), .btn-outline:focus-visible {
  color: transparent;
  background: var(--sdk-color-btn-primary-background-hover);
}
.btn-outline:hover:not(:active) span, .btn-outline:focus-visible span {
  color: transparent;
}
.btn-outline:hover:not(:active), .btn-outline:focus-visible {
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .btn-outline {
    width: 100%;
  }
}

.btn-underline {
  position: relative;
  color: var(--sdk-color-theme-primary);
  height: 27px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0 0 5px;
}
.btn-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.25rem;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.btn-underline span {
  pointer-events: none;
}
.btn-underline:hover:not(:active)::before, .btn-underline:focus-visible::before {
  width: 100%;
}

.btn-close,
.diadao-button-close,
.button-room-detail-close {
  position: fixed;
  left: auto;
  top: 16px;
  right: 16px;
  opacity: 1;
  background-color: var(--sdk-color-btn-secondary-background);
  border-radius: var(--sdk-buttons-border-radius);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
}
@media only screen and (min-width: 992px) {
  .btn-close,
  .diadao-button-close,
  .button-room-detail-close {
    width: 56px;
    height: 56px;
  }
}
.btn-close svg,
.diadao-button-close svg,
.button-room-detail-close svg {
  position: relative;
  width: var(--diadao-button-close-svg-width);
  height: var(--diadao-button-close-svg-height);
  margin: 0;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.btn-close svg path,
.diadao-button-close svg path,
.button-room-detail-close svg path {
  fill: var(--sdk-color-btn-secondary-text) !important;
}
.btn-close:hover:not(:active), .btn-close:focus-visible,
.diadao-button-close:hover:not(:active),
.diadao-button-close:focus-visible,
.button-room-detail-close:hover:not(:active),
.button-room-detail-close:focus-visible {
  background-color: var(--sdk-color-btn-secondary-background-hover);
}
.btn-close:hover:not(:active) svg path, .btn-close:focus-visible svg path,
.diadao-button-close:hover:not(:active) svg path,
.diadao-button-close:focus-visible svg path,
.button-room-detail-close:hover:not(:active) svg path,
.button-room-detail-close:focus-visible svg path {
  fill: var(--sdk-color-btn-secondary-text-hover) !important;
}

/*!
 * 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: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.current,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.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;
  overscroll-behavior-y: none;
}
@media only screen and (min-width: 992px) {
  .offcanvas {
    --bs-offcanvas-width: 640px;
  }
}

/*# sourceMappingURL=diadao-sdktemplate-fcp.css.map */
