<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-menu{font-size:var(--main-menu-fs);grid-area:menu}@media screen and (min-width:768px){.main-menu{width:100%}}.main-menu__wrapper{display:none;height:100vh;left:0;position:fixed;right:0;top:0;z-index:10}.main-menu__wrapper[aria-hidden=false]{display:block}@media screen and (min-width:768px){.main-menu__wrapper[aria-hidden=false]{display:block}}@media screen and (max-width:768px){.main-menu__wrapper[aria-hidden=false]{background-color:var(--header-bg);overflow-x:hidden;padding:var(--spacing-s) var(--spacing)}}@media screen and (min-width:768px){.main-menu__wrapper{display:block;height:auto;position:static}}.main-menu__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}@media screen and (min-width:768px){.main-menu__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:end;flex-direction:row;flex-wrap:wrap;font-weight:var(--main-menu-font-weight);justify-content:flex-end}}@media screen and (max-width:768px){.main-menu__items{margin:var(--spacing) 0}}.main-menu__item{-webkit-box-align:center;-webkit-box-pack:center;align-items:center;display:-webkit-box;display:flex;justify-content:center;position:relative;text-align:center}@media screen and (max-width:768px){.main-menu__item{flex-wrap:wrap;margin-top:-.0625rem}}.main-menu__item:last-of-type a{padding-right:0}.main-menu__item-toggle{-webkit-box-align:center;align-items:center;background:transparent;border:none;display:-webkit-inline-box;display:inline-flex;font-size:inherit;font-weight:inherit;padding:0;position:relative}.main-menu__item-toggle svg{height:.45em;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:auto}.main-menu__item-toggle[aria-expanded=true],.main-menu__item-toggle[aria-pressed=true]{background-color:var(--main-menu-active-item-bg);color:var(--main-menu-active-item-fg)}@media screen and (max-width:768px){.main-menu__item-toggle[aria-expanded=true],.main-menu__item-toggle[aria-pressed=true]{position:relative}.main-menu__item-toggle[aria-expanded=true]:before,.main-menu__item-toggle[aria-pressed=true]:before{background:var(--main-menu-active-item-bg);bottom:0;content:"";left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}}@media screen and (min-width:768px){.main-menu__item-toggle[aria-expanded=true],.main-menu__item-toggle[aria-pressed=true]{border-radius:var(--border-radius) var(--border-radius) 0 0;z-index:22}}.main-menu__item-toggle[aria-expanded=true] svg,.main-menu__item-toggle[aria-pressed=true] svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.main-menu__sub-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--main-menu-active-item-bg);color:var(--main-menu-active-item-fg);display:-webkit-box;display:flex;flex-direction:column;flex-wrap:wrap;font-weight:var(--regular);list-style:none;padding:0;width:100%}@media screen and (max-width:768px){.main-menu__sub-items{margin-top:-.0625rem;padding-bottom:var(--spacing-s);position:relative}.main-menu__sub-items:before{background:var(--main-menu-active-item-bg);bottom:0;content:"";left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;z-index:-1}}@media screen and (min-width:768px){.main-menu__sub-items{border-radius:0 0 var(--border-radius) var(--border-radius);min-width:var(--main-menu-sub-items-width);padding:0 var(--spacing-s) var(--spacing);position:absolute;top:100%;z-index:21}.main-menu__sub-items:before{background-color:var(--main-menu-active-item-bg);border-radius:var(--border-radius) var(--border-radius) 0 0;bottom:100%;content:"";height:3.375rem;left:0;position:absolute;width:100%;z-index:1;z-index:20}}.main-menu__sub-items[aria-hidden=true]{display:none}.main-menu__sub-item{text-align:left}.dsb .main-menu__sub-item:first-of-type{border-top:1px solid var(--main-menu-border-color);padding-top:var(--spacing-xs)}.main-menu__sub-item-link{-webkit-box-align:center;-webkit-box-pack:justify;align-items:center;display:-webkit-box;display:flex;gap:var(--spacing-xxs);justify-content:space-between;padding:var(--spacing-xs) 0;text-decoration:none;width:100%}@media screen and (max-width:768px){.main-menu__sub-item-link{padding-left:var(--spacing)}}.main-menu__sub-item-link svg{flex-shrink:0;height:.75em;margin-top:.2em}@media screen and (min-width:768px){.main-menu__sub-item-link svg{display:none}}.main-menu__sub-item-link:focus,.main-menu__sub-item-link:hover{text-decoration:underline}.main-menu__item-toggle,.main-menu__link{-webkit-box-align:center;align-items:center;color:var(--color-black);display:-webkit-box;display:flex;gap:var(--spacing-xxs);line-height:1.2;padding:var(--main-menu-link-padding);text-decoration:none}@media screen and (max-width:768px){.main-menu__item-toggle,.main-menu__link{-webkit-box-align:center;-webkit-box-pack:justify;align-items:center;border-bottom:1px solid var(--main-menu-border-color);display:-webkit-box;display:flex;font-size:1.25rem;justify-content:space-between;padding:var(--spacing-s) 0;text-align:left;width:100%}}.main-menu__item-toggle:focus,.main-menu__item-toggle:hover,.main-menu__link:focus,.main-menu__link:hover{text-decoration:underline}.main-menu__item-toggle{gap:.5em}.main-menu__item-toggle svg{height:.5em}@media screen and (min-width:768px){.main-menu__link:not(.main-menu__link--search) svg{display:none}}.main-menu__link--search svg{height:1em}.main-menu__close,.main-menu__open{-webkit-box-align:center;align-items:center;background:transparent;border:none;display:block;display:-webkit-box;display:flex;font-size:1rem;font-weight:var(--bold);gap:var(--spacing-xs);margin-right:calc(var(--spacing-xs)*-1);padding:var(--spacing-xs);z-index:1}@media screen and (min-width:768px){.main-menu__close,.main-menu__open{display:none}}.main-menu__close svg,.main-menu__open svg{width:1.25rem}.main-menu__open{grid-area:trigger}.main-menu__close{background:var(--header-bg);margin-left:auto;position:-webkit-sticky;position:sticky;top:0}</pre></body></html>