:root{--body:rgba(21,21,21,1);--color-foreground:rgba(15,15,15,1);--color-background:#fff;--color-background-secondary:rgba(249,249,249,1);--color-background-tertiary:rgba(0,0,0,0.1);--color-background-transparent:rgba(255,255,255,0.8);--color-background-featured:rgba(243,242,254,1);--color-text-primary:rgba(15,15,15,1);--color-text-secondary:rgba(12,42,29,1);--color-text-tertiary:rgba(0,0,0,0.6);--color-description:rgba(15,15,15,0.8);--color-brand-primary:rgba(74,59,225,1);--color-brand-secondary:rgba(230,255,169,1);--color-brand-tertiary:rgba(254,244,230,1);--color-accent-blue:rgba(76,60,225,1);--color-accent-lime:rgba(216,244,148,1);--color-accent-blush:rgba(252,211,211,1);--color-white-500:rgba(255,255,255,1);--color-white-300:rgba(255,255,255,0.3);--color-white-100:rgba(255,255,255,0.1);--color-dark-500:rgba(15,15,15,1);--color-dark-400:rgba(15,15,15,0.4);--color-dark-300:rgba(15,15,15,0.3);--color-dark-200:rgba(15,15,15,0.2);--color-dark-100:rgba(15,15,15,0.1);--color-black-800:rgba(0,0,0,0.8);--color-black-600:rgba(0,0,0,0.6);--color-black-100:rgba(0,0,0,0.1);--color-success-lime:rgba(181,225,64,1);--color-danger-red:rgba(234,44,107,1);--color-disabled-fill:rgba(0,0,0,0.05);--color-greyscale-5:rgba(0,0,0,0.05);--color-greyscale-10:rgba(0,0,0,0.10);--color-greyscale-20:rgba(0,0,0,0.2);--border-default:1px solid rgba(0,0,0,0.10);--radius-s:0.5rem;--radius-2xl:1rem;--radius-4xl:2rem;--radius-top-4xl:2rem 2rem 0 0;--radius-left-4xl:2rem 0 0 2rem}@media (prefers-reduced-motion:no-preference){body{transition:background-color .3s ease-in-out}}@media (prefers-reduced-motion:reduce){body{transition:none}}@font-face{font-family:Satoshi-Variable;src:url(/fonts/Satoshi-Variable.woff2) format("woff2"),url(/fonts/Satoshi-Variable.woff) format("woff"),url(/fonts/Satoshi-Variable.ttf) format("truetype");font-weight:300 900;font-display:swap;font-style:normal}html{max-width:100vw}body,html{scroll-behavior:smooth;font-family:Satoshi-Variable,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{position:relative;max-width:1512px;margin:0 auto;color:var(--color-foreground);background-color:var(--body)}*,:after,:before{box-sizing:border-box}*{padding:0;margin:0}a{display:flex;align-items:center;color:inherit;text-decoration:none}button{cursor:pointer}.text-s{font-feature-settings:lining-nums tabular-nums;font-variant-numeric:lining-nums tabular-nums;font-size:.875rem;font-style:normal;font-weight:600;color:var(--color-foreground)}.link,.text-s{line-height:1rem}.link{display:inline-flex;align-items:center;gap:.125rem;padding:.5rem 0;font-feature-settings:lining-nums tabular-nums;font-variant-numeric:lining-nums tabular-nums;font-size:.875rem;font-style:normal;font-weight:800;color:var(--color-brand-primary)}.link svg path{stroke-width:2.5}.link:hover{text-decoration:underline}.skipLink,.sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.skipLink:focus{position:static;left:1rem;top:1rem;width:auto;height:auto;padding:.5rem 1rem;background-color:var(--color-white-500);color:var(--color-dark-500);text-decoration:underline;font-weight:700;border-radius:.25rem}.heading-40{font-size:2.5rem;line-height:3rem;letter-spacing:-.025rem}.heading-32,.heading-40{font-style:normal;font-weight:900;color:var(--color-foreground)}.heading-32{font-size:1.25rem;line-height:1.5rem;letter-spacing:-.2px}.description,.heading-32{font-family:Satoshi-Variable}.description{color:var(--color-description)}#curved-corner-topleft,#curved-corner-topright{width:2rem;height:2rem;overflow:hidden;position:relative}#curved-corner-topleft:before,#curved-corner-topright:before{content:"";display:block;width:200%;height:200%;position:absolute;border-radius:2rem}#curved-corner-topleft:before{top:0;left:0;box-shadow:-2rem -2rem 0 0 var(--body)}#curved-corner-topright:before{top:0;right:0;box-shadow:2rem -2rem 0 0 var(--body)}.main-container{display:flex;flex-direction:column}.container{min-height:calc(100dvh - 8.5rem)}.overflow-hidden{overflow:hidden}.overflow-y-scroll{overflow-y:scroll}.overflow-x-hidden{overflow-x:hidden}.relative{position:relative}.hidden{display:none}.block{display:block}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-start{align-items:flex-start}.items-center{align-items:center}.self-stretch{align-self:stretch}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem;--gap:1.5rem}.gap-4{gap:2rem}.gap-5{gap:2.5rem}.gap-6{gap:3rem}.gap-9{gap:4.5rem}.mt-10{margin-top:5rem}.grow{flex-grow:1}.grid{display:grid;grid-gap:var(--gap,.5rem);gap:var(--gap,.5rem)}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.w-full{width:100%}.capitalize{text-transform:capitalize}@media (min-width:768px){.container{min-height:calc(100dvh - 6rem)}.heading-32{font-family:Satoshi-Variable;font-size:2rem;font-style:normal;font-weight:900;line-height:2.5rem;letter-spacing:-.02rem;color:var(--color-foreground)}}