:root{--space-unit:1em;--space-xxxs:calc(0.25 * var(--space-unit));--space-xxs:calc(0.375 * var(--space-unit));--space-xs:calc(0.5 * var(--space-unit));--space-sm:calc(0.75 * var(--space-unit));--space-md:calc(1.25 * var(--space-unit));--space-lg:calc(2 * var(--space-unit));--space-xl:calc(3.25 * var(--space-unit));--space-xxl:calc(5.25 * var(--space-unit));--space-xxxl:calc(8.5 * var(--space-unit));--component-padding:var(--space-sm)}@media only screen and (max-width:600px){:root{--space-unit:1em;--component-padding:var(--space-md)}}.margin-top,.margin-top--md{margin-top:var(--space-md)}.margin-top--xxxs{margin-top:var(--space-xxxs)}.margin-top--xxs{margin-top:var(--space-xxs)}.margin-top--xs{margin-top:var(--space-xs)}.margin-top--sm{margin-top:var(--space-sm)}.margin-top--lg{margin-top:var(--space-lg)}.margin-top--xl{margin-top:var(--space-xl)}.margin-top--xxl{margin-top:var(--space-xxl)}.margin-bottom,.margin-bottom--md{margin-bottom:var(--space-md)}.margin-bottom--xxxs{margin-bottom:var(--space-xxxs)}.margin-bottom--xxs{margin-bottom:var(--space-xxs)}.margin-bottom--xs{margin-bottom:var(--space-xs)}.margin-bottom--sm{margin-bottom:var(--space-sm)}.margin-bottom--lg{margin-bottom:var(--space-lg)}.margin-bottom--xl{margin-bottom:var(--space-xl)}.margin-bottom--xxl{margin-bottom:var(--space-xxl)}:root{--font-primary:"Roboto";--font-secondary:sans-serif;--text-base-size:1em;--text-scale-ratio:1.2;--color-text:#585a5e;--color-gray-text:gray;--color-text-heading:#000;--text-xs:calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));--text-sm:calc(1em / var(--text-scale-ratio));--text-md:calc(1em * var(--text-scale-ratio));--text-lg:calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));--text-xl:calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));--text-xxl:calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));--text-xxxl:calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));--heading-line-height:1.2;--body-line-height:1.4}body{font-size:var(--text-base-size);font-family:var(--font-primary);color:var(--color-text)}form legend,h1,h2,h3,h4{color:var(--color-text-heading);margin-bottom:var(--space-xxs);line-height:var(--heading-line-height)}.text--xxxl{font-size:var(--text-xxxl)}.text--xxl,h1{font-size:var(--text-xxl)}.text--xl,h2{font-size:var(--text-xl)}.text--lg,h3{font-size:var(--text-lg)}.text--md,h4{font-size:var(--text-md)}.text--sm,small{font-size:var(--text-sm)}.text--xs{font-size:var(--text-xs)}p{line-height:var(--body-line-height)}a{color:var(--color-link)}b,strong{font-weight:700}.text-container h2,.text-container h3,.text-container h4{margin-top:var(--space-sm)}.text-container ol,.text-container p,.text-container ul{margin-bottom:var(--space-md)}.text-container ol,.text-container ul{list-style-position:outside;padding-left:24px}.text-container ul{list-style-type:disc}.text-container ol{list-style-type:decimal}.text-container ol li,.text-container ul li{line-height:var(--body-line-height)}.text-container em{font-style:italic}.text-container u{text-decoration:underline}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.black-text{color:var(--color-text-heading)}.gray-text{color:var(--color-gray-text)}body,html{padding:0;margin:0}.flex-container{display:flex}.direction-column{flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.flex-grow{flex:1 1}.gray-bg{background-color:#f6f7f8}.layout-padding{padding:2em}@media only screen and (max-width:600px){.layout-padding{padding:1em}}.extra-padding{padding-left:5%;padding-right:5%}@media only screen and (max-width:600px){.extra-padding{padding-left:auto 1em}}.grecaptcha-badge{visibility:hidden}