:root{--color-accent:#4b39ef;--color-background:#f1f4f8;--color-alternate-background:#d0dae8;--color-text:#14181b;--color-button-accent-text:white;--color-button-shadow:rgba(0, 0, 0, 0.25);--color-question:#3a5376;--color-question-text:white;--color-accent-hover:#3a29d1;--color-accent-active:#2a1aa3}#cc-main{--cc-btn-primary-bg:var(--color-accent)}@font-face{font-family:inter tight;src:url(/fonts/InterTight-VariableFont_wght.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:inter tight;src:url(/fonts/InterTight-Italic-VariableFont_wght.woff2)format("woff2");font-style:italic;font-weight:100 900;font-display:swap}@font-face{font-family:inter;src:url(/fonts/Inter-VariableFont_opsz,wght.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:inter;src:url(/fonts/Inter-Italic-VariableFont_opsz,wght.woff2)format("woff2");font-style:italic;font-weight:100 900;font-display:swap}:root{--heading-font:"Inter Tight", sans-serif;--body-font:"Inter", sans-serif}.header{height:6.25rem}.header--logo-cont{padding:1.5rem}.footer{background-color:var(--color-alternate-background);padding:1.5rem;text-align:center;min-height:12.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.75rem;gap:1rem}.footer--logo{margin-bottom:.5rem}.footer--copyright{margin-bottom:1rem}.footer--links--link{text-decoration:underline;cursor:pointer}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--color-background);color:var(--color-text);font-family:var(--body-font);margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);margin:0}a{text-decoration:none;color:inherit}p{margin:0}img{max-width:100%}ul{list-style:none;margin:0;padding:0}.container{max-width:87rem;margin:0 auto;width:100%}.button{background-color:var(--color-accent);border:none;border-radius:1.875rem;color:var(--color-button-accent-text);cursor:pointer;font-size:clamp(1rem,3vw,1.5rem);line-height:1;padding:1.5rem;transition:.2s ease-in-out;box-shadow:0 4px 4px var(--color-button-shadow);font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;line-height:1.2}.button:hover{background-color:var(--color-accent-hover);box-shadow:0 2px 2px rgba(0,0,0,.25)}.button:active{background-color:var(--color-accent-active);box-shadow:0 0 rgba(0,0,0,.25)}.legal-page{min-height:calc(100svh - 6.25rem);display:flex;flex-direction:column;align-items:center}.legal-page--cont{padding-inline:1.5rem;padding-bottom:2rem}.legal-page h1{margin-block:2rem;font-size:clamp(3rem,5vw,3.5rem)}.legal-page h2{margin-block:1.5rem}.legal-page a{font-weight:700}.legal-page p{line-height:1.5;margin-bottom:1rem}.legal-page .button{font-size:1.25rem;margin-bottom:1rem}