.nav-item{display:inline-grid;min-width:-moz-fit-content;min-width:fit-content}.nav-item.router-link-active{--nav-decoration-color:var(--accent);color:var(--accent)}.nav-item span{display:inline-grid}.nav-item span:after{border-bottom:2px solid var(--nav-decoration-color);content:"";opacity:0;pointer-events:none;transition:all .3s ease-out;translate:0 1rem}:is(.nav-item:focus-within,.nav-item:hover) span:after{opacity:1;translate:0 .25rem}.nav-item:focus-visible{border-radius:2px;outline:2px solid var(--nav-decoration-color);outline-offset:2px}.has-subnav>.nav-item{display:inline-grid;grid-template-columns:auto 2rem}.has-subnav>.nav-item .iconify{color:var(--nav-decoration-color);display:inline-block;margin-block:-.25rem}:is(.has-subnav>.nav-item:focus-within,.has-subnav>.nav-item:hover) span:after{opacity:1;translate:0 .25rem}:is(.has-subnav>.nav-item:focus-within,.has-subnav>.nav-item:hover) .iconify{animation:icon-bounce .4s ease-out}@keyframes icon-bounce{0%{translate:0 0}30%{translate:0 -4px}60%{translate:0 2px}80%{translate:0 -2px}to{translate:0 0}}.site-header{--_header-background:var(--header-background,var(--background));--_header-foreground:var(--header-foreground,var(--foreground));--nav-decoration-color:#8f8f8f;background:var(--_header-background);box-shadow:0 3px 6px oklab(from var(--_header-foreground) l a b/.22);color:var(--_header-foreground);grid-area:header;padding-block:var(--header-padding,1.875rem);position:sticky;top:0;z-index:100}.site-header a{color:inherit;text-decoration:none}.site-header__logo{width:110px}.site-header__logo svg *{fill:var(--brand-color)}.site-header__logo:focus-visible{outline:2px solid var(--brand-color);outline-offset:4px}.site-header__logo:focus-visible svg *{fill:hsl(from var(--brand-color) h s calc(l - 5))}.site-header__logo:focus-within svg *{fill:hsl(from var(--brand-color) h s calc(l - 5))}@media(hover:hover){.site-header__logo:hover svg *{fill:hsl(from var(--brand-color) h s calc(l - 5))}}.site-header__logo.site-header__logo--microsite{width:135px}.site-header__logo.site-header__logo--microsite .grey *{fill:var(--grey-9)}.site-header__inner{align-items:flex-end;display:flex;justify-content:space-between}@media(min-width:768px){.site-header__menu-button{display:none}}@media not (min-width:768px){.site-header__nav{display:none}}.site-header__menu-button{background:none;border:0;color:var(--_header-foreground);cursor:pointer;font-size:2.5rem;line-height:0;padding:0}@media(hover:hover){.site-header__menu-button:hover{color:var(--accent)}}.site-header__menu-button:focus-visible{color:var(--accent);outline:2px solid var(--accent);outline-offset:4px}.site-header__nav{font-weight:600}.site-header__nav>.nav-items{align-items:center;display:flex;gap:1rem;margin-block-end:-.5rem}.site-header__nav .nav-item{padding-block:.5rem;padding-inline:.5rem}.site-header__nav .has-subnav>.nav-item>span:after{content:normal}.nav-primary .subnav--transition-wrap{padding-block-start:1.25rem;position:absolute}.nav-primary .subnav{background:var(--_header-background);box-shadow:0 3px 2px oklab(from var(--_header-foreground) l a b/.2);min-width:200px;padding-block:.5rem;width:-moz-fit-content;width:fit-content}.nav-primary .subnav .nav-item{display:block}.mobile-nav--transition-wrap{grid-area:mobilenav;height:-moz-fit-content;height:fit-content;position:sticky;top:var(--header-height);z-index:11}.mobile-nav{--_mobile-nav-foreground:var(--mobile-nav-foreground,var(--foreground));--_mobile-nav-background:var(--mobile-nav-background,var(--background));--nav-decoration-color:var(--_mobile-nav-foreground);background:var(--_mobile-nav-background);box-shadow:0 3px 6px oklab(from var(--_mobile-nav-background) l a b/.22);color:var(--_mobile-nav-foreground);padding-block:1rem}.mobile-nav a{color:inherit;text-decoration:none}.mobile-nav .has-toggle{display:grid;grid-template-columns:auto 3rem}.mobile-nav .nav-item__toggle[aria-expanded=true] .iconify{transform:rotate(180deg)}.mobile-nav .nav-item__toggle{align-items:center;background:none;border:0;cursor:pointer;display:flex;justify-content:center}.mobile-nav .nav-item__toggle:focus-visible{background-color:var(--grey-8);outline:2px solid var(--_mobile-nav-foreground);outline-offset:2px}.mobile-nav .nav-item__toggle:focus-within{background-color:var(--grey-8)}.mobile-nav .nav-item__toggle .iconify{color:var(--nav-decoration-color);display:inline-block;margin-block:-.5rem;transition:transform .3s ease}.mobile-nav-primary{font-weight:600}.mobile-nav-primary>.nav-items{align-items:stretch;display:flex;flex-direction:column;gap:1rem}.mobile-nav-primary .nav-item{display:block;padding-block:.5rem;padding-inline:.5rem}.mobile-nav-primary .subnav{border-left:4px solid var(--nav-decoration-color);margin-block-start:.75rem;padding-inline-start:1rem}.social-profiles{--icon-button-size:2rem}.social-profiles ul{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.social-profiles ul a{align-items:center;background-color:var(--_footer-foreground);border-radius:50%;color:var(--_footer-background);display:flex;font-size:var(--icon-size,calc(var(--icon-button-size)*.8));height:var(--icon-button-size);justify-content:center;width:var(--icon-button-size)}.social-profiles ul a:focus-within,.social-profiles ul a:hover{background-color:var(--nav-decoration-color)}.social-profiles ul .iconify{height:1em;width:100%}.site-footer{--_footer-background:var(--footer-background);--_footer-foreground:var(--footer-foreground,var(--foreground));--nav-decoration-color:var(--stroke-grey);background:var(--_footer-background);color:var(--_footer-foreground);font-size:.875rem;grid-area:footer;padding-block:var(--footer-padding,3rem 7.8125rem);z-index:100}.site-footer a{color:inherit;text-decoration:none}.site-footer__logo{width:110px}.site-footer__logo svg *{fill:var(--_footer-foreground)}.site-footer__logo:focus-visible{outline:2px solid var(--brand-color);outline-offset:4px}.site-footer__logo:focus-visible svg *{fill:var(--accent)}.site-footer__logo:focus-within svg *{fill:hsl(from var(--accent) h s calc(l - 5))}@media(hover:hover){.site-footer__logo:hover svg *{fill:hsl(from var(--nav-decoration-color) h s calc(l - 5))}}.site-footer__logo.site-footer__logo--microsite{width:135px}.site-footer__inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.site-footer__inner+.site-footer__inner{border-top:1px solid var(--grey-8);margin-block-start:2.5rem;padding-block-start:1rem}.site-footer__inner>*{min-width:-moz-fit-content;min-width:fit-content}.site-footer__nav{font-weight:600;margin-inline:-.5rem}.site-footer__nav>.nav-items{align-items:center;display:flex}.site-footer__nav .nav-item{padding-inline:.5rem}.site-footer__nav .nav-items__li+.nav-items__li:before{content:"/"}
