header{background:transparent;position:fixed;top:0;transform:translateY(-100%);transition:var(--simple-transition);z-index:10}header.active,header.init{transform:translateY(0)}header.active:not(.init){background:var(--white)}header.theme-blue.active:not(.init){background:var(--blue)}header.theme-cyan.active:not(.init){background:var(--cyan)}header.theme-light-green.active:not(.init){background:var(--light-green)}header.theme-coral.active:not(.init){background:var(--coral)}header.theme-lilac.active:not(.init){background:var(--lilac)}header.theme-white.active:not(.init){background:var(--white)}header a{text-decoration:none}header a,header.theme-blue a{color:var(--white)}header.active:not(.init) a:not(.button-cta),header.theme-coral a,header.theme-cyan a,header.theme-light-green a,header.theme-lilac a,header.theme-white a{color:var(--black)}header.active:not(.init) #logo path:not(.anim-ignore),header.active:not(.init) .menu_button path{fill:var(--black)}#logo path:not(.anim-ignore),.menu_button path{transition:var(--simple-transition)}#logo.light path:not(.anim-ignore),.menu_button .light path{fill:#fff}#logo.dark path:not(.anim-ignore),.menu_button .dark path{fill:#000}.navigation{justify-content:space-between}#display_mobile_menu,header .menu_button,header .menu_cta{display:none}header .links{flex-grow:1;gap:1ch;justify-content:space-around;padding:0 1ch}header .links .flex-spacer{display:none}header .menu_button{cursor:pointer}@media screen and (max-width:850px){#display_mobile_menu+.navigation .menu_button .close,#display_mobile_menu:checked+.navigation .menu_button .open,header:not(.cta-only) .links,header:not(.cta-only) .main-cta{display:none}#display_mobile_menu+.navigation .menu_button .open,#display_mobile_menu:checked+.navigation .menu_button .close,header .links .flex-spacer,header .menu_button{display:block}#display_mobile_menu+.navigation .links{background:var(--cyan);display:flex;flex-direction:column;font-size:1.375rem;font-weight:700;height:calc(100vh - 69px);justify-content:flex-start;left:0;opacity:0;padding:0;position:absolute;right:0;text-align:left;top:100%;transform:translateY(-100%);transition:var(--simple-transition);z-index:10}#display_mobile_menu:not(:checked)+.navigation .links{pointer-events:none}#display_mobile_menu:checked+.navigation{background-color:var(--white)}#display_mobile_menu:checked+.navigation .links{opacity:1;transform:translateY(0)}#display_mobile_menu:checked+.navigation svg path:not(.anim-ignore){fill:var(--off-black)!important}#display_mobile_menu+.navigation .links .menu_cta{background:var(--white);display:flex;padding:1rem;place-content:center;width:100%}#display_mobile_menu+.navigation .links a:not(.button-cta){color:var(--black);margin-bottom:2rem;padding:0 1em 1em}#display_mobile_menu+.navigation .links a:not(.button-cta):first-child{padding-top:1rem}}@media screen and (max-width:360px){.navigation .main-cta.button-cta{font-size:.9em}.navigation .logo-container svg{width:160px!important}}