.home-root{background:#e4e4e4;color:#111111;overflow-x:hidden;min-height:100vh}.home-root button{font-family:inherit}.home-root a.cta-btn,.home-root a.menu-cta-btn{text-decoration:none;width:-moz-fit-content;width:fit-content}.splash{position:fixed;inset:0;width:100vw;height:100vh;z-index:9999;pointer-events:none;overflow:hidden;animation:splashHide .3s ease forwards;animation-delay:1.35s}.splash-row{display:flex;width:100%;height:50%}.splash-box{width:20%;height:100%;background:#75c5de}.splash-row-top .splash-box{animation:splashTop 1s cubic-bezier(.96,-.02,.38,1.01) forwards}.splash-row-bottom .splash-box{animation:splashBottom 1s cubic-bezier(.96,-.02,.38,1.01) forwards}.splash-box:first-child{animation-delay:0s}.splash-box:nth-child(2){animation-delay:.05s}.splash-box:nth-child(3){animation-delay:.1s}.splash-box:nth-child(4){animation-delay:.15s}.splash-box:nth-child(5){animation-delay:.2s}@keyframes splashTop{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes splashBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes splashHide{to{opacity:0;visibility:hidden}}@keyframes heroImageIn{0%{opacity:0;transform:scale(1.5) rotate(3deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.hero-image-animate{animation:heroImageIn 1.2s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:1s;opacity:0}@keyframes wordReveal{0%{opacity:0;transform:translateY(10px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.word-reveal{opacity:0;display:inline-block;margin-right:.3em;animation:wordReveal .4s ease forwards}@keyframes slideUpScale{0%{opacity:0;transform:translateY(60px) scale(.4)}to{opacity:1;transform:translateY(0) scale(1)}}.cta-animate{opacity:0;animation:slideUpScale .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:1s}.cta-btn{position:relative;overflow:hidden;display:flex;align-items:center;border:none;background:none;cursor:pointer;border-radius:9999px;padding:8px;gap:12px}.cta-btn-bg{position:absolute;top:5px;bottom:5px;left:8px;width:calc(100% - 8px - 8px - 48px - 12px);border-radius:9999px;background:white;z-index:0;transition:width .4s cubic-bezier(.25,.46,.45,.94)}@media (min-width:768px){.cta-btn-bg{width:calc(100% - 8px - 8px - 54px - 12px)}}.cta-btn:hover .cta-btn-bg{width:calc(100% - 16px)}.cta-btn-text{position:relative;z-index:1;color:#111111;font-weight:500;font-size:16px;padding:12px 32px;white-space:nowrap}@media (min-width:768px){.cta-btn-text{font-size:18px;padding:16px 40px}}.cta-btn-circle{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#75c5de;flex-shrink:0;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}@media (min-width:768px){.cta-btn-circle{width:54px;height:54px}}.cta-btn:hover .cta-btn-circle{transform:translateX(-7px)}.menu-cta-btn{position:relative;overflow:hidden;display:flex;align-items:center;border:none;background:none;cursor:pointer;border-radius:9999px;padding:6px;gap:8px}.menu-cta-bg{position:absolute;top:5px;bottom:5px;left:8px;width:calc(100% - 8px - 8px - 38px - 8px);border-radius:9999px;background:white;z-index:0;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.menu-cta-btn:hover .menu-cta-bg{width:calc(100% - 12px)}.menu-cta-text{position:relative;z-index:1;color:#111111;font-weight:500;font-size:14px;padding:8px 40px;white-space:nowrap}.menu-cta-circle{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#75c5de;flex-shrink:0;transition:transform .3s ease}.menu-cta-btn:hover .menu-cta-circle{transform:translateX(-4px)}@keyframes creatorSlideUp{0%{transform:translateY(330px)}to{transform:translateY(0)}}.creator-text-animate{transform:translateY(330px);animation:creatorSlideUp 1s cubic-bezier(.16,1,.3,1) forwards;animation-delay:1.5s}.logo-wrapper{position:fixed;top:30px;left:0;width:50%;z-index:10;display:flex;justify-content:flex-start;align-items:center;mix-blend-mode:difference;pointer-events:none}.logo-wrapper a{pointer-events:auto}@media (min-width:768px){.logo-wrapper{top:40px}}.logo-wrapper .inner{padding-left:20px}@media (min-width:768px){.logo-wrapper .inner{padding-left:40px}}.logo-wrapper img{width:32px;height:32px}.flying-nav{position:fixed;top:14px;right:10px;z-index:10;display:flex;align-items:center;gap:2px;padding:5px;border-radius:9999px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 12px 32px rgba(17,17,17,.1);white-space:nowrap}@media (min-width:768px){.flying-nav{top:24px;right:auto;left:50%;transform:translateX(-50%);gap:4px;padding:6px}}.flying-nav a{display:block;color:rgba(17,17,17,.65);font-size:12px;font-weight:500;text-decoration:none;padding:8px 10px;border-radius:9999px;transition:background .3s ease,color .3s ease}@media (min-width:768px){.flying-nav a{font-size:14px;padding:9px 16px}}.flying-nav a:hover{background:rgba(17,17,17,.06);color:#111111}.flying-nav .nav-cta{background:#111111;color:#f4f1e8;display:none}@media (min-width:768px){.flying-nav .nav-cta{display:block}}.flying-nav .nav-cta:hover{background:#75c5de;color:#111111}.hero{position:relative;width:100%;overflow:hidden;background:#e4e4e4;min-height:100vh;padding-bottom:58vh}@media (min-width:768px){.hero{height:100vh;min-height:800px;padding-bottom:0}}.hero-big-text{position:absolute;bottom:-30px;left:0;right:0;z-index:2;pointer-events:none;width:100%;text-align:center}@media (min-width:768px){.hero-big-text{bottom:-40px}}.hero-big-text h2{font-weight:500;color:#f4f1e8;line-height:80%;letter-spacing:-.04em;white-space:nowrap;font-size:clamp(180px,28vw,560px)}.hero-base-img{position:absolute;top:auto;left:0;right:0;bottom:0;height:58vh;background-size:cover;background-repeat:no-repeat;background-position:65%;z-index:5}@media (min-width:768px){.hero-base-img{top:0;height:auto;background-position:right -20vw top 50%}}.hero-reveal-img{position:absolute;top:auto;left:0;right:0;bottom:0;height:58vh;background-size:cover;background-repeat:no-repeat;background-position:65%;z-index:7;pointer-events:none}@media (min-width:768px){.hero-reveal-img{top:0;height:auto;background-position:right -20vw top 50%}}.hero-content{position:relative;z-index:8;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1600px;margin:0 auto;padding:110px 16px 24px;pointer-events:none}@media (min-width:768px){.hero-content{position:absolute;inset:0;justify-content:flex-start;padding:130px 40px 80px}}.hero-content-inner{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%;pointer-events:auto}.hero-headline{font-size:32px;font-weight:500;line-height:110%;letter-spacing:-.02em;color:#111111;max-width:560px}@media (min-width:768px){.hero-headline{font-size:46px}}.hero-subhook{font-size:16px;line-height:150%;color:rgba(17,17,17,.62);max-width:440px}@media (min-width:768px){.hero-subhook{font-size:18px}}@media (prefers-reduced-motion:reduce){.splash{animation:splashHide .01s linear forwards}.splash-box{animation:none!important}.creator-text-animate,.cta-animate,.hero-image-animate,.word-reveal{animation:none!important;opacity:1!important;transform:none!important;filter:none!important;visibility:visible!important}}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fa2f99{font-family:Inter,Inter Fallback;font-style:normal}