/* Shared light/dark tokens. Important layer intentionally precedes legacy unlayered rules. */
@layer ixTheme {
 :root{--ix-theme-page:#FAFAF7;--ix-theme-surface:#fff;--ix-theme-soft:#EDF2ED;--ix-theme-text:#252A30;--ix-theme-muted:#56615B;--ix-theme-border:#DDE2DC;--ix-theme-link:#A82429;--ix-theme-button:#BC2E2B;color-scheme:light}
 :root[data-ix-theme=dark]{--ix-theme-page:#151B1A;--ix-theme-surface:#202927;--ix-theme-soft:#283330;--ix-theme-text:#F2F4EE;--ix-theme-muted:#BDC8C1;--ix-theme-border:#52635B;--ix-theme-link:#FFAAA6;--ix-theme-button:#AE292F;color-scheme:dark;background:var(--ix-theme-page)!important}
 :root[data-ix-theme=dark] body{background:var(--ix-theme-page)!important;color:var(--ix-theme-text)!important}
 :root[data-ix-theme=dark] [data-ix-tone=text]{color:var(--ix-theme-text)!important;-webkit-text-fill-color:var(--ix-theme-text)!important;text-shadow:none!important}
 :root[data-ix-theme=dark] [data-ix-tone=muted]{color:var(--ix-theme-muted)!important;-webkit-text-fill-color:var(--ix-theme-muted)!important}
 :root[data-ix-theme=dark] [data-ix-tone=accent]{color:var(--ix-theme-link)!important;-webkit-text-fill-color:var(--ix-theme-link)!important}
 :root[data-ix-theme=dark] [data-ix-tone=onaccent]{color:#fff!important;-webkit-text-fill-color:#fff!important}
 :root[data-ix-theme=dark] [data-ix-bg=surface]{background-color:var(--ix-theme-surface)!important;border-color:var(--ix-theme-border)!important;box-shadow:none!important}
 :root[data-ix-theme=dark] [data-ix-bg=soft]{background-color:var(--ix-theme-soft)!important;border-color:var(--ix-theme-border)!important;box-shadow:none!important}
 :root[data-ix-theme=dark] [data-ix-bg=accent]{background-color:var(--ix-theme-button)!important;border-color:var(--ix-theme-button)!important}
 :root[data-ix-theme=dark] [data-ix-gradient]{background-image:none!important}
 :root[data-ix-theme=dark] :is(input,select,textarea){background:#202927!important;color:#F2F4EE!important;border-color:#62766A!important}
 :root[data-ix-theme=dark] ::placeholder{color:#BDC8C1!important;opacity:1!important}
 :root[data-ix-theme=dark] :is([class*=hero],[class*=stage])::after{background:linear-gradient(90deg,rgba(21,27,26,.96),rgba(21,27,26,.83) 55%,rgba(21,27,26,.48))!important}
 :root[data-ix-theme=dark] :is(.ix-wrw-scrim,.ix-wrw-hero .bg::after){background:linear-gradient(90deg,rgba(21,27,26,.96),rgba(21,27,26,.6))!important}
 :root[data-ix-theme=dark] .leaflet-tile-pane{filter:brightness(.72) saturate(.6)!important}
 :root[data-ix-theme=dark] :is(.ix26-header img,.ix26-brand img,.ix-mob-head img){filter:brightness(0) invert(1)!important}
 :root[data-ix-theme=dark] :focus-visible{outline-color:#FFAAA6!important}
 #ixThemeToggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:44px!important;padding:9px 13px!important;border:1px solid var(--ix-theme-border)!important;border-radius:99px!important;background:var(--ix-theme-surface)!important;color:var(--ix-theme-text)!important;font:600 12px/1.2 Manrope,system-ui,sans-serif!important;cursor:pointer!important;white-space:nowrap!important;box-shadow:none!important;position:relative!important;z-index:20!important}
 .ix-theme-tools{display:flex!important;align-items:center!important;gap:10px!important;margin-left:auto!important}
 #ixShare{position:static!important;transform:none!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:24px auto!important;padding:14px 18px!important;width:fit-content!important;max-width:calc(100% - 32px)!important;background:var(--ix-theme-surface)!important;border:1px solid var(--ix-theme-border)!important;border-radius:13px!important;box-shadow:none!important}
 #ixShare .ix-share-lbl{display:block!important;font:600 12px Manrope,system-ui,sans-serif!important;color:var(--ix-theme-muted)!important;margin-right:4px!important}
 #ixShare :is(a,button){display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;border:1px solid var(--ix-theme-border)!important;border-radius:50%!important;background:var(--ix-theme-soft)!important;color:var(--ix-theme-text)!important;padding:0!important;cursor:pointer!important}
 #ixShare :is(a,button):hover{background:var(--ix-theme-button)!important;color:#fff!important}
 #ixShare svg{width:18px!important;height:18px!important}
 #ixShareStatus{font:500 12px Manrope,system-ui,sans-serif!important;color:var(--ix-theme-text)!important}
 @media(max-width:600px){#ixThemeToggle{padding:8px!important;width:44px!important}.ix-theme-label{display:none!important}.ix-theme-tools{gap:6px!important}.ix26-contact{font-size:10px!important;padding:9px!important}#ixShare{gap:6px!important;padding:10px!important}#ixShare .ix-share-lbl{width:100%!important}}
 @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
 @media print{#ixThemeToggle,#ixShare{display:none!important}:root[data-ix-theme=dark] [data-ix-bg]{background:white!important}:root[data-ix-theme=dark] [data-ix-tone]{color:black!important;-webkit-text-fill-color:black!important}}
}
@layer ixTheme {
 @media(max-width:600px){.ix26-header-row{padding-right:48px!important;gap:10px!important}.ix26-header-row>a img{width:115px!important;height:auto!important}.ix26-header-row .ix26-contact{max-width:90px!important;white-space:normal!important;text-align:center!important;line-height:1.3!important}.ix-theme-tools{flex-shrink:0!important}}
}
@layer ixTheme {
 [data-ix-bg],[data-ix-tone]{transition-property:transform,opacity!important}
 :root[data-ix-theme=dark] .btn-outline-light{background:#202927!important;color:#F2F4EE!important;border-color:#BDC8C1!important}
 :root[data-ix-theme=dark] :is(.prop-tag.gold,.fbadge,.ix-promoted-badge){background:#AE292F!important;color:#fff!important}
}
@layer ixContrast {
 :root:not([data-ix-theme=dark]) [data-ix-contrast-light=ink],:root[data-ix-theme=dark] [data-ix-contrast-dark=ink]{color:#252A30!important;-webkit-text-fill-color:#252A30!important}
 :root:not([data-ix-theme=dark]) [data-ix-contrast-light=paper],:root[data-ix-theme=dark] [data-ix-contrast-dark=paper]{color:#fff!important;-webkit-text-fill-color:#fff!important}
 :root:not([data-ix-theme=dark]) [data-ix-contrast-light=accent],:root[data-ix-theme=dark] [data-ix-contrast-dark=accent]{color:#A82429!important;-webkit-text-fill-color:#A82429!important}
 #ixShare+*{margin-top:0!important}
 #ixShare a{text-decoration:none!important}
}
@layer ixTheme{html[data-ix-theme=dark] .site-head .brand img.logo{filter:brightness(0) invert(1)!important}}
@layer ixTheme{html[data-ix-theme=dark] img.brandlogo{filter:brightness(0) invert(1)!important}}
