main{min-height:100vh;display:flex;flex-direction:column}main .container{flex:1;display:flex;flex-direction:column;gap:100px}main .sticky{position:sticky;top:0;z-index:1;background-color:var(--background-alpha);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@supports (animation-timeline: scroll()){main .scroll-timeline-shadow{animation:shadow linear both;animation-timeline:scroll();animation-range:0px 100px}}main section{width:100%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:32px;padding:0 40px}main section.center{align-items:center;gap:0}main section .heading{align-self:start;display:inline-block;font-size:48px;font-weight:700;line-height:64px}main section .subheader{align-self:start;display:inline-block;width:620px;text-wrap:balance;font-size:32px;font-weight:700;line-height:40px}main .hero{display:flex;flex-direction:column;align-items:center;gap:16px;font-size:32px;font-weight:700;line-height:40px;margin:0}main .hero h1{font-size:48px;font-weight:700;line-height:64px}main .hero h2{font-size:24px;font-weight:500;line-height:44px}main .hero svg{width:130px!important;height:130px!important}main .block{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}main .block svg[data-icon]{width:50px!important;height:50px!important;padding:15px;background:#484D56;border-radius:12px}main .block .title{font-size:20px;font-weight:500;line-height:28px}main .block .headline{font-size:26px;font-weight:800;line-height:40px}main .block .description{font-size:18px;font-weight:400;line-height:28px;text-wrap:balance}.cols-2{display:grid;grid-template-columns:1.25fr .75fr;gap:32px}.cols-2 .card{width:100%}.cols-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cols-3 .card{width:100%}.cols-4{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.cols-4 .card{width:100%}@media (max-width: 1440px){.cols-2{grid-template-columns:1fr 1fr}.cols-3{grid-template-columns:1fr 1fr}.cols-3 .card:nth-child(3){grid-column:1 / 3}.cols-4{grid-template-columns:1fr 1fr}}
