:root{--color-primary:#0173bd;--color-primary-light:#ebe1cf;--color-black:#000;--color-grey:#88898c;--color-grey-light:#dadde2;--color-white:#fff;--color-error-light:#f8d7da;--color-error:#d60a21;--default-text-color:var(--color-black)}@custom-media --screen-from-xs (width>=0);@custom-media --screen-up-to-xs (width<0);@custom-media --screen-xs-xs (width>=0)and (width<0);@custom-media --screen-xs-sm (width>=0)and (width<480px);@custom-media --screen-xs-md (width>=0)and (width<768px);@custom-media --screen-xs-lg (width>=0)and (width<1024px);@custom-media --screen-xs-xl (width>=0)and (width<1280px);@custom-media --screen-xs-xxl (width>=0)and (width<1536px);@custom-media --screen-xs-mobile-nav-breakpoint (width>=0)and (width<992px);@custom-media --screen-from-sm (width>=480px);@custom-media --screen-up-to-sm (width<480px);@custom-media --screen-sm-xs (width>=480px)and (width<0);@custom-media --screen-sm-sm (width>=480px)and (width<480px);@custom-media --screen-sm-md (width>=480px)and (width<768px);@custom-media --screen-sm-lg (width>=480px)and (width<1024px);@custom-media --screen-sm-xl (width>=480px)and (width<1280px);@custom-media --screen-sm-xxl (width>=480px)and (width<1536px);@custom-media --screen-sm-mobile-nav-breakpoint (width>=480px)and (width<992px);@custom-media --screen-from-md (width>=768px);@custom-media --screen-up-to-md (width<768px);@custom-media --screen-md-xs (width>=768px)and (width<0);@custom-media --screen-md-sm (width>=768px)and (width<480px);@custom-media --screen-md-md (width>=768px)and (width<768px);@custom-media --screen-md-lg (width>=768px)and (width<1024px);@custom-media --screen-md-xl (width>=768px)and (width<1280px);@custom-media --screen-md-xxl (width>=768px)and (width<1536px);@custom-media --screen-md-mobile-nav-breakpoint (width>=768px)and (width<992px);@custom-media --screen-from-lg (width>=1024px);@custom-media --screen-up-to-lg (width<1024px);@custom-media --screen-lg-xs (width>=1024px)and (width<0);@custom-media --screen-lg-sm (width>=1024px)and (width<480px);@custom-media --screen-lg-md (width>=1024px)and (width<768px);@custom-media --screen-lg-lg (width>=1024px)and (width<1024px);@custom-media --screen-lg-xl (width>=1024px)and (width<1280px);@custom-media --screen-lg-xxl (width>=1024px)and (width<1536px);@custom-media --screen-lg-mobile-nav-breakpoint (width>=1024px)and (width<992px);@custom-media --screen-from-xl (width>=1280px);@custom-media --screen-up-to-xl (width<1280px);@custom-media --screen-xl-xs (width>=1280px)and (width<0);@custom-media --screen-xl-sm (width>=1280px)and (width<480px);@custom-media --screen-xl-md (width>=1280px)and (width<768px);@custom-media --screen-xl-lg (width>=1280px)and (width<1024px);@custom-media --screen-xl-xl (width>=1280px)and (width<1280px);@custom-media --screen-xl-xxl (width>=1280px)and (width<1536px);@custom-media --screen-xl-mobile-nav-breakpoint (width>=1280px)and (width<992px);@custom-media --screen-from-xxl (width>=1536px);@custom-media --screen-up-to-xxl (width<1536px);@custom-media --screen-xxl-xs (width>=1536px)and (width<0);@custom-media --screen-xxl-sm (width>=1536px)and (width<480px);@custom-media --screen-xxl-md (width>=1536px)and (width<768px);@custom-media --screen-xxl-lg (width>=1536px)and (width<1024px);@custom-media --screen-xxl-xl (width>=1536px)and (width<1280px);@custom-media --screen-xxl-xxl (width>=1536px)and (width<1536px);@custom-media --screen-xxl-mobile-nav-breakpoint (width>=1536px)and (width<992px);@custom-media --screen-from-mobile-nav-breakpoint (width>=992px);@custom-media --screen-up-to-mobile-nav-breakpoint (width<992px);@custom-media --screen-mobile-nav-breakpoint-xs (width>=992px)and (width<0);@custom-media --screen-mobile-nav-breakpoint-sm (width>=992px)and (width<480px);@custom-media --screen-mobile-nav-breakpoint-md (width>=992px)and (width<768px);@custom-media --screen-mobile-nav-breakpoint-lg (width>=992px)and (width<1024px);@custom-media --screen-mobile-nav-breakpoint-xl (width>=992px)and (width<1280px);@custom-media --screen-mobile-nav-breakpoint-xxl (width>=992px)and (width<1536px);@custom-media --screen-mobile-nav-breakpoint-mobile-nav-breakpoint (width>=992px)and (width<992px);:root{--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--default-font-family:var(--font-jost)}.text-center{text-align:center}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}*,:before,:after{box-sizing:border-box}html{block-size:100%;font-size:62.5%}body{block-size:100%;min-block-size:100%;margin:0;font-size:1.7rem;overflow-x:hidden}article .block:first-of-type{margin-top:0}.not-found__container{flex-direction:column;justify-content:center;align-items:center;min-height:30vh;display:flex}.list-bullet{list-style-type:disc}img{block-size:auto;max-block-size:100%;max-inline-size:100%}figure{margin:0}figure img{display:block}figure img[src*=\.svg]{inline-size:100%}a{color:currentColor}:where(ul[class]:not(.list)),:where(ol[class]:not(.list)){margin:0;padding:0;list-style:none}*{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}html,body{font-family:var(--default-font-family);font-weight:var(--font-weight-light);color:var(--default-text-color);line-height:1.5}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:var(--font-weight-semibold);margin:0}h1{text-transform:uppercase;margin-block:2.4rem;font-size:3.6rem}@media (--screen-from-md){h1{font-size:5.8rem}}h2{text-transform:uppercase;margin-block:3rem;font-size:2.8rem}@media (--screen-from-md){h2{margin-block:6rem;font-size:4.8rem}}h3{font-size:2rem}@media (--screen-from-md){h3{font-size:2.4rem}}h4{font-size:2.4rem;font-weight:var(--font-weight-medium);color:var(--color-gray-coal-2)}h5{font-size:2rem;font-weight:var(--font-weight-semibold);color:var(--color-cadet-dark)}h6{font-size:1.6rem}
