:root{--main-blue: #008DD0;--main-blue-light: #ECF9FF;--main-blue-dark: #003C68;--main-black: #323232;--font-size: 20px;--font-size-s: 16px;--line-height: 1.5em;--wrapper-width: 750px;--video-width: 750px;--site-width: 1280px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;line-height:1.5;font-family:sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}a{text-decoration:none;color:inherit}table{border-collapse:collapse;width:100%}ul,ol{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:""}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:"Lato";src:url("../fonts/Lato-Regular.ttf") format("truetype");font-weight:400}@font-face{font-family:"Lato Italic";src:url("../fonts/Lato-Italic.ttf") format("truetype");font-weight:400}@font-face{font-family:"Lato Bold";src:url(../fonts/Lato-Bold.ttf) format("truetype");font-weight:700}@font-face{font-family:"Lato Black";src:url(../fonts/Lato-Black.ttf) format("truetype");font-weight:900}html{scroll-behavior:smooth}body{font:var(--font-size)/var(--line-height) "Lato",sans-serif;color:var(--main-black)}@media screen and (max-width: 480px){body{font-size:var(--font-size-m)}}h1{font-family:"Lato Black",sans-serif;font-size:2.5em;line-height:1.5em;color:var(--main-blue);margin-bottom:1em}h2,h3{font-family:"Lato Bold",sans-serif;line-height:1.2em;margin-bottom:1em}h2:not(:first-child),h3:not(:first-child){margin-top:1.5em}h2{font-size:1.6em}h2.bold{font-family:"Lato Black",sans-serif;color:var(--main-blue)}h3{font-size:1.3em}strong{font-family:"Lato Bold",sans-serif;color:var(--main-blue-dark)}em{font-family:"Lato Italic",sans-serif;font-style:normal}sup{line-height:1;font-size:65%}p+p{margin-top:1.5em}a{font-family:"Lato Bold",sans-serif;color:var(--main-blue-dark);text-decoration:underline}a.download::after{content:"";display:inline-block;width:24px;height:24px;background:url("../img/icon_download.svg") center center/70% 70% no-repeat;vertical-align:middle;margin-left:.2em}@media screen and (max-width: 480px){a.download::after{width:20px;height:20px}}.content__inner{max-width:var(--wrapper-width);margin:0 auto;padding:4em 2em}@media screen and (max-width: 480px){.content__inner{padding:3em 2em}}.content__video{max-width:var(--video-width);margin:0 auto}.content__bg--blue{background:var(--main-blue-light)}.preamble{font-size:1.2em;line-height:1.4em}.cols{display:grid;gap:1em}.cols--3-1{grid-template-columns:3fr 1fr}.cols--2{grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 680px){.cols--s-1{grid-template-columns:1fr}}@media screen and (max-width: 480px){.cols--xs-1{grid-template-columns:1fr}}.mt--2{margin-top:2em}.mt--4{margin-top:4em}.mb--2{margin-bottom:2em}.pt--0{padding-top:0}.pt--2{padding-top:2em}.pt--4{padding-top:4em}.pb--2{padding-bottom:2em}.text--blue-dark{color:var(--main-blue-dark)}.text--s{font-size:.875em;line-height:1.2em}.text--xs{font-size:.75em;line-height:1.2em}.btn{color:#fff;display:inline-block;font-family:"Lato",sans-serif;line-height:3em;text-decoration:none;background:var(--main-blue);padding:0 1.5em;height:3em;border-radius:1.5em;transition:background .2s ease-in-out}.btn:hover{background:var(--main-blue-dark)}ul{color:var(--main-blue-dark);list-style:disc;padding-left:1em}ul li{padding-left:.5em}ul li:not(:last-child){margin-bottom:.5em}ol{list-style:numeric;padding-left:1em}ol li{padding-left:.5em}ol li:not(:last-child){margin-bottom:.5em}.quote{font-size:1.2em;line-height:1.3em;color:var(--main-blue);background:url("../img/quote.svg") 0px 10px/48px auto no-repeat;padding-left:3em}.site-header__inner{max-width:var(--site-width);margin:0 auto;padding:1em 2em}.site-header .logo{font-size:.8125em;text-decoration:none;position:relative}.site-header .logo::after{content:"";display:block;width:22px;height:2px;background:var(--main-blue-dark);position:absolute;top:40px;left:0}.site-footer{background:var(--main-blue-dark);color:#fff}.site-footer__inner{max-width:var(--site-width);margin:0 auto;padding:4em 2em;display:grid;grid-template-columns:1fr 2fr 3fr;grid-template-areas:"logo disclaimer nav";gap:2em}@media screen and (max-width: 900px){.site-footer__inner{grid-template-areas:"logo nav" "disclaimer disclaimer";grid-template-columns:2fr 3fr;grid-auto-flow:column}}@media screen and (max-width: 680px){.site-footer__inner{grid-template-areas:"logo" "nav" "disclaimer";grid-template-columns:1fr;text-align:center}}.site-footer__logo{grid-area:logo}@media screen and (max-width: 680px){.site-footer__logo img{margin:0 auto}}.site-footer__disclaimer{grid-area:disclaimer}.site-footer__nav{grid-area:nav}.site-footer__bottom{text-align:center;padding:1em;border-top:1px solid #355972;color:#8db8c6}.site-footer p{font-size:.65em;line-height:1.3em}.site-footer a{color:#fff}nav ul{list-style:none;padding:0;display:flex;gap:0 1em;justify-content:space-between}nav ul li{padding:0}@media screen and (max-width: 680px){nav ul{flex-wrap:wrap;justify-content:center}}nav a{font-size:.65em;line-height:1.3em;white-space:nowrap}@media screen and (max-width: 480px){.hide--xs{display:none}}
