@import"https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@500&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100vh;font-family:Darker Grotesque,sans-serif;color:var(--rst-white)}h2{font-size:calc(.7em + 1vw);font-weight:400;line-height:.9}h3{font-size:20px;font-weight:400;line-height:120%}h4{font-size:14px;font-weight:400;text-transform:uppercase}.hide{overflow:hidden}.flex{display:flex}.column{flex-direction:column}.jc-space-between{justify-content:space-between}.jc-center{justify-content:center}.jc-end{justify-content:end}.ai-center{align-items:center}.ai-end{align-items:end}.separator{display:block;height:20px}.grid{display:grid;grid-template-columns:repeat(8,calc((100% - 140px)/8));column-gap:20px}.nowrap{flex-basis:100%;flex-grow:0;flex-shrink:0}.subtitle{opacity:.4}:root{--rst-black: #16181B;--rst-white: #F5F5F5;--rst-accent: #A7433D}::-webkit-scrollbar{display:none}.pointer{cursor:pointer;transition:.1s ease-in-out}.pointer:hover{opacity:.4}@media screen and (max-width: 821px){h2{font-size:calc(.9em + 1.5vw)}.grid{grid-template-columns:repeat(4,calc((100% - 60px)/4))}}@media screen and (max-width: 767px){.grid{grid-template-columns:repeat(2,calc((100% - 20px)/2))}h2{font-size:calc(.4em + 5vw)}h3{font-size:calc(1em + 1vw)}}
