/* Local behavior and accessibility support for the static site export. */
[hidden] { display: none !important; }
[data-anchor], .w-block-wrapper { scroll-margin-top: 12px; }
.portable-submenu-open > [data-submenu-dropdown] {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.menu__link--empty_3Mu[role="button"] { cursor: pointer; }
.menu__link--empty_3Mu[role="button"]:focus-visible,
.w-burger:focus-visible,
.menu__item-triangle_3Xz:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}
.header--mobile_1lv { display: none !important; }
@media (max-width: 991px) {
  html.portable-menu-open { overflow: hidden; }
  .header--mobile_1lv.portable-menu-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    inset: 0 !important;
    height: 100dvh !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: none !important;
    z-index: 10000 !important;
    background: #232427;
  }
  .header--mobile_1lv.portable-menu-open .header__inner--mobile_utm {
    min-height: 100%;
    padding-bottom: 36px;
  }
  .header--mobile_1lv [data-submenu-dropdown] {
    position: static !important;
    max-width: 100%;
    padding-top: 12px;
  }
  .header--mobile_1lv .submenu-wrapper_2EB {
    max-width: 100%;
    white-space: normal;
  }
}
.portable-slider-viewport {
  display: flex !important;
  flex-wrap: nowrap !important;
  scroll-snap-type: x mandatory;
  overflow-x: auto !important;
  scrollbar-width: none;
}
.portable-slider-viewport::-webkit-scrollbar { display: none; }
.portable-slider-viewport > .server-render__collection-item-wrapper {
  flex-shrink: 0;
  scroll-snap-align: start;
}
.portable-slider .server-render__collection-item_3Gl { opacity: 1 !important; }
.portable-slider button:disabled { opacity: .35; cursor: default; }
.portable-slider-status { width: 100%; padding: 12px; text-align: center; font-size: 14px; }
.portable-form-notice, .export-form-notice, .export-service-note {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid #b09a5d;
  background: #fff9e8;
  color: #302b20;
  font: 15px/1.5 Arial, sans-serif;
  text-align: left;
}
.export-review-banner {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 14px 24px;
  background: #fff3cf;
  border-bottom: 1px solid #b09a5d;
  color: #302b20;
  font: 14px/1.5 Arial, sans-serif;
  text-align: center;
}
.export-review-banner a, .export-service-note a {
  color: inherit;
  text-decoration: underline;
}
form button[type="submit"]:disabled,
form input[type="submit"]:disabled { opacity: .55; cursor: not-allowed; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .portable-menu-open *, .portable-slider * { animation: none !important; transition: none !important; }
}
