body:has(.nyra-hero-funnel) {
  --nyra-controls-top-final: 3.05rem;
  --nyra-controls-right-final: clamp(2rem, 3.8vw, 4.5rem);
  --nyra-controls-height-final: 3.36rem;
  --nyra-controls-gap-final: 0.38rem;
  --nyra-theme-width-final: 8.55rem;
  --nyra-language-width-final: 9.95rem;
  --nyra-mark-box-final: 5.95rem;
  --nyra-mark-size-final: 5.3rem;
  --nyra-pill-shell-final: #f2f2f2;
  --nyra-pill-active-final: #050505;
  --nyra-pill-active-ink-final: #ffffff;
  --nyra-pill-muted-final: rgba(5, 5, 5, 0.68);
  --nyra-pill-border-final: rgba(255, 255, 255, 0.72);
  --nyra-mark-ink-final: #050505;
}

[color-scheme="dark"] body:has(.nyra-hero-funnel) {
  --nyra-mark-ink-final: #ffffff;
}

body:has(.nyra-hero-funnel) .mxd-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 120 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: none !important;
}

body:has(.nyra-hero-funnel) .mxd-nav__wrap {
  z-index: 120 !important;
  transform: none !important;
}

body:has(.nyra-hero-funnel) .mxd-header__controls,
body:has(.nyra-hero-funnel) .nyra-language-switcher,
body:has(.nyra-hero-funnel) .mxd-nav__contain {
  position: fixed !important;
  top: var(--nyra-controls-top-final) !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 130 !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

body:has(.nyra-hero-funnel) .mxd-nav__contain {
  right: var(--nyra-controls-right-final) !important;
  width: var(--nyra-mark-box-final) !important;
  min-width: var(--nyra-mark-box-final) !important;
  height: var(--nyra-controls-height-final) !important;
  min-height: var(--nyra-controls-height-final) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding: 0 !important;
}

body:has(.nyra-hero-funnel) .nyra-language-switcher {
  right: calc(var(--nyra-controls-right-final) + var(--nyra-mark-box-final) + var(--nyra-controls-gap-final)) !important;
  width: var(--nyra-language-width-final) !important;
  min-width: var(--nyra-language-width-final) !important;
  height: var(--nyra-controls-height-final) !important;
  min-height: var(--nyra-controls-height-final) !important;
  display: inline-grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0.21rem !important;
  border: 1px solid var(--nyra-pill-border-final) !important;
  border-radius: 999px !important;
  background: var(--nyra-pill-shell-final) !important;
  color: var(--nyra-pill-muted-final) !important;
  box-shadow: none !important;
  line-height: 1 !important;
  backdrop-filter: blur(18px);
}

body:has(.nyra-hero-funnel) .mxd-header__controls {
  right: calc(var(--nyra-controls-right-final) + var(--nyra-mark-box-final) + var(--nyra-language-width-final) + (var(--nyra-controls-gap-final) * 2)) !important;
  width: var(--nyra-theme-width-final) !important;
  min-width: var(--nyra-theme-width-final) !important;
  height: var(--nyra-controls-height-final) !important;
  min-height: var(--nyra-controls-height-final) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

body:has(.nyra-hero-funnel) .mxd-color-switcher,
body:has(.nyra-hero-funnel) .nyra-theme-switcher {
  width: var(--nyra-theme-width-final) !important;
  min-width: var(--nyra-theme-width-final) !important;
  height: var(--nyra-controls-height-final) !important;
  min-height: var(--nyra-controls-height-final) !important;
  display: inline-grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  overflow: hidden !important;
  padding: 0.21rem !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 999px !important;
  background: #050505 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  line-height: 1 !important;
  backdrop-filter: blur(18px);
}

body:has(.nyra-hero-funnel) .nyra-language-switcher__link,
body:has(.nyra-hero-funnel) .nyra-theme-switcher__option {
  width: 100% !important;
  min-width: 0 !important;
  height: calc(var(--nyra-controls-height-final) - 0.42rem) !important;
  min-height: calc(var(--nyra-controls-height-final) - 0.42rem) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: inherit !important;
  font-family: var(--_font-default) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease !important;
}

body:has(.nyra-hero-funnel) .nyra-language-switcher__link.is-active,
body:has(.nyra-hero-funnel) .nyra-language-switcher__link:hover {
  background: var(--nyra-pill-active-final) !important;
  color: var(--nyra-pill-active-ink-final) !important;
}

body:has(.nyra-hero-funnel) .nyra-theme-switcher__option i {
  font-size: 1.34rem !important;
  line-height: 1 !important;
}

body:has(.nyra-hero-funnel) .nyra-theme-switcher[data-scheme="light"] .nyra-theme-switcher__option--light,
body:has(.nyra-hero-funnel) .nyra-theme-switcher[data-scheme="dark"] .nyra-theme-switcher__option--dark {
  background: #f5f5f5 !important;
  color: #050505 !important;
}

body:has(.nyra-hero-funnel) .nyra-theme-switcher__option:hover {
  opacity: 0.88 !important;
}

body:has(.nyra-hero-funnel) .nyra-menu-trigger {
  width: var(--nyra-mark-box-final) !important;
  min-width: var(--nyra-mark-box-final) !important;
  height: var(--nyra-controls-height-final) !important;
  min-height: var(--nyra-controls-height-final) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  transition: transform 180ms ease, filter 180ms ease !important;
}

body:has(.nyra-hero-funnel) .nyra-menu-favicon {
  width: var(--nyra-mark-size-final) !important;
  height: var(--nyra-mark-size-final) !important;
  display: block !important;
  background: var(--nyra-mark-ink-final) !important;
  -webkit-mask: var(--nyra-menu-mask) center / contain no-repeat !important;
  mask: var(--nyra-menu-mask) center / contain no-repeat !important;
  transform: none !important;
  transition: background-color 160ms ease, transform 180ms ease, filter 180ms ease !important;
}

body:has(.nyra-hero-funnel) .nyra-menu-trigger:hover,
body:has(.nyra-hero-funnel) .nyra-menu-trigger:focus-visible,
body:has(.nyra-hero-funnel) .nyra-menu-trigger.nav-open {
  transform: translateY(-1px) scale(1.012) !important;
  filter: none !important;
}

body:has(.nyra-hero-funnel) .nyra-menu-trigger:hover .nyra-menu-favicon,
body:has(.nyra-hero-funnel) .nyra-menu-trigger:focus-visible .nyra-menu-favicon,
body:has(.nyra-hero-funnel) .nyra-menu-trigger.nav-open .nyra-menu-favicon {
  background: var(--nyra-accent, #cdfe29) !important;
  transform: none !important;
  filter: drop-shadow(0 0 9px rgba(205, 254, 41, 0.24)) !important;
}

body:has(.nyra-hero-funnel) .hamburger__base,
body:has(.nyra-hero-funnel) .hamburger__line {
  display: none !important;
}

@media (max-width: 767px) {
  body:has(.nyra-hero-funnel) {
    --nyra-controls-top-final: 1.55rem;
    --nyra-controls-right-final: 0.95rem;
    --nyra-controls-height-final: 2.95rem;
    --nyra-controls-gap-final: 0.32rem;
    --nyra-theme-width-final: 6.45rem;
    --nyra-language-width-final: 7.15rem;
    --nyra-mark-box-final: 4.05rem;
    --nyra-mark-size-final: 3.72rem;
  }

  body:has(.nyra-hero-funnel) .nyra-language-switcher__link,
  body:has(.nyra-hero-funnel) .nyra-theme-switcher__option {
    font-size: 0.84rem !important;
  }

  body:has(.nyra-hero-funnel) .nyra-theme-switcher__option i {
    font-size: 1.12rem !important;
  }
}
