:root{--color-red:#C8102E;--color-dark:#111111;--color-grey-dark:#3a3a3a;--color-grey-mid:#6b6b6b;--color-grey-light:#e4e4e4;--color-off-white:#f5f5f4;--color-white:#ffffff;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-serif:Georgia,"Times New Roman",serif;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--max-width:1200px;--nav-height:72px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-dark);background-color:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:hover{color:var(--color-red)}img,video{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600;letter-spacing:-.01em}p{max-width:68ch}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}