.header{position:fixed;top:0;width:100%;z-index:999}.header__skip{height:1px;left:-1000px;overflow:hidden;position:absolute;text-align:left;top:-1000px;width:1px}.header__skip:active,.header__skip:focus,.header__skip:hover{height:auto;left:0;overflow:visible;top:0;width:auto}.header__wrapper{align-items:center;display:flex;height:5.5rem;justify-content:space-between}.header__logo{height:1.5rem}.header__homepage-link{display:inline-block;height:100%;width:100%}.header__logo svg{height:100%;width:100%}.navigation{display:flex;flex:1;justify-content:center}@media screen and (max-width:1023px){.navigation{background:var(--white-brand);display:none;height:100vh;justify-content:start;left:0;padding:1.5rem 1rem;position:absolute;top:100%;width:100%}}.navigation--show{display:flex}.navigation__container{align-items:center;display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}@media screen and (max-width:1023px){.navigation__container{align-items:start;flex-direction:column;max-width:17.0625rem}}.navigation__item{display:flex;font-weight:500;line-height:1.5;position:relative}@media screen and (max-width:1023px){.navigation__item{flex-wrap:wrap}}.navigation__link{display:block;text-decoration:none}.has-subnavigation:hover .subnavigation__container{display:flex}.has-subnavigation:hover .subnavigation__icon{transform:rotate(90deg);transform-origin:center}.subnavigation__icon{align-items:center;display:flex;justify-content:center;transition:all .2s ease-in-out}.subnavigation__container{background:var(--white-brand);box-shadow:8px 9px 3px transparent,5px 6px 3px rgba(0,0,0,.01),3px 3px 3px rgba(0,0,0,.05),1px 1px 2px rgba(0,0,0,.09),0 0 1px rgba(0,0,0,.1);display:none;flex-direction:column;gap:1rem;left:0;list-style:none;padding:1rem;position:absolute;top:100%;width:11.875rem}@media screen and (max-width:1023px){.subnavigation__container{box-shadow:none;position:static}}.navigation__link[aria-expanded=true]~.subnavigation__container{display:flex}.navigation__link[aria-expanded=true]~.subnavigation__icon{transform:rotate(90deg);transform-origin:center}.subnavigation__link{display:block;flex:1;text-decoration:none}.header__buttons-wrapper{align-items:center;display:flex}@media screen and (max-width:1023px){.header__buttons-wrapper{gap:1rem}}.header__cta-desktop{display:block}@media screen and (max-width:1023px){.header__cta-desktop{display:none}}.header__cta-mobile{display:none}@media screen and (max-width:1023px){.header__cta-mobile{display:block}}.hamburger-btn{background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;gap:.5rem;height:2.5rem;justify-content:center;padding:.25rem;position:relative;width:2.5rem}@media screen and (max-width:1023px){.hamburger-btn{display:flex}}.hamburger-btn__line-bottom,.hamburger-btn__line-middle,.hamburger-btn__line-top{background:var(--blue-900);display:inline-block;height:2px;transition:transform .4s ease-in-out;width:100%}.hamburger-btn__line--small{transition:transform .2s ease-in-out;width:50%}.hamburger-btn--active .hamburger-btn__line-top{transform:rotate(45deg) translate(7px,7px)}.hamburger-btn--active .hamburger-btn__line-middle{transform:scale(0)}.hamburger-btn--active .hamburger-btn__line-bottom{transform:rotate(-45deg) translate(7px,-7px)}