@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6ced06489fd81a3f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/aa5f74293546f6d0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/62c97acc3aa63787-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anton Fallback;src:local("Arial");ascent-override:129.70%;descent-override:36.29%;line-gap-override:0.00%;size-adjust:90.69%}.__className_ec6dc7{font-family:Anton,Anton Fallback;font-weight:400;font-style:normal}.__variable_ec6dc7{--font-anton:"Anton","Anton Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-grotesk:"Space Grotesk","Space Grotesk Fallback"}:root{--background:#0a0a0a;--foreground:#ededed;--darkPrimary:#171717;--lightPrimary:#fff;--color-gray-100:#f8f8f8;--color-gray-200:#e4e4e4;--color-gray-300:#aeaeae;--color-gray-400:grey;--color-gray-500:#636363;--color-gray-600:#484848;--color-gray-700:#3a3a3a;--color-gray-800:#2e2e2e;--color-gray-900:#161616;--transition-duration:250ms;--transition-timing:ease;--wrapper-width:85rem;--tracking:-0.05ch;--tracking-s:-0.075ch;--tracking-wide:0.05ch}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;margin:0;padding:0}main{flex:auto}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;font-family:var(--font-grotesk),Titillium,sans-serif;font-size:1rem;font-weight:400;font-size-adjust:from-font;line-height:1.4;letter-spacing:var(--tracking)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-grotesk),Titillium,sans-serif;text-transform:uppercase;letter-spacing:.2rem}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@keyframes fade{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-left{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fade-right{0%{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:none}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-25%)}to{opacity:1;transform:none}}.fadeIn{animation:fade .5s linear both}.fadeOut{animation:fade 1s linear both}.fadeRight{animation:fade-right 1s linear both}.fadeLeft{animation:fade-left 1s linear both}.zoomIn{animation:zoomIn 1s linear both}.slideRight{animation:slideInRight 1s linear both}.remove-animate{opacity:0}@media only screen and (min-width:0rem){.hideOnMobile{display:none}}@media only screen and (min-width:64rem){.hideOnDesktop{display:none}}.footer_main__1iBv0{padding:0;font-size:min(4vw,1.2em);display:inline-flex}.footer_credit__l0Bly{margin:auto;width:96%;font-size:1rem;color:#fff;text-align:center}.footer_credit__l0Bly a{text-decoration:none;font-size:1rem}.footer_credit__l0Bly a:hover{text-decoration:underline}.footer_credit__l0Bly .footer_copyright__hfQeI{display:block;font-size:1rem}.navbar_navContainer__1D5rh{position:fixed;width:100%;display:flex;justify-content:flex-end;align-items:center;z-index:1000}.navbar_navLogo__yP0iC{z-index:10;display:flex;justify-content:center;align-items:center;margin:0 auto 0 0;height:100%;max-width:9.125rem;box-sizing:border-box;padding:1.5rem}.navbar_navBarIcon__UftGf{width:3rem;height:4rem;fill:var(--darkPrimary)}.navbar_hideLogo__j74gW{display:none}.navbar_navWrapper__tISQ9{display:flex;position:absolute;flex-direction:row;gap:32px;grid-row-start:2;right:0;top:0;height:100%}.navbar_navWrapper__tISQ9 ul{font-family:var(--font-grotesk);padding-left:0;margin:0;letter-spacing:-.01em;list-style-type:none;display:flex}.navbar_navWrapper__tISQ9 li:not(:last-of-type){margin-bottom:8px}.navbar_navWrapper__tISQ9 li{padding:2rem 0;list-style:none;flex:none}.navbar_navWrapper__tISQ9 li a{position:relative;display:block;margin:1rem;text-decoration:none;font-size:clamp(.875rem,1vw,1rem);line-height:1.5em}.navbar_navWrapper__tISQ9 li .navbar_linkActive__a9EP2{color:var(--color-gray-200);text-decoration:underline}.navbar_navWrapper__tISQ9 p{position:relative;display:block;margin:1rem;text-decoration:none;font-size:clamp(.875rem,1vw,1rem);line-height:1.5em}.navbar_dropdownContainer__WbTnx{position:relative;height:100%}.navbar_dropdown__eYZ0c{position:absolute;z-index:30;top:50%;right:0;min-height:250px;min-width:250px;height:100%;padding-left:1.2rem;padding-right:1.2rem;overflow:scroll;width:100%;box-sizing:border-box;background-color:var(--color-gray-700)}.navbar_dropdown__eYZ0c a{flex-direction:column;justify-content:flex-start;align-items:flex-end;margin:0}.navbar_dropdown__eYZ0c .navbar_hidden__IXiL8{display:none}a.navbar_primary__sJ1hw{background:var(--foreground);color:var(--background);gap:8px}a.navbar_secondary__CJxWn{border-color:var(--gray-alpha-200);min-width:180px}@media (hover:hover) and (pointer:fine){.navbar_navWrapper__tISQ9 li a:hover,.navbar_navWrapper__tISQ9 p:hover{background:var(--color-gray-200);color:var(--darkPrimary);border-color:transparent}a.navbar_secondary__CJxWn:hover{background:var(--button-secondary-hover);border-color:transparent}.navbar_footer__7uN7L a:hover{text-decoration:underline;text-underline-offset:4px}}@media (prefers-color-scheme:dark){.navbar_navBarIcon__UftGf{fill:var(--lightPrimary)}}