.Header-module__Af2_WG__header{z-index:var(--z-header);align-items:center;gap:var(--stack-md);height:var(--header-h);padding-inline:var(--margin-page);background:var(--bg);color:var(--fg);transition:transform .3s var(--ease-out), background-color .25s var(--ease-out);grid-template-columns:1fr auto 1fr;display:grid;position:sticky;top:0}.Header-module__Af2_WG__hidden{transform:translateY(-100%)}.Header-module__Af2_WG__fixedHome{position:fixed;left:0;right:0}.Header-module__Af2_WG__transparent{color:var(--white);background:0 0}.Header-module__Af2_WG__transparent .Header-module__Af2_WG__link{color:#ffffffbf}.Header-module__Af2_WG__transparent .Header-module__Af2_WG__link:hover,.Header-module__Af2_WG__transparent .Header-module__Af2_WG__link.Header-module__Af2_WG__active{color:var(--white)}.Header-module__Af2_WG__transparent .Header-module__Af2_WG__cta{color:var(--yellow)}.Header-module__Af2_WG__transparent .Header-module__Af2_WG__cta:hover{color:var(--white)}.Header-module__Af2_WG__brand{grid-column:1;justify-self:start;align-items:center;display:inline-flex}.Header-module__Af2_WG__logo{width:auto;max-width:none;height:1.25rem}.Header-module__Af2_WG__nav{grid-column:2;display:none}.Header-module__Af2_WG__nav ul{align-items:center;gap:clamp(1.25rem,3vw,2.5rem);display:flex}.Header-module__Af2_WG__link{font-size:var(--text-label);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);white-space:nowrap;transition:color var(--dur-fast) var(--ease-out);padding-block:.25rem;font-weight:700;text-decoration:none;display:inline-block;position:relative}.Header-module__Af2_WG__link:hover,.Header-module__Af2_WG__link.Header-module__Af2_WG__active{color:var(--fg)}.Header-module__Af2_WG__link.Header-module__Af2_WG__active:before,.Header-module__Af2_WG__cta.Header-module__Af2_WG__active:before{content:"";background:var(--yellow);border-radius:50%;width:.3125rem;height:.3125rem;position:absolute;top:-.55rem;left:50%;transform:translate(-50%)}.Header-module__Af2_WG__end{align-items:center;gap:var(--stack-md);grid-column:3;justify-self:end;display:flex}.Header-module__Af2_WG__cta{font-size:var(--text-label);letter-spacing:.12em;text-transform:uppercase;color:var(--fg);white-space:nowrap;transition:color var(--dur-fast) var(--ease-out);padding-block:.25rem;font-weight:700;text-decoration:none;display:none;position:relative}.Header-module__Af2_WG__cta span,[data-theme=dark] .Header-module__Af2_WG__cta{color:var(--yellow)}.Header-module__Af2_WG__cta:hover{color:var(--muted)}[data-theme=dark] .Header-module__Af2_WG__cta:hover{color:var(--fg)}.Header-module__Af2_WG__burger{justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-right:-.625rem;display:inline-flex}.Header-module__Af2_WG__burgerBox{width:1.5rem;height:.75rem;display:block;position:relative}.Header-module__Af2_WG__burgerBox span{width:100%;height:2px;transition:transform var(--dur-fast) var(--ease-out);background:currentColor;position:absolute;left:0}.Header-module__Af2_WG__burgerBox span:first-child{top:0}.Header-module__Af2_WG__burgerBox span:last-child{bottom:0}.Header-module__Af2_WG__burgerBox[data-open] span:first-child{transform:translateY(.3125rem)rotate(45deg)}.Header-module__Af2_WG__burgerBox[data-open] span:last-child{transform:translateY(-.3125rem)rotate(-45deg)}.Header-module__Af2_WG__overlay{inset:0;top:var(--header-h);z-index:var(--z-overlay);background:var(--bg);padding:var(--stack-lg) var(--margin-page);visibility:hidden;opacity:0;transition:opacity var(--dur-fast) var(--ease-out), visibility 0s linear var(--dur-fast);flex-direction:column;justify-content:center;display:flex;position:fixed}.Header-module__Af2_WG__overlay[data-open]{visibility:visible;opacity:1;transition:opacity var(--dur-fast) var(--ease-out)}.Header-module__Af2_WG__overlayList{gap:var(--stack-md);flex-direction:column;display:flex}.Header-module__Af2_WG__overlayLink{letter-spacing:-.01em;text-transform:uppercase;color:var(--fg);font-size:clamp(1.75rem,7vw,2.25rem);font-weight:700;line-height:1.15;text-decoration:none;display:inline-block;position:relative}.Header-module__Af2_WG__overlayActive:before{content:"";background:var(--yellow);border-radius:50%;width:.375rem;height:.375rem;position:absolute;top:50%;left:-1.25rem;transform:translateY(-50%)}.Header-module__Af2_WG__overlayCta{margin-top:var(--stack-md);color:var(--fg)}[data-theme=dark] .Header-module__Af2_WG__overlayCta{color:var(--yellow)}@media (min-width:768px){.Header-module__Af2_WG__nav{display:block}.Header-module__Af2_WG__cta{display:inline-block}.Header-module__Af2_WG__burger,.Header-module__Af2_WG__overlay{display:none}}
.Footer-module__EZoWya__footer{justify-content:space-between;align-items:center;gap:var(--stack-sm) var(--stack-md);padding:var(--stack-md) var(--margin-page);border-top:1px solid var(--line);background:var(--bg);color:var(--muted);flex-wrap:wrap;display:flex}.Footer-module__EZoWya__copy{font-size:var(--text-label);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.Footer-module__EZoWya__copyLine{display:block}@media (min-width:768px){.Footer-module__EZoWya__copyLine{display:inline}}.Footer-module__EZoWya__socials{gap:var(--stack-md);flex-wrap:wrap;display:flex}.Footer-module__EZoWya__social{font-size:var(--text-label);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);transition:color var(--dur-fast) var(--ease-out);font-weight:700;text-decoration:none}.Footer-module__EZoWya__social:hover{color:var(--fg);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px}
