@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;700&display=swap";*,:after,:before{box-sizing:border-box}*{margin:0;padding:0;font:inherit}html{hanging-punctuation:first last}img,picture,svg,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{margin-bottom:1rem;max-width:70ch;text-wrap:pretty}@media(prefers-reduced-motion:no-reduce){:has(:target){scroll-behavior:smooth;scroll-padding-top:4rem}}:root{--scrollbar-width:calc(100vw - 100%);--vw:calc(100vw - var(--scrollbar-width));--ff-regular:"Roboto",sans-serif;--ff-strong:"Roboto Condensed",sans-serif}html{scroll-behavior:smooth}body{font-family:var(--ff-regular)}h2{margin-bottom:1.8rem;font-family:var(--ff-strong);font-size:clamp(1.375rem,3vw,1.75rem);font-weight:400}main{min-height:100svh;display:flex;flex-direction:column;align-items:stretch}.page{flex:1 1;margin-top:3rem}.page h2{margin-bottom:3rem}@media screen and (min-width:768px){.page{margin-top:4rem}.page h2{margin-bottom:4rem}}.container{width:min(1200px,var(--vw)*.9);margin-inline:auto}.section{margin:1rem 0 2.5rem}.boxes{display:grid;grid-template-rows:repeat(2,1fr);grid-gap:1rem;gap:1rem}@media screen and (min-width:768px){.boxes{display:flex;place-content:center;gap:2rem}}.text-center{text-align:center}header{margin-inline:calc(var(--vw)*.05);height:clamp(4rem,6vw,5rem);justify-content:space-between;gap:1rem}.button,header{display:flex;align-items:center}.button{padding:1.12rem 3.56rem;background:transparent;border:1px solid #e6000d;color:#e6000d;border-radius:1000px;text-transform:uppercase;font-size:1.125rem;cursor:pointer;justify-content:center;transition:background .2s ease-in-out}.button+button{margin-left:1rem}.button:disabled{opacity:.5;cursor:not-allowed}.button:not(:disabled):focus,.button:not(:disabled):hover{background:#e6000d;color:#fff}