@charset "UTF-8";
img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }

/*!
 * 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: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

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

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

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

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

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

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

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

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #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;
}

/*# sourceMappingURL=diadao-starter-bootstrap.css.map */

:root {
  --diadao-qs-loading-svg-size: 40px;
  --diadao-hsc-sticky-shadow: 0px 0px 99px #00000029;
  --diadao-hsc-loader-size: 38px;
  --diadao-hsc-loader-left: 50%;
  --diadao-hsc-loader-top: 50%;
  --diadao-hsc-loader-transform: translateX(-50%) translateY(-50%);
  --diadao-hsc-loader-booking-left: 50%;
  --diadao-hsc-loader-booking-top: 38px;
  --diadao-hsc-loader-booking-transform: translateX(-50%);
  --diadao-hsc-loader-bestprice-left: 50%;
  --diadao-hsc-loader-bestprice-top: 50%;
  --diadao-hsc-loader-bestprice-transform: translateX(-50%) translateY(-50%);
  --diadao-hsc-loader-bestprice-right: initial;
  --diadao-hsc-loader-sticky-room-desktop-single-position: relative;
  --diadao-hsc-loader-sticky-room-desktop-single-left: 0px;
  --diadao-hsc-loader-sticky-room-desktop-single-top: 0px;
  --diadao-hsc-loader-sticky-room-desktop-single-transform: none;
  --diadao-hsc-buttons-toggle-radius: 100%;
  --diadao-hsc-buttons-toggle-width: 50px;
  --diadao-hsc-buttons-toggle-height: 30px;
  --diadao-hsc-buttons-toggle-line-height: 30px;
  --diadao-hsc-buttons-toggle-line-height-minus: 28px;
  --diadao-hsc-buttons-toggle-font-size: 20px;
  --diadao-hsc-booking-button-book-max-width: none;
  --diadao-hsc-booking-button-book-display: inline-block;
  --diadao-hsc-booking-button-book-width: auto;
  --diadao-hsc-booking-button-book-min-width: auto;
  --diadao-hsc-booking-button-book-margin-left: auto;
  --diadao-hsc-booking-button-book-margin-right: auto;
  --diadao-hsc-booking-button-none-width: auto;
  --diadao-hsc-booking-button-none-display: inline-block;
  --diadao-hsc-booking-button-none-max-width: none;
  --diadao-hsc-booking-button-none-min-width: auto;
  --diadao-hsc-booking-button-none-margin-left: auto;
  --diadao-hsc-booking-button-none-margin-right: auto;
  --diadao-hsc-booking-button-none-padding-left: 14px;
  --diadao-hsc-booking-button-none-padding-right: 14px;
  --diadao-hsc-booking-none-wrapper-display: flex;
  --diadao-hsc-booking-none-wrapper-flex-wrap: nowrap;
  --diadao-hsc-booking-none-wrapper-align-items: center;
  --diadao-hsc-booking-none-wrapper-justify-content: flex-start;
  --diadao-hsc-booking-none-wrapper-text-align: left;
  --diadao-hsc-booking-none-wrapper-button-display: flex;
  --diadao-hsc-booking-none-wrapper-button-flex-wrap: nowrap;
  --diadao-hsc-booking-none-wrapper-button-align-items: center;
  --diadao-hsc-booking-none-wrapper-button-justify-content: flex-start;
  --diadao-hsc-booking-none-wrapper-button-text-align: left;
  --diadao-hsc-booking-none-wrapper-button-margin-top: 0px;
  --diadao-hsc-popup-title-text-transform: uppercase;
  --diadao-hsc-popup-title-font-weight: bold;
  --diadao-hsc-popup-title-margin-bottom: 40px;
  --diadao-hsc-popup-title-font-size: 24px;
  --diadao-hsc-popup-title-letter-spacing: 0px;
  --diadao-hsc-popup-title-font-family: initial;
  --diadao-hsc-popup-title-line-height: 1.4;
  --diadao-hsc-popup-bg-color: white;
  --diadao-hsc-popup-box-shadow: 4px 0 200px 0 rgb(29 29 29 / 30%);
  --diadao-hsc-popup-button-close-min-width: auto;
  --diadao-hsc-popup-button-close-max-width: none;
  --diadao-hsc-popup-button-close-width: auto;
  --diadao-hsc-popup-button-close-height: auto;
  --diadao-hsc-popup-button-close-display: inline-flex;
  --diadao-hsc-popup-button-close-align-items: center;
  --diadao-hsc-popup-button-close-justify-content: center;
  --diadao-hsc-popup-button-close-text-line-height: initial;
  --diadao-hsc-popup-button-close-text-display: none;
  --diadao-hsc-popup-button-close-text-font-family: initial;
  --diadao-hsc-popup-button-close-text-font-weight: initial;
  --diadao-hsc-booking-toggle-value-width: 50px;
  --diadao-hsc-booking-width: 100%;
  --diadao-hsc-booking-max-width: none;
  --diadao-hsc-booking-margin-left: 0px;
  --diadao-hsc-booking-margin-right: 0px;
  --diadao-hsc-booking-label-text-align: left;
  --diadao-hsc-booking-label-margin-bottom: 10px;
  --diadao-hsc-booking-label-font-size: 16px;
  --diadao-hsc-booking-label-letter-spacing: 0px;
  --diadao-hsc-booking-label-text-transform: initial;
  --diadao-hsc-booking-label-font-weight: 400;
  --diadao-hsc-booking-label-font-family: initial;
  --diadao-hsc-booking-value-font-weight: 400;
  --diadao-hsc-booking-value-font-family: initial;
  --diadao-hsc-booking-value-font-size: 30px;
  --diadao-hsc-booking-value-letter-spacing: 0px;
  --diadao-hsc-booking-value-text-align: left;
  --diadao-hsc-booking-value-margin-bottom: 0px;
  --diadao-hsc-booking-value-text-transform: initial;
  --diadao-hsc-booking-daterange-padding-top: 0px;
  --diadao-hsc-booking-daterange-padding-bottom: 0px;
  --diadao-hsc-booking-daterange-padding-left: 0px;
  --diadao-hsc-booking-daterange-padding-right: 0px;
  --diadao-hsc-booking-daterange-radius: 0px;
  --diadao-hsc-booking-daterange-margin-bottom: 0px;
  --diadao-hsc-booking-daterange-bgcolor: transparent;
  --diadao-hsc-booking-daterange-separator-content: none;
  --diadao-hsc-booking-daterange-separator-display: block;
  --diadao-hsc-booking-daterange-separator-width: 1px;
  --diadao-hsc-booking-daterange-separator-position: absolute;
  --diadao-hsc-booking-daterange-separator-height: 100%;
  --diadao-hsc-booking-daterange-separator-background-color: #fff;
  --diadao-hsc-booking-daterange-separator-top: 0;
  --diadao-hsc-booking-daterange-separator-left: 50%;
  --diadao-hsc-booking-daterange-separator-margin-left: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-top: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-bottom: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-left: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-right: 0px;
  --diadao-hsc-booking-daterange-arrival-radius: 0px;
  --diadao-hsc-booking-daterange-arrival-margin-bottom: 0px;
  --diadao-hsc-booking-daterange-arrival-bgcolor: transparent;
  --diadao-hsc-booking-daterange-departure-padding-top: 0px;
  --diadao-hsc-booking-daterange-departure-padding-bottom: 0px;
  --diadao-hsc-booking-daterange-departure-padding-left: 0px;
  --diadao-hsc-booking-daterange-departure-padding-right: 0px;
  --diadao-hsc-booking-daterange-departure-radius: 0px;
  --diadao-hsc-booking-daterange-departure-margin-bottom: 0px;
  --diadao-hsc-booking-daterange-departure-bgcolor: transparent;
  --diadao-hsc-booking-price-value-font-weight: 400;
  --diadao-hsc-booking-price-value-font-family: initial;
  --diadao-hsc-booking-price-value-font-size: 30px;
  --diadao-hsc-booking-price-value-letter-spacing: 0px;
  --diadao-hsc-booking-bestprice-title-div-display: inline-block;
  --diadao-hsc-booking-bestprice-title-div-width: 100%;
  --diadao-hsc-booking-bestprice-title-div-line-height: 1;
  --diadao-hsc-booking-bestprice-title-div-padding-right: 0px;
  --diadao-hsc-booking-bestprice-title-div-padding-top: 4px;
  --diadao-hsc-booking-bestprice-title-div-padding-bottom: 4px;
  --diadao-hsc-booking-bestprice-title-margin: 0px;
  --diadao-hsc-booking-bestprice-title-font-size: 20px;
  --diadao-hsc-booking-bestprice-title-letter-spacing: 0px;
  --diadao-hsc-booking-bestprice-title-line-height: 1;
  --diadao-hsc-booking-bestprice-title-font-weight: 400;
  --diadao-hsc-booking-bestprice-title-text-transform: initial;
  --diadao-hsc-booking-bestprice-title-font-family: initial;
  --diadao-hsc-booking-bestprice-title-color: #00283b;
  --diadao-hsc-booking-bestprice-text-transform: uppercase;
  --diadao-hsc-booking-bestprice-title-margin-bottom: 5px;
  --diadao-hsc-booking-bestprice-subtitle-div-display: inline-block;
  --diadao-hsc-booking-bestprice-subtitle-div-position: relative;
  --diadao-hsc-booking-bestprice-subtitle-div-width: 100%;
  --diadao-hsc-booking-bestprice-subtitle-div-height: auto;
  --diadao-hsc-booking-bestprice-subtitle-div-padding: 0px;
  --diadao-hsc-booking-bestprice-subtitle-div-padding-right: 20px;
  --diadao-hsc-booking-bestprice-subtitle-div-right: 0px;
  --diadao-hsc-booking-bestprice-subtitle-div-align-items: initial;
  --diadao-hsc-booking-bestprice-subtitle-div-justify-content: initial;
  --diadao-hsc-booking-bestprice-subtitle-div-top: initial;
  --diadao-hsc-booking-bestprice-subtitle-div-margin-top: 0px;
  --diadao-hsc-booking-bestprice-subtitle-text-display: inline-block;
  --diadao-hsc-booking-bestprice-picto-position: absolute;
  --diadao-hsc-booking-bestprice-picto-display: block;
  --diadao-hsc-booking-bestprice-picto-width: 12px;
  --diadao-hsc-booking-bestprice-picto-height: 12px;
  --diadao-hsc-booking-bestprice-picto-margin: 0px;
  --diadao-hsc-booking-bestprice-picto-margin-top: -6px;
  --diadao-hsc-booking-bestprice-picto-margin-left: 0px;
  --diadao-hsc-booking-bestprice-picto-left: initial;
  --diadao-hsc-booking-bestprice-picto-top: 50%;
  --diadao-hsc-booking-bestprice-picto-right: 0px;
  --diadao-hsc-booking-bestprice-picto-filter: none;
  --diadao-hsc-booking-price-display: inline-block;
  --diadao-hsc-booking-price-margin-top: 0px;
  --diadao-hsc-booking-price-width: 150px;
  --diadao-hsc-booking-price-text-align: right;
  --diadao-hsc-booking-price-color: #00283b;
  --diadao-hsc-booking-bestprice-wrapper-wrap: nowrap;
  --diadao-hsc-booking-a-link-color: #00283b;
  --diadao-hsc-booking-ota-bottom-margin-top: 30px;
  --diadao-hsc-booking-ota-container-default-margin-top: 15px;
  --diadao-hsc-booking-ota-row-margin-bottom: 10px;
  --diadao-hsc-booking-ota-row-font-family: initial;
  --diadao-hsc-booking-ota-row-font-size: 14px;
  --diadao-hsc-booking-ota-row-letter-spacing: 0px;
  --diadao-hsc-booking-ota-row-line-height: 1;
  --diadao-hsc-booking-ota-row-font-weight: 300;
  --diadao-hsc-booking-ota-row-text-transform: initial;
  --diadao-hsc-booking-ota-row-text-align: left;
  --diadao-hsc-booking-ota-row-name-width: calc(100% - 150px);
  --diadao-hsc-booking-ota-row-name-text-align: left;
  --diadao-hsc-booking-ota-row-name-color: #00283b;
  --diadao-hsc-booking-ota-row-value-width: 150px;
  --diadao-hsc-booking-ota-row-value-text-align: right;
  --diadao-hsc-booking-ota-row-value-color: #00283b;
  --diadao-hsc-booking-noresults-message-display: block;
  --diadao-hsc-booking-noresults-message-max-width: none;
  --diadao-hsc-booking-noresults-message-width: 100%;
  --diadao-hsc-booking-noresults-message-margin-left: auto;
  --diadao-hsc-booking-noresults-message-margin-right: auto;
  --diadao-hsc-booking-noresults-message-color: #00283b;
  --diadao-hsc-booking-noresults-message-font-family: initial;
  --diadao-hsc-booking-noresults-message-font-size: 14px;
  --diadao-hsc-booking-noresults-message-letter-spacing: 0px;
  --diadao-hsc-booking-noresults-message-line-height: 1;
  --diadao-hsc-booking-noresults-message-font-weight: 300;
  --diadao-hsc-booking-noresults-message-text-transform: initial;
  --diadao-hsc-booking-noresults-message-text-align: left;
  --diadao-hsc-booking-noresults-message-picto-filter: none;
  --diadao-hsc-booking-conditions-color: #00283b;
  --diadao-hsc-booking-conditions-font-family: initial;
  --diadao-hsc-booking-conditions-font-size: 14px;
  --diadao-hsc-booking-conditions-letter-spacing: 0px;
  --diadao-hsc-booking-conditions-line-height: 1;
  --diadao-hsc-booking-conditions-font-weight: 300;
  --diadao-hsc-booking-conditions-text-transform: initial;
  --diadao-hsc-booking-conditions-text-align: left;
  --diadao-hsc-booking-conditions-picto-filter: none;
  --diadao-hsc-booking-legend-color: #00283b;
  --diadao-hsc-booking-legend-font-family: initial;
  --diadao-hsc-booking-legend-font-size: 14px;
  --diadao-hsc-booking-legend-letter-spacing: 0px;
  --diadao-hsc-booking-legend-line-height: 1;
  --diadao-hsc-booking-legend-font-weight: 300;
  --diadao-hsc-booking-legend-text-transform: initial;
  --diadao-hsc-booking-legend-text-align: left;
  --diadao-hsc-booking-legend-title-font-weight: bold;
  --diadao-hsc-booking-legend-title-margin-bottom: 10px;
  --diadao-hsc-booking-legend-link-font-weight: normal;
  --diadao-hsc-booking-legend-link-color: #00283b;
  --diadao-hsc-booking-legend-link-color-hover: #00283b;
  --diadao-hsc-bestprice-font-size: 20px;
  --diadao-hsc-bestprice-letter-spacing: 0px;
  --diadao-hsc-bestprice-line-height: 1;
  --diadao-hsc-bestprice-font-weight: 400;
  --diadao-hsc-bestprice-text-transform: initial;
  --diadao-hsc-bestprice-font-family: initial;
  --diadao-hsc-bestprice-color: white;
  --diadao-hsc-bestprice-currency-padding-left: 4px;
  --diadao-hsc-bestprice-currency-font-size: 20px;
  --diadao-hsc-bestprice-currency-letter-spacing: 0px;
  --diadao-hsc-bestprice-currency-line-height: 1;
  --diadao-hsc-bestprice-currency-font-weight: 400;
  --diadao-hsc-bestprice-currency-text-transform: initial;
  --diadao-hsc-bestprice-currency-font-family: initial;
  --diadao-hsc-bestprice-currency-color: white;
  --diadao-hsc-bestprice-currency-vertical-align: top;
  --diadao-hsc-bestprice-none-font-size: 20px;
  --diadao-hsc-bestprice-none-letter-spacing: 0px;
  --diadao-hsc-bestprice-none-line-height: 1;
  --diadao-hsc-bestprice-none-font-weight: 400;
  --diadao-hsc-bestprice-none-text-transform: initial;
  --diadao-hsc-bestprice-none-font-family: initial;
  --diadao-hsc-bestprice-none-currency-padding-left: 4px;
  --diadao-hsc-bestprice-none-color: white;
  --diadao-hsc-bestprice-none-text-align: right;
  --diadao-hsc-booking-bgcolor: #f8f8f8;
  --diadao-hsc-booking-color-label: #00283b;
  --diadao-hsc-booking-color-value: #00283b;
  --diadao-hsc-booking-bgcolor-toggle: #f8f8f8;
  --diadao-hsc-bgcolor-toggle: #f8f8f8;
  --diadao-hsc-color-toggle: #000;
  --diadao-hsc-bgcolor-toggle-hover: #fff;
  --diadao-hsc-color-toggle-hover: #fff;
  --diadao-hsc-room-color-price: #fff;
  --diadao-hsc-room-color-none: #fff;
  --diadao-hsc-room-color-text: #fff;
  --diadao-hsc-booking-people-line-height: 1;
  --diadao-hsc-booking-input-adult-bgcolor: transparent;
  --diadao-hsc-booking-input-adult-border-top-left-radius: 0px;
  --diadao-hsc-booking-input-adult-border-top-right-radius: 0px;
  --diadao-hsc-booking-input-adult-border-bottom-left-radius: 0px;
  --diadao-hsc-booking-input-adult-border-bottom-right-radius: 0px;
  --diadao-hsc-booking-input-adult-padding-left: 14px;
  --diadao-hsc-booking-input-adult-padding-right: 0px;
  --diadao-hsc-booking-input-adult-padding-top: 22px;
  --diadao-hsc-booking-input-adult-padding-bottom: 22px;
  --diadao-hsc-booking-input-adult-margin-bottom: 0px;
  --diadao-hsc-booking-input-children-bgcolor: transparent;
  --diadao-hsc-booking-input-children-border-top-left-radius: 0px;
  --diadao-hsc-booking-input-children-border-top-right-radius: 0px;
  --diadao-hsc-booking-input-children-border-bottom-left-radius: 0px;
  --diadao-hsc-booking-input-children-border-bottom-right-radius: 0px;
  --diadao-hsc-booking-input-children-padding-left: 0px;
  --diadao-hsc-booking-input-children-padding-right: 14px;
  --diadao-hsc-booking-input-children-padding-top: 22px;
  --diadao-hsc-booking-input-children-padding-bottom: 22px;
  --diadao-hsc-booking-input-children-margin-bottom: 0px;
  --diadao-hsc-booking-input-infant-bgcolor: transparent;
  --diadao-hsc-booking-input-infant-border-top-left-radius: 0px;
  --diadao-hsc-booking-input-infant-border-top-right-radius: 0px;
  --diadao-hsc-booking-input-infant-border-bottom-left-radius: 0px;
  --diadao-hsc-booking-input-infant-border-bottom-right-radius: 0px;
  --diadao-hsc-booking-input-infant-padding-left: 0px;
  --diadao-hsc-booking-input-infant-padding-right: 0px;
  --diadao-hsc-booking-input-infant-padding-top: 0px;
  --diadao-hsc-booking-input-infant-padding-bottom: 0px;
  --diadao-hsc-booking-input-infant-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-title-picto-div-width: 26px;
  --diadao-hsc-desktop-sticky-title-picto-div-height: 26px;
  --diadao-hsc-desktop-sticky-title-picto-div-border-radius: 0px;
  --diadao-hsc-desktop-sticky-title-picto-div-bgcolor: transparent;
  --diadao-hsc-desktop-sticky-title-picto-div-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-title-picto-img-width: 26px;
  --diadao-hsc-desktop-sticky-title-picto-img-height: 26px;
  --diadao-hsc-desktop-sticky-title-picto-justify-content: center;
  --diadao-hsc-desktop-sticky-widget-padding-left: 0px;
  --diadao-hsc-desktop-sticky-widget-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-widget-margin-top: 0px;
  --diadao-hsc-desktop-sticky-widget-width: 100%;
  --diadao-hsc-desktop-sticky-widget-display: none;
  --diadao-hsc-desktop-sticky-infos-display: none;
  --diadao-hsc-desktop-sticky-infos-width: 0%;
  --diadao-hsc-desktop-sticky-infos-padding-left: 0px;
  --diadao-hsc-desktop-sticky-infos-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-infos-font-size: 16px;
  --diadao-hsc-desktop-sticky-infos-line-height: 24px;
  --diadao-hsc-desktop-sticky-infos-font-weight: 100;
  --diadao-hsc-desktop-sticky-infos-color: white;
  --diadao-hsc-desktop-sticky-infos-a-color: yellow;
  --diadao-hsc-desktop-sticky-infos-a-font-weight: bold;
  --diadao-hsc-desktop-sticky-infos-list-li-padding-left: 25px;
  --diadao-hsc-desktop-sticky-infos-list-li-margin-bottom: 4px;
  --diadao-hsc-desktop-sticky-infos-list-icon: url("https://cdn.diadao.io/svg/hsc-checked-white.svg");
  --diadao-hsc-desktop-sticky-infos-list-icon-size: 16px;
  --diadao-hsc-desktop-sticky-infos-list-icon-margin-top: -8px;
  --diadao-hsc-desktop-sticky-infos-contact-padding-left: 0px;
  --diadao-hsc-desktop-sticky-infos-contact-text-align: left;
  --diadao-hsc-desktop-sticky-infos-contact-title-margin-bottom: 5px;
  --diadao-hsc-desktop-sticky-bgcolor: #f8f8f8;
  --diadao-hsc-desktop-sticky-color-label: #00283b;
  --diadao-hsc-desktop-sticky-color-value: #00283b;
  --diadao-hsc-desktop-sticky-bgcolor-toggle: #f8f8f8;
  --diadao-hsc-desktop-sticky-color-toggle: #000;
  --diadao-hsc-desktop-sticky-bgcolor-toggle-hover: #fff;
  --diadao-hsc-desktop-sticky-color-toggle-hover: #fff;
  --diadao-hsc-desktop-sticky-text-padding-left: 20px;
  --diadao-hsc-desktop-sticky-text-color-title: #fff;
  --diadao-hsc-desktop-sticky-text-color-subtitle: #fff;
  --diadao-hsc-desktop-sticky-toggle-width: 24px;
  --diadao-hsc-desktop-sticky-toggle-height: 24px;
  --diadao-hsc-desktop-sticky-toggle-line-height: 24px;
  --diadao-hsc-desktop-sticky-toggle-line-height-minus: 20px;
  --diadao-hsc-desktop-sticky-toggle-value-width: 50px;
  --diadao-hsc-desktop-sticky-text-title-text-align: center;
  --diadao-hsc-desktop-sticky-text-title-font-size: 20px;
  --diadao-hsc-desktop-sticky-text-title-line-height: 1;
  --diadao-hsc-desktop-sticky-text-title-letter-spacing: 0px;
  --diadao-hsc-desktop-sticky-text-title-text-transform: initial;
  --diadao-hsc-desktop-sticky-text-title-font-weight: 400;
  --diadao-hsc-desktop-sticky-text-title-font-family: initial;
  --diadao-hsc-desktop-sticky-text-title-margin-top: 0;
  --diadao-hsc-desktop-sticky-text-title-margin-bottom: 0;
  --diadao-hsc-desktop-sticky-text-title-padding-left: 0px;
  --diadao-hsc-desktop-sticky-text-title-max-width: none;
  --diadao-hsc-desktop-sticky-text-subtitle-display: block;
  --diadao-hsc-desktop-sticky-text-subtitle-text-align: center;
  --diadao-hsc-desktop-sticky-text-subtitle-font-size: 16px;
  --diadao-hsc-desktop-sticky-text-subtitle-line-height: 1;
  --diadao-hsc-desktop-sticky-text-subtitle-letter-spacing: 0px;
  --diadao-hsc-desktop-sticky-text-subtitle-text-transform: initial;
  --diadao-hsc-desktop-sticky-text-subtitle-font-weight: 400;
  --diadao-hsc-desktop-sticky-text-subtitle-font-family: initial;
  --diadao-hsc-desktop-sticky-text-subtitle-margin-bottom: 0;
  --diadao-hsc-sticky-room-bgcolor: #f8f8f8;
  --diadao-hsc-sticky-room-color-label: #00283b;
  --diadao-hsc-sticky-room-single-color-label: #00283b;
  --diadao-hsc-sticky-room-color-value: #00283b;
  --diadao-hsc-sticky-room-single-color-value: #00283b;
  --diadao-hsc-sticky-room-bgcolor-toggle: #f8f8f8;
  --diadao-hsc-sticky-room-color-toggle: #000;
  --diadao-hsc-sticky-room-bgcolor-toggle-hover: #fff;
  --diadao-hsc-sticky-room-color-toggle-hover: #fff;
  --diadao-hsc-sticky-room-single-bgcolor-toggle: #f8f8f8;
  --diadao-hsc-sticky-room-single-color-toggle: #000;
  --diadao-hsc-sticky-room-single-bgcolor-toggle-hover: #fff;
  --diadao-hsc-sticky-room-single-color-toggle-hover: #fff;
  --diadao-hsc-sticky-room-people-line-height: 1;
  --diadao-hsc-sticky-room-remaining-bgcolor: #00283b;
  --diadao-hsc-sticky-room-remaining-color: #fff;
  --diadao-hsc-sticky-room-remaining-line-height: 1;
  --diadao-hsc-sticky-room-remaining-padding-top: 2px;
  --diadao-hsc-sticky-room-remaining-padding-bottom: 2px;
  --diadao-hsc-sticky-room-desktop-left-width: 580px;
  --diadao-hsc-sticky-room-desktop-right-width: calc(100% - 580px);
  --diadao-hsc-sticky-room-desktop-label-margin-bottom: 0;
  --diadao-hsc-sticky-room-desktop-label-height: 24px;
  --diadao-hsc-sticky-room-desktop-label-font-size: 16px;
  --diadao-hsc-sticky-room-desktop-label-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-label-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-label-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-label-font-family: initial;
  --diadao-hsc-sticky-room-desktop-label-date-text-align: center;
  --diadao-hsc-sticky-room-desktop-label-people-text-align: center;
  --diadao-hsc-sticky-room-desktop-value-text-align: center;
  --diadao-hsc-sticky-room-desktop-value-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-value-font-size: 16px;
  --diadao-hsc-sticky-room-desktop-value-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-value-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-value-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-value-font-family: initial;
  --diadao-hsc-sticky-room-desktop-input-date-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-date-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-input-date-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-date-justify-content: initial;
  --diadao-hsc-sticky-room-desktop-input-date-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-date-text-align: initial;
  --diadao-hsc-sticky-room-desktop-input-date-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-left: 14px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-right: 14px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-date-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-margin-bottom: 10px;
  --diadao-hsc-sticky-room-desktop-input-date-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-date-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-departure-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-date-departure-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-departure-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-adult-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-adult-justify-content: center;
  --diadao-hsc-sticky-room-desktop-input-adult-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-adult-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-adult-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-input-adult-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-left: 14px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-input-children-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-children-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-children-justify-content: center;
  --diadao-hsc-sticky-room-desktop-input-children-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-children-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-children-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-input-children-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-right: 14px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-children-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-input-infant-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-infant-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-infant-justify-content: center;
  --diadao-hsc-sticky-room-desktop-input-infant-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-infant-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-infant-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-input-infant-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-single-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-single-border-radius: 0px;
  --diadao-hsc-sticky-room-desktop-single-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-padding-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-single-padding-left: 40px;
  --diadao-hsc-sticky-room-desktop-single-padding-right: 40px;
  --diadao-hsc-sticky-room-desktop-single-button-price-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-button-price-margin-bottom: 20px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-single-input-adult-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-adult-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-single-input-children-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-children-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-single-input-infant-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-infant-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-date-align-items: var(--diadao-hsc-sticky-room-desktop-input-date-align-items);
  --diadao-hsc-sticky-room-desktop-single-input-date-justify-content: var(--diadao-hsc-sticky-room-desktop-input-date-justify-content);
  --diadao-hsc-sticky-room-desktop-single-input-date-flex-wrap: var(--diadao-hsc-sticky-room-desktop-input-date-flex-wrap);
  --diadao-hsc-sticky-room-desktop-single-input-date-text-align: var(--diadao-hsc-sticky-room-desktop-input-date-text-align);
  --diadao-hsc-sticky-room-desktop-single-label-date-text-align: var(--diadao-hsc-sticky-room-desktop-label-date-text-align);
  --diadao-hsc-sticky-room-desktop-single-input-date-arrival-width: var(--diadao-hsc-sticky-room-desktop-input-date-arrival-width);
  --diadao-hsc-sticky-room-desktop-single-input-date-arrival-margin-top: var(--diadao-hsc-sticky-room-desktop-input-date-arrival-margin-top);
  --diadao-hsc-sticky-room-desktop-single-input-date-arrival-margin-bottom: var(--diadao-hsc-sticky-room-desktop-input-date-arrival-margin-bottom);
  --diadao-hsc-sticky-room-desktop-single-input-date-departure-width: var(--diadao-hsc-sticky-room-desktop-input-date-departure-width);
  --diadao-hsc-sticky-room-desktop-single-input-date-departure-margin-top: var(--diadao-hsc-sticky-room-desktop-input-date-departure-margin-top);
  --diadao-hsc-sticky-room-desktop-single-input-date-departure-margin-bottom: var(--diadao-hsc-sticky-room-desktop-input-date-departure-margin-bottom);
  --diadao-hsc-sticky-room-desktop-single-input-date-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-date-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-date-bgcolor: transparent;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-height: auto;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-top: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-justify-content: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-margin-bottom: 20px;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-left: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-top: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-height: auto;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-family: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-size: 20px;
  --diadao-hsc-sticky-room-desktop-single-remaining-line-height: 1;
  --diadao-hsc-sticky-room-desktop-single-remaining-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-color: #000;
  --diadao-hsc-sticky-room-desktop-single-remaining-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-justify-content: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-remaining-left: initial;
  --diadao-hsc-sticky-room-desktop-single-official-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-single-official-title-display: inline-block;
  --diadao-hsc-sticky-room-desktop-single-official-title-text-align: left;
  --diadao-hsc-sticky-room-desktop-single-official-title-width: 50%;
  --diadao-hsc-sticky-room-desktop-single-official-price-display: inline-block;
  --diadao-hsc-sticky-room-desktop-single-official-price-text-align: right;
  --diadao-hsc-sticky-room-desktop-single-official-price-width: 50%;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-padding-bottom: 40px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-justify-content: center;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-margin-top: 20px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-noresults-message-display: inline;
  --diadao-hsc-sticky-room-desktop-noresults-message-max-width: none;
  --diadao-hsc-sticky-room-desktop-noresults-message-width: 100%;
  --diadao-hsc-sticky-room-desktop-noresults-message-margin-left: auto;
  --diadao-hsc-sticky-room-desktop-noresults-message-margin-right: auto;
  --diadao-hsc-sticky-room-desktop-noresults-message-color: #00283b;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-family: initial;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-size: 14px;
  --diadao-hsc-sticky-room-desktop-noresults-message-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-noresults-message-line-height: 1;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-noresults-message-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-noresults-message-text-align: center;
  --diadao-hsc-sticky-room-desktop-noresults-message-picto-filter: none;
  --diadao-hsc-sticky-room-desktop-single-infos-margin-top: 25px;
  --diadao-hsc-sticky-room-desktop-single-infos-title-margin-bottom: 10px;
  --diadao-hsc-sticky-room-desktop-single-infos-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-single-infos-font-family: initial;
  --diadao-hsc-sticky-room-desktop-single-infos-font-size: 12px;
  --diadao-hsc-sticky-room-desktop-single-infos-line-height: 1;
  --diadao-hsc-sticky-room-desktop-single-infos-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-single-infos-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-infos-color: #000;
  --diadao-hsc-sticky-room-desktop-single-infos-color-a: #000;
  --diadao-hsc-sticky-room-desktop-single-infos-color-a-hover: #000;
  --diadao-hsc-sticky-room-desktop-single-infos-cancel-margin-top: 25px;
  --diadao-hsc-mobile-sticky-bgcolor: #f8f8f8;
  --diadao-hsc-mobile-sticky-color-label: #00283b;
  --diadao-hsc-mobile-sticky-color-value: #00283b;
  --diadao-hsc-mobile-sticky-bgcolor-toggle: #f8f8f8;
  --diadao-hsc-mobile-sticky-color-toggle: #000;
  --diadao-hsc-mobile-sticky-bgcolor-toggle-hover: #fff;
  --diadao-hsc-mobile-sticky-color-toggle-hover: #fff;
  --diadao-hsc-mobile-sticky-sticked-closed-bgcolor: transparent;
  --diadao-hsc-mobile-sticky-sticked-closed-padding-top: 16px;
  --diadao-hsc-mobile-sticky-sticked-closed-padding-bottom: 16px;
  --diadao-hsc-sticky-room-mobile-qs-padding-top: 0px;
  --diadao-hsc-sticky-room-mobile-qs-padding-bottom: 16px;
  --diadao-hsc-sticky-room-single-mobile-qs-padding-top: 16px;
  --diadao-hsc-sticky-room-single-mobile-qs-padding-bottom: 16px;
  --diadao-hsc-sticky-room-mobile-padding-left: 16px;
  --diadao-hsc-sticky-room-mobile-padding-right: 16px;
  --diadao-hsc-sticky-room-mobile-padding-top: 16px;
  --diadao-hsc-sticky-room-mobile-padding-bottom: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-left: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-right: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-top: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-bottom: 16px;
  --diadao-hsc-sticky-room-mobile-bgcolor: #f8f8f8;
  --diadao-hsc-sticky-room-mobile-color-label: #00283b;
  --diadao-hsc-sticky-room-mobile-color-value: #00283b;
  --diadao-hsc-sticky-room-mobile-bgcolor-toggle: #f8f8f8;
  --diadao-hsc-sticky-room-mobile-color-toggle: #000;
  --diadao-hsc-sticky-room-mobile-bgcolor-toggle-hover: #fff;
  --diadao-hsc-sticky-room-mobile-color-toggle-hover: #fff;
  --diadao-hsc-sticky-room-mobile-label-text-align: center;
  --diadao-hsc-sticky-room-mobile-label-margin-bottom: 0;
  --diadao-hsc-sticky-room-mobile-label-height: 24px;
  --diadao-hsc-sticky-room-mobile-label-font-size: 16px;
  --diadao-hsc-sticky-room-mobile-label-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-label-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-label-font-weight: 400;
  --diadao-hsc-sticky-room-mobile-label-font-family: initial;
  --diadao-hsc-sticky-room-mobile-value-text-align: center;
  --diadao-hsc-sticky-room-mobile-value-margin-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-value-font-size: 16px;
  --diadao-hsc-sticky-room-mobile-value-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-value-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-value-font-weight: 400;
  --diadao-hsc-sticky-room-mobile-value-font-family: initial;
  --diadao-hsc-sticky-room-mobile-input-date-bgcolor: transparent;
  --diadao-hsc-sticky-room-mobile-input-date-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-date-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-date-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-date-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-left: 14px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-right: 14px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-top: 22px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-bottom: 22px;
  --diadao-hsc-sticky-room-mobile-input-date-margin-top: 0px;
  --diadao-hsc-sticky-room-mobile-input-date-margin-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-bgcolor: transparent;
  --diadao-hsc-sticky-room-mobile-input-adult-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-left: 14px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-right: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-top: 22px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-bottom: 22px;
  --diadao-hsc-sticky-room-mobile-input-adult-margin-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-bgcolor: transparent;
  --diadao-hsc-sticky-room-mobile-input-children-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-left: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-right: 14px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-top: 22px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-bottom: 22px;
  --diadao-hsc-sticky-room-mobile-input-children-margin-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-left: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-right: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-top: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-margin-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-bgcolor: transparent;
  --diadao-hsc-sticky-room-mobile-input-infant-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-message-padding-left: 16px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-message-width: 50%;
  --diadao-hsc-sticky-room-mobile-price-wrapper-button-padding-right: 16px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-button-width: 50%;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-color: #fff;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-size: 20px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-weight: 400;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-family: initial;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-padding-left: 16px;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-padding-right: 16px;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-message-width: 50%;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-button-width: 50%;
  --diadao-hsc-sticky-room-mobile-noresults-message-display: inline-block;
  --diadao-hsc-sticky-room-mobile-noresults-message-color: #fff;
  --diadao-hsc-sticky-room-mobile-noresults-message-picto-filter: none;
  --diadao-hsc-sticky-room-mobile-noresults-message-max-width: 140px;
  --diadao-hsc-sticky-room-mobile-noresults-message-text-align: center;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-size: 12px;
  --diadao-hsc-sticky-room-mobile-noresults-message-line-height: 1;
  --diadao-hsc-sticky-room-mobile-noresults-message-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-noresults-message-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-weight: 400;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-family: initial;
  --diadao-hsc-popup-none-color-title: #fff;
  --diadao-hsc-popup-none-color-text: #fff;
  --diadao-hsc-popup-none-bgcolor: #f8f8f8;
  --diadao-hsc-popup-none-color-scrollbar: #fff;
  --diadao-hsc-popup-bestprice-color-title: #fff;
  --diadao-hsc-popup-bestprice-color-text: #fff;
  --diadao-hsc-popup-bestprice-bgcolor: #f8f8f8;
  --diadao-hsc-popup-bestprice-scrollbar: #fff;
}

/*# sourceMappingURL=diadao-default-hsc-theme.css.map */

/*@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}*/
:root {
  --swiper-theme-color:#007aff;
}

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

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

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

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/*# sourceMappingURL=diadao-starter-swiperjs.css.map */

.wp-block-wpseopress-table-of-contents li.active>a{font-weight:bold}

.diadao-landscape-alert {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease-in-out;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .diadao-landscape-alert::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/mu-plugins/diadao-sdk-mobile-landscape/rotate-phone.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
  }
  
  @media (max-width: 1000px) and (min-aspect-ratio: 16/12) {
    html {
      overflow: hidden;
    }
    html:not(.with-fancybox) body.device-responsive:not(.modal-open) {
      overflow: hidden;
    }
    html:not(.with-fancybox) body.device-responsive:not(.modal-open) .diadao-landscape-alert {
      opacity: 1;
      visibility: visible;
      z-index: 99999999999999;
    }
  }


/*************************/
/* Mixins */
/*************************/
@media only screen and (min-width: 992px) {
  .display-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .display-desktop {
    display: none !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: green;
  --kwpb-gform-input-border-width: 2px;
  --kwpb-gform-input-border-color: transparent;
  --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;
}

@keyframes sitefadein {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
html body {
  opacity: 0;
  visibility: hidden;
}
html body.diasdk-ready {
  animation: 0s sitefadein ease-in forwards;
  animation-delay: 0s;
}

img.blurred {
  transition: all 0.1s ease;
  opacity: 0;
}
img.blurred.lazyloaded {
  opacity: 1;
}

html body.diadao-gform-labels .gform_wrapper {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s opacity ease-in;
}
html body.diadao-gform-labels .gform_wrapper.label-initialized {
  opacity: 1;
  visibility: visible;
}
html body.sdk-gform-css .gform_confirmation_wrapper {
  position: relative;
  color: var(--kwpb-gform-color-success);
  text-align: center;
  opacity: 1;
  visibility: visible;
}
html body.sdk-gform-css .gform_confirmation_wrapper strong, html body.sdk-gform-css .gform_confirmation_wrapper b {
  color: var(--kwpb-gform-color-success);
}
html body.sdk-gform-css .gform_wrapper {
  width: 100%;
  max-width: 100%;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
html body.sdk-gform-css .gform_wrapper input::-webkit-outer-spin-button,
html body.sdk-gform-css .gform_wrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
html body.sdk-gform-css .gform_wrapper input[type=number] {
  -moz-appearance: textfield;
}
html body.sdk-gform-css .gform_wrapper .gform_validation_errors {
  margin-bottom: 1.875rem;
  text-align: center;
  font-size: var(--kwpb-gform-font-size);
  line-height: var(--kwpb-gform-line-height);
  font-weight: var(--kwpb-gform-error-font-weight);
  color: var(--kwpb-gform-color-error);
  background: none;
  box-shadow: none;
  border: none;
}
html body.sdk-gform-css .gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
html body.sdk-gform-css .gform_wrapper .gform_heading {
  display: none;
}
html body.sdk-gform-css .gform_wrapper .gform_fields {
  display: flex;
  margin: -8px calc(-8px / 2) 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
html body.sdk-gform-css .gform_wrapper .gfield {
  position: relative;
  flex-basis: 100%;
  margin: 8px calc(8px / 2) 0 calc(8px / 2);
  /* Width */
  /* Label */
  /* Champ */
  /* Select */
  /* Checkbox / Radio */
  /* File */
  /* RGPD */
  /* Complex */
  /* Message */
  /* Error */
  /* Honeypot */
  /* Submit */
}
html body.sdk-gform-css .gform_wrapper .gfield.col-rgpd {
  padding-top: 24px;
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-quarter {
  flex-basis: calc(25% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-third {
  flex-basis: calc(33.3333333333% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-five-twelfths {
  flex-basis: calc(40% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-half {
  flex-basis: calc(50% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-seven-twelfths {
  flex-basis: calc(60% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-two-thirds {
  flex-basis: calc(66.6666666667% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-three-quarter {
  flex-basis: calc(75% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-five-sixths {
  flex-basis: calc(80% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-eleven-twelfths {
  flex-basis: calc(90% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-full {
  flex-basis: calc(100% - 8px);
}
html body.sdk-gform-css .gform_wrapper .gfield.spacer {
  margin-top: 0;
}
html body.sdk-gform-css .gform_wrapper .gfield.hidden_label .gfield_label {
  display: none;
}
html body.sdk-gform-css .gform_wrapper .gfield.diadao-gfield-label-enabled label.gfield_label {
  left: 26px;
  font-weight: var(--kwpb-gform-input-font-weight);
  color: var(--kwpb-gform-input-color);
}
html body.sdk-gform-css .gform_wrapper .gfield.diadao-gfield-label-enabled label.gfield_label.diadao-gfield-big {
  font-size: var(--kwpb-gform-font-size);
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container select {
  display: block;
  width: 100%;
  height: 56px;
  padding: 10px 24px 0 24px;
  background-color: var(--kwpb-gform-input-bgcolor);
  border-width: var(--kwpb-gform-input-border-width);
  border-style: solid;
  border-color: var(--kwpb-gform-input-border-color);
  border-radius: var(--kwpb-gform-input-border-radius);
  font-size: var(--kwpb-gform-font-size);
  line-height: var(--kwpb-gform-line-height);
  font-weight: var(--kwpb-gform-input-font-weight);
  color: var(--kwpb-gform-input-color);
  transition: all 0.3s ease;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea::placeholder,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container select::placeholder {
  opacity: 1;
  color: var(--kwpb-gform-input-placeholder-color);
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea:focus,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container select:focus {
  border-color: var(--kwpb-gform-input-focus-border-color);
  outline-color: transparent;
  outline-width: 0;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus::-webkit-textfield-decoration-container,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea:focus::-webkit-textfield-decoration-container,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container select:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).small {
  width: 50%;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).medium {
  width: 75%;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).large {
  width: 100%;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container select:focus {
  border-color: transparent;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea {
  height: 6.875rem;
  padding: 1.0625rem 1.5625rem;
  line-height: var(--kwpb-gform-line-height);
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea.small {
  height: 6.25rem;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea.medium {
  height: 7.8125rem;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container textarea.large {
  height: 10.75rem;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_select {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: var(--kwpb-gform-input-bgcolor);
  border-radius: var(--kwpb-gform-border-radius);
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/sdk-template/svg/sdk-icon-reg-chevron-down.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/sdk-template/svg/sdk-icon-reg-chevron-down.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--kwpb-gform-select-icon-color);
  transition: all 0.3s ease;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_select select {
  position: relative;
  padding-right: 2.8125rem !important;
  padding-top: 0;
  z-index: 5;
  background-color: transparent !important;
  appearance: none;
  -webkit-appearance: none;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox input,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio input,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox input[type=radio] + label::before, html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox input[type=radio] + label::after,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio input[type=radio] + label::before,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio input[type=radio] + label::after,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent input[type=radio] + label::before,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent input[type=radio] + label::after {
  border-radius: 100%;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox input:checked + label::after,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio input:checked + label::after,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent input:checked + label::after {
  opacity: 1;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox label,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio label,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label {
  position: relative;
  display: block;
  padding: 0 0 0 2.5rem;
  cursor: pointer;
  font-size: var(--kwpb-gform-checkbox-font-size);
  line-height: var(--kwpb-gform-checkbox-line-height);
  color: var(--kwpb-gform-input-color);
  font-weight: var(--kwpb-gform-input-font-weight);
  transition: all 0.3s ease;
  line-height: 24px;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox label::before,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio label::before,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  aspect-ratio: 1;
  background-color: var(--kwpb-gform-input-bgcolor);
  border-radius: var(--kwpb-gform-border-radius);
  content: "";
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox label::after,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio label::after,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  aspect-ratio: 1;
  opacity: 0;
  background-color: var(--kwpb-gform-primary-color);
  border-radius: var(--kwpb-gform-border-radius);
  content: "";
  transition: all 0.1s ease;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox label a,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio label a,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label a {
  font-weight: 600;
  color: var(--kwpb-gform-primary-color);
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox label a:hover:not(:active), html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_checkbox label a:focus-visible,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio label a:hover:not(:active),
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_radio label a:focus-visible,
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label a:hover:not(:active),
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label a:focus-visible {
  color: var(--kwpb-gform-primary-color-bis);
}
html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload label.gfield_label {
  position: static !important;
  margin-bottom: 1rem !important;
}
html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload .gform_drop_area {
  height: 9rem;
  background-color: var(--kwpb-gform-input-bgcolor);
  border: none;
  border-radius: var(--kwpb-gform-border-radius);
  text-align: center;
  font-size: var(--kwpb-gform-font-size);
  line-height: var(--kwpb-gform-line-height);
  font-weight: var(--kwpb-gform-input-font-weight);
  color: var(--kwpb-gform-input-color);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload .gform_drop_area button {
  border: 0;
  font-size: var(--kwpb-gform-font-size);
  line-height: 1;
  font-weight: 600;
  color: var(--kwpb-gform-primary-color);
}
html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload .gform_drop_area button:hover:not(:active), html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload .gform_drop_area button:focus-visible {
  color: var(--kwpb-gform-primary-color-bis);
}
html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
  position: static !important;
  margin-top: 0.9375rem !important;
  padding-left: 1.5rem;
  font-size: var(--kwpb-gform-font-size);
  line-height: 1.5;
  font-weight: var(--kwpb-gform-input-font-weight);
  color: var(--kwpb-gform-input-color);
}
html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload .ginput_preview {
  display: flex;
  flex-direction: flex-start;
  flex-wrap: flex-start;
  justify-content: wrap;
  align-items: stretch;
  gap: 0.625rem;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent label {
  font-weight: bold;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_container_consent + .gfield_description {
  margin-top: 0.625rem;
  padding-left: 1.25rem;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_complex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_complex > * {
  flex-basis: calc(50% - 8px / 2);
}
html body.sdk-gform-css .gform_wrapper .gfield .ginput_complex .gf_clear {
  display: none;
}
html body.sdk-gform-css .gform_wrapper .gfield .gfield_description {
  top: calc(100% + 4px);
  bottom: auto;
  margin-top: 0;
  font-size: 0.875rem;
  line-height: var(--kwpb-gform-line-height);
}
html body.sdk-gform-css .gform_wrapper .gfield .gfield_description.validation_message {
  position: absolute;
  color: var(--kwpb-gform-color-error) !important;
  font-size: 0.625rem;
  line-height: 1;
  border: 0;
  background: none;
  padding: 0;
}
html body.sdk-gform-css .gform_wrapper .gfield .gfield_description.instruction {
  display: none;
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield_error {
  background-color: transparent;
  border: 0;
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
html body.sdk-gform-css .gform_wrapper .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox) textarea, html body.sdk-gform-css .gform_wrapper .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox) select {
  border-color: var(--kwpb-gform-color-error);
}
html body.sdk-gform-css .gform_wrapper .gfield--type-honeypot {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
html body.sdk-gform-css .gform_wrapper .gfield.gfield--type-submit {
  display: inline-flex;
}
html body.sdk-gform-css .gform_wrapper .gform_footer {
  position: relative;
  max-width: 100%;
  margin: 2.5rem auto 0;
  text-align: center;
  display: inline-block;
}
html body.sdk-gform-css .gform_wrapper .gform_footer .gform_button, html body.sdk-gform-css .gform_wrapper .gform_footer .diadao-sdk-button-gform {
  min-width: 13.875rem;
}
html body.sdk-gform-css .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: calc(50% - 8px);
  margin-left: 1.25rem;
}
@media only screen and (max-width: 640px) {
  html body.sdk-gform-css .gform_wrapper .gform_fields {
    margin-top: -8px;
  }
  html body.sdk-gform-css .gform_wrapper .gfield {
    margin-top: 8px;
  }
  html body.sdk-gform-css .gform_wrapper .gfield.col-rgpd label {
    font-size: 8px;
    line-height: 2;
  }
  html body.sdk-gform-css .gform_wrapper .gfield label.gfield_label {
    font-size: 13px;
  }
  html body.sdk-gform-css .gform_wrapper .gfield.gfield--type-select select {
    font-size: 13px !important;
    padding-top: 0 !important;
  }
  html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-quarter, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-third, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-five-twelfths, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-seven-twelfths, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-two-thirds, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-three-quarter, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-five-sixths, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-eleven-twelfths, html body.sdk-gform-css .gform_wrapper .gfield.gfield--width-full {
    flex-basis: calc(100% - 8px);
  }
  html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload {
    margin-top: 1.2rem;
    margin-bottom: 0.9rem;
  }
  html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload label.gfield_label {
    margin-bottom: 8px !important;
    padding-left: 0 !important;
  }
  html body.sdk-gform-css .gform_wrapper .gfield--type-fileupload .gform_fileupload_rules {
    margin-top: 0.38rem !important;
    padding-left: 0;
  }
  html body.sdk-gform-css .gform_wrapper .gfield .ginput_complex > * {
    flex-basis: 100%;
  }
  html body.sdk-gform-css .gform_wrapper .gfield.gfield--type-submit .gform_button, html body.sdk-gform-css .gform_wrapper .gfield.gfield--type-submit .diadao-sdk-button-gform {
    display: block;
    width: 100%;
  }
  html body.sdk-gform-css .gform_wrapper .gfield.gfield--type-submit .gform_ajax_spinner {
    top: calc(100% + 0.625rem);
    left: calc(50% - 8px);
  }
  html body.sdk-gform-css .gform_wrapper .gfield .gfield.gfield--type-select select {
    font-size: 13px;
  }
  html body.sdk-gform-css .gform_wrapper .gform_footer {
    margin-top: 1.76rem;
    width: 100%;
  }
  html body.sdk-gform-css .gform_wrapper .gform_footer .gform_button, html body.sdk-gform-css .gform_wrapper .gform_footer .diadao-sdk-button-gform {
    display: block;
    width: 100%;
  }
  html body.sdk-gform-css .gform_wrapper .gform_footer .gform_ajax_spinner {
    top: calc(100% + 0.625rem);
    left: calc(50% - 8px);
  }
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled {
  position: relative;
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled .gfield_description {
  position: absolute;
  bottom: -25px;
  left: 0px;
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled.gfield_error {
  margin-bottom: 30px;
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled label.gfield_label {
  position: absolute;
  transition: font-size 0.2s ease-in-out;
  pointer-events: none;
  top: 0;
  margin: 0;
  padding: 0;
  padding-top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  user-select: none;
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled.gfield--type-textarea label.gfield_label {
  padding-top: 20px;
  align-items: flex-start;
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled.gfield--type-textarea textarea {
  padding-top: 20px;
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled.diadao-gfield-small label.gfield_label {
  font-size: 10px;
  padding-top: 8px;
  align-items: flex-start;
}
html body.diadao-gform-labels .gform_wrapper form .gform_body .gfield.gfield--type-select.gfield_error {
  margin-bottom: 30px;
}

html body .fancybox__container.diadao-sdk-fancybox.sdk-readmore .fancybox__slide {
  align-items: var(--kwpb-more-modal-parent-align-items);
  justify-content: var(--kwpb-more-modal-parent-justify-content);
  flex: var(--kwpb-more-modal-parent-flex);
  transform: var(--kwpb-more-modal-parent-transform);
  display: var(--kwpb-more-modal-parent-display);
}
html body .fancybox__container.diadao-sdk-fancybox.sdk-readmore .fancybox__slide .fancybox__content.fancybox-content-readmore {
  display: inline-block;
  align-self: initial;
  padding: var(--kwpb-more-modal-div-padding);
  background: var(--kwpb-more-modal-div-background-color);
  border-radius: var(--kwpb-more-modal-div-border-radius);
  width: var(--kwpb-more-modal-div-width);
  max-width: var(--kwpb-more-modal-div-max-width);
}
@media only screen and (max-width: 991px) {
  html body .fancybox__container.diadao-sdk-fancybox.sdk-readmore .fancybox__slide .fancybox__content.fancybox-content-readmore {
    width: var(--kwpb-more-modal-div-mobile-width);
  }
}
html body .kwpb-more-text-button.is-more-modal-button {
  transition: var(--kwpb-more-modal-btn-transition);
  opacity: var(--kwpb-more-modal-btn-opacity-opened);
  visibility: visible;
}
html body .kwpb-more-text-button.is-more-modal-button.more-button-opened {
  visibility: hidden;
  opacity: var(--kwpb-more-modal-btn-opacity-closed);
}
html body .kwpb-more-text:not(.kwpb-more-modal) {
  transition: var(--kwpb-more-text-transition);
  overflow: hidden;
  position: relative;
}
html body .kwpb-more-text:not(.kwpb-more-modal):not(.kwpb-text-hidden) {
  opacity: 1;
  visibility: visible;
}
html body .kwpb-more-text:not(.kwpb-more-modal).kwpb-text-hidden {
  opacity: 0;
  visibility: hidden;
  display: block;
  height: 0px;
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) {
  padding: var(--kwpb-more-modal-div-padding);
  background-color: var(--kwpb-more-modal-div-background-color);
  border-radius: var(--kwpb-more-modal-div-border-radius);
  width: var(--kwpb-more-modal-div-width);
  max-width: var(--kwpb-more-modal-div-max-width);
  position: var(--kwpb-more-modal-div-position);
  height: var(--kwpb-more-modal-div-height);
  top: var(--kwpb-more-modal-div-top);
  transition: var(--kwpb-more-modal-div-transition);
}
@media only screen and (max-width: 991px) {
  html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) {
    width: var(--kwpb-more-modal-div-mobile-width);
  }
}
@media only screen and (max-width: 991px) {
  html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) {
    height: var(--kwpb-more-modal-div-mobile-height);
    top: var(--kwpb-more-modal-div-mobile-top);
  }
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox):not(.more-modal-opened) {
  right: var(--kwpb-more-modal-div-closed-right);
  visibility: var(--kwpb-more-modal-div-closed-visibility);
  opacity: var(--kwpb-more-modal-div-closed-opacity);
  z-index: var(--kwpb-more-modal-div-closed-z-index);
}
@media only screen and (max-width: 991px) {
  html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox):not(.more-modal-opened) {
    right: var(--kwpb-more-modal-div-closed-mobile-right);
  }
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox).more-modal-opened {
  right: var(--kwpb-more-modal-div-opened-right);
  visibility: var(--kwpb-more-modal-div-opened-visibility);
  opacity: var(--kwpb-more-modal-div-opened-opacity);
  z-index: var(--kwpb-more-modal-div-opened-z-index);
}
@media only screen and (max-width: 991px) {
  html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox).more-modal-opened {
    right: var(--kwpb-more-modal-div-opened-mobile-right);
  }
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) a.kwpb-more-close-button {
  text-decoration: none;
  user-select: none;
  outline: none;
  z-index: 40;
  position: var(--kwpb-more-modal-div-close-button-position);
  top: var(--kwpb-more-modal-div-close-button-top);
  right: var(--kwpb-more-modal-div-close-button-right);
  display: var(--kwpb-more-modal-div-close-button-display);
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) a.kwpb-more-close-button:hover, html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) a.kwpb-more-close-button:active, html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) a.kwpb-more-close-button:focus {
  outline: none;
  text-decoration: none;
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) .kwpb-modal-wrapper {
  display: block;
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) .kwpb-modal-wrapper .kwpb-modal-inner {
  position: relative;
}
html body .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) .kwpb-modal-wrapper .kwpb-modal-inner .kwpb-wysiwig, html body.sdk-gform-css .kwpb-more-text.kwpb-more-modal:not(.sdk-readmore-fancybox) .kwpb-modal-wrapper .kwpb-modal-inner .gform_confirmation_wrapper {
  position: relative;
  z-index: 10;
}

.v-jobs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .v-jobs {
    gap: 24px;
  }
}
.v-jobs .v-job {
  background: white;
  position: relative;
  width: 100%;
  padding: 24px 16px;
}
@media only screen and (min-width: 992px) {
  .v-jobs .v-job {
    width: calc((100% - 24px) / 2);
    padding: 50px;
  }
}

.job-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .job-card {
    gap: 24px;
  }
}
.job-card__link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  user-select: none;
  text-decoration: none;
}
.job-card__title {
  position: relative;
}
html body .wsp-container h2.wsp-pageseos-title {
  order: 100;
}
html body .wsp-container ul.wsp-pageseos-list {
  order: 101;
}

.otgs-development-site-front-end {
  display: none;
}

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

html body .diadao-bg-menu-dynamic {
  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 .offcanvas:not(.show):not(.showing):not(.hiding) {
  visibility: hidden !important;
}
html body .offcanvas-full {
  --bs-offcanvas-width: 100% !important;
}
html body.sdkbs-panel-not-opened .offcanvas-backdrop.backdrop-sdk {
  pointer-events: none;
}
html body #diadao-snippet-booking {
  z-index: 1041 !important;
}
html body #booking-hotel {
  z-index: 1042 !important;
}

.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: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/sdk-template/svg/sdk-icon-reg-chevron-right.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/sdk-template/svg/sdk-icon-reg-chevron-right.svg");
  -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);
}

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

body .diadao-player-streaming {
  width: 100% !important;
  height: 100% !important;
}
body .video-js {
  width: 100%;
}
body .diasdk-video-modal .video-js {
  width: 100%;
  height: 100%;
}
body .diasdk-video-modal .video-js .vjs-big-play-button {
  width: 100px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body .diasdk-video-modal .modal-header,
body .diasdk-video-modal .modal-dialog,
body .diasdk-video-modal .modal-content {
  padding: 0;
}
body .diasdk-video-modal .btn-close {
  z-index: 10;
}
body .diasdk-video-modal .modal-body {
  height: 100%;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
}
body .diasdk-video-modal .modal-body hls-video,
body .diasdk-video-modal .modal-body video {
  object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
}
body .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
body .video-wrapper .vjs-loading-spinner,
body .video-wrapper .vjs-big-play-button,
body .video-wrapper .vjs-control-bar,
body .video-wrapper .vjs-error-display,
body .video-wrapper .vjs-modal-dialog,
body .video-wrapper .vjs-loading-spinner {
  display: none !important;
}
body .video-wrapper hls-video,
body .video-wrapper video {
  object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
}
body .video-wrapper span.video-cursor-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  user-select: none;
  overflow: hidden;
}
body .video-wrapper span.video-cursor-play > img {
  opacity: 0.7;
  display: inline-block;
  object-fit: contain;
  object-position: center;
  position: relative;
  left: initial;
  top: initial;
  width: 100px !important;
  height: 100px !important;
  min-width: auto !important;
  max-width: none !important;
  min-height: auto !important;
  max-height: none !important;
  aspect-ratio: initial !important;
  transition: all 0.4s ease-in-out;
}
body .video-wrapper .video-button-play {
  user-select: none;
  outline: none;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.5;
  transition: opacity, transform 0.6s ease-in-out;
}
body .video-wrapper .video-button-play .video-button-icon {
  display: block;
}
body .video-wrapper .video-button-play .video-button-icon img {
  object-fit: contain;
  object-position: center;
}
body .video-wrapper .video-button-play .video-button-text {
  display: block;
}
body .video-wrapper a.button-video {
  position: absolute;
  z-index: 100;
}
body .video-wrapper a.button-video.diadao-video-icon-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 144px 144px;
}
@media only screen and (max-width: 991px) {
  body .video-wrapper a.button-video {
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 8px;
    height: 40px;
  }
  body .video-wrapper a.button-video span {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 992px) {
  body .video-wrapper a.button-video {
    background: inherit;
    width: 100%;
    height: 100%;
    inset: 0;
    cursor: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/btn-play.svg") 50 50, pointer;
    pointer-events: auto;
  }
  body .video-wrapper a.button-video span {
    display: none;
  }
}
body .video-wrapper.type-stream:not(.video-loaded) .video-button-play,
body .video-wrapper.type-stream:not(.video-loaded) span.video-cursor-play,
body .video-wrapper.type-stream:not(.video-loaded) a.button-video {
  display: none;
}
body .video-wrapper:hover span.video-cursor-play > img {
  transform: scale(1.2);
  opacity: 1;
}
body .video-wrapper:hover .video-button-play {
  opacity: 1;
  transform: scale(1.2);
}
body .fancybox__container.sdk-smartgallery .fancybox__track {
  border: none !important;
  width: 100% !important;
}
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox-custom-video-close {
  display: none !important;
}
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-html5video, body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-inline {
  padding: 0px !important;
  margin: 0px !important;
  height: 100% !important;
  width: 100% !important;
}
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-html5video .fancybox-custom-video-close, body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-inline .fancybox-custom-video-close {
  display: block !important;
}
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-html5video .fancybox__content, body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-inline .fancybox__content {
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-html5video .fancybox__content div.diasdk-video,
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-html5video .fancybox__content video,
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-html5video .fancybox__content video.fancybox__html5video, body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-inline .fancybox__content div.diasdk-video,
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-inline .fancybox__content video,
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-inline .fancybox__content video.fancybox__html5video {
  width: 100% !important;
  height: 100% !important;
  outline: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border: none !important;
}
body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-html5video .fancybox__content .fancybox-custom-toolbar, body .fancybox__container.sdk-smartgallery .fancybox__track .fancybox__slide.has-inline .fancybox__content .fancybox-custom-toolbar {
  display: none;
}

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 hls-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 .kwpb-accordeon-module:not(.accordion-bs) .kwpb-accordeon-item:not(.opened) .accordeon-text {
  overflow: hidden;
  height: 0px;
  visibility: hidden;
  opacity: 0;
}

body.diadao-rooms-page:not(.diadao-sdk-template) section#rooms-section.hsc-sticky-q #rooms-container {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) {
  body.diadao-rooms-page:not(.diadao-sdk-template) section#rooms-section.hsc-sticky-q #rooms-container {
    padding-top: 10px;
  }
}
body.diadao-rooms-page:not(.diadao-sdk-template) section#rooms-section.hsc-sticky-q #hsc-sticky-rooms {
  transition: bottom 0.25s ease-in-out;
  position: sticky;
  bottom: 0;
  z-index: 999;
}
body.diadao-rooms-page:not(.diadao-sdk-template) section#rooms-section.hsc-sticky-q #hsc-sticky-rooms .sticky-wrapper {
  height: auto !important;
}
body.diadao-rooms-page:not(.diadao-sdk-template) section#rooms-section.hsc-sticky-q #hsc-sticky-rooms #diadao-hdp-bar-mobile.sticky-v2-sticked {
  position: relative !important;
  width: auto;
  background: none;
  top: inherit;
  bottom: inherit;
  left: inherit;
  height: auto;
}
body.diadao-rooms-page:not(.diadao-sdk-template) section#rooms-section.hsc-sticky-q #hsc-sticky-rooms #diadao-hdp-bar-mobile .is-fullmode {
  position: fixed !important;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  body.diadao-rooms-page:not(.diadao-sdk-template) section#rooms-section.hsc-sticky-q #hsc-sticky-rooms {
    transition: bottom 0.25s ease-in-out;
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
body:not(.diadao-room-detail-enabled) ul.snippet-rooms-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body:not(.diadao-room-detail-enabled) ul.snippet-rooms-menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
body:not(.diadao-room-detail-enabled) ul.snippet-rooms-menu li .menu-inner {
  position: relative;
  overflow: hidden;
}
body:not(.diadao-room-detail-enabled) ul.snippet-rooms-menu li .menu-inner a.thumb-url {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

html body.diadao-room-detail-enabled:not(.diadao-room-detail-page):not(.room-iframe-loading) #diadao-room-detail-page-iframe .room-detail-content:after {
  visibility: hidden;
  opacity: 0;
}
html body.diadao-room-detail-enabled:not(.diadao-room-detail-page).room-iframe-loading #diadao-room-detail-page-iframe .room-detail-content:after {
  visibility: visible;
  opacity: 1;
}
html body.diadao-room-detail-enabled:not(.diadao-room-detail-page) #diadao-room-detail-page-iframe {
  /*
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: visibility, opacity 0.1s ease-in-out;
  position: fixed;
  z-index: 8888;

  &.panel-opened{
  	opacity: 1;
  	left: 0%;
  	visibility: visible !important;
  }

  &:not(.panel-opened){
  	opacity: 0;
  	position: absolute;
  	left: -100%;
  	top: -100%;
  	z-index: -1;
  	visibility: hidden;
  }
  */
}
html body.diadao-room-detail-enabled:not(.diadao-room-detail-page) #diadao-room-detail-page-iframe .room-detail-content {
  position: relative;
  height: 100vh;
  width: 100%;
  display: block;
  overflow: clip;
  /*
  &:after{
  	content: "";
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	z-index: 10;
  	height: 100%;
  	transition: all 0.2s ease-in-out;
  	display: flex;
  	background-color: var(--diadao-room-detail-panel-loading-bgcolor);
  	background-image: var(--diadao-room-detail-panel-loading-svg);
  	background-size: var(--diadao-room-detail-panel-loading-size);
  	background-repeat: no-repeat;
  	background-position: center center;
  }
  */
}
html body.diadao-room-detail-enabled:not(.diadao-room-detail-page) #diadao-room-detail-page-iframe .room-detail-content iframe {
  display: block;
  border: none;
  width: 100%;
  overflow: clip;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0px;
  margin: 0px;
}
html.diadao-room-detail-opened {
  overflow: hidden;
}
html.diadao-room-detail-opened body.diadao-room-detail-enabled {
  overflow: hidden;
}
html.diadao-room-detail-opened body.diadao-room-detail-enabled:not(.diadao-room-detail-page) > #diadao-main {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

html body.diadao-room-detail-enabled.diadao-room-detail-page {
  min-height: 100%;
  /*
  // TODO /// ATTENTION : à vérifier 
  // 
  -> commenté le 4/07/24 Quentin le z-index crash avec les anims de background
  */
}
html body.diadao-room-detail-enabled.diadao-room-detail-page a#diadao-room-detail-page-close {
  position: fixed;
  z-index: 600;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-main {
  position: relative;
}
@media only screen and (min-width: 992px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-main {
    margin-left: var(--diadao-room-detail-panel-desktop-margin-left);
  }
}
@media only screen and (max-width: 991px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-main {
    margin-left: var(--diadao-room-detail-panel-responsive-margin-left);
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #main,
html body.diadao-room-detail-enabled.diadao-room-detail-page a#diadao-room-detail-page-close {
  transition: opacity 0.2s ease-in-out;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page.room-detail-loaded #main,
html body.diadao-room-detail-enabled.diadao-room-detail-page.room-detail-loaded a#diadao-room-detail-page-close {
  opacity: 1;
  visibility: visible;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-main {
  overflow-x: initial;
}
@media only screen and (min-width: 992px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page .container-room-panel {
    max-width: 1720px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel {
  position: relative;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel:not(.room-loading) .kwpb-diadao-room-detail-panels {
  opacity: 1;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel.room-loading .kwpb-diadao-room-detail-panels {
  opacity: 0;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu {
  transition: opacity 0.3s ease-in-out;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 40;
  height: 0px;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module:after {
  content: "";
  width: 100%;
  height: var(--diadao-room-detail-menu-desktop-height);
  position: fixed;
  z-index: 55;
  top: 0px;
  display: block;
}
@media only screen and (max-width: 991px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module:after {
    height: var(--diadao-room-detail-menu-responsive-height);
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: var(--diadao-room-detail-menu-desktop-height);
}
@media only screen and (min-width: 992px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky {
    padding-left: var(--diadao-room-detail-menu-desktop-padding-left);
    padding-right: var(--diadao-room-detail-menu-desktop-padding-right);
    left: var(--diadao-room-detail-menu-desktop-left);
    width: var(--diadao-room-detail-menu-desktop-width);
  }
}
@media only screen and (max-width: 991px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky {
    padding-left: 0px;
    height: var(--diadao-room-detail-menu-responsive-height);
    padding-left: var(--diadao-room-detail-menu-responsive-padding-left);
    padding-right: var(--diadao-room-detail-menu-responsive-padding-right);
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky .swiper-container.swiperSdkFilters {
  width: 100%;
  height: 100%;
  /*
  &[data-slides="1"],
  &[data-slides="2"],
  &[data-slides="3"],
  &[data-slides="4"]{
  	.swiper-wrapper{
  		transform: none !important;
  	    width: 100% !important;
  	    display: flex !important;
  	    align-items: center !important;
  	    justify-content: center !important;
  	}
  }
  */
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky .swiper-container.swiperSdkFilters > .swiper-wrapper > .swiper-slide {
  margin-right: var(--diadao-room-detail-menu-slide-margin-right);
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
}
@media only screen and (min-width: 992px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky .swiper-container.swiperSdkFilters > .swiper-wrapper > .swiper-slide:first-child {
    margin-left: auto;
  }
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky .swiper-container.swiperSdkFilters > .swiper-wrapper > .swiper-slide:last-child {
    margin-right: auto;
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-room-detail-menu.sdk-filters-swiper-module .kwpb-room-detail-menu-sticky .swiper-container.swiperSdkFilters > .swiper-wrapper > .swiper-slide > div.room-menu-item > a {
  padding-left: 0px;
  padding-right: 0px;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 100px;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-gallery-module.gallery-snippet {
  padding-top: var(--diadao-room-detail-desktop-panels-padding-top);
}
@media only screen and (max-width: 991px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-gallery-module.gallery-snippet {
    padding-top: var(--diadao-room-detail-responsive-panels-padding-top);
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-swiper-module.swiper-snippet {
  padding-top: var(--diadao-room-detail-desktop-panels-padding-top);
}
@media only screen and (max-width: 991px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-swiper-module.swiper-snippet {
    padding-top: var(--diadao-room-detail-responsive-panels-padding-top);
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail {
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail.active, html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail.show {
  opacity: 1;
  visibility: visible;
  position: relative;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail:not(.active):not(.show) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail:not(.active):not(.show) .diadao-hsw-qs-roomstickydetail {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .room-panel-content {
  position: relative;
}
@media only screen and (min-width: 992px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .room-panel-content {
    padding-right: 456px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .room-panel-content {
    padding-right: 266px;
  }
}
@media only screen and (min-width: 992px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .room-panel-content .module-slider-rooms .kwpb-swiper-module {
    margin: 0px;
    overflow-x: hidden;
  }
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .room-panel-content .module-slider-rooms .kwpb-swiper-module .swiper-slide {
    padding: 0px;
  }
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .room-panel-content .module-slider-rooms .kwpb-swiper-module .swiper-slide:not(.swiper-slide-active) {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .module-hsc-snippet-room {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 100%;
    width: 416px;
  }
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .module-hsc-snippet-room > .kwpb-component {
    height: 100%;
    position: relative;
  }
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .module-hsc-snippet-room .diadao-hsw-qs-roomstickydetail,
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .module-hsc-snippet-room .roomdetail-bookingblock {
    position: sticky;
    top: var(--diadao-room-detail-hsc-sticky-desktop-top);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  html body.diadao-room-detail-enabled.diadao-room-detail-page #diadao-room-detail-panel .kwpb-diadao-room-detail-panels .kwpb-diadao-room-detail .module-hsc-snippet-room {
    width: 246px;
  }
}
html body.diadao-room-detail-enabled.diadao-room-detail-page.diadao-gallery-v2-opened #main,
html body.diadao-room-detail-enabled.diadao-room-detail-page.diadao-gallery-v2-opened #footer,
html body.diadao-room-detail-enabled.diadao-room-detail-page.diadao-gallery-v2-opened a#diadao-room-detail-page-close,
html body.diadao-room-detail-enabled.diadao-room-detail-page.diadao-gallery-v2-opened .diadao-room-backdrop.room-detail-backdrop {
  display: none !important;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page .rooms-upgrade-container {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page:not(.diadao-hsw-hsc-disabled):not(.diadao-qs-loaded) .rooms-upgrade-container {
  visibility: hidden !important;
  opacity: 0 !important;
}
html body.diadao-room-detail-enabled.diadao-room-detail-page:not(.diadao-hsw-hsc-disabled) .rooms-upgrade-container[room-available="0"],
html body.diadao-room-detail-enabled.diadao-room-detail-page:not(.diadao-hsw-hsc-disabled) .rooms-upgrade-container[room-total="0"] {
  visibility: hidden !important;
  opacity: 0 !important;
}

@keyframes sdk_sticked_up {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes sdk_desticked_down {
  0% {
    opacity: 1;
    position: fixed;
    top: 0px;
    transform: translateY(0px);
  }
  50% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    top: initial;
    transform: none;
    position: relative;
    opacity: 1;
  }
}
html body .diadao-sdk-sticky-div {
  transition: all 0.3s ease-in-out;
}
html body .diadao-sdk-sticky-div.sticky-div-sticked {
  position: fixed;
  top: 0px;
}
html body .diadao-sdk-sticky-div.sticky-div-sticked.sticked-up {
  animation: 300ms sdk_sticked_up ease-in-out 0ms forwards;
}
html body .diadao-sdk-sticky-div.sticky-div-desticked.desticked-down {
  animation: 300ms sdk_desticked_down ease-in-out 0ms forwards;
}

html body .sticky-v2-sticked {
  position: fixed !important;
}
html body .sticky-v2-sticked.sticky-v2-desticked {
  position: absolute !important;
  bottom: 0 !important;
}
html body:not(.diadao-menuopened).device-desktop.diadao-rooms-page.diadao-hsw-hsc {
  overflow: initial;
  overflow-x: initial !important;
}
@media only screen and (max-width: 991px) {
  html body.diadao-sticky-is-fullmode .diadao-hdp-bar-room .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open.opened {
    display: none !important;
  }
}
html body #diadao-hdp-bar-mobile {
  transition: bottom 0.2s ease-in-out;
  padding-top: var(--diadao-hsc-mobile-sticky-sticked-closed-padding-top);
  padding-bottom: var(--diadao-hsc-mobile-sticky-sticked-closed-padding-bottom);
}
html body #diadao-hdp-bar-mobile.sticky-v2-sticked {
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 999;
}
html body #diadao-hdp-bar-mobile.sticky-v2-sticked:not(.opened) {
  background-color: var(--diadao-hsc-mobile-sticky-sticked-closed-bgcolor);
}
html body.sticky-v2-hsc-sticked-hide #diadao-hdp-bar-mobile.sticky-v2-sticked:not(.is-fullmode) {
  display: none !important;
}
html body.diadao-rooms-page:not(.home) #smartpreview, html body.diadao-rooms-sticky-opened:not(.home) #smartpreview {
  bottom: -100% !important;
}
html body.device-responsive .diadao-sdk-filters.diadao-sdk-sticky-v2.sticky-v2-enabled.sticky-v2-sticked {
  width: 100%;
  left: 0;
  z-index: 9999;
}
html body.device-responsive.qs-init-no-dates #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open,
html body.device-responsive.qs-init-no-dates .diadao-hdp-bar-room .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open {
  display: inline-block;
}
html body.device-responsive.qs-init-no-dates #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open-edit,
html body.device-responsive.qs-init-no-dates .diadao-hdp-bar-room .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open-edit {
  display: none;
}
html body.device-responsive.qs-init-no-dates .diadao-hdp-bar-room:not(.is-fullmode) .inner-hdp .diadao-hdp-mobile-container {
  height: 0px;
  visibility: hidden;
  opacity: 0;
}
html body.device-responsive:not(.qs-init-no-dates) #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open,
html body.device-responsive:not(.qs-init-no-dates) .diadao-hdp-bar-room .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open {
  display: none;
}
html body.device-responsive:not(.qs-init-no-dates) #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open-edit,
html body.device-responsive:not(.qs-init-no-dates) .diadao-hdp-bar-room .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open > span.label-open-edit {
  display: inline-block;
}
html body.device-responsive.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode #diadao-hdp-bar-mobile.is-fullmode {
  bottom: 0% !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  position: fixed !important;
}

@media only screen and (min-width: 992px) {
  html body .module-hsc-rooms .diadao-hdp-bar-parent {
    height: 100%;
  }
  html body .module-hsc-rooms #diadao-hdp-bar {
    height: auto;
    position: sticky;
    top: 100px;
  }
  html body .module-hsc-rooms #diadao-hdp-bar .inner-hdp {
    position: relative;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  html.diadao-hsc-sticky-opened {
    overflow: hidden !important;
  }
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode {
    overflow: hidden !important;
  }
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode #diadao-hdp-bar-mobile.is-fullmode,
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode .diadao-hdp-bar-room[data-mode=sticky].opened {
    /*
    &:before{
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 998;
        background-color: rgba(0,0,0,0.72);
        display: block;
    }
    */
  }
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode #diadao-hdp-bar-mobile.is-fullmode .outer-hdp-overlay-close,
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode .diadao-hdp-bar-room[data-mode=sticky].opened .outer-hdp-overlay-close {
    left: 0% !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 4 !important;
  }
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode #diadao-hdp-bar-mobile.is-fullmode > .inner-hdp,
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode .diadao-hdp-bar-room[data-mode=sticky].opened > .inner-hdp {
    z-index: 1000;
    position: relative;
  }
  html.diadao-hsc-sticky-opened body.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode.diadao-room-detail-enabled.diadao-room-detail-page a#diadao-room-detail-page-close {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes diadao_object_loader {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.8;
  }
}
body #main .diadao-room-item.room-detail-loading > .inner {
  animation: diadao_object_loader 3s infinite alternate backwards;
}
body #main .thumbs-content > .col-thumb.diadao-snippet-clicked > .inner,
body #main .thumbs-content > .col-thumb > .inner.diadao-snippet-clicked {
  animation: diadao_object_loader 3s infinite alternate backwards;
}
body.diadao-loaded.diadao-fully-loaded .anim_object_in {
  visibility: visible !important;
}

@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;
  }
}
.ug-gallery-wrapper,
.ug-gallery-wrapper * {
  transition: all !important;
  -o-transition: all !important;
  -webkit-transition: all;
  -moz-transition: all !important;
  -ms-transition: all !important;
  max-width: none;
}

.ug-gallery-wrapper {
  z-index: 0;
}

.ug-item-wrapper img {
  width: auto;
  max-width: none;
  margin: 0px;
  padding: 0px;
}

.ug-videoplayer-wrapper video,
.ug-videoplayer-wrapper hls-video {
  height: 100%;
  width: 100%;
  visibility: visible !important;
}

.ug-rtl {
  direction: rtl;
}

.ug-gallery-wrapper {
  overflow: hidden;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.ug-error-message {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  color: #F30D0D;
}

.ug-error-message-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}

.ug-gallery-wrapper .ug-canvas-pie {
  position: absolute;
  z-index: 4;
}

.ug-gallery-wrapper .ug-progress-bar {
  position: absolute;
  overflow: hidden;
  z-index: 4;
}

.ug-gallery-wrapper .ug-progress-bar-inner {
  xposition: absolute;
}

.ug-gallery-wrapper.ug-fullscreen {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important;
}

.ug-gallery-wrapper.ug-fake-fullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0px !important;
  padding: 0px !important;
  top: 0px !important;
  left: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  z-index: 999999 !important;
}

.ug-body-fullscreen {
  overflow: hidden !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

.ug-gallery-wrapper .ug-preloader-trans {
  display: block;
  height: 35px;
  width: 32px;
  height: 32px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/spinner-diadao.svg");
  background-repeat: no-repeat;
}

.ug-gallery-wrapper .ug-slider-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background-color: #000000;
}

.ug-slider-wrapper .ug-slide-wrapper {
  position: absolute;
}

.ug-slide-wrapper.ug-slide-clickable {
  cursor: pointer;
}

.ug-slider-wrapper .ug-slider-inner {
  position: absolute;
  z-index: 0;
}

.ug-slider-wrapper .ug-item-wrapper {
  position: absolute;
  overflow: hidden;
}

.ug-slider-wrapper,
.ug-item-wrapper img {
  -webkit-user-select: none; /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: none !important;
  box-sizing: border-box;
}

.ug-slider-wrapper .ug-slider-preloader {
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}

.ug-slider-preloader.ug-loader1 {
  width: 30px;
  height: 30px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-white1.gif");
}

.ug-slider-preloader.ug-loader1.ug-loader-black {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black1.gif");
}

.ug-slider-preloader.ug-loader2 {
  width: 32px;
  height: 32px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-white2.gif");
}

.ug-slider-preloader.ug-loader2.ug-loader-black {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black2.gif");
}

.ug-slider-preloader.ug-loader3 {
  width: 38px;
  height: 38px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-white3.gif");
}

.ug-slider-preloader.ug-loader3.ug-loader-black {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black3.gif");
}

.ug-slider-preloader.ug-loader4 {
  width: 32px;
  height: 32px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-white4.gif");
  background-color: white;
}

.ug-slider-preloader.ug-loader4.ug-loader-black {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black4.gif");
}

.ug-slider-preloader.ug-loader5 {
  width: 60px;
  height: 8px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-white5.gif");
  background-color: white;
  border: none;
  border-radius: 0px;
}

.ug-slider-preloader.ug-loader5.ug-loader-black {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black5.gif");
  border: 2px solid #000000;
}

.ug-slider-preloader.ug-loader6 {
  width: 32px;
  height: 32px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-white6.gif");
}

.ug-slider-preloader.ug-loader6.ug-loader-black {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black6.gif");
}

.ug-slider-preloader.ug-loader7 {
  width: 32px;
  height: 10px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-white7.gif");
  border-width: 3px;
  border-radius: 3px;
}

.ug-slider-preloader.ug-loader7.ug-loader-black {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black7.gif");
}

.ug-slider-preloader.ug-loader-black {
  border-color: #000000;
  background-color: #000000;
}

.ug-slider-preloader.ug-loader-nobg {
  background-color: transparent;
}

.ug-slider-wrapper .ug-button-videoplay {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square {
  width: 86px;
  height: 66px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/play-button-square.png");
  background-position: 0px -66px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-square.ug-button-hover {
  background-position: 0px 0px;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-round {
  width: 76px;
  height: 76px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/play-button-round.png");
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: all 0.3s ease 0s !important;
}

.ug-slider-wrapper .ug-button-videoplay.ug-type-round.ug-button-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease 0s !important;
}

.ug-gallery-wrapper .ug-videoplayer {
  position: absolute;
  z-index: 100;
  background-color: #000000;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black1.gif");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ug-videoplayer .ug-videoplayer-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader-black1.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.ug-videoplayer .ug-videoplayer-button-close {
  position: absolute;
  height: 64px;
  width: 64px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/button-close.png");
  cursor: pointer;
  z-index: 1000;
}

.ug-videoplayer .ug-videoplayer-button-close:hover {
  background-position: 0px -64px;
}

.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none; /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  xbackground-color: green;
  z-index: 10;
}

.ug-thumbs-strip.ug-dragging {
  xcursor: -webkit-grab;
  xcursor: -moz-grab;
}

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner {
  position: absolute;
}

.ug-thumb-wrapper.ug-thumb-generated {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none; /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}

.ug-thumb-wrapper .ug-thumb-border-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-style: solid;
}

.ug-thumb-wrapper .ug-thumb-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader.gif");
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-bright {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/loader_bright.gif");
}

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/not_loaded.png");
}

.ug-thumb-wrapper.ug-thumb-generated img {
  position: absolute;
  z-index: 1;
  max-width: none !important;
}

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay {
  position: absolute;
  z-index: 2;
  max-width: none !important;
}

/* bw desaturate effect lightweight */
img.ug-bw-effect {
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* blur effect desaturate effect lightweight */
img.ug-blur-effect {
  filter: blur(0.8px);
  -webkit-filter: blur(0.8px);
  -moz-filter: blur(0.8px);
  -o-filter: blur(0.8px);
  -ms-filter: blur(0.8px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='0.8' /></filter></svg>#blur"); /* Firefox 10+, Firefox on Android */
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="0.8");
}

img.ug-sepia-effect {
  -webkit-filter: sepia(1);
  -webkit-filter: sepia(100%);
  -moz-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='sepia'><feColorMatrix values='0.14 0.45 0.05 0 0 0.12 0.39 0.04 0 0 0.08 0.28 0.03 0 0 0 0 0 1 0' /></filter></svg>#sepia"); /* Firefox 10+, Firefox on Android */
  filter: sepia(100%);
  background-color: #5E2612;
  filter: alpha(opacity=50);
  zoom: 1;
}

.ug-gallery-wrapper .ug-bullets {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  z-index: 2;
}

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child {
  margin-left: 0px;
}

.ug-gallery-wrapper .ug-textpanel {
  position: absolute;
  overflow: hidden;
}

.ug-slider-wrapper .ug-textpanel {
  z-index: 2;
}

.ug-gallery-wrapper .ug-textpanel-bg,
.ug-gallery-wrapper .ug-textpanel-title,
.ug-gallery-wrapper .ug-textpanel-description {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
}

.ug-gallery-wrapper .ug-textpanel-bg {
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 1;
}

.ug-textpanel-textwrapper {
  overflow: hidden;
}

.ug-gallery-wrapper .ug-textpanel-title {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
  z-index: 2;
}

.ug-gallery-wrapper .ug-textpanel-description {
  font-size: 14px;
  color: white;
  text-align: left;
  z-index: 3;
}

.ug-slider-wrapper .ug-zoompanel {
  position: absolute;
  top: 200px;
  left: 100px;
}

.ug-zoompanel .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
}

.ug-gallery-wrapper .ug-arrow-left {
  position: absolute;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}

.ug-gallery-wrapper .ug-arrow-right {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ug-gallery-wrapper .ug-grid-panel {
  position: absolute;
  background-color: #000000;
  xbackground-color: blue;
  z-index: 2;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 11;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled {
  cursor: default;
}

/* handle tip */
.ug-gallery-wrapper .ug-panel-handle-tip {
  position: absolute;
  z-index: 13;
  cursor: pointer;
}

.ug-gallery-wrapper .ug-overlay-disabled {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/cover-grid.png");
}

.ug-gallery-wrapper .ug-strip-panel {
  position: absolute;
  background-color: #000000;
  z-index: 2;
}

.ug-strip-panel .ug-strip-arrow {
  position: absolute;
  cursor: pointer;
}

.ug-strip-panel .ug-strip-arrow.ug-button-disabled {
  cursor: default;
}

.ug-strip-panel .ug-strip-arrow-tip {
  position: absolute;
}

.ug-thumb-wrapper.ug-tile {
  display: block;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.ug-tile .ug-tile-cloneswrapper {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=90);
}

/* transit something */
/* transit fixed size items */
/* transit image overlay */
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile,
.ug-tiles-transit.ug-tiles-transition-active .ug-thumb-wrapper.ug-tile .ug-trans-enabled {
  transition: left 0.7s ease 0s, top 0.7s ease 0s, width 0.7s ease 0s, height 0.7s ease 0s !important;
}

.ug-thumb-wrapper.ug-tile.ug-tile-clickable {
  cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-image-container {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.ug-thumb-wrapper.ug-tile img.ug-thumb-image {
  -webkit-user-select: none; /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: none !important;
  max-height: none !important;
  display: block;
  border: none;
  padding: 0px !important;
  margin: 0px !important;
  width: auto;
  height: auto;
  position: absolute;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  width: 100%;
  max-width: none !important;
}

.ug-tiletype-justified .ug-thumb-wrapper.ug-tile .ug-tile-image-overlay img {
  height: 100%;
  max-width: none !important;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon {
  position: absolute;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: 0 0;
  xbackground-color: green;
  z-index: 6;
  top: 1px;
  left: 1px;
  cursor: pointer;
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-link {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/icon-link32.png");
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-zoom {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/icon-zoom32.png");
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon.ug-icon-play {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/icon-play32.png");
}

.ug-thumb-wrapper.ug-tile .ug-tile-icon:hover {
  background-position: 0 -38px;
}

.ug-thumbs-grid .ug-tile-image-overlay img {
  width: auto;
  height: auto;
  position: absolute;
  max-width: none !important;
}

/* text panel on tiles*/
.ug-tile .ug-textpanel {
  z-index: 5;
  cursor: default;
}

.ug-tile.ug-tile-clickable .ug-textpanel {
  cursor: pointer;
}

.ug-tile .ug-textpanel-title {
  font-size: 14px;
  font-weight: bold;
}

.ug-gallery-wrapper .ug-carousel-wrapper {
  position: absolute;
  overflow: hidden;
}

.ug-gallery-wrapper .ug-carousel-inner {
  position: absolute;
}

.ug-gallery-wrapper.ug-lightbox {
  display: none;
  position: fixed;
  border: none;
  padding: 0px;
  margin: 0px;
  outline: invert none medium;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  z-index: 999999;
}

.ug-lightbox .ug-lightbox-top-panel {
  position: absolute;
  z-index: 2;
}

.ug-lightbox .ug-lightbox-top-panel-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.ug-lightbox .ug-lightbox-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 1;
}

.ug-lightbox .ug-slider-wrapper {
  z-index: 1;
  xbackground-color: green;
  background-color: transparent !important;
}

.ug-lightbox .ug-textpanel {
  z-index: 2;
}

.ug-lightbox .ug-lightbox-arrow-left,
.ug-lightbox .ug-lightbox-arrow-right {
  position: absolute;
  width: 50px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/lightbox-arrow-left.png");
  background-position: 0px 0px;
  z-index: 3;
  cursor: pointer;
}

.ug-lightbox .ug-lightbox-arrow-right {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/lightbox-arrow-right.png");
}

.ug-lightbox .ug-lightbox-button-close {
  position: absolute;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/lightbox-icon-close.png");
  background-position: 0px 0px;
  z-index: 4;
  cursor: pointer;
}

.ug-lightbox-compact .ug-lightbox-button-close {
  width: 45px;
  height: 41px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/ug/lightbox-icon-close-compact2.png");
}

.ug-lightbox .ug-lightbox-arrow-left.ug-arrow-hover,
.ug-lightbox .ug-lightbox-arrow-right.ug-arrow-hover {
  background-position: 0px -55px;
}

.ug-lightbox .ug-lightbox-button-close.ug-button-hover {
  background-position: 0px -35px;
}

.ug-lightbox-compact .ug-lightbox-button-close.ug-button-hover {
  background-position: 0px -40px;
}

.ug-lightbox .ug-lightbox-numbers {
  position: absolute;
  color: #e5e5e5;
  font-size: 12px;
  top: 14px;
  left: 8px;
  z-index: 3;
}

.ug-lightbox-compact .ug-lightbox-numbers {
  font-size: 14px;
  padding-right: 5px;
  padding-top: 7px;
}

.ug-lightbox .ug-textpanel-title,
.ug-lightbox .ug-textpanel-description {
  font-size: 14px;
  font-weight: normal;
  color: #e5e5e5;
}

.ug-lightbox-compact .ug-textpanel-title,
.ug-lightbox-compact .ug-textpanel-description {
  color: #F3F3F3;
  font-size: 16px;
}

.ug-loadmore-wrapper {
  margin-top: 20px;
  text-align: center;
}

.ug-loadmore-wrapper .ug-loadmore-button {
  display: inline-block;
  padding: 5px;
  border: 1px solid #939393;
  text-decoration: none;
  color: #4F4F4F;
}

.ug-loadmore-wrapper .ug-loadmore-error {
  color: red;
}

.ug-loadmore-wrapper .ug-loadmore-button:hover {
  background-color: #F0F0F0;
  color: #515151;
}

.ug-loadmore-wrapper .ug-loadmore-loader {
  color: #515151;
}

.ug-tabs-wrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.ug-tabs-wrapper a.ug-tab {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-left: 5px;
  background-color: #333333;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #969696;
}

.ug-tabs-wrapper a.ug-tab:hover {
  background-color: #707070 !important;
}

.ug-tabs-wrapper a.ug-tab.ug-tab-selected,
.ug-tabs-wrapper a.ug-tab.ug-tab-selected:hover {
  background-color: #2077A2 !important;
  cursor: default !important;
}

.ug-tabs-wrapper a.ug-tab:first-child {
  margin-left: 0px !important;
}

/* --- arrows -- */
.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/slider_arrow_left.png");
  background-position: 0px 0px;
}

.ug-arrow-right.ug-skin-default {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/slider_arrow_right.png");
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover {
  background-position: 0px -30px;
}

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled {
  background-position: 0px -60px;
}

/* --- bullets -- */
.ug-bullets.ug-skin-default .ug-bullet {
  width: 15px;
  height: 15px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/slider_bullets.png");
  background-position: top left;
  margin-left: 5px;
}

.ug-bullets.ug-skin-default .ug-bullet.ug-bullet-active {
  background-position: bottom left;
}

.ug-bullets.ug-skin-default.ug-bullets-gray .ug-bullet {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_bullets_gray.png");
}

.ug-bullets.ug-skin-default.ug-bullets-blue .ug-bullet {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_bullets_blue.png");
}

.ug-bullets.ug-skin-default.ug-bullets-brown .ug-bullet {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_bullets_brown.png");
}

.ug-bullets.ug-skin-default.ug-bullets-green .ug-bullet {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_bullets_green.png");
}

.ug-bullets.ug-skin-default.ug-bullets-red .ug-bullet {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_bullets_red.png");
}

.ug-button-tile-navigation {
  width: 36px;
  height: 36px;
  background-position: top left;
  cursor: pointer;
  float: left;
}

.ug-button-tile-navigation.ug-button-tile-left {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_button_left.png");
}

.ug-button-tile-navigation.ug-button-tile-right {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_button_right.png");
}

.ug-button-tile-navigation:hover {
  background-position: bottom left;
}

.ug-button-tile-navigation.ug-button-disabled {
  opacity: 0.6;
}

.ug-button-tile-navigation.ug-button-disabled:hover {
  background-position: top left;
}

.ug-button-tile-navigation.ug-button-tile-play {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/tile_button_play_pause.png");
  width: 35px;
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon {
  background-position: bottom left;
}

.ug-button-tile-navigation.ug-button-tile-play:hover {
  background-position: top left;
}

.ug-button-tile-navigation.ug-button-tile-play.ug-pause-icon:hover {
  background-position: bottom left;
}

/* --- play button -- */
.ug-button-play.ug-skin-default {
  position: absolute;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/button_playpause.png");
  width: 14px;
  height: 17px;
  cursor: pointer;
  background-position: 0px 0px;
}

.ug-button-play.ug-skin-default.ug-button-hover {
  background-position: 0px -17px;
}

.ug-button-play.ug-skin-default.ug-stop-mode {
  background-position: 0px -34px;
}

.ug-button-play.ug-skin-default.ug-stop-mode.ug-button-hover {
  background-position: 0px -51px;
}

/* --- fullscreen button -- */
.ug-button-fullscreen.ug-skin-default {
  position: absolute;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/button_fullscreen.png");
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: 0px 0px;
}

.ug-button-fullscreen.ug-skin-default.ug-button-hover {
  background-position: 0px -16px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode {
  background-position: 0px -32px;
}

.ug-button-fullscreen.ug-skin-default.ug-fullscreenmode.ug-button-hover {
  background-position: 0px -48px;
}

/* --- zoom panel --- */
.ug-zoompanel.ug-skin-default .ug-zoompanel-button {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 23px;
  width: 23px;
  margin-top: 5px;
  background-position: 0px 0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
  margin-top: 0px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-plus {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/icon_zoom_plus.png");
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-minus {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/icon_zoom_minus.png");
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-return {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/icon_zoom_back.png");
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover {
  background-position: 0px -23px;
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-default .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled {
  background-position: 0px -46px;
  cursor: default;
}

/* --- Grid Panel Arrows -- */
/*--- down arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default {
  width: 30px;
  height: 15px;
  background-position: 0px 0px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/arrow_grid_down.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover {
  background-position: 0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default.ug-button-disabled {
  background-position: 0px -30px;
}

/*--- up arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default {
  width: 30px;
  height: 15px;
  background-position: 0px 0px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/arrow_grid_up.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover {
  background-position: 0px -15px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default.ug-button-disabled {
  background-position: 0px -30px;
}

/*--- left arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default {
  width: 40px;
  height: 40px;
  background-position: 0px -40px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/grid_arrow_left.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-default.ug-button-disabled {
  background-position: 0px -80px;
}

/*--- right arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default {
  width: 40px;
  height: 40px;
  background-position: 0px -40px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/grid_arrow_right.png");
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled {
  background-position: 0px -80px;
}

/*--- left arrow - horizontal panel type ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/slider_arrow_left.png");
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover {
  background-position: 0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default.ug-button-disabled {
  background-position: 0px -60px;
}

/*--- right arrow - horizontal panel type ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default {
  width: 15px;
  height: 30px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/slider_arrow_right.png");
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover {
  background-position: 0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default.ug-button-disabled {
  background-position: 0px -60px;
}

/* --- Strip Panel Arrows -- */
/* left and right arrows */
.ug-strip-panel .ug-strip-arrow-left.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default {
  width: 25px;
  height: 50px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 4px;
  height: 7px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/arrows_strip_left.png");
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/arrows_strip_right.png");
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: 0px -7px;
}

/* up and down arrows */
.ug-strip-panel .ug-strip-arrow-up.ug-skin-default,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default {
  height: 25px;
  width: 50px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 7px;
  height: 4px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/arrows_strip_up.png");
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/arrows_strip_down.png");
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-default.ug-button-hover .ug-strip-arrow-tip {
  background-position: -7px 0px;
}

.ug-strip-panel .ug-strip-arrow.ug-skin-default.ug-button-disabled .ug-strip-arrow-tip {
  background-position: 0px 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* --- Panel Handle Tip -- */
/* left and right handle */
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default {
  width: 22px;
  height: 36px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/grid_handle_black_left.png");
  background-repeat: no-repeat;
  background-position: 0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/grid_handle_black_right.png");
  background-position: 0px -36px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-default {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed {
  background-position: 0px -108px;
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: 0px -72px;
}

/* top and bottom handle */
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
  width: 36px;
  height: 22px;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/grid_handle_black_top.png");
  background-repeat: no-repeat;
  background-position: -36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/skins/default/grid_handle_black_bottom.png");
  background-position: -36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-hover {
  background-position: 0px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed {
  background-position: -108px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-default.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-default.ug-button-closed.ug-button-hover {
  background-position: -72px 0px;
}

body .dia-smartgallery__wrapper {
  display: grid;
  grid-template-columns: 8px repeat(12, minmax(0px, 1fr)) 8px;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__wrapper {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: 72px repeat(12, minmax(0px, 1fr)) 72px;
  }
}
body .dia-smartgallery__filters {
  grid-column-start: 2;
  grid-column-end: span 12;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__filters {
    grid-column-start: 2;
    grid-column-end: span 2;
  }
}
body .dia-smartgallery__content {
  grid-column-start: 2;
  grid-column-end: span 12;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__content {
    grid-column-start: 2;
    grid-column-end: span 2;
  }
}
body .dia-smartgallery__masonry {
  margin: 0 auto;
  max-width: 100%;
}
body .dia-smartgallery__masonry:after {
  content: "";
  display: block;
  clear: both;
}
body .dia-smartgallery__masonry .grid-item {
  float: left;
}
body .dia-smartgallery__masonry .grid-sizer,
body .dia-smartgallery__masonry .grid-item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  body .dia-smartgallery__masonry .grid-sizer,
  body .dia-smartgallery__masonry .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 2560px) {
  body .dia-smartgallery__masonry .grid-sizer,
  body .dia-smartgallery__masonry .grid-item {
    width: 33.3333333333%;
  }
}
body .dia-smartgallery__masonry .grid-item a.smartgallery-media {
  display: block;
  position: relative;
  padding: 8px;
}
body .dia-smartgallery__masonry .grid-item a.smartgallery-media.format-landscape {
  aspect-ratio: 16/9;
}
body .dia-smartgallery__masonry .grid-item a.smartgallery-media.format-square {
  aspect-ratio: 1/1;
}
body .dia-smartgallery__masonry .grid-item a.smartgallery-media.format-portrait {
  aspect-ratio: 3/4;
}
body .dia-smartgallery__masonry .grid-item a.smartgallery-media img,
body .dia-smartgallery__masonry .grid-item a.smartgallery-media hls-video,
body .dia-smartgallery__masonry .grid-item a.smartgallery-media video {
  display: block;
  outline: none;
  user-select: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body .dia-smartgallery__medias {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__medias {
    grid-column-start: 4;
    grid-column-end: span 10;
  }
}
body .dia-smartgallery__medias a[data-fancybox=smartgallery] {
  position: relative;
}
body .dia-smartgallery__medias a[data-fancybox=smartgallery] img {
  display: block;
}
body .fancybox__container.sdk-quickedit .fancybox__nav {
  display: none !important;
}
body .fancybox__container.sdk-smartgallery .fancybox-custom-toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding-top: 12px;
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  body .fancybox__container.sdk-smartgallery .fancybox-custom-toolbar {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  body .fancybox__container.sdk-smartgallery .fancybox-custom-toolbar {
    gap: 48px;
    padding-top: 24px;
  }
}
body .fancybox__container.sdk-smartgallery .fancybox-custom-toolbar a.diadao-sdk-button-booking,
body .fancybox__container.sdk-smartgallery .fancybox-custom-toolbar a.diadao-sdk-button-phone {
  text-decoration: none;
  user-select: none;
}
body .fancybox__container.sdk-smartgallery .fancybox-custom-toolbar a.diadao-sdk-button-booking *,
body .fancybox__container.sdk-smartgallery .fancybox-custom-toolbar a.diadao-sdk-button-phone * {
  pointer-events: none;
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  body .fancybox__container.sdk-smartgallery .fancybox__content .fancybox-image {
    width: auto;
  }
}
body .ug-thumb-wrapper.smartgallery-video-wrapper {
  cursor: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/diadao-starter/public/images/btn-play.svg") 50 50, pointer;
  pointer-events: auto;
}
body .ug-thumb-wrapper.smartgallery-video-wrapper video {
  object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  position: relative;
}
body .ug-thumb-wrapper.smartgallery-video-wrapper.smartgallery-video-responsive > img {
  z-index: 0;
}
body .ug-thumb-wrapper.smartgallery-video-wrapper.smartgallery-video-responsive > .video-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  /*
  .tab-content{
  	&.show-all{
  		> .tab-pane {
  			.fade:not(.show) {
  			    opacity: 1;
  			}
  		}
  	}
  }
  */
  /*
     .tab-content{
  	@include device_992_min {
  		//@include grid-col(4, 9);
  		.thumbs-content {
  			//padding-bottom: $grid-col-gap-default;
  			&.active.show{
  				//@include grid(2, start, $grid-col-gap-default, $grid-col-gap-default, $grid-col-gap-default-responsive, $grid-col-gap-default-responsive, 0, 0);
  			}
  		}

  		&.all-mode{
  			&.show-all{
  				.thumbs-content:not(.active){
  					opacity: 1 !important;
  					//@include grid(2, start, $grid-col-gap-default, $grid-col-gap-default, $grid-col-gap-default-responsive, $grid-col-gap-default-responsive, 0, 0);
  				} 
  			}
  		}
  	}
  }
  */
  /*
  .diadao-sdk-filters,
  .diadao-sdk-filters-menu.has-swiper-filters,
  .sdk-filters-swiper-module{
  	&.diadao-sdk-sticky-v2{
  		.swiper-container.swiperSdkFilters{
  			height: var(--diadao-menu-filter-menu-responsive-height);
  			@include device_responsive{
  				//left: -40px;
  			}
  		}
  		&.sticky-v2-sticked{
  			@include device_desktop{
  				background: var(--diadao-menu-filter-sticked-desktop-bgcolor);
  				top: var(--diadao-menu-filter-sticked-desktop-top);
  			}
  			@include device_responsive{
  				width: 100%;
  				background: var(--diadao-menu-filter-sticked-responsive-bgcolor);
  				top: var(--diadao-menu-filter-sticked-responsive-top);
  				height: var(--diadao-menu-filter-sticked-responsive-height);
  				padding-top: var(--diadao-menu-filter-sticked-responsive-padding-top);
  			}
  		}
  	}
  }


  .thumbs-content.diadao-sdk-filters-content{
  	position: relative;
  	z-index: 5;

  	@include device_desktop{
  		width: var(--diadao-content-filter-desktop-width);
  	}
  }

  .diadao-sdk-filters-menu{
  	display: inline-block;
  	vertical-align: top;
  	position: relative;
  	height: auto;
  	z-index: 20;

  	@include device_responsive{
  		display: block;
  		width: 100%;
  		max-width: none;
  	}

  	&:not(.gallery-filters){
  		@include device_desktop{
  			width: var(--diadao-menu-filter-desktop-width);
  		}
  	}

  	&.gallery-filters{
  		@include device_desktop{
  			width: var(--diadao-smartgallery-menu-filter-desktop-width);
  		}
  	}

  	ul, ul li{
  		list-style-type: none;
  		margin: 0;
  		padding: 0;
  	}

  	.diadao-sdk-filters{
  		margin: 0px;
  		padding: 0px;
  		display: block;
  		vertical-align: top;

  		.sdk-filter{
  			margin: 0px;
  			padding: 0px;
  			vertical-align: top;
  			line-height: 1;
  			display: block;

  			@include device_desktop{
  				margin-bottom: var(--diadao-menu-filter-desktop-item-margin-bottom);
  			}

  			a{
  				transition: color 0.3s ease-in-out;
  				-webkit-tap-highlight-color: transparent;
  				display: inline-block;
  				text-decoration: none;
  				border: none;
  				outline: none;
  				font-family: var(--diadao-menu-filter-a-font-family);
  				font-size: var(--diadao-menu-filter-a-font-size);
  				line-height: var(--diadao-menu-filter-a-line-height);
  				letter-spacing: var(--diadao-menu-filter-a-letter-spacing);
  				font-weight: var(--diadao-menu-filter-a-font-weight);
  				color: var(--diadao-menu-filter-a-color);
  				padding-top: var(--diadao-menu-filter-a-padding-vertical);
  				padding-bottom: var(--diadao-menu-filter-a-padding-vertical);
  				max-width: var(--diadao-menu-filter-desktop-a-max-width);

  				@include device_responsive{
  					display: block;
  				}

  				span {
                         transition: none;
                     }

  				&:hover, &:active, &:focus{
  					outline: none;
  					border: none;
  					text-decoration: none;
  				}
  			}

  			&:not(.active) a:hover{
  				color: var(--diadao-menu-filter-a-color-hover);
  			}

  			&.active a{
  				color: var(--diadao-menu-filter-a-color-active);
  			}
  		}
  	}
  }

     */
}
body .thumbs-content.diadao-sdk-filters-content {
  transition: opacity 0.2s ease-in-out;
}
body .thumbs-content.diadao-sdk-filters-content:not(.filtering) {
  opacity: 1;
}
body .thumbs-content.diadao-sdk-filters-content.filtering {
  opacity: 0;
}
body .thumbs-content.diadao-sdk-filters-content .col-thumb {
  transition: opacity 0.2s ease-in-out;
}
body .thumbs-content.diadao-sdk-filters-content .col-thumb:not(.filtered) {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
}
body .thumbs-content.diadao-sdk-filters-content .col-thumb.filtered {
  opacity: 0;
  visibility: hidden;
  display: none;
}
body .dia-filters,
body .dia-smartgallery__filters {
  margin: 0px;
  padding: var(--diadao-menu-filter-padding, 0px);
  display: block;
  vertical-align: top;
}
body .dia-filters .dia-filters-nav > .nav-item,
body .dia-filters .nav.nav-pills,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item,
body .dia-smartgallery__filters .nav.nav-pills {
  position: sticky;
  top: 200px;
}
@media only screen and (min-width: 992px) {
  body .dia-filters .dia-filters-nav > .nav-item,
  body .dia-filters .nav.nav-pills,
  body .dia-smartgallery__filters .dia-filters-nav > .nav-item,
  body .dia-smartgallery__filters .nav.nav-pills {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .dia-filters .dia-filters-nav > .nav-item .nav-link,
body .dia-filters .nav.nav-pills .nav-link,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link,
body .dia-smartgallery__filters .nav.nav-pills .nav-link {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: var(--diadao-menu-filter-a-font-family);
  font-size: var(--diadao-menu-filter-a-font-size);
  line-height: var(--diadao-menu-filter-a-line-height);
  letter-spacing: var(--diadao-menu-filter-a-letter-spacing);
  font-weight: var(--diadao-menu-filter-a-font-weight);
  color: var(--diadao-menu-filter-a-color);
  padding-top: var(--diadao-menu-filter-a-padding-vertical);
  padding-bottom: var(--diadao-menu-filter-a-padding-vertical);
  max-width: var(--diadao-menu-filter-desktop-a-max-width);
}
@media only screen and (min-width: 992px) {
  body .dia-filters .dia-filters-nav > .nav-item .nav-link,
  body .dia-filters .nav.nav-pills .nav-link,
  body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link,
  body .dia-smartgallery__filters .nav.nav-pills .nav-link {
    margin-bottom: var(--diadao-menu-filter-desktop-item-margin-bottom);
  }
}
@media only screen and (max-width: 991px) {
  body .dia-filters .dia-filters-nav > .nav-item .nav-link,
  body .dia-filters .nav.nav-pills .nav-link,
  body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link,
  body .dia-smartgallery__filters .nav.nav-pills .nav-link {
    display: block;
  }
}
body .dia-filters .dia-filters-nav > .nav-item .nav-link span,
body .dia-filters .nav.nav-pills .nav-link span,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link span,
body .dia-smartgallery__filters .nav.nav-pills .nav-link span {
  transition: none;
}
body .dia-filters .dia-filters-nav > .nav-item .nav-link:hover, body .dia-filters .dia-filters-nav > .nav-item .nav-link:active, body .dia-filters .dia-filters-nav > .nav-item .nav-link:focus,
body .dia-filters .nav.nav-pills .nav-link:hover,
body .dia-filters .nav.nav-pills .nav-link:active,
body .dia-filters .nav.nav-pills .nav-link:focus,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link:hover,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link:active,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link:focus,
body .dia-smartgallery__filters .nav.nav-pills .nav-link:hover,
body .dia-smartgallery__filters .nav.nav-pills .nav-link:active,
body .dia-smartgallery__filters .nav.nav-pills .nav-link:focus {
  outline: none;
  border: none;
  text-decoration: none;
}
body .dia-filters .dia-filters-nav > .nav-item .nav-link:not(.active):not(.current):hover,
body .dia-filters .nav.nav-pills .nav-link:not(.active):not(.current):hover,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link:not(.active):not(.current):hover,
body .dia-smartgallery__filters .nav.nav-pills .nav-link:not(.active):not(.current):hover {
  color: var(--diadao-menu-filter-a-color-hover);
}
body .dia-filters .dia-filters-nav > .nav-item .nav-link.active, body .dia-filters .dia-filters-nav > .nav-item .nav-link.current,
body .dia-filters .nav.nav-pills .nav-link.active,
body .dia-filters .nav.nav-pills .nav-link.current,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link.active,
body .dia-smartgallery__filters .dia-filters-nav > .nav-item .nav-link.current,
body .dia-smartgallery__filters .nav.nav-pills .nav-link.active,
body .dia-smartgallery__filters .nav.nav-pills .nav-link.current {
  color: var(--diadao-menu-filter-a-color-active);
}
@media only screen and (max-width: 991px) {
  body .dia-filters.has-swiper-filters {
    position: sticky;
    z-index: 4;
    transition: 0.1s;
    top: -1px; /* ➜ the trick */
    padding: 1em;
    padding-top: calc(1em + 1px); /* ➜ compensate for the trick */
  }
  body.sdkFiltersStickyEnabled .dia-filters.has-swiper-filters {
    background: var(--diadao-menu-filter-sticked-responsive-bgcolor);
  }
  body.sdkFiltersStickyEnabled header#diadao-header {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
  }
}
body .sdk-filters-swiper-module {
  display: block;
  overflow: initial;
  height: var(--diadao-menu-filter-menu-responsive-height);
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters {
  height: 100%;
  width: 100%;
  margin: 0px;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  padding-left: var(--diadao-menu-filter-padding-left);
  padding-right: var(--diadao-menu-filter-padding-right);
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide {
  height: 100%;
  width: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--diadao-menu-filter-slide-margin-right);
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide:first-child {
  margin-left: auto;
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide:last-child {
  margin-right: auto;
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item {
  display: block;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 0px;
  font-family: var(--diadao-menu-filter-a-font-family);
  font-size: var(--diadao-menu-filter-a-font-size);
  line-height: var(--diadao-menu-filter-a-line-height);
  letter-spacing: var(--diadao-menu-filter-a-letter-spacing);
  font-weight: var(--diadao-menu-filter-a-font-weight);
  color: var(--diadao-menu-filter-a-color);
  padding-top: var(--diadao-menu-filter-a-padding-vertical);
  padding-bottom: var(--diadao-menu-filter-a-padding-vertical);
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link:not(.active):hover {
  color: var(--diadao-menu-filter-a-color-hover);
}
body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link.active {
  color: var(--diadao-menu-filter-a-color-active);
}

body {
  /*
  &:not(.diadao-hsw-hsc-all-qs-loaded),
  &:not(.diadao-qs-loaded):not(.diadao-hsw-hsc-all-qs-loaded){
      .qs-react,
      .qs-calendars{
          visibility: hidden !important;
          opacity: 0 !important;
      }
  }
  */
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget], body.device-desktop .diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky, body.device-desktop .diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail {
  position: relative;
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget]:before, body.device-desktop .diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky:before, body.device-desktop .diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  z-index: 2;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget]:after, body.device-desktop .diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky:after, body.device-desktop .diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail:after {
  visibility: hidden;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: var(--diadao-qs-loading-svg);
  background-size: var(--diadao-qs-loading-svg-size) var(--diadao-qs-loading-svg-size);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget] > div, body.device-desktop .diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky > div, body.device-desktop .diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail > div {
  visibility: hidden;
  opacity: 0;
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget] {
  height: var(--diadao-hsc-booking-panel-loading-height);
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget]:before {
  border-radius: var(--diadao-hsc-booking-panel-border-radius);
  background-color: var(--diadao-hsc-booking-panel-bgcolor);
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget]:before, body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget]:after {
  visibility: var(--diadao-hsc-booking-panel-loading-visibility);
}
body:not(.diadao-qs-booking_hsc-loaded) #diadao-snippet-booking #kwpb-diadao-booking .kwpb-component[data-kwpbcomponent=diadao-hsc_widget]:after {
  background-image: var(--diadao-booking-panel-loading-svg);
}
body.device-desktop.diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky {
  height: var(--diadao-hsc-sticky-room-desktop-loading-height);
}
body.device-desktop.diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky:before {
  border-radius: var(--diadao-hsc-sticky-room-desktop-single-border-radius);
  background-color: var(--diadao-hsc-sticky-room-desktop-single-bgcolor);
}
body.device-desktop.diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky:before, body.device-desktop.diadao-rooms-page:not(.diadao-qs-rooms_list_hsc-loaded) .module-hsc-rooms #diadao-hsw-qs-roomsticky:after {
  visibility: var(--diadao-hsc-sticky-room-desktop-loading-visibility);
}
body.device-desktop.diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail {
  height: var(--diadao-hsc-sticky-room-desktop-single-loading-height);
}
body.device-desktop.diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail:before {
  border-radius: var(--diadao-hsc-sticky-room-desktop-single-border-radius);
  background-color: var(--diadao-hsc-sticky-room-desktop-single-bgcolor);
}
body.device-desktop.diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail:before, body.device-desktop.diadao-room-detail-page:not(.diadao-qs-rooms_list_single_hsc-loaded) .diadao-hsw-qs.diadao-hsw-qs-roomstickydetail:after {
  visibility: var(--diadao-hsc-sticky-room-desktop-single-loading-visibility);
}

body.device-desktop.is-logged-in .diadao-admin-front-editor {
  position: fixed;
  bottom: 30%;
  width: 42px;
  height: 178px;
  left: 0px;
  margin-top: -81px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "calt", "case";
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  transition: all 0.3s ease-in-out;
  z-index: 666666;
  display: block;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor.post-snippet {
  display: none;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor.post-menu {
  display: none;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor.post-forms {
  display: none;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor a {
  background-color: #F63E63;
  width: 100%;
  height: 100%;
  border: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  transition: background-color 200ms ease-out;
  -moz-transform: rotate(0.01deg);
  outline: none;
  cursor: pointer;
  color: var(--diadao-sdk-color-1);
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  padding-bottom: 15px;
  text-decoration: none;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor a:hover, body.device-desktop.is-logged-in .diadao-admin-front-editor a:active, body.device-desktop.is-logged-in .diadao-admin-front-editor a:focus {
  text-decoration: none;
  outline: none;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor a svg {
  position: absolute;
  top: 15px;
  width: 100%;
  height: 18px;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor a span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  left: 0px;
  writing-mode: vertical-rl;
  color: white;
  transform: rotate(180deg);
  line-height: 1;
  height: 100%;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor:hover, body.device-desktop.is-logged-in .diadao-admin-front-editor:active, body.device-desktop.is-logged-in .diadao-admin-front-editor:focus {
  width: 46px;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor:hover a, body.device-desktop.is-logged-in .diadao-admin-front-editor:active a, body.device-desktop.is-logged-in .diadao-admin-front-editor:focus a {
  text-decoration: none;
  outline: none;
  background-color: #940723;
}
body.device-desktop.is-logged-in .diadao-admin-front-editor:hover a svg, body.device-desktop.is-logged-in .diadao-admin-front-editor:active a svg, body.device-desktop.is-logged-in .diadao-admin-front-editor:focus a svg {
  transform: scale(1.1) rotate(90deg);
}
body.device-desktop.is-logged-in.diadao-menuopened .diadao-admin-front-editor.post-page, body.device-desktop.is-logged-in.diadao-menuopened .diadao-admin-front-editor.post-kwpb_template {
  display: none;
}
body.device-desktop.is-logged-in.diadao-menuopened .diadao-admin-front-editor.post-menu {
  display: block;
}
body.device-desktop.is-logged-in.diadao-menuopened .diadao-admin-front-editor.post-forms {
  display: none;
}
body.device-desktop.is-logged-in.diadao-snippet-open:not(.diadao-snippet-open-booking) .diadao-admin-front-editor.post-page {
  display: none;
}
body.device-desktop.is-logged-in.diadao-snippet-open:not(.diadao-snippet-open-booking) .diadao-admin-front-editor.post-snippet {
  display: block;
}
body.device-desktop.is-logged-in.diadao-snippet-open:not(.diadao-snippet-open-booking) .diadao-admin-front-editor.post-forms {
  display: none;
}
body.device-desktop.is-logged-in.diadao-snippet-open.diadao-snippet-open-booking .diadao-admin-front-editor.post-page {
  display: none;
}
body.device-desktop.is-logged-in.diadao-snippet-open.diadao-snippet-open-booking .diadao-admin-front-editor.post-snippet {
  display: none;
}
body.device-desktop.is-logged-in.diadao-snippet-open.diadao-snippet-open-booking .diadao-admin-front-editor.post-forms {
  display: block;
}

body.device-responsive .diadao-admin-front-editor {
  display: none !important;
}

html.with-fancybox body.is-logged-in .diadao-admin-front-editor {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  body.device-desktop .desktop-only {
    display: none !important;
  }
  body.device-desktop .responsive-only {
    display: inline-block !important;
  }
  body.device-desktop .diadao-admin-front-editor {
    display: none !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;
  padding: 0;
  top: -2px !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 .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;
  }
}

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

html > body.diadao-hsw-hsc.device-desktop #diadao-hdp-bar-mobile,
html > body.diadao-hsw-hsc.device-desktop .diadao-hdp-bar-room.diadao-hdp-bar-room-responsive {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
html > body.diadao-hsw-hsc.device-mobile #diadao-hdp-bar,
html > body.diadao-hsw-hsc.device-mobile .diadao-hdp-bar-room.diadao-hdp-bar-room-desktop, html > body.diadao-hsw-hsc.device-responsive #diadao-hdp-bar,
html > body.diadao-hsw-hsc.device-responsive .diadao-hdp-bar-room.diadao-hdp-bar-room-desktop {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.diasdk-custom-modal.modal-fullscreen.type-modal-hsl {
  width: 100vw;
  padding: 0;
}
.diasdk-custom-modal #diadao-smart-locator-container,
.diasdk-custom-modal .diadao-smart-locator-container {
  width: 100%;
  height: 100%;
  line-height: 0;
}
.diasdk-custom-modal #diadao-smart-locator-container iframe,
.diasdk-custom-modal .diadao-smart-locator-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.smartpreview-offres__object__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body {
  overflow-x: clip !important;
  scroll-behavior: smooth;
}
html body #main > section {
  overflow-x: clip !important;
}
html body #user_switching_switch_on {
  display: none !important;
}
html#device-mobile body.sdkbs-panel-opened {
  overflow-y: hidden !important;
}
html#device-mobile.with-fancybox body {
  overflow-y: hidden !important;
}
html .ug-gallery-wrapper .ug-preloader-trans {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  html body .restrict-tablet,
  html body .restrict-mobile,
  html body .restrict-responsive {
    display: none !important;
  }
  html body .restrict-desktop {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  html body .restrict-mobile,
  html body .restrict-tablet,
  html body .restrict-responsive {
    display: block !important;
  }
  html body .restrict-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  html body .restrict-mobile {
    display: block !important;
  }
  html body .restrict-tablet,
  html body .restrict-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 640px) {
  html body .restrict-tablet {
    display: block !important;
  }
  html body .restrict-mobile,
  html body .restrict-desktop {
    display: none !important;
  }
}

/*# sourceMappingURL=diadao-starter-public.css.map */

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  padding-inline: 4px;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 20px 40px;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.fancybox__caption .diadao-gallery-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fancybox__caption .diadao-gallery-buttons .diadao-sdk-button-phone {
  color: var(--fancybox-phonelink-color);
  font-weight: 600;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  content: none;
  /*
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
  */
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/*# sourceMappingURL=diadao-starter-fancybox.css.map */

/*# sourceMappingURL=diadao-parent-sdk.css.map */


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

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

@font-face {
  font-family: "chesna_grotesk";
  src: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-book-webfont.woff2") format("woff2"), url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "chesna_grotesk";
  src: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-medium-webfont.woff2") format("woff2"), url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "chesna_grotesk";
  src: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-medium-webfont.woff2") format("woff2"), url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "chesna_grotesk";
  src: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-semibold-webfont.woff2") format("woff2"), url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "chesna_grotesk";
  src: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-semibold-webfont.woff2") format("woff2"), url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/fonts/chesna/chesnagrotesk-semibold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-mPCLC79U11vU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-oPCLC79U1.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2_FQftx9897sxZ.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2_Gwftx9897g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wi_FQftx9897sxZ.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wi_Gwftx9897g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AUi-qNiXg7eU0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*************************/
/* Mixins */
/*************************/
:root {
  --diadao-button-close-width: 64px;
  --diadao-button-close-height: 46px;
  --diadao-button-close-radius: 4px;
  --diadao-snippet-close-button-top: 0px;
}
@media only screen and (min-width: 992px) {
  :root {
    --diadao-button-close-width: 64px;
    --diadao-button-close-height: 64px;
  }
}

body .lang-menu li {
  text-align: center;
}
body .lang-menu a {
  display: inline-flex;
  height: 54px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  padding: 0px 24px;
  border-radius: 5px;
  background-color: #FFF;
}
@media only screen and (min-width: 992px) {
  body .lang-menu a {
    height: 64px;
    font-size: 1rem;
    border-radius: 4px;
  }
}
body .lang-menu .dropdown-toggle {
  width: auto;
  display: inline-flex;
  column-gap: 8px;
  height: 54px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  body .lang-menu .dropdown-toggle {
    height: 64px;
  }
}
body .lang-menu .dropdown-toggle::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down2.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down2.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
  border: none;
  background-color: currentColor;
  transition: transform 0.3s;
}
body .lang-menu .dropdown-toggle.show, body .lang-menu .dropdown-toggle:hover {
  background: #FFF;
  color: #000;
}
body .lang-menu .dropdown-toggle.show {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
body .lang-menu .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
body .lang-menu .dropdown-menu {
  --bs-dropdown-min-width: 0px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  top: -2px !important;
  transition: background-color 0.25s ease-in-out;
}
@media only screen and (max-width: 991px) {
  body .lang-menu .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    transform: none !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
body .lang-menu .dropdown-menu .dropdown-item {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  height: auto;
  padding: 8px;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  border-radius: 0px;
  background-color: #FFF;
  padding: 20px 24px;
  --bs-dropdown-link-active-color: $pureblack;
}
body .lang-menu .dropdown-menu.show .dropdown-item {
  height: auto;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0px;
  background-color: #FFF;
}

html body {
  opacity: 1;
  visibility: visible;
  background-color: #FFF;
}
html body .todo {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  background: tomato;
  font-weight: 700;
  padding: 20px;
  color: #F5F1ED;
}
html body.diasdk-ready {
  animation: none;
}
html body.offcanvas-opened {
  overflow: clip !important;
}
html body.sdkbs-panel-opened, html body.mainmenu-opened {
  overflow: hidden;
}
html body.modal-open .btn-close {
  opacity: 1 !important;
}
html body.paneltype-modal .offcanvas-backdrop {
  display: none;
}
html body section {
  position: relative;
}

.offcanvas {
  --bs-offcanvas-height: 100%;
}
.offcanvas-body {
  min-height: 100%;
  overscroll-behavior: contain;
}
.offcanvas-body > .container {
  height: 100%;
}
.offcanvas-header {
  z-index: 6;
}

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

.module-page {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .module-page {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .module-page {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .module-page {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .module-page {
    justify-items: center;
  }
}
.module-page .kwpb-wysiwig, .module-page .offcanvas.type-diadaopopup .sdk-popup__text, .offcanvas.type-diadaopopup .module-page .sdk-popup__text {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .module-page .kwpb-wysiwig, .module-page .offcanvas.type-diadaopopup .sdk-popup__text, .offcanvas.type-diadaopopup .module-page .sdk-popup__text {
    grid-column-start: 3;
    grid-column-end: span 10;
    max-width: 1200px;
  }
}
.module-page .kwpb-wysiwig h3, .module-page .offcanvas.type-diadaopopup .sdk-popup__text h3, .offcanvas.type-diadaopopup .module-page .sdk-popup__text h3 {
  margin: 3rem 0 1.5rem;
}

.nav-pills {
  --bs-nav-pills-link-active-color: $blue-main;
  --bs-nav-pills-link-active-bg: transparent;
  --bs-nav-link-font-weight: 600;
}

.anim-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
.anim-bg-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #FFF;
  pointer-events: none;
}

#diadao-main section {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .sepheader {
    height: 112px;
  }
}

html body.sdkbs-panel-not-opened .offcanvas-backdrop.backdrop-sdk, html body.page .offcanvas-backdrop.backdrop-sdk {
  display: block !important;
  pointer-events: none;
  z-index: 1040;
}
html body.sdkbs-panel-not-opened .offcanvas-backdrop.backdrop-sdk.showing, html body.sdkbs-panel-not-opened .offcanvas-backdrop.backdrop-sdk.show, html body.page .offcanvas-backdrop.backdrop-sdk.showing, html body.page .offcanvas-backdrop.backdrop-sdk.show {
  display: block;
  pointer-events: auto;
  opacity: 0.5;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  body section:not(.banner) .video-wrapper a.button-video {
    bottom: auto;
    right: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    cursor: pointer;
  }
  body section:not(.banner) .video-wrapper a.button-video span {
    display: none;
  }
}

.offcanvas.showing .offcanvas-body {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 7px;
  height: 3px;
  padding-left: 7px;
}

::-webkit-scrollbar-track {
  background-color: #FFF;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #CCCCCC;
}

:root {
  --color-select: #AD172B;
}

::selection {
  color: #FFF;
  background: var(--color-select);
}

html.kwpb-fo-edit-enabled body.device-desktop.logged-in.kwpb-fo-edit-active.sdkbs-panel-opening #diadao-main #main .offcanvas button.diasdk-quickedit-btn, html.kwpb-fo-edit-enabled body.device-desktop.logged-in.kwpb-fo-edit-active.sdkbs-panel-opened #diadao-main #main .offcanvas button.diasdk-quickedit-btn {
  display: block !important;
}

html {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #1F1F1F;
}
html body {
  font-family: "chesna_grotesk", sans-serif;
  font-weight: 300;
  color: #000;
}
html body a {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out;
  text-decoration: none;
}

.commontext, .content-medias__content__text, .offcanvas-readmore .offcanvas-body {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .commontext, .content-medias__content__text, .offcanvas-readmore .offcanvas-body {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.commontext p, .content-medias__content__text p, .offcanvas-readmore .offcanvas-body p {
  margin: 0px 0px 1.5rem;
}
@media only screen and (min-width: 992px) {
  .commontext p, .content-medias__content__text p, .offcanvas-readmore .offcanvas-body p {
    margin: 0px 0px 2rem;
  }
}
.commontext p:last-child, .content-medias__content__text p:last-child, .offcanvas-readmore .offcanvas-body p:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .commontext p:last-child, .content-medias__content__text p:last-child, .offcanvas-readmore .offcanvas-body p:last-child {
    margin-bottom: 0px;
  }
}
.commontext a:not([class^=btn]):not([class^=button]):not(.kwpb-more-text-button), .content-medias__content__text a:not([class^=btn]):not([class^=button]):not(.kwpb-more-text-button), .offcanvas-readmore .offcanvas-body a:not([class^=btn]):not([class^=button]):not(.kwpb-more-text-button) {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.commontext strong, .content-medias__content__text strong, .offcanvas-readmore .offcanvas-body strong, .commontext bold, .content-medias__content__text bold, .offcanvas-readmore .offcanvas-body bold {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .commontext .kwpb-more-text-button, .content-medias__content__text .kwpb-more-text-button, .offcanvas-readmore .offcanvas-body .kwpb-more-text-button {
    margin-top: 16px;
  }
}

h1,
.title-h1, .title-h1 * {
  font-family: "freight-big-pro", serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  h1,
  .title-h1, .title-h1 * {
    font-size: 5.25rem;
    line-height: 4.75rem;
  }
}
@media only screen and (min-width: 1640px) {
  h1,
  .title-h1, .title-h1 * {
    font-size: 8rem;
    line-height: 7rem;
  }
}

.title-big, .title-big * {
  font-family: "freight-big-pro", serif;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: -0.05em;
}
@media only screen and (min-width: 992px) {
  .title-big, .title-big * {
    font-size: 5rem;
    line-height: 1em;
  }
}
@media only screen and (min-width: 1440px) {
  .title-big, .title-big * {
    font-size: 8rem;
    line-height: 0.9em;
  }
}

h2,
.title-h2,
.content-medias__content__title,
.module-page h2,
.module-page .titre,
.module-page h3,
.module-page .soustitre, .title-h2 *, .content-medias__content__title *, .module-page h2 *, .module-page .titre *, .module-page h3 *, .module-page .soustitre * {
  font-family: "freight-big-pro", serif;
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  h2,
  .title-h2,
  .content-medias__content__title,
  .module-page h2,
  .module-page .titre,
  .module-page h3,
  .module-page .soustitre, .title-h2 *, .content-medias__content__title *, .module-page h2 *, .module-page .titre *, .module-page h3 *, .module-page .soustitre * {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}

h3,
.title-h3, .title-h3 * {
  font-family: "freight-big-pro", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  h3,
  .title-h3, .title-h3 * {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

.title-bigbold, .title-bigbold * {
  font-family: "chesna_grotesk", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .title-bigbold, .title-bigbold * {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.title-bold, .title-bold * {
  font-family: "chesna_grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .title-bold, .title-bold * {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.subtitle, .subtitle * {
  font-family: "chesna_grotesk", sans-serif;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #AD172B;
  transition: color 0.3s;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .subtitle, .subtitle * {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.object-category {
  font-family: "chesna_grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.56px;
}
@media only screen and (min-width: 992px) {
  .object-category {
    letter-spacing: 0.8px;
  }
}

.title-n2,
.object-title {
  font-family: "chesna_grotesk", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .title-n2,
  .object-title {
    letter-spacing: 1.3px;
    font-size: 32px;
  }
}

.label, .v-area .thumb-infos__size {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2.5px;
  font-size: 10px;
}

.text-big, .text-big--bold, .practical-infos__list .list__item__title {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #000;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .text-big, .text-big--bold, .practical-infos__list .list__item__title {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.8px;
  }
}
.text-big--bold, .practical-infos__list .list__item__title {
  font-weight: 700;
}

.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: 700;
  line-height: 1.2;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 992px) {
  .text-price {
    font-size: 28px;
  }
}

.old-price {
  font-weight: 700;
}
.old-price__wrapper {
  position: relative;
  display: inline-flex;
}
.old-price__wrapper::before {
  content: "";
  position: absolute;
  height: 2px;
  top: calc(50% - 1px);
  width: 100%;
  background: currentColor;
}

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

.kwpb-wysiwig a:not([class*=btn]):not([class*=button]), .offcanvas.type-diadaopopup .sdk-popup__text a:not([class*=btn]):not([class*=button]) {
  color: inherit;
  text-decoration: underline;
}
.kwpb-wysiwig a:not([class*=btn]):not([class*=button]):hover, .offcanvas.type-diadaopopup .sdk-popup__text a:not([class*=btn]):not([class*=button]):hover {
  opacity: 0.8;
}
.kwpb-wysiwig p, .offcanvas.type-diadaopopup .sdk-popup__text p {
  margin-bottom: 1.5rem;
}
.kwpb-wysiwig p span[style*=underline], .offcanvas.type-diadaopopup .sdk-popup__text p span[style*=underline] {
  position: relative;
  font-weight: normal;
  display: inline-block;
  z-index: 1;
  text-decoration: none !important;
}
.kwpb-wysiwig p span[style*=underline]::before, .offcanvas.type-diadaopopup .sdk-popup__text p span[style*=underline]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 8px;
  background-color: #FDD570;
  z-index: -1;
}
.kwpb-wysiwig ul + p, .offcanvas.type-diadaopopup .sdk-popup__text ul + p {
  margin-top: 1.5rem;
}
.kwpb-wysiwig ul, .offcanvas.type-diadaopopup .sdk-popup__text ul, .kwpb-wysiwig ol, .offcanvas.type-diadaopopup .sdk-popup__text ol {
  margin-block: 0.625rem;
  overflow: hidden;
}
.kwpb-wysiwig ul li, .offcanvas.type-diadaopopup .sdk-popup__text ul li, .kwpb-wysiwig ol li, .offcanvas.type-diadaopopup .sdk-popup__text ol li {
  position: relative;
  margin-top: 0.875rem;
  padding-left: 24px;
}
.kwpb-wysiwig ul li::before, .offcanvas.type-diadaopopup .sdk-popup__text ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.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: #9C6E47;
}
.kwpb-wysiwig ol, .offcanvas.type-diadaopopup .sdk-popup__text ol {
  counter-reset: list;
}
.kwpb-wysiwig ol li::before, .offcanvas.type-diadaopopup .sdk-popup__text ol li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
  font-weight: 400;
  color: #273582;
}

:root {
  --kwpb-gform-input-bgcolor: #FFF;
  --kwpb-gform-select-icon-color: #1F1F1F;
  --kwpb-gform-primary-color: #AD172B;
  --kwpb-gform-input-focus-border-color: #1F1F1F;
  --kwpb-gform-input-border-radius: 0px;
  --kwpb-gform-input-color: #1F1F1F;
  --kwpb-gform-input-font-weight: 300;
  --kwpb-gform-border-radius: 0px;
  --kwpb-gform-primary-color-bis: rgba(0, 0, 0, 0.05);
  --kwpb-gform-font-size: rem(16px);
  --kwpb-gform-padding-horizontal: 16px;
}
@media only screen and (min-width: 992px) {
  :root {
    --kwpb-gform-font-size: rem(20px);
    --kwpb-gform-padding-horizontal: 32px;
  }
}

html body.page.sdk-gform-css .gform_wrapper form .gform_body .gform_fields {
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: auto;
}
@media only screen and (max-width: 991px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gform_fields {
    display: block;
    margin-inline: 0;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield {
  margin-inline: 0;
  /* Submit */
  /*&--type-fileupload {
      label.gfield_label {
          margin-block: 0px !important; 
          color: $color-text !important;
      }

      .gform_drop_area {
          .gform_drop_instructions {
              font-size: var(--kwpb-gform-font-size);
              color: $color-text;
          }
      }
  }*/
}
@media only screen and (min-width: 992px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield {
    margin: 16px 8px 0 8px;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield label.gfield_label {
  left: var(--kwpb-gform-padding-horizontal);
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield label.gfield_label.isfocused {
  color: #F5F1ED;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled label.gfield_label {
  font-size: var(--kwpb-gform-font-size);
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.diadao-gfield-label-enabled.diadao-gfield-small label.gfield_label {
  font-size: 10px;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-select.select-display-label label.gfield_label {
  top: 0;
  transform: none;
  padding: 8px 0px;
  line-height: 1em;
  z-index: 8;
  height: auto;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--width-full {
  flex-basis: calc(100% - 16px);
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--width-half {
  flex-basis: calc(100% - 16px);
}
@media only screen and (min-width: 640px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--width-half {
    flex-basis: calc(50% - 16px);
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield_visibility_hidden {
  position: absolute;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container textarea,
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container select {
  border: 1px solid #F4E8DA;
  font-weight: var(--kwpb-gform-input-font-weight);
  color: var(--kwpb-gform-input-color);
  resize: none;
  box-shadow: none;
  height: 80px;
  padding-left: var(--kwpb-gform-padding-horizontal);
  padding-right: var(--kwpb-gform-padding-horizontal);
}
@media only screen and (max-width: 991px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container textarea,
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container select {
    height: 54px;
    padding-top: 14px;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container textarea:focus, html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container html body.sdk-gform-css .gform_wrapper .gfield .ginput_container select:focus {
  /*background: var(--kwpb-gform-input-focus-border-color);
  color: $white;*/
  border-color: #AD172B;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container select {
  padding-top: 1.6875rem !important;
  background: none;
  font-size: var(--kwpb-gform-font-size) !important;
}
@media only screen and (max-width: 991px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container select {
    padding-top: 1rem !important;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container textarea.large {
  height: 7.5rem;
  min-height: 7.5rem;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .gform_button,
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .diadao-sdk-button-gform {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: #AD172B;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #FFF;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
}
@media only screen and (min-width: 992px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .gform_button,
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .diadao-sdk-button-gform {
    min-height: 64px;
    padding: 8px 32px;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .gform_button span,
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .diadao-sdk-button-gform span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .gform_button span,
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .diadao-sdk-button-gform span {
    font-size: 1rem;
  }
}
html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .gform_button:hover, html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .gform_button:focus-visible,
html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .diadao-sdk-button-gform:hover,
html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-submit .diadao-sdk-button-gform:focus-visible {
  background: #8F1122;
  color: #FFF;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container_checkbox label,
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container_radio label,
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container_consent label,
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .gfield_select label {
  text-transform: none;
  font-size: 0.875rem;
  text-align: left;
  padding-left: 32px;
  margin-left: 0px;
  color: #000 !important;
}
@media only screen and (min-width: 992px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container_checkbox label,
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container_radio label,
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container_consent label,
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .gfield_select label {
    font-size: 1rem;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield .ginput_container_checkbox label::before {
  border: 1px solid #F4E8DA;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload {
  background-color: var(--kwpb-gform-input-bgcolor);
  border-width: var(--kwpb-gform-input-border-width);
  border-style: solid;
  border-color: #F4E8DA;
  border-radius: var(--kwpb-gform-input-border-radius);
  padding: 18px 0px;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload label.gfield_label {
  margin: 0 !important;
  height: 1rem;
  position: relative !important;
  right: 0px;
  left: auto;
  width: auto;
  min-width: 0px;
  padding-left: var(--kwpb-gform-padding-horizontal) !important;
  padding-right: var(--kwpb-gform-padding-horizontal);
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_drop_area {
  height: auto;
  flex-direction: row;
  font-size: 0.875rem;
  letter-spacing: 0em;
  padding: 8px var(--kwpb-gform-padding-horizontal) 18px;
  margin-top: 0px;
  margin-bottom: -18px;
  gap: 0.6em;
  align-items: center;
  justify-content: center;
  text-align: left;
  background: transparent;
  font-weight: 300;
  position: static !important;
  display: block;
  box-shadow: none;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_drop_area::before {
  display: none;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_drop_area::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_drop_area button {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 300;
  text-decoration: underline;
  text-transform: lowercase;
  line-height: var(--kwpb-gform-line-height);
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 0.25em;
  height: auto;
  min-height: 0px;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_drop_area button::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_drop_instructions {
  margin: 0;
  display: inline;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_fileupload_rules {
  font-size: 0.75rem;
  letter-spacing: -0.05em;
  font-weight: 400;
  display: block;
  top: auto;
  bottom: auto;
  margin: 0 !important;
  text-align: center;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .ginput_preview_list {
  position: relative;
  padding: 0px 1.5rem 0;
  z-index: 2;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .ginput_preview_list .ginput_preview {
  margin-top: 10px;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gfield_description {
  display: none;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.gfield--type-fileupload .gform_delete_file {
  border-color: red;
  color: red;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield_description {
  font-size: 9px !important;
  color: #000 !important;
}
@media only screen and (min-width: 992px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield_description {
    font-size: 12px !important;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_body .gfield.col-rgpd {
  padding-top: 0px;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_footer {
  padding: 0;
  display: inline-flex;
  column-gap: 16px;
  width: 100%;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_footer .gform_button:not(.sdk-diadao-disabled), html body.page.sdk-gform-css .gform_wrapper form .gform_footer .diadao-sdk-button-gform:not(.sdk-diadao-disabled) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: #AD172B;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #FFF;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
  min-width: inherit;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_footer .gform_button:not(.sdk-diadao-disabled), html body.page.sdk-gform-css .gform_wrapper form .gform_footer .diadao-sdk-button-gform:not(.sdk-diadao-disabled) {
    min-height: 64px;
    padding: 8px 32px;
  }
}
html body.page.sdk-gform-css .gform_wrapper form .gform_footer .gform_button:not(.sdk-diadao-disabled) span, html body.page.sdk-gform-css .gform_wrapper form .gform_footer .diadao-sdk-button-gform:not(.sdk-diadao-disabled) span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  html body.page.sdk-gform-css .gform_wrapper form .gform_footer .gform_button:not(.sdk-diadao-disabled) span, html body.page.sdk-gform-css .gform_wrapper form .gform_footer .diadao-sdk-button-gform:not(.sdk-diadao-disabled) span {
    font-size: 1rem;
  }
}
html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_footer .gform_button:not(.sdk-diadao-disabled):hover, html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_footer .gform_button:not(.sdk-diadao-disabled):focus-visible, html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_footer .diadao-sdk-button-gform:not(.sdk-diadao-disabled):hover, html:not(.touchevents) html body.page.sdk-gform-css .gform_wrapper form .gform_footer .diadao-sdk-button-gform:not(.sdk-diadao-disabled):focus-visible {
  background: #8F1122;
  color: #FFF;
}
html body.page.sdk-gform-css .gform_wrapper form .gform_submission_error {
  font-size: var(--kwpb-gform-font-size);
  font-weight: 700px;
}
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .gform_fields,
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .gfield {
  margin-inline: 0;
}
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .ginput_container_checkbox label,
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .ginput_container_radio label,
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .ginput_container_consent label {
  color: #E3F3F2 !important;
}
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .ginput_container_checkbox label a,
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .ginput_container_radio label a,
html body.page.sdk-gform-css .gform_wrapper form .form-newsletter .ginput_container_consent label a {
  color: #F5F1ED;
  font-weight: 700;
}

@-moz-document url-prefix() {
  html body.sdk-gform-css .gform_wrapper .gfield .ginput_container select {
    padding-top: 0px !important;
  }
}
:root {
  --diadao-menu-filter-a-font-size: rem(20px);
  --diadao-menu-filter-slide-margin-right: 24px;
  --diadao-menu-filter-menu-responsive-height: auto;
  --diadao-menu-filter-padding: 0;
  --diadao-menu-filter-a-font-weight: 600;
  --diadao-menu-filter-a-line-height: rem(32px);
  --diadao-menu-filter-a-color-active: #AD172B;
  --diadao-menu-filter-a-color-hover: #AD172B;
}

@media only screen and (max-width: 991px) {
  .dia-filters.has-swiper-filters {
    transition: top 0.25s ease-in-out;
    background-color: #FFF;
    z-index: 99999 !important;
    height: 66px;
  }
  .dia-filters.has-swiper-filters .sdk-filters-swiper-module {
    height: 100%;
  }
}

body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link.current {
  color: #AD172B;
}
html:not(.touchevents) body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link:hover, html:not(.touchevents) body .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link:focus-visible {
  color: #AD172B;
}

body #site[data-season=summer] .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link.current {
  color: #d99d3f;
}
html:not(.touchevents) body #site[data-season=summer] .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link:hover, html:not(.touchevents) body #site[data-season=summer] .sdk-filters-swiper-module .swiper-container.swiperSdkFilters .swiper-wrapper .swiper-slide div.nav-item a.nav-link:focus-visible {
  color: #d99d3f;
}

@media only screen and (max-width: 991px) {
  html.with-fancybox .dia-filters.has-swiper-filters {
    visibility: hidden !important;
    opacity: 0 !important;
    z-index: 0 !important;
  }
}

#social-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  #social-menu {
    gap: 22px;
  }
}
#social-menu a {
  position: relative;
  overflow: hidden;
  display: block;
  transition: color 0.3s ease-in-out;
  width: 54px;
  height: 54px;
  background-color: #FFF;
  border-radius: 5px;
}
#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: currentColor;
}
#social-menu a[data-slug=facebook]::before {
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/sdk-icon-reg-facebook.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/sdk-icon-reg-facebook.svg");
}
#social-menu a[data-slug=instagram]::before {
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/sdk-icon-reg-instagram.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/sdk-icon-reg-instagram.svg");
}
#social-menu a[data-slug=linkedin]::before {
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/social-linkedin.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/social-linkedin.svg");
}
.forwinter.alphatransition, .forsummer.alphatransition {
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 1;
  visibility: visible;
}

#site {
  position: relative;
}

.site_bg__imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-size: 100% auto;
  z-index: 1;
  background-color: #e7eaf1;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-winter-mobile.jpg");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .site_bg__imgbg {
    background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-winter-desktop.jpg");
  }
}
.site_bg__imgbg.forsummer {
  background-color: #f6f2ef;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-summer-mobile.jpg");
}
@media only screen and (min-width: 992px) {
  .site_bg__imgbg.forsummer {
    background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-summer-desktop.jpg");
  }
}
.site_bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  z-index: 1;
  /*@include device_992_min {
  	height: auto;
  }*/
}
.site_bg__video.forsummer {
  mix-blend-mode: lighten;
}
.site_bg__video video, .site_bg__video hls-video {
  position: sticky;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  object-fit: cover;
  object-position: 50% 50%;
  /*@include device_992_min {
  	height: auto;
  	aspect-ratio: 1920/1080;
  }*/
}
.site_bg__cssanim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site_bg__cssanim__container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.snow {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  filter: blur(8px);
}
.snow:nth-child(1) {
  width: 20px;
  height: 20px;
  opacity: 0.5479;
  transform: translate(50.8449vw, -10px) scale(0.6542);
  animation: fall-1 1s -11s linear infinite;
}
@keyframes fall-1 {
  34.19% {
    transform: translate(54.605vw, 34.19vh) scale(0.6542);
  }
  to {
    transform: translate(52.72495vw, 100vh) scale(0.6542);
  }
}
.snow:nth-child(2) {
  width: 50px;
  height: 50px;
  opacity: 0.8338;
  transform: translate(37.3211vw, -10px) scale(0.6934);
  animation: fall-2 3s -7s linear infinite;
}
@keyframes fall-2 {
  41.427% {
    transform: translate(43.5883vw, 41.427vh) scale(0.6934);
  }
  to {
    transform: translate(40.4547vw, 100vh) scale(0.6934);
  }
}
.snow:nth-child(3) {
  width: 40px;
  height: 40px;
  opacity: 0.0756;
  transform: translate(35.7774vw, -10px) scale(0.1707);
  animation: fall-3 1s -27s linear infinite;
}
@keyframes fall-3 {
  54.453% {
    transform: translate(30.25vw, 54.453vh) scale(0.1707);
  }
  to {
    transform: translate(33.0137vw, 100vh) scale(0.1707);
  }
}
.snow:nth-child(4) {
  width: 60px;
  height: 60px;
  opacity: 0.1089;
  transform: translate(10.5109vw, -10px) scale(0.6504);
  animation: fall-4 2s -7s linear infinite;
}
@keyframes fall-4 {
  76.545% {
    transform: translate(13.6774vw, 76.545vh) scale(0.6504);
  }
  to {
    transform: translate(12.09415vw, 100vh) scale(0.6504);
  }
}
.snow:nth-child(5) {
  width: 30px;
  height: 30px;
  opacity: 0.152;
  transform: translate(65.2856vw, -10px) scale(0.8767);
  animation: fall-5 1s -6s linear infinite;
}
@keyframes fall-5 {
  45.009% {
    transform: translate(73.4545vw, 45.009vh) scale(0.8767);
  }
  to {
    transform: translate(69.37005vw, 100vh) scale(0.8767);
  }
}
.snow:nth-child(6) {
  width: 40px;
  height: 40px;
  opacity: 0.3087;
  transform: translate(0.5167vw, -10px) scale(0.4209);
  animation: fall-6 1s -22s linear infinite;
}
@keyframes fall-6 {
  55.699% {
    transform: translate(-3.0855vw, 55.699vh) scale(0.4209);
  }
  to {
    transform: translate(-1.2844vw, 100vh) scale(0.4209);
  }
}
.snow:nth-child(7) {
  width: 20px;
  height: 20px;
  opacity: 0.2679;
  transform: translate(88.5286vw, -10px) scale(0.0339);
  animation: fall-7 1s -5s linear infinite;
}
@keyframes fall-7 {
  70.723% {
    transform: translate(88.127vw, 70.723vh) scale(0.0339);
  }
  to {
    transform: translate(88.3278vw, 100vh) scale(0.0339);
  }
}
.snow:nth-child(8) {
  width: 40px;
  height: 40px;
  opacity: 0.5159;
  transform: translate(1.8282vw, -10px) scale(0.5449);
  animation: fall-8 3s -16s linear infinite;
}
@keyframes fall-8 {
  58.941% {
    transform: translate(-6.1101vw, 58.941vh) scale(0.5449);
  }
  to {
    transform: translate(-2.14095vw, 100vh) scale(0.5449);
  }
}
.snow:nth-child(9) {
  width: 20px;
  height: 20px;
  opacity: 0.8828;
  transform: translate(64.1419vw, -10px) scale(0.8412);
  animation: fall-9 1s -18s linear infinite;
}
@keyframes fall-9 {
  44.464% {
    transform: translate(66.398vw, 44.464vh) scale(0.8412);
  }
  to {
    transform: translate(65.26995vw, 100vh) scale(0.8412);
  }
}
.snow:nth-child(10) {
  width: 40px;
  height: 40px;
  opacity: 0.8344;
  transform: translate(3.7372vw, -10px) scale(0.3637);
  animation: fall-10 2s -6s linear infinite;
}
@keyframes fall-10 {
  77.704% {
    transform: translate(5.1084vw, 77.704vh) scale(0.3637);
  }
  to {
    transform: translate(4.4228vw, 100vh) scale(0.3637);
  }
}
.snow:nth-child(11) {
  width: 40px;
  height: 40px;
  opacity: 0.887;
  transform: translate(63.3385vw, -10px) scale(0.453);
  animation: fall-11 2s -24s linear infinite;
}
@keyframes fall-11 {
  79.638% {
    transform: translate(59.4262vw, 79.638vh) scale(0.453);
  }
  to {
    transform: translate(61.38235vw, 100vh) scale(0.453);
  }
}
.snow:nth-child(12) {
  width: 50px;
  height: 50px;
  opacity: 0.5398;
  transform: translate(79.9993vw, -10px) scale(0.5082);
  animation: fall-12 1s -24s linear infinite;
}
@keyframes fall-12 {
  64.092% {
    transform: translate(72.2008vw, 64.092vh) scale(0.5082);
  }
  to {
    transform: translate(76.10005vw, 100vh) scale(0.5082);
  }
}
.snow:nth-child(13) {
  width: 50px;
  height: 50px;
  opacity: 0.4518;
  transform: translate(63.7748vw, -10px) scale(0.0872);
  animation: fall-13 3s -6s linear infinite;
}
@keyframes fall-13 {
  79.676% {
    transform: translate(54.7466vw, 79.676vh) scale(0.0872);
  }
  to {
    transform: translate(59.2607vw, 100vh) scale(0.0872);
  }
}
.snow:nth-child(14) {
  width: 60px;
  height: 60px;
  opacity: 0.0245;
  transform: translate(67.3975vw, -10px) scale(0.2563);
  animation: fall-14 1s -11s linear infinite;
}
@keyframes fall-14 {
  52.414% {
    transform: translate(75.5491vw, 52.414vh) scale(0.2563);
  }
  to {
    transform: translate(71.4733vw, 100vh) scale(0.2563);
  }
}
.snow:nth-child(15) {
  width: 20px;
  height: 20px;
  opacity: 0.8099;
  transform: translate(18.7064vw, -10px) scale(0.1686);
  animation: fall-15 2s -28s linear infinite;
}
@keyframes fall-15 {
  38.315% {
    transform: translate(17.5249vw, 38.315vh) scale(0.1686);
  }
  to {
    transform: translate(18.11565vw, 100vh) scale(0.1686);
  }
}
.snow:nth-child(16) {
  width: 30px;
  height: 30px;
  opacity: 0.9544;
  transform: translate(32.1672vw, -10px) scale(0.9641);
  animation: fall-16 1s -7s linear infinite;
}
@keyframes fall-16 {
  45.527% {
    transform: translate(25.0815vw, 45.527vh) scale(0.9641);
  }
  to {
    transform: translate(28.62435vw, 100vh) scale(0.9641);
  }
}
.snow:nth-child(17) {
  width: 30px;
  height: 30px;
  opacity: 0.1411;
  transform: translate(88.4424vw, -10px) scale(0.0072);
  animation: fall-17 2s -26s linear infinite;
}
@keyframes fall-17 {
  41.685% {
    transform: translate(91.4659vw, 41.685vh) scale(0.0072);
  }
  to {
    transform: translate(89.95415vw, 100vh) scale(0.0072);
  }
}
.snow:nth-child(18) {
  width: 30px;
  height: 30px;
  opacity: 0.3892;
  transform: translate(4.4595vw, -10px) scale(0.0308);
  animation: fall-18 2s -21s linear infinite;
}
@keyframes fall-18 {
  47.273% {
    transform: translate(0.9316vw, 47.273vh) scale(0.0308);
  }
  to {
    transform: translate(2.69555vw, 100vh) scale(0.0308);
  }
}
.snow:nth-child(19) {
  width: 20px;
  height: 20px;
  opacity: 0.971;
  transform: translate(61.5186vw, -10px) scale(0.7942);
  animation: fall-19 3s -9s linear infinite;
}
@keyframes fall-19 {
  43.523% {
    transform: translate(68.7251vw, 43.523vh) scale(0.7942);
  }
  to {
    transform: translate(65.12185vw, 100vh) scale(0.7942);
  }
}
.snow:nth-child(20) {
  width: 40px;
  height: 40px;
  opacity: 0.1729;
  transform: translate(62.2697vw, -10px) scale(0.7341);
  animation: fall-20 1s -17s linear infinite;
}
@keyframes fall-20 {
  59.335% {
    transform: translate(60.4696vw, 59.335vh) scale(0.7341);
  }
  to {
    transform: translate(61.36965vw, 100vh) scale(0.7341);
  }
}
.snow:nth-child(21) {
  width: 50px;
  height: 50px;
  opacity: 0.3059;
  transform: translate(36.8213vw, -10px) scale(0.2824);
  animation: fall-21 1s -2s linear infinite;
}
@keyframes fall-21 {
  46.864% {
    transform: translate(36.1261vw, 46.864vh) scale(0.2824);
  }
  to {
    transform: translate(36.4737vw, 100vh) scale(0.2824);
  }
}
.snow:nth-child(22) {
  width: 20px;
  height: 20px;
  opacity: 0.6525;
  transform: translate(72.3037vw, -10px) scale(0.3466);
  animation: fall-22 2s -27s linear infinite;
}
@keyframes fall-22 {
  61.556% {
    transform: translate(63.8533vw, 61.556vh) scale(0.3466);
  }
  to {
    transform: translate(68.0785vw, 100vh) scale(0.3466);
  }
}
.snow:nth-child(23) {
  width: 10px;
  height: 10px;
  opacity: 0.306;
  transform: translate(5.9097vw, -10px) scale(0.1476);
  animation: fall-23 1s -25s linear infinite;
}
@keyframes fall-23 {
  69.777% {
    transform: translate(8.5709vw, 69.777vh) scale(0.1476);
  }
  to {
    transform: translate(7.2403vw, 100vh) scale(0.1476);
  }
}
.snow:nth-child(24) {
  width: 60px;
  height: 60px;
  opacity: 0.0934;
  transform: translate(10.6956vw, -10px) scale(0.8595);
  animation: fall-24 3s -29s linear infinite;
}
@keyframes fall-24 {
  78.995% {
    transform: translate(15.4015vw, 78.995vh) scale(0.8595);
  }
  to {
    transform: translate(13.04855vw, 100vh) scale(0.8595);
  }
}
.snow:nth-child(25) {
  width: 10px;
  height: 10px;
  opacity: 0.1695;
  transform: translate(27.6192vw, -10px) scale(0.3442);
  animation: fall-25 1s -22s linear infinite;
}
@keyframes fall-25 {
  61.135% {
    transform: translate(34.2509vw, 61.135vh) scale(0.3442);
  }
  to {
    transform: translate(30.93505vw, 100vh) scale(0.3442);
  }
}
.snow:nth-child(26) {
  width: 60px;
  height: 60px;
  opacity: 0.6351;
  transform: translate(70.3154vw, -10px) scale(0.6039);
  animation: fall-26 2s -10s linear infinite;
}
@keyframes fall-26 {
  35.526% {
    transform: translate(68.6174vw, 35.526vh) scale(0.6039);
  }
  to {
    transform: translate(69.4664vw, 100vh) scale(0.6039);
  }
}
.snow:nth-child(27) {
  width: 40px;
  height: 40px;
  opacity: 0.4129;
  transform: translate(38.6622vw, -10px) scale(0.1215);
  animation: fall-27 2s -1s linear infinite;
}
@keyframes fall-27 {
  77.601% {
    transform: translate(32.4106vw, 77.601vh) scale(0.1215);
  }
  to {
    transform: translate(35.5364vw, 100vh) scale(0.1215);
  }
}
.snow:nth-child(28) {
  width: 30px;
  height: 30px;
  opacity: 0.6578;
  transform: translate(46.4283vw, -10px) scale(0.2475);
  animation: fall-28 2s -1s linear infinite;
}
@keyframes fall-28 {
  63.583% {
    transform: translate(48.4058vw, 63.583vh) scale(0.2475);
  }
  to {
    transform: translate(47.41705vw, 100vh) scale(0.2475);
  }
}
.snow:nth-child(29) {
  width: 10px;
  height: 10px;
  opacity: 0.1619;
  transform: translate(72.6884vw, -10px) scale(0.2101);
  animation: fall-29 1s -6s linear infinite;
}
@keyframes fall-29 {
  71.546% {
    transform: translate(65.8262vw, 71.546vh) scale(0.2101);
  }
  to {
    transform: translate(69.2573vw, 100vh) scale(0.2101);
  }
}
.snow:nth-child(30) {
  width: 10px;
  height: 10px;
  opacity: 0.0931;
  transform: translate(38.7422vw, -10px) scale(0.0996);
  animation: fall-30 1s -7s linear infinite;
}
@keyframes fall-30 {
  62.061% {
    transform: translate(47.2555vw, 62.061vh) scale(0.0996);
  }
  to {
    transform: translate(42.99885vw, 100vh) scale(0.0996);
  }
}
.snow:nth-child(31) {
  width: 30px;
  height: 30px;
  opacity: 0.9785;
  transform: translate(20.499vw, -10px) scale(0.6001);
  animation: fall-31 3s -29s linear infinite;
}
@keyframes fall-31 {
  69.86% {
    transform: translate(24.8072vw, 69.86vh) scale(0.6001);
  }
  to {
    transform: translate(22.6531vw, 100vh) scale(0.6001);
  }
}
.snow:nth-child(32) {
  width: 50px;
  height: 50px;
  opacity: 0.3926;
  transform: translate(62.4368vw, -10px) scale(0.7334);
  animation: fall-32 2s -17s linear infinite;
}
@keyframes fall-32 {
  57.657% {
    transform: translate(67.1012vw, 57.657vh) scale(0.7334);
  }
  to {
    transform: translate(64.769vw, 100vh) scale(0.7334);
  }
}
.snow:nth-child(33) {
  width: 10px;
  height: 10px;
  opacity: 0.2312;
  transform: translate(5.288vw, -10px) scale(0.9022);
  animation: fall-33 2s -2s linear infinite;
}
@keyframes fall-33 {
  74.479% {
    transform: translate(2.9908vw, 74.479vh) scale(0.9022);
  }
  to {
    transform: translate(4.1394vw, 100vh) scale(0.9022);
  }
}
.snow:nth-child(34) {
  width: 60px;
  height: 60px;
  opacity: 0.485;
  transform: translate(65.799vw, -10px) scale(0.8808);
  animation: fall-34 3s -6s linear infinite;
}
@keyframes fall-34 {
  66.27% {
    transform: translate(73.8436vw, 66.27vh) scale(0.8808);
  }
  to {
    transform: translate(69.8213vw, 100vh) scale(0.8808);
  }
}
.snow:nth-child(35) {
  width: 20px;
  height: 20px;
  opacity: 0.2594;
  transform: translate(1.0295vw, -10px) scale(0.1737);
  animation: fall-35 2s -8s linear infinite;
}
@keyframes fall-35 {
  33.275% {
    transform: translate(-4.7004vw, 33.275vh) scale(0.1737);
  }
  to {
    transform: translate(-1.83545vw, 100vh) scale(0.1737);
  }
}
.snow:nth-child(36) {
  width: 10px;
  height: 10px;
  opacity: 0.4138;
  transform: translate(21.1221vw, -10px) scale(0.8631);
  animation: fall-36 1s -29s linear infinite;
}
@keyframes fall-36 {
  68.837% {
    transform: translate(20.3118vw, 68.837vh) scale(0.8631);
  }
  to {
    transform: translate(20.71695vw, 100vh) scale(0.8631);
  }
}
.snow:nth-child(37) {
  width: 10px;
  height: 10px;
  opacity: 0.8235;
  transform: translate(74.7959vw, -10px) scale(0.1355);
  animation: fall-37 3s -19s linear infinite;
}
@keyframes fall-37 {
  53.512% {
    transform: translate(74.1081vw, 53.512vh) scale(0.1355);
  }
  to {
    transform: translate(74.452vw, 100vh) scale(0.1355);
  }
}
.snow:nth-child(38) {
  width: 20px;
  height: 20px;
  opacity: 0.7024;
  transform: translate(85.9498vw, -10px) scale(0.4484);
  animation: fall-38 3s -19s linear infinite;
}
@keyframes fall-38 {
  79.507% {
    transform: translate(94.9769vw, 79.507vh) scale(0.4484);
  }
  to {
    transform: translate(90.46335vw, 100vh) scale(0.4484);
  }
}
.snow:nth-child(39) {
  width: 50px;
  height: 50px;
  opacity: 0.8191;
  transform: translate(10.8004vw, -10px) scale(0.4904);
  animation: fall-39 1s -18s linear infinite;
}
@keyframes fall-39 {
  65.614% {
    transform: translate(11.9692vw, 65.614vh) scale(0.4904);
  }
  to {
    transform: translate(11.3848vw, 100vh) scale(0.4904);
  }
}
.snow:nth-child(40) {
  width: 50px;
  height: 50px;
  opacity: 0.785;
  transform: translate(46.1256vw, -10px) scale(0.632);
  animation: fall-40 1s -17s linear infinite;
}
@keyframes fall-40 {
  56.284% {
    transform: translate(50.6095vw, 56.284vh) scale(0.632);
  }
  to {
    transform: translate(48.36755vw, 100vh) scale(0.632);
  }
}
.snow:nth-child(41) {
  width: 60px;
  height: 60px;
  opacity: 0.2797;
  transform: translate(46.1718vw, -10px) scale(0.3797);
  animation: fall-41 1s -5s linear infinite;
}
@keyframes fall-41 {
  51.862% {
    transform: translate(51.6518vw, 51.862vh) scale(0.3797);
  }
  to {
    transform: translate(48.9118vw, 100vh) scale(0.3797);
  }
}
.snow:nth-child(42) {
  width: 60px;
  height: 60px;
  opacity: 0.204;
  transform: translate(52.6659vw, -10px) scale(0.5345);
  animation: fall-42 3s -6s linear infinite;
}
@keyframes fall-42 {
  79.308% {
    transform: translate(58.02vw, 79.308vh) scale(0.5345);
  }
  to {
    transform: translate(55.34295vw, 100vh) scale(0.5345);
  }
}
.snow:nth-child(43) {
  width: 60px;
  height: 60px;
  opacity: 0.9452;
  transform: translate(6.4096vw, -10px) scale(0.6614);
  animation: fall-43 3s -12s linear infinite;
}
@keyframes fall-43 {
  39.975% {
    transform: translate(13.7448vw, 39.975vh) scale(0.6614);
  }
  to {
    transform: translate(10.0772vw, 100vh) scale(0.6614);
  }
}
.snow:nth-child(44) {
  width: 60px;
  height: 60px;
  opacity: 0.2489;
  transform: translate(52.0622vw, -10px) scale(0.0529);
  animation: fall-44 2s -27s linear infinite;
}
@keyframes fall-44 {
  70.94% {
    transform: translate(60.5641vw, 70.94vh) scale(0.0529);
  }
  to {
    transform: translate(56.31315vw, 100vh) scale(0.0529);
  }
}
.snow:nth-child(45) {
  width: 50px;
  height: 50px;
  opacity: 0.1093;
  transform: translate(58.8263vw, -10px) scale(0.0521);
  animation: fall-45 2s -9s linear infinite;
}
@keyframes fall-45 {
  66.917% {
    transform: translate(65.7794vw, 66.917vh) scale(0.0521);
  }
  to {
    transform: translate(62.30285vw, 100vh) scale(0.0521);
  }
}
.snow:nth-child(46) {
  width: 60px;
  height: 60px;
  opacity: 0.1302;
  transform: translate(24.5019vw, -10px) scale(0.0896);
  animation: fall-46 1s -2s linear infinite;
}
@keyframes fall-46 {
  72.189% {
    transform: translate(32.1158vw, 72.189vh) scale(0.0896);
  }
  to {
    transform: translate(28.30885vw, 100vh) scale(0.0896);
  }
}
.snow:nth-child(47) {
  width: 50px;
  height: 50px;
  opacity: 0.5735;
  transform: translate(65.6169vw, -10px) scale(0.0605);
  animation: fall-47 1s -4s linear infinite;
}
@keyframes fall-47 {
  59.589% {
    transform: translate(65.7097vw, 59.589vh) scale(0.0605);
  }
  to {
    transform: translate(65.6633vw, 100vh) scale(0.0605);
  }
}
.snow:nth-child(48) {
  width: 60px;
  height: 60px;
  opacity: 0.0624;
  transform: translate(26.7135vw, -10px) scale(0.5617);
  animation: fall-48 2s -18s linear infinite;
}
@keyframes fall-48 {
  70.153% {
    transform: translate(36.1491vw, 70.153vh) scale(0.5617);
  }
  to {
    transform: translate(31.4313vw, 100vh) scale(0.5617);
  }
}
.snow:nth-child(49) {
  width: 60px;
  height: 60px;
  opacity: 0.6468;
  transform: translate(71.0697vw, -10px) scale(0.3942);
  animation: fall-49 3s -23s linear infinite;
}
@keyframes fall-49 {
  36.91% {
    transform: translate(65.5185vw, 36.91vh) scale(0.3942);
  }
  to {
    transform: translate(68.2941vw, 100vh) scale(0.3942);
  }
}
.snow:nth-child(50) {
  width: 30px;
  height: 30px;
  opacity: 0.0913;
  transform: translate(11.0518vw, -10px) scale(0.2756);
  animation: fall-50 3s -11s linear infinite;
}
@keyframes fall-50 {
  49.042% {
    transform: translate(9.2539vw, 49.042vh) scale(0.2756);
  }
  to {
    transform: translate(10.15285vw, 100vh) scale(0.2756);
  }
}
.snow:nth-child(51) {
  width: 20px;
  height: 20px;
  opacity: 0.7972;
  transform: translate(66.834vw, -10px) scale(0.8773);
  animation: fall-51 2s -25s linear infinite;
}
@keyframes fall-51 {
  40.344% {
    transform: translate(65.3856vw, 40.344vh) scale(0.8773);
  }
  to {
    transform: translate(66.1098vw, 100vh) scale(0.8773);
  }
}
.snow:nth-child(52) {
  width: 10px;
  height: 10px;
  opacity: 0.9095;
  transform: translate(21.8498vw, -10px) scale(0.2587);
  animation: fall-52 1s -16s linear infinite;
}
@keyframes fall-52 {
  77.087% {
    transform: translate(27.7631vw, 77.087vh) scale(0.2587);
  }
  to {
    transform: translate(24.80645vw, 100vh) scale(0.2587);
  }
}
.snow:nth-child(53) {
  width: 40px;
  height: 40px;
  opacity: 0.0017;
  transform: translate(23.3297vw, -10px) scale(0.662);
  animation: fall-53 3s -27s linear infinite;
}
@keyframes fall-53 {
  76.86% {
    transform: translate(24.6081vw, 76.86vh) scale(0.662);
  }
  to {
    transform: translate(23.9689vw, 100vh) scale(0.662);
  }
}
.snow:nth-child(54) {
  width: 10px;
  height: 10px;
  opacity: 0.8294;
  transform: translate(41.5493vw, -10px) scale(0.6477);
  animation: fall-54 1s -1s linear infinite;
}
@keyframes fall-54 {
  46.17% {
    transform: translate(50.0485vw, 46.17vh) scale(0.6477);
  }
  to {
    transform: translate(45.7989vw, 100vh) scale(0.6477);
  }
}
.snow:nth-child(55) {
  width: 20px;
  height: 20px;
  opacity: 0.7643;
  transform: translate(6.8726vw, -10px) scale(0.366);
  animation: fall-55 1s -23s linear infinite;
}
@keyframes fall-55 {
  51.732% {
    transform: translate(-0.3673vw, 51.732vh) scale(0.366);
  }
  to {
    transform: translate(3.25265vw, 100vh) scale(0.366);
  }
}
.snow:nth-child(56) {
  width: 40px;
  height: 40px;
  opacity: 0.164;
  transform: translate(16.0333vw, -10px) scale(0.7096);
  animation: fall-56 1s -10s linear infinite;
}
@keyframes fall-56 {
  63.956% {
    transform: translate(13.6736vw, 63.956vh) scale(0.7096);
  }
  to {
    transform: translate(14.85345vw, 100vh) scale(0.7096);
  }
}
.snow:nth-child(57) {
  width: 10px;
  height: 10px;
  opacity: 0.7931;
  transform: translate(5.279vw, -10px) scale(0.1029);
  animation: fall-57 3s -6s linear infinite;
}
@keyframes fall-57 {
  56.232% {
    transform: translate(0.762vw, 56.232vh) scale(0.1029);
  }
  to {
    transform: translate(3.0205vw, 100vh) scale(0.1029);
  }
}
.snow:nth-child(58) {
  width: 50px;
  height: 50px;
  opacity: 0.0009;
  transform: translate(86.4516vw, -10px) scale(0.8489);
  animation: fall-58 3s -6s linear infinite;
}
@keyframes fall-58 {
  47.09% {
    transform: translate(88.6899vw, 47.09vh) scale(0.8489);
  }
  to {
    transform: translate(87.57075vw, 100vh) scale(0.8489);
  }
}
.snow:nth-child(59) {
  width: 60px;
  height: 60px;
  opacity: 0.3825;
  transform: translate(41.6098vw, -10px) scale(0.4801);
  animation: fall-59 1s -17s linear infinite;
}
@keyframes fall-59 {
  39.33% {
    transform: translate(50.3883vw, 39.33vh) scale(0.4801);
  }
  to {
    transform: translate(45.99905vw, 100vh) scale(0.4801);
  }
}
.snow:nth-child(60) {
  width: 60px;
  height: 60px;
  opacity: 0.6947;
  transform: translate(10.3785vw, -10px) scale(0.0339);
  animation: fall-60 3s -24s linear infinite;
}
@keyframes fall-60 {
  31.843% {
    transform: translate(13.3089vw, 31.843vh) scale(0.0339);
  }
  to {
    transform: translate(11.8437vw, 100vh) scale(0.0339);
  }
}
.snow:nth-child(61) {
  width: 10px;
  height: 10px;
  opacity: 0.2753;
  transform: translate(22.8702vw, -10px) scale(0.7787);
  animation: fall-61 2s -19s linear infinite;
}
@keyframes fall-61 {
  31.426% {
    transform: translate(24.7781vw, 31.426vh) scale(0.7787);
  }
  to {
    transform: translate(23.82415vw, 100vh) scale(0.7787);
  }
}
.snow:nth-child(62) {
  width: 50px;
  height: 50px;
  opacity: 0.0021;
  transform: translate(96.906vw, -10px) scale(0.6972);
  animation: fall-62 3s -9s linear infinite;
}
@keyframes fall-62 {
  71.607% {
    transform: translate(95.9476vw, 71.607vh) scale(0.6972);
  }
  to {
    transform: translate(96.4268vw, 100vh) scale(0.6972);
  }
}
.snow:nth-child(63) {
  width: 40px;
  height: 40px;
  opacity: 0.3702;
  transform: translate(69.4839vw, -10px) scale(0.0338);
  animation: fall-63 1s -6s linear infinite;
}
@keyframes fall-63 {
  58.127% {
    transform: translate(67.1548vw, 58.127vh) scale(0.0338);
  }
  to {
    transform: translate(68.31935vw, 100vh) scale(0.0338);
  }
}
.snow:nth-child(64) {
  width: 50px;
  height: 50px;
  opacity: 0.6397;
  transform: translate(73.5029vw, -10px) scale(0.7704);
  animation: fall-64 3s -22s linear infinite;
}
@keyframes fall-64 {
  61.177% {
    transform: translate(80.3384vw, 61.177vh) scale(0.7704);
  }
  to {
    transform: translate(76.92065vw, 100vh) scale(0.7704);
  }
}
.snow:nth-child(65) {
  width: 20px;
  height: 20px;
  opacity: 0.9805;
  transform: translate(73.3924vw, -10px) scale(0.1065);
  animation: fall-65 1s -25s linear infinite;
}
@keyframes fall-65 {
  40.336% {
    transform: translate(70.3036vw, 40.336vh) scale(0.1065);
  }
  to {
    transform: translate(71.848vw, 100vh) scale(0.1065);
  }
}
.snow:nth-child(66) {
  width: 60px;
  height: 60px;
  opacity: 0.0708;
  transform: translate(61.2637vw, -10px) scale(0.398);
  animation: fall-66 3s -20s linear infinite;
}
@keyframes fall-66 {
  35.609% {
    transform: translate(55.566vw, 35.609vh) scale(0.398);
  }
  to {
    transform: translate(58.41485vw, 100vh) scale(0.398);
  }
}
.snow:nth-child(67) {
  width: 10px;
  height: 10px;
  opacity: 0.3917;
  transform: translate(24.7856vw, -10px) scale(0.4368);
  animation: fall-67 2s -14s linear infinite;
}
@keyframes fall-67 {
  71.637% {
    transform: translate(34.3395vw, 71.637vh) scale(0.4368);
  }
  to {
    transform: translate(29.56255vw, 100vh) scale(0.4368);
  }
}
.snow:nth-child(68) {
  width: 30px;
  height: 30px;
  opacity: 0.2308;
  transform: translate(58.2548vw, -10px) scale(0.7754);
  animation: fall-68 3s -10s linear infinite;
}
@keyframes fall-68 {
  58.103% {
    transform: translate(58.1455vw, 58.103vh) scale(0.7754);
  }
  to {
    transform: translate(58.20015vw, 100vh) scale(0.7754);
  }
}
.snow:nth-child(69) {
  width: 30px;
  height: 30px;
  opacity: 0.3121;
  transform: translate(58.9887vw, -10px) scale(0.0582);
  animation: fall-69 3s -20s linear infinite;
}
@keyframes fall-69 {
  42.112% {
    transform: translate(55.5513vw, 42.112vh) scale(0.0582);
  }
  to {
    transform: translate(57.27vw, 100vh) scale(0.0582);
  }
}
.snow:nth-child(70) {
  width: 20px;
  height: 20px;
  opacity: 0.7022;
  transform: translate(65.6232vw, -10px) scale(0.097);
  animation: fall-70 1s -17s linear infinite;
}
@keyframes fall-70 {
  64.992% {
    transform: translate(63.857vw, 64.992vh) scale(0.097);
  }
  to {
    transform: translate(64.7401vw, 100vh) scale(0.097);
  }
}
.snow:nth-child(71) {
  width: 40px;
  height: 40px;
  opacity: 0.8928;
  transform: translate(9.8644vw, -10px) scale(0.0457);
  animation: fall-71 2s -28s linear infinite;
}
@keyframes fall-71 {
  32.391% {
    transform: translate(17.1061vw, 32.391vh) scale(0.0457);
  }
  to {
    transform: translate(13.48525vw, 100vh) scale(0.0457);
  }
}
.snow:nth-child(72) {
  width: 10px;
  height: 10px;
  opacity: 0.1803;
  transform: translate(10.8322vw, -10px) scale(0.81);
  animation: fall-72 3s -20s linear infinite;
}
@keyframes fall-72 {
  47.946% {
    transform: translate(12.197vw, 47.946vh) scale(0.81);
  }
  to {
    transform: translate(11.5146vw, 100vh) scale(0.81);
  }
}
.snow:nth-child(73) {
  width: 20px;
  height: 20px;
  opacity: 0.2617;
  transform: translate(43.5301vw, -10px) scale(0.7683);
  animation: fall-73 3s -8s linear infinite;
}
@keyframes fall-73 {
  40.97% {
    transform: translate(48.7986vw, 40.97vh) scale(0.7683);
  }
  to {
    transform: translate(46.16435vw, 100vh) scale(0.7683);
  }
}
.snow:nth-child(74) {
  width: 30px;
  height: 30px;
  opacity: 0.579;
  transform: translate(54.5472vw, -10px) scale(0.473);
  animation: fall-74 1s -17s linear infinite;
}
@keyframes fall-74 {
  77.203% {
    transform: translate(47.5537vw, 77.203vh) scale(0.473);
  }
  to {
    transform: translate(51.05045vw, 100vh) scale(0.473);
  }
}
.snow:nth-child(75) {
  width: 50px;
  height: 50px;
  opacity: 0.0603;
  transform: translate(44.2273vw, -10px) scale(0.2501);
  animation: fall-75 3s -6s linear infinite;
}
@keyframes fall-75 {
  62.365% {
    transform: translate(48.2775vw, 62.365vh) scale(0.2501);
  }
  to {
    transform: translate(46.2524vw, 100vh) scale(0.2501);
  }
}
.snow:nth-child(76) {
  width: 50px;
  height: 50px;
  opacity: 0.6956;
  transform: translate(91.8527vw, -10px) scale(0.6187);
  animation: fall-76 1s -8s linear infinite;
}
@keyframes fall-76 {
  63.343% {
    transform: translate(87.2475vw, 63.343vh) scale(0.6187);
  }
  to {
    transform: translate(89.5501vw, 100vh) scale(0.6187);
  }
}
.snow:nth-child(77) {
  width: 30px;
  height: 30px;
  opacity: 0.1512;
  transform: translate(37.4496vw, -10px) scale(0.2984);
  animation: fall-77 3s -22s linear infinite;
}
@keyframes fall-77 {
  45.846% {
    transform: translate(32.1149vw, 45.846vh) scale(0.2984);
  }
  to {
    transform: translate(34.78225vw, 100vh) scale(0.2984);
  }
}
.snow:nth-child(78) {
  width: 50px;
  height: 50px;
  opacity: 0.7265;
  transform: translate(28.0627vw, -10px) scale(0.6642);
  animation: fall-78 3s -28s linear infinite;
}
@keyframes fall-78 {
  75.737% {
    transform: translate(21.4049vw, 75.737vh) scale(0.6642);
  }
  to {
    transform: translate(24.7338vw, 100vh) scale(0.6642);
  }
}
.snow:nth-child(79) {
  width: 50px;
  height: 50px;
  opacity: 0.5409;
  transform: translate(85.9005vw, -10px) scale(0.2877);
  animation: fall-79 2s -28s linear infinite;
}
@keyframes fall-79 {
  79.728% {
    transform: translate(84.2702vw, 79.728vh) scale(0.2877);
  }
  to {
    transform: translate(85.08535vw, 100vh) scale(0.2877);
  }
}
.snow:nth-child(80) {
  width: 40px;
  height: 40px;
  opacity: 0.336;
  transform: translate(8.7371vw, -10px) scale(0.2859);
  animation: fall-80 1s -1s linear infinite;
}
@keyframes fall-80 {
  62.429% {
    transform: translate(18.1393vw, 62.429vh) scale(0.2859);
  }
  to {
    transform: translate(13.4382vw, 100vh) scale(0.2859);
  }
}
.snow:nth-child(81) {
  width: 60px;
  height: 60px;
  opacity: 0.5254;
  transform: translate(84.7166vw, -10px) scale(0.3105);
  animation: fall-81 1s -3s linear infinite;
}
@keyframes fall-81 {
  41.424% {
    transform: translate(82.3688vw, 41.424vh) scale(0.3105);
  }
  to {
    transform: translate(83.5427vw, 100vh) scale(0.3105);
  }
}
.snow:nth-child(82) {
  width: 50px;
  height: 50px;
  opacity: 0.2951;
  transform: translate(52.4727vw, -10px) scale(0.1301);
  animation: fall-82 1s -19s linear infinite;
}
@keyframes fall-82 {
  56.605% {
    transform: translate(44.1124vw, 56.605vh) scale(0.1301);
  }
  to {
    transform: translate(48.29255vw, 100vh) scale(0.1301);
  }
}
.snow:nth-child(83) {
  width: 40px;
  height: 40px;
  opacity: 0.9078;
  transform: translate(88.5753vw, -10px) scale(0.0703);
  animation: fall-83 2s -8s linear infinite;
}
@keyframes fall-83 {
  73.388% {
    transform: translate(97.6809vw, 73.388vh) scale(0.0703);
  }
  to {
    transform: translate(93.1281vw, 100vh) scale(0.0703);
  }
}
.snow:nth-child(84) {
  width: 20px;
  height: 20px;
  opacity: 0.9968;
  transform: translate(70.2062vw, -10px) scale(0.5818);
  animation: fall-84 2s -6s linear infinite;
}
@keyframes fall-84 {
  46.469% {
    transform: translate(70.0821vw, 46.469vh) scale(0.5818);
  }
  to {
    transform: translate(70.14415vw, 100vh) scale(0.5818);
  }
}
.snow:nth-child(85) {
  width: 10px;
  height: 10px;
  opacity: 0.206;
  transform: translate(75.6569vw, -10px) scale(0.9677);
  animation: fall-85 1s -14s linear infinite;
}
@keyframes fall-85 {
  79.679% {
    transform: translate(70.8988vw, 79.679vh) scale(0.9677);
  }
  to {
    transform: translate(73.27785vw, 100vh) scale(0.9677);
  }
}
.snow:nth-child(86) {
  width: 60px;
  height: 60px;
  opacity: 0.7023;
  transform: translate(92.0834vw, -10px) scale(0.2551);
  animation: fall-86 2s -3s linear infinite;
}
@keyframes fall-86 {
  35.808% {
    transform: translate(84.4548vw, 35.808vh) scale(0.2551);
  }
  to {
    transform: translate(88.2691vw, 100vh) scale(0.2551);
  }
}
.snow:nth-child(87) {
  width: 40px;
  height: 40px;
  opacity: 0.7764;
  transform: translate(98.4339vw, -10px) scale(0.1616);
  animation: fall-87 3s -1s linear infinite;
}
@keyframes fall-87 {
  44.807% {
    transform: translate(105.4335vw, 44.807vh) scale(0.1616);
  }
  to {
    transform: translate(101.9337vw, 100vh) scale(0.1616);
  }
}
.snow:nth-child(88) {
  width: 40px;
  height: 40px;
  opacity: 0.5057;
  transform: translate(48.3244vw, -10px) scale(0.1697);
  animation: fall-88 1s -2s linear infinite;
}
@keyframes fall-88 {
  32.478% {
    transform: translate(48.7941vw, 32.478vh) scale(0.1697);
  }
  to {
    transform: translate(48.55925vw, 100vh) scale(0.1697);
  }
}
.snow:nth-child(89) {
  width: 10px;
  height: 10px;
  opacity: 0.7793;
  transform: translate(96.9599vw, -10px) scale(0.495);
  animation: fall-89 3s -12s linear infinite;
}
@keyframes fall-89 {
  50.09% {
    transform: translate(89.7551vw, 50.09vh) scale(0.495);
  }
  to {
    transform: translate(93.3575vw, 100vh) scale(0.495);
  }
}
.snow:nth-child(90) {
  width: 60px;
  height: 60px;
  opacity: 0.4486;
  transform: translate(81.3466vw, -10px) scale(0.6392);
  animation: fall-90 3s -4s linear infinite;
}
@keyframes fall-90 {
  39.895% {
    transform: translate(76.4067vw, 39.895vh) scale(0.6392);
  }
  to {
    transform: translate(78.87665vw, 100vh) scale(0.6392);
  }
}
.snow:nth-child(91) {
  width: 60px;
  height: 60px;
  opacity: 0.4085;
  transform: translate(65.4329vw, -10px) scale(0.8374);
  animation: fall-91 2s -3s linear infinite;
}
@keyframes fall-91 {
  50.949% {
    transform: translate(73.9994vw, 50.949vh) scale(0.8374);
  }
  to {
    transform: translate(69.71615vw, 100vh) scale(0.8374);
  }
}
.snow:nth-child(92) {
  width: 30px;
  height: 30px;
  opacity: 0.7244;
  transform: translate(41.9091vw, -10px) scale(0.0256);
  animation: fall-92 3s -10s linear infinite;
}
@keyframes fall-92 {
  40.405% {
    transform: translate(48.1182vw, 40.405vh) scale(0.0256);
  }
  to {
    transform: translate(45.01365vw, 100vh) scale(0.0256);
  }
}
.snow:nth-child(93) {
  width: 40px;
  height: 40px;
  opacity: 0.4031;
  transform: translate(63.7626vw, -10px) scale(0.1877);
  animation: fall-93 1s -6s linear infinite;
}
@keyframes fall-93 {
  36.164% {
    transform: translate(65.6834vw, 36.164vh) scale(0.1877);
  }
  to {
    transform: translate(64.723vw, 100vh) scale(0.1877);
  }
}
.snow:nth-child(94) {
  width: 30px;
  height: 30px;
  opacity: 0.1308;
  transform: translate(1.3268vw, -10px) scale(0.3823);
  animation: fall-94 2s -17s linear infinite;
}
@keyframes fall-94 {
  46.64% {
    transform: translate(6.6598vw, 46.64vh) scale(0.3823);
  }
  to {
    transform: translate(3.9933vw, 100vh) scale(0.3823);
  }
}
.snow:nth-child(95) {
  width: 60px;
  height: 60px;
  opacity: 0.545;
  transform: translate(51.9479vw, -10px) scale(0.1396);
  animation: fall-95 1s -17s linear infinite;
}
@keyframes fall-95 {
  32.117% {
    transform: translate(58.5652vw, 32.117vh) scale(0.1396);
  }
  to {
    transform: translate(55.25655vw, 100vh) scale(0.1396);
  }
}
.snow:nth-child(96) {
  width: 20px;
  height: 20px;
  opacity: 0.1219;
  transform: translate(12.4577vw, -10px) scale(0.6818);
  animation: fall-96 2s -16s linear infinite;
}
@keyframes fall-96 {
  31.303% {
    transform: translate(19.2718vw, 31.303vh) scale(0.6818);
  }
  to {
    transform: translate(15.86475vw, 100vh) scale(0.6818);
  }
}
.snow:nth-child(97) {
  width: 20px;
  height: 20px;
  opacity: 0.9503;
  transform: translate(26.8569vw, -10px) scale(0.2099);
  animation: fall-97 2s -2s linear infinite;
}
@keyframes fall-97 {
  79.48% {
    transform: translate(29.4835vw, 79.48vh) scale(0.2099);
  }
  to {
    transform: translate(28.1702vw, 100vh) scale(0.2099);
  }
}
.snow:nth-child(98) {
  width: 40px;
  height: 40px;
  opacity: 0.5397;
  transform: translate(20.2479vw, -10px) scale(0.4004);
  animation: fall-98 1s -24s linear infinite;
}
@keyframes fall-98 {
  31.026% {
    transform: translate(17.2456vw, 31.026vh) scale(0.4004);
  }
  to {
    transform: translate(18.74675vw, 100vh) scale(0.4004);
  }
}
.snow:nth-child(99) {
  width: 50px;
  height: 50px;
  opacity: 0.8413;
  transform: translate(62.8387vw, -10px) scale(0.2699);
  animation: fall-99 3s -24s linear infinite;
}
@keyframes fall-99 {
  77.212% {
    transform: translate(65.0148vw, 77.212vh) scale(0.2699);
  }
  to {
    transform: translate(63.92675vw, 100vh) scale(0.2699);
  }
}
.snow:nth-child(100) {
  width: 30px;
  height: 30px;
  opacity: 0.3786;
  transform: translate(84.3723vw, -10px) scale(0.9798);
  animation: fall-100 3s -17s linear infinite;
}
@keyframes fall-100 {
  53.069% {
    transform: translate(88.2831vw, 53.069vh) scale(0.9798);
  }
  to {
    transform: translate(86.3277vw, 100vh) scale(0.9798);
  }
}

.bolaMov1 {
  background-color: #fffccd;
  background-color: #E1D1C5;
  opacity: 70%;
  filter: blur(200px);
  border-radius: 50%;
  position: absolute;
  /*width: 480px;
  height: 350px;
  left: -10px;
  bottom: 40px;*/
  min-width: 240px;
  min-height: 175px;
  width: 25vw;
  height: 18vw;
  left: -10px;
  bottom: 3.7%;
  z-index: 4;
  animation: rotar 8s infinite ease-in-out;
  transform-origin: 50% -100%;
}

.bolaMov2 {
  background-color: #FFF;
  opacity: 60%;
  filter: blur(120px);
  border-radius: 50%;
  position: absolute;
  /*width: 300px;
  height: 320px;
  top: 130px;
  right: 20%;*/
  min-width: 150px;
  min-height: 160px;
  width: 15.6vw;
  height: 16.7vw;
  top: 12%;
  right: 20%;
  z-index: 5;
  animation: gradient 6s infinite;
}

.bolaMov3 {
  background-color: #ffcba2;
  background-color: #ffe5d1;
  filter: blur(80px);
  border-radius: 50%;
  position: absolute;
  /*width: 400px;
  height: 320px;*/
  min-width: 200px;
  min-height: 160px;
  width: 20.8vw;
  height: 16.7vw;
  top: 50%;
  left: 10%;
  z-index: 8;
  animation: rotar 12s infinite ease-in-out;
  transform-origin: -50% 100%;
}

.bolaMov4 {
  background-color: #fcffb4;
  background-color: #D6D4B4;
  opacity: 90%;
  filter: blur(200px);
  border-radius: 50%;
  position: absolute;
  /*width: 360px;
  height: 600px;*/
  min-width: 180px;
  min-height: 300px;
  width: 18.7vw;
  height: 31.2vw;
  bottom: -30%;
  right: -30%;
  z-index: 1;
  animation: gradient 7s infinite;
}

.bolaMov5 {
  background-color: #c8fed9;
  background-color: #FEF5C8;
  opacity: 70%;
  filter: blur(100px);
  border-radius: 50%;
  position: absolute;
  /*width: 200px;
  height: 90px;*/
  min-width: 100px;
  min-height: 45px;
  width: 10.4vw;
  height: 4.7vw;
  top: 55%;
  left: 55%;
  z-index: 6;
  animation: rotar 5s infinite;
  transform-origin: -100% -120%;
}

@keyframes rotar {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(50deg) scale(0.5);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
}
@keyframes gradient {
  60% {
    transform: scale(1.5) translate(-70%, -20%);
  }
}
.banner {
  position: relative;
  height: 100vh;
  height: 100svh;
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 8vh;
  }
}
.banner a[data-fancybox]:not(.button-video) {
  display: none;
}
.banner .container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#diadao-main .banner__background {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.banner__background:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(3, 6, 8, 0.7) 0%, rgba(28, 54, 72, 0.2) 50%);
}
.banner__background .video-wrapper, .banner__background video, .banner__background picture, .banner__background img, .banner__background hls-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.touchevents .banner__background .video-wrapper a.button-video {
  display: flex;
  align-items: center;
  top: auto;
  right: auto;
  bottom: 120px;
  left: 50%;
  width: auto;
  background-color: rgba(255, 255, 255, 0.2);
  color: #F5F1ED;
  transform: translateX(-50%);
  padding: 16px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  line-height: 1rem;
  border-radius: 4px;
  transition: none;
  height: auto;
  /*&::before {
      content:'';
      display: block;
      width: 1.25em;
      height: 1.25em;
      background-image: url('https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/cursor-play-black.svg');
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 8px;
  }*/
}
@media only screen and (min-width: 992px) {
  .touchevents .banner__background .video-wrapper a.button-video {
    bottom: 25px;
  }
}
.touchevents .banner__background .video-wrapper a.button-video span {
  display: block;
  font-weight: 500;
  font-size: inherit;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  padding: 0px;
  line-height: 1rem;
}
.touchevents .banner__background.hasPopup .video-wrapper a.button-video {
  bottom: calc(155px + 7%);
}
@media only screen and (min-width: 992px) {
  .touchevents .banner__background.hasPopup .video-wrapper a.button-video {
    bottom: 150px;
  }
}
.banner__logo {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  height: 112px;
  z-index: 8;
  /*svg {
      path {
          fill: #FFF;
          stroke: #FFF;
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .banner__logo {
    height: 237px;
    top: 58%;
  }
}
.banner__logo svg, .banner__logo img {
  width: auto;
  height: 100%;
}
.banner__logo a {
  display: block;
  line-height: 0;
  pointer-events: auto;
  height: 100%;
  transition: none;
}
.banner__content {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 57%;
  opacity: 0;
  color: #FFF;
  text-align: center;
  z-index: 8;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    top: auto;
    bottom: 10.4%;
    left: 5%;
    right: 5%;
  }
}
.banner__big-title, .banner__big-title * {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0px;
}
@media only screen and (min-width: 992px) {
  .banner__big-title, .banner__big-title * {
    font-size: 4rem;
    line-height: 4.3125rem;
    letter-spacing: 0px;
  }
}
.banner__h1-title, .banner__h1-title * {
  font-family: "freight-big-pro", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .banner__h1-title, .banner__h1-title * {
    font-size: 2rem;
    line-height: 2.125rem;
    margin-top: 0px;
    letter-spacing: 0px;
  }
}
.banner__buttons > .kwpb-component {
  justify-content: center;
}

#diadao-main section.banner {
  z-index: auto;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  align-items: flex-start;
  text-align: center;
  padding: 80px 0 150px;
  background-color: #F8F5F3;
  font-size: 1rem;
  line-height: 1.5rem;
  row-gap: 80px;
  z-index: 3;
  /*&__newsletter { 
      text-align: center;

      @include device_992_min {
          text-align: left;

          @include grid-col(2, 5);
      }

      h2 {
          color: $orange-main;
      }

      h3 {
          color: $white;

          @include device_992_min {
              font-size: 32px;
          }
      }

      .kwpb-wysiwig {
          color: $blue-100;

          margin-top: 40px;

          strong {
              color: $white;
          }
      }

      .gform_wrapper {
          position: relative;

          form {
              display: flex;
              flex-direction: column;
              align-items: start;
              gap: 8px;

              @include device_1440_min {
                  flex-direction: row;
              }

              .gform_fields {
                  margin-top: 0 !important;
              }

              .gform_body {
                  width: 100%;

                  .gfield {
                      margin-top: 0;
                  }

                  @include device_991_max {
                      .col-rgpd {
                          padding-top: 56px !important; 

                          label {
                              color: $blue-100 !important;
                          }
                      }
                  }

                  // @include device_1439_max {
                  @media only screen and (min-width: 992px) and (max-width: 1439px) {
                      .col-rgpd {
                          padding-top: 72px !important; 
                      }

                      .gfield_label {
                          left: 50% !important;
                          transform: translateX(-50%);
                          padding-top: 6px !important;
                      }
                  }

              }

              .gform_footer {
                  margin: 0 !important;

                  .diadao-sdk-button-gform {
                      width: 100%;
                  }

                  @include device_991_max {
                      position: absolute !important;
                      top: 48px; // input height + 2 * 8px margin
                  }

                  @media only screen and (min-width: 992px) and (max-width: 1439px) {
                      width: 100%;
                      position: absolute !important;
                      top: 66px; // input height + 2 * 8px margin
                  }
              }
          }
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .footer {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 120px 0px;
    text-align: left;
  }
}
.footer__container {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  row-gap: 80px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .footer__container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.footer__col1 {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 32px;
  order: 1;
}
@media only screen and (min-width: 992px) {
  .footer__col1 {
    grid-column-start: 3;
    grid-column-end: span 4;
    order: unset;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1640px) {
  .footer__col1 {
    grid-column-start: 4;
    grid-column-end: span 3;
  }
}
.footer__logo svg, .footer__logo img, .footer__logo picture {
  display: inline-block;
  height: 112px;
  width: auto;
}
.footer__contact a {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .footer__socials {
    justify-content: flex-start;
  }
}
.footer__col2 {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  order: 3;
}
@media only screen and (min-width: 992px) {
  .footer__col2 {
    grid-column-start: 7;
    grid-column-end: span 3;
    align-items: flex-start;
    order: unset;
  }
}
@media only screen and (min-width: 1640px) {
  .footer__col2 {
    grid-column-start: 7;
    grid-column-end: span 3;
  }
}
.footer__title {
  font-weight: 700;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (min-width: 992px) {
  .footer__menu ul {
    align-items: flex-start;
  }
}
.footer__menu a {
  position: relative;
}
.footer__menu a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #000;
  bottom: 0px;
  transition: left 0.3s, right 0.3s;
}
html:not(.touchevents) .footer__menu a:hover::before, html:not(.touchevents) .footer__menu a:focus-visible::before {
  left: 0px;
  right: 0px;
}
.footer__diadao {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  gap: 8px;
  position: relative;
}
.footer__diadao svg path {
  fill: currentColor;
  transition: fill 0.25s ease-in-out;
}
.footer__diadao::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  background: #000;
  bottom: 0px;
  transition: left 0.3s, right 0.3s;
}
html:not(.touchevents) .footer__diadao:hover::before, html:not(.touchevents) .footer__diadao:focus-visible::before {
  left: 0px;
  right: 0px;
}
.footer__col3 {
  grid-column-start: 2;
  grid-column-end: span 6;
  order: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
}
@media only screen and (min-width: 992px) {
  .footer__col3 {
    grid-column-start: 10;
    grid-column-end: span 3;
    order: unset;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1640px) {
  .footer__col3 {
    grid-column-start: 10;
    grid-column-end: span 2;
  }
}
.footer .link-mourra {
  display: inline-flex;
  align-items: center;
}
.footer .link-mourra::after {
  content: "";
  display: inline-block;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/logo-mourra.png") no-repeat;
  background-size: contain;
}

body.sdk-dom-content-loaded #diadao-header {
  opacity: 1;
}
body.sdkbs-panel-opened:not(.diadao-menuopened) .animated-logo .animated-logo--fixed,
body.sdkbs-panel-opened:not(.diadao-menuopened) .animated-logo .animated-logo--rotate {
  opacity: 0 !important;
}

.diadao-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 16px;
  background: #FFF;
  transition: background 0.3s;
  z-index: 1038;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar {
    bottom: auto;
    top: 0px;
    padding: 24px;
    gap: 32px;
    background: #FAFCFF;
  }
  .mainmenu-opened .diadao-navbar {
    background: transparent;
  }
}
.diadao-navbar__left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__left {
    margin-right: auto;
  }
}
.diadao-navbar__burger {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transition: top 0.3s, background 0.3s, box-shadow 0.3s;
  gap: 6px;
  cursor: pointer;
  pointer-events: auto;
}
.mainmenu-opened .diadao-navbar__burger {
  top: 100%;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__burger {
    background-color: #E3EBF2;
  }
  html:not(.touchevents) .diadao-navbar__burger:hover, html:not(.touchevents) .diadao-navbar__burger:focus-visible {
    background-color: #EEF3F8;
  }
}
.diadao-navbar__burger__container {
  position: relative;
  width: 64px;
  height: 46px;
  overflow: hidden;
  border-radius: 4px;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__burger__container {
    height: 64px;
  }
  .mainmenu-opened .diadao-navbar__burger__container {
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
  }
}
.diadao-navbar__burger__icon {
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/burger1.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/burger1.svg");
  background: #000;
}
.diadao-navbar__burger__label {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.5rem;
  letter-spacing: -0.03em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__burger__label {
    display: none;
  }
}
.diadao-navbar__close {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -100%;
  left: 0px;
  height: 100%;
  width: 100%;
  transition: top 0.3s;
  background: #F2F2F2;
  cursor: pointer;
  transition: background 0.3s, color 0.3s, top 0.3s;
}
.mainmenu-opened .diadao-navbar__close {
  top: 0%;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__close {
    background: #FFF;
  }
}
.diadao-navbar__close::after {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/close.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/close.svg");
  background: #000;
}
body.page .diadao-navbar .lang-menu {
  display: none;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  body.page .diadao-navbar .lang-menu {
    display: block;
  }
}
body.page .diadao-navbar .lang-menu .dropdown-toggle {
  background-color: #EEF3F8;
}
html:not(.touchevents) body.page .diadao-navbar .lang-menu .dropdown-toggle:hover, html:not(.touchevents) body.page .diadao-navbar .lang-menu .dropdown-toggle:focus-visible {
  background-color: #F5F9FC;
}
body.page .diadao-navbar .lang-menu .dropdown-item {
  background-color: #F5F9FC;
}
body.page.mainmenu-opened .diadao-navbar .lang-menu .dropdown-toggle {
  background-color: transparent;
}
html:not(.touchevents) body.page.mainmenu-opened .diadao-navbar .lang-menu .dropdown-toggle:hover, html:not(.touchevents) body.page.mainmenu-opened .diadao-navbar .lang-menu .dropdown-toggle:focus-visible {
  background-color: transparent;
}
body.page.mainmenu-opened .diadao-navbar .lang-menu .dropdown-toggle.show {
  background-color: #FFF;
}
html:not(.touchevents) body.page.mainmenu-opened .diadao-navbar .lang-menu .dropdown-toggle.show:hover, html:not(.touchevents) body.page.mainmenu-opened .diadao-navbar .lang-menu .dropdown-toggle.show:focus-visible {
  background-color: #FFF;
}
body.page.mainmenu-opened .diadao-navbar .lang-menu .dropdown-item {
  background-color: #FFF;
}
.diadao-navbar__logo {
  position: absolute;
  left: 50%;
  display: none;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar__logo {
    display: block;
  }
}
.mainmenu-opened .diadao-navbar__logo {
  top: -100px;
}
.diadao-navbar__logo img, .diadao-navbar__logo svg {
  display: block;
  height: 80px;
}
.diadao-navbar .btn-booking {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 46px;
  background: #F2F2F2;
  color: #8F1122;
  gap: 6px;
  transition: background 0.3s, color 0.3s;
  padding: 0px 16px;
  border-radius: 4px;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar .btn-booking {
    flex-direction: row;
    background: #FFF;
    color: #000;
    gap: 16px;
    height: 64px;
    padding: 0px 24px;
  }
  html:not(.touchevents) .diadao-navbar .btn-booking:hover, html:not(.touchevents) .diadao-navbar .btn-booking:focus-visible {
    background: #EEF3F8;
  }
}
.diadao-navbar .btn-booking::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/calendar10.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/calendar10.svg");
  background: currentColor;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar .btn-booking::before {
    width: 24px;
    height: 24px;
  }
}
.diadao-navbar .btn-booking span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.5rem;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .diadao-navbar .btn-booking span {
    font-size: 1rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 992px) {
  body.home .diadao-navbar, body.diadao-pageseo .diadao-navbar {
    background-color: transparent;
    pointer-events: none;
  }
  body.home .diadao-navbar.scrolled, body.diadao-pageseo .diadao-navbar.scrolled {
    background-color: #FAFCFF;
    pointer-events: auto;
  }
  body.home .diadao-navbar.scrolled .diadao-navbar__logo, body.diadao-pageseo .diadao-navbar.scrolled .diadao-navbar__logo {
    top: 50%;
  }
}
body.home .diadao-navbar__logo, body.diadao-pageseo .diadao-navbar__logo {
  top: -100px;
}
@media only screen and (min-width: 992px) {
  body.home.mainmenu-opened .diadao-navbar.scrolled, body.diadao-pageseo.mainmenu-opened .diadao-navbar.scrolled {
    background-color: transparent;
  }
}
body.home.mainmenu-opened .diadao-navbar.scrolled .diadao-navbar__logo, body.diadao-pageseo.mainmenu-opened .diadao-navbar.scrolled .diadao-navbar__logo {
  top: -100px;
}

.mainmenu {
  background: #FAFCFF;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1037;
  transform: translateX(100%);
  position: fixed;
  transition: transform 0.6s ease-in-out;
}
.mainmenu .snow {
  animation-play-state: paused;
}
.mainmenu-opened .mainmenu {
  transform: translateX(0%);
  pointer-events: auto;
}
.mainmenu__filter {
  z-index: 1036;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F5F3;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.mainmenu-opened .mainmenu__filter {
  opacity: 1;
  visibility: visible;
}
.mainmenu__bg, .mainmenu__imgbackgrounds, .mainmenu__imgbackground, .mainmenu__videos, .mainmenu__video, .mainmenu__cssanim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainmenu__bg {
  z-index: auto;
  overflow: hidden;
}
.mainmenu__bg a[data-fancybox] {
  display: none;
}
.mainmenu__cssanim {
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .mainmenu__imgbackground {
    background: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-winter-desktop-menu.jpg") 50% 50% #FFF no-repeat;
    background-size: cover;
    /*
    &.forsummer {
        background-image: url('https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-summer-desktop-menu.jpg');
    }
    */
  }
}
.mainmenu__video {
  mix-blend-mode: screen;
  /*
  &.forsummer {
      mix-blend-mode: screen;
  }
  */
}
.mainmenu__video img, .mainmenu__video video, .mainmenu__video hls-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.mainmenu__photos {
  position: absolute;
  left: 100%;
  width: 59%;
  top: 0px;
  bottom: 45px;
}
@media only screen and (min-width: 992px) {
  .mainmenu__photos {
    display: block;
    left: 41%;
  }
}
.mainmenu__photos #social-menu {
  position: absolute;
  left: 51%;
  right: 0px;
  bottom: 0;
  justify-content: center;
  z-index: 4;
}
.mainmenu__bigphoto {
  position: absolute;
  right: 0px;
  width: 74%;
  top: 0px;
  bottom: 126px;
}
.mainmenu__bigphoto__intra, .mainmenu__bigphoto img, .mainmenu__bigphoto picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mainmenu__bigphoto img, .mainmenu__bigphoto picture {
  object-fit: cover;
  object-position: 50% 50%;
}
.mainmenu__smallphoto {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 51%;
  z-index: 2;
  pointer-events: none;
}
.mainmenu__smallphoto__intra {
  position: relative;
  padding-top: 68.7%;
}
html body.page .mainmenu__smallphoto .diadao-bg-menu-dynamic {
  position: absolute;
  top: 0;
  left: 0;
}
.mainmenu__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  height: 100%;
  padding: 20px 24px 80px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .mainmenu__wrapper {
    height: 100%;
    padding: 130px 66.5% 20px 7.55%;
    gap: 32px;
  }
}
.mainmenu__wrapper.offcanvas-body {
  position: relative;
  width: 100%;
  max-width: none;
}
.mainmenu__menu1 {
  margin-top: auto;
  width: 100%;
}
.mainmenu__menu1 a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "freight-big-pro", serif;
  font-size: 2rem;
  line-height: 2rem;
  padding: 5px 0px;
  /*
  #site[data-season="summer"] & {
      @include hoveractive {
          color: $mainsummer;
      }
  }
  */
}
@media only screen and (min-width: 992px) {
  .mainmenu__menu1 a {
    display: inline-flex;
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 1640px) {
  .mainmenu__menu1 a {
    font-size: 3.5rem;
    line-height: 3rem;
    padding: 8px 0px;
  }
}
html:not(.touchevents) .mainmenu__menu1 a:hover, html:not(.touchevents) .mainmenu__menu1 a:focus-visible {
  color: #AD172B;
}
.mainmenu__menu1 li.current > a {
  color: #AD172B;
  /*
  #site[data-season="summer"] & {
      color: $mainsummer;
  }
  */
}
.mainmenu__menu2 {
  margin-bottom: auto;
  width: 100%;
  margin-top: -6px;
}
@media only screen and (min-width: 992px) {
  .mainmenu__menu2 {
    margin-bottom: auto;
  }
}
.mainmenu__menu2 a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "freight-big-pro", serif;
  font-size: 1.5rem;
  line-height: 1.625rem;
  padding: 3px 0px;
  /*
  #site[data-season="summer"] & {
      @include hoveractive {
          color: $mainsummer;
      }
  }
  */
}
@media only screen and (min-width: 992px) {
  .mainmenu__menu2 a {
    font-size: 2rem;
    display: inline-flex;
    line-height: 2rem;
    padding: 8px 0px;
  }
}
html:not(.touchevents) .mainmenu__menu2 a:hover, html:not(.touchevents) .mainmenu__menu2 a:focus-visible {
  color: #AD172B;
}
.mainmenu__menu2 li.current > a {
  color: #AD172B;
  /*
  #site[data-season="summer"] & {
      color: $mainsummer;
  }
  */
}
.mainmenu__footermobile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
}
@media only screen and (min-width: 992px) {
  .mainmenu__footermobile {
    display: none;
  }
}
#site[data-winter=winter] .mainmenu .snow {
  animation-play-state: paused;
}
#site[data-winter=summer] .mainmenu .bolaMov1, #site[data-winter=summer] .mainmenu .bolaMov2, #site[data-winter=summer] .mainmenu .bolaMov3, #site[data-winter=summer] .mainmenu .bolaMov4, #site[data-winter=summer] .mainmenu .bolaMov5 {
  animation-play-state: paused;
}

.mainmenu-opened #site[data-winter=winter] .mainmenu .snow {
  animation-play-state: running;
}
.mainmenu-opened #site[data-winter=summer] .mainmenu .bolaMov1, .mainmenu-opened #site[data-winter=summer] .mainmenu .bolaMov2, .mainmenu-opened #site[data-winter=summer] .mainmenu .bolaMov3, .mainmenu-opened #site[data-winter=summer] .mainmenu .bolaMov4, .mainmenu-opened #site[data-winter=summer] .mainmenu .bolaMov5 {
  animation-play-state: running;
}

.content-medias {
  position: relative;
}
.content-medias__container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .content-medias__container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .content-medias__container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .content-medias__container {
    padding-top: 16px;
  }
}
.media-fullscreen .content-medias__container {
  min-height: 70vh;
}
@media only screen and (min-width: 992px) {
  .media-fullscreen .content-medias__container {
    min-height: auto;
    height: 100vh;
    padding-bottom: 0;
    margin-bottom: 8vh;
  }
}
.media-fullscreen.big-fullscreen-title .content-medias__container {
  height: 180vh;
}
@media only screen and (min-width: 992px) {
  .media-fullscreen.big-fullscreen-title .content-medias__container {
    height: 300vh;
  }
}
@media only screen and (min-width: 992px) {
  .text-fullwidth .content-medias__container {
    justify-items: center;
  }
}
.content-medias__content {
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-row-start: 2;
  grid-row-end: span 1;
}
@media only screen and (min-width: 992px) {
  .content-medias__content {
    grid-row-start: 1;
    grid-row-end: span 1;
    max-width: 75rem;
  }
}
@media only screen and (max-width: 991px) {
  .has-medias .content-medias__content {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .instagram .content-medias__content {
    grid-row-start: 1;
    grid-row-end: span 1;
    margin-top: 0;
  }
}
.text-centered .content-medias__content {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .text-centered .content-medias__content {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
@media only screen and (min-width: 1640px) {
  .text-centered .content-medias__content {
    grid-column-start: 4;
    grid-column-end: span 8;
  }
}
@media only screen and (min-width: 1920px) {
  .text-centered .content-medias__content {
    grid-column-start: 5;
    grid-column-end: span 6;
  }
}
.text-centered .content-medias__content__link {
  align-items: center;
}
.text-centered .content-medias__content__buttons {
  justify-content: center;
}
.media-trio .content-medias__content {
  grid-row-start: 3;
  grid-row-end: span 1;
}
@media only screen and (min-width: 992px) {
  .media-trio .content-medias__content {
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
@media only screen and (min-width: 992px) {
  .media-trio.content-left .content-medias__content, .media-solo.content-left .content-medias__content, .map.content-left .content-medias__content, .instagram.content-left .content-medias__content {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1640px) {
  .media-trio.content-left .content-medias__content, .media-solo.content-left .content-medias__content, .map.content-left .content-medias__content, .instagram.content-left .content-medias__content {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .media-trio.content-right .content-medias__content, .media-solo.content-right .content-medias__content, .map.content-right .content-medias__content, .instagram.content-right .content-medias__content {
    grid-column-start: 9;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1640px) {
  .media-trio.content-right .content-medias__content, .media-solo.content-right .content-medias__content, .map.content-right .content-medias__content, .instagram.content-right .content-medias__content {
    grid-column-start: 9;
    grid-column-end: span 4;
  }
}
@media only screen and (min-width: 992px) {
  .media-fullscreen.content-right .content-medias__content {
    grid-column-start: 8;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 992px) {
  .media-fullscreen.content-left .content-medias__content {
    grid-column-start: 2;
    grid-column-end: span 6;
  }
}
.media-fullscreen:not(.big-fullscreen-title) .content-medias__content {
  border-radius: 0rem;
  position: relative;
  padding: 1.5rem;
  background: rgba(245, 241, 237, 0.8);
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 992px) {
  .media-fullscreen:not(.big-fullscreen-title) .content-medias__content {
    padding: 5rem;
  }
}
.media-fullscreen.big-fullscreen-title .content-medias__content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: inherit;
  padding: 0;
}
.media-fullscreen.big-fullscreen-title .content-medias__content .content-medias__content__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #F5F1ED;
  font-size: 9.375rem;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .media-fullscreen.big-fullscreen-title .content-medias__content .content-medias__content__title {
    font-size: 18.75rem;
  }
}
.content-medias__content__text p {
  font-size: 1.125rem;
  margin-bottom: 1.125rem;
}
.content-medias__content__text ul li, .content-medias__content__text ol li {
  font-size: 1.125rem;
}
.content-medias__content__text ul li::before, .content-medias__content__text ol li::before {
  height: 1.6875rem !important;
}
.content-medias__content__text .kwpb-more-text-button {
  display: inline-block;
  margin-top: 1.875rem;
}
.content-medias__content__link.btn-group {
  flex-direction: column;
}
.content-medias__super-media .video-wrapper {
  width: 100%;
  height: 100%;
}
.media-solo .content-medias__super-media .thumb-url, .media-trio .content-medias__super-media .thumb-url {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.media-solo .content-medias__super-media {
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-row-start: 1;
  grid-row-end: span 1;
}
.media-solo .content-medias__super-media img, .media-solo .content-medias__super-media video, .media-solo .content-medias__super-media iframe, .media-solo .content-medias__super-media hls-video {
  aspect-ratio: calc(1 / 1);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
@media only screen and (min-width: 992px) {
  .media-solo .content-medias__super-media img, .media-solo .content-medias__super-media video, .media-solo .content-medias__super-media iframe, .media-solo .content-medias__super-media hls-video {
    aspect-ratio: calc(16 / 9);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .media-solo.content-right .content-medias__super-media {
    grid-column-start: 2;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  .media-solo.content-right .content-medias__super-media img, .media-solo.content-right .content-medias__super-media video, .media-solo.content-right .content-medias__super-media iframe, .media-solo.content-right .content-medias__super-media hls-video {
    aspect-ratio: calc(1 / 1);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .media-solo.content-left .content-medias__super-media {
    grid-column-start: 8;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  .media-solo.content-left .content-medias__super-media img, .media-solo.content-left .content-medias__super-media video, .media-solo.content-left .content-medias__super-media iframe, .media-solo.content-left .content-medias__super-media hls-video {
    aspect-ratio: calc(1 / 1);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
.media-trio .content-medias__super-media {
  grid-row-start: 1;
  grid-row-end: span 1;
  grid-column-start: 2;
  grid-column-end: span 6;
}
.media-trio .content-medias__super-media img, .media-trio .content-medias__super-media video, .media-trio .content-medias__super-media iframe, .media-trio .content-medias__super-media hls-video {
  aspect-ratio: calc(16 / 9);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
@media only screen and (min-width: 992px) {
  .media-trio.content-left .content-medias__super-media {
    grid-column-start: 8;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .media-trio.content-left .content-medias__super-media img, .media-trio.content-left .content-medias__super-media video, .media-trio.content-left .content-medias__super-media iframe, .media-trio.content-left .content-medias__super-media hls-video {
    aspect-ratio: calc(9 / 16);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .media-trio.content-right .content-medias__super-media {
    grid-column-start: 5;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .media-trio.content-right .content-medias__super-media img, .media-trio.content-right .content-medias__super-media video, .media-trio.content-right .content-medias__super-media iframe, .media-trio.content-right .content-medias__super-media hls-video {
    aspect-ratio: calc(9 / 16);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-fullscreen.big-fullscreen-title .content-medias__super-media {
    grid-column-start: 1;
    grid-column-end: span 14;
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .media-fullscreen.big-fullscreen-title .content-medias__super-media video {
    border-radius: 0;
  }
}
.media-fullscreen.big-fullscreen-title .content-medias__super-media:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%);
  pointer-events: none;
}
.media-fullscreen .content-medias__super-media {
  grid-column-start: 1;
  grid-column-end: span 14;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .media-fullscreen .content-medias__super-media {
    width: 100vh;
  }
}
.media-fullscreen .content-medias__super-media .kwpb-swiper-module,
.media-fullscreen .content-medias__super-media .swiper-container,
.media-fullscreen .content-medias__super-media .swiper-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.media-fullscreen .content-medias__super-media img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.content-medias__image {
  position: relative;
}
.content-medias__image .thumb-url {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.media-trio .content-medias__image-1 {
  grid-column-start: 2;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 1;
}
.media-trio .content-medias__image-1 img, .media-trio .content-medias__image-1 video, .media-trio .content-medias__image-1 iframe, .media-trio .content-medias__image-1 hls-video {
  aspect-ratio: calc(16 / 9);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
@media only screen and (min-width: 992px) {
  .media-trio.content-left .content-medias__image-1 {
    grid-column-start: 11;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 1;
    align-self: end;
  }
  .media-trio.content-left .content-medias__image-1 img, .media-trio.content-left .content-medias__image-1 video, .media-trio.content-left .content-medias__image-1 iframe, .media-trio.content-left .content-medias__image-1 hls-video {
    aspect-ratio: calc(16 / 9);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .media-trio.content-right .content-medias__image-1 {
    grid-column-start: 2;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 1;
    align-self: end;
  }
  .media-trio.content-right .content-medias__image-1 img, .media-trio.content-right .content-medias__image-1 video, .media-trio.content-right .content-medias__image-1 iframe, .media-trio.content-right .content-medias__image-1 hls-video {
    aspect-ratio: calc(16 / 9);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
.content-medias__image-1 a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.media-trio .content-medias__image-2 {
  grid-column-start: 5;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 1;
}
.media-trio .content-medias__image-2 img, .media-trio .content-medias__image-2 video, .media-trio .content-medias__image-2 iframe, .media-trio .content-medias__image-2 hls-video {
  aspect-ratio: calc(16 / 9);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
@media only screen and (min-width: 992px) {
  .media-trio.content-left .content-medias__image-2 {
    grid-column-start: 11;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    align-self: start;
  }
  .media-trio.content-left .content-medias__image-2 img, .media-trio.content-left .content-medias__image-2 video, .media-trio.content-left .content-medias__image-2 iframe, .media-trio.content-left .content-medias__image-2 hls-video {
    aspect-ratio: calc(9 / 16);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .media-trio.content-right .content-medias__image-2 {
    grid-column-start: 3;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    align-self: start;
  }
  .media-trio.content-right .content-medias__image-2 img, .media-trio.content-right .content-medias__image-2 video, .media-trio.content-right .content-medias__image-2 iframe, .media-trio.content-right .content-medias__image-2 hls-video {
    aspect-ratio: calc(9 / 16);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
.content-medias__image-2 a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.instagram .content-medias__instagram {
  grid-column-start: 2;
  grid-column-end: span 12;
  grid-row-start: 2;
  grid-row-end: span 1;
}
@media only screen and (max-width: 991px) {
  .instagram .content-medias__instagram {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .instagram.content-right .content-medias__instagram {
    grid-column-start: 2;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}
@media only screen and (min-width: 992px) {
  .instagram.content-left .content-medias__instagram {
    grid-column-start: 8;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}
.content-medias__map {
  height: 100%;
}
.content-medias__map #map {
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 0rem;
}
.map .content-medias__map {
  grid-column-start: 2;
  grid-column-end: span 12;
  grid-row-start: 1;
  grid-row-end: span 1;
}
@media only screen and (min-width: 992px) {
  .map.content-right .content-medias__map {
    grid-column-start: 2;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}
@media only screen and (min-width: 992px) {
  .map.content-left .content-medias__map {
    grid-column-start: 8;
    grid-column-end: span 6;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}

.accordeon-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
  margin-top: -16px;
}
@media only screen and (min-width: 992px) {
  .accordeon-content {
    gap: 0px;
    margin-top: -24px;
  }
}
.accordeon-content .accordion-item,
.accordeon-content .accordeon-item {
  width: 100%;
}
.accordeon-content .accordion-item.opened .accordeon-title h3::before,
.accordeon-content .accordeon-item.opened .accordeon-title h3::before {
  transform: rotate(-180deg);
}
.accordeon-content .accordeon-title h3 {
  all: unset;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000;
  position: relative;
  padding: 12px 1.5rem 8px 0px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .accordeon-content .accordeon-title h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 12px 1.5rem 12px 0px;
  }
}
.accordeon-content .accordeon-title h3::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 2px;
  width: 13px;
  height: 13px;
  text-align: center;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/minus.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/minus.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  transition: all 0.3s ease;
  transform: rotate(-180deg);
}
.accordeon-content .accordeon-title h3.collapsed {
  padding: 12px 1.5rem 12px 0px;
}
.accordeon-content .accordeon-title h3.collapsed::before {
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/plus.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/plus.svg");
}
.accordeon-content .accordeon-title h3:not(:active) {
  transition: all 0.3s ease;
}
.accordeon-content .accordion-body {
  padding-bottom: 12px;
}
.accordeon-content .accordeon-text {
  box-sizing: content-box;
  padding-right: 2.5rem;
}
.accordeon-content .accordeon-text p:last-child {
  margin: 0;
}

.btn-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

/* BUTTONS
---------------------------------------- */
.btn-primary, .button-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .btn-primary, .button-primary {
    min-height: 64px;
    padding: 8px 32px;
  }
}
.btn-primary span, .button-primary span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  .btn-primary span, .button-primary span {
    font-size: 1rem;
  }
}
html:not(.touchevents) .btn-primary:hover, html:not(.touchevents) .btn-primary:focus-visible, html:not(.touchevents) .button-primary:hover, html:not(.touchevents) .button-primary:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
html:not(.touchevents) .btn-primary:hover, html:not(.touchevents) .btn-primary:focus-visible, html:not(.touchevents) .button-primary:hover, html:not(.touchevents) .button-primary:focus-visible {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 640px) {
  .btn-primary, .button-primary {
    width: auto;
  }
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: #AD172B;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #FFF;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
}
@media only screen and (min-width: 992px) {
  .btn-secondary, .button-secondary {
    min-height: 64px;
    padding: 8px 32px;
  }
}
.btn-secondary span, .button-secondary span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  .btn-secondary span, .button-secondary span {
    font-size: 1rem;
  }
}
html:not(.touchevents) .btn-secondary:hover, html:not(.touchevents) .btn-secondary:focus-visible, html:not(.touchevents) .button-secondary:hover, html:not(.touchevents) .button-secondary:focus-visible {
  background: #8F1122;
  color: #FFF;
}

.btn-brochure, .button-brochure {
  text-align: left;
}
.btn-brochure::before, .button-brochure::before {
  content: "";
  height: 1.44em;
  width: 1.44em;
  margin-right: 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-brochure.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-brochure.svg");
  background-color: currentColor;
  flex: 0 0 1.44em;
}

.btn-contact, .button-contact {
  text-align: left;
}
.btn-contact::before, .button-contact::before {
  content: "";
  height: 1.125em;
  width: 1.44em;
  margin-right: 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-contact.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-contact.svg");
  background-color: currentColor;
  flex: 0 0 1.44em;
}

.btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: #F5F1ED;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #273582;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
}
@media only screen and (min-width: 992px) {
  .btn-white {
    min-height: 64px;
    padding: 8px 32px;
  }
}
.btn-white span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  .btn-white span {
    font-size: 1rem;
  }
}
html:not(.touchevents) .btn-white:hover, html:not(.touchevents) .btn-white:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.btn-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #F5F1ED;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
  border: 1px solid #F5F1ED;
}
@media only screen and (min-width: 992px) {
  .btn-outline {
    min-height: 64px;
    padding: 8px 32px;
  }
}
.btn-outline span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  .btn-outline span {
    font-size: 1rem;
  }
}
html:not(.touchevents) .btn-outline:hover, html:not(.touchevents) .btn-outline:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  color: transparent;
}
.btn-outline:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .btn-outline {
    width: 100%;
  }
}

.btn-underline, body .dia-smartgallery__filters__text a:not([class*=btn]):not([class*=button]), .button-underline {
  position: relative;
  color: #EC6136;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0 0 5px;
  padding: 0;
}
.btn-underline::after, body .dia-smartgallery__filters__text a:not([class*=btn]):not([class*=button])::after, .button-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.btn-underline span, body .dia-smartgallery__filters__text a:not([class*=btn]):not([class*=button]) span, .button-underline span {
  pointer-events: none;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .btn-underline span, body .dia-smartgallery__filters__text a:not([class*=btn]):not([class*=button]) span, .button-underline span {
    font-size: 16px;
  }
}
.btn-underline:hover::after, body .dia-smartgallery__filters__text a:hover:not([class*=btn]):not([class*=button])::after, .button-underline:hover::after {
  width: 100%;
}
.btn-underline.is-more-modal-button, body .dia-smartgallery__filters__text a.is-more-modal-button:not([class*=btn]):not([class*=button]), .button-underline.is-more-modal-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-underline.is-more-modal-button::before, body .dia-smartgallery__filters__text a.is-more-modal-button:not([class*=btn]):not([class*=button])::before, .button-underline.is-more-modal-button::before {
  display: block;
  content: "+";
}

.btn-plus, .button-plus {
  position: relative;
  display: inline-flex;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .btn-plus, .button-plus {
    font-size: 1.625rem;
    line-height: 2.125rem;
    padding-bottom: 10px;
  }
}
.btn-plus::after, .button-plus::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  background-color: currentColor;
  height: 1px;
  transition: left 0.3s, right 0.3s;
}
@media only screen and (min-width: 992px) {
  .btn-plus::after, .button-plus::after {
    height: 2px;
  }
}
.btn-plus span, .button-plus span {
  display: inline-flex;
  align-items: center;
  pointer-events: none;
  vertical-align: top;
}
.btn-plus span::before, .button-plus span::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-plus.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-plus.svg");
  background-color: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 4px;
}
@media only screen and (min-width: 992px) {
  .btn-plus span::before, .button-plus span::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
  }
}
html:not(.touchevents) .btn-plus:hover::after, html:not(.touchevents) .btn-plus:focus-visible::after, html:not(.touchevents) .button-plus:hover::after, html:not(.touchevents) .button-plus:focus-visible::after {
  left: 0%;
  right: 0%;
}

body .fancybox__content button.is-close-btn,
body .btn-close,
body .diadao-button-close,
body .button-room-detail-close {
  --sdk-button-close-background-color-hover: $btn-primary-bg-hover;
  position: fixed;
  left: auto;
  top: 8px;
  right: 16px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: #FFF;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 5;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  body .fancybox__content button.is-close-btn,
  body .btn-close,
  body .diadao-button-close,
  body .button-room-detail-close {
    height: 64px;
    top: 32px;
    right: 32px;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
    border: none;
  }
}
body .fancybox__content button.is-close-btn svg,
body .btn-close svg,
body .diadao-button-close svg,
body .button-room-detail-close svg {
  position: relative;
  z-index: 1;
  width: var(--diadao-button-close-svg-width);
  height: var(--diadao-button-close-svg-height);
  margin: 0;
}
body .fancybox__content button.is-close-btn svg path,
body .btn-close svg path,
body .diadao-button-close svg path,
body .button-room-detail-close svg path {
  fill: #000 !important;
}
html:not(.touchevents) body .fancybox__content button.is-close-btn:hover, html:not(.touchevents) body .fancybox__content button.is-close-btn:focus-visible,
html:not(.touchevents) body .btn-close:hover,
html:not(.touchevents) body .btn-close:focus-visible,
html:not(.touchevents) body .diadao-button-close:hover,
html:not(.touchevents) body .diadao-button-close:focus-visible,
html:not(.touchevents) body .button-room-detail-close:hover,
html:not(.touchevents) body .button-room-detail-close:focus-visible {
  background-color: #EEF3F8;
}
@media only screen and (min-width: 992px) {
  html:not(.touchevents) body .fancybox__content button.is-close-btn:hover, html:not(.touchevents) body .fancybox__content button.is-close-btn:focus-visible,
  html:not(.touchevents) body .btn-close:hover,
  html:not(.touchevents) body .btn-close:focus-visible,
  html:not(.touchevents) body .diadao-button-close:hover,
  html:not(.touchevents) body .diadao-button-close:focus-visible,
  html:not(.touchevents) body .button-room-detail-close:hover,
  html:not(.touchevents) body .button-room-detail-close:focus-visible {
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
  }
}

.commonbuttons, .content-medias__content__buttons {
  padding-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .commonbuttons, .content-medias__content__buttons {
    padding-top: 24px;
    gap: 16px;
  }
}
.diadao-language-fr .commonbuttons *[data-lang=en], .diadao-language-fr .content-medias__content__buttons *[data-lang=en] {
  display: none;
}
.diadao-language-en .commonbuttons *[data-lang=fr], .diadao-language-en .content-medias__content__buttons *[data-lang=fr] {
  display: none;
}

.offcanvas-readmore.offcanvas-bottom {
  height: auto;
  min-height: auto;
}
@media only screen and (min-width: 992px) {
  .offcanvas-readmore {
    border-radius: 0px;
    height: 100vh;
  }
  .offcanvas-readmore.offcanvas-top {
    width: 75%;
    max-width: 500px;
    height: auto;
    bottom: 40px;
    top: 40px;
    right: 40px;
    left: auto;
  }
}
.offcanvas-readmore.show .offcanvas-header {
  opacity: 1;
}
.offcanvas-readmore.showing .offcanvas-header, .offcanvas-readmore.hiding .offcanvas-header {
  opacity: 0;
}
.offcanvas-readmore .offcanvas-header .diadao-button-close {
  position: absolute;
  top: 0px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-readmore .offcanvas-header .diadao-button-close {
    top: -32px;
    right: -32px;
  }
}
.offcanvas-readmore .offcanvas-body {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #FFF !important;
  padding: 60px 16px 40px;
}
@media only screen and (min-width: 992px) {
  .offcanvas-readmore .offcanvas-body {
    border-radius: 0px;
    height: auto;
    min-height: auto;
    margin-bottom: auto;
    padding: 40px 100px 40px 40px;
  }
}
.offcanvas-readmore .fancybox__backdrop {
  background: rgba(31, 31, 31, 0.32);
  backdrop-filter: blur(10px);
}
.offcanvas-readmore .kwpb-wysiwig, .offcanvas-readmore .offcanvas.type-diadaopopup .sdk-popup__text, .offcanvas.type-diadaopopup .offcanvas-readmore .sdk-popup__text {
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}
.offcanvas-readmore .sdk-readmore-fancybox {
  border-radius: 0px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 0px;
  padding: 0px 20px 8px;
  text-align: center;
  line-height: 0;
}
.swiper-pagination-horizontal.swiper-pagination-bullets::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  border-radius: var(--Spacing-0, 0px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  height: 1rem;
  width: 1rem;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s ease;
  margin: 0;
  border-radius: 0px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: rgba(245, 241, 237, 0.5);
  transition: background 0.3s;
  border-radius: 0.25rem;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.5rem;
  background-color: transparent;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #F5F1ED;
}

.mediasSwiper .swiper-navigation {
  display: none !important;
}

body.sdk-template-light .swiper-pagination-horizontal.swiper-pagination-bullets {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

.kwpb-swiper-module {
  overflow: hidden;
  border-radius: 0rem;
}

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

@media only screen and (min-width: 992px) {
  .carousselrooms__swiper__container .carousselrooms__swiper__wrapper.swiper-wrapper {
    display: felx;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .carousselrooms__swiper__container .carousselrooms__swiper__wrapper.swiper-wrapper .carousselrooms__slide.swiper-slide {
    margin-right: 0 !important;
    flex: 0 0 calc((100% - 40px) / 3);
  }
  .carousselrooms__swiper__container .carousselrooms__navigation {
    display: none;
  }
}
.practical-infos {
  position: relative;
}
body.faq .practical-infos:not(:last-child) .practical-infos__container {
  padding-bottom: 0;
}
.practical-infos .container {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  padding-left: 48px;
}
@media only screen and (min-width: 992px) {
  .practical-infos .container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .practical-infos .container {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .practical-infos .container {
    display: grid;
    grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
    align-items: start;
    padding-top: 160px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .practical-infos .container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.practical-infos__accordion {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 108px;
}
@media only screen and (min-width: 992px) {
  .practical-infos__accordion {
    grid-column-start: 5;
    grid-column-end: span 6;
    grid-row-start: 2;
    grid-row-end: span 1;
    gap: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .practical-infos.has-cards-list .practical-infos__accordion {
    grid-column-start: 3;
    grid-column-end: span 5;
    grid-row-start: 2;
    grid-row-end: span 1;
  }
}
@media only screen and (min-width: 1440px) {
  .practical-infos.has-cards-list .practical-infos__accordion {
    grid-column-start: 4;
    grid-column-end: span 4;
  }
}
.practical-infos__list {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .practical-infos__list {
    grid-column-start: 9;
    grid-column-end: span 5;
    grid-row-start: 2;
    grid-row-end: span 1;
    margin-top: 0;
  }
}
.practical-infos__list .list__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .practical-infos__list .list__wrapper {
    gap: 16px;
  }
}
.practical-infos__list .list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 16px 24px 16px;
  border-radius: 0px;
  background-color: #EFD3BD;
  width: 100%;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .practical-infos__list .list__item {
    gap: 16px;
    padding: 40px 24px 24px 52px;
  }
}
.practical-infos__list .list__item__icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 992px) {
  .practical-infos__list .list__item__icon {
    width: 40px;
    height: 40px;
  }
}
.practical-infos__list .list__item__icon svg path {
  fill: #EC6136;
}
.practical-infos__illustration {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 100%;
  width: 140px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media only screen and (min-width: 992px) {
  .practical-infos__illustration {
    right: -35px;
    width: 500px;
    height: 400px;
  }
}
.practical-infos__illustration--1 {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/illustration/illustration-1.svg");
}
.practical-infos__illustration--2 {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/illustration/illustration-4.svg");
}
.practical-infos__illustration--3 {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/illustration/illustration-6.svg");
}

.thumbnails-list {
  position: relative;
}
.thumbnails-list .container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .thumbnails-list .container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .thumbnails-list .container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .thumbnails-list .container {
    padding-top: 16px;
  }
}
.thumbnails-list__title {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .thumbnails-list__title {
    text-align: center;
  }
}
.thumbnails-list__swiper {
  grid-column-start: 1;
  grid-column-end: span 14;
  width: 100%;
  height: auto;
  padding-inline: 40px;
  z-index: inherit;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .thumbnails-list__swiper {
    padding-inline: calc(80px - 108px + 24px);
  }
}
.thumbnails-list__swiper .swiper-wrapper {
  z-index: inherit;
  width: auto;
}
.thumbnails-list__swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .thumbnails-list__swiper .swiper-wrapper .swiper-slide {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .thumbnails-list__swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .thumbnails-list__swiper .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-bottom: 5rem;
  }
}
.thumbnails-list__swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
@media only screen and (min-width: 992px) {
  .thumbnails-list__swiper .swiper-navigation {
    position: absolute;
    inset: 0;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev,
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next {
    bottom: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev:after,
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next:after {
    display: none;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev-icon,
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next-icon {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: transparent;
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev-icon:hover,
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev-icon:after,
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 40px;
    height: 40px;
    display: block;
    -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.svg");
    mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #F5F1ED;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev:hover .swiper-button-prev-icon {
    opacity: 1;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev-icon {
    left: calc(5% - 24px);
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-prev-icon:after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next {
    right: 0;
    left: auto;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next:hover .swiper-button-next-icon {
    opacity: 1;
  }
  .thumbnails-list__swiper .swiper-navigation .swiper-button-next-icon {
    right: calc(5% - 24px);
  }
}
.thumbnails-list__swiper .swiper-pagination {
  z-index: inherit;
}
.thumbnails-list__swiper .swiper-pagination-horizontal.swiper-pagination-bullets {
  text-align: center;
  padding: 0;
  bottom: initial;
  top: initial;
  left: initial;
  width: auto;
  position: relative;
  margin-top: 48px;
}
.thumbnails-list__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.32;
  background-color: #273582;
}
.thumbnails-list__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #273582;
}
.thumbnails-list .list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.thumbnails-list .list__item__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.thumbnails-list .list__item__img:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 40%, rgba(31, 31, 31, 0.4) 100%);
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.thumbnails-list .list__item__img img, .thumbnails-list .list__item__img video, .thumbnails-list .list__item__img iframe, .thumbnails-list .list__item__img hls-video {
  aspect-ratio: calc(3 / 4);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
@media only screen and (min-width: 640px) {
  .thumbnails-list .list__item__img {
    max-width: 16.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .thumbnails-list .list__item__img img, .thumbnails-list .list__item__img video, .thumbnails-list .list__item__img iframe, .thumbnails-list .list__item__img hls-video {
    aspect-ratio: calc(9 / 16);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
.thumbnails-list .list__item__img:after {
  top: 50%;
  border-radius: 0px;
}
.thumbnails-list .list__item__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #F5F1ED;
  text-align: center;
  padding: 24px 40px 40px 40px;
  z-index: 1;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .thumbnails-list .list__item__text {
    padding: 24px 40px;
  }
}
.thumbnails-list__buttons {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .thumbnails-list__buttons {
    justify-content: center;
  }
}

.images-blocks {
  position: relative;
}
.images-blocks .container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .images-blocks .container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .images-blocks .container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .images-blocks .container {
    padding-top: 16px;
  }
}
.images-blocks h2 {
  grid-column-start: 2;
  grid-column-end: span 12;
  grid-row-start: 1;
  grid-row-end: span 1;
  text-align: center;
}
.images-blocks .list__wrapper {
  grid-column-start: 2;
  grid-column-end: span 12;
  grid-row-start: 2;
  grid-row-end: span 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  row-gap: 108px;
}
.images-blocks .list__item {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .images-blocks .list__item {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .images-blocks .list__item {
    width: calc((100% - 72px) / 4);
  }
}
.images-blocks .list__item:nth-child(n+5) {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .images-blocks .list__item:nth-child(n+5) {
    width: calc((100% - 48px) / 3);
  }
}
.images-blocks .list__item__media {
  position: relative;
  height: 260px;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  padding: 60px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.images-blocks .list__item__media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1F1F1F;
  opacity: 0.6;
  pointer-events: none;
}
.images-blocks .list__item__media img, .images-blocks .list__item__media video, .images-blocks .list__item__media iframe, .images-blocks .list__item__media hls-video {
  aspect-ratio: calc(16 / 9);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
.images-blocks .list__item__media .video-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.images-blocks .list__item__logo {
  pointer-events: none;
  z-index: 1;
}
.images-blocks .list__item__logo svg {
  max-width: 270px;
  max-height: 130px;
}
.images-blocks .list__item__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.images-blocks .list__item__link:hover ~ .list__item__icon img {
  transform: scale(1.1);
}
.images-blocks .list__item__link:hover ~ .list__item__icon:after {
  opacity: 1;
}
.images-blocks .list__item__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .images-blocks .list__item__text h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1440px) {
  .images-blocks .list__item__text h3 {
    font-size: 1.5rem;
  }
}

.gallery-list .dia-smartgallery__medias .ug-tiles-wrapper {
  margin-inline: 0;
}
@media only screen and (min-width: 513px) {
  .gallery-list .dia-smartgallery__medias .ug-tiles-wrapper {
    margin-inline: -40px;
  }
}
.gallery-list .ug-thumb-wrapper {
  overflow: hidden;
  border-radius: 0px;
}
.gallery-list .ug-thumb-wrapper:hover img {
  transform: scale(1.1);
}
.gallery-list .ug-thumb-wrapper img {
  transition: all 1s ease-in-out !important;
}

body .dia-smartgallery {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  body .dia-smartgallery {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .sepheader + body .dia-smartgallery {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__wrapper {
    display: grid;
    grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  body .dia-smartgallery__wrapper {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__filters {
    grid-column-start: 2;
    grid-column-end: span 3;
  }
}
@media only screen and (min-width: 1440px) {
  body .dia-smartgallery__filters {
    grid-column-start: 2;
    grid-column-end: span 2;
  }
}
body .dia-smartgallery__filters .nav.nav-pills {
  gap: 32px;
  top: 140px;
}
body .dia-smartgallery__filters__text {
  padding-inline: 16px;
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__filters__text {
    margin-top: 60px;
    padding-inline: 0;
  }
}
body .dia-smartgallery__filters__text a:not([class*=btn]):not([class*=button]) {
  text-decoration: none;
}
body .dia-smartgallery__content, body .dia-smartgallery__medias {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  body .dia-smartgallery__content, body .dia-smartgallery__medias {
    grid-column-start: 5;
    grid-column-end: span 9;
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 1440px) {
  body .dia-smartgallery__content, body .dia-smartgallery__medias {
    grid-column-start: 4;
    grid-column-end: span 10;
  }
}
body .dia-smartgallery__medias {
  width: auto;
}
@media only screen and (max-width: 991px) {
  body .dia-smartgallery__medias {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  body .dia-smartgallery__medias > a {
    margin-block: 0px !important;
    width: calc(100% - 8px);
  }
  body .dia-smartgallery__medias > a.landscape {
    aspect-ratio: 16/9;
  }
  body .dia-smartgallery__medias > a.square {
    aspect-ratio: 1/1;
  }
  body .dia-smartgallery__medias > a.portrait {
    aspect-ratio: 3/4;
  }
  body .dia-smartgallery__medias > a img,
  body .dia-smartgallery__medias > a video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
body .dia-smartgallery .smartgallery-video-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/cursor-play-black.svg") 50% 50% no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media only screen and (min-width: 1440px) {
  body .dia-smartgallery .smartgallery-video-wrapper::after {
    width: 78px;
    height: 78px;
  }
}
body .dia-smartgallery__masonry {
  width: 100%;
}

.offcanvas.type-diadaopopup {
  /*width: 100%;

  @include device_992_min {
      width: 90%;
      max-width: 1320px;
  }*/
  width: 100%;
}
.offcanvas.type-diadaopopup[data-offcanvas-slug=etage-privatise-formulaire] {
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup[data-offcanvas-slug=etage-privatise-formulaire] .popup_reservation {
    width: 90vw;
    max-width: 760px;
  }
}
.offcanvas.type-diadaopopup[data-offcanvas-slug=etage-privatise-formulaire].show ~ .offcanvas-backdrop.backdrop-sdk, .offcanvas.type-diadaopopup[data-offcanvas-slug=etage-privatise-formulaire].showing ~ .offcanvas-backdrop.backdrop-sdk, .offcanvas.type-diadaopopup[data-offcanvas-slug=etage-privatise-formulaire].hiding ~ .offcanvas-backdrop.backdrop-sdk {
  z-index: 9998;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup {
    width: auto;
  }
}
.offcanvas.type-diadaopopup .sdk-popup {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .sdk-popup {
    flex-direction: row;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .sdk-popup.position-right, .offcanvas.type-diadaopopup .sdk-popup.form-enabled {
    width: 50vw;
  }
  .offcanvas.type-diadaopopup .sdk-popup.position-right .sdk-popup__right, .offcanvas.type-diadaopopup .sdk-popup.form-enabled .sdk-popup__right {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .sdk-popup.position-left .sdk-popup__right {
    width: 50%;
  }
}
.offcanvas.type-diadaopopup .sdk-popup .thumb-url {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.offcanvas.type-diadaopopup .sdk-popup__left {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .sdk-popup__left {
    height: 100%;
    width: 50%;
  }
}
.offcanvas.type-diadaopopup .sdk-popup__left-media {
  position: relative;
}
.offcanvas.type-diadaopopup .sdk-popup__left-media img, .offcanvas.type-diadaopopup .sdk-popup__left-media video, .offcanvas.type-diadaopopup .sdk-popup__left-media iframe, .offcanvas.type-diadaopopup .sdk-popup__left-media hls-video {
  aspect-ratio: calc(16 / 9);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.offcanvas.type-diadaopopup .sdk-popup__left-media .kwpb-swiper-module {
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .sdk-popup__left-media {
    height: 100%;
  }
  .offcanvas.type-diadaopopup .sdk-popup__left-media img, .offcanvas.type-diadaopopup .sdk-popup__left-media video, .offcanvas.type-diadaopopup .sdk-popup__left-media iframe, .offcanvas.type-diadaopopup .sdk-popup__left-media hls-video {
    aspect-ratio: calc(1 / 2);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
}
.offcanvas.type-diadaopopup .sdk-popup__right {
  background: #FFF;
  padding: 80px 16px 120px 16px;
  width: 100%;
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .sdk-popup__right {
    height: 100%;
    overflow-y: auto;
    padding: 6.25rem 5rem;
    flex-grow: inherit;
  }
}
.offcanvas.type-diadaopopup .sdk-popup__right-wrapper {
  min-height: 100%;
}
.offcanvas.type-diadaopopup .sdk-popup__right-media {
  margin-bottom: 5rem;
}
.offcanvas.type-diadaopopup .sdk-popup__right-media img, .offcanvas.type-diadaopopup .sdk-popup__right-media video, .offcanvas.type-diadaopopup .sdk-popup__right-media iframe, .offcanvas.type-diadaopopup .sdk-popup__right-media hls-video {
  aspect-ratio: calc(16 / 9);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
.offcanvas.type-diadaopopup .sdk-popup__text {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-diadaopopup .sdk-popup__form .gform_wrapper form .gfield.gfield--width-quarter {
    flex-basis: calc(50% - 8px);
  }
}
.offcanvas-body {
  position: static;
}
@media only screen and (min-width: 992px) {
  .offcanvas-body {
    width: 90vw;
    max-width: 1320px;
  }
}
.offcanvas-videocontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.offcanvas-imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0px 0px;
  background-size: 100% auto;
  z-index: 1;
  background-color: #e1e4ea;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-winter-desktop.jpg");
  background-repeat: no-repeat;
}
.offcanvas-imgbg.forsummer {
  background-color: #ecebe7;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-summer-desktop.jpg");
}
.offcanvas-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 2;
  mix-blend-mode: screen;
}
.offcanvas-video.forsummer {
  mix-blend-mode: lighten;
}
@media only screen and (min-width: 992px) {
  .offcanvas-video {
    height: auto;
  }
}
.offcanvas-video video, .offcanvas-video hls-video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media only screen and (min-width: 992px) {
  .offcanvas-video video, .offcanvas-video hls-video {
    height: auto;
    aspect-ratio: 1920/1080;
  }
}

.customcursor {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  z-index: 3;
  width: 6px;
  height: 6px;
}
.customcursor.active {
  opacity: 1;
  visibility: visible;
}
.customcursor::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0px 0px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s;
  backdrop-filter: blur(20px);
}
.customcursor__intra {
  position: absolute;
  width: 37px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.customcursor__icon {
  width: 37px;
  height: 37px;
  margin: 0 auto;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-play.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-play.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.7);
}
.labelonly .customcursor__icon {
  display: none;
}

html:not(.touchevents) body .video-wrapper a.button-video {
  cursor: none;
}
@media only screen and (max-width: 991px) {
  html:not(.touchevents) body .video-wrapper a.button-video {
    background: none;
    transform: none;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  html:not(.touchevents) body .video-wrapper a.button-video span {
    display: none;
  }
}

/*body {
	a[data-fancybox] {
		cursor: pointer;
	}

    .video-wrapper a.button-video {
        background: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
        z-index: 6;

        span {
            display: none;
        }
    }
}

body:not(.touchevents) {
    .customcursorlink, [data-customcursorlabel], a[data-fancybox] {
        cursor: none;
    }
    .video-wrapper a.button-video {

        @include device_992_min {
            cursor: none;
        }
    }
}*/
.layout1 {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .layout1 {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .layout1 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .layout1 {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .layout1 {
    align-items: stretch;
    align-content: flex-start;
    row-gap: 0px;
  }
}
.layout1__media1 {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 128%;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .layout1__media1 {
    grid-column-start: 1;
    grid-column-end: span 7;
    grid-row-start: 1;
    grid-row-end: span 1;
    padding-top: 0px;
  }
}
.layout1__media1.revealOnScroll {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.layout1__media1.revealOnScroll.reveal {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}
.layout1__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.layout1__media img, .layout1__media video, .layout1__media iframe, .layout1__media hls-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.layout1__containTx {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: flex-start;
  column-gap: 16px;
  row-gap: 16px;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .layout1__containTx {
    column-gap: 24px;
    row-gap: 0px;
    grid-template-columns: repeat(7, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .layout1__containTx {
    grid-column-start: 7;
    grid-column-end: span 7;
    grid-row-start: 1;
    grid-row-end: span 1;
    padding: 160px 0px 260px;
    display: grid;
  }
}
.layout1__subtitle {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .layout1__subtitle {
    grid-column-start: 3;
    grid-column-end: span 5;
  }
}
.revealOnScroll .layout1__subtitle {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout1__subtitle {
  transform: none;
}
@media only screen and (min-width: 992px) {
  .layout1__title {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
.layout1__title em, .layout1__title i {
  display: block;
}
@media only screen and (min-width: 992px) {
  .layout1__title em, .layout1__title i {
    padding-left: 28.57%;
  }
}
.revealOnScroll .layout1__title {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout1__title {
  transform: none;
}
.layout1__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .layout1__text {
    padding-top: 128px;
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.revealOnScroll .layout1__text {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout1__text {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .layout1__buttons {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.revealOnScroll .layout1__buttons {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout1__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.layout1__logo {
  display: none;
  position: relative;
  z-index: 3;
  background-color: #F8F5F3;
  align-self: flex-start;
}
@media only screen and (min-width: 992px) {
  .layout1__logo {
    display: block;
    grid-column-start: 7;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    margin-top: -80px;
  }
}
.layout1__logo a {
  display: none;
}
.layout1__logo img, .layout1__logo picture, .layout1__logo svg, .layout1__logo video, .layout1__logo hls-video {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
}
.layout1__media2 {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  /*margin-top: $space-var-mobile;
  margin-top: calc(60px - 16px);*/
  padding-top: 79%;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 992px) {
  .layout1__media2 {
    grid-column-start: 7;
    grid-column-end: span 6;
    grid-row-start: 2;
    grid-row-end: span 1;
    margin-top: -80px;
    display: block;
    box-shadow: 0px 80px 250px 0px rgba(96, 157, 159, 0.25);
  }
  .layout1__logo + .layout1__media2 {
    grid-column-start: 8;
    grid-column-end: span 6;
    padding-top: 63%;
  }
}
.layout1__media2.revealOnScroll .layout1__media {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.layout1__media2.revealOnScroll.reveal .layout1__media {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}

.layoutintro {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .layoutintro {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .layoutintro {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .layoutintro {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .layoutintro {
    align-items: stretch;
    align-content: flex-start;
  }
}
.layoutintro__containImg {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: flex-start;
  column-gap: 16px;
  row-gap: 16px;
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-template-columns: repeat(6, minmax(0px, 1fr));
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .layoutintro__containImg {
    column-gap: 24px;
    row-gap: 0px;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .layoutintro__containImg {
    order: 2;
    grid-column-start: 8;
    grid-column-end: span 6;
  }
}
.layoutintro__containImg img, .layoutintro__containImg video, .layoutintro__containImg iframe, .layoutintro__containImg hls-video {
  aspect-ratio: calc(392 / 640);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
.layoutintro__media1 {
  grid-column-start: 1;
  grid-column-end: span 3;
}
.revealOnScroll .layoutintro__media1 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.revealOnScroll.reveal .layoutintro__media1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}
.layoutintro__media2 {
  grid-column-start: 4;
  grid-column-end: span 3;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .layoutintro__media2 {
    margin-top: 40px;
  }
}
.revealOnScroll .layoutintro__media2 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.revealOnScroll.reveal .layoutintro__media2 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.55s, opacity 0.3s, visibility 0.3s;
}
.layoutintro__containTx {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: flex-start;
  column-gap: 16px;
  row-gap: 16px;
  display: block;
  z-index: 1;
  align-content: flex-start;
}
@media only screen and (min-width: 992px) {
  .layoutintro__containTx {
    column-gap: 24px;
    row-gap: 0px;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .layoutintro__containTx {
    grid-column-start: 2;
    grid-column-end: span 6;
    display: grid;
    order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .layoutintro__containTx {
    grid-column-start: 2;
    grid-column-end: span 5;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
}
.layoutintro__subtitle {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .layoutintro__subtitle {
    grid-column-start: 2;
    grid-column-end: span 4;
  }
}
.revealOnScroll .layoutintro__subtitle {
  transform: translateY(150px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layoutintro__subtitle {
  transform: none;
}
@media only screen and (min-width: 992px) {
  .layoutintro__title {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 1440px) {
  .layoutintro__title {
    grid-column-start: 1;
    grid-column-end: span 6;
  }
}
.revealOnScroll .layoutintro__title {
  transform: translateY(150px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layoutintro__title {
  transform: none;
}
.layoutintro__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .layoutintro__text {
    padding-top: 32px;
    grid-column-start: 2;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1440px) {
  .layoutintro__text {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
.revealOnScroll .layoutintro__text {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layoutintro__text {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .layoutintro__buttons {
    grid-column-start: 2;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1440px) {
  .layoutintro__buttons {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
.revealOnScroll .layoutintro__buttons {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll .layoutintro__buttons {
    transform: translateY(300px);
  }
}
.revealOnScroll.reveal .layoutintro__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll.reveal .layoutintro__buttons {
    transform: none;
  }
}
.layoutintro__extra {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .layoutintro__extra {
    padding-top: 32px;
    grid-column-start: 2;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1440px) {
  .layoutintro__extra {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
.layoutintro__extra #social-menu {
  justify-content: flex-start;
}
.revealOnScroll .layoutintro__extra {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.revealOnScroll.reveal .layoutintro__extra {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.45s, opacity 0.3s, visibility 0.3s;
}

.layout2 {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .layout2 {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .layout2 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .layout2 {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .layout2 {
    align-items: stretch;
    align-content: flex-start;
    row-gap: 0px;
  }
}
.layout2__containTitle {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  text-align: center;
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .layout2__containTitle {
    padding-bottom: 108px;
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.layout2__subtitle {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .layout2__subtitle {
    grid-column-start: 3;
    grid-column-end: span 5;
  }
}
.revealOnScroll .layout2__subtitle {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout2__subtitle {
  transform: none;
}
.revealOnScroll .layout2__title {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout2__title {
  transform: none;
}
.layout2__media1 {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 128%;
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .layout2__media1 {
    grid-column-start: 1;
    grid-column-end: span 8;
    padding-top: 0;
  }
}
.layout2__media1.revealOnScroll {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.layout2__media1.revealOnScroll.reveal {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}
.layout2__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.layout2__media img, .layout2__media video, .layout2__media iframe, .layout2__media hls-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.layout2__containTx {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: block;
  z-index: 1;
  margin-bottom: 60px;
  margin-bottom: calc(60px - 16px);
}
@media only screen and (min-width: 992px) {
  .layout2__containTx {
    grid-column-start: 10;
    grid-column-end: span 4;
    padding: 48px 0px 42vh;
    display: grid;
  }
}
.layout2__containTx:last-child {
  margin-bottom: 0px;
}
.revealOnScroll .layout2__text {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout2__text {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.revealOnScroll .layout2__buttons {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout2__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.layout2__logo {
  display: none;
  position: relative;
  z-index: 3;
  background-color: #F8F5F3;
  align-self: flex-start;
}
@media only screen and (min-width: 992px) {
  .layout2__logo {
    display: block;
    grid-column-start: 7;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    margin-top: -80px;
  }
}
.layout2__logo img, .layout2__logo picture, .layout2__logo svg, .layout2__logo video, .layout2__logo hls-video {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
}
.layout2__media2 {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 79%;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .layout2__media2 {
    grid-column-start: 8;
    grid-column-end: span 6;
    margin-top: -33vh;
    box-shadow: 0px 80px 250px 0px rgba(96, 157, 159, 0.25);
  }
}
.layout2__media2.revealOnScroll .layout2__media {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.layout2__media2.revealOnScroll.reveal .layout2__media {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}

.seasonpanels {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .seasonpanels {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .seasonpanels {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .seasonpanels {
    padding-top: 16px;
  }
}
.seasonpanels__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .seasonpanels__container {
    grid-column-start: 2;
    grid-column-end: span 12;
    margin: 0px -12px;
    margin: 0 calc(-1 * 24px / 2);
  }
}

.seasonpanel__thumb {
  flex: 1 1 100%;
  padding: 0px 0px 24px;
  color: #FFF;
  display: none;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb {
    flex: 0 0 50%;
    padding: 0px 12px 24px;
    padding: 0px calc(24px / 2) 24px;
  }
}
.seasonpanel__thumb.displayed {
  display: block;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb--odd {
    margin-top: -112px;
  }
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb--first {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb--second {
    margin-top: 112px;
  }
}
.seasonpanel__thumb__intra {
  position: relative;
  min-height: 300px;
  height: 42vh;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb__intra {
    min-height: 400px;
    height: 74vh;
  }
}
.seasonpanel__thumb__intra::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}
html:not(.touchevents) .seasonpanel__thumb__intra:hover .seasonpanel__thumb__media, html:not(.touchevents) .seasonpanel__thumb__intra:focus-visible .seasonpanel__thumb__media {
  transform: scale(1.1);
}
.seasonpanel__thumb__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease-out;
}
.seasonpanel__thumb__media img, .seasonpanel__thumb__media picture, .seasonpanel__thumb__media svg, .seasonpanel__thumb__media video, .seasonpanel__thumb__media hls-video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.seasonpanel__thumb__titles {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb__titles {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.seasonpanel__thumb__subtitle, .seasonpanel__thumb__subtitle * {
  font-family: "freight-big-pro", serif;
  font-size: 1.375rem;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb__subtitle, .seasonpanel__thumb__subtitle * {
    font-size: 2.5rem;
  }
}
.seasonpanel__thumb__title, .seasonpanel__thumb__title * {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__thumb__title, .seasonpanel__thumb__title * {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.seasonpanel__thumb__url {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.seasonpanel__panel {
  position: relative;
  min-height: 100%;
  z-index: 2;
}
.seasonpanel__panel__grid {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding: 64px 0;
  row-gap: 0px;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__grid {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__grid {
    padding: 160px 0;
    row-gap: 0px;
  }
}
.seasonpanel__panel__subtitle {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__subtitle {
    grid-column-start: 4;
    grid-column-end: span 9;
  }
}
.seasonpanel__panel__subtitle *, .seasonpanel__panel__subtitle .kwpb-wysiwig p, .seasonpanel__panel__subtitle .offcanvas.type-diadaopopup .sdk-popup__text p, .offcanvas.type-diadaopopup .seasonpanel__panel__subtitle .sdk-popup__text p {
  margin: 0;
}
.seasonpanel__panel__title {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__title {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.seasonpanel__panel__title * {
  margin: 0;
}
.seasonpanel__panel__text {
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__text {
    grid-column-start: 4;
    grid-column-end: span 9;
  }
}
.seasonpanel__panel__buttons {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__buttons {
    grid-column-start: 4;
    grid-column-end: span 9;
  }
}
.seasonpanel__panel__medias {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__medias {
    display: grid;
    grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 0px;
    grid-column-start: 1;
    grid-column-end: span 14;
    padding-top: 32px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .seasonpanel__panel__medias {
    column-gap: 24px;
    row-gap: 0px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
.seasonpanel__panel__medias__media {
  position: relative;
}
.seasonpanel__panel__medias__media img, .seasonpanel__panel__medias__media video, .seasonpanel__panel__medias__media iframe, .seasonpanel__panel__medias__media hls-video {
  aspect-ratio: calc(328 / 328);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__medias__media img, .seasonpanel__panel__medias__media video, .seasonpanel__panel__medias__media iframe, .seasonpanel__panel__medias__media hls-video {
    aspect-ratio: auto;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+1) {
    grid-column-start: 3;
    grid-column-end: 11;
    height: 33vw;
    margin-top: 96px;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+1):last-child {
    grid-column-end: 15;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+2) {
    grid-column-start: 11;
    grid-column-end: 14;
    height: 33vw;
    margin-top: 136px;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+3) {
    grid-column-start: 1;
    grid-column-end: 5;
    aspect-ratio: 359/333;
    margin-top: 160px;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+4) {
    grid-column-start: 5;
    grid-column-end: 9;
    aspect-ratio: 359/333;
    margin-top: 200px;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+5) {
    grid-column-start: 9;
    grid-column-end: 13;
    aspect-ratio: 359/333;
    margin-top: 160px;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+6) {
    grid-column-start: 3;
    grid-column-end: 11;
    height: 24vw;
    margin-top: 60px;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+6):last-child {
    grid-column-end: 15;
    height: 33vw;
  }
  .seasonpanel__panel__medias__media:nth-child(7n+7) {
    grid-column-start: 11;
    grid-column-end: 15;
    height: 24vw;
    margin-top: 100px;
  }
}
.seasonpanel__panel__test {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .seasonpanel__panel__test {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}

.layout3 {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  /*@include device_992_min {
      align-items: stretch;
      align-content: flex-start;
      row-gap: 0px;
  }*/
}
@media only screen and (min-width: 992px) {
  .layout3 {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .layout3 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .layout3 {
    padding-top: 16px;
  }
}
.layout3__containTx {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .layout3__containTx {
    padding-bottom: 108px;
    grid-column-start: 3;
    grid-column-end: span 10;
    padding: 0px 4vw;
  }
}
.revealOnScroll .layout3__subtitle, .revealOnScroll .layout3__title, .revealOnScroll .layout3__text, .revealOnScroll .layout3__buttons {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .layout3__subtitle, .revealOnScroll.reveal .layout3__title, .revealOnScroll.reveal .layout3__text, .revealOnScroll.reveal .layout3__buttons {
  transform: none;
}
.layout3__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .layout3__text {
    padding-top: 32px;
  }
}
.layout3__text:first-child {
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  .layout3__text:first-child {
    padding-top: 0px;
  }
}

.roomslist {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .roomslist {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .roomslist {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .roomslist {
    padding-top: 16px;
  }
}
.roomslist__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .roomslist__grid {
    grid-column-start: 2;
    grid-column-end: span 12;
    margin: 0px -12px;
    margin: 0 calc(-1 * 24px / 2);
    row-gap: 24px;
  }
}
.roomslist__slide {
  flex: 0 0 100%;
}
@media only screen and (min-width: 992px) {
  .roomslist__slide {
    flex: 1 1 50%;
  }
}
.roomslist__slide__intra {
  position: relative;
  width: auto;
  min-height: 300px;
  height: 42vh;
  overflow: hidden;
  color: #FFF;
}
@media only screen and (min-width: 992px) {
  .roomslist__slide__intra {
    height: 600px;
    margin: 0px 12px;
    margin: 0 calc(24px / 2);
  }
}
.roomslist__slide__intra::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}
html:not(.touchevents) .roomslist__slide__intra:hover .carousselrooms__slide__media--1, html:not(.touchevents) .roomslist__slide__intra:focus-visible .carousselrooms__slide__media--1 {
  opacity: 1;
  visibility: visible;
}

#diadao-room-categories-iframe {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #diadao-room-categories-iframe {
    width: auto;
  }
}
#diadao-room-categories-iframe .offcanvas-body {
  background-color: grey;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #diadao-room-categories-iframe .offcanvas-body {
    width: 90vw;
    max-width: 1600px;
  }
}

.roomcategoriespanel {
  position: relative;
  width: 100%;
  min-height: 100%;
  flex-direction: column-reverse;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: #FAFCFF;
}
@media only screen and (min-width: 992px) {
  .roomcategoriespanel {
    flex-direction: column;
  }
}
.roomcategoriespanel__sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: #FFF;
  z-index: 4;
}
@media only screen and (min-width: 992px) {
  .roomcategoriespanel__sticky {
    top: 0;
    padding: 24px 116px 24px 24px;
    flex-direction: row-reverse;
    z-index: 2;
  }
}
.roomcategoriespanel__qs {
  flex: 0 0 100%;
}
@media only screen and (min-width: 992px) {
  .roomcategoriespanel__qs {
    flex: 0 0 537px;
    margin-left: 24px;
  }
}
.roomcategoriespanel__pills__swiper {
  margin: 0;
  flex: 0 0 100%;
  padding: 16px 16px 24px;
}
@media only screen and (min-width: 992px) {
  .roomcategoriespanel__pills__swiper {
    flex: 1 1 0px;
    padding: 0;
  }
}
@media only screen and (min-width: 1640px) {
  .roomcategoriespanel__pills__swiper {
    padding-left: 92px;
  }
}
.roomcategoriespanel__pills__slide {
  width: auto;
}
.roomcategoriespanel__pills__pill {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1em;
  min-height: 40px;
  padding: 5px 8px;
  background-color: rgba(218, 234, 240, 0.3);
  border: 1px solid transparent;
  transition: border 0.3s, color 0.3s, background 0.3s;
  border-radius: 3px;
  cursor: pointer;
  flex-direction: column;
  gap: 8px;
}
.roomcategoriespanel__pills__pill span.area {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .roomcategoriespanel__pills__pill {
    top: 0;
    padding: 5px 32px;
    min-height: 80px;
    font-size: 1rem;
    letter-spacing: -0.03em;
    border-radius: 4px;
  }
}
.roomcategoriespanel__pills__pill.active {
  color: #AD172B;
  border-color: #B6D0DA;
  background-color: #EEF3F8;
}
html:not(.touchevents) .roomcategoriespanel__pills__pill:hover, html:not(.touchevents) .roomcategoriespanel__pills__pill:focus-visible {
  color: #AD172B;
  border-color: #B6D0DA;
  background-color: #EEF3F8;
}
.roomcategoriespanel__tabcontent {
  position: relative;
  margin-bottom: auto;
  padding: 16px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .roomcategoriespanel__tabcontent {
    padding: 62px 24px;
  }
}
@media only screen and (min-width: 1640px) {
  .roomcategoriespanel__tabcontent {
    padding: 62px 116px;
  }
}

.roomthumb {
  position: relative;
  background-color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .roomthumb {
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.roomthumb:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .roomthumb:last-child {
    margin-bottom: 0px;
  }
}
html:not(.touchevents) .roomthumb:hover .roomthumb__media img, html:not(.touchevents) .roomthumb:hover .roomthumb__media picture, html:not(.touchevents) .roomthumb:hover .roomthumb__media svg, html:not(.touchevents) .roomthumb:hover .roomthumb__media video, html:not(.touchevents) .roomthumb:hover .roomthumb__media hls-video, html:not(.touchevents) .roomthumb:focus-visible .roomthumb__media img, html:not(.touchevents) .roomthumb:focus-visible .roomthumb__media picture, html:not(.touchevents) .roomthumb:focus-visible .roomthumb__media svg, html:not(.touchevents) .roomthumb:focus-visible .roomthumb__media video, html:not(.touchevents) .roomthumb:focus-visible .roomthumb__media hls-video {
  transform: scale(1.1);
}
.roomthumb__globallink {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.roomthumb__media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: filter 0.2s;
}
.roomthumb__media img, .roomthumb__media video, .roomthumb__media iframe, .roomthumb__media hls-video {
  aspect-ratio: calc(328 / 260);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
.roomthumb__media img, .roomthumb__media picture, .roomthumb__media svg, .roomthumb__media video, .roomthumb__media hls-video {
  transition: transform 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .roomthumb__media {
    flex: 0 0 50%;
    width: 50%;
    align-self: stretch;
    min-height: 40vh;
  }
  .roomthumb__media img, .roomthumb__media video, .roomthumb__media iframe, .roomthumb__media hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (min-width: 1440px) {
  .roomthumb__media {
    flex: 0 0 56%;
    width: 56%;
  }
}
[room-availability="0"] .roomthumb__media {
  filter: saturate(0);
}
.roomthumb__infos {
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .roomthumb__infos {
    padding: 32px;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .roomthumb__infos {
    padding: 32px 72px;
    flex: 0 0 44%;
    width: 44%;
  }
}
.roomthumb__title {
  font-family: "freight-big-pro", serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .roomthumb__title {
    font-size: 3.5rem;
    line-height: 3rem;
    padding-bottom: 16px;
  }
}
.roomthumb__features {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  letter-spacing: -0.03em;
  padding-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .roomthumb__features {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-bottom: 40px;
  }
}
.roomthumb__features li {
  display: inline;
}
@media only screen and (min-width: 992px) {
  .roomthumb__features li {
    display: block;
    padding: 4px 0;
  }
  .roomthumb__features li::after {
    display: none;
  }
}
.roomthumb__features li::after {
  content: "•";
  margin: 0px 0.35em;
}
.roomthumb__features li:last-child::after {
  display: none;
}
.roomthumb__link {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 36px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .roomthumb__link {
    display: inline-flex;
  }
}

.roomslist.serviceslist .roomslist__slide__intra:after {
  content: none;
}
.roomslist.serviceslist .roomslist__slide__intra:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}
.roomslist.serviceslist .roomslist__slide__intra a[data-sdkbs-toggle=offcanvas] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  text-decoration: none;
  background: none;
  border: none;
  z-index: 10;
}
.roomslist.serviceslist .roomslist__slide__intra a[data-sdkbs-toggle=offcanvas]:hover, .roomslist.serviceslist .roomslist__slide__intra a[data-sdkbs-toggle=offcanvas]:active, .roomslist.serviceslist .roomslist__slide__intra a[data-sdkbs-toggle=offcanvas]:focus {
  outline: none;
  text-decoration: none;
  background: none;
  border: none;
  z-index: 10;
}

.offcanvas-services {
  background: white;
}
@media only screen and (min-width: 992px) {
  .offcanvas-services .layout2 .layout2__containTx {
    grid-column-start: 3;
    grid-column-end: span 10;
    padding: 48px 0px 48px;
  }
}
.offcanvas-services .layout2 .layout2__mediaBig {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .offcanvas-services .layout2 .layout2__mediaBig {
    padding: 0px;
  }
}
.offcanvas-services .layout2 .layout2__mediaBig img {
  width: 100%;
  height: auto;
  aspect-ratio: 47/31;
  object-fit: cover;
  object-position: center;
  max-height: 70vh;
}

.slider_offres {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .slider_offres {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .slider_offres {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .slider_offres {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .slider_offres {
    align-items: center;
    align-content: flex-start;
    row-gap: 80px;
  }
}
.slider_offres__part1 {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .slider_offres__part1 {
    grid-column-start: 2;
    grid-column-end: span 9;
  }
}
.revealOnScroll .slider_offres__subtitle, .revealOnScroll .slider_offres__title, .revealOnScroll .slider_offres__text, .revealOnScroll .slider_offres__buttons {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .slider_offres__subtitle, .revealOnScroll.reveal .slider_offres__title, .revealOnScroll.reveal .slider_offres__text, .revealOnScroll.reveal .slider_offres__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll.reveal .slider_offres__subtitle, .revealOnScroll.reveal .slider_offres__title, .revealOnScroll.reveal .slider_offres__text, .revealOnScroll.reveal .slider_offres__buttons {
    transform: none;
  }
}
.slider_offres__text {
  padding-top: 16px;
}
.slider_offres__part2 {
  grid-column-start: 2;
  grid-column-end: span 6;
  order: 2;
}
@media only screen and (min-width: 992px) {
  .slider_offres__part2 {
    grid-column-start: 11;
    grid-column-end: span 3;
    text-align: right;
    order: unset;
  }
}
.slider_offres__containswipers {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  margin-top: 60px;
  margin-top: calc(60px - 16px);
}
@media only screen and (min-width: 992px) {
  .slider_offres__containswipers {
    grid-column-start: 2;
    grid-column-end: span 12;
    margin-top: 0;
  }
}
.slider_offres__error {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .slider_offres__error {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.slider_offres__error p {
  margin: 0;
}
.slider_offres__swiper {
  overflow: visible;
}
.slider_offres__slide {
  width: 300px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .slider_offres__slide {
    width: 531px;
  }
}
.slider_offres__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
@media only screen and (min-width: 992px) {
  .slider_offres__navigation {
    margin-top: 79px;
  }
}
.touchevents .slider_offres__navigation {
  display: none;
}
.slider_offres__navigation .swiper-pagination-horizontal.swiper-pagination-bullets {
  padding: 0px 18px;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .slider_offres__navigation .swiper-pagination-horizontal.swiper-pagination-bullets {
    padding: 0px 36px;
  }
}
.slider_offres__navigation .swiper-pagination-horizontal.swiper-pagination-bullets::before {
  display: none;
}
.slider_offres__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 88px;
}
.slider_offres__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 88px;
}
.slider_offres__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #000;
}
.slider_offres__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  background: rgba(0, 0, 0, 0.16);
}
.slider_offres__arrow {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.slider_offres__arrow::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 12px;
  left: 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-left.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-left.svg");
  background-color: #000;
}
.slider_offres__arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.slider_offres__next::before {
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.svg");
}

.areas-slideshow {
  position: relative;
}
.areas-slideshow__container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .areas-slideshow__container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .areas-slideshow__container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .areas-slideshow__container {
    padding-top: 16px;
  }
}
.areas-slideshow__title {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .areas-slideshow__title {
    text-align: center;
  }
}
.areas-slideshow__buttons {
  grid-column-start: 2;
  grid-column-end: span 12;
}
@media only screen and (min-width: 992px) {
  .areas-slideshow__buttons {
    justify-content: center;
  }
}
.areas-slideshow .v-areas {
  grid-column-start: 1;
  grid-column-end: span 14;
}
.areas-slideshow .v-areas .kwpb-swiper-module {
  border-radius: 0;
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-inline: 40px;
}
@media only screen and (min-width: 992px) {
  .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container {
    padding-inline: calc(80px - 108px + 24px);
  }
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper {
  z-index: inherit;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper {
    width: auto;
  }
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(50% - 24px);
  }
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media img, .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media video, .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media iframe, .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media hls-video {
  aspect-ratio: calc(3 / 2);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
@media only screen and (min-width: 992px) {
  .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media img, .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media video, .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media iframe, .areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide .thumb-media hls-video {
    aspect-ratio: calc(16 / 9);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
  }
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: var(--diadao-button-close-height);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-navigation {
  position: absolute;
  width: 100%;
  top: 0;
  display: block;
  height: var(--diadao-button-close-height);
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev,
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next {
  top: 0;
  margin: 0;
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-prev {
  left: 0;
  transform: translateX(-200%);
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-navigation .swiper-button-next {
  right: 0;
  transform: translateX(200%);
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets {
  text-align: center;
  padding: 0;
  bottom: initial;
  top: initial;
  left: initial;
  width: auto;
  position: relative;
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.32;
  background-color: #273582;
}
.areas-slideshow .v-areas .kwpb-swiper-module .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #273582;
}

.offerlist {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .offerlist {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .offerlist {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .offerlist {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .offerlist {
    align-items: stretch;
    align-content: flex-start;
    row-gap: 0px;
  }
}
.offerlist__filters {
  position: sticky;
  top: 0;
  padding: 10px 16px;
  margin: 0px -16px;
  z-index: 5;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .offerlist__filters {
    margin: 0;
    top: 112px;
    grid-column-start: 1;
    grid-column-end: span 14;
  }
}
.offerlist__filters.sticked {
  background-color: #FFF;
}
.offerlist__list {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 640px) {
  .offerlist__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -8px -16px;
  }
}
@media only screen and (min-width: 992px) {
  .offerlist__list {
    grid-column-start: 2;
    grid-column-end: span 12;
    margin: 48px -12px -24px;
  }
}
.offerlist__block {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .offerlist__block {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 992px) {
  .offerlist__block {
    margin-bottom: 24px;
  }
}
.offerlist__block.hiddenblock {
  display: none;
}
@media only screen and (min-width: 640px) {
  .offerlist__block .thumboffer__intra {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 992px) {
  .offerlist__block .thumboffer__intra {
    margin: 0 12px;
    height: 74vh;
  }
}

.thumboffer {
  position: relative;
}
.thumboffer__intra {
  position: relative;
  height: 480px;
  overflow: hidden;
  color: #FFF;
}
@media only screen and (min-width: 992px) {
  .thumboffer__intra {
    min-height: 480px;
    height: 71vh;
  }
}
.thumboffer__intra::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}
.thumboffer__url {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
.thumboffer__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.thumboffer__media img, .thumboffer__media svg, .thumboffer__media picture, .thumboffer__media video, .thumboffer__media hls-video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.3s;
}
.thumboffer__infos {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .thumboffer__infos {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.thumboffer__category {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .thumboffer__category {
    font-size: 1rem;
    line-height: 1.75rem;
    padding-bottom: 16px;
  }
}
.thumboffer__title {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .thumboffer__title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.thumboffer__price {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
}
@media only screen and (min-width: 992px) {
  .thumboffer__price {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-top: 16px;
  }
}
.thumboffer__price .old-price {
  opacity: 0.7;
}

.v-area {
  border-radius: 0px;
  overflow: hidden;
  height: 100%;
}
.v-area-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.v-area .thumb-media {
  position: relative;
}
.v-area .thumb-media img, .v-area .thumb-media video, .v-area .thumb-media iframe, .v-area .thumb-media hls-video {
  aspect-ratio: calc(1 / 1);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0rem;
}
.v-area .thumb-media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(100% 100% at 0% 100%, rgba(31, 31, 31, 0.4) 0%, rgba(31, 31, 31, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 640px) {
  .v-area .thumb-media img, .v-area .thumb-media video, .v-area .thumb-media iframe, .v-area .thumb-media hls-video {
    aspect-ratio: calc(3 / 2);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
@media only screen and (min-width: 992px) {
  .v-area .thumb-media img, .v-area .thumb-media video, .v-area .thumb-media iframe, .v-area .thumb-media hls-video {
    aspect-ratio: calc(2 / 1);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0rem;
  }
}
.v-area .thumb-media img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: transform 1s ease-in-out;
}
.v-area .thumb-infos {
  flex-grow: 1;
  background-color: #FFF;
  padding: 24px 16px;
}
@media only screen and (min-width: 992px) {
  .v-area .thumb-infos {
    padding: 40px 24px;
  }
}
.v-area .thumb-infos__title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-area .thumb-infos__size {
  margin-top: 0.625rem;
}
.v-area .thumb-infos__areas {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.v-area .thumb-infos__area {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding: 16px;
  background-color: #FFF;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .v-area .thumb-infos__area {
    width: calc((100% - 8px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  .v-area .thumb-infos__area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    padding: 16px 32px;
  }
}
.v-area .thumb-infos__picto {
  line-height: 0;
}
.v-area .thumb-infos__picto svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .v-area .thumb-infos__picto {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .v-area .thumb-infos__picto {
    width: auto;
  }
  .v-area .thumb-infos__picto svg {
    width: inherit;
    height: inherit;
  }
}
.v-area .thumb-infos__text {
  flex-shrink: 0;
}
.v-area .thumb-url {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.offcanvas.type-offer {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-offer {
    width: 90%;
    max-width: 1600px;
  }
}
.offcanvas.type-offer .offcanvas-body {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-offer .offcanvas-body {
    width: 100%;
    max-width: none;
  }
}

.offer-panel {
  position: relative;
  min-height: 100%;
}
.offer-panel__grid {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  align-items: flex-start;
  padding: 64px 0 0px;
  row-gap: 0px;
}
@media only screen and (min-width: 992px) {
  .offer-panel__grid {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .offer-panel__grid {
    padding: 80px 0;
    row-gap: 0px;
    align-items: flex-start;
  }
}
.offer-panel__part1 {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .offer-panel__part1 {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 1440px) {
  .offer-panel__part1 {
    grid-column-start: 2;
    grid-column-end: span 9;
  }
}
.offer-panel__part1.solo {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .offer-panel__part1.solo {
    grid-column-start: 2;
    grid-column-end: span 12;
    padding-bottom: 0px;
  }
}
.offer-panel__slideshow {
  margin: 0 -16px 32px;
}
.offer-panel__slideshow img, .offer-panel__slideshow video, .offer-panel__slideshow iframe, .offer-panel__slideshow hls-video {
  aspect-ratio: calc(360 / 205);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .offer-panel__slideshow {
    margin: 0px 0px 120px;
  }
  .offer-panel__slideshow img, .offer-panel__slideshow video, .offer-panel__slideshow iframe, .offer-panel__slideshow hls-video {
    aspect-ratio: calc(1020 / 600);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
  .offer-panel__slideshow img, .offer-panel__slideshow picture, .offer-panel__slideshow video, .offer-panel__slideshow hls-video, .offer-panel__slideshow svg {
    max-height: 65vh;
  }
}
.offer-panel__slideshow .swiper-button-prev, .offer-panel__slideshow .swiper-button-next {
  display: none;
}
.offer-panel__text {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .offer-panel__text {
    padding-right: 10.4vw;
  }
}
.offer-panel__part2 {
  grid-column-start: 1;
  grid-column-end: span 8;
  margin-top: 42px;
  padding: 16px 16px;
  background-color: #FFF;
}
@media only screen and (min-width: 992px) {
  .offer-panel__part2 {
    grid-column-start: 2;
    grid-column-end: span 12;
    border-radius: 10px;
    padding: 48px 32px 32px;
  }
}
@media only screen and (min-width: 1440px) {
  .offer-panel__part2 {
    position: sticky;
    top: 80px;
    grid-column-start: 11;
    grid-column-end: span 3;
    margin: 0;
  }
}
.offer-panel__part2__title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .offer-panel__part2__title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.offer-panel__phone {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .offer-panel__phone {
    padding-top: 24px;
  }
}
.offer-panel__phone a {
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}
@media only screen and (min-width: 1440px) {
  .offer-panel__phone span {
    display: block;
  }
}
.offer-panel__button {
  padding-top: 16px;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .offer-panel__button {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .offer-panel__button a {
    flex: 1 1 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .offer-panel__button a {
    flex: 1 1 100%;
  }
}
.offer-panel__text2 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  margin-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .offer-panel__text2 {
    margin-top: 24px;
    padding-top: 24px;
    font-size: 1rem;
  }
}

:root {
  --diadao-qs-loading-svg-size: 40px;
  --diadao-hsc-booking-panel-loading-height: 522px;
  --diadao-hsc-booking-panel-loading-visibility: visible;
  --diadao-hsc-booking-panel-border-radius: 4px;
  --diadao-hsc-sticky-room-desktop-single-loading-height: 480px;
  --diadao-hsc-sticky-room-desktop-single-loading-visibility: visible;
  --diadao-hsc-sticky-room-desktop-loading-height: 120px;
  --diadao-hsc-sticky-room-desktop-loading-visibility: hidden;
  --diadao-qs-loading-svg: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-021-sdktemplate/assets/images/hsc/spinner-qs.svg");
  --diadao-booking-panel-loading-svg: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-021-sdktemplate/assets/images/hsc/spinner-qs.svg");
  --diadao-room-detail-panel-loading-svg: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-021-sdktemplate/assets/images/hsc/spinner-qs.svg");
  --diadao-smartgallery-overlay-bg: #FFF;
  --diadao-hsc-calendars-cell-selected-bgcolor: #8F1122;
  --diadao-hsc-calendars-cell-range-bgcolor: #8F1122;
  --diadao-hsc-sticky-shadow: none;
  --diadao-hsc-loader-size: 38px;
  --diadao-hsc-loader-left: 50%;
  --diadao-hsc-loader-top: 50%;
  --diadao-hsc-loader-transform: translateX(-50%) translateY(-50%);
  --diadao-hsc-loader-booking-left: 50%;
  --diadao-hsc-loader-booking-top: 38px;
  --diadao-hsc-loader-booking-transform: translateX(-50%);
  --diadao-hsc-loader-bestprice-left: 0;
  --diadao-hsc-loader-bestprice-top: 0;
  --diadao-hsc-loader-bestprice-transform: none;
  --diadao-hsc-loader-bestprice-right: 0px;
  --diadao-hsc-loader-sticky-room-desktop-single-position: absolute;
  --diadao-hsc-loader-sticky-room-desktop-single-left: 50%;
  --diadao-hsc-loader-sticky-room-desktop-single-top: 50%;
  --diadao-hsc-loader-sticky-room-desktop-single-transform: translateX(-50%) translateY(-50%);
  --diadao-hsc-buttons-toggle-radius: 16px;
  --diadao-hsc-buttons-toggle-width: 32px;
  --diadao-hsc-buttons-toggle-height: 32px;
  --diadao-hsc-buttons-toggle-line-height: 32px;
  --diadao-hsc-buttons-toggle-line-height-minus: 30px;
  --diadao-hsc-buttons-toggle-font-size: 20px;
  --diadao-hsc-booking-button-book-max-width: 100%;
  --diadao-hsc-booking-button-book-display: inline-flex;
  --diadao-hsc-booking-button-book-width: 180px;
  --diadao-hsc-booking-button-book-min-width: auto;
  --diadao-hsc-booking-button-book-margin-left: 0px;
  --diadao-hsc-booking-button-book-margin-right: 0px;
  --diadao-hsc-booking-button-none-width: 100%;
  --diadao-hsc-booking-button-none-display: inline-flex;
  --diadao-hsc-booking-button-none-max-width: 240px;
  --diadao-hsc-booking-button-none-min-width: auto;
  --diadao-hsc-booking-button-none-margin-left: 0px;
  --diadao-hsc-booking-button-none-margin-right: 0px;
  --diadao-hsc-booking-button-none-padding-left: 14px;
  --diadao-hsc-booking-button-none-padding-right: 14px;
  --diadao-hsc-booking-none-wrapper-display: flex;
  --diadao-hsc-booking-none-wrapper-flex-wrap: nowrap;
  --diadao-hsc-booking-none-wrapper-align-items: center;
  --diadao-hsc-booking-none-wrapper-justify-content: flex-start;
  --diadao-hsc-booking-none-wrapper-text-align: left;
  --diadao-hsc-booking-none-wrapper-button-display: flex;
  --diadao-hsc-booking-none-wrapper-button-flex-wrap: nowrap;
  --diadao-hsc-booking-none-wrapper-button-align-items: center;
  --diadao-hsc-booking-none-wrapper-button-justify-content: flex-start;
  --diadao-hsc-booking-none-wrapper-button-text-align: left;
  --diadao-hsc-booking-none-wrapper-button-margin-top: 0px;
  --diadao-hsc-popup-title-text-transform: initial;
  --diadao-hsc-popup-title-font-weight: 400;
  --diadao-hsc-popup-title-margin-bottom: 40px;
  --diadao-hsc-popup-title-font-size: 30px;
  --diadao-hsc-popup-title-letter-spacing: 0px;
  --diadao-hsc-popup-title-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-popup-title-line-height: 1.1;
  --diadao-hsc-popup-bg-color: #F5F1ED;
  --diadao-hsc-popup-box-shadow: 4px 0 200px 0 rgba(29, 29, 29, .3);
  --diadao-hsc-popup-button-close-min-width: 200px;
  --diadao-hsc-popup-button-close-max-width: 222px;
  --diadao-hsc-popup-button-close-width: auto;
  --diadao-hsc-popup-button-close-height: auto;
  --diadao-hsc-popup-button-close-display: inline-flex;
  --diadao-hsc-popup-button-close-align-items: center;
  --diadao-hsc-popup-button-close-justify-content: center;
  --diadao-hsc-popup-button-close-text-line-height: 1.5;
  --diadao-hsc-popup-button-close-text-display: inline-flex;
  --diadao-hsc-popup-button-close-text-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-popup-button-close-text-font-size: 16px;
  --diadao-hsc-popup-button-close-text-font-weight: 600;
  --diadao-hsc-booking-toggle-value-width: 50px;
  --diadao-hsc-booking-width: 100%;
  --diadao-hsc-booking-max-width: none;
  --diadao-hsc-booking-margin-left: auto;
  --diadao-hsc-booking-margin-right: auto;
  --diadao-hsc-booking-label-text-align: left;
  --diadao-hsc-booking-label-margin-bottom: 10px;
  --diadao-hsc-booking-label-font-size: 16px;
  --diadao-hsc-booking-label-letter-spacing: 0px;
  --diadao-hsc-booking-label-text-transform: initial;
  --diadao-hsc-booking-label-font-weight: 400;
  --diadao-hsc-booking-label-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-value-font-weight: 400;
  --diadao-hsc-booking-value-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-value-font-size: 20px;
  --diadao-hsc-booking-value-letter-spacing: 0px;
  --diadao-hsc-booking-value-text-align: left;
  --diadao-hsc-booking-value-margin-bottom: 0px;
  --diadao-hsc-booking-value-text-transform: initial;
  --diadao-hsc-booking-daterange-padding-top: 22px;
  --diadao-hsc-booking-daterange-padding-bottom: 22px;
  --diadao-hsc-booking-daterange-padding-left: 14px;
  --diadao-hsc-booking-daterange-padding-right: 14px;
  --diadao-hsc-booking-daterange-radius: 4px;
  --diadao-hsc-booking-daterange-margin-bottom: 10px;
  --diadao-hsc-booking-daterange-bgcolor: #FFF;
  --diadao-hsc-booking-daterange-separator-content: "";
  --diadao-hsc-booking-daterange-separator-display: block;
  --diadao-hsc-booking-daterange-separator-width: 1px;
  --diadao-hsc-booking-daterange-separator-position: absolute;
  --diadao-hsc-booking-daterange-separator-height: 100%;
  --diadao-hsc-booking-daterange-separator-background-color: #000;
  --diadao-hsc-booking-daterange-separator-top: 0;
  --diadao-hsc-booking-daterange-separator-left: 50%;
  --diadao-hsc-booking-daterange-separator-margin-left: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-top: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-bottom: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-left: 0px;
  --diadao-hsc-booking-daterange-arrival-padding-right: 0px;
  --diadao-hsc-booking-daterange-arrival-radius: 0px;
  --diadao-hsc-booking-daterange-arrival-margin-bottom: 0px;
  --diadao-hsc-booking-daterange-arrival-bgcolor: transparent;
  --diadao-hsc-booking-daterange-departure-padding-top: 0px;
  --diadao-hsc-booking-daterange-departure-padding-bottom: 0px;
  --diadao-hsc-booking-daterange-departure-padding-left: 0;
  --diadao-hsc-booking-daterange-departure-padding-right: 0px;
  --diadao-hsc-booking-daterange-departure-radius: 0px;
  --diadao-hsc-booking-daterange-departure-margin-bottom: 0px;
  --diadao-hsc-booking-daterange-departure-bgcolor: transparent;
  --diadao-hsc-booking-price-value-font-weight: 400;
  --diadao-hsc-booking-price-value-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-price-value-font-size: 24px;
  --diadao-hsc-booking-price-value-letter-spacing: 0px;
  --diadao-hsc-booking-bestprice-title-div-display: inline-block;
  --diadao-hsc-booking-bestprice-title-div-width: auto;
  --diadao-hsc-booking-bestprice-title-div-line-height: 1;
  --diadao-hsc-booking-bestprice-title-div-padding-right: 30px;
  --diadao-hsc-booking-bestprice-title-div-padding-top: 4px;
  --diadao-hsc-booking-bestprice-title-div-padding-bottom: 4px;
  --diadao-hsc-booking-bestprice-title-margin: 0px;
  --diadao-hsc-booking-bestprice-title-font-size: 20px;
  --diadao-hsc-booking-bestprice-title-letter-spacing: 0px;
  --diadao-hsc-booking-bestprice-title-line-height: 1;
  --diadao-hsc-booking-bestprice-title-font-weight: 600;
  --diadao-hsc-booking-bestprice-title-text-transform: initial;
  --diadao-hsc-booking-bestprice-title-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-bestprice-title-color: #000;
  --diadao-hsc-booking-bestprice-text-transform: uppercase;
  --diadao-hsc-booking-bestprice-title-margin-bottom: 0px;
  --diadao-hsc-booking-bestprice-subtitle-div-display: flex;
  --diadao-hsc-booking-bestprice-subtitle-div-position: absolute;
  --diadao-hsc-booking-bestprice-subtitle-div-width: 24px;
  --diadao-hsc-booking-bestprice-subtitle-div-height: 24px;
  --diadao-hsc-booking-bestprice-subtitle-div-padding: 0px;
  --diadao-hsc-booking-bestprice-subtitle-div-padding-right: 0px;
  --diadao-hsc-booking-bestprice-subtitle-div-right: 0px;
  --diadao-hsc-booking-bestprice-subtitle-div-align-items: center;
  --diadao-hsc-booking-bestprice-subtitle-div-justify-content: center;
  --diadao-hsc-booking-bestprice-subtitle-div-top: 50%;
  --diadao-hsc-booking-bestprice-subtitle-div-margin-top: -10px;
  --diadao-hsc-booking-bestprice-subtitle-text-display: none;
  --diadao-hsc-booking-bestprice-picto-position: relative;
  --diadao-hsc-booking-bestprice-picto-display: inline-block;
  --diadao-hsc-booking-bestprice-picto-width: 16px;
  --diadao-hsc-booking-bestprice-picto-height: 16px;
  --diadao-hsc-booking-bestprice-picto-margin: 0px;
  --diadao-hsc-booking-bestprice-picto-margin-top: 0px;
  --diadao-hsc-booking-bestprice-picto-margin-left: 0px;
  --diadao-hsc-booking-bestprice-picto-left: initial;
  --diadao-hsc-booking-bestprice-picto-top: 0px;
  --diadao-hsc-booking-bestprice-picto-right: initial;
  --diadao-hsc-booking-bestprice-picto-filter: none;
  --diadao-hsc-booking-price-display: block;
  --diadao-hsc-booking-price-width: 100%;
  --diadao-hsc-booking-price-margin-top: 5px;
  --diadao-hsc-booking-price-text-align: center;
  --diadao-hsc-booking-price-color: #000;
  --diadao-hsc-booking-bestprice-wrapper-wrap: wrap;
  --diadao-hsc-booking-a-link-color: #AD172B;
  --diadao-hsc-booking-ota-bottom-margin-top: 30px;
  --diadao-hsc-booking-ota-container-default-margin-top: 15px;
  --diadao-hsc-booking-ota-row-margin-bottom: 10px;
  --diadao-hsc-booking-ota-row-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-ota-row-font-size: 14px;
  --diadao-hsc-booking-ota-row-letter-spacing: 0px;
  --diadao-hsc-booking-ota-row-line-height: 1;
  --diadao-hsc-booking-ota-row-font-weight: 300;
  --diadao-hsc-booking-ota-row-text-transform: initial;
  --diadao-hsc-booking-ota-row-text-align: left;
  --diadao-hsc-booking-ota-row-name-width: 150px;
  --diadao-hsc-booking-ota-row-name-text-align: left;
  --diadao-hsc-booking-ota-row-name-color: #AD172B;
  --diadao-hsc-booking-ota-row-value-width: calc( 100% - 150px );
  --diadao-hsc-booking-ota-row-value-text-align: left;
  --diadao-hsc-booking-ota-row-value-color: #AD172B;
  --diadao-hsc-booking-noresults-message-display: block;
  --diadao-hsc-booking-noresults-message-max-width: 320px;
  --diadao-hsc-booking-noresults-message-width: 100%;
  --diadao-hsc-booking-noresults-message-margin-left: 0px;
  --diadao-hsc-booking-noresults-message-margin-right: auto;
  --diadao-hsc-booking-noresults-message-color: #000;
  --diadao-hsc-booking-noresults-message-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-noresults-message-font-size: 18px;
  --diadao-hsc-booking-noresults-message-letter-spacing: 0px;
  --diadao-hsc-booking-noresults-message-line-height: 1;
  --diadao-hsc-booking-noresults-message-font-weight: 400;
  --diadao-hsc-booking-noresults-message-text-transform: initial;
  --diadao-hsc-booking-noresults-message-margin-bottom: 0px;
  --diadao-hsc-booking-noresults-message-picto-filter: none;
  --diadao-hsc-booking-conditions-color: #000;
  --diadao-hsc-booking-conditions-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-conditions-font-size: 14px;
  --diadao-hsc-booking-conditions-letter-spacing: 0px;
  --diadao-hsc-booking-conditions-line-height: 1;
  --diadao-hsc-booking-conditions-font-weight: 300;
  --diadao-hsc-booking-conditions-text-transform: initial;
  --diadao-hsc-booking-conditions-text-align: left;
  --diadao-hsc-booking-conditions-picto-filter: none;
  --diadao-hsc-booking-legend-color: #000;
  --diadao-hsc-booking-legend-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-booking-legend-font-size: 14px;
  --diadao-hsc-booking-legend-letter-spacing: 0px;
  --diadao-hsc-booking-legend-line-height: 1;
  --diadao-hsc-booking-legend-font-weight: 300;
  --diadao-hsc-booking-legend-text-transform: initial;
  --diadao-hsc-booking-legend-text-align: center;
  --diadao-hsc-booking-legend-title-font-weight: 300;
  --diadao-hsc-booking-legend-title-margin-bottom: 8px;
  --diadao-hsc-booking-legend-link-font-weight: bold;
  --diadao-hsc-booking-legend-link-color: #AD172B;
  --diadao-hsc-booking-legend-link-color-hover: #AD172B;
  --diadao-hsc-bestprice-font-size: 16px;
  --diadao-hsc-bestprice-letter-spacing: 0px;
  --diadao-hsc-bestprice-line-height: 1;
  --diadao-hsc-bestprice-font-weight: 400;
  --diadao-hsc-bestprice-text-transform: initial;
  --diadao-hsc-bestprice-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-bestprice-color: $pureblack;
  --diadao-hsc-bestprice-currency-padding-left: 4px;
  --diadao-hsc-bestprice-currency-font-size: 16px;
  --diadao-hsc-bestprice-currency-letter-spacing: 0px;
  --diadao-hsc-bestprice-currency-line-height: 1;
  --diadao-hsc-bestprice-currency-font-weight: 300;
  --diadao-hsc-bestprice-currency-text-transform: initial;
  --diadao-hsc-bestprice-currency-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-bestprice-currency-color: $pureblack;
  --diadao-hsc-bestprice-currency-vertical-align: top;
  --diadao-hsc-bestprice-none-font-size: 20px;
  --diadao-hsc-bestprice-none-letter-spacing: -0.03em;
  --diadao-hsc-bestprice-none-line-height: 1;
  --diadao-hsc-bestprice-none-font-weight: 300;
  --diadao-hsc-bestprice-none-text-transform: initial;
  --diadao-hsc-bestprice-none-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-bestprice-none-currency-padding-left: 4px;
  --diadao-hsc-bestprice-none-color: #000;
  --diadao-hsc-bestprice-none-text-align: left;
  --diadao-hsc-booking-bgcolor: #AD172B;
  --diadao-hsc-booking-color-label: #AD172B;
  --diadao-hsc-booking-color-value: #000;
  --diadao-hsc-booking-bgcolor-toggle: transparent;
  --diadao-hsc-bgcolor-toggle: transparent;
  --diadao-hsc-color-toggle: #AD172B;
  --diadao-hsc-bgcolor-toggle-hover: rgba(0, 0, 0, 0.05);
  --diadao-hsc-color-toggle-hover: #AD172B;
  --diadao-hsc-room-color-price: #AD172B;
  --diadao-hsc-room-color-none: #AD172B;
  --diadao-hsc-room-color-text: #AD172B;
  --diadao-hsc-booking-people-line-height: 32px;
  --diadao-hsc-booking-input-adult-bgcolor: #FFF;
  --diadao-hsc-booking-input-adult-border-top-left-radius: 4px;
  --diadao-hsc-booking-input-adult-border-top-right-radius: 0px;
  --diadao-hsc-booking-input-adult-border-bottom-left-radius: 4px;
  --diadao-hsc-booking-input-adult-border-bottom-right-radius: 0px;
  --diadao-hsc-booking-input-adult-padding-left: 14px;
  --diadao-hsc-booking-input-adult-padding-right: 0;
  --diadao-hsc-booking-input-adult-padding-top: 22px;
  --diadao-hsc-booking-input-adult-padding-bottom: 22px;
  --diadao-hsc-booking-input-adult-margin-bottom: 0px;
  --diadao-hsc-booking-input-children-bgcolor: #FFF;
  --diadao-hsc-booking-input-children-border-top-left-radius: 0px;
  --diadao-hsc-booking-input-children-border-top-right-radius: 4px;
  --diadao-hsc-booking-input-children-border-bottom-left-radius: 0px;
  --diadao-hsc-booking-input-children-border-bottom-right-radius: 4px;
  --diadao-hsc-booking-input-children-padding-left: 0;
  --diadao-hsc-booking-input-children-padding-right: 14px;
  --diadao-hsc-booking-input-children-padding-top: 22px;
  --diadao-hsc-booking-input-children-padding-bottom: 22px;
  --diadao-hsc-booking-input-children-margin-bottom: 0px;
  --diadao-hsc-booking-input-infant-bgcolor: #000;
  --diadao-hsc-booking-input-infant-border-top-left-radius: 0px;
  --diadao-hsc-booking-input-infant-border-top-right-radius: 0px;
  --diadao-hsc-booking-input-infant-border-bottom-left-radius: 0px;
  --diadao-hsc-booking-input-infant-border-bottom-right-radius: 0px;
  --diadao-hsc-booking-input-infant-padding-left: 0px;
  --diadao-hsc-booking-input-infant-padding-right: 0px;
  --diadao-hsc-booking-input-infant-padding-top: 44px;
  --diadao-hsc-booking-input-infant-padding-bottom: 44px;
  --diadao-hsc-booking-input-infant-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-title-picto-div-width: 82px;
  --diadao-hsc-desktop-sticky-title-picto-div-height: 82px;
  --diadao-hsc-desktop-sticky-title-picto-div-border-radius: 100%;
  --diadao-hsc-desktop-sticky-title-picto-div-bgcolor: #000;
  --diadao-hsc-desktop-sticky-title-picto-div-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-title-picto-img-width: 42px;
  --diadao-hsc-desktop-sticky-title-picto-img-height: 42px;
  --diadao-hsc-desktop-sticky-title-picto-justify-content: flex-start;
  --diadao-hsc-desktop-sticky-widget-padding-left: 0px;
  --diadao-hsc-desktop-sticky-widget-margin-top: 0px;
  --diadao-hsc-desktop-sticky-widget-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-widget-width: calc( 100% - 540px );
  --diadao-hsc-desktop-sticky-widget-display: flex;
  --diadao-hsc-desktop-sticky-infos-display: flex;
  --diadao-hsc-desktop-sticky-infos-width: 540px;
  --diadao-hsc-desktop-sticky-infos-padding-left: 20px;
  --diadao-hsc-desktop-sticky-infos-margin-bottom: 0px;
  --diadao-hsc-desktop-sticky-infos-font-size: 14px;
  --diadao-hsc-desktop-sticky-infos-line-height: 20px;
  --diadao-hsc-desktop-sticky-infos-font-weight: 300;
  --diadao-hsc-desktop-sticky-infos-color: #000;
  --diadao-hsc-desktop-sticky-infos-a-color: #AD172B;
  --diadao-hsc-desktop-sticky-infos-a-font-weight: bold;
  --diadao-hsc-desktop-sticky-infos-list-li-padding-left: 20px;
  --diadao-hsc-desktop-sticky-infos-list-li-margin-bottom: 2px;
  --diadao-hsc-desktop-sticky-infos-list-icon: none;
  --diadao-hsc-desktop-sticky-infos-list-icon-size: 16px;
  --diadao-hsc-desktop-sticky-infos-list-icon-margin-top: -8px;
  --diadao-hsc-desktop-sticky-infos-contact-padding-left: 0px;
  --diadao-hsc-desktop-sticky-infos-contact-text-align: left;
  --diadao-hsc-desktop-sticky-infos-contact-title-margin-bottom: 5px;
  --diadao-hsc-desktop-sticky-bgcolor: #AD172B;
  --diadao-hsc-desktop-sticky-color-label: #AD172B;
  --diadao-hsc-desktop-sticky-single-color-label: #000;
  --diadao-hsc-desktop-sticky-color-value: #000;
  --diadao-hsc-desktop-sticky-single-color-value: #000;
  --diadao-hsc-desktop-sticky-bgcolor-toggle: #273582;
  --diadao-hsc-desktop-sticky-color-toggle: #AD172B;
  --diadao-hsc-desktop-sticky-bgcolor-toggle-hover: #273582;
  --diadao-hsc-desktop-sticky-color-toggle-hover: #AD172B;
  --diadao-hsc-desktop-sticky-text-color-title: #AD172B;
  --diadao-hsc-desktop-sticky-text-color-subtitle: #AD172B;
  --diadao-hsc-desktop-sticky-text-padding-left: 0px;
  --diadao-hsc-desktop-sticky-toggle-width: 32px;
  --diadao-hsc-desktop-sticky-toggle-height: 32px;
  --diadao-hsc-desktop-sticky-toggle-line-height: 32px;
  --diadao-hsc-desktop-sticky-toggle-line-height-minus: 30px;
  --diadao-hsc-desktop-sticky-toggle-value-width: 38px;
  --diadao-hsc-desktop-sticky-text-title-text-align: left;
  --diadao-hsc-desktop-sticky-text-title-font-size: 30px;
  --diadao-hsc-desktop-sticky-text-title-line-height: 40px;
  --diadao-hsc-desktop-sticky-text-title-letter-spacing: 0px;
  --diadao-hsc-desktop-sticky-text-title-text-transform: initial;
  --diadao-hsc-desktop-sticky-text-title-font-weight: 400;
  --diadao-hsc-desktop-sticky-text-title-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-desktop-sticky-text-title-margin-top: 14px;
  --diadao-hsc-desktop-sticky-text-title-margin-bottom: 14px;
  --diadao-hsc-desktop-sticky-text-title-padding-left: 50px;
  --diadao-hsc-desktop-sticky-text-title-max-width: 560px;
  --diadao-hsc-desktop-sticky-text-subtitle-display: none;
  --diadao-hsc-desktop-sticky-text-subtitle-text-align: center;
  --diadao-hsc-desktop-sticky-text-subtitle-font-size: 16px;
  --diadao-hsc-desktop-sticky-text-subtitle-line-height: 1;
  --diadao-hsc-desktop-sticky-text-subtitle-letter-spacing: 0px;
  --diadao-hsc-desktop-sticky-text-subtitle-text-transform: initial;
  --diadao-hsc-desktop-sticky-text-subtitle-font-weight: 400;
  --diadao-hsc-desktop-sticky-text-subtitle-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-desktop-sticky-text-subtitle-margin-bottom: 0;
  --diadao-hsc-sticky-room-bgcolor: #000;
  --diadao-hsc-sticky-room-color-label: #AD172B;
  --diadao-hsc-sticky-room-single-color-label: #AD172B;
  --diadao-hsc-sticky-room-color-value: #AD172B;
  --diadao-hsc-sticky-room-single-color-value: #000;
  --diadao-hsc-sticky-room-bgcolor-toggle: transparent;
  --diadao-hsc-sticky-room-color-toggle: #AD172B;
  --diadao-hsc-sticky-room-bgcolor-toggle-hover: transparent;
  --diadao-hsc-sticky-room-color-toggle-hover: #AD172B;
  --diadao-hsc-sticky-room-single-bgcolor-toggle: transparent;
  --diadao-hsc-sticky-room-single-color-toggle: #AD172B;
  --diadao-hsc-sticky-room-single-bgcolor-toggle-hover: transparent;
  --diadao-hsc-sticky-room-single-color-toggle-hover: #AD172B;
  --diadao-hsc-sticky-room-people-line-height: 1;
  --diadao-hsc-sticky-room-remaining-bgcolor: #AD172B;
  --diadao-hsc-sticky-room-remaining-color: white;
  --diadao-hsc-sticky-room-remaining-line-height: 0.7;
  --diadao-hsc-sticky-room-remaining-padding-top: 8px;
  --diadao-hsc-sticky-room-remaining-padding-bottom: 6px;
  --diadao-hsc-sticky-room-desktop-left-width: 580px;
  --diadao-hsc-sticky-room-desktop-right-width: calc(100% - 580px);
  --diadao-hsc-sticky-room-desktop-label-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-label-height: 16px;
  --diadao-hsc-sticky-room-desktop-label-font-size: 12px;
  --diadao-hsc-sticky-room-desktop-label-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-label-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-label-font-weight: 500;
  --diadao-hsc-sticky-room-desktop-label-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-desktop-label-date-text-align: left;
  --diadao-hsc-sticky-room-desktop-label-people-text-align: left;
  --diadao-hsc-sticky-room-desktop-value-text-align: left;
  --diadao-hsc-sticky-room-desktop-value-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-value-font-size: 16px;
  --diadao-hsc-sticky-room-desktop-value-letter-spacing: -0.03em;
  --diadao-hsc-sticky-room-desktop-value-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-value-font-weight: 500;
  --diadao-hsc-sticky-room-desktop-value-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-desktop-input-date-width: 46%;
  --diadao-hsc-sticky-room-desktop-input-date-align-items: flex-start;
  --diadao-hsc-sticky-room-desktop-input-date-justify-content: initial;
  --diadao-hsc-sticky-room-desktop-input-date-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-date-text-align: initial;
  --diadao-hsc-sticky-room-desktop-input-date-bgcolor: rgba($ctawinter, .3);
  --diadao-hsc-sticky-room-desktop-input-date-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-left: 24px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-right: 24px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-top: 20px;
  --diadao-hsc-sticky-room-desktop-input-date-padding-bottom: 20px;
  --diadao-hsc-sticky-room-desktop-input-date-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-date-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-arrival-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-departure-width: 50%;
  --diadao-hsc-sticky-room-desktop-input-date-departure-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-date-departure-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-width: calc(27% - 4px);
  --diadao-hsc-sticky-room-desktop-input-adult-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-adult-justify-content: flex-start;
  --diadao-hsc-sticky-room-desktop-input-adult-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-adult-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-adult-bgcolor: #FFF;
  --diadao-hsc-sticky-room-desktop-input-adult-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-adult-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-left: 24px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-top: 16px;
  --diadao-hsc-sticky-room-desktop-input-adult-padding-bottom: 16px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-left: 8px;
  --diadao-hsc-sticky-room-desktop-input-adult-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-input-children-width: calc( 25% - 20px );
  --diadao-hsc-sticky-room-desktop-input-children-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-children-justify-content: flex-start;
  --diadao-hsc-sticky-room-desktop-input-children-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-children-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-children-bgcolor: #FFF;
  --diadao-hsc-sticky-room-desktop-input-children-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-children-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-right: 24px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-top: 16px;
  --diadao-hsc-sticky-room-desktop-input-children-padding-bottom: 16px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-input-children-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-width: calc( 25% - 20px );
  --diadao-hsc-sticky-room-desktop-input-infant-align-items: center;
  --diadao-hsc-sticky-room-desktop-input-infant-justify-content: flex-start;
  --diadao-hsc-sticky-room-desktop-input-infant-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-input-infant-text-align: center;
  --diadao-hsc-sticky-room-desktop-input-infant-bgcolor: #FFF;
  --diadao-hsc-sticky-room-desktop-input-infant-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-infant-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-right: 20px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-top: 22px;
  --diadao-hsc-sticky-room-desktop-input-infant-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-top: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-left: 0%;
  --diadao-hsc-sticky-room-desktop-input-infant-margin-right: 0%;
  --diadao-hsc-sticky-room-desktop-single-bgcolor: #FFF;
  --diadao-hsc-sticky-room-desktop-single-border-radius: 0px;
  --diadao-hsc-sticky-room-desktop-single-padding-top: 16px;
  --diadao-hsc-sticky-room-desktop-single-padding-bottom: 16px;
  --diadao-hsc-sticky-room-desktop-single-padding-left: 16px;
  --diadao-hsc-sticky-room-desktop-single-padding-right: 16px;
  --diadao-hsc-sticky-room-desktop-single-button-price-margin-top: 8px;
  --diadao-hsc-sticky-room-desktop-single-button-price-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-bgcolor: rgba($ctawinter, .3);
  --diadao-hsc-sticky-room-desktop-single-input-adult-width: 50%;
  --diadao-hsc-sticky-room-desktop-single-input-adult-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-bgcolor: rgba($ctawinter, .3);
  --diadao-hsc-sticky-room-desktop-single-input-children-width: 50%;
  --diadao-hsc-sticky-room-desktop-single-input-children-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-bgcolor: rgba($ctawinter, .3);
  --diadao-hsc-sticky-room-desktop-single-input-infant-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-infant-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-margin-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-date-margin-bottom: 8px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-left: 24px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-right: 24px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-top: 20px;
  --diadao-hsc-sticky-room-desktop-single-input-date-padding-bottom: 20px;
  --diadao-hsc-sticky-room-desktop-single-input-date-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-input-date-bgcolor: rgba($ctawinter, .3);
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-top: 16px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-bottom: 16px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-left: 24px;
  --diadao-hsc-sticky-room-desktop-single-input-adult-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-top: 16px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-bottom: 16px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-children-padding-right: 24px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-top: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-bottom: 22px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-input-infant-padding-right: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-height: auto;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-margin-left: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-top: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-justify-content: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-margin-bottom: 20px;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-remaining-wrapper-left: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-top: initial;
  --diadao-hsc-sticky-room-desktop-single-remaining-height: auto;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-desktop-single-remaining-font-size: 20px;
  --diadao-hsc-sticky-room-desktop-single-remaining-line-height: 1;
  --diadao-hsc-sticky-room-desktop-single-remaining-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-single-remaining-color: #000;
  --diadao-hsc-sticky-room-desktop-single-remaining-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-justify-content: center;
  --diadao-hsc-sticky-room-desktop-single-remaining-margin-top: 24px;
  --diadao-hsc-sticky-room-desktop-single-remaining-margin-bottom: 16px;
  --diadao-hsc-sticky-room-desktop-single-remaining-width: 100%;
  --diadao-hsc-sticky-room-desktop-single-remaining-left: initial;
  --diadao-hsc-sticky-room-desktop-single-official-flex-wrap: nowrap;
  --diadao-hsc-sticky-room-desktop-single-official-title-display: inline-block;
  --diadao-hsc-sticky-room-desktop-single-official-title-text-align: left;
  --diadao-hsc-sticky-room-desktop-single-official-title-width: 50%;
  --diadao-hsc-sticky-room-desktop-single-official-price-display: inline-block;
  --diadao-hsc-sticky-room-desktop-single-official-price-text-align: right;
  --diadao-hsc-sticky-room-desktop-single-official-price-width: 50%;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-padding-top: 20px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-padding-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-justify-content: center;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-margin-top: 20px;
  --diadao-hsc-sticky-room-desktop-noresults-wrapper-margin-bottom: 0px;
  --diadao-hsc-sticky-room-desktop-noresults-message-display: block;
  --diadao-hsc-sticky-room-desktop-noresults-message-max-width: 220px;
  --diadao-hsc-sticky-room-desktop-noresults-message-width: 100%;
  --diadao-hsc-sticky-room-desktop-noresults-message-margin-left: auto;
  --diadao-hsc-sticky-room-desktop-noresults-message-margin-right: auto;
  --diadao-hsc-sticky-room-desktop-noresults-message-color: #000;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-size: 18px;
  --diadao-hsc-sticky-room-desktop-noresults-message-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-noresults-message-line-height: 1;
  --diadao-hsc-sticky-room-desktop-noresults-message-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-noresults-message-text-transform: initial;
  --diadao-hsc-sticky-room-desktop-noresults-message-text-align: center;
  --diadao-hsc-sticky-room-desktop-noresults-message-picto-filter: none;
  --diadao-hsc-sticky-room-desktop-single-infos-margin-top: 20px;
  --diadao-hsc-sticky-room-desktop-single-infos-title-margin-bottom: 10px;
  --diadao-hsc-sticky-room-desktop-single-infos-font-weight: 400;
  --diadao-hsc-sticky-room-desktop-single-infos-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-desktop-single-infos-font-size: 12px;
  --diadao-hsc-sticky-room-desktop-single-infos-line-height: 1.2;
  --diadao-hsc-sticky-room-desktop-single-infos-letter-spacing: 0px;
  --diadao-hsc-sticky-room-desktop-single-infos-text-align: center;
  --diadao-hsc-sticky-room-desktop-single-infos-color: #000;
  --diadao-hsc-sticky-room-desktop-single-infos-color-a: #AD172B;
  --diadao-hsc-sticky-room-desktop-single-infos-color-a-hover: #AD172B;
  --diadao-hsc-sticky-room-desktop-single-infos-cancel-margin-top: 20px;
  --diadao-hsc-mobile-sticky-bgcolor: #000;
  --diadao-hsc-mobile-sticky-color-label: #AD172B;
  --diadao-hsc-mobile-sticky-color-value: #000;
  --diadao-hsc-mobile-sticky-bgcolor-toggle: #AD172B;
  --diadao-hsc-mobile-sticky-color-toggle: #AD172B;
  --diadao-hsc-mobile-sticky-bgcolor-toggle-hover: rgba(0, 0, 0, 0.05);
  --diadao-hsc-mobile-sticky-color-toggle-hover: #000;
  --diadao-hsc-mobile-sticky-sticked-closed-bgcolor: transparent;
  --diadao-hsc-mobile-sticky-sticked-closed-padding-top: 0px;
  --diadao-hsc-mobile-sticky-sticked-closed-padding-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-qs-padding-top: 0px;
  --diadao-hsc-sticky-room-mobile-qs-padding-bottom: 0px;
  --diadao-hsc-sticky-room-single-mobile-qs-padding-top: 0px;
  --diadao-hsc-sticky-room-single-mobile-qs-padding-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-padding-left: 16px;
  --diadao-hsc-sticky-room-mobile-padding-right: 16px;
  --diadao-hsc-sticky-room-mobile-padding-top: 21px;
  --diadao-hsc-sticky-room-mobile-padding-bottom: 0px;
  --diadao-hsc-sticky-room-detail-mobile-padding-left: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-right: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-top: 16px;
  --diadao-hsc-sticky-room-detail-mobile-padding-bottom: 16px;
  --diadao-hsc-sticky-room-mobile-bgcolor: #AD172B;
  --diadao-hsc-sticky-room-mobile-color-label: #AD172B;
  --diadao-hsc-sticky-room-mobile-color-value: #000;
  --diadao-hsc-sticky-room-mobile-bgcolor-toggle: #AD172B;
  --diadao-hsc-sticky-room-mobile-color-toggle: #AD172B;
  --diadao-hsc-sticky-room-mobile-bgcolor-toggle-hover: rgba(0, 0, 0, 0.05);
  --diadao-hsc-sticky-room-mobile-color-toggle-hover: #000;
  --diadao-hsc-sticky-room-mobile-label-text-align: left;
  --diadao-hsc-sticky-room-mobile-label-margin-bottom: 4px;
  --diadao-hsc-sticky-room-mobile-label-height: 24px;
  --diadao-hsc-sticky-room-mobile-label-font-size: 12px;
  --diadao-hsc-sticky-room-mobile-label-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-label-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-label-font-weight: 400;
  --diadao-hsc-sticky-room-mobile-label-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-mobile-value-text-align: center;
  --diadao-hsc-sticky-room-mobile-value-margin-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-value-font-size: 16px;
  --diadao-hsc-sticky-room-mobile-value-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-value-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-value-font-weight: 600;
  --diadao-hsc-sticky-room-mobile-value-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-mobile-input-date-bgcolor: rgba($ctawinter, .3);
  --diadao-hsc-sticky-room-mobile-input-date-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-left: 16px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-right: 16px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-top: 20px;
  --diadao-hsc-sticky-room-mobile-input-date-padding-bottom: 20px;
  --diadao-hsc-sticky-room-mobile-input-date-margin-top: 0px;
  --diadao-hsc-sticky-room-mobile-input-date-margin-bottom: 13px;
  --diadao-hsc-sticky-room-mobile-input-adult-bgcolor: #FFF;
  --diadao-hsc-sticky-room-mobile-input-adult-border-top-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-bottom-left-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-adult-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-left: 16px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-right: 0px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-top: 16px;
  --diadao-hsc-sticky-room-mobile-input-adult-padding-bottom: 16px;
  --diadao-hsc-sticky-room-mobile-input-adult-margin-bottom: 21px;
  --diadao-hsc-sticky-room-mobile-input-children-bgcolor: #FFF;
  --diadao-hsc-sticky-room-mobile-input-children-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-border-top-right-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-children-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-border-bottom-right-radius: 4px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-left: 0px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-right: 16px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-top: 16px;
  --diadao-hsc-sticky-room-mobile-input-children-padding-bottom: 16px;
  --diadao-hsc-sticky-room-mobile-input-children-margin-bottom: 21px;
  --diadao-hsc-sticky-room-mobile-input-infant-bgcolor: #FFF;
  --diadao-hsc-sticky-room-mobile-input-infant-border-top-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-border-top-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-border-bottom-left-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-border-bottom-right-radius: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-left: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-right: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-top: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-padding-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-input-infant-margin-bottom: 0px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-message-padding-left: 0px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-message-width: calc( 100% - 160px );
  --diadao-hsc-sticky-room-mobile-price-wrapper-button-padding-right: 0px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-button-width: 160px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-color: #000;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-size: 16px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-text-transform: uppercase;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-weight: 600;
  --diadao-hsc-sticky-room-mobile-price-wrapper-price-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-padding-left: 0px;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-padding-right: 0px;
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-message-width: calc( 100% - 120px );
  --diadao-hsc-sticky-room-mobile-noresults-wrapper-button-width: 120px;
  --diadao-hsc-sticky-room-mobile-noresults-message-display: inline-block;
  --diadao-hsc-sticky-room-mobile-noresults-message-color: #000;
  --diadao-hsc-sticky-room-mobile-noresults-message-picto-filter: none;
  --diadao-hsc-sticky-room-mobile-noresults-message-max-width: 150px;
  --diadao-hsc-sticky-room-mobile-noresults-message-text-align: left;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-size: 14px;
  --diadao-hsc-sticky-room-mobile-noresults-message-line-height: 16px;
  --diadao-hsc-sticky-room-mobile-noresults-message-letter-spacing: 0px;
  --diadao-hsc-sticky-room-mobile-noresults-message-text-transform: initial;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-weight: 300;
  --diadao-hsc-sticky-room-mobile-noresults-message-font-family: chesna_grotesk, sans-serif;
  --diadao-hsc-popup-none-color-title: #AD172B;
  --diadao-hsc-popup-none-color-text: #AD172B;
  --diadao-hsc-popup-none-bgcolor: #AD172B;
  --diadao-hsc-popup-none-color-scrollbar: #AD172B;
  --diadao-hsc-popup-bestprice-color-title: #AD172B;
  --diadao-hsc-popup-bestprice-color-text: #AD172B;
  --diadao-hsc-popup-bestprice-bgcolor: #AD172B;
  --diadao-hsc-popup-bestprice-scrollbar: #AD172B;
}
@media only screen and (max-width: 1280px) {
  :root {
    --diadao-hsc-booking-label-font-size: 16px;
    --diadao-hsc-booking-bestprice-title-font-size: 20px;
    --diadao-hsc-booking-value-font-size: 24px;
    --diadao-hsc-booking-price-value-font-size: 24px;
    --diadao-hsc-booking-ota-row-font-size: 12px;
    --diadao-hsc-booking-conditions-font-size: 12px;
    --diadao-hsc-booking-legend-font-size: 12px;
    --diadao-hsc-bestprice-font-size: 16px;
    --diadao-hsc-bestprice-currency-font-size: 16px;
    --diadao-hsc-sticky-room-desktop-label-font-size: 12px;
    --diadao-hsc-sticky-room-desktop-value-font-size: 16px;
    --diadao-hsc-sticky-room-desktop-single-padding-left: 14px;
    --diadao-hsc-sticky-room-desktop-single-padding-right: 14px;
    --diadao-hsc-sticky-room-desktop-single-padding-top: 14px;
    --diadao-hsc-sticky-room-desktop-single-padding-bottom: 14px;
    --diadao-hsc-sticky-room-desktop-single-input-date-padding-top: 14px;
    --diadao-hsc-sticky-room-desktop-single-input-date-padding-bottom: 14px;
    --diadao-hsc-sticky-room-desktop-single-remaining-font-size: 24px;
    --diadao-hsc-sticky-room-desktop-single-remaining-margin-top: 28px;
    --diadao-hsc-sticky-room-desktop-noresults-message-font-size: 16px;
    --diadao-hsc-sticky-room-desktop-single-input-date-align-items: flex-start;
    --diadao-hsc-sticky-room-desktop-single-input-date-justify-content: flex-start;
    --diadao-hsc-sticky-room-desktop-single-input-date-flex-wrap: wrap;
    --diadao-hsc-sticky-room-desktop-single-input-date-text-align: left;
    --diadao-hsc-sticky-room-desktop-single-label-date-text-align: left;
    --diadao-hsc-sticky-room-desktop-single-input-date-arrival-width: 100%;
    --diadao-hsc-sticky-room-desktop-single-input-date-arrival-margin-top: 0px;
    --diadao-hsc-sticky-room-desktop-single-input-date-arrival-margin-bottom: 0px;
    --diadao-hsc-sticky-room-desktop-single-input-date-departure-width: 100%;
    --diadao-hsc-sticky-room-desktop-single-input-date-departure-margin-top: 0px;
    --diadao-hsc-sticky-room-desktop-single-input-date-departure-margin-bottom: 0px;
    --diadao-hsc-sticky-room-desktop-single-input-date-arrival-margin-bottom: 28px;
    --diadao-hsc-sticky-room-desktop-single-input-date-margin-bottom: 0;
    --diadao-hsc-sticky-room-desktop-input-date-border-bottom-left-radius: 0;
    --diadao-hsc-sticky-room-desktop-input-date-border-bottom-right-radius: 0;
    --diadao-hsc-sticky-room-desktop-input-children-border-top-right-radius: 0;
    --diadao-hsc-sticky-room-desktop-input-children-border-top-left-radius: 0;
    --diadao-hsc-sticky-room-desktop-input-children-border-bottom-left-radius: 4px;
    --diadao-hsc-sticky-room-desktop-input-adult-border-top-left-radius: 0;
    --diadao-hsc-sticky-room-desktop-input-adult-border-top-left-radius: 0;
    --diadao-hsc-sticky-room-desktop-input-adult-border-bottom-left-radius: 0;
    --diadao-hsc-sticky-room-desktop-single-official-flex-wrap: wrap;
    --diadao-hsc-sticky-room-desktop-single-official-title-display: block;
    --diadao-hsc-sticky-room-desktop-single-official-title-text-align: center;
    --diadao-hsc-sticky-room-desktop-single-official-title-width: 100%;
    --diadao-hsc-sticky-room-desktop-single-official-price-display: block;
    --diadao-hsc-sticky-room-desktop-single-official-price-text-align: center;
    --diadao-hsc-sticky-room-desktop-single-official-price-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --diadao-hsc-bestprice-font-size: 16px;
    --diadao-hsc-bestprice-currency-font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --diadao-hsc-bestprice-font-size: 20px;
    --diadao-hsc-bestprice-currency-font-size: 20px;
    --diadao-hsc-booking-label-font-size: 18px;
    --diadao-hsc-booking-value-font-size: 24px;
    --diadao-hsc-booking-daterange-padding-left: 24px;
    --diadao-hsc-booking-daterange-padding-right: 24px;
    --diadao-hsc-booking-daterange-padding-top: 23px;
    --diadao-hsc-booking-daterange-padding-bottom: 23px;
    --diadao-hsc-booking-input-adult-padding-left: 24px;
    --diadao-hsc-booking-input-adult-padding-right: 0px;
    --diadao-hsc-booking-input-adult-padding-top: 23px;
    --diadao-hsc-booking-input-adult-padding-bottom: 23px;
    --diadao-hsc-booking-input-children-padding-left: 0px;
    --diadao-hsc-booking-input-children-padding-right: 24px;
    --diadao-hsc-booking-input-children-padding-top: 23px;
    --diadao-hsc-booking-input-children-padding-bottom: 23px;
    --diadao-hsc-booking-daterange-margin-bottom: 16px;
    --diadao-hsc-loader-size: 56px;
    --diadao-hsc-booking-price-text-align: left;
    --diadao-hsc-booking-legend-text-align: left;
  }
}

html {
  /*#diadao-qs-snippet-booking .qs-snippet-booking-inner .qs-snippet-booking-content .diadao-popup-title.hsc-popup-title, 
  #diadao-qs-availabilities-snippet-booking .qs-snippet-booking-inner .qs-snippet-booking-content .diadao-popup-title.hsc-popup-title{
  	color: $color-title !important; 
  }*/
}
html ul.hsc-conditions-list li i,
html ul.hsc-sticky-rooms-conditions li i {
  display: none !important;
}
html ul.hsc-conditions-list li:before,
html ul.hsc-sticky-rooms-conditions li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-check.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-check.svg");
  -webkit-mask-size: 14px;
  mask-size: 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #273582;
  background-image: none;
  margin-top: 0 !important;
}
html body.diadao-sdk-template .qs-react .i-best-rate svg path {
  fill: #273582;
}
html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-availabilities-snippet-close,
html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-snippet-close,
html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-availabilities-snippet-close,
html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-snippet-close {
  inset: 0;
  color: #F5F1ED !important;
  height: 48px;
  background-color: transparent !important;
}
html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-availabilities-snippet-close:hover,
html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-snippet-close:hover,
html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-availabilities-snippet-close:hover,
html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-snippet-close:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-availabilities-snippet-close,
  html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-snippet-close,
  html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-availabilities-snippet-close,
  html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-snippet-close {
    height: 64px;
  }
}
html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-availabilities-snippet-close span,
html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking #diadao-qs-snippet-close span,
html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-availabilities-snippet-close span,
html body.diadao-sdk-template #diadao-qs-snippet-booking #diadao-qs-snippet-close span {
  pointer-events: none;
}
html body.diadao-sdk-template #diadao-qs-availabilities-snippet-booking .hsc-popup-list i svg path,
html body.diadao-sdk-template #diadao-qs-snippet-booking .hsc-popup-list i svg path {
  fill: #273582;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky {
    min-height: 64px;
    padding: 8px 32px;
  }
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky span {
    font-size: 1rem;
  }
}
html:not(.touchevents) html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky:hover, html:not(.touchevents) html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
html:not(.touchevents) html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky:hover, html:not(.touchevents) html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky:focus-visible {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 640px) {
  html body.diadao-sdk-template .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .hsc-button-not-available-sticky {
    width: auto;
  }
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book > span {
  text-align: left;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book .hsc-button-panel-book {
  background-color: transparent;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book .hsc-button-panel-book:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book .hsc-button-panel-book span {
  display: inherit;
  height: auto;
  color: #F5F1ED;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .hsc-button-not-available-panel {
  text-align: center;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=best_price] .diadao-qs .diadao-qs__rate {
  min-height: var(--diadao-hsc-loader-size);
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=best_price] .diadao-qs .diadao-qs__rate .wrapper {
  display: flex;
  align-items: flex-end;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=best_price] .diadao-qs.loading .rate-loading {
  margin-left: 0;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=best_price] .diadao-qs.not-available .diadao-qs__rate {
  min-height: auto;
}
html body.diadao-sdk-template .qs-react[data-diadao-widget=best_price] .diadao-qs.not-available .diadao-qs__rate .not-available-message {
  font-size: 18px;
  color: var(--diadao-hsc-bestprice-color);
}
@media only screen and (min-width: 992px) {
  html body.diadao-sdk-template .qs-react[data-diadao-widget=best_price] .diadao-qs.not-available .diadao-qs__rate .not-available-message {
    font-size: 24px;
  }
}
html body.diadao-sdk-template .module-hsc-room-detail {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
  position: absolute;
  left: 9999px;
  overflow: hidden;
}
html body.diadao-sdk-template #diadao-room-detail-panel .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room .diadao-qs.not-available .hsc-no-availabilities-sticky i svg path {
  fill: #273582;
}
html body.diadao-sdk-template.device-desktop #diadao-room-detail-panel .diadao-hsw-qs-roomstickydetail .diadao-hdp-bar-room,
html body.diadao-sdk-template.device-desktop #diadao-room-detail-panel #diadao-snippet-qs-room .diadao-hdp-bar-room {
  border-radius: 6px;
}
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .best-rate.rate.rate--official.available,
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div {
  width: 50%;
  display: inline-block;
}
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div {
  text-align: left;
}
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .diadao-best-rate-official-label-div > span.diadao-best-rate-official-label-text {
  font-size: 1.625rem;
  line-height: var(--diadao-hsc-booking-bestprice-title-line-height);
  font-weight: var(--diadao-hsc-booking-bestprice-title-font-weight);
  text-transform: var(--diadao-hsc-booking-bestprice-title-text-transform);
  font-family: var(--diadao-hsc-booking-bestprice-title-font-family);
  letter-spacing: var(--diadao-hsc-booking-bestprice-title-letter-spacing);
  color: #273582;
}
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--book-price .wrapper .best-rate.rate.rate--official.available {
  text-align: right;
  color: #273582;
  font-weight: var(--diadao-hsc-booking-price-value-font-weight);
  font-family: var(--diadao-hsc-booking-price-value-font-family);
  font-size: 1.625rem;
  letter-spacing: var(--diadao-hsc-booking-price-value-letter-spacing);
}
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book .hsc-button-sticky-book {
  transition: background 0.3s ease-in-out;
  background-color: transparent;
  width: 100%;
  min-width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  border-radius: 4px;
  color: #F5F1ED !important;
  height: 48px;
  font-weight: 600;
}
html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book .hsc-button-sticky-book:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
html body.diadao-sdk-template.device-desktop #diadao-hdp-bar .inner-hdp .hdp-columns {
  align-items: center;
}
html body.diadao-sdk-template.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-text {
  display: none !important;
}
html body.diadao-sdk-template.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-text .inner.has-picto {
  margin-bottom: 40px !important;
}
html body.diadao-sdk-template.device-desktop #diadao-hdp-bar.has-text-column .hdp-column-widget {
  max-width: 880px !important;
}
@media only screen and (min-width: 1440px) {
  html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__input-range {
    max-width: 440px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html body.diadao-sdk-template.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom {
    max-width: 220px !important;
  }
}
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room[data-mode=sticky].opened.is-fullmode {
  background-color: transparent !important;
  height: 100vh !important;
  display: flex !important;
  align-items: flex-end !important;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp {
  background-color: transparent;
}
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp .diadao-hdp-mobile-container.opened {
  padding-top: 40px !important;
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .diadao-hdp-mobile-container,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .diadao-hdp-mobile-container {
  background-color: #F5F1ED;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile {
  color: #273582;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile span,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile span {
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile i,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp > a.diadao-button-hdp-mobile i {
  display: none !important;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button {
  transition: background 0.3s ease-in-out;
  background-color: transparent;
  width: 100%;
  min-width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  color: #F5F1ED !important;
  height: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-not-available-sticky,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-not-available-sticky {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  text-transform: none;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open {
  width: 90%;
  max-width: 260px;
  margin-bottom: 16px;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit {
  margin-bottom: 0px;
  position: absolute;
  top: -90px;
  left: 50%;
  margin-left: -75px;
  max-width: none;
  width: 150px;
  z-index: 1000;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button:hover,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile.is-fullmode .inner-hdp a.hsc-button.hsc-button-sticky-rooms-open.hsc-sticky-submit,
html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room.is-fullmode .inner-hdp a.hsc-button.hsc-button-sticky-rooms-open.hsc-sticky-submit {
  border-radius: 6px;
  margin-top: 0px;
  max-width: none;
  margin-bottom: 16px;
  width: calc(100% - 32px);
}
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked) .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked) .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked) .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked) .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked .inner-hdp {
  background-color: #F5F1ED;
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked):not(.is-fullmode) .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked:not(.is-fullmode) .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked):not(.is-fullmode) .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked:not(.is-fullmode) .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked):not(.is-fullmode) .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked:not(.is-fullmode) .inner-hdp {
  padding-top: 16px;
  padding-bottom: 16px;
}
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile:not(.sticked).is-fullmode .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened #diadao-hdp-bar-mobile.sticked.is-fullmode .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-rooms-sticky-opened .diadao-hdp-bar-room.sticked.is-fullmode .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile:not(.sticked).is-fullmode .inner-hdp, html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened #diadao-hdp-bar-mobile.sticked.is-fullmode .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room:not(.sticked).is-fullmode .inner-hdp,
html body.diadao-sdk-template.device-responsive.diadao-room-sticky-opened .diadao-hdp-bar-room.sticked.is-fullmode .inner-hdp {
  padding-top: 0px;
  padding-bottom: 0px;
}
html body.diadao-sdk-template.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings {
  bottom: 0px !important;
}
html body.diadao-sdk-template.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value {
  font-size: 12px !important;
}
html body.diadao-sdk-template.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .best-rate-label {
  color: #000;
}
html body.diadao-sdk-template.diadao-room-detail-page .diadao-sdk-sticky-v2.sticky-v2-sticked {
  top: 40px;
}
html body.diadao-sdk-template.device-responsive.qs-init-no-dates.qs-init-no-dates-responsive .qs-react .diadao-qs .diadao-qs__select.diadao-qs__select-custom, html body.diadao-sdk-template.device-desktop.qs-init-no-dates.qs-init-no-dates-desktop .qs-react .diadao-qs .diadao-qs__select.diadao-qs__select-custom {
  opacity: 0.3 !important;
}
html body.diadao-sdk-template.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__input-range > .diadao-qs__input-date:first-child, html body.diadao-sdk-template.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__input-range > .diadao-qs__input-date:first-child {
  width: 100% !important;
  text-align: left !important;
}
html body.diadao-sdk-template.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__input-range, html body.diadao-sdk-template.qs-init-no-dates.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs {
  align-items: initial !important;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit, html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit {
  border-radius: 100% !important;
  width: 42px !important;
  height: 42px !important;
  margin-left: -21px !important;
  padding: 0px !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  top: -21px !important;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25) !important;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close, html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0px !important;
}
html body.diadao-sdk-template.device-responsive #diadao-hdp-bar-mobile .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close:after, html body.diadao-sdk-template.device-responsive .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit span.label-close:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 100%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/close-icon.svg);
}
html .qs-react .diadao-qs .hsc-button.hsc-button-panel-book span, html .qs-react .diadao-qs .diadao-booking-url span {
  display: inline-flex;
  width: auto;
}
html .qs-react .diadao-qs .hsc-button.hsc-button-panel-book::before, html .qs-react .diadao-qs .diadao-booking-url::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/calendar10.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/calendar10.svg");
  background-color: currentColor;
}
@media only screen and (min-width: 992px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__rate--price-ota {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__rate--price-ota .wrapper .best-rate {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .not-available-message.qs-no-availabilities-button {
    padding-left: 0px;
  }
}
html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__html.diadao-qs__booking-informations {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__html.diadao-qs__booking-informations .wrapper.columns-1 ul.diadao-conditions {
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs ul.diadao-conditions {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 992px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__html.diadao-qs__booking-informations .wrapper.columns-1 ul.diadao-conditions, html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__html.diadao-qs__booking-informations .wrapper.columns-1 .wrapper-legend {
    width: 50%;
  }
}
html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  html .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .diadao-qs__book > span {
    text-align: left;
  }
}
html ul.hsc-conditions-list li:before, html ul.hsc-sticky-rooms-conditions li:before {
  background-color: #000;
}
html .diadao-qs span.diadao-qs__select__less, html .diadao-qs span.diadao-qs__select__more {
  border: 1px solid #D6EDEC;
}
html .diadao-qs span.diadao-qs__select__less::before, html .diadao-qs span.diadao-qs__select__more::before {
  font-weight: 300;
}
html .diadao-qs span.diadao-qs__select.diadao-qs__select-custom.less-disabled span.diadao-qs__select__less, html .diadao-qs span.diadao-qs__select.diadao-qs__select-custom.more-disabled span.diadao-qs__select__more {
  opacity: 0.5 !important;
}
html .qs-react[data-diadao-widget=best_price] {
  --diadao-hsc-loader-size: 16px;
}
@media only screen and (min-width: 992px) {
  html .qs-react[data-diadao-widget=best_price] {
    --diadao-hsc-loader-size: 20px;
  }
}
html .qs-react[data-diadao-widget=best_price] .diadao-qs {
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar .inner-hdp .hdp-columns {
  padding: 0;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .inner-hdp {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile i {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open i {
  display: none;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile.hsc-button-sticky-rooms-open::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  background-color: currentColor;
  transform: rotate(180deg);
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile.hsc-button-sticky-rooms-exit {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .inner-hdp > a.diadao-button-hdp-mobile.hsc-button-sticky-rooms-exit::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  background-color: currentColor;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .label-open-edit {
  font-weight: 600;
  font-size: 0.875rem;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra.device-responsive.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode #diadao-hdp-bar-mobile.is-fullmode {
  top: 0px;
  bottom: 80px !important;
  height: auto;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra.device-responsive.diadao-rooms-sticky-opened.diadao-sticky-is-fullmode #diadao-hdp-bar-mobile.is-fullmode .hsc-button-sticky-rooms-open {
  display: none;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs label {
  color: #AD172B;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__input-range .diadao-qs__input-date {
  background: transparent;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom {
  background: var(--diadao-hsc-sticky-room-desktop-input-date-bgcolor);
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs label {
  color: #AD172B;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__less, html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__more {
  width: 32px;
  height: 32px;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__less::before, html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__more::before {
  line-height: 32px;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__less::before {
  line-height: 30px;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .button-secondary {
  width: 100%;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__input-range .diadao-qs__input-date {
  background: transparent;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__select.diadao-qs__select-custom {
  background: var(--diadao-hsc-sticky-room-mobile-input-date-bgcolor);
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value span {
  color: #AD172B;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #diadao-hdp-bar-mobile .inner-hdp {
  width: 100%;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .diadao-hdp-bar-room .inner-hdp a.hsc-button-sticky-rooms-open {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .diadao-hdp-bar-room .inner-hdp a.hsc-button-sticky-rooms-open::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  background-color: currentColor;
  transform: rotate(180deg);
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .diadao-hdp-bar-room .inner-hdp a.hsc-button-sticky-rooms-open i {
  display: none;
  /*width: 20px;
  height: 20px;
  transform: rotate(180deg);
  svg {
  	path {
  		fill: $pureblack;
  	}
  }*/
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit {
  background-color: #FFF;
  border-bottom: 1px solid #E6E6E6;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .diadao-hdp-bar-room .inner-hdp a.hsc-button.hsc-button-sticky-rooms-exit::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-down.svg");
  background-color: currentColor;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #site[data-season=summer] .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs label, html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #site[data-season=summer] .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs label {
  color: #d99d3f;
}
html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #site[data-season=summer] .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value span, html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra #site[data-season=summer] .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value span {
  color: #d99d3f;
}

body.page .qs-snippet-booking-inner .diadao-button-close {
  right: auto;
  left: auto;
  top: auto;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
html:not(.touchevents) body.page .qs-snippet-booking-inner .diadao-button-close:hover, html:not(.touchevents) body.page .qs-snippet-booking-inner .diadao-button-close:focus-visible {
  box-shadow: none;
}

html body.diadao-sdk_template #diadao-qs-availabilities-snippet-booking,
html body.diadao-sdk_template #diadao-qs-snippet-booking {
  transform: translateX(-100%);
  overflow: clip;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  html body.diadao-sdk_template #diadao-qs-availabilities-snippet-booking,
  html body.diadao-sdk_template #diadao-qs-snippet-booking {
    max-width: 100%;
  }
}
html body.diadao-sdk_template #diadao-qs-availabilities-snippet-booking.opened,
html body.diadao-sdk_template #diadao-qs-snippet-booking.opened {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  body.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings {
    bottom: 0px;
  }
  body.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value {
    font-size: 0.875rem;
    letter-spacing: -0.03em;
  }
  body.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value span {
    background-color: #AD172B;
  }
  body.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--no-availabilities .wrapper-not-available > a.button-secondary {
    display: flex;
    padding: 8px;
  }
  body.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book--available a {
    padding: 8px 16px;
  }
  body.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book--available a::before {
    display: none;
  }
  body.device-responsive .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__book--available .original-link {
    display: none;
  }
}
#diadao-hdp-bar-mobile.is-fullmode .outer-hdp-overlay-close {
  transition: opacity 0.3s, visibility 0.3s;
}

html body:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-calendars .qs-calendars-wrapper .diadao-qs__range.rdr-DateRange .rdr-DateRange-Legend .rdr-DateRange-Legend--prices-legends .rdr-DateRange-Legend-openedDays {
  display: flex !important;
}

html body .qs-calendars .qs-calendars-wrapper .diadao-qs__range.rdr-DateRange .rdr-Calendar .rdr-Days > span.rdr-Day--cell-is-day-with-check-in-allowed {
  position: relative !important;
}

html body:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-calendars .qs-calendars-wrapper .diadao-qs__range.rdr-DateRange .rdr-Calendar .rdr-Days > span:not(.rdr-Day--cell-not-available).rdr-Day--cell-is-day-with-check-in-allowed:before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 1px !important;
  left: 1px !important;
  height: 0 !important;
  width: 0 !important;
  border-top: 8px solid #0085FF !important;
  border-right: 8px solid transparent !important;
  z-index: 5 !important;
}

html body .qs-calendars .qs-calendars-wrapper .diadao-qs__range.rdr-DateRange .rdr-Calendar .rdr-Days > span > span.rdr-Day span.rdr-Day-Price {
  font-size: 12px !important;
}

body.device-desktop .qs-react[data-diadao-widget=rooms_list_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--no-availabilities .qs-no-availabilities-button span i svg path,
body.device-desktop .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__rate.diadao-qs__rate--no-availabilities .qs-no-availabilities-button span i svg path {
  fill: #AD172B !important;
}

html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value span {
  background-color: #AD172B !important;
  color: white !important;
}

/*
body:not(.diadao-anaturaardenne).diadao-hotellamourra.device-desktop .qs-react[data-diadao-widget='rooms_list_single_hsc'] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__less, 
body:not(.diadao-anaturaardenne).diadao-hotellamourra.device-desktop .qs-react[data-diadao-widget='rooms_list_single_hsc'] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__more {
	background-color: white !important;
}

body:not(.diadao-anaturaardenne).diadao-hotellamourra.device-desktop .qs-react[data-diadao-widget='rooms_list_single_hsc'] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__less, 
body:not(.diadao-anaturaardenne).diadao-hotellamourra.device-desktop .qs-react[data-diadao-widget='rooms_list_single_hsc'] .diadao-qs .diadao-qs__select.diadao-qs__select-custom span.diadao-qs__select__more{
	color: black !important;
}

body .qs-react[data-diadao-widget=rooms_list_single_hsc] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value{
	color: black !important;
}

html body.page:not(.diadao-anaturaardenne).diadao-hotellamourra .qs-react[data-diadao-widget='rooms_list_single_hsc'] .diadao-qs .diadao-qs__remainings .diadao-qs__remainings__texts .remainings .value span{
	background-color: #AD172B !important;
	color: white !important;
}
*/
:root {
  --diadao-room-detail-menu-sticky-gradient: linear-gradient(90deg, rgba($blue-700, 0) -11.58%, rgba($blue-700, .50) 7.92%, $blue-700 29.47%);
  --diadao-room-detail-menu-desktop-left: 0px;
  --diadao-room-detail-menu-desktop-width: 100%;
  --diadao-room-detail-menu-desktop-height: 110px;
  --diadao-room-detail-menu-desktop-padding-left: 120px;
  --diadao-room-detail-menu-desktop-padding-right: 120px;
  --diadao-room-detail-menu-responsive-height: 0px;
  --diadao-room-detail-menu-responsive-padding-left: 40px;
  --diadao-room-detail-menu-responsive-padding-right: 80px;
  --diadao-room-detail-menu-slide-margin-right: 80px;
  --diadao-room-detail-panels-padding: 0px 2.4375rem 14.1875rem 2.625rem;
  --diadao-room-detail-desktop-panels-padding-top: 0px;
  --diadao-room-detail-hsc-sticky-desktop-top: 80px;
}
@media only screen and (max-width: 991px) {
  :root {
    --diadao-room-detail-menu-slide-margin-right: 32px;
  }
}

#diadao-room-detail-panel .kwpb-diadao-room-detail-panels .infos-room-wrapper {
  max-width: none !important;
}

.offcanvas.type-roomdetail {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-roomdetail {
    width: auto;
  }
}
.offcanvas.type-roomdetail .offcanvas-body {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .offcanvas.type-roomdetail .offcanvas-body {
    width: 90vw;
    max-width: 1600px;
  }
}

/*html {
	body.diadao-room-detail-enabled.diadao-room-detail-page {
		&.diadao-room-detail-bs {
			#diadao-room-detail-page-iframe {
				background-color: $blue-700; 

				.offcanvas-body {

					@include device_992_min {
						padding: var(--diadao-room-detail-menu-desktop-height) 140px 140px;
					}

					.gallery-snippet {
						padding-top: 0;
					}

					.module-hsc-snippet-room .roomdetail-bookingblock {
						top: 0;
					}
				}
			}
		}
	}
}*/
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-page-iframe .offcanvas-body.room-detail-content {
    padding: 0px;
  }
}
html body.page #diadao-room-detail-page-iframe .offcanvas-body.room-detail-content .kwpb-room-detail-menu {
  visibility: hidden;
}

html body.page #diadao-room-detail-panel .container-room-panel {
  width: 100%;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner {
  position: relative;
  padding: 62px 0px 160px;
  margin: 0px 16px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner {
    padding: 80px 0px;
    margin: 0px 6vw;
  }
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-content {
    padding-right: 348px;
  }
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .kwpb_content.module-hsc-snippet-room {
    width: 324px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery {
  margin: 0px -16px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-snippet {
    grid-template-rows: 99px 99px;
  }
}
@media only screen and (max-width: 991px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: span 4;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
@media only screen and (max-width: 991px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-item:nth-child(2) {
    display: block;
    grid-column-start: 5;
    grid-column-end: span 3;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
}
@media only screen and (max-width: 991px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-item:nth-child(3) {
    display: block;
    grid-column-start: 5;
    grid-column-end: span 3;
    grid-row-start: 2;
    grid-row-end: span 1;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-item img {
  border-radius: 0px;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-item .gallery-inner::before {
  background-color: #000;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-item .gallery-inner .gallery-count-more {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .room-panel-gallery .gallery-item .gallery-inner .gallery-count-more span {
  font-size: 2rem;
  letter-spacing: -0.03em;
  line-height: 0.8em;
  padding-bottom: 0.2em;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .infos-room-wrapper {
  margin-top: 32px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .infos-room-wrapper {
    margin-top: 40px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .infos-room-wrapper .snippet-room-desc {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .infos-room-wrapper .snippet-room-desc {
    margin-top: 40px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-metas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-metas li {
  display: inline;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-metas li::after {
  content: "•";
  margin: 0 0.35em;
  line-height: 1em;
  vertical-align: middle;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-metas li:last-child::after {
  display: none;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-desc h3 {
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-desc h3 {
    font-size: 3.5rem;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms {
    margin-top: 80px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__title {
  font-size: 2rem;
  line-height: 2rem;
  margin: 0px 0px 16px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__title {
    font-size: 3.5rem;
    line-height: 3rem;
    margin: 0px 0px 40px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__text li {
  padding-left: 24px;
  margin-bottom: 16px;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__text li:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__text li {
    padding-left: 32px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__text li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0px 8px 0px -24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/check.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/check.svg");
  background-color: currentColor;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__text li:before {
    width: 24px;
    height: 24px;
    margin: 0px 8px 0px -32px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__images {
    margin-top: 40px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image {
  position: relative;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image img, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image video, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image iframe, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image hls-video {
  aspect-ratio: calc(328 / 328);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 1280px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image {
    height: 52vh;
  }
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image img, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image video, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image iframe, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image hls-video {
    position: absolute;
    aspect-ratio: unset;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
  }
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image:nth-child(1) {
    flex: 1 1 0px;
  }
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-subrooms__image:nth-child(2) {
    flex: 0 0 32.7%;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-part2 {
  background-color: #FFF;
  margin: 32px -16px 0px;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-part2 {
    margin: 80px 0px 0px;
    padding: 48px;
  }
}
@media only screen and (min-width: 1640px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-part2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
}
@media only screen and (min-width: 1640px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tags {
    flex: 1 1 0px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-wrapper {
    margin: 0px -24px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-maintitle {
  flex: 0 0 100%;
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.125rem;
  margin: 0 0 24px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-maintitle {
    font-size: 4rem;
    line-height: 3.5rem;
    margin: 0 24px 56px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-content {
  flex: 0 0 100%;
  padding-top: 48px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-content {
    font-size: 4rem;
    line-height: 3.5rem;
    padding: 32px 24px 0;
  }
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-content:nth-child(2) {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-content {
    flex: 1 1 50%;
  }
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-content:nth-child(2), html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-content:nth-child(3) {
    padding-top: 0px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-content:nth-child(2) {
  padding-top: 0px;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-subtitle {
  font-family: "chesna_grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-subtitle {
    font-size: 1.25rem;
    line-height: 2rem;
    margin: 0 0 24px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text li, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text p {
  margin-bottom: 8px;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text li:last-child, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text p:last-child {
  margin-bottom: 8px;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text li {
  padding-left: 24px;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text li {
    padding-left: 32px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0px 8px 0px -24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/check.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/check.svg");
  background-color: currentColor;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-tag-text li:before {
    height: 24px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan {
    margin-top: 60px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan .nav.nav-pills {
  position: relative;
  display: inline-flex;
  margin-bottom: 40px;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan .nav.nav-pills:before {
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan .nav.nav-pills li.nav-item {
  z-index: 1;
  position: relative;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan .nav.nav-pills li.nav-item .nav-link {
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  border-radius: 0px;
  border-bottom: 4px solid transparent;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan .nav.nav-pills li.nav-item .nav-link.active {
  border-color: #AD172B;
}
@media only screen and (min-width: 992px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1640px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan {
    flex: 0 0 34%;
    margin-top: 0px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan img, html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .snippet-room-plan picture {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 550px;
  margin: 0 auto;
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .module-slider-rooms {
  margin-top: 32px;
  margin-left: 0px;
}
@media only screen and (min-width: 1640px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .module-slider-rooms {
    margin-top: 80px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .module-slider-rooms .thumbs-content {
  margin-top: 16px;
}
@media only screen and (min-width: 1640px) {
  html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .module-slider-rooms .thumbs-content {
    margin-top: 40px;
  }
}
html body.page #diadao-room-detail-panel .container-room-panel .kwpb-diadao-room-detail-panels .room-detail-inner .module-slider-rooms .swiper-pagination::before {
  display: none;
}

.customupgrade {
  position: relative;
  color: #FFF;
  overflow: hidden;
}
.customupgrade::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}
html:not(.touchevents) .customupgrade:hover .customupgrade__media, html:not(.touchevents) .customupgrade:focus-visible .customupgrade__media {
  transform: scale(1.1);
}
.customupgrade__media {
  position: relative;
  transition: transform 0.3s ease-out;
  z-index: 0;
}
.customupgrade__media img, .customupgrade__media video, .customupgrade__media iframe, .customupgrade__media hls-video {
  aspect-ratio: calc(328 / 328);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .customupgrade__media img, .customupgrade__media video, .customupgrade__media iframe, .customupgrade__media hls-video {
    aspect-ratio: calc(1020 / 600);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.customupgrade__infos {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .customupgrade__infos {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.customupgrade__features {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .customupgrade__features {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.customupgrade__features li {
  display: inline;
}
.customupgrade__features li::after {
  content: "•";
  margin: 0 0.35em;
  line-height: 1em;
  vertical-align: middle;
}
.customupgrade__features li:last-child::after {
  display: none;
}
.customupgrade__title {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .customupgrade__title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.customupgrade__link {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}

#diadao-room-detail-panel {
  background: #FAFCFF;
}

/*#diadao-room-detail-panel {
	.container-room-panel {
		width: 100%;
	}

	.kwpb-room-detail-menu {
		.kwpb-room-detail-menu-sticky {
			background: $blue-700; 

			&:after {
				// background: var(--diadao-room-detail-menu-sticky-gradient); 
				background: linear-gradient(90deg, rgba(#1C265C, 0) -11.58%, rgba(#1C265C, .50) 7.92%, #1C265C 29.47%);
			}

			.roomDetailMenuSwiper {
				.swiper-wrapper {
					@include device_1920_min {
						justify-content: center;
					}

					.swiper-slide {
						height: 100% !important; 

						.room-menu-item {			
							a {
								color: $white;

								.room-title {
									font-size: 9px;

									@include device_992_min {
										font-size: 12px;
									}


									strong {
										line-height: 1.6;
										font-size: 14px;

										@include device_992_min {
											font-size: 20px;
										}

									}
								}
							}
						}
					}
				}
			}
		}
	}

	.kwpb-diadao-room-detail-panels {	
		.room-panel-content {
			@include device_992_min {
				padding-right: 420px !important; // 380 + 40 margin

				@include device_1280_max{
					padding-right: 266px !important;
				}
			}

			.room-panel-gallery {	
				@include device_991_max {
					padding-inline: 16px;
				}

				.gallery-snippet {
					grid-gap: 16px;
				}
			}

			.infos-room-wrapper {
				.snippet-room-tag {
					&-wrapper {
						display: block; 
					}
				}

				.snippet-room-title {
					@extend h3;
				}

				.snippet-room-title,
				.snippet-room-metas,
				.snippet-room-tag-subtitle {
					color: $white;
				}

				.snippet-room-metas {
					@extend .text-big; 
				}


				.snippet-room-desc,
				.snippet-room-tag-text {
					color: $blue-100;
				}

				.snippet-room-tag-subtitle {
					@extend .text-big--bold; 
				}

				.snippet-room-part2 {		
					@include device_992_min {
						display: flex;
						gap: 80px;
						justify-content: space-between;
					}
				}

				// MARK: Equipements
				.snippet-room-services-title {
					@extend .text-big--bold;
					color: $white;
				}
				.snippet-room-services-list {
					@include flex(column, nowrap, flex-start, flex-start);
					gap: $grid-row-gap-default-responsive;

					li {
						@include flex(row, nowrap, left, center);
						gap: $grid-row-gap-default-responsive;

						@include device_992_min {
							gap: $grid-row-gap-default;
							padding-right: $grid-row-gap-default;
						}
					}
					.service {

						&-picto {
							&::before {
								border: 1px solid $blue-main;
								opacity: 1;
							}

							svg {			
								path {
									fill: $orange-main;
								}
							}
						}

						&-name {
							font-weight: 400;
							color: $blue-100;
						}
					}
				}
			}
		}

		.module-hsc-snippet-room {
			position: fixed;
			right: 0;

			@include device_992_min {
				position: relative;
				width: 380px !important;

				@include device_1280_max{
					width: 246px !important;
				}
			}

			.roombooking-card {
				background-color: $blue-800;
				border-radius: $media-border-radius;

				.roombooking-pricing {
					color: $white;

					.pricing-label {
						color: $blue-100;
					}

					.pricing-value {						
						@include device_992_min {
							font-size: 28px;
						}
					}
				}

				.roombooking-cta {
					.btn-secondary {
						width: 100%;
					}
				}
			}

			.roombooking-infos {
				color: $white;

				a {
					color: $blue-100;

					&:hover {
						color: $white;
					}
				}
			}
		}
	}

}
*/
.snippet-room-buttons {
  margin-top: 32px;
  margin-bottom: 24px;
}
.snippet-room-buttons a.btn {
  margin-right: 16px;
}
.snippet-room-buttons a[data-fancybox] {
  position: relative;
}

body .fancybox__content button.is-close-btn {
  top: 32px !important;
  right: 32px !important;
  opacity: 1 !important;
}
body .fancybox__content button.is-close-btn svg {
  display: none !important;
}
body .fancybox__content button.is-close-btn:after {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url(https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
}

.snippet-room-images {
  height: 560px;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.snippet-room-images .snippet-room-image-item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .snippet-room-images {
    height: auto;
    gap: initial;
    flex-wrap: wrap;
  }
}
.snippet-room-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.snippet-room-images > .snippet-room-image-item:first-child {
  width: calc(66% - 4px);
}
@media only screen and (max-width: 991px) {
  .snippet-room-images > .snippet-room-image-item:first-child {
    width: 100%;
    margin-top: 8px;
  }
}
.snippet-room-images > .snippet-room-image-item:last-child {
  width: calc(34% - 4px);
}
@media only screen and (max-width: 991px) {
  .snippet-room-images > .snippet-room-image-item:last-child {
    width: 100%;
    margin-top: 8px;
  }
}

.fancybox__slide.has-iframe {
  padding: 0px !important;
}
.fancybox__slide.has-iframe .fancybox__content {
  padding: 0px !important;
}
.fancybox__slide.has-iframe iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-pane-services {
  position: relative;
}

.snippet-room-desc ul {
  margin: 0px;
  padding: 0px;
}
.snippet-room-desc ul li {
  position: relative;
  margin: 0px;
  margin-bottom: 16px;
  padding-left: 30px;
}
.snippet-room-desc ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/check.svg");
}

.carousselrooms__slide__medias img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body .offcanvas:not(.show):not(.showing):not(.hiding) .offcanvas-body {
  display: none;
}

html body {
  /*#site[data-season="summer"] {
      .offcanvas#diadao-snippet-booking {

          .module-booking {
              background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-summer-desktop-menu.jpg");
          }
      }
  }*/
}
html body .offcanvas#diadao-snippet-booking {
  z-index: 1041 !important;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  html body .offcanvas#diadao-snippet-booking {
    max-width: 464px;
  }
}
html body .offcanvas#diadao-snippet-booking .offcanvas-body {
  width: 100%;
}
html body .offcanvas#diadao-snippet-booking .container, html body .offcanvas#diadao-snippet-booking .snippet-content {
  height: 100%;
}
html body .offcanvas#diadao-snippet-booking .module-booking {
  padding: 80px 16px 40px;
  width: 100%;
  height: 100%;
  background: #FAFCFF;
  background-size: 1920px auto;
  overflow-y: auto;
}
@media only screen and (min-width: 992px) {
  html body .offcanvas#diadao-snippet-booking .module-booking {
    padding: 112px 32px 40px;
    background-position: 50% top;
  }
}
html body .offcanvas#diadao-snippet-booking .containerbooking {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
html body .offcanvas#diadao-snippet-booking .menu-hotel {
  width: 100%;
}
html body .booking-menu-title {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 992px) {
  html body .booking-menu-title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
html body .booking-menu-subtitle {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
html body .booking-menu-subtitle img, html body .booking-menu-subtitle picture, html body .booking-menu-subtitle svg {
  height: 7px;
  width: auto;
}
html body .booking-menu-subtitle span {
  padding-left: 0.5rem;
}
html body .booking-menu-links {
  margin-top: 32px;
}
@media only screen and (min-width: 992px) {
  html body .booking-menu-links {
    margin-top: 40px;
  }
}
html body .booking-menu-links a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 48px 10px 56px;
  text-align: left;
  font-family: "chesna_grotesk", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  letter-spacing: -0.03em;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  html body .booking-menu-links a {
    padding: 23px 48px 19px 56px;
  }
}
html body .booking-menu-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}
html body .booking-menu-links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-arrow.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-arrow.svg");
  background-color: currentColor;
}
html body .booking-menu-links a.btn-booking-room::before {
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-qs-bed.svg");
}
html body .booking-menu-links a.btn-booking-private-stage::before {
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-qs-bed.svg");
}
html body .booking-menu-links a.btn-booking-restaurant::before {
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-qs-restaurant.svg");
}
html body .booking-menu-links a.btn-booking-spa::before {
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-qs-spa.svg");
}
html body .booking-menu-footer {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: auto;
  padding-top: 24px;
}
html body .booking-menu-footer a {
  color: inherit;
  text-decoration: underline;
}
html body .offcanvas#booking-hotel .offcanvas-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 16px 40px;
  background: #FAFCFF;
  background-size: 1920px auto;
}
@media only screen and (min-width: 992px) {
  html body .offcanvas#booking-hotel .offcanvas-body {
    padding: 112px 32px 40px;
    background-position: 50% top;
    max-width: 720px;
  }
}
html body .offcanvas#booking-hotel .booking-hotel__title {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 0.9em;
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  html body .offcanvas#booking-hotel .booking-hotel__title {
    font-size: 2.875rem;
    font-size: 3.5rem;
    line-height: 0.85em;
  }
}

.popup_reservation {
  padding: 80px 16px 40px;
  width: 100%;
  height: 100%;
  background: #FAFCFF;
  overflow-y: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /*#site[data-season="summer"] & {
      background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-summer-desktop-menu.jpg");
  }*/
}
@media only screen and (min-width: 992px) {
  .popup_reservation {
    padding: 112px 32px 40px;
    background-position: 50% top;
  }
}
@media only screen and (min-width: 992px) {
  .popup_reservation {
    width: 90vw;
    max-width: 464px;
  }
}
.popup_reservation__title {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 0.9em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 992px) {
  .popup_reservation__title {
    font-size: 2.875rem;
    font-size: 3.5rem;
    line-height: 0.85em;
  }
}
.popup_reservation__form {
  width: 100%;
}
.popup_reservation iframe {
  min-height: 500px;
  flex: 1 1 0px;
}
html body.page .popup_reservation .gform_wrapper form .gform_footer .diadao-sdk-button-gform:not(.sdk-diadao-disabled) {
  width: 100%;
}

.sitemap {
  position: relative;
}
.sitemap .wsp-container, .sitemap__container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .sitemap .wsp-container, .sitemap__container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .sitemap .wsp-container, .sitemap__container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .sitemap .wsp-container, .sepheader + .sitemap__container {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .sitemap .wsp-container, .sitemap__container {
    row-gap: 40px;
  }
}
.sitemap h2 {
  margin-top: 6.25rem;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .sitemap h2 {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.sitemap h2:first-child {
  margin-top: 0;
}
.sitemap ul {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .sitemap ul {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.sitemap ul li {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .sitemap ul li {
    width: calc((100% - 24px) / 2);
  }
}
.sitemap ul li ul.children {
  display: none;
}
.sitemap ul li a {
  padding: 0.625rem;
  font-weight: 600;
  background-color: #FFF;
  width: 100%;
  display: block;
  border-radius: 0px;
  transition: color 0.25s ease-in-out;
}
.sitemap ul li a:hover {
  color: #AD172B;
}

.highlights {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .highlights .anim-bg-content {
    width: 100vh;
  }
}
.highlights__container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  height: 80vh;
}
@media only screen and (min-width: 992px) {
  .highlights__container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .highlights__container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .highlights__container {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .highlights__container {
    height: 100vh;
  }
}
.highlights__images {
  position: relative;
  height: 100%;
  width: 100%;
}
.highlights__images:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .highlights__images:after {
    width: 100vh;
  }
}
.highlights__images img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.highlights__images img.active {
  opacity: 1;
}
.highlights__content {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 11;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .highlights__content {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.highlights__title {
  position: relative;
  color: #F5F1ED;
  z-index: 1;
}
.highlights__swiper {
  border-radius: 0;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .highlights__swiper {
    padding-bottom: 40px;
  }
}
.highlights__swiper .swiper-container {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .highlights__swiper .swiper-container {
    width: calc(100% - 200px);
  }
}
.highlights__swiper .swiper-actions {
  margin-top: 40px;
}
.highlights__swiper .swiper-actions .swiper-navigation {
  display: none;
}
.highlights__swiper .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets {
  position: relative;
  padding: 0;
  bottom: inherit;
  text-align: left;
}
.highlights__swiper .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.32;
  background-color: #273582;
}
.highlights__swiper .swiper-actions .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #273582;
}
.highlights .highlight__subtitle {
  color: #F5F1ED;
}

.module-form .container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .module-form .container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .module-form .container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .module-form .container {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .module-form .container {
    padding-inline: 0;
  }
}
.module-form__content {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .module-form__content {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
@media only screen and (min-width: 1640px) {
  .module-form__content {
    grid-column-start: 3;
    grid-column-end: span 4;
  }
}
.module-form__form {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (max-width: 991px) {
  .module-form__form {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .module-form__form {
    grid-column-start: 7;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 1640px) {
  .module-form__form {
    grid-column-start: 7;
    grid-column-end: span 5;
  }
}

.form_container {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .form_container {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .form_container {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .form_container {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .form_container {
    row-gap: 40px;
  }
}
.form_container__title, .form_container__text, .form_container__form {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .form_container__title, .form_container__text, .form_container__form {
    grid-column-start: 3;
    grid-column-end: span 10;
    padding: 0px 4vw;
  }
}
.revealOnScroll .form_container__title, .revealOnScroll .form_container__text, .revealOnScroll .form_container__form {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .form_container__title, .revealOnScroll.reveal .form_container__text, .revealOnScroll.reveal .form_container__form {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.centeredintro {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-content: flex-end;
  align-items: flex-end;
  row-gap: 0px;
}
@media only screen and (min-width: 992px) {
  .centeredintro {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .centeredintro {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .centeredintro {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .centeredintro {
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 0px;
  }
}
.centeredintro__subtitle, .centeredintro__title {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .centeredintro__subtitle, .centeredintro__title {
    grid-column-start: 2;
    grid-column-end: span 12;
    text-align: center;
  }
}
.revealOnScroll .centeredintro__subtitle, .revealOnScroll .centeredintro__title {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .centeredintro__subtitle, .revealOnScroll.reveal .centeredintro__title {
  transform: none;
}

@media only screen and (max-width: 991px) {
  html .booking-hotel__title {
    font-size: 3rem !important;
  }
  html body .qs-react[data-diadao-widget=booking_hsc] .diadao-qs .not-available-message.qs-no-availabilities-button {
    margin-bottom: 32px !important;
  }
}
html body.page-id-7804,
html body.page-id-7806 {
  background-color: transparent !important;
}
html body.page-id-7804 #diadao-main,
html body.page-id-7806 #diadao-main {
  width: 800px;
  margin-left: auto;
  padding: 32px;
  padding-top: 92px;
  background-color: #FAFCFF;
  height: 100vh;
  position: relative;
}
html body.page-id-7804 #diadao-main .booking-menu-footer,
html body.page-id-7806 #diadao-main .booking-menu-footer {
  visibility: hidden;
}
html body.page-id-7804 #diadao-main:after,
html body.page-id-7806 #diadao-main:after {
  content: "";
  width: 800px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/spinner-working.svg?v=1);
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
html body.page-id-7804 #diadao-main.hsw-is-loaded:after,
html body.page-id-7806 #diadao-main.hsw-is-loaded:after {
  content: none;
}
html body.page-id-7804 #diadao-main.hsw-is-loaded .booking-menu-footer,
html body.page-id-7806 #diadao-main.hsw-is-loaded .booking-menu-footer {
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  html body.page-id-7804 #diadao-main.hsw-is-loaded .booking-menu-footer,
  html body.page-id-7806 #diadao-main.hsw-is-loaded .booking-menu-footer {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  html body.page-id-7804 #diadao-main,
  html body.page-id-7806 #diadao-main {
    min-height: 800px;
  }
}
@media only screen and (max-width: 991px) {
  html body.page-id-7804 #diadao-main,
  html body.page-id-7806 #diadao-main {
    width: 100%;
    min-height: 100vh;
    height: auto;
  }
  html body.page-id-7804 #diadao-main:after,
  html body.page-id-7806 #diadao-main:after {
    width: 100%;
  }
}
html body.page-id-7804 #kwpb-front-editor-toggle,
html body.page-id-7804 .diadao-admin-front-editor,
html body.page-id-7806 #kwpb-front-editor-toggle,
html body.page-id-7806 .diadao-admin-front-editor {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  html body.page-id-7804 .booking-menu-footer,
  html body.page-id-7806 .booking-menu-footer {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  html body.page-id-7804 .booking-menu-footer,
  html body.page-id-7806 .booking-menu-footer {
    display: flex;
    text-align: left;
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: 100%;
  }
}
html body.page-id-7804 .booking-hotel__title,
html body.page-id-7806 .booking-hotel__title {
  margin-bottom: 64px;
}
html body .offcanvas[data-offcanvas-slug=panneau-hsc-chalets],
html body .offcanvas[data-offcanvas-slug=panneau-hsc-suites] {
  width: 100%;
}
html body .offcanvas-body.hsw-hotel-booking-iframe {
  width: 100%;
  height: 100vh;
  background-color: transparent;
  max-width: none;
}
@media only screen and (max-width: 991px) {
  html body .offcanvas-body.hsw-hotel-booking-iframe {
    height: 100%;
  }
}
html body .offcanvas-body.hsw-hotel-booking-iframe:not(.show) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
html body .offcanvas-body.hsw-hotel-booking-iframe:not(.show).showing {
  visibility: visible;
  opacity: 1;
  display: flex;
}
html body .offcanvas-body.hsw-hotel-booking-iframe button.diadao-button-close {
  visibility: hidden !important;
}
html body .offcanvas-body.hsw-hotel-booking-iframe iframe {
  width: 100%;
  height: 100vh;
  overflow: clip;
  border: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html body .offcanvas-body.hsw-hotel-booking-iframe iframe {
    height: 100%;
  }
}
html body.sdkbs-panel-opened[data-sdkbs-id=diadao-snippet-diadaopopup-7881] .offcanvas-body.hsw-hotel-booking-iframe:not(.show), html body.sdkbs-panel-opened[data-sdkbs-id=diadao-snippet-diadaopopup-7886] .offcanvas-body.hsw-hotel-booking-iframe:not(.show) {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.histoire {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .histoire {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .histoire {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .histoire {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .histoire {
    align-items: stretch;
    align-content: flex-start;
    row-gap: 0px;
  }
}
.histoire__containTitles {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .histoire__containTitles {
    grid-column-start: 2;
    grid-column-end: span 12;
    padding-bottom: 108px;
    text-align: center;
  }
}
.histoire__media1 {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 71.6%;
}
@media only screen and (min-width: 992px) {
  .histoire__media1 {
    grid-column-start: 1;
    grid-column-end: span 8;
    padding-top: 0%;
  }
}
.histoire__media1.revealOnScroll {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.histoire__media1.revealOnScroll.reveal {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}
.histoire__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.histoire__media img, .histoire__media video, .histoire__media iframe, .histoire__media hls-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.histoire__containTx {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  /*margin-bottom: $space-var-mobile;
  margin-bottom: calc(60px - 16px);*/
}
@media only screen and (min-width: 992px) {
  .histoire__containTx {
    grid-column-start: 10;
    grid-column-end: span 4;
    padding: 48px 0px calc(44vh + 69px);
    margin-bottom: 0px;
  }
}
.histoire__containTx:last-child {
  margin-bottom: 0px;
}
.histoire__media2 {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 84.7%;
  display: none;
}
@media only screen and (min-width: 992px) {
  .histoire__media2 {
    grid-column-start: 8;
    grid-column-end: span 6;
    margin-top: -44vh;
    display: block;
    box-shadow: 0px 80px 250px 0px rgba(96, 157, 159, 0.25);
  }
}
.histoire__media2.revealOnScroll .histoire__media {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.histoire__media2.revealOnScroll.reveal .histoire__media {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}
.revealOnScroll .histoire__subtitle, .revealOnScroll .histoire__title, .revealOnScroll .histoire__text, .revealOnScroll .histoire__buttons {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll .histoire__subtitle, .revealOnScroll .histoire__title, .revealOnScroll .histoire__text, .revealOnScroll .histoire__buttons {
    transform: translateY(300px);
  }
}
.revealOnScroll.reveal .histoire__subtitle, .revealOnScroll.reveal .histoire__title, .revealOnScroll.reveal .histoire__text, .revealOnScroll.reveal .histoire__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll.reveal .histoire__subtitle, .revealOnScroll.reveal .histoire__title, .revealOnScroll.reveal .histoire__text, .revealOnScroll.reveal .histoire__buttons {
    transform: none;
  }
}

.histoirepanel {
  position: relative;
  min-height: 100%;
  z-index: 2;
}
.histoirepanel__grid {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding: 64px 0;
  row-gap: 0px;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__grid {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .histoirepanel__grid {
    padding: 160px 0;
    row-gap: 0px;
  }
}
.histoirepanel__subtitle {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__subtitle {
    grid-column-start: 4;
    grid-column-end: span 9;
  }
}
.histoirepanel__title {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__title {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.histoirepanel__text {
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__text {
    grid-column-start: 4;
    grid-column-end: span 9;
  }
}
.histoirepanel__medias1 {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__medias1 {
    display: grid;
    grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 16px;
    grid-column-start: 3;
    grid-column-end: span 12;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .histoirepanel__medias1 {
    column-gap: 24px;
    row-gap: 0px;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
.histoirepanel__medias1__media {
  position: relative;
}
.histoirepanel__medias1__media img, .histoirepanel__medias1__media video, .histoirepanel__medias1__media iframe, .histoirepanel__medias1__media hls-video {
  aspect-ratio: calc(328 / 328);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__medias1__media img, .histoirepanel__medias1__media video, .histoirepanel__medias1__media iframe, .histoirepanel__medias1__media hls-video {
    aspect-ratio: auto;
  }
  .histoirepanel__medias1__media:first-child {
    grid-column-start: 1;
    grid-column-end: 9;
    height: 35vw;
  }
  .histoirepanel__medias1__media:first-child:last-child {
    grid-column-end: 13;
  }
  .histoirepanel__medias1__media:nth-child(2) {
    grid-column-start: 9;
    grid-column-end: 13;
    height: 35vw;
    margin-top: 40px;
  }
}
.histoirepanel__title2 {
  grid-column-start: 2;
  grid-column-end: span 6;
  padding: 149px 16px 56px;
  font-family: "freight-big-pro", serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__title2 {
    grid-column-start: 4;
    grid-column-end: span 9;
    padding: 83px 0 103px;
    font-size: 4rem;
    line-height: 1.2em;
  }
}
.histoirepanel__medias2 {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 8px;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__medias2 {
    display: grid;
    grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 16px;
    grid-column-start: 3;
    grid-column-end: span 12;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .histoirepanel__medias2 {
    column-gap: 24px;
    row-gap: 0px;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
.histoirepanel__medias2__media {
  position: relative;
}
.histoirepanel__medias2__media img, .histoirepanel__medias2__media video, .histoirepanel__medias2__media iframe, .histoirepanel__medias2__media hls-video {
  aspect-ratio: calc(328 / 328);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .histoirepanel__medias2__media img, .histoirepanel__medias2__media video, .histoirepanel__medias2__media iframe, .histoirepanel__medias2__media hls-video {
    aspect-ratio: auto;
  }
  .histoirepanel__medias2__media:first-child {
    grid-column-start: 1;
    grid-column-end: 9;
    height: 35vw;
  }
  .histoirepanel__medias2__media:first-child:last-child {
    grid-column-end: 13;
  }
  .histoirepanel__medias2__media:nth-child(2) {
    grid-column-start: 9;
    grid-column-end: 13;
    height: 35vw;
    margin-top: 40px;
  }
}

.carousselrooms {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .carousselrooms {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .carousselrooms {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .carousselrooms {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .carousselrooms {
    align-items: center;
    align-content: flex-start;
  }
}
.carousselrooms__part1 {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__part1 {
    grid-column-start: 2;
    grid-column-end: span 9;
  }
}
.carousselrooms__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__text {
    padding-top: 32px;
  }
}
.carousselrooms__part2 {
  grid-column-start: 2;
  grid-column-end: span 6;
  order: 2;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__part2 {
    grid-column-start: 11;
    grid-column-end: span 3;
    text-align: right;
    order: unset;
  }
}
.carousselrooms__swiper {
  overflow: visible;
}
.carousselrooms__swiper__container {
  grid-column-start: 2;
  grid-column-end: span 6;
  margin-top: 60px;
  margin-top: calc(60px - 16px);
}
@media only screen and (min-width: 992px) {
  .carousselrooms__swiper__container {
    grid-column-start: 2;
    grid-column-end: span 12;
    margin-top: 0px;
  }
}
.carousselrooms__slide {
  position: relative;
  width: 300px;
  height: 480px;
  overflow: hidden;
  color: #FFF;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__slide {
    width: 440px;
    height: 680px;
  }
}
.carousselrooms__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);
}
html:not(.touchevents) .carousselrooms__slide:hover .carousselrooms__slide__media--1, html:not(.touchevents) .carousselrooms__slide:focus-visible .carousselrooms__slide__media--1 {
  opacity: 1;
  visibility: visible;
}
.carousselrooms__slide__medias {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousselrooms__slide__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousselrooms__slide__media--1 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.carousselrooms__slide__media img, .carousselrooms__slide__media picture, .carousselrooms__slide__media svg, .carousselrooms__slide__media video, .carousselrooms__slide__media hls-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.carousselrooms__slide__infos {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 3;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__slide__infos {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}
.carousselrooms__slide__area {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__slide__area {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.carousselrooms__slide__title {
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__slide__title {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
.carousselrooms__slide__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
}
.carousselrooms__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__navigation {
    margin-top: 124px;
  }
}
.touchevents .carousselrooms__navigation {
  display: none;
}
.carousselrooms__navigation .swiper-pagination-horizontal.swiper-pagination-bullets {
  padding: 0px 18px;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .carousselrooms__navigation .swiper-pagination-horizontal.swiper-pagination-bullets {
    padding: 0px 36px;
  }
}
.carousselrooms__navigation .swiper-pagination-horizontal.swiper-pagination-bullets::before {
  display: none;
}
.carousselrooms__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 88px;
}
.carousselrooms__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 88px;
}
.carousselrooms__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #000;
}
.carousselrooms__navigation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet::before {
  background: rgba(0, 0, 0, 0.16);
}
.carousselrooms__arrow {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.carousselrooms__arrow::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 12px;
  left: 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-left.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-left.svg");
  background-color: #000;
}
.carousselrooms__arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.carousselrooms__next::before {
  -webkit-mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.svg");
  mask-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/icon-chevron-right.svg");
}
.restaubardesktop {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-restaurant.jpg") 50% 50% no-repeat #171212;
  background-size: 100% auto;
  color: #FFF;
  margin-top: 60px;
  box-shadow: 0 -100px 50px 0 rgba(96, 157, 159, 0.25);
}
@media only screen and (min-width: 992px) {
  .restaubardesktop {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .restaubardesktop {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .restaubardesktop {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .restaubardesktop {
    align-items: center;
    align-content: flex-start;
    padding: 24vh 0px;
    margin-top: 8vh;
  }
}
.restaubardesktop__maintitle {
  grid-column-start: 2;
  grid-column-end: span 6;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .restaubardesktop__maintitle {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.restaubardesktop__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .restaubardesktop__text {
    padding-top: 40px;
  }
}
.restaubardesktop__restaurant__partTx {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .restaubardesktop__restaurant__partTx {
    grid-column-start: 2;
    grid-column-end: span 4;
  }
}
.restaubardesktop__restaurant__partImg {
  grid-column-start: 2;
  grid-column-end: span 6;
}
.restaubardesktop__restaurant__partImg img, .restaubardesktop__restaurant__partImg video, .restaubardesktop__restaurant__partImg iframe, .restaubardesktop__restaurant__partImg hls-video {
  aspect-ratio: calc(954 / 687);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .restaubardesktop__restaurant__partImg {
    grid-column-start: 7;
    grid-column-end: span 7;
  }
}
.restaubardesktop__bar__partImg {
  grid-column-start: 2;
  grid-column-end: span 6;
}
.restaubardesktop__bar__partImg img, .restaubardesktop__bar__partImg video, .restaubardesktop__bar__partImg iframe, .restaubardesktop__bar__partImg hls-video {
  aspect-ratio: calc(1240 / 917);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .restaubardesktop__bar__partImg {
    grid-column-start: 1;
    grid-column-end: span 9;
  }
}
.restaubardesktop__bar__partTx {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .restaubardesktop__bar__partTx {
    grid-column-start: 10;
    grid-column-end: span 4;
    padding-left: 60px;
  }
}
.restaubardesktop .button-primary, .restaubardesktop .btn-primary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}
html:not(.touchevents) .restaubardesktop .button-primary:hover, html:not(.touchevents) .restaubardesktop .button-primary:focus-visible, html:not(.touchevents) .restaubardesktop .btn-primary:hover, html:not(.touchevents) .restaubardesktop .btn-primary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.05);
}

.restaubarmobile {
  padding: 56px 16px;
  color: #FFF;
  background-color: #291811;
}
@media only screen and (min-width: 992px) {
  .restaubarmobile {
    padding: 56px 7.3%;
    background: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/static/background-restaurant.jpg") center center;
    background-size: cover;
  }
}
.restaubarmobile__btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 32px;
}
.restaubarmobile__btn {
  position: relative;
  font-family: "freight-big-pro", serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 16px;
  color: #FFF;
  opacity: 0.3;
  transition: opacity 0.3s;
  flex: 1 1 50%;
  text-align: center;
}
.restaubarmobile__btn.active {
  opacity: 1;
}
.restaubarmobile__btn.active::before {
  left: 0;
  right: 0;
}
.restaubarmobile__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0px;
  height: 1px;
  background: #FFF;
  transition: left 0.3s, right 0.3s;
}
.restaubarmobile__tabs {
  position: relative;
}
.restaubarmobile__tab {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.restaubarmobile__tab.active {
  position: relative;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.restaubarmobile__text {
  padding-top: 16px;
}
.restaubarmobile__swiper {
  position: relative;
  height: 46vh;
  min-height: 360px;
  margin-top: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.restaubarmobile__swiper img, .restaubarmobile__swiper picture, .restaubarmobile__swiper svg, .restaubarmobile__swiper video, .restaubarmobile__swiper hls-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.restaubarmobile .button-primary, .restaubarmobile .btn-primary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}
html:not(.touchevents) .restaubarmobile .button-primary:hover, html:not(.touchevents) .restaubarmobile .button-primary:focus-visible, html:not(.touchevents) .restaubarmobile .btn-primary:hover, html:not(.touchevents) .restaubarmobile .btn-primary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.05);
}

.homedetente {
  position: relative;
  color: #FFF;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  align-content: center;
  height: 46vh;
  min-height: 360px;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  .homedetente {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .homedetente {
    height: 100vh;
    height: 100svh;
    min-height: 600px;
    margin-bottom: 8vh;
  }
}
.homedetente__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.homedetente__bg__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homedetente__bg__media img, .homedetente__bg__media picture, .homedetente__bg__media svg, .homedetente__bg__media video, .homedetente__bg__media hls-video {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.homedetente__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.homedetente__containTx {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .homedetente__containTx {
    grid-column-start: 4;
    grid-column-end: span 8;
  }
}
.homedetente__text {
  display: none;
  padding-top: 56px;
}
@media only screen and (min-width: 992px) {
  .homedetente__text {
    display: block;
  }
}
.revealOnScroll .homedetente__text, .revealOnScroll .homedetente__title, .revealOnScroll .homedetente__buttons {
  transform: translateY(168px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .homedetente__text, .revealOnScroll.reveal .homedetente__title, .revealOnScroll.reveal .homedetente__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.homedetente__buttons {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .homedetente__buttons {
    padding-top: 56px;
  }
}
.homedetente .commonbuttons, .homedetente .content-medias__content__buttons {
  padding-top: 0px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .homedetente .commonbuttons, .homedetente .content-medias__content__buttons {
    padding-top: 0px;
  }
}
.homedetente .button-primary, .homedetente .btn-primary {
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}
html:not(.touchevents) .homedetente .button-primary:hover, html:not(.touchevents) .homedetente .button-primary:focus-visible, html:not(.touchevents) .homedetente .btn-primary:hover, html:not(.touchevents) .homedetente .btn-primary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.05);
}

.mourrafooter {
  position: relative;
  margin-top: 60px;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding: 32px 0px 66vh;
}
@media only screen and (min-width: 992px) {
  .mourrafooter {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .mourrafooter {
    margin-top: 8vh;
    padding: 46vh 0px 20vh;
  }
}
.mourrafooter__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mourrafooter__media img, .mourrafooter__media picture, .mourrafooter__media svg, .mourrafooter__media video, .mourrafooter__media hls-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.mourrafooter__media__container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.mourrafooter__containTx {
  position: relative;
  z-index: 2;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .mourrafooter__containTx {
    grid-column-start: 7;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 1640px) {
  .mourrafooter__containTx {
    grid-column-start: 9;
    grid-column-end: span 5;
  }
}
.mourrafooter__containTx__bg {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-radius: 4px;
  padding: 32px;
}
@media only screen and (min-width: 992px) {
  .mourrafooter__containTx__bg {
    padding: 88px;
  }
}
.revealOnScroll .mourrafooter__containTx__bg {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll .mourrafooter__containTx__bg {
    transform: translateY(300px);
  }
}
.revealOnScroll.reveal .mourrafooter__containTx__bg {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll.reveal .mourrafooter__containTx__bg {
    transform: none;
  }
}
@media only screen and (min-width: 992px) {
  .mourrafooter__subtitle {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .mourrafooter__title .title-h1, .mourrafooter__title .title-h1 * {
    font-size: 6rem;
    line-height: 5rem;
  }
}
.mourrafooter__title + .mourrafooter__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .mourrafooter__title + .mourrafooter__text {
    padding-top: 56px;
  }
}

.valdisere365 {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-content: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .valdisere365 {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .valdisere365 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .valdisere365 {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .valdisere365 {
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 0px;
  }
}
.valdisere365__logo {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 1;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .valdisere365__logo {
    grid-column-start: 9;
    grid-column-end: span 2;
    grid-row-start: unset;
    grid-row-end: unset;
  }
}
.valdisere365__logo a {
  display: none;
}
.valdisere365__logo img, .valdisere365__logo picture, .valdisere365__logo svg, .valdisere365__logo video, .valdisere365__logo hls-video {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: darken;
}
.valdisere365__media1 {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-row-start: 1;
  grid-row-end: span 1;
  padding-top: 100%;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .valdisere365__media1 {
    grid-column-start: 2;
    grid-column-end: span 8;
    grid-row-start: unset;
    grid-row-end: unset;
    box-shadow: 0px 80px 250px 0px rgba(96, 157, 159, 0.25);
    padding-top: 63.4%;
  }
  .valdisere365__media1.withlogo {
    margin-top: -6vw;
  }
}
.valdisere365__media1.revealOnScroll .valdisere365__media {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1), opacity 0.3s, visibility 0.3s;
}
.valdisere365__media1.revealOnScroll.reveal .valdisere365__media {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: clip-path 1s cubic-bezier(0.57, 0, 0.08, 1) 0.4s, opacity 0.3s, visibility 0.3s;
}
.valdisere365__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.valdisere365__media img, .valdisere365__media video, .valdisere365__media iframe, .valdisere365__media hls-video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.valdisere365__containTx {
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-row-start: 2;
  grid-row-end: span 1;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .valdisere365__containTx {
    grid-column-start: 11;
    grid-column-end: span 3;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  .valdisere365__containTx.withlogo {
    margin-top: -6vw;
    padding-top: 6vw;
  }
}
.revealOnScroll .valdisere365__subtitle, .revealOnScroll .valdisere365__title, .revealOnScroll .valdisere365__text, .revealOnScroll .valdisere365__buttons {
  opacity: 0;
  visibility: hidden;
  transform: translateY(160px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .valdisere365__subtitle, .revealOnScroll.reveal .valdisere365__title, .revealOnScroll.reveal .valdisere365__text, .revealOnScroll.reveal .valdisere365__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.valdisere365__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .valdisere365__text {
    padding-top: 24px;
  }
}

.activities {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-content: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .activities {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .activities {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .activities {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .activities {
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 80px;
  }
}
.activities__titles {
  grid-column-start: 2;
  grid-column-end: span 6;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .activities__titles {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.revealOnScroll .activities__mainsubtitle, .revealOnScroll .activities__maintitle, .revealOnScroll .activities .seasonpanels__container {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .activities__mainsubtitle, .revealOnScroll.reveal .activities__maintitle, .revealOnScroll.reveal .activities .seasonpanels__container {
  transform: none;
}

.activitiespanel {
  min-height: 100%;
}
.activitiespanel__grid {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding: 64px 0;
  row-gap: 0px;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__grid {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .activitiespanel__grid {
    padding: 160px 0;
    row-gap: 0px;
  }
}
.activitiespanel__subtitle {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__subtitle {
    grid-column-start: 4;
    grid-column-end: span 9;
  }
}
.activitiespanel__title {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__title {
    grid-column-start: 3;
    grid-column-end: span 10;
  }
}
.activitiespanel__text {
  grid-column-start: 2;
  grid-column-end: span 6;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__text {
    grid-column-start: 4;
    grid-column-end: span 9;
  }
}
.activitiespanel__activity {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__activity {
    grid-column-start: 3;
    grid-column-end: span 10;
    padding-top: 106px;
  }
}
.activitiespanel__activity__line {
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__activity__line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
  }
}
.activitiespanel__activity__media {
  position: relative;
}
.activitiespanel__activity__media img, .activitiespanel__activity__media video, .activitiespanel__activity__media iframe, .activitiespanel__activity__media hls-video {
  aspect-ratio: calc(328 / 256);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__activity__media {
    align-self: flex-start;
    flex: 0 0 328px;
  }
  .activitiespanel__activity__media img, .activitiespanel__activity__media video, .activitiespanel__activity__media iframe, .activitiespanel__activity__media hls-video {
    aspect-ratio: calc(328 / 256);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
  }
}
.activitiespanel__activity__partTx {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__activity__partTx {
    padding: 0px 0px 0px 40px;
    flex: 1 1 0px;
  }
}
.activitiespanel__activity__title, .activitiespanel__activity__title * {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .activitiespanel__activity__title, .activitiespanel__activity__title * {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.valdiseregallery {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .valdiseregallery {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .valdiseregallery {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .valdiseregallery {
    padding-top: 16px;
  }
}
.valdiseregallery__titles {
  grid-column-start: 2;
  grid-column-end: span 6;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .valdiseregallery__titles {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.revealOnScroll .valdiseregallery__subtitle, .revealOnScroll .valdiseregallery__title {
  transform: translateY(168px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .valdiseregallery__subtitle, .revealOnScroll.reveal .valdiseregallery__title {
  transform: none;
}
.valdiseregallery__gallerycontainer {
  grid-column-start: 2;
  grid-column-end: span 6;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .valdiseregallery__gallerycontainer {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.valdiseregallery__gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0px, 1fr));
}
@media only screen and (min-width: 992px) {
  .valdiseregallery__gallery {
    gap: 24px;
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
.valdiseregallery__gallery__thumb {
  grid-column: span 6;
  position: relative;
  overflow: hidden;
}
.valdiseregallery__gallery__thumb img, .valdiseregallery__gallery__thumb video, .valdiseregallery__gallery__thumb iframe, .valdiseregallery__gallery__thumb hls-video {
  aspect-ratio: calc(531 / 384);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 640px) {
  .valdiseregallery__gallery__thumb {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 992px) {
  .valdiseregallery__gallery__thumb {
    grid-column: span 4;
  }
}
html:not(.touchevents) .valdiseregallery__gallery__thumb:hover img, html:not(.touchevents) .valdiseregallery__gallery__thumb:hover picture, html:not(.touchevents) .valdiseregallery__gallery__thumb:hover svg, html:not(.touchevents) .valdiseregallery__gallery__thumb:hover video, html:not(.touchevents) .valdiseregallery__gallery__thumb:hover hls-video, html:not(.touchevents) .valdiseregallery__gallery__thumb:focus-visible img, html:not(.touchevents) .valdiseregallery__gallery__thumb:focus-visible picture, html:not(.touchevents) .valdiseregallery__gallery__thumb:focus-visible svg, html:not(.touchevents) .valdiseregallery__gallery__thumb:focus-visible video, html:not(.touchevents) .valdiseregallery__gallery__thumb:focus-visible hls-video {
  transform: scale(1.1);
}
.valdiseregallery__gallery__thumb img, .valdiseregallery__gallery__thumb picture, .valdiseregallery__gallery__thumb svg, .valdiseregallery__gallery__thumb video, .valdiseregallery__gallery__thumb hls-video {
  transition: transform 0.3s ease-out;
}

.faqpage {
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  align-content: flex-end;
  align-items: flex-end;
  row-gap: 60pxx;
}
@media only screen and (min-width: 992px) {
  .faqpage {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .faqpage {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .faqpage {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .faqpage {
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 160px;
  }
}
.faqpage__block {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .faqpage__block {
    grid-column-start: 2;
    grid-column-end: span 12;
  }
}
.faqpage__title {
  text-align: center;
}
.faqpage__accordions {
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
  .faqpage__accordions {
    padding-top: 56px;
  }
}
.faqpage .accordeon-content {
  background-color: transparent;
  padding: 0px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content {
    background-color: transparent;
    margin: 0;
  }
}
.faqpage .accordeon-content .accordeon-item, .faqpage .accordeon-content .accordion-item {
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*&.opened {
      .accordeon-title h3::before {
          transform: rotate(-180deg);
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content .accordeon-item, .faqpage .accordeon-content .accordion-item {
    padding: 0px;
  }
  .faqpage .accordeon-content .accordeon-item .accordeon-title::before, .faqpage .accordeon-content .accordion-item .accordeon-title::before {
    display: block;
    position: absolute;
    top: 35px;
    left: 64px;
    content: "0" attr(data-id) ".";
    color: #AD172B;
    font-family: "chesna_grotesk", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transition: top 0.3s;
  }
  .faqpage .accordeon-content .accordeon-item:nth-child(n+10) .accordeon-title::before, .faqpage .accordeon-content .accordion-item:nth-child(n+10) .accordeon-title::before {
    content: attr(data-id) ".";
  }
}
.faqpage .accordeon-content .accordeon-item.initialized, .faqpage .accordeon-content .accordion-item.initialized {
  transition: padding 0.3s;
}
.faqpage .accordeon-content .accordeon-item.isopen, .faqpage .accordeon-content .accordion-item.isopen {
  background-color: #FFF;
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content .accordeon-item.isopen, .faqpage .accordeon-content .accordion-item.isopen {
    padding-bottom: 64px;
  }
}
.faqpage .accordeon-content .accordeon-item.isopen .accordeon-title::before, .faqpage .accordeon-content .accordion-item.isopen .accordeon-title::before {
  top: 67px;
}
.faqpage .accordeon-content .accordeon-title {
  position: relative;
  transition: background 0.3s;
}
.faqpage .accordeon-content .accordeon-title h3 {
  position: relative;
  padding: 16px 72px 0px 32px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1em;
  transition: padding 0.3s;
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content .accordeon-title h3 {
    font-size: 1.5rem;
    padding: 64px 104px 0px 134px;
  }
}
.faqpage .accordeon-content .accordeon-title h3::before, .faqpage .accordeon-content .accordeon-title h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 16px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transition: background-color 0.3s ease, margin-top 0.3s;
  margin-top: 8px;
  -webkit-mask-image: none;
  mask-image: none;
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content .accordeon-title h3::before, .faqpage .accordeon-content .accordeon-title h3::after {
    top: 32px;
    right: 64px;
    margin-top: 44px;
  }
}
.faqpage .accordeon-content .accordeon-title h3.collapsed {
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content .accordeon-title h3.collapsed {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.faqpage .accordeon-content .accordeon-title h3.collapsed::after {
  transform: rotate(90deg);
}
.faqpage .accordeon-content .accordeon-title h3.collapsed::before, .faqpage .accordeon-content .accordeon-title h3.collapsed::after {
  margin-top: 0px;
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content .accordeon-title h3.collapsed::before, .faqpage .accordeon-content .accordeon-title h3.collapsed::after {
    margin-top: 12px;
  }
}
.faqpage .accordeon-content .accordeon-title h3:not(:active) {
  transition: all 0.3s ease;
}
.faqpage .accordeon-content .accordeon-title:hover {
  /*h3 {
      color: var(--sdk-template-primary-500);

      &::before,&::after {
          background-color: var(--sdk-template-primary-400);
      }
  }*/
  background-color: #FFF;
}
.faqpage .accordeon-content .accordion-body {
  padding: 18px 32px 0px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6em;
}
@media only screen and (min-width: 992px) {
  .faqpage .accordeon-content .accordion-body {
    padding: 18px 70px 0px 134px;
    font-size: 1.25rem;
  }
}
.faqpage .accordeon-content .accordeon-text {
  box-sizing: content-box;
}
.faqpage .accordeon-content .accordeon-text p {
  margin: 0 0 1.6em;
}
.faqpage .accordeon-content .accordeon-text p:last-child {
  margin: 0;
}

.contactinfos {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .contactinfos {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .contactinfos {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .contactinfos {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .contactinfos {
    align-items: stretch;
    align-content: flex-start;
  }
}
.contactinfos__containTx {
  grid-column-start: 2;
  grid-column-end: span 6;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: flex-start;
  column-gap: 16px;
  row-gap: 16px;
  display: block;
  z-index: 1;
  align-content: flex-start;
}
@media only screen and (min-width: 992px) {
  .contactinfos__containTx {
    column-gap: 24px;
    row-gap: 0px;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .contactinfos__containTx {
    grid-column-start: 2;
    grid-column-end: span 6;
    display: grid;
  }
}
@media only screen and (min-width: 1440px) {
  .contactinfos__containTx {
    grid-column-start: 2;
    grid-column-end: span 5;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
}
.contactinfos__subtitle {
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .contactinfos__subtitle {
    grid-column-start: 2;
    grid-column-end: span 4;
  }
}
.revealOnScroll .contactinfos__subtitle {
  transform: translateY(150px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .contactinfos__subtitle {
  transform: none;
}
@media only screen and (min-width: 992px) {
  .contactinfos__title {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
@media only screen and (min-width: 1440px) {
  .contactinfos__title {
    grid-column-start: 1;
    grid-column-end: span 6;
  }
}
.revealOnScroll .contactinfos__title {
  transform: translateY(150px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .contactinfos__title {
  transform: none;
}
.contactinfos__text {
  padding-top: 16px;
}
@media only screen and (min-width: 992px) {
  .contactinfos__text {
    padding-top: 32px;
    grid-column-start: 2;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1440px) {
  .contactinfos__text {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
.revealOnScroll .contactinfos__text {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
.revealOnScroll.reveal .contactinfos__text {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .contactinfos__buttons {
    grid-column-start: 2;
    grid-column-end: span 6;
  }
}
@media only screen and (min-width: 1440px) {
  .contactinfos__buttons {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
.revealOnScroll .contactinfos__buttons {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: transform 1s, opacity 0.5s, visibility 0.5s;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll .contactinfos__buttons {
    transform: translateY(300px);
  }
}
.revealOnScroll.reveal .contactinfos__buttons {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .revealOnScroll.reveal .contactinfos__buttons {
    transform: none;
  }
}
.contactinfos__map {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 992px) {
  .contactinfos__map {
    grid-column-start: 8;
    grid-column-end: span 6;
  }
}
.contactinfos__map .diadao-sdk-map, .contactinfos__map .diadao-gmap-map {
  height: 100%;
}

.roomdirectory {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 0px;
}
@media only screen and (min-width: 992px) {
  .roomdirectory {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .roomdirectory {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .roomdirectory {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .roomdirectory {
    padding-top: 8vh;
  }
}
.roomdirectory__intra {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  grid-column-start: 2;
  grid-column-end: span 6;
  gap: 16px;
}
@media only screen and (min-width: 992px) {
  .roomdirectory__intra {
    grid-column-start: 3;
    grid-column-end: span 11;
    gap: 24px;
  }
}
.roomdirectory__intra a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 1 100%;
  background-color: #FFF;
  text-align: center;
  padding: 16px;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: -0.03em;
  padding: 46px;
}
@media only screen and (min-width: 640px) {
  .roomdirectory__intra a {
    display: block;
    flex: 1 1 40%;
    flex: 1 1 calc(50% - 16px);
    padding: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .roomdirectory__intra a {
    flex: 1 1 30%;
    flex: 1 1 calc(33.3% - 24px);
  }
}
.roomdirectory__intra a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/flag-uk.svg");
}
@media only screen and (min-width: 640px) {
  .roomdirectory__intra a::before {
    width: 128px;
    height: 128px;
    margin: 0 auto 24px;
  }
}
.roomdirectory__intra a[data-lang=fr]::before {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/flag-france.svg");
}
.roomdirectory__intra a[data-lang=ru]::before {
  background-image: url("https://hotellamourra-preprod.diadao-demo.net/wp-content/themes/diadao-077-sdkcustom-hotellamourra/assets/images/svg/flag-russia.svg");
}

.page404 {
  position: relative;
  display: grid;
  grid-template-columns: calc(16px - 16px) repeat(6, minmax(0px, 1fr)) calc(16px - 16px);
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .page404 {
    column-gap: 24px;
    row-gap: 108px;
    grid-template-columns: repeat(14, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .page404 {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}
@media only screen and (max-width: 991px) {
  .sepheader + .page404 {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .page404 {
    row-gap: 0px;
  }
}
.page404__img {
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
}
.page404__img img, .page404__img video, .page404__img iframe, .page404__img hls-video {
  aspect-ratio: calc(716 / 541);
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) {
  .page404__img {
    grid-column-start: 2;
    grid-column-end: span 5;
  }
}
.page404__partTx {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  grid-column-start: 2;
  grid-column-end: span 6;
}
@media only screen and (min-width: 992px) {
  .page404__partTx {
    grid-column-start: 7;
    grid-column-end: span 7;
    padding-left: 56px;
    gap: 54px;
  }
}
.page404__partTx p {
  margin: 0;
}
.page404__footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .page404__footer {
    gap: 40px;
  }
}
.page404__mail a {
  text-decoration: underline;
}

.content-medias__content__title {
  margin-bottom: 1em;
}

.kwpb-sdk-template-section {
  position: relative;
  z-index: 2;
}

:root {
  --fancybox-backdrop-color: #000;
  --f-button-border-radius: 0px;
}

.fancybox__backdrop {
  --fancybox-bg: var(--fancybox-backdrop-color);
}

.fancybox-custom-toolbar .diadao-sdk-button-booking {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: transparent;
  min-height: 48px;
  border: 0;
  transition: background-color 0.25s ease-in-out, border 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 8px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  width: auto;
  background-color: transparent;
}
@media only screen and (min-width: 992px) {
  .fancybox-custom-toolbar .diadao-sdk-button-booking {
    min-height: 64px;
    padding: 8px 32px;
  }
}
.fancybox-custom-toolbar .diadao-sdk-button-booking span {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  pointer-events: none;
  position: relative;
  letter-spacing: -0.03em;
  padding-top: 0.2em;
}
@media only screen and (min-width: 992px) {
  .fancybox-custom-toolbar .diadao-sdk-button-booking span {
    font-size: 1rem;
  }
}
html:not(.touchevents) .fancybox-custom-toolbar .diadao-sdk-button-booking:hover, html:not(.touchevents) .fancybox-custom-toolbar .diadao-sdk-button-booking:focus-visible {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
html:not(.touchevents) .fancybox-custom-toolbar .diadao-sdk-button-booking:hover, html:not(.touchevents) .fancybox-custom-toolbar .diadao-sdk-button-booking:focus-visible {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 640px) {
  .fancybox-custom-toolbar .diadao-sdk-button-booking {
    width: auto;
  }
}
.fancybox-custom-toolbar .diadao-sdk-button-booking:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.fancybox-custom-toolbar .diadao-sdk-button-phone {
  position: relative;
  color: #EC6136;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0 0 5px;
  padding: 0;
  font-size: 20px;
}
.fancybox-custom-toolbar .diadao-sdk-button-phone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.fancybox-custom-toolbar .diadao-sdk-button-phone span {
  pointer-events: none;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .fancybox-custom-toolbar .diadao-sdk-button-phone span {
    font-size: 16px;
  }
}
.fancybox-custom-toolbar .diadao-sdk-button-phone:hover::after {
  width: 100%;
}
.fancybox-custom-toolbar .diadao-sdk-button-phone.is-more-modal-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.fancybox-custom-toolbar .diadao-sdk-button-phone.is-more-modal-button::before {
  display: block;
  content: "+";
}

.fancybox__toolbar {
  z-index: 210;
  pointer-events: initial;
}
.fancybox__toolbar .btn-close-fancybox {
  z-index: 1;
}

.fancybox__nav {
  --f-button-border-radius: 50%;
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(0, 0, 0, 0.05);
  --f-button-svg-filter: none;
}
.fancybox__nav .f-button svg {
  color: #F5F1ED;
}
@media only screen and (max-width: 991px) {
  .fancybox__nav {
    display: none !important;
  }
}

.fancybox-image {
  border-radius: 0px;
}

.fancybox__slide {
  justify-content: center;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: none;
}

a[data-fancybox] {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
a[data-fancybox].button-video {
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

/*# sourceMappingURL=diadao-sdkcustom-hotellamourra.css.map */

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * freight-big-pro:
 *   - http://typekit.com/eulas/000000000000000077359fa3
 *   - http://typekit.com/eulas/000000000000000077359fa6
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-01-21 16:15:41 UTC"}*/

/**/

@font-face {
font-family:"freight-big-pro";
src:url("https://use.typekit.net/af/3021a6/000000000000000077359fa3/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/3021a6/000000000000000077359fa3/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/3021a6/000000000000000077359fa3/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

@font-face {
font-family:"freight-big-pro";
src:url("https://use.typekit.net/af/7e2d6c/000000000000000077359fa6/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/7e2d6c/000000000000000077359fa6/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/7e2d6c/000000000000000077359fa6/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=i3&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;
}

.tk-freight-big-pro { font-family: "freight-big-pro",serif; }

pre {
			background-color:rgb(203, 208, 249);
			padding: 20px;
			border-radius: 10px;
		}

		pre strong {
			font-weight: bold !important;
			color:#2c2370 !important;
		}

#gform_wrapper_1[data-form-index="0"].gform-theme,[data-parent-form="1_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}

.gform-theme--framework :where(
:not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
:not(svg *):not(symbol *)
:not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)
){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework ::after,.gform-theme--framework ::before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)),.gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)){list-style:none}.gform-theme--framework img{max-inline-size:100%;max-block-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework :where(dialog:modal){all:revert}.gform-theme--framework input[type=checkbox]::before,.gform-theme--framework input[type=radio]::before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]::after,.gform-theme--framework input[type=radio]::after{content:none}

.gform-theme--api,.gform-theme--foundation{--gf-form-gap-x:16px;--gf-form-gap-y:40px;--gf-field-gap-x:12px;--gf-field-gap-y:12px;--gf-label-width:30%;--gf-label-req-gap:6px;--gf-form-footer-margin-y-start:24px;--gf-form-footer-gap:8px;--gf-field-date-width:168px;--gf-field-time-width:110px;--gf-field-list-btns-gap:8px;--gf-field-list-btns-width:calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));--gf-field-pg-steps-gap-y:8px;--gf-field-pg-steps-gap-x:24px}.gform-theme--foundation *,.gform-theme--foundation ::after,.gform-theme--foundation ::before{box-sizing:border-box}.gform-theme--foundation fieldset,.gform-theme--foundation legend{background:0 0;padding:0}.gform-theme--foundation fieldset{border:none;display:block;margin:0}.gform-theme--foundation legend{margin-inline:0}.gform_anchor:focus-visible{outline:0}.gform_confirmation_wrapper:focus,.gform_wrapper:focus{outline:0}.gform-theme--foundation .hidden_label .gfield_label,.gform-theme--foundation .hidden_sub_label,.gform-theme--foundation .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform-theme--foundation button.screen-reader-text:focus{border:0;clip:auto;clip-path:none;height:auto;margin:0;position:static!important;width:auto}.gform-theme--foundation .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform-theme--foundation .gform-text-input-reset{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:currentColor;font-family:inherit;font-size:inherit;outline:0;padding:inherit;width:auto}@media (min-width:640px){.gform-theme--foundation .left_label .gfield .copy_values_option_container,.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .left_label .gfield>.ginput_container,.gform-theme--foundation .right_label .gfield .copy_values_option_container,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .right_label .gfield>.ginput_container{float:inline-end}.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength{margin-inline-start:auto}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)){inline-size:calc(100% - var(--gf-label-width))}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.ginput_container:where(.gform-grid-row){inline-size:calc((100% - var(--gf-label-width)) + var(--gf-field-gap-x))}.gform-theme--foundation:where(:not(.gform_editor)) .left_label .gfield_html_formatted,.gform-theme--foundation:where(:not(.gform_editor)) .right_label .gfield_html_formatted{margin-inline-start:var(--gf-label-width)}}.field_sublabel_below .ginput_complex{align-items:flex-start}.field_sublabel_above .ginput_complex{align-items:flex-end}.gform-theme--foundation .ginput_complex label,.gform-theme--foundation .ginput_complex legend{display:block}.gform-theme--foundation .ginput_complex input,.gform-theme--foundation .ginput_complex select{inline-size:100%}.gform-theme--foundation .gfield textarea{inline-size:100%}.gform-theme--foundation .gfield textarea.small{min-block-size:6rem}.gform-theme--foundation .gfield textarea.medium{min-block-size:12rem}.gform-theme--foundation .gfield textarea.large{min-block-size:18rem}.gform-theme--foundation .gfield .ginput_password,.gform-theme--foundation .gfield input,.gform-theme--foundation .gfield select{max-inline-size:100%}.gform-theme--foundation .gfield .ginput_password.small,.gform-theme--foundation .gfield input.small,.gform-theme--foundation .gfield select.small{inline-size:calc(25% - var(--gf-form-gap-x) * 3 / 4)}.gform-theme--foundation .gfield .ginput_password.medium,.gform-theme--foundation .gfield input.medium,.gform-theme--foundation .gfield select.medium{inline-size:calc(50% - var(--gf-form-gap-x)/ 2)}.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{inline-size:100%}.gform-theme--foundation .gform_fields{grid-column-gap:0;-moz-column-gap:0;column-gap:0;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);inline-size:100%;grid-row-gap:var(--gf-form-gap-y);row-gap:var(--gf-form-gap-y)}.gform-theme--foundation .gfield{grid-column:1/-1;min-inline-size:0}.gform-theme--foundation #field_submit,.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{display:flex;flex-wrap:wrap;gap:var(--gf-form-footer-gap)}.gform-theme--foundation #field_submit{align-items:flex-end}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths{inline-size:91.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths{inline-size:83.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter{inline-size:75%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds{inline-size:66.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths{inline-size:58.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half{inline-size:50%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths{inline-size:41.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third{inline-size:33.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter{inline-size:25%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth{inline-size:16.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth{inline-size:8.3333%!important}@media (min-width:640px){.gform-theme--foundation .gform_fields{-moz-column-gap:var(--gf-form-gap-x);column-gap:var(--gf-form-gap-x)}.gform-theme--foundation .gfield--width-full{grid-column:span 12}.gform-theme--foundation .gfield--width-eleven-twelfths{grid-column:span 11}.gform-theme--foundation .gfield--width-five-sixths{grid-column:span 10}.gform-theme--foundation .gfield--width-three-quarter{grid-column:span 9}.gform-theme--foundation .gfield--width-two-thirds{grid-column:span 8}.gform-theme--foundation .gfield--width-seven-twelfths{grid-column:span 7}.gform-theme--foundation .gfield--width-half{grid-column:span 6}.gform-theme--foundation .gfield--width-five-twelfths{grid-column:span 5}.gform-theme--foundation .gfield--width-third{grid-column:span 4}.gform-theme--foundation .gfield--width-quarter{grid-column:span 3}.gform-theme--foundation .gfield--width-one-sixth{grid-column:span 2}.gform-theme--foundation .gfield--width-one-twelfth{grid-column:span 1}.gform-theme--foundation .gform_footer.left_label,.gform-theme--foundation .gform_footer.right_label{padding-inline-start:var(--gf-label-width)}}.gform-theme--foundation .gform-grid-row{display:flex;flex-flow:row wrap;margin-inline:calc(var(--gf-field-gap-x) * -1 / 2);row-gap:var(--gf-field-gap-y)}.gform-theme--foundation .gform-grid-col{flex:none;inline-size:100%;padding-inline:calc(var(--gf-field-gap-x)/ 2)}.gform-theme--foundation .gform-grid-col.gform-grid-row{inline-size:calc(100% + var(--gf-field-gap-x))}@media (min-width:640px){.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto{flex:1;inline-size:auto}}.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation.gform_editor legend.gform-field-label>span{align-items:baseline;display:flex;flex-wrap:wrap;gap:var(--gf-label-req-gap)}.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]){display:inline-block}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){flex-direction:column;float:inline-start;gap:calc(var(--gf-label-req-gap)/ 3);inline-size:var(--gf-label-width)}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:start}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:end;justify-content:normal;text-align:end}}@media (min-width:640px){.gform-theme--foundation .left_label .gfield_description,.gform-theme--foundation .right_label .gfield_description{clear:inline-end;margin-inline-start:auto}}.gform-theme--foundation.ui-datepicker{background-color:#fff;box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;z-index:9999!important}.gform-theme--foundation.ui-datepicker .ui-icon{background-repeat:no-repeat;display:block;inset-block-start:0.3em;inset-inline-start:0.5em;margin-block-start:-0.25em;overflow:hidden;position:relative;text-indent:-99999px;vertical-align:middle}.gform-theme--foundation.ui-datepicker .ui-datepicker-header{padding-block:0.2em;position:relative}.gform-theme--foundation.ui-datepicker .ui-datepicker-next,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{block-size:1.8em;inline-size:1.8em;inset-block-start:2px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before{background-image:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:center;background-repeat:no-repeat;background-size:24px 24px;block-size:1em;content:"";display:inline-block;inline-size:1em;inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-next span,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span{display:block;inset-block-start:50%;inset-inline-start:50%;margin-block-start:-8px;margin-inline-start:-8px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-block-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{inset-inline-start:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next{inset-inline-end:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before{transform:translate(-50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-inline-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover{inset-inline-end:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-title{line-height:1.8em;margin-inline:2.3em;text-align:center}.gform-theme--foundation.ui-datepicker .ui-datepicker-title select{font-size:1em;margin-block:1px}.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker select.ui-datepicker-year{background-color:transparent;background-image:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px;padding-inline-end:24px}.gform-theme--foundation.ui-datepicker table{border-collapse:collapse;font-size:.9em;inline-size:100%;margin-block-end:0.4em;table-layout:fixed}.gform-theme--foundation.ui-datepicker th{border:0;font-weight:700;padding-block:0.7em;padding-inline:0.3em;text-align:center}.gform-theme--foundation.ui-datepicker td{border:0;padding:1px}.gform-theme--foundation.ui-datepicker td a,.gform-theme--foundation.ui-datepicker td span{display:block;margin:auto;padding:.25em .2em;text-align:center;text-decoration:none}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl{direction:rtl}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{transform:translate(50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before{transform:translate(50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:0 50%}.gform-theme--foundation .gform_drop_area{background-color:#fff;border:1px dashed #686e77;padding-block:32px;padding-inline:32px;text-align:center}.gform-theme--foundation .gform_drop_instructions,.gform-theme--foundation .gform_fileupload_rules{display:block}.gform-theme--foundation .chosen-container{display:inline-block;font-size:13px;position:relative;text-align:start;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform-theme--foundation .chosen-container *{box-sizing:border-box}.gform-theme--foundation .chosen-container a{cursor:pointer}.gform-theme--foundation .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-block-start:0;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%);inline-size:100%;inset-block-start:100%;position:absolute;z-index:1010}.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.gform-theme--foundation .chosen-container .chosen-single .group-name,.gform-theme--foundation .chosen-container .search-choice .group-name{color:#999;font-weight:400;margin-inline-end:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container .chosen-single .group-name::after,.gform-theme--foundation .chosen-container .search-choice .group-name::after{content:":";padding-inline-start:2px;vertical-align:top}.gform-theme--foundation .chosen-container-single .chosen-single{background:#fff linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;block-size:25px;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;line-height:24px;overflow:hidden;padding-block:0;padding-inline:8px 0;position:relative;text-decoration:none;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single span{display:block;margin-inline-end:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single abbr{background:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:6px;inset-inline-end:26px;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-single div{block-size:100%;display:block;inline-size:18px;inset-block-start:0;inset-inline-end:0;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single div b{background:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 0 2px;block-size:100%;display:block;inline-size:100%}.gform-theme--foundation .chosen-container-single .chosen-default{color:#999}.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span{margin-inline-end:38px}.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-search{margin-block:0;margin-inline:0;padding-block:3px;padding-inline:4px;position:relative;white-space:nowrap;z-index:1010}.gform-theme--foundation .chosen-container-single .chosen-search input[type=text]{background:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 100% -20px;block-size:auto;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;inline-size:100%;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:4px;padding-inline:5px 20px}.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search{clip:rect(0,0,0,0);clip-path:inset(100% 100%);position:absolute}.gform-theme--foundation .chosen-container-single .chosen-drop{background-clip:padding-box;border-end-end-radius:4px;border-end-start-radius:4px;border-start-end-radius:0;border-start-start-radius:0;margin-block-start:-1px}.gform-theme--foundation .chosen-container .chosen-results{color:#444;margin-block:0 4px;margin-inline:0 4px;max-block-size:240px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;padding-block:0;padding-inline:4px 0;position:relative}.gform-theme--foundation .chosen-container .chosen-results li{display:none;line-height:15px;list-style:none;margin-block:0;margin-inline:0;padding-block:5px;padding-inline:6px;-webkit-touch-callout:none;word-wrap:break-word}.gform-theme--foundation .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform-theme--foundation .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform-theme--foundation .chosen-container .chosen-results li.group-option{padding-inline-start:15px}.gform-theme--foundation .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform-theme--foundation .chosen-container-multi .chosen-choices{background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);block-size:auto;border:1px solid #aaa;cursor:text;inline-size:100%;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:5px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li{float:inline-start;list-style:none}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;white-space:nowrap}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:0 0!important;block-size:25px;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;inline-size:25px;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin-block:3px;margin-inline:0 5px;max-inline-size:100%;padding-block:3px;padding-inline:5px 20px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:4px;inset-inline-end:3px;position:absolute}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled{background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);border:1px solid #ccc;color:#666;padding-inline-end:5px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-results{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 0 #fff inset}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div{background:0 0;border-inline-start:none}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform-theme--foundation .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222}.gform-theme--foundation .chosen-disabled{cursor:default;opacity:.5!important}.gform-theme--foundation .chosen-disabled .chosen-single{cursor:default}.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform-theme--foundation .chosen-rtl{direction:rtl}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-position:-30px -20px}@media only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform-theme--foundation .chosen-container .chosen-results-scroll-down span,.gform-theme--foundation .chosen-container .chosen-results-scroll-up span,.gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-container-single .chosen-search input[type=text],.gform-theme--foundation .chosen-container-single .chosen-single abbr,.gform-theme--foundation .chosen-container-single .chosen-single div b,.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-image:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}.gform-theme--foundation .gf_invisible,.gform-theme--foundation .gfield_visibility_hidden{inset-inline-start:-9999px;position:absolute;visibility:hidden}.gform-theme--foundation .gf_hide_charleft .charleft{display:none!important}.gform-theme--foundation .ginput_counter{color:#767676;font-size:.8em}.gform-theme--foundation .ginput_counter_tinymce{border-block-start:1px solid #dcdcde;font-size:12px;padding-block:2px;padding-inline:10px}@media (min-width:640px){.gform-theme--foundation .ginput_address_city,.gform-theme--foundation .ginput_address_country,.gform-theme--foundation .ginput_address_state,.gform-theme--foundation .ginput_address_zip{inline-size:50%}}.gform-theme--foundation .gform_card_icon_container{block-size:32px;display:flex;margin-block-end:8px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon{background-image:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;block-size:32px;inline-size:40px;margin-inline-end:.3rem;text-indent:-9000px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected::after{background:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;block-size:10px;content:"";display:block;inline-size:13px;inset-block-end:4px;inset-inline-end:0;position:absolute}.gform-theme--foundation .ginput_cardinfo_left{display:flex;flex-direction:column}.gform-theme--foundation .ginput_cardinfo_left legend{float:inline-start}.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left{flex-direction:column-reverse;justify-content:flex-end}.gform-theme--foundation .ginput_cardinfo_right{display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform-theme--foundation .ginput_cardinfo_right label{inline-size:100%}.gform-theme--foundation .ginput_card_security_code{flex:1}.gform-theme--foundation .ginput_card_security_code_icon{align-self:center;background-image:url(https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-position:-382px center;background-repeat:no-repeat;block-size:32px;display:block;flex:none;inline-size:40px;margin-inline-start:.3em}@media (min-width:640px){.gform-theme--foundation .ginput_card_expiration_month_container,.gform-theme--foundation .ginput_card_expiration_year_container,.gform-theme--foundation .ginput_cardinfo_left,.gform-theme--foundation .ginput_cardinfo_right{inline-size:50%}.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code{flex:none;inline-size:50%}}.gform-theme--foundation .ginput_complex .ginput_container_date{inline-size:var(--gf-field-date-width)}.gform-theme--foundation .ginput_complex .ginput_container_date label{display:block}.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden,.gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden{display:none}.gform-theme--foundation .gform_validation_container{display:none!important}.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:attr(data-label)}.gform-theme--foundation .gfield_list_header{display:none}.gform-theme--foundation .gfield_header_item{word-break:break-word}.gform-theme--foundation .gfield_list_group{margin-block-end:var(--gf-field-gap-y)}.gform-theme--foundation .gfield_list_group:last-child{margin-block-end:0}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:4px}.gform-theme--foundation .gfield_list_group_item input,.gform-theme--foundation .gfield_list_group_item select,.gform-theme--foundation .gfield_list_group_item textarea{inline-size:100%}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{align-items:center;display:flex;gap:var(--gf-field-list-btns-gap)}.gform-theme--foundation .add_list_item,.gform-theme--foundation .delete_list_item{font-size:12px;padding:0}@media (min-width:640px){.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:none}.gform-theme--foundation .gfield_list_group,.gform-theme--foundation .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap}.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)){flex:1 1 0}.gform-theme--foundation .gfield_list_group_item{flex:1}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:0}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{flex:none;flex-wrap:wrap;inline-size:var(--gf-field-list-btns-width);justify-content:center}}.gform-theme--foundation .gf_page_steps{display:flex;flex-wrap:wrap;gap:var(--gf-field-pg-steps-gap-y) var(--gf-field-pg-steps-gap-x)}.gform-theme--foundation .gf_step_active{font-weight:500}.gform-theme--foundation .gform_show_password{inset-block-start:50%;inset-inline-end:12px;position:absolute;transform:translateY(-50%)}.gform-theme--foundation .password_input_container{display:block;position:relative}.gform-theme--foundation .ginput_password{display:block}.gform-theme--foundation .ginput_password input{inline-size:100%}.gform-theme--foundation ::-ms-reveal{display:none}.gform-theme--foundation .gfield--type-captcha iframe{block-size:78px;inline-size:100%}.gform-theme--foundation .gfield_post_tags_hint{margin:0}.gform-theme--foundation .ginput_complex .ginput_container_time{inline-size:var(--gf-field-time-width)}.gform-theme--foundation .hour_minute_colon{display:none}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}@media (min-width:640px){.gform-theme--foundation .gfield.gf_list_2col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col .gfield_radio{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_3col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col .gfield_radio{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_4col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col .gfield_radio{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_5col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col .gfield_radio{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio{display:block}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice{display:inline-grid;padding-block-end:12px;padding-inline-end:1rem}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label{max-inline-size:none}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{display:grid}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(2,1fr)}.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(3,1fr)}.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(4,1fr)}.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(5,1fr)}.gform-theme--foundation .gfield.gf_list_height_25 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_25 .gfield_radio .gchoice{block-size:25px}.gform-theme--foundation .gfield.gf_list_height_50 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_50 .gfield_radio .gchoice{block-size:50px}.gform-theme--foundation .gfield.gf_list_height_75 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_75 .gfield_radio .gchoice{block-size:75px}.gform-theme--foundation .gfield.gf_list_height_100 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_100 .gfield_radio .gchoice{block-size:100px}.gform-theme--foundation .gfield.gf_list_height_125 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_125 .gfield_radio .gchoice{block-size:125px}.gform-theme--foundation .gfield.gf_list_height_150 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_150 .gfield_radio .gchoice{block-size:150px}}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform-theme--foundation .gsection.gf_scroll_text{background-color:#fff;block-size:15rem;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;padding:2rem}.gform-theme--foundation .gsection.gf_scroll_text .gsection_title{margin-block-start:0}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue,.gform-theme--foundation .gfield.gfield_html.gf_alert_gray,.gform-theme--foundation .gfield.gfield_html.gf_alert_green,.gform-theme--foundation .gfield.gfield_html.gf_alert_red,.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin-block:1.25rem!important;margin-inline:0!important;padding:1.25rem!important}.gform-theme--foundation .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform-theme--foundation .gf_simple_horizontal{inline-size:calc(100% - 16px);margin-block:0;margin-inline:auto}.gform-theme--foundation .gf_simple_horizontal .gform_body,.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gform_body{inline-size:auto;max-inline-size:75%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label{display:table;inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{block-size:auto;display:table-cell;padding-inline-end:1em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small{inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{display:inline-block;margin-inline-end:.5em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gfield,.gform-theme--foundation .gf_simple_horizontal .ginput_container{margin-block-start:0!important}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{inline-size:auto;margin:0;max-inline-size:25%;padding:0;text-align:start}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit]{block-size:auto}.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message),.gform-theme--foundation .gf_simple_horizontal .gfield_label,.gform-theme--foundation .gf_simple_horizontal .ginput_complex label{block-size:1px;display:block;inline-size:1px;inset-block-start:0;inset-inline-start:-9000px;overflow:hidden;position:absolute}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-block:1px solid #e6db55;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-block:1px solid #ccc;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px rgba(221,215,131,.75);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{background:#fffce5;background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%);background-color:#fffbcc;border-block-end:1px solid #e6db55;border-block-start:2px solid #fff;color:#424242;font-size:28px;margin:0;max-inline-size:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{background:#dbf2b7;background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%);background-color:#fffbcc;border-block-end:1px solid #a7c37c;border-block-start:2px solid #effade;color:#030;font-size:28px;margin:0;max-inline-size:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_green_gradient::before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before{background:rgba(0,0,0,.2);box-shadow:0 15px 10px rgba(0,0,0,.2);content:"";inline-size:50%;inset-block:80% 15px;inset-inline-start:10px;max-inline-size:40%;position:absolute;transform:rotate(-3deg);z-index:-1}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after{inset-inline:auto 10px;transform:rotate(3deg)}.gform-theme--foundation .validation_message--hidden-on-empty:empty{display:none}.gform-theme--foundation .gform-loader{align-self:center;animation:gformLoader 1.1s infinite linear;block-size:10em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:10em;position:relative;transform:translateZ(0)}@keyframes gformLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

.gform-theme--api,.gform-theme--framework{--gf-radius:3px;--gf-radius-max-sm:2px;--gf-radius-max-md:3px;--gf-radius-max-lg:8px;--gf-transition-duration:0.15s;--gf-transition-ctrl:var(--gf-transition-duration);--gf-color-primary:#204ce5;--gf-color-primary-rgb:45,127,251;--gf-color-primary-contrast:#fff;--gf-color-primary-contrast-rgb:255,255,255;--gf-color-primary-darker:#044ad3;--gf-color-primary-lighter:#044ad3;--gf-color-secondary:#fff;--gf-color-secondary-rgb:255,255,255;--gf-color-secondary-contrast:#112337;--gf-color-secondary-contrast-rgb:17,35,55;--gf-color-secondary-darker:#f2f3f5;--gf-color-secondary-lighter:#f2f3f5;--gf-color-out-ctrl-dark:#585e6a;--gf-color-out-ctrl-dark-rgb:88,94,106;--gf-color-out-ctrl-dark-darker:#112337;--gf-color-out-ctrl-dark-lighter:#686e77;--gf-color-out-ctrl-light:#e5e7eb;--gf-color-out-ctrl-light-rgb:229,231,235;--gf-color-out-ctrl-light-darker:#d2d5db;--gf-color-out-ctrl-light-lighter:#f2f3f5;--gf-color-in-ctrl:#fff;--gf-color-in-ctrl-rgb:255,255,255;--gf-color-in-ctrl-contrast:#112337;--gf-color-in-ctrl-contrast-rgb:17,35,55;--gf-color-in-ctrl-darker:#f2f3f5;--gf-color-in-ctrl-lighter:#f2f3f5;--gf-color-in-ctrl-primary:var(--gf-color-primary);--gf-color-in-ctrl-primary-rgb:var(--gf-color-primary-rgb);--gf-color-in-ctrl-primary-contrast:var(--gf-color-primary-contrast);--gf-color-in-ctrl-primary-contrast-rgb:var(--gf-color-primary-contrast-rgb);--gf-color-in-ctrl-primary-darker:var(--gf-color-primary-darker);--gf-color-in-ctrl-primary-lighter:var(--gf-color-primary-lighter);--gf-color-in-ctrl-dark:#585e6a;--gf-color-in-ctrl-dark-rgb:88,94,106;--gf-color-in-ctrl-dark-darker:#112337;--gf-color-in-ctrl-dark-lighter:#686e77;--gf-color-in-ctrl-light:#e5e7eb;--gf-color-in-ctrl-light-rgb:229,231,235;--gf-color-in-ctrl-light-darker:#d2d5db;--gf-color-in-ctrl-light-lighter:#f2f3f5;--gf-color-danger:#c02b0a;--gf-color-danger-rgb:192,43,10;--gf-color-danger-contrast:#fff;--gf-color-danger-contrast-rgb:255,255,255;--gf-color-success:#399f4b;--gf-color-success-rgb:57,159,75;--gf-color-success-contrast:#fff;--gf-color-success-contrast-rgb:255,255,255}.gform-theme--api,.gform-theme--framework{--gf-font-family-base:initial;--gf-font-style-base:normal;--gf-font-family-primary:var(--gf-font-family-base);--gf-font-size-primary:14px;--gf-font-style-primary:var(--gf-font-style-base);--gf-font-weight-primary:400;--gf-letter-spacing-primary:0;--gf-line-height-primary:1.5;--gf-font-family-secondary:var(--gf-font-family-base);--gf-font-size-secondary:14px;--gf-font-style-secondary:var(--gf-font-style-base);--gf-font-weight-secondary:500;--gf-letter-spacing-secondary:0;--gf-line-height-secondary:1.43;--gf-font-family-tertiary:var(--gf-font-family-base);--gf-font-size-tertiary:14px;--gf-font-style-tertiary:var(--gf-font-style-base);--gf-font-weight-tertiary:400;--gf-letter-spacing-tertiary:0;--gf-line-height-tertiary:1.43}.gform-theme--api,.gform-theme--framework{--gf-icon-font-family:"gform-icons-orbital";--gf-icon-font-size:20px;--gf-icon-ctrl-checkbox:"\e900";--gf-icon-ctrl-select-down:"\e901";--gf-icon-ctrl-select-up:"\e902";--gf-icon-ctrl-select:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-number:url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-search:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-pwd-hidden:"\e90a";--gf-icon-ctrl-pwd-visible:"\e909";--gf-icon-ctrl-list-item-add:"\e90f";--gf-icon-ctrl-list-item-remove:"\e90e";--gf-icon-ctrl-save-continue:"\e910";--gf-icon-ctrl-pg-numbers-complete:"\e90b";--gf-icon-ctrl-cancel:"\e918";--gf-icon-ctrl-file:"\e911";--gf-icon-ctrl-file-completed:"\e90c";--gf-icon-ctrl-file-cancel:"\e904";--gf-icon-ctrl-file-remove:"\e919";--gf-icon-ctrl-datepicker:"\e91a";--gf-icon-ctrl-datepicker-left:"\e91b";--gf-icon-ctrl-datepicker-right:"\e91c";--gf-icon-ctrl-img-choice-placeholder:"\e922";--gf-icon-tooltip-error:"\e906"}.gform-theme--api,.gform-theme--framework{--gf-padding-x:12px;--gf-padding-y:12px;--gf-label-space-primary:8px;--gf-label-choice-field-space-primary:12px;--gf-label-space-x-secondary:12px;--gf-label-space-y-sm-secondary:-1px;--gf-label-space-y-md-secondary:0;--gf-label-space-y-lg-secondary:1px;--gf-label-space-y-xl-secondary:4px;--gf-label-space-y-secondary:var(--gf-label-space-y-md-secondary);--gf-label-space-tertiary:8px;--gf-desc-space:8px;--gf-desc-choice-field-space:12px}.gform-theme--api,.gform-theme--framework{--gf-ctrl-accent-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-appearance:none;--gf-ctrl-bg-color:var(--gf-color-in-ctrl);--gf-ctrl-bg-color-hover:var(--gf-ctrl-bg-color);--gf-ctrl-bg-color-focus:var(--gf-ctrl-bg-color);--gf-ctrl-bg-color-disabled:var(--gf-color-in-ctrl-light-lighter);--gf-ctrl-bg-color-error:var(--gf-ctrl-bg-color);--gf-ctrl-border-color:var(--gf-color-in-ctrl-dark-lighter);--gf-ctrl-border-color-hover:var(--gf-ctrl-border-color);--gf-ctrl-border-color-focus:var(--gf-color-primary);--gf-ctrl-border-color-disabled:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-border-color-error:var(--gf-color-danger);--gf-ctrl-border-style:solid;--gf-ctrl-border-width:1px;--gf-ctrl-radius:var(--gf-radius);--gf-ctrl-radius-max-sm:min(var(--gf-ctrl-radius), var(--gf-radius-max-sm));--gf-ctrl-radius-max-md:min(var(--gf-ctrl-radius), var(--gf-radius-max-md));--gf-ctrl-radius-max-lg:min(var(--gf-ctrl-radius), var(--gf-radius-max-lg));--gf-ctrl-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-ctrl-color:var(--gf-color-in-ctrl-contrast);--gf-ctrl-color-hover:var(--gf-ctrl-color);--gf-ctrl-color-focus:var(--gf-ctrl-color);--gf-ctrl-color-disabled:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.6);--gf-ctrl-color-error:var(--gf-ctrl-color);--gf-ctrl-icon-color:var(--gf-color-in-ctrl-dark-lighter);--gf-ctrl-icon-color-hover:var(--gf-color-in-ctrl-dark-darker);--gf-ctrl-icon-color-focus:var(--gf-ctrl-icon-color-hover);--gf-ctrl-icon-color-disabled:var(--gf-ctrl-icon-color);--gf-ctrl-size-sm:35px;--gf-ctrl-size-md:38px;--gf-ctrl-size-lg:47px;--gf-ctrl-size-xl:54px;--gf-ctrl-size:var(--gf-ctrl-size-md);--gf-ctrl-padding-x:var(--gf-padding-x);--gf-ctrl-padding-y:0;--gf-ctrl-font-family:var(--gf-font-family-primary);--gf-ctrl-font-size:var(--gf-font-size-primary);--gf-ctrl-font-style:var(--gf-font-style-base);--gf-ctrl-font-weight:var(--gf-font-weight-primary);--gf-ctrl-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-line-height:var(--gf-ctrl-size);--gf-ctrl-outline-color:transparent;--gf-ctrl-outline-color-focus:rgba(var(--gf-color-primary-rgb), 0.65);--gf-ctrl-outline-offset:1px;--gf-ctrl-outline-style:solid;--gf-ctrl-outline-width:0;--gf-ctrl-outline-width-focus:3px;--gf-ctrl-transition:var(--gf-transition-ctrl);--gf-ctrl-placeholder-color:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.7);--gf-ctrl-placeholder-font-family:var(--gf-ctrl-font-family);--gf-ctrl-placeholder-font-size:var(--gf-ctrl-font-size);--gf-ctrl-placeholder-font-style:var(--gf-ctrl-font-style);--gf-ctrl-placeholder-font-weight:var(--gf-ctrl-font-weight);--gf-ctrl-placeholder-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-ctrl-placeholder-opacity:1;--gf-ctrl-readonly-color:var(--gf-ctrl-color);--gf-ctrl-readonly-font-family:var(--gf-ctrl-font-family);--gf-ctrl-readonly-font-size:var(--gf-ctrl-font-size);--gf-ctrl-readonly-font-style:var(--gf-ctrl-font-style);--gf-ctrl-readonly-font-weight:500;--gf-ctrl-readonly-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-ctrl-readonly-line-height:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-btn-radius:var(--gf-radius);--gf-ctrl-btn-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-ctrl-btn-shadow-hover:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-shadow-focus:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-shadow-disabled:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-font-family:var(--gf-font-family-base);--gf-ctrl-btn-font-size-xs:12px;--gf-ctrl-btn-font-size-sm:14px;--gf-ctrl-btn-font-size-md:14px;--gf-ctrl-btn-font-size-lg:16px;--gf-ctrl-btn-font-size-xl:16px;--gf-ctrl-btn-font-size:var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-font-style:var(--gf-font-style-base);--gf-ctrl-btn-font-weight:500;--gf-ctrl-btn-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-btn-line-height:1;--gf-ctrl-btn-opacity:1;--gf-ctrl-btn-opacity-disabled:0.5;--gf-ctrl-btn-padding-y:0;--gf-ctrl-btn-padding-x-xs:8px;--gf-ctrl-btn-padding-x-sm:12px;--gf-ctrl-btn-padding-x-md:16px;--gf-ctrl-btn-padding-x-lg:20px;--gf-ctrl-btn-padding-x-xl:24px;--gf-ctrl-btn-padding-x:var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size-xs:30px;--gf-ctrl-btn-size-sm:var(--gf-ctrl-size-sm);--gf-ctrl-btn-size-md:var(--gf-ctrl-size-md);--gf-ctrl-btn-size-lg:var(--gf-ctrl-size-lg);--gf-ctrl-btn-size-xl:var(--gf-ctrl-size-xl);--gf-ctrl-btn-size:var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-text-decoration:none;--gf-ctrl-btn-text-transform:none;--gf-ctrl-btn-icon:none;--gf-ctrl-btn-icon-font-size:var(--gf-icon-font-size);--gf-ctrl-btn-icon-gap:6px;--gf-ctrl-btn-icon-transition:var(--gf-ctrl-transition);--gf-ctrl-btn-bg-color-primary:var(--gf-color-primary);--gf-ctrl-btn-bg-color-hover-primary:var(--gf-color-primary-darker);--gf-ctrl-btn-bg-color-focus-primary:var(--gf-ctrl-btn-bg-color-primary);--gf-ctrl-btn-bg-color-disabled-primary:var(--gf-ctrl-btn-bg-color-primary);--gf-ctrl-btn-border-color-primary:transparent;--gf-ctrl-btn-border-color-hover-primary:transparent;--gf-ctrl-btn-border-color-focus-primary:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-ctrl-btn-border-color-disabled-primary:transparent;--gf-ctrl-btn-border-style-primary:solid;--gf-ctrl-btn-border-width-primary:1px;--gf-ctrl-btn-color-primary:var(--gf-color-primary-contrast);--gf-ctrl-btn-color-hover-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-color-focus-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-color-disabled-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-icon-color-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-icon-color-hover-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-icon-color-focus-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-icon-color-disabled-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-bg-color-secondary:var(--gf-color-secondary);--gf-ctrl-btn-bg-color-hover-secondary:var(--gf-color-secondary-darker);--gf-ctrl-btn-bg-color-focus-secondary:var(--gf-ctrl-btn-bg-color-secondary);--gf-ctrl-btn-bg-color-disabled-secondary:var(--gf-ctrl-btn-bg-color-secondary);--gf-ctrl-btn-border-color-secondary:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-btn-border-color-hover-secondary:var(--gf-ctrl-btn-border-color-secondary);--gf-ctrl-btn-border-color-focus-secondary:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-ctrl-btn-border-color-disabled-secondary:var(--gf-ctrl-btn-border-color-secondary);--gf-ctrl-btn-border-style-secondary:solid;--gf-ctrl-btn-border-width-secondary:1px;--gf-ctrl-btn-color-secondary:var(--gf-color-secondary-contrast);--gf-ctrl-btn-color-hover-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-color-focus-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-color-disabled-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-icon-color-secondary:var(--gf-ctrl-icon-color);--gf-ctrl-btn-icon-color-hover-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-icon-color-focus-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-icon-color-disabled-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-bg-color-ctrl:var(--gf-color-in-ctrl-primary);--gf-ctrl-btn-bg-color-hover-ctrl:var(--gf-color-in-ctrl-primary-darker);--gf-ctrl-btn-bg-color-focus-ctrl:var(--gf-ctrl-btn-bg-color-ctrl);--gf-ctrl-btn-bg-color-disabled-ctrl:var(--gf-ctrl-btn-bg-color-ctrl);--gf-ctrl-btn-border-color-ctrl:transparent;--gf-ctrl-btn-border-color-hover-ctrl:transparent;--gf-ctrl-btn-border-color-focus-ctrl:var(--gf-ctrl-btn-bg-color-hover-ctrl);--gf-ctrl-btn-border-color-disabled-ctrl:transparent;--gf-ctrl-btn-border-style-ctrl:solid;--gf-ctrl-btn-border-width-ctrl:1px;--gf-ctrl-btn-color-ctrl:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-btn-color-hover-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-color-focus-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-color-disabled-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-icon-color-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-icon-color-hover-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-icon-color-focus-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-icon-color-disabled-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-bg-color-simple:transparent;--gf-ctrl-btn-bg-color-hover-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-bg-color-focus-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-bg-color-disabled-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-border-color-simple:transparent;--gf-ctrl-btn-border-color-hover-simple:var(--gf-ctrl-btn-border-color-simple);--gf-ctrl-btn-border-color-focus-simple:var(--gf-ctrl-border-color-focus);--gf-ctrl-btn-border-color-disabled-simple:var(--gf-ctrl-btn-border-color-simple);--gf-ctrl-btn-border-style-simple:solid;--gf-ctrl-btn-border-width-simple:1px;--gf-ctrl-btn-shadow-simple:none;--gf-ctrl-btn-shadow-hover-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-shadow-focus-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-shadow-disabled-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-color-simple:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.65);--gf-ctrl-btn-color-hover-simple:var(--gf-color-out-ctrl-dark);--gf-ctrl-btn-color-focus-simple:var(--gf-ctrl-btn-color-hover-simple);--gf-ctrl-btn-color-disabled-simple:var(--gf-ctrl-btn-color-simple);--gf-ctrl-btn-size-simple:24px;--gf-ctrl-btn-icon-color-simple:var(--gf-ctrl-btn-color-simple);--gf-ctrl-btn-icon-color-hover-simple:var(--gf-ctrl-btn-color-hover-simple);--gf-ctrl-btn-icon-color-focus-simple:var(--gf-ctrl-btn-color-focus-simple);--gf-ctrl-btn-icon-color-disabled-simple:var(--gf-ctrl-btn-color-disabled-simple)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-choice-check-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-choice-check-color-disabled:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.2);--gf-ctrl-choice-size-sm:18px;--gf-ctrl-choice-size-md:20px;--gf-ctrl-choice-size-lg:22px;--gf-ctrl-choice-size-xl:28px;--gf-ctrl-choice-size:var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-radius:var(--gf-ctrl-radius-max-sm);--gf-ctrl-checkbox-check-size-sm:12px;--gf-ctrl-checkbox-check-size-md:initial;--gf-ctrl-checkbox-check-size-lg:15px;--gf-ctrl-checkbox-check-size-xl:19px;--gf-ctrl-checkbox-check-size:var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-radius:50%;--gf-ctrl-radio-check-content:"";--gf-ctrl-radio-check-size-sm:6px;--gf-ctrl-radio-check-size-md:7px;--gf-ctrl-radio-check-size-lg:8px;--gf-ctrl-radio-check-size-xl:10px;--gf-ctrl-radio-check-size:var(--gf-ctrl-radio-check-size-md)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-date-picker-bg-color:var(--gf-ctrl-bg-color);--gf-ctrl-date-picker-shadow:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-ctrl-date-picker-padding-y:16px 12px;--gf-ctrl-date-picker-padding-y-viewport-sm:16px;--gf-ctrl-date-picker-padding-x:12px;--gf-ctrl-date-picker-padding-x-viewport-sm:16px;--gf-ctrl-date-picker-margin-y-start:12px;--gf-ctrl-date-picker-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-date-picker-width:250px;--gf-ctrl-date-picker-width-viewport-sm:300px;--gf-ctrl-date-picker-header-icons-width:20px;--gf-ctrl-date-picker-header-icons-color:var(--gf-ctrl-icon-color);--gf-ctrl-date-picker-header-icons-color-hover:var(--gf-ctrl-icon-color-hover);--gf-ctrl-date-picker-header-icons-font-size:20px;--gf-ctrl-date-picker-title-color:var(--gf-color-secondary-contrast);--gf-ctrl-date-picker-title-font-size:12px;--gf-ctrl-date-picker-title-font-size-viewport-sm:14px;--gf-ctrl-date-picker-title-font-weight:500;--gf-ctrl-date-picker-title-gap:4px;--gf-ctrl-date-picker-title-gap-viewport-sm:8px;--gf-ctrl-date-picker-title-line-height:1.5;--gf-ctrl-date-picker-title-margin-x:4px;--gf-ctrl-date-picker-title-margin-x-viewport-sm:8px;--gf-ctrl-date-picker-dropdown-bg-img:var(--gf-icon-ctrl-select);--gf-ctrl-date-picker-dropdown-bg-position:var(--gf-ctrl-select-icon-position);--gf-ctrl-date-picker-dropdown-bg-size:var(--gf-ctrl-select-icon-size);--gf-ctrl-date-picker-dropdown-border-color:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-date-picker-dropdown-border-style:var(--gf-ctrl-border-style);--gf-ctrl-date-picker-dropdown-border-width:var(--gf-ctrl-border-width);--gf-ctrl-date-picker-dropdown-shadow:0 1px 2px rgba(0, 0, 0, 0.05);--gf-ctrl-date-picker-dropdown-text-align:start;--gf-ctrl-date-picker-table-margin-y-start:16px;--gf-ctrl-date-picker-table-margin-y-end:0;--gf-ctrl-date-picker-head-cell-font-size:12px;--gf-ctrl-date-picker-head-cell-font-weight:600;--gf-ctrl-date-picker-head-cell-line-height:1.33;--gf-ctrl-date-picker-cell-padding:1px;--gf-ctrl-date-picker-cell-padding-y:6px;--gf-ctrl-date-picker-cell-padding-y-viewport-sm:var(--gf-ctrl-date-picker-cell-padding);--gf-ctrl-date-picker-cell-height:29px;--gf-ctrl-date-picker-cell-height-viewport-sm:40px;--gf-ctrl-date-picker-cell-font-size:14px;--gf-ctrl-date-picker-cell-font-weight:400;--gf-ctrl-date-picker-cell-line-height:1.43;--gf-ctrl-date-picker-cell-content-align-items:center;--gf-ctrl-date-picker-cell-content-bg-color-disabled:transparent;--gf-ctrl-date-picker-cell-content-bg-color-hover:#f4f8ff;--gf-ctrl-date-picker-cell-content-bg-color-selected:var(--gf-color-in-ctrl-primary);--gf-ctrl-date-picker-cell-content-border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-color-in-ctrl-primary);--gf-ctrl-date-picker-cell-content-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-date-picker-cell-content-color:var(--gf-color-secondary-contrast);--gf-ctrl-date-picker-cell-content-color-disabled:#cfd3d9;--gf-ctrl-date-picker-cell-content-color-hover:var(--gf-ctrl-date-picker-cell-content-color);--gf-ctrl-date-picker-cell-content-color-selected:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-date-picker-cell-content-width:27px;--gf-ctrl-date-picker-cell-content-width-viewport-sm:100%}.gform-theme--api,.gform-theme--framework{--gf-ctrl-desc-color:var(--gf-color-out-ctrl-dark);--gf-ctrl-desc-font-family:var(--gf-font-family-tertiary);--gf-ctrl-desc-font-size:var(--gf-font-size-tertiary);--gf-ctrl-desc-font-style:var(--gf-font-style-tertiary);--gf-ctrl-desc-font-weight:var(--gf-font-weight-tertiary);--gf-ctrl-desc-letter-spacing:var(--gf-letter-spacing-tertiary);--gf-ctrl-desc-line-height:var(--gf-line-height-tertiary);--gf-ctrl-desc-color-error:var(--gf-color-danger);--gf-ctrl-desc-font-family-error:var(--gf-ctrl-desc-font-family);--gf-ctrl-desc-font-size-error:var(--gf-ctrl-desc-font-size);--gf-ctrl-desc-font-style-error:var(--gf-ctrl-desc-font-style);--gf-ctrl-desc-font-weight-error:var(--gf-ctrl-desc-font-weight);--gf-ctrl-desc-letter-spacing-error:var(--gf-ctrl-desc-letter-spacing);--gf-ctrl-desc-line-height-error:var(--gf-ctrl-desc-line-height);--gf-ctrl-desc-border-color-consent:var(--gf-color-out-ctrl-light-darker);--gf-ctrl-desc-border-color-consent-focus:var(--gf-ctrl-border-color-focus);--gf-ctrl-desc-border-style-consent:solid;--gf-ctrl-desc-border-width-consent:1px;--gf-ctrl-desc-max-height-consent:456px}.gform-theme--api,.gform-theme--framework{--gf-ctrl-file-padding-x:0 var(--gf-ctrl-padding-x);--gf-ctrl-file-btn-bg-color:var(--gf-color-secondary-darker);--gf-ctrl-file-btn-bg-color-hover:var(--gf-color-secondary);--gf-ctrl-file-btn-bg-color-focus:var(--gf-ctrl-file-btn-bg-color);--gf-ctrl-file-btn-bg-color-disabled:var(--gf-ctrl-file-btn-bg-color);--gf-ctrl-file-btn-border-inline-end-width:1px;--gf-ctrl-file-btn-border-inline-end-style:solid;--gf-ctrl-file-btn-border-inline-end-color:var(--gf-ctrl-border-color);--gf-ctrl-file-btn-border-inline-end-color-hover:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-border-inline-end-color-focus:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-border-inline-end-color-disabled:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-radius:var(--gf-ctrl-radius);--gf-ctrl-file-btn-color:rgba(var(--gf-color-secondary-contrast-rgb), 0.725);--gf-ctrl-file-btn-color-hover:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-color-focus:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-color-disabled:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-font-family:var(--gf-font-family-base);--gf-ctrl-file-btn-font-size:14px;--gf-ctrl-file-btn-font-style:var(--gf-font-style-base);--gf-ctrl-file-btn-font-weight:500;--gf-ctrl-file-btn-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-file-btn-line-height:1.43;--gf-ctrl-file-btn-margin-x:0 12px;--gf-ctrl-file-btn-padding-x:12px;--gf-ctrl-file-btn-text-decoration:none;--gf-ctrl-file-btn-text-transform:none;--gf-ctrl-file-btn-transition:var(--gf-ctrl-transition);--gf-ctrl-file-zone-height:auto;--gf-ctrl-file-zone-border-style:dashed;--gf-ctrl-file-zone-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-file-zone-color:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.725);--gf-ctrl-file-zone-font-weight:500;--gf-ctrl-file-zone-line-height:1;--gf-ctrl-file-zone-padding-x:40px;--gf-ctrl-file-zone-padding-y:40px;--gf-ctrl-file-zone-icon-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-file-zone-icon-font-size:36px;--gf-ctrl-file-zone-icon-margin-y-end:8px;--gf-ctrl-file-zone-instructions-margin-y-end:12px;--gf-ctrl-file-prog-ui-gap:12px;--gf-ctrl-file-prog-ui-size:var(--gf-icon-font-size);--gf-ctrl-file-prog-bar-bg-color:var(--gf-color-out-ctrl-light);--gf-ctrl-file-prog-bar-bg-color-loading:var(--gf-color-primary);--gf-ctrl-file-prog-bar-height:6px;--gf-ctrl-file-prog-bar-radius:var(--gf-radius);--gf-ctrl-file-prog-bar-transition:var(--gf-transition-ctrl);--gf-ctrl-file-prog-text-color:var(--gf-ctrl-desc-color);--gf-ctrl-file-prog-text-min-width:33px;--gf-ctrl-file-prog-text-font-size:12px;--gf-ctrl-file-prog-btn-inset-y-start:-2px;--gf-ctrl-file-prog-btn-inset-x-end:-2px;--gf-ctrl-file-prog-btn-position:absolute;--gf-ctrl-file-prog-btn-font-size-cancel:0;--gf-ctrl-file-prog-btn-icon-size:var(--gf-icon-font-size);--gf-ctrl-file-prog-btn-icon-color-complete:var(--gf-color-success);--gf-ctrl-file-prev-area-gap:16px;--gf-ctrl-file-prev-area-margin-y-start:16px;--gf-ctrl-file-prev-font-family:var(--gf-font-family-secondary);--gf-ctrl-file-prev-font-size:var(--gf-font-size-secondary);--gf-ctrl-file-prev-font-style:var(--gf-font-style-secondary);--gf-ctrl-file-prev-font-weight:var(--gf-font-weight-secondary);--gf-ctrl-file-prev-letter-spacing:var(--gf-letter-spacing-secondary);--gf-ctrl-file-prev-line-height:1;--gf-ctrl-file-prev-gap:4px;--gf-ctrl-file-prev-name-color:var(--gf-ctrl-label-color-primary);--gf-ctrl-file-prev-name-line-height:var(--gf-line-height-secondary);--gf-ctrl-file-prev-name-overflow:hidden;--gf-ctrl-file-prev-name-padding-x-end:calc(var(--gf-ctrl-file-prog-btn-icon-size) + var(--gf-ctrl-file-prog-text-min-width) + calc(var(--gf-ctrl-file-prog-ui-gap) * 2));--gf-ctrl-file-prev-name-text-overflow:ellipsis;--gf-ctrl-file-prev-name-white-space:nowrap;--gf-ctrl-file-prev-size-color:var(--gf-ctrl-desc-color)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-label-color-primary:var(--gf-color-out-ctrl-dark-darker);--gf-ctrl-label-font-family-primary:var(--gf-font-family-secondary);--gf-ctrl-label-font-size-primary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-primary:var(--gf-font-style-secondary);--gf-ctrl-label-font-weight-primary:var(--gf-font-weight-secondary);--gf-ctrl-label-letter-spacing-primary:var(--gf-letter-spacing-secondary);--gf-ctrl-label-line-height-primary:var(--gf-line-height-secondary);--gf-ctrl-label-color-secondary:var(--gf-color-out-ctrl-dark-darker);--gf-ctrl-label-font-family-secondary:var(--gf-font-family-secondary);--gf-ctrl-label-font-size-secondary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-secondary:var(--gf-font-style-secondary);--gf-ctrl-label-font-weight-secondary:400;--gf-ctrl-label-letter-spacing-secondary:var(--gf-letter-spacing-secondary);--gf-ctrl-label-line-height-secondary:var(--gf-line-height-secondary);--gf-ctrl-label-color-tertiary:var(--gf-color-out-ctrl-dark);--gf-ctrl-label-font-family-tertiary:var(--gf-font-family-tertiary);--gf-ctrl-label-font-size-tertiary:var(--gf-font-size-tertiary);--gf-ctrl-label-font-style-tertiary:var(--gf-font-style-tertiary);--gf-ctrl-label-font-weight-tertiary:var(--gf-font-weight-tertiary);--gf-ctrl-label-letter-spacing-tertiary:var(--gf-letter-spacing-tertiary);--gf-ctrl-label-line-height-tertiary:var(--gf-line-height-tertiary);--gf-ctrl-label-color-quaternary:var(--gf-color-out-ctrl-dark);--gf-ctrl-label-font-family-quaternary:var(--gf-font-family-tertiary);--gf-ctrl-label-font-size-quaternary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-quaternary:var(--gf-font-style-tertiary);--gf-ctrl-label-font-weight-quaternary:var(--gf-font-weight-secondary);--gf-ctrl-label-letter-spacing-quaternary:var(--gf-letter-spacing-tertiary);--gf-ctrl-label-line-height-quaternary:var(--gf-line-height-tertiary);--gf-ctrl-label-color-req:var(--gf-color-danger);--gf-ctrl-label-font-family-req:var(--gf-ctrl-label-font-family-primary);--gf-ctrl-label-font-size-req:12px;--gf-ctrl-label-font-style-req:var(--gf-ctrl-label-font-style-primary);--gf-ctrl-label-font-weight-req:var(--gf-ctrl-label-font-weight-primary);--gf-ctrl-label-letter-spacing-req:var(--gf-ctrl-label-letter-spacing-primary);--gf-ctrl-label-line-height-req:var(--gf-ctrl-label-line-height-primary)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-number-spin-btn-appearance:var(--gf-ctrl-appearance);--gf-ctrl-number-spin-btn-bg-position:center center;--gf-ctrl-number-spin-btn-bg-size:8px 14px;--gf-ctrl-number-spin-btn-width:8px;--gf-ctrl-number-spin-btn-opacity:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-select-icon:var(--gf-icon-ctrl-select);--gf-ctrl-select-icon-hover:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-focus:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-disabled:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-position:calc(100% - var(--gf-ctrl-padding-x)) center;--gf-ctrl-select-icon-size:10px;--gf-ctrl-select-ms-expand:none;--gf-ctrl-select-padding-x:var(--gf-ctrl-padding-x) calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x));--gf-ctrl-select-dropdown-shadow:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-ctrl-select-dropdown-border-color:transparent;--gf-ctrl-select-dropdown-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-select-dropdown-option-bg-color-hover:var(--gf-color-in-ctrl-light-lighter);--gf-ctrl-select-dropdown-option-shadow-hover:inset 3px 0 0 var(--gf-color-in-ctrl-primary);--gf-ctrl-select-search-icon-size:var(--gf-icon-font-size);--gf-ctrl-select-search-icon-position:var(--gf-ctrl-padding-x) center;--gf-ctrl-select-search-padding-x:calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x) + 8px) var(--gf-ctrl-padding-x);--gf-ctrl-multiselect-height:130px;--gf-ctrl-multiselect-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-multiselect-line-height:1.5;--gf-ctrl-multiselect-padding-y:var(--gf-padding-y);--gf-ctrl-multiselect-close-icon-size:var(--gf-icon-font-size);--gf-ctrl-multiselect-close-icon-inset-y-start:calc(50% - (var(--gf-ctrl-multiselect-close-icon-size) / 2));--gf-ctrl-multiselect-close-icon-inset-x-end:calc((var(--gf-ctrl-padding-x) / 2) + 2px);--gf-ctrl-multiselect-selected-item-bg-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-multiselect-selected-item-radius:33px;--gf-ctrl-multiselect-selected-item-color:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-multiselect-selected-item-font-size:var(--gf-ctrl-font-size);--gf-ctrl-multiselect-selected-item-font-weight:600;--gf-ctrl-multiselect-selected-item-remove-icon-color:var(--gf-color-in-ctrl-primary-contrast)}html[dir=rtl] .gform-theme--api,html[dir=rtl] .gform-theme--framework{--gf-ctrl-select-icon-position:var(--gf-ctrl-padding-x) center;--gf-ctrl-select-search-icon-position:calc(100% - var(--gf-padding-x)) center}.gform-theme--api,.gform-theme--framework{--gf-ctrl-textarea-height:130px;--gf-ctrl-textarea-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-textarea-line-height:1.5;--gf-ctrl-textarea-padding-y:var(--gf-padding-y);--gf-ctrl-textarea-resize:vertical}.gform-theme--api,.gform-theme--framework{--gf-field-date-ctrl-padding-x-end:calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 4px);--gf-field-date-icon-color:var(--gf-ctrl-icon-color);--gf-field-date-icon-color-hover:var(--gf-ctrl-icon-color-hover);--gf-field-date-icon-transition:var(--gf-ctrl-transition);--gf-field-date-custom-icon-max-height:16px;--gf-field-date-custom-icon-max-width:16px;--gf-field-date-custom-icon-opacity:0.6;--gf-field-date-custom-icon-opacity-hover:1}.gform-theme--api,.gform-theme--framework{--gf-field-choice-gap:var(--gf-label-space-x-secondary);--gf-field-choice-align-x-gap-y:var(--gf-field-choice-gap);--gf-field-choice-align-x-gap-x:16px;--gf-field-choice-meta-margin-y-start:4px;--gf-field-choice-meta-space:16px;--gf-field-choice-other-ctrl-max-width:256px;--gf-field-img-choice-aspect-ratio:1/1;--gf-field-img-choice-ctrl-opacity:1;--gf-field-img-choice-ctrl-opacity-disabled:0.5;--gf-field-img-choice-gap:var(--gf-field-gap-x);--gf-field-img-choice-margin-y-end:12px;--gf-field-img-choice-other-ctrl-margin-y-start:16px;--gf-field-img-choice-placeholder-icon-font-size:60px;--gf-field-img-choice-radius-square:var(--gf-ctrl-radius-max-sm);--gf-field-img-choice-radius-round:50%;--gf-field-img-choice-shadow:0 0 0 rgba(18, 25, 97, 0.05),0 2px 5px rgba(18, 25, 97, 0.1),0 1px 1px rgba(18, 25, 97, 0.15);--gf-field-img-choice-shadow-hover:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-field-img-choice-size-sm:125px;--gf-field-img-choice-size-md:200px;--gf-field-img-choice-size-lg:300px;--gf-field-img-choice-size:var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space-sm:8px;--gf-field-img-choice-card-space-md:12px;--gf-field-img-choice-card-space-lg:16px;--gf-field-img-choice-card-space:var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-card-placeholder-bg-color:rgba(var(--gf-color-in-ctrl-light-rgb), 0.05);--gf-field-img-choice-card-placeholder-color:rgba(var(--gf-color-in-ctrl-dark-rgb), 0.4);--gf-field-img-choice-card-check-ind-bg-color:var(--gf-color-in-ctrl-primary);--gf-field-img-choice-card-check-ind-icon-color:var(--gf-color-in-ctrl-primary-contrast);--gf-field-img-choice-no-card-placeholder-bg-color:rgba(var(--gf-color-out-ctrl-light-rgb), 0.05);--gf-field-img-choice-no-card-placeholder-color:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.4);--gf-field-img-choice-no-card-check-ind-bg-color:var(--gf-color-in-ctrl-primary);--gf-field-img-choice-no-card-check-ind-icon-color:var(--gf-color-in-ctrl-primary-contrast);--gf-field-img-choice-check-ind-radius:50%;--gf-field-img-choice-check-ind-shadow:drop-shadow(0 1px 1px rgba(18, 25, 97, 0.15)) drop-shadow(0 2px 5px rgba(18, 25, 97, 0.1)) drop-shadow(0 0 0 rgba(18, 25, 97, 0.05));--gf-field-img-choice-check-ind-size-sm:24px;--gf-field-img-choice-check-ind-size-md:38px;--gf-field-img-choice-check-ind-size-lg:64px;--gf-field-img-choice-check-ind-size:var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon:var(--gf-icon-ctrl-checkbox);--gf-field-img-choice-check-ind-icon-size-sm:12px;--gf-field-img-choice-check-ind-icon-size-md:var(--gf-icon-font-size);--gf-field-img-choice-check-ind-icon-size-lg:30px;--gf-field-img-choice-check-ind-icon-size:var(--gf-field-img-choice-check-ind-icon-size-md)}.gform-theme--api,.gform-theme--framework{--gf-field-list-btn-size:16px;--gf-field-list-btn-radius:50%;--gf-field-list-btn-font-size:0;--gf-field-list-btn-padding-y:0;--gf-field-list-btn-padding-x:0}.gform-theme--api,.gform-theme--framework{--gf-field-pg-prog-color:var(--gf-color-out-ctrl-dark);--gf-field-pg-prog-font-family:var(--gf-font-family-base);--gf-field-pg-prog-font-size:14px;--gf-field-pg-prog-font-style:var(--gf-font-style-base);--gf-field-pg-prog-font-weight:600;--gf-field-pg-prog-letter-spacing:0;--gf-field-pg-prog-line-height:1;--gf-field-pg-prog-text-transform:uppercase;--gf-field-pg-prog-margin-y-end:24px;--gf-field-pg-prog-title-margin-y-end:16px;--gf-field-pg-prog-bar-bg-color:var(--gf-color-out-ctrl-light);--gf-field-pg-prog-bar-bg-color-blue:#204ce5;--gf-field-pg-prog-bar-bg-color-gray:var(--gf-color-out-ctrl-dark);--gf-field-pg-prog-bar-bg-color-green:#31c48d;--gf-field-pg-prog-bar-bg-color-orange:#ff5a1f;--gf-field-pg-prog-bar-bg-color-red:#c02b0a;--gf-field-pg-prog-bar-bg-gradient-spring:linear-gradient(270deg, #9cd790 0%, #76d7db 100%);--gf-field-pg-prog-bar-bg-gradient-blues:linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);--gf-field-pg-prog-bar-bg-gradient-rainbow:linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);--gf-field-pg-prog-bar-height:10px;--gf-field-pg-prog-bar-radius:100px;--gf-field-pg-steps-step-gap:12px;--gf-field-pg-steps-number-bg-color:transparent;--gf-field-pg-steps-number-bg-color-active:var(--gf-color-out-ctrl-light);--gf-field-pg-steps-number-bg-color-complete:var(--gf-color-primary);--gf-field-pg-steps-number-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-pg-steps-number-border-color-active:transparent;--gf-field-pg-steps-number-border-color-complete:var(--gf-color-primary);--gf-field-pg-steps-number-radius:50%;--gf-field-pg-steps-number-border-style:solid;--gf-field-pg-steps-number-border-width:2px;--gf-field-pg-steps-number-color:var(--gf-color-out-ctrl-dark);--gf-field-pg-steps-number-color-active:var(--gf-field-pg-steps-number-color);--gf-field-pg-steps-number-color-complete:var(--gf-color-primary-contrast);--gf-field-pg-steps-number-size:32px;--gf-field-pg-steps-icon-font-size:var(--gf-icon-font-size)}.gform-theme--api,.gform-theme--framework{--gf-field-pwd-ctrl-padding-x-end:calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 8px);--gf-field-pwd-str-bg-color:transparent;--gf-field-pwd-str-bg-color-mismatch:transparent;--gf-field-pwd-str-bg-color-short:transparent;--gf-field-pwd-str-bg-color-bad:transparent;--gf-field-pwd-str-bg-color-good:transparent;--gf-field-pwd-str-bg-color-strong:transparent;--gf-field-pwd-str-border-color:transparent;--gf-field-pwd-str-border-color-mismatch:transparent;--gf-field-pwd-str-border-color-short:transparent;--gf-field-pwd-str-border-color-bad:transparent;--gf-field-pwd-str-border-color-good:transparent;--gf-field-pwd-str-border-color-strong:transparent;--gf-field-pwd-str-radius:0;--gf-field-pwd-str-border-style:var(--gf-ctrl-border-style);--gf-field-pwd-str-border-width:0;--gf-field-pwd-str-color:var(--gf-color-out-ctrl-dark);--gf-field-pwd-str-color-mismatch:#c02b0a;--gf-field-pwd-str-color-short:#c02b0a;--gf-field-pwd-str-color-bad:#ff5a1f;--gf-field-pwd-str-color-good:#8b6c32;--gf-field-pwd-str-color-strong:#399f4b;--gf-field-pwd-str-font-family:var(--gf-font-family-secondary);--gf-field-pwd-str-font-size:var(--gf-font-size-primary);--gf-field-pwd-str-font-style:var(--gf-font-style-secondary);--gf-field-pwd-str-font-weight:var(--gf-font-weight-secondary);--gf-field-pwd-str-letter-spacing:var(--gf-letter-spacing-secondary);--gf-field-pwd-str-line-height:1;--gf-field-pwd-str-margin-y-start:16px;--gf-field-pwd-str-padding-y:0;--gf-field-pwd-str-padding-x:calc(65px + 8px) 0;--gf-field-pwd-str-text-align:start;--gf-field-pwd-str-transition:var(--gf-transition-ctrl);--gf-field-pwd-str-ind-bg-color:var(--gf-color-out-ctrl-light);--gf-field-pwd-str-ind-bg-color-mismatch:var(--gf-field-pwd-str-color-mismatch);--gf-field-pwd-str-ind-bg-color-short:var(--gf-field-pwd-str-color-short);--gf-field-pwd-str-ind-bg-color-bad:var(--gf-field-pwd-str-color-bad);--gf-field-pwd-str-ind-bg-color-good:var(--gf-field-pwd-str-color-good);--gf-field-pwd-str-ind-bg-color-strong:var(--gf-field-pwd-str-color-strong);--gf-field-pwd-str-ind-height:6px;--gf-field-pwd-str-ind-radius:var(--gf-radius);--gf-field-pwd-str-ind-content:"";--gf-field-pwd-str-ind-display:inline-block;--gf-field-pwd-str-ind-width:65px;--gf-field-pwd-str-ind-width-blank:0;--gf-field-pwd-str-ind-width-mismatch:65px;--gf-field-pwd-str-ind-width-short:22px;--gf-field-pwd-str-ind-width-bad:37px;--gf-field-pwd-str-ind-width-good:46px;--gf-field-pwd-str-ind-width-strong:65px;--gf-field-pwd-str-ind-inset-y-start:50%;--gf-field-pwd-str-ind-inset-x-start:0;--gf-field-pwd-str-ind-position:absolute;--gf-field-pwd-str-ind-transform:translateY(-50%);--gf-field-pwd-str-ind-transition:var(--gf-transition-ctrl)}.gform-theme--api,.gform-theme--framework{--gf-field-prod-quant-margin-y-end:var(--gf-field-gap-y);--gf-field-prod-quant-width:150px;--gf-field-prod-price-color:var(--gf-ctrl-label-color-primary)}.gform-theme--api,.gform-theme--framework{--gf-field-repeater-gap-y:var(--gf-form-gap-y);--gf-field-repeater-btn-inline-gap:var(--gf-form-gap-x);--gf-field-repeater-separator-color:var(--gf-color-out-ctrl-light-darker);--gf-field-repeater-separator-size:1px;--gf-field-repeater-nested-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-repeater-nested-border-size:1px;--gf-field-repeater-nested-border-style:solid;--gf-field-repeater-nested-padding-x-start:20px}.gform-theme--api,.gform-theme--framework{--gf-field-section-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-section-border-style:solid;--gf-field-section-border-width:1px;--gf-field-section-padding-y-end:8px}.gform-theme--api,.gform-theme--framework{--gf-form-validation-bg-color:rgba(var(--gf-color-danger-rgb), 0.03);--gf-form-validation-border-color:rgba(var(--gf-color-danger-rgb), 0.25);--gf-form-validation-border-color-focus:var(--gf-color-danger);--gf-form-validation-border-width:1px;--gf-form-validation-border-style:solid;--gf-form-validation-radius:var(--gf-ctrl-radius-max-md);--gf-form-validation-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-form-validation-color:var(--gf-color-danger);--gf-form-validation-font-family:var(--gf-font-family-primary);--gf-form-validation-font-size:var(--gf-font-size-primary);--gf-form-validation-gap:8px;--gf-form-validation-line-height:1.43;--gf-form-validation-margin-y:0 var(--gf-form-gap-y);--gf-form-validation-outline-color-focus:rgba(var(--gf-color-danger-rgb), 0.65);--gf-form-validation-outline-focus:var(--gf-ctrl-outline-width-focus) var(--gf-ctrl-outline-style) var(--gf-form-validation-outline-color-focus);--gf-form-validation-padding-y:20px;--gf-form-validation-padding-x:16px;--gf-form-validation-heading-color:var(--gf-form-validation-color);--gf-form-validation-heading-font-family:var(--gf-form-validation-font-family);--gf-form-validation-heading-font-size:var(--gf-form-validation-font-size);--gf-form-validation-heading-font-weight:500;--gf-form-validation-heading-line-height:var(--gf-form-validation-line-height);--gf-form-validation-heading-gap:12px;--gf-form-validation-heading-icon-bg-color:rgba(var(--gf-color-danger-rgb), 0.05);--gf-form-validation-heading-icon-border-color:var(--gf-form-validation-border-color);--gf-form-validation-heading-icon-border-width:2px;--gf-form-validation-heading-icon-border-style:var(--gf-form-validation-border-style);--gf-form-validation-heading-icon-radius:50%;--gf-form-validation-heading-icon-color:var(--gf-form-validation-heading-color);--gf-form-validation-heading-icon-font-size:18px;--gf-form-validation-heading-icon-size:20px;--gf-form-validation-summary-block-start:4px;--gf-form-validation-summary-color:var(--gf-form-validation-color);--gf-form-validation-summary-font-family:var(--gf-form-validation-font-family);--gf-form-validation-summary-font-size:var(--gf-form-validation-font-size);--gf-form-validation-summary-font-weight:400;--gf-form-validation-summary-line-height:var(--gf-form-validation-line-height);--gf-form-validation-summary-padding-x:48px;--gf-form-validation-summary-item-link-text-decoration:underline}.gform-theme--api,.gform-theme--framework{--gf-form-spinner-fg-color:var(--gf-color-primary);--gf-form-spinner-bg-color:rgba(var(--gf-color-primary-rgb), 0.1)}.gform-theme--framework :where(
:not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
:not(svg *):not(symbol *)
:not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)
){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework ::after,.gform-theme--framework ::before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)),.gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)){list-style:none}.gform-theme--framework img{max-inline-size:100%;max-block-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework :where(dialog:modal){all:revert}.gform-theme--framework input[type=checkbox]::before,.gform-theme--framework input[type=radio]::before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]::after,.gform-theme--framework input[type=radio]::after{content:none}@font-face{font-family:gform-icons-orbital;src:url('https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff2?gxy8zs') format('woff2'),url('https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.ttf?gxy8zs') format('truetype'),url('https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff?gxy8zs') format('woff'),url('https://hotellamourra-preprod.diadao-demo.net/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.svg?gxy8zs#gform-icons-orbital') format('svg');font-weight:400;font-style:normal;font-display:block}.gform-orbital-icon{font-family:var(--gf-icon-font-family)!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gform-orbital-icon--photograph:before{content:"\e922"}.gform-orbital-icon--arrow-back:before{content:"\e921"}.gform-orbital-icon--calendar-alt:before{content:"\e91a"}.gform-orbital-icon--selector:before{content:"\e90d"}.gform-orbital-icon--search:before{content:"\e917"}.gform-orbital-icon--trash:before{content:"\e919"}.gform-orbital-icon--cloud-upload-alt:before{content:"\e911"}.gform-orbital-icon--arrow-up:before{content:"\e912"}.gform-orbital-icon--arrow-down:before{content:"\e914"}.gform-orbital-icon--arrow-left:before{content:"\e915"}.gform-orbital-icon--arrow-right:before{content:"\e916"}.gform-orbital-icon--arrow-narrow-right:before{content:"\e913"}.gform-orbital-icon--arrow-sm-left:before{content:"\e91f"}.gform-orbital-icon--arrow-sm-right:before{content:"\e920"}.gform-orbital-icon--save-as:before{content:"\e910"}.gform-orbital-icon--minus-alt:before{content:"\e90e"}.gform-orbital-icon--plus-alt:before{content:"\e90f"}.gform-orbital-icon--eye-off:before{content:"\e90a"}.gform-orbital-icon--eye:before{content:"\e909"}.gform-orbital-icon--check-circle:before{content:"\e90c"}.gform-orbital-icon--check-mark:before{content:"\e900"}.gform-orbital-icon--check:before{content:"\e90b"}.gform-orbital-icon--check-mark-simple:before{content:"\e905"}.gform-orbital-icon--exclamation-simple:before{content:"\e906"}.gform-orbital-icon--information-simple:before{content:"\e907"}.gform-orbital-icon--question-mark-simple:before{content:"\e908"}.gform-orbital-icon--chevron-down:before{content:"\e901"}.gform-orbital-icon--chevron-up:before{content:"\e902"}.gform-orbital-icon--chevron-left:before{content:"\e91b"}.gform-orbital-icon--chevron-right:before{content:"\e91c"}.gform-orbital-icon--chevron-double-left:before{content:"\e91d"}.gform-orbital-icon--chevron-double-right:before{content:"\e91e"}.gform-orbital-icon--minus:before{content:"\e903"}.gform-orbital-icon--x-circle:before{content:"\e918"}.gform-orbital-icon--x:before{content:"\e904"}.gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-appearance:var(--gf-ctrl-appearance);--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-height:var(--gf-ctrl-size);--gf-local-radius:var(--gf-ctrl-radius);--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-border-width:var(--gf-ctrl-border-width);--gf-local-border-style:var(--gf-ctrl-border-style);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-color:var(--gf-ctrl-color);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-font-family);--gf-local-font-size:var(--gf-ctrl-font-size);--gf-local-font-style:var(--gf-ctrl-font-style);--gf-local-font-weight:var(--gf-ctrl-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-local-line-height:var(--gf-ctrl-line-height);--gf-local-min-height:auto;--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-offset:var(--gf-ctrl-outline-offset);--gf-local-outline-style:var(--gf-ctrl-outline-style);--gf-local-outline-width:var(--gf-ctrl-outline-width);--gf-local-padding-x:var(--gf-ctrl-padding-x);--gf-local-padding-y:var(--gf-ctrl-padding-y);--gf-local-shadow:var(--gf-ctrl-shadow);--gf-local-transition:var(--gf-ctrl-transition);--gf-local-width:100%;-webkit-appearance:var(--gf-local-appearance);-moz-appearance:var(--gf-local-appearance);appearance:var(--gf-local-appearance);background-color:var(--gf-local-bg-color);block-size:var(--gf-local-height);border-block-end:var(--gf-local-border-block-end);border-block-start:var(--gf-local-border-block-start);border-inline-end:var(--gf-local-border-inline-end);border-inline-start:var(--gf-local-border-inline-start);border-radius:var(--gf-local-radius);box-shadow:var(--gf-local-shadow);color:var(--gf-local-color);display:var(--gf-local-display);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);inline-size:var(--gf-local-width);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);margin-block:0;margin-inline:0;min-block-size:var(--gf-local-min-height);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-local-outline-offset);outline-style:var(--gf-local-outline-style);outline-width:var(--gf-local-outline-width);padding-block:var(--gf-local-padding-y);padding-inline:var(--gf-local-padding-x);transition:var(--gf-local-transition)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-bg-color:var(--gf-ctrl-bg-color-hover);--gf-local-border-color:var(--gf-ctrl-border-color-hover);--gf-local-color:var(--gf-ctrl-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled);--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-bg-color-error);--gf-local-border-color:var(--gf-ctrl-border-color-error);--gf-local-color:var(--gf-ctrl-color-error)}.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework input[type].gform-text-input-reset{--gf-local-border-color:transparent;--gf-local-height:auto;--gf-local-color:var(--gf-ctrl-readonly-color);--gf-local-font-family:var(--gf-ctrl-readonly-font-family);--gf-local-font-size:var(--gf-ctrl-readonly-font-size);--gf-local-font-style:var(--gf-ctrl-readonly-font-style);--gf-local-font-weight:var(--gf-ctrl-readonly-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-readonly-letter-spacing);--gf-local-line-height:var(--gf-ctrl-readonly-line-height);--gf-local-min-height:auto;--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);block-size:var(--gf-local-height);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-radius);color:var(--gf-local-color);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);min-block-size:var(--gf-local-min-height);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-ctrl-transition)}.gform-theme--framework input[type].gform-text-input-reset:focus{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button,.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button{opacity:var(--gf-ctrl-number-spin-btn-opacity)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button{-webkit-appearance:var(--gf-ctrl-number-spin-btn-appearance);appearance:var(--gf-ctrl-number-spin-btn-appearance);background-image:var(--gf-icon-ctrl-number);background-position:var(--gf-ctrl-number-spin-btn-bg-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-number-spin-btn-bg-size);cursor:pointer;width:var(--gf-ctrl-number-spin-btn-width)}.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-textarea-radius);--gf-local-height:var(--gf-ctrl-textarea-height);--gf-local-line-height:var(--gf-ctrl-textarea-line-height);--gf-local-padding-y:var(--gf-ctrl-textarea-padding-y);resize:var(--gf-ctrl-textarea-resize)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-textarea-radius);box-shadow:var(--gf-ctrl-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);overflow:hidden;transition:var(--gf-transition-ctrl)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-border-color:var(--gf-ctrl-border-color-hover)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)]{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active){--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .wp-editor-container textarea{border-color:transparent;border-width:0}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-border-color:var(--gf-ctrl-border-color-error)}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)]{--gf-local-border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active){--gf-local-border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-height:var(--gf-ctrl-choice-size);--gf-local-display:inline-grid;--gf-local-line-height:var(--gf-ctrl-choice-size);--gf-local-padding-y:0;--gf-local-padding-x:0;--gf-local-width:var(--gf-ctrl-choice-size);accent-color:var(--gf-ctrl-accent-color);opacity:1;align-content:center;justify-content:center;place-content:center}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{opacity:0}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before{opacity:1}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-checkbox-check-radius)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-choice-check-color);content:var(--gf-icon-ctrl-checkbox);font-size:var(--gf-ctrl-checkbox-check-size)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{color:var(--gf-ctrl-choice-check-color-disabled)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-radio-check-radius)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{background-color:var(--gf-ctrl-choice-check-color);block-size:var(--gf-ctrl-radio-check-size);border-radius:var(--gf-ctrl-radio-check-radius);content:var(--gf-ctrl-radio-check-content);inline-size:var(--gf-ctrl-radio-check-size)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{background-color:var(--gf-ctrl-choice-check-color-disabled)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])){--gf-local-padding-x:var(--gf-ctrl-select-padding-x);background-image:var(--gf-ctrl-select-icon);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover{background-image:var(--gf-ctrl-select-icon-hover)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus{background-image:var(--gf-ctrl-select-icon-focus)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):disabled{background-image:var(--gf-ctrl-select-icon-disabled)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand{display:var(--gf-ctrl-select-ms-expand)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple]{--gf-local-height:var(--gf-ctrl-multiselect-height);--gf-local-radius:var(--gf-ctrl-multiselect-radius);--gf-local-line-height:var(--gf-ctrl-multiselect-line-height);--gf-local-padding-y:var(--gf-ctrl-multiselect-padding-y);overflow-y:auto}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked{background:var(--gf-color-in-ctrl-light)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single{background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span{margin-inline-end:var(--gf-ctrl-select-search-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b{background-image:none!important}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{border-bottom-left-radius:var(--gf-ctrl-radius);border-bottom-right-radius:var(--gf-ctrl-radius);border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search{padding-block:var(--gf-padding-y) 0;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text]{--gf-local-height:var(--gf-ctrl-size-md);--gf-local-padding-x:var(--gf-ctrl-select-search-padding-x);background-image:var(--gf-icon-ctrl-search)!important;background-position:var(--gf-ctrl-select-search-icon-position);background-size:var(--gf-ctrl-select-search-icon-size)!important}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi{--gf-local-height:auto;--gf-local-radius:var(--gf-ctrl-multiselect-radius);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active{border-color:var(--gf-ctrl-border-color-focus);outline-color:var(--gf-ctrl-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices{box-shadow:none}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices{align-content:center;background:0 0;border:none;display:flex;flex-flow:row wrap;gap:calc(var(--gf-padding-y)/ 2);min-height:calc(var(--gf-ctrl-size) - 2px);padding-block:4px;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input{color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice+li.search-field input[type=text].chosen-search-input{color:var(--gf-ctrl-color-focus);font-family:var(--gf-ctrl-font-family);font-size:var(--gf-ctrl-font-size);font-style:var(--gf-ctrl-font-style);font-weight:var(--gf-ctrl-font-weight);letter-spacing:var(--gf-ctrl-letter-spacing);opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice{align-self:flex-start;background:0 0;background-color:var(--gf-ctrl-multiselect-selected-item-bg-color);border:none;border-radius:var(--gf-ctrl-multiselect-selected-item-radius);box-shadow:none;color:var(--gf-ctrl-multiselect-selected-item-color);flex-shrink:0;font-size:var(--gf-ctrl-multiselect-selected-item-font-size);font-weight:var(--gf-ctrl-multiselect-selected-item-font-weight);margin:0;padding-block:8px;padding-inline:var(--gf-ctrl-padding-x) calc((var(--gf-ctrl-padding-x) * 1.25) + var(--gf-ctrl-multiselect-close-icon-size))}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:0 0;height:var(--gf-ctrl-multiselect-close-icon-size);inset-block-start:var(--gf-ctrl-multiselect-close-icon-inset-y-start);inset-inline-end:var(--gf-ctrl-multiselect-close-icon-inset-x-end);opacity:70%;transition:var(--gf-local-transition);width:var(--gf-ctrl-multiselect-close-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-multiselect-selected-item-remove-icon-color);content:var(--gf-icon-ctrl-cancel);display:inline-block;font-size:var(--gf-ctrl-multiselect-close-icon-size);height:100%;width:100%}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{background-color:var(--gf-ctrl-bg-color);border:var(--gf-ctrl-select-dropdown-border-color);border-radius:var(--gf-ctrl-select-dropdown-radius);box-shadow:var(--gf-ctrl-select-dropdown-shadow);overflow:hidden;padding-block:0;padding-inline:0;top:calc(100% + 8px)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results{margin-block:0;margin-inline:0;padding-block:var(--gf-padding-y);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li{color:var(--gf-ctrl-color);padding:var(--gf-padding-y) var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover);box-shadow:var(--gf-ctrl-select-dropdown-option-shadow-hover)}.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-primary);--gf-local-display:flex;--gf-local-font-family:var(--gf-ctrl-label-font-family-primary);--gf-local-font-size:var(--gf-ctrl-label-font-size-primary);--gf-local-font-style:var(--gf-ctrl-label-font-style-primary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-primary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-primary);--gf-local-line-height:var(--gf-ctrl-label-line-height-primary);--gf-local-margin-y:0;--gf-local-margin-x:0;color:var(--gf-local-color);display:var(--gf-local-display);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);margin-block:var(--gf-local-margin-y);margin-inline:var(--gf-local-margin-x)}.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-secondary);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-label-font-family-secondary);--gf-local-font-size:var(--gf-ctrl-label-font-size-secondary);--gf-local-font-style:var(--gf-ctrl-label-font-style-secondary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-secondary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-secondary);--gf-local-line-height:var(--gf-ctrl-label-line-height-secondary)}.gform-theme--framework .gform-field-label--type-sub:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-tertiary);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-label-font-family-tertiary);--gf-local-font-size:var(--gf-ctrl-label-font-size-tertiary);--gf-local-font-style:var(--gf-ctrl-label-font-style-tertiary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-tertiary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-tertiary);--gf-local-line-height:var(--gf-ctrl-label-line-height-tertiary)}.gform-theme--framework .gform-field-label--type-sub-large:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-quaternary);--gf-local-display:inline-block;--gf-local-font-family:var(--gf-ctrl-label-font-family-quaternary);--gf-local-font-size:var(--gf-ctrl-label-font-size-quaternary);--gf-local-font-style:var(--gf-ctrl-label-font-style-quaternary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-quaternary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-quaternary);--gf-local-line-height:var(--gf-ctrl-label-line-height-quaternary)}.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-label-color-req);display:inline-block;font-family:var(--gf-ctrl-label-font-family-req);font-size:var(--gf-ctrl-label-font-size-req);font-style:var(--gf-ctrl-label-font-style-req);font-weight:var(--gf-ctrl-label-font-weight-req);letter-spacing:var(--gf-ctrl-label-letter-spacing-req);line-height:var(--gf-ctrl-label-line-height-req)}.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-desc-color);--gf-local-font-family:var(--gf-ctrl-desc-font-family);--gf-local-font-size:var(--gf-ctrl-desc-font-size);--gf-local-font-style:var(--gf-ctrl-desc-font-style);--gf-local-font-weight:var(--gf-ctrl-desc-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-desc-letter-spacing);--gf-local-line-height:var(--gf-ctrl-desc-line-height);color:var(--gf-local-color);display:block;font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height)}.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-desc-color-error);--gf-local-font-family:var(--gf-ctrl-desc-font-family-error);--gf-local-font-size:var(--gf-ctrl-desc-font-size-error);--gf-local-font-style:var(--gf-ctrl-desc-font-style-error);--gf-local-font-weight:var(--gf-ctrl-desc-font-weight-error);--gf-local-letter-spacing:var(--gf-ctrl-desc-letter-spacing-error);--gf-local-line-height:var(--gf-ctrl-desc-line-height-error)}.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){border:var(--gf-ctrl-desc-border-width-consent) var(--gf-ctrl-desc-border-style-consent) var(--gf-ctrl-desc-border-color-consent);max-height:var(--gf-ctrl-desc-max-height-consent);outline-color:var(--gf-ctrl-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-ctrl-outline-width);overflow-y:auto;padding:16px;transition:var(--gf-ctrl-transition)}.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{border-color:var(--gf-ctrl-desc-border-color-consent-focus);outline-color:var(--gf-ctrl-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-primary);--gf-local-radius:var(--gf-ctrl-btn-radius);--gf-local-border-color:var(--gf-ctrl-btn-border-color-primary);--gf-local-border-style:var(--gf-ctrl-btn-border-style-primary);--gf-local-border-width:var(--gf-ctrl-btn-border-width-primary);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-shadow:var(--gf-ctrl-btn-shadow);--gf-local-color:var(--gf-ctrl-btn-color-primary);--gf-local-column-gap:var(--gf-ctrl-btn-icon-gap);--gf-local-cursor:pointer;--gf-local-display:inline-flex;--gf-local-font-style:var(--gf-ctrl-btn-font-style);--gf-local-font-weight:var(--gf-ctrl-btn-font-weight);--gf-local-font-size:var(--gf-ctrl-btn-font-size);--gf-local-font-family:var(--gf-ctrl-btn-font-family);--gf-local-height:auto;--gf-local-letter-spacing:var(--gf-ctrl-btn-letter-spacing);--gf-local-line-height:var(--gf-ctrl-btn-line-height);--gf-local-min-height:var(--gf-ctrl-btn-size);--gf-local-min-width:auto;--gf-local-opacity:var(--gf-ctrl-btn-opacity);--gf-local-padding-y:var(--gf-ctrl-btn-padding-y);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x);--gf-local-text-decoration:var(--gf-ctrl-btn-text-decoration);--gf-local-text-transform:var(--gf-ctrl-btn-text-transform);--gf-local-width:auto;align-items:center;-moz-column-gap:var(--gf-local-column-gap);column-gap:var(--gf-local-column-gap);cursor:var(--gf-local-cursor);justify-content:center;min-inline-size:var(--gf-local-min-width);opacity:var(--gf-local-opacity);text-align:center;-webkit-text-decoration:var(--gf-local-text-decoration);text-decoration:var(--gf-local-text-decoration);text-transform:var(--gf-local-text-transform);vertical-align:top}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-primary);--gf-local-content:var(--gf-ctrl-btn-icon);--gf-local-font-size:var(--gf-ctrl-btn-icon-font-size);--gf-local-transition:var(--gf-ctrl-btn-icon-transition);font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-local-color);content:var(--gf-local-content);font-size:var(--gf-local-font-size);transition:var(--gf-local-transition)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-hover);--gf-local-color:var(--gf-ctrl-btn-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-focus);--gf-local-color:var(--gf-ctrl-btn-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-disabled);--gf-local-color:var(--gf-ctrl-btn-color-disabled-primary);--gf-local-cursor:default;--gf-local-opacity:var(--gf-ctrl-btn-opacity-disabled)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-secondary);--gf-local-border-style:var(--gf-ctrl-btn-border-style-secondary);--gf-local-border-width:var(--gf-ctrl-btn-border-width-secondary);--gf-local-color:var(--gf-ctrl-btn-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-secondary);--gf-local-color:var(--gf-ctrl-btn-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-secondary);--gf-local-color:var(--gf-ctrl-btn-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-secondary);--gf-local-color:var(--gf-ctrl-btn-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-ctrl);--gf-local-border-style:var(--gf-ctrl-btn-border-style-ctrl);--gf-local-border-width:var(--gf-ctrl-btn-border-width-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-hover-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-focus-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-disabled-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-simple);--gf-local-border-width:var(--gf-ctrl-btn-border-width-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-simple);--gf-local-color:var(--gf-ctrl-btn-color-simple);--gf-local-column-gap:0;--gf-local-line-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-width:var(--gf-ctrl-btn-size-simple);--gf-local-padding-y:0;--gf-local-padding-x:0}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-hover-simple);--gf-local-color:var(--gf-ctrl-btn-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-focus-simple);--gf-local-color:var(--gf-ctrl-btn-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-disabled-simple);--gf-local-color:var(--gf-ctrl-btn-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xs);--gf-local-min-height:var(--gf-ctrl-btn-size-xs);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xs)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm{--gf-local-font-size:var(--gf-ctrl-btn-font-size-sm);--gf-local-min-height:var(--gf-ctrl-btn-size-sm);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-sm)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md{--gf-local-font-size:var(--gf-ctrl-btn-font-size-md);--gf-local-min-height:var(--gf-ctrl-btn-size-md);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-md)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg{--gf-local-font-size:var(--gf-ctrl-btn-font-size-lg);--gf-local-min-height:var(--gf-ctrl-btn-size-lg);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-lg)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xl);--gf-local-min-height:var(--gf-ctrl-btn-size-xl);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xl)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-padding-x:var(--gf-ctrl-file-padding-x);text-overflow:ellipsis;white-space:nowrap}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-hover);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-hover);--gf-local-color:var(--gf-ctrl-file-btn-color-hover)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-focus);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-focus);--gf-local-color:var(--gf-ctrl-file-btn-color-focus)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-disabled);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-disabled);--gf-local-color:var(--gf-ctrl-file-btn-color-disabled)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-local-border-inline-end-style:var(--gf-ctrl-file-btn-border-inline-end-style);--gf-local-border-inline-end-width:var(--gf-ctrl-file-btn-border-inline-end-width);--gf-local-border-inline-end:var(--gf-local-border-inline-end-width) var(--gf-local-border-inline-end-style) var(--gf-local-border-inline-end-color);--gf-local-color:var(--gf-ctrl-file-btn-color);background-color:var(--gf-local-bg-color);block-size:100%;border:0;border-end-start-radius:var(--gf-ctrl-file-btn-radius);border-inline-end:var(--gf-local-border-inline-end);border-start-start-radius:var(--gf-ctrl-file-btn-radius);color:var(--gf-local-color);font-family:var(--gf-ctrl-file-btn-font-family);font-size:var(--gf-ctrl-file-btn-font-size);font-style:var(--gf-ctrl-file-btn-font-style);font-weight:var(--gf-ctrl-file-btn-font-weight);inset-block-start:calc(var(--gf-ctrl-border-width) * -1);letter-spacing:var(--gf-ctrl-file-btn-letter-spacing);line-height:var(--gf-ctrl-file-btn-line-height);margin-inline:var(--gf-ctrl-file-btn-margin-x);padding-block:0;padding-inline:var(--gf-ctrl-file-btn-padding-x);position:relative;-webkit-text-decoration:var(--gf-ctrl-file-btn-text-decoration);text-decoration:var(--gf-ctrl-file-btn-text-decoration);text-transform:var(--gf-ctrl-file-btn-text-transform);transition:var(--gf-ctrl-file-btn-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area{--gf-local-height:var(--gf-ctrl-file-zone-height);--gf-local-radius:var(--gf-ctrl-file-zone-radius);--gf-local-border-style:var(--gf-ctrl-file-zone-border-style);--gf-local-color:var(--gf-ctrl-file-zone-color);--gf-local-font-weight:var(--gf-ctrl-file-zone-font-weight);--gf-local-line-height:var(--gf-ctrl-file-zone-line-height);--gf-local-padding-x:var(--gf-ctrl-file-zone-padding-x);--gf-local-padding-y:var(--gf-ctrl-file-zone-padding-y)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-file-zone-icon-color);content:var(--gf-icon-ctrl-file);display:block;font-size:var(--gf-ctrl-file-zone-icon-font-size);margin-block-end:var(--gf-ctrl-file-zone-icon-margin-y-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_instructions{margin-block-end:var(--gf-ctrl-file-zone-instructions-margin-y-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list{display:flex;flex-direction:column;gap:var(--gf-ctrl-file-prev-area-gap);margin-block-start:var(--gf-ctrl-file-prev-area-margin-y-start);width:100%}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list:empty{margin-block-start:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview{display:flex;flex-direction:column;font-family:var(--gf-ctrl-file-prev-font-family);font-size:var(--gf-ctrl-file-prev-font-size);font-style:var(--gf-ctrl-file-prev-font-style);font-weight:var(--gf-ctrl-file-prev-font-weight);gap:var(--gf-ctrl-file-prev-gap);letter-spacing:var(--gf-ctrl-file-prev-letter-spacing);line-height:var(--gf-ctrl-file-prev-line-height);position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename{color:var(--gf-ctrl-file-prev-name-color);line-height:var(--gf-ctrl-file-prev-name-line-height);overflow:var(--gf-ctrl-file-prev-name-overflow);padding-inline-end:var(--gf-ctrl-file-prev-name-padding-x-end);text-overflow:var(--gf-ctrl-file-prev-name-text-overflow);white-space:var(--gf-ctrl-file-prev-name-white-space)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filesize{color:var(--gf-ctrl-file-prev-size-color)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress{align-items:center;display:flex;gap:var(--gf-ctrl-file-prog-ui-gap)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;block-size:var(--gf-ctrl-file-prog-btn-icon-size);color:var(--gf-ctrl-file-prog-btn-icon-color-complete);content:var(--gf-icon-ctrl-file-completed);font-size:var(--gf-ctrl-file-prog-btn-icon-size);inline-size:var(--gf-ctrl-file-prog-btn-icon-size);min-inline-size:var(--gf-ctrl-file-prog-btn-icon-size);opacity:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress_complete::after{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{block-size:var(--gf-ctrl-file-prog-bar-height);border-radius:var(--gf-ctrl-file-prog-bar-radius)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar{background-color:var(--gf-ctrl-file-prog-bar-bg-color);inline-size:100%;position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{background-color:var(--gf-ctrl-file-prog-bar-bg-color-loading);inline-size:1%;position:absolute;transition:var(--gf-ctrl-file-prog-bar-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_percent{color:var(--gf-ctrl-file-prog-text-color);font-size:var(--gf-ctrl-file-prog-text-font-size);min-inline-size:var(--gf-ctrl-file-prog-text-min-width)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file{inset-block-start:var(--gf-ctrl-file-prog-btn-inset-y-start);inset-inline-end:var(--gf-ctrl-file-prog-btn-inset-x-end);position:var(--gf-ctrl-file-prog-btn-position)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file .dashicons::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-file-remove)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel{--gf-local-font-size:var(--gf-ctrl-file-prog-btn-font-size-cancel)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-file-cancel)}.gform-theme--framework.ui-datepicker{background-color:var(--gf-ctrl-date-picker-bg-color);border-radius:var(--gf-ctrl-date-picker-radius);box-shadow:var(--gf-ctrl-date-picker-shadow);display:none;inline-size:var(--gf-ctrl-date-picker-width);margin-block-start:var(--gf-ctrl-date-picker-margin-y-start);padding-block:var(--gf-ctrl-date-picker-padding-y);padding-inline:var(--gf-ctrl-date-picker-padding-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker{inline-size:var(--gf-ctrl-date-picker-width-viewport-sm);padding-block:var(--gf-ctrl-date-picker-padding-y-viewport-sm);padding-inline:var(--gf-ctrl-date-picker-padding-x-viewport-sm)}}.gform-theme--framework.ui-datepicker .ui-datepicker-header{align-items:stretch;display:flex;margin-block:unset;margin-inline:unset;padding-block:0;padding-inline:0;position:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-next,.gform-theme--framework.ui-datepicker .ui-datepicker-prev{align-items:center;block-size:auto;cursor:pointer;display:flex;flex:none;inline-size:var(--gf-ctrl-date-picker-header-icons-width);inset:unset;justify-content:center;position:relative}.gform-theme--framework.ui-datepicker .ui-datepicker-next::before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before{--gf-local-color:var(--gf-ctrl-date-picker-header-icons-color);font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none;border:none;color:var(--gf-local-color);font-size:var(--gf-ctrl-date-picker-header-icons-font-size);inset:unset;transform:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before{content:var(--gf-icon-ctrl-datepicker-left)}.gform-theme--framework.ui-datepicker .ui-datepicker-next{order:1}.gform-theme--framework.ui-datepicker .ui-datepicker-next::before{content:var(--gf-icon-ctrl-datepicker-right)}.gform-theme--framework.ui-datepicker .ui-datepicker-next-hover::before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover::before{--gf-local-color:var(--gf-ctrl-date-picker-header-icons-color-hover)}.gform-theme--framework.ui-datepicker .ui-datepicker-title{align-items:center;color:var(--gf-ctrl-date-picker-title-color);display:flex;flex:auto;font-size:var(--gf-ctrl-date-picker-title-font-size);font-weight:var(--gf-ctrl-date-picker-title-font-weight);gap:var(--gf-ctrl-date-picker-title-gap);line-height:var(--gf-ctrl-date-picker-title-line-height);margin-block:0;margin-inline:var(--gf-ctrl-date-picker-title-margin-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker .ui-datepicker-title{font-size:var(--gf-ctrl-date-picker-title-font-size-viewport-sm);gap:var(--gf-ctrl-date-picker-title-gap-viewport-sm);margin-inline:var(--gf-ctrl-date-picker-title-margin-x-viewport-sm)}}.gform-theme--framework.ui-datepicker select.ui-datepicker-month,.gform-theme--framework.ui-datepicker select.ui-datepicker-year{--gf-local-height:var(--gf-ctrl-size-sm);--gf-local-line-height:var(--gf-ctrl-size-sm);background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size);box-shadow:var(--gf-local-shadow);flex:auto;inline-size:auto;margin:0;padding-inline:var(--gf-local-padding-x);text-align:var(--gf-ctrl-date-picker-dropdown-text-align)}.gform-theme--framework.ui-datepicker table{margin-block-end:0;margin-block-start:16px}.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height);color:var(--gf-ctrl-date-picker-cell-content-color);padding-block:var(--gf-ctrl-date-picker-cell-padding);padding-inline:var(--gf-ctrl-date-picker-cell-padding)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height-viewport-sm)}}.gform-theme--framework.ui-datepicker table th{font-size:var(--gf-ctrl-date-picker-head-cell-font-size);font-weight:var(--gf-ctrl-date-picker-head-cell-font-weight);line-height:var(--gf-ctrl-date-picker-head-cell-line-height);vertical-align:middle}.gform-theme--framework.ui-datepicker table td{font-size:var(--gf-ctrl-date-picker-cell-font-size);font-weight:var(--gf-ctrl-date-picker-cell-font-weight);line-height:var(--gf-ctrl-date-picker-cell-line-height);padding-block:var(--gf-ctrl-date-picker-cell-padding-y)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td{padding-block:var(--gf-ctrl-date-picker-cell-padding-y-viewport-sm)}}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled){cursor:pointer}.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{--gf-local-bg-color:transparent;--gf-local-border:0;--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color);align-items:center;background-color:var(--gf-local-bg-color);block-size:100%;border:var(--gf-local-border);border-radius:var(--gf-ctrl-date-picker-cell-content-radius);color:var(--gf-local-color);display:flex;inline-size:var(--gf-ctrl-date-picker-cell-content-width);justify-content:center;text-decoration:none}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{inline-size:var(--gf-ctrl-date-picker-cell-content-width-viewport-sm)}}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-hover);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus{--gf-local-border:var(--gf-ctrl-date-picker-cell-content-border)}.gform-theme--framework.ui-datepicker table .ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-hover);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-selected);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover{--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:var(--gf-ctrl-select-icon-position)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{transform:none}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{content:var(--gf-icon-ctrl-datepicker-right)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before{content:var(--gf-icon-ctrl-datepicker-left)}.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)){line-height:1}.gform-theme--framework .gfield--type-address .copy_values_option_container{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto;margin-block-end:var(--gf-field-gap-y)}.gform-theme--framework .gfield--type-choice .gfield_checkbox,.gform-theme--framework .gfield--type-choice .gfield_radio{display:flex;flex-direction:column;gap:var(--gf-field-choice-gap)}.gform-theme--framework .gfield--type-choice .gfield_checkbox>:last-child:where(:not(.gchoice)),.gform-theme--framework .gfield--type-choice .gfield_radio>:last-child:where(:not(.gchoice)){align-self:self-start;margin-block-start:var(--gf-field-choice-meta-margin-y-start)}.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_checkbox,.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-choice-align-x-gap-y) var(--gf-field-choice-align-x-gap-x)}.gform-theme--framework .gfield--type-choice .gchoice,.gform-theme--framework .gfield--type-choice .ginput_container_consent{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto}.gform-theme--framework .gfield--type-choice .gchoice br,.gform-theme--framework .gfield--type-choice .ginput_container_consent br{display:none}.gform-theme--framework .gfield--type-choice .gchoice_other_control{--gf-local-width:auto;grid-column:span 2;max-inline-size:var(--gf-field-choice-other-ctrl-max-width)}.gform-theme--framework .gfield--type-choice .gfield_choice_all_toggle{justify-self:start}.gform-theme--framework .gfield--type-image_choice .gfield_checkbox,.gform-theme--framework .gfield--type-image_choice .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-img-choice-gap)}.gform-theme--framework .gfield--type-image_choice .gchoice{align-self:start;display:block;inline-size:var(--gf-field-img-choice-size);max-inline-size:var(--gf-field-img-choice-size);min-inline-size:var(--gf-field-img-choice-size);position:relative}.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gchoice:where(:has(input:checked))::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-outer{display:block;min-block-size:100%}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:transparent;--gf-local-border-width:var(--gf-ctrl-border-width);--gf-local-border-style:var(--gf-ctrl-border-style);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);--gf-local-shadow:none;box-shadow:var(--gf-local-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-transition-ctrl)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before{border-block-end:var(--gf-local-border-block-end);border-block-start:var(--gf-local-border-block-start);border-inline-end:var(--gf-local-border-inline-end);border-inline-start:var(--gf-local-border-inline-start);border-radius:var(--gf-ctrl-radius)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice{--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-border-color:var(--gf-color-in-ctrl-light-darker);--gf-local-shadow:var(--gf-field-img-choice-shadow);background-color:var(--gf-local-bg-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color);color:var(--gf-local-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover{--gf-local-bg-color:var(--gf-ctrl-bg-color-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover .gform-field-label{--gf-local-color:var(--gf-ctrl-color-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within .gform-field-label{--gf-local-color:var(--gf-ctrl-color-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)]{--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled){--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gform-field-label{--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) .gform-field-label{--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{background-color:var(--gf-field-img-choice-card-check-ind-bg-color);color:var(--gf-field-img-choice-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{background-color:var(--gf-field-img-choice-card-check-ind-bg-color);color:var(--gf-field-img-choice-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice{--gf-local-bg-color:var(--gf-ctrl-bg-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-image-choice-wrapper-outer{padding-block:var(--gf-field-img-choice-card-space);padding-inline:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-card-placeholder-bg-color);color:var(--gf-field-img-choice-card-placeholder-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{background-color:var(--gf-field-img-choice-no-card-check-ind-bg-color);color:var(--gf-field-img-choice-no-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{background-color:var(--gf-field-img-choice-no-card-check-ind-bg-color);color:var(--gf-field-img-choice-no-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before{content:"";display:block;inset-block:0;inset-inline:0;position:absolute;transition:var(--gf-transition-ctrl);z-index:1}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-no-card-placeholder-bg-color);color:var(--gf-field-img-choice-no-card-placeholder-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:hover .gfield-choice-image-wrapper{--gf-local-shadow:var(--gf-field-img-choice-shadow-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)],.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper{--gf-local-shadow:none}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled),.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper{--gf-local-shadow:none}.gform-theme--framework .gfield--type-image_choice .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper{opacity:var(--gf-field-img-choice-ctrl-opacity-disabled)}.gform-theme--framework .gfield--type-image_choice .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper{opacity:var(--gf-field-img-choice-ctrl-opacity-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:var(--gf-ctrl-border-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper{border-radius:var(--gf-field-img-choice-radius-square)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper::before{border-radius:var(--gf-field-img-choice-radius-square)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:calc(var(--gf-field-img-choice-card-space) + 10px);inset-inline-end:calc(var(--gf-field-img-choice-card-space) + 10px)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{inset-block-start:calc(var(--gf-field-img-choice-card-space) + 10px);inset-inline-end:calc(var(--gf-field-img-choice-card-space) + 10px)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:10px;inset-inline-end:10px}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{inset-block-start:10px;inset-inline-end:10px}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper{border-radius:var(--gf-field-img-choice-radius-round)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper::before{border-radius:var(--gf-field-img-choice-radius-round)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:var(--gf-field-img-choice-card-space);inset-inline-end:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{inset-block-start:var(--gf-field-img-choice-card-space);inset-inline-end:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:0;inset-inline-end:0}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{inset-block-start:0;inset-inline-end:0}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-wrapper{aspect-ratio:var(--gf-field-img-choice-aspect-ratio);margin-block-end:var(--gf-field-img-choice-margin-y-end);opacity:var(--gf-field-img-choice-ctrl-opacity);overflow:hidden;position:relative}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image{block-size:100%;display:block;inline-size:100%;position:relative}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--gf-icon-ctrl-img-choice-placeholder);font-size:var(--gf-field-img-choice-placeholder-icon-font-size);inset-block-start:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image{block-size:100%!important;display:block;inline-size:100%;max-block-size:100%;max-inline-size:100%;-o-object-fit:cover;object-fit:cover}.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-inner{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper{margin-block-end:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-input,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gform-field-label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gform-field-label{--gf-local-margin-x:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gfield-choice-input{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gchoice_other_control{margin-block-start:var(--gf-field-img-choice-other-ctrl-margin-y-start);max-inline-size:100%}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{--gf-local-width:auto}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{margin-inline-start:calc(var(--gf-ctrl-padding-x) * -1);pointer-events:none;transform:translateX(-100%);transition:var(--gf-field-date-icon-transition)}html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{order:1;transform:translateX(100%)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date input,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date input{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-date-ctrl-padding-x-end)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img{display:none!important}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-field-date-icon-color);content:var(--gf-icon-ctrl-datepicker);display:inline-block;font-size:var(--gf-icon-font-size);inset-block-start:0;inset-inline-start:0}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where([\:has\(input\:hover\)])::after{color:var(--gf-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where(:has(input:hover))::after{color:var(--gf-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img{max-block-size:var(--gf-field-date-custom-icon-max-height);max-inline-size:var(--gf-field-date-custom-icon-max-width);opacity:var(--gf-field-date-custom-icon-opacity)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where([\:has\(input\:hover\)]) img{opacity:var(--gf-field-date-custom-icon-opacity-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where(:has(input:hover)) img{opacity:var(--gf-field-date-custom-icon-opacity-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item{--gf-local-height:var(--gf-field-list-btn-size);--gf-local-radius:var(--gf-field-list-btn-radius);--gf-local-column-gap:0;--gf-local-font-size:var(--gf-field-list-btn-font-size);--gf-local-letter-spacing:0;--gf-local-line-height:1;--gf-local-min-height:auto;--gf-local-padding-y:var(--gf-field-list-btn-padding-y);--gf-local-padding-x:var(--gf-field-list-btn-padding-x);--gf-local-width:var(--gf-field-list-btn-size)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item::before{--gf-local-content:var(--gf-icon-ctrl-list-item-add)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item::before{--gf-local-content:var(--gf-icon-ctrl-list-item-remove)}.gform-theme--framework .gf_page_steps,.gform-theme--framework .gf_progressbar_wrapper{margin-block-end:var(--gf-field-pg-prog-margin-y-end)}.gform-theme--framework .gf_progressbar_title,.gform-theme--framework .gf_step_label,.gform-theme--framework .gf_step_number{--gf-local-color:var(--gf-field-pg-prog-color);--gf-local-font-family:var(--gf-field-pg-prog-font-family);--gf-local-font-size:var(--gf-field-pg-prog-font-size);--gf-local-font-style:var(--gf-field-pg-prog-font-style);--gf-local-font-weight:var(--gf-field-pg-prog-font-weight);--gf-local-letter-spacing:var(--gf-field-pg-prog-letter-spacing);--gf-local-line-height:var(--gf-field-pg-prog-line-height);--gf-local-text-transform:none;color:var(--gf-local-color);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);text-transform:var(--gf-local-text-transform)}.gform-theme--framework .gf_progressbar_title{margin-block-end:var(--gf-field-pg-prog-title-margin-y-end)}.gform-theme--framework .gf_progressbar{background-color:var(--gf-field-pg-prog-bar-bg-color);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gf_progressbar .gf_progressbar_percentage{block-size:var(--gf-field-pg-prog-bar-height);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar .percentbar_blue{background-color:var(--gf-field-pg-prog-bar-bg-color-blue)}.gform-theme--framework .gf_progressbar .percentbar_gray{background-color:var(--gf-field-pg-prog-bar-bg-color-gray)}.gform-theme--framework .gf_progressbar .percentbar_green{background-color:var(--gf-field-pg-prog-bar-bg-color-green)}.gform-theme--framework .gf_progressbar .percentbar_orange{background-color:var(--gf-field-pg-prog-bar-bg-color-orange)}.gform-theme--framework .gf_progressbar .percentbar_red{background-color:var(--gf-field-pg-prog-bar-bg-color-red)}.gform-theme--framework .gf_progressbar .percentbar_spring{background:var(--gf-field-pg-prog-bar-bg-gradient-spring)}.gform-theme--framework .gf_progressbar .percentbar_blues{background:var(--gf-field-pg-prog-bar-bg-gradient-blues)}.gform-theme--framework .gf_progressbar .percentbar_rainbow{background:var(--gf-field-pg-prog-bar-bg-gradient-rainbow)}.gform-theme--framework .gf_step{align-items:center;display:flex;gap:var(--gf-field-pg-steps-step-gap);position:relative}.gform-theme--framework .gf_step_label{--gf-local-text-transform:var(--gf-field-pg-prog-text-transform)}.gform-theme--framework .gf_step_hidden{display:none}.gform-theme--framework .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color);--gf-local-border:var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-local-border-color);--gf-local-radius:var(--gf-field-pg-steps-number-radius);--gf-local-color:var(--gf-field-pg-steps-number-color);background-color:var(--gf-local-bg-color);block-size:var(--gf-field-pg-steps-number-size);border:var(--gf-local-border);border-radius:var(--gf-local-radius);color:var(--gf-local-color);display:inline-grid;inline-size:var(--gf-field-pg-steps-number-size);min-inline-size:var(--gf-field-pg-steps-number-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gf_step_active .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-active);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-active);--gf-local-color:var(--gf-field-pg-steps-number-color-active)}.gform-theme--framework .gf_step_completed .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-complete);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-complete);--gf-local-color:var(--gf-field-pg-steps-number-color-complete)}.gform-theme--framework .gf_step_completed .gf_step_number::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gf-field-pg-steps-number-bg-color-complete);block-size:var(--gf-field-pg-steps-number-size);border:var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-field-pg-steps-number-border-color-complete);border-radius:var(--gf-field-pg-steps-number-radius);color:var(--gf-field-pg-steps-number-color-complete);content:var(--gf-icon-ctrl-pg-numbers-complete);display:inline-grid;font-size:var(--gf-field-pg-steps-icon-font-size);inline-size:var(--gf-field-pg-steps-number-size);inset-block-start:0;inset-inline-start:0;align-content:center;justify-content:center;place-content:center;position:absolute}.gform-theme--framework .gfield--type-password input[type=password]{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-pwd-ctrl-padding-x-end)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button{--gf-local-color:var(--gf-ctrl-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::before{--gf-local-color:var(--gf-ctrl-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover{--gf-local-color:var(--gf-ctrl-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::before{--gf-local-color:var(--gf-ctrl-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus{--gf-local-color:var(--gf-ctrl-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::before{--gf-local-color:var(--gf-ctrl-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled{--gf-local-color:var(--gf-ctrl-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::before{--gf-local-color:var(--gf-ctrl-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before{--gf-local-content:var(--gf-icon-ctrl-pwd-hidden)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before{--gf-local-content:var(--gf-icon-ctrl-pwd-visible)}.gform-theme--framework .gfield_password_strength{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color);--gf-local-border-color:var(--gf-field-pwd-str-border-color);--gf-local-border-style:var(--gf-field-pwd-str-border-style);--gf-local-border-width:var(--gf-field-pwd-str-border-width);--gf-local-border:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-color:var(--gf-field-pwd-str-color);background-color:var(--gf-local-bg-color);border:var(--gf-local-border);border-radius:var(--gf-field-pwd-str-radius);color:var(--gf-local-color);font-family:var(--gf-field-pwd-str-font-family);font-size:var(--gf-field-pwd-str-font-size);font-style:var(--gf-field-pwd-str-font-style);font-weight:var(--gf-field-pwd-str-font-weight);letter-spacing:var(--gf-field-pwd-str-letter-spacing);line-height:var(--gf-field-pwd-str-line-height);margin-block-start:var(--gf-field-pwd-str-margin-y-start);padding-block:var(--gf-field-pwd-str-padding-y);padding-inline:var(--gf-field-pwd-str-padding-x);position:relative;text-align:var(--gf-field-pwd-str-text-align);transition:var(--gf-field-pwd-str-transition)}.gform-theme--framework .gfield_password_strength::after,.gform-theme--framework .gfield_password_strength::before{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color);--gf-local-height:var(--gf-field-pwd-str-ind-height);--gf-local-radius:var(--gf-field-pwd-str-ind-radius);--gf-local-content:var(--gf-field-pwd-str-ind-content);--gf-local-inset-y-start:var(--gf-field-pwd-str-ind-inset-y-start);--gf-local-inset-x-start:var(--gf-field-pwd-str-ind-inset-x-start);--gf-local-position:var(--gf-field-pwd-str-ind-position);--gf-local-transform:var(--gf-field-pwd-str-ind-transform);--gf-local-transition:none;--gf-local-width:var(--gf-field-pwd-str-ind-width);background-color:var(--gf-local-bg-color);block-size:var(--gf-local-height);border-radius:var(--gf-local-radius);content:var(--gf-local-content);display:var(--gf-field-pwd-str-ind-display);inline-size:var(--gf-local-width);inset-block-start:var(--gf-local-inset-y-start);inset-inline-start:var(--gf-local-inset-x-start);position:var(--gf-local-position);transform:var(--gf-local-transform);transition:var(--gf-local-transition)}.gform-theme--framework .gfield_password_strength::after{--gf-local-transition:var(--gf-field-pwd-str-ind-transition);--gf-local-width:var(--gf-field-pwd-str-ind-width-blank)}.gform-theme--framework .gfield_password_strength.mismatch{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-mismatch);--gf-local-border-color:var(--gf-field-pwd-str-border-color-mismatch);--gf-local-color:var(--gf-field-pwd-str-color-mismatch)}.gform-theme--framework .gfield_password_strength.mismatch::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-mismatch);--gf-local-width:var(--gf-field-pwd-str-ind-width-mismatch)}.gform-theme--framework .gfield_password_strength.short{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-short);--gf-local-border-color:var(--gf-field-pwd-str-border-color-short);--gf-local-color:var(--gf-field-pwd-str-color-short)}.gform-theme--framework .gfield_password_strength.short::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-short);--gf-local-width:var(--gf-field-pwd-str-ind-width-short)}.gform-theme--framework .gfield_password_strength.bad{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-bad);--gf-local-border-color:var(--gf-field-pwd-str-border-color-bad);--gf-local-color:var(--gf-field-pwd-str-color-bad)}.gform-theme--framework .gfield_password_strength.bad::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-bad);--gf-local-width:var(--gf-field-pwd-str-ind-width-bad)}.gform-theme--framework .gfield_password_strength.good{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-good);--gf-local-border-color:var(--gf-field-pwd-str-border-color-good);--gf-local-color:var(--gf-field-pwd-str-color-good)}.gform-theme--framework .gfield_password_strength.good::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-good);--gf-local-width:var(--gf-field-pwd-str-ind-width-good)}.gform-theme--framework .gfield_password_strength.strong{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-strong);--gf-local-border-color:var(--gf-field-pwd-str-border-color-strong);--gf-local-color:var(--gf-field-pwd-str-color-strong)}.gform-theme--framework .gfield_password_strength.strong::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-strong);--gf-local-width:var(--gf-field-pwd-str-ind-width-strong)}.gform-theme--framework .gfield--type-product .ginput_product_price{--gf-local-color:var(--gf-field-prod-price-color)}.gform-theme--framework .gfield--type-product input[type].ginput_product_price{--gf-local-display:inline-block}.gform-theme--framework .gfield--type-product .ginput_quantity{--gf-local-width:var(--gf-field-prod-quant-width);margin-block-end:var(--gf-field-prod-quant-margin-y-end)}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct{display:flex;flex-direction:column}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper{order:2}.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child){margin-block-start:var(--gf-field-repeater-gap-y)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{margin-block-start:var(--gf-field-repeater-gap-y);position:relative}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item::before{background-color:var(--gf-field-repeater-separator-color);block-size:1px;content:"";display:block;inline-size:100%;inset-block-start:calc(0px - (var(--gf-field-repeater-gap-y)/ 2));position:absolute}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item{margin-inline-end:var(--gf-field-repeater-btn-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{border-inline-start:var(--gf-field-repeater-nested-border-size) var(--gf-field-repeater-nested-border-style) var(--gf-field-repeater-nested-border-color);border-inline-start-style:var(--gf-field-repeater-nested-border-style);padding-inline-start:var(--gf-field-repeater-nested-padding-x-start)}.gform-theme--framework .gfield--type-repeater .gfield_valid .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-color:var(--gf-ctrl-color)}.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section{border-block-end:var(--gf-field-section-border-width) var(--gf-field-section-border-style) var(--gf-field-section-border-color);padding-block-end:var(--gf-field-section-padding-y-end)}.gform-theme--framework .gform_validation_errors{background-color:var(--gf-form-validation-bg-color);border:var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) var(--gf-form-validation-border-color);border-radius:var(--gf-form-validation-radius);box-shadow:var(--gf-form-validation-shadow);display:flex;flex-direction:column;gap:var(--gf-form-validation-gap);margin-block:var(--gf-form-validation-margin-y);padding-block:var(--gf-form-validation-padding-y);padding-inline:var(--gf-form-validation-padding-x)}.gform-theme--framework .gform_validation_errors:focus{border-color:var(--gf-form-validation-border-color-focus);outline:var(--gf-form-validation-outline-focus);outline-offset:var(--gf-ctrl-outline-offset)}.gform-theme--framework .gform_validation_errors .gform_submission_error{color:var(--gf-form-validation-heading-color);display:flex;flex-direction:column;font-family:var(--gf-form-validation-heading-font-family);font-size:var(--gf-form-validation-heading-font-size);font-weight:var(--gf-form-validation-heading-font-weight);gap:var(--gf-form-validation-heading-gap);line-height:var(--gf-form-validation-heading-line-height)}.gform-theme--framework .gform_validation_errors .gform-icon{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gf-form-validation-heading-icon-bg-color);block-size:var(--gf-form-validation-heading-icon-size);border-color:var(--gf-form-validation-heading-icon-border-color);border-radius:var(--gf-form-validation-heading-icon-radius);border-style:var(--gf-form-validation-heading-icon-border-style);border-width:var(--gf-form-validation-heading-icon-border-width);color:var(--gf-form-validation-heading-icon-color);display:inline-grid;font-size:var(--gf-form-validation-heading-icon-font-size);inline-size:var(--gf-form-validation-heading-icon-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gform_validation_errors .gform-icon::before{content:var(--gf-icon-tooltip-error)}.gform-theme--framework .gform_validation_errors ol{color:var(--gf-form-validation-summary-color);font-family:var(--gf-form-validation-summary-font-family);font-size:var(--gf-form-validation-summary-font-size);font-weight:var(--gf-form-validation-summary-font-weight);line-height:var(--gf-form-validation-summary-line-height);list-style-type:disc;margin-block:0;margin-inline:0;padding-inline:var(--gf-form-validation-padding-x)}.gform-theme--framework .gform_validation_errors ol li+li{margin-block-start:4px}.gform-theme--framework .gform_validation_errors ol a{border-color:transparent;border-radius:var(--gf-form-validation-radius);border-style:var(--gf-ctrl-border-style);border-width:var(--gf-ctrl-border-width);color:var(--gf-form-validation-summary-color);outline-color:var(--gf-ctrl-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-ctrl-outline-width);-webkit-text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);transition:var(--gf-ctrl-transition)}.gform-theme--framework .gform_validation_errors ol a:focus{border-color:var(--gf-form-validation-border-color-focus);outline-color:var(--gf-form-validation-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}@media (min-width:640px){.gform-theme--framework .gform_validation_errors .gform_submission_error{align-items:center;flex-direction:row}.gform-theme--framework .gform_validation_errors ol{padding-inline:var(--gf-form-validation-summary-padding-x)}}.gform-theme--framework .gform_required_legend .gfield_required{color:var(--gf-color-danger)}.gform-theme--framework .gform-loader{border-block-end-color:var(--gf-form-spinner-fg-color);border-block-start-color:var(--gf-form-spinner-bg-color);border-inline-end-color:var(--gf-form-spinner-bg-color);border-inline-start-color:var(--gf-form-spinner-fg-color)}.gform-theme--framework .gform_save_link svg{display:none}.gform-theme--framework .gform_save_link::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-save-continue)}.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-space)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield--has-description.field_validation_below .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-space)}.gform-theme--framework .field_description_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_below.gfield--type-choice .gfield_description:where(.field_description_above .gfield_validation_message){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;margin-inline:auto 0;padding-block-start:var(--gf-desc-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-choice-field-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;padding-block-start:var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0 var(--gf-desc-choice-field-space)}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-space)}@media (min-width:640px){.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-space)}}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-choice-field-space)}@media (min-width:640px){.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}}.gform-theme--framework .validation_above .gform-conversational__field-footer+.gfield_validation_message.gfield_description{margin-block-end:0;margin-block-start:var(--gf-desc-space)}.gform-theme--framework .gfield_list_group_item::before,.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-space-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-choice-field-space-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-choice-field-space-primary)}@media (min-width:640px){.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){--gf-local-margin-y:0;--gf-local-margin-x:0;padding-inline-end:var(--gf-label-space-primary)}}.gform-theme--framework .gform-field-label--type-inline{--gf-local-margin-x:var(--gf-label-space-x-secondary) 0;--gf-local-margin-y:var(--gf-label-space-y-secondary) 0}.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub{--gf-local-margin-y:var(--gf-label-space-tertiary) 0}.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub{--gf-local-margin-y:0 var(--gf-label-space-tertiary)}

#gform_wrapper_24[data-form-index="0"].gform-theme,[data-parent-form="24_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}

#gform_wrapper_9[data-form-index="0"].gform-theme,[data-parent-form="9_0"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-select: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-icon-ctrl-search: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}