.accessibility-shortcuts{position:absolute;z-index:var(--z-accessibility-shortcuts);top:-100vh;padding:0;margin:0}.accessibility-shortcuts__link{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;clip:rect(0,0,0,0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.accessibility-shortcuts__link:active,.accessibility-shortcuts__link:focus{position:absolute;top:calc(100vh + .5em);left:.5em;overflow:visible;width:auto;height:auto;padding:.5em 1em;background:#fff;clip:auto;-webkit-clip-path:none;clip-path:none;color:var(--black);white-space:nowrap}:root{--default-header-background: var(--header-background);--default-header-white-background: var(--white);--default-header-nav-border: var(--thon-blue);--default-header-search-background: var(--element-background);--default-header-logo-height: var(--logo-height);--default-header-content-padding: var(--header-padding);--default-header-page-width: var(--page-width);--default-header-z-menu: var(--z-header-menu);--default-header-z-search: var(--z-header-search);--default-header-content-gap: 56px;--default-header-border-width: 40px;--default-header-search-padding-mobile: 24px 0;--default-header-search-padding-desktop: 40px}@keyframes show-search{0%{opacity:0}to{opacity:1}}.default-header{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;order:-1;background-color:var(--default-header-background)}@media screen and (min-width: 64rem){.default-header{border-top:var(--default-header-border-width) solid var(--default-header-nav-border)}}@media screen and (min-width: 64rem) and (prefers-contrast: more){.default-header{border-top-color:var(--default-header-background)}}.default-header--white{background-color:var(--default-header-white-background)}.default-header__logo{z-index:1}.default-header__logo img,.default-header__logo svg{height:var(--default-header-logo-height)}.default-header__content{position:relative;z-index:var(--default-header-z-menu);display:flex;width:100%;max-width:var(--default-header-page-width);box-sizing:border-box;align-items:center;justify-content:space-between;padding:var(--default-header-content-padding);gap:var(--default-header-content-gap)}@media screen and (min-width: 64rem){.default-header__content{justify-content:flex-start}}[data-menu-open] .default-header__logo{opacity:0;transition:1s opacity}@media (prefers-contrast: more){[data-menu-open] .default-header__logo{opacity:1}}.default-header__search{position:relative;z-index:var(--default-header-z-search);display:flex;width:100%;box-sizing:border-box;justify-content:center;padding:var(--default-header-search-padding-mobile);animation:show-search .15s ease-in-out forwards;background:var(--default-header-search-background);grid-column:left/right}@media screen and (min-width: 64rem){.default-header__search{position:absolute;top:0;right:0;left:0;padding:var(--default-header-search-padding-desktop)}}.default-header__search[aria-hidden=true]{display:none}
