:root{--primary-color:#161f31;--text-on-primary-color:#ffffff;--secondary-color:#5961ff;--secondary-color-shade:#454cd5;--text-on-secondary-color:#ffffff;--neutral-text-color:#4e545b;--success-color:#0fa869;--warning-color:#ffb553;--error-color:#ff5d15;--max-width:85rem;--min-padding:1rem;--nav-width:15rem;--header-height:5.5rem;--transition-duration:0.4s}@media(prefers-reduced-motion:reduce){:root{--transition-duration:.05s}}@font-face{font-family:graphik web;src:url(../graphik-superitalic-web.html)format("woff2"),url(../graphik-superitalic-web-2.html)format("woff");font-weight:900;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-super-web.html)format("woff2"),url(../graphik-super-web-2.html)format("woff");font-weight:900;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-blackitalic-web.html)format("woff2"),url(../graphik-blackitalic-web-2.html)format("woff");font-weight:800;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-black-web.html)format("woff2"),url(../graphik-black-web-2.html)format("woff");font-weight:800;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-bolditalic-web.html)format("woff2"),url(../graphik-bolditalic-web-2.html)format("woff");font-weight:700;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-bold-web.html)format("woff2"),url(../graphik-bold-web-2.html)format("woff");font-weight:700;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-semibolditalic-web.html)format("woff2"),url(../graphik-semibolditalic-web-2.html)format("woff");font-weight:600;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-semibold-web.html)format("woff2"),url(../graphik-semibold-web-2.html)format("woff");font-weight:600;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-mediumitalic-web.html)format("woff2"),url(../graphik-mediumitalic-web-2.html)format("woff");font-weight:500;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-medium-web.html)format("woff2"),url(../graphik-medium-web-2.html)format("woff");font-weight:500;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-regularitalic-web.html)format("woff2"),url(../graphik-regularitalic-web-2.html)format("woff");font-weight:400;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-regular-web.html)format("woff2"),url(../graphik-regular-web-2.html)format("woff");font-weight:400;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-lightitalic-web.html)format("woff2"),url(../graphik-lightitalic-web-2.html)format("woff");font-weight:300;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-light-web.html)format("woff2"),url(../graphik-light-web-2.html)format("woff");font-weight:300;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-extralightitalic-web.html)format("woff2"),url(../graphik-extralightitalic-web-2.html)format("woff");font-weight:200;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-extralight-web.html)format("woff2"),url(../graphik-extralight-web-2.html)format("woff");font-weight:200;font-style:normal;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-thinitalic-web.html)format("woff2"),url(../graphik-thinitalic-web-2.html)format("woff");font-weight:100;font-style:italic;font-stretch:normal}@font-face{font-family:graphik web;src:url(../graphik-thin-web.html)format("woff2"),url(../graphik-thin-web-2.html)format("woff");font-weight:100;font-style:normal;font-stretch:normal}.primary-background-color{background-color:var(--primary-color);color:var(--text-on-primary-color)}.primary-text-color{color:var(--primary-color)}.neutral-text-color{color:var(--neutral-text-color)}.success-text-color{color:var(--success-color)}.warning-text-color{color:var(--warning-color)}.error-text-color{color:var(--error-color)}>nav>ul{list-style:none;padding:0}.full-width,.full-width-container>*{width:Min(100%,var(--max-width));padding:var(--min-padding);margin-inline:auto}.row{display:flex}@media only screen and (max-width:45rem){.row{flex-direction:column}}@media only screen and (min-width:45rem){.row{gap:1em}.row>*{flex-basis:0;flex-grow:1;max-width:100%}.row>h2{flex:0 0 100%}.row.align-items-center{align-items:center}}html{scroll-padding-top:var(--header-height)}body{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}