*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0B0B0D;--bg-elevated:#141417;--white:#F6F4EF;--text:#F6F4EF;--text-muted:#A7A29A;--border:rgba(255,255,255,0.12);--accent:#C8FF4C;--accent-dark:#B1E644;--accent-soft:rgba(200,255,76,0.14);--ks:#05CE78}html{scroll-behavior:smooth}body{font-family:var(--font-barlow),"Barlow",sans-serif;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s;transition:background .3s,box-shadow .3s,backdrop-filter .3s;transition:background .3s,box-shadow .3s,backdrop-filter .3s,-webkit-backdrop-filter .3s}.header--scrolled{background:rgba(11,11,13,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--border)}.header-inner{justify-content:space-between;height:60px;padding:0 40px;position:relative}.header-inner,.header-right{display:flex;align-items:center}.header-right{gap:12px;z-index:2}.header-logo{position:absolute;left:50%;transform:translateX(-50%);font-family:var(--font-barlow),"Barlow",sans-serif;font-size:16px;font-weight:700;letter-spacing:4px;color:var(--white);opacity:0;pointer-events:none;transition:opacity .3s ease}.header--scrolled .header-logo{opacity:1;pointer-events:auto}.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:2}.menu-toggle span{display:block;width:22px;height:1.5px;background:var(--white);transition:transform .3s,opacity .3s}.menu-toggle.open span:first-child{transform:translateY(6.5px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.header-cta-btn{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.7px;padding:9px 18px;border-radius:999px;background:var(--accent);color:#0B0B0D;opacity:0;pointer-events:none;transition:transform .15s,opacity .3s ease}.header--scrolled .header-cta-btn{opacity:1;pointer-events:auto}.header-cta-btn:hover{transform:translateY(-1px)}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--bg);z-index:99;transform:translateX(-100%);transition:transform .35s ease}.mobile-nav.open{transform:translateX(0)}.mobile-nav-links{display:flex;flex-direction:column;padding:100px 40px 40px}.mobile-nav-links a{font-family:var(--font-sora),"Sora",sans-serif;font-size:30px;font-weight:700;padding:18px 0;border-bottom:1px solid var(--border);color:var(--white)}.btn-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-barlow),"Barlow",sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:14px 32px;border-radius:999px;border:1px solid transparent;background:var(--accent);color:#0B0B0D;cursor:pointer;transition:transform .15s,background .2s,color .2s,border-color .2s}.btn-pill:hover{transform:translateY(-2px);background:var(--accent-dark)}.btn-pill img{height:15px;width:15px;display:block}.btn-pill--ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.4)}.btn-pill--ghost:hover{background:rgba(255,255,255,.08)}.btn-pill--dark{background:var(--accent);color:#0B0B0D}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;overflow:hidden;background:#000}.hero-bg{width:100%;height:100%;object-fit:cover;object-position:center;background-size:cover;background-position:50%;z-index:0}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(90deg,rgba(7,7,9,.92),rgba(7,7,9,.55) 45%,rgba(7,7,9,.2)),linear-gradient(0deg,rgba(7,7,9,.85),transparent 40%)}.hero-content{position:relative;z-index:2;max-width:620px;padding:0 60px}.hero-logo{height:68px;width:auto;margin-bottom:28px}.badge-ks{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--white);border:1px solid var(--border);background:rgba(255,255,255,.05);border-radius:999px;padding:8px 16px 8px 12px;margin-bottom:24px}.badge-ks img{width:15px;height:15px;display:block}.badge-ks .ks-word{color:var(--ks)}.hero-content h1{font-family:var(--font-sora),"Sora",sans-serif;font-size:clamp(40px,6vw,68px);font-weight:700;line-height:1.08;letter-spacing:-.01em;color:var(--white)}.hero-content h1 em{font-style:normal;color:var(--accent)}.hero-sub{font-size:clamp(17px,2vw,20px);line-height:1.55;color:var(--text-muted);margin-top:22px;max-width:480px}.price{display:flex;align-items:baseline;gap:12px;margin-top:28px}.price-now{font-family:var(--font-sora),"Sora",sans-serif;font-size:34px;font-weight:800;color:var(--white)}.price-was{font-size:20px;font-weight:500;color:var(--text-muted);text-decoration:line-through}.price-tag{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--accent);background:var(--accent-soft);padding:4px 10px;border-radius:999px}.hero-buttons{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.hero-scroll-btn{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:2;background:none;border:none;color:var(--white);cursor:pointer;opacity:.5;animation:scroll-bounce 2s ease infinite}@keyframes scroll-bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:rgba(17,17,20,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);transform:translateY(120%);transition:transform .4s ease}.sticky-cta.visible{transform:translateY(0)}.sticky-cta-text{display:flex;align-items:baseline;gap:10px;min-width:0}.sticky-cta-text strong{font-family:var(--font-sora),"Sora",sans-serif;font-size:15px;font-weight:700}.sticky-cta-text .s-now{color:var(--white);font-weight:700}.sticky-cta-text .s-was{color:var(--text-muted);text-decoration:line-through;font-size:13px}.sticky-cta .btn-pill{padding:11px 24px;font-size:13px;flex-shrink:0}.image-text-section{display:grid;grid-template-columns:1fr 1fr;min-height:540px}.image-text-media{position:relative;overflow:hidden;background-size:cover;background-position:50%;min-height:400px}.image-text--right .image-text-media{order:2}.image-text--right .image-text-content{order:1}.image-text-content{display:flex;flex-direction:column;justify-content:center;padding:90px 64px;background:var(--bg)}.image-text-content .overline{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:14px}.image-text-content h2{font-family:var(--font-sora),"Sora",sans-serif;font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.14;margin-bottom:20px;color:var(--white)}.image-text-content p{font-size:18px;line-height:1.65;color:var(--text-muted);margin-bottom:16px;max-width:460px}.image-text-content .btn-pill{margin-top:14px;align-self:flex-start}.section-ticker{overflow:hidden;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-elevated)}.section-ticker-track{display:flex;white-space:nowrap;animation:ticker-left 90s linear infinite;width:max-content}.section-ticker-track--reverse{animation:ticker-right 90s linear infinite}.section-ticker-track span{font-family:var(--font-sora),"Sora",sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);opacity:.55}.steps{padding:100px 60px;max-width:1200px;margin:0 auto;text-align:center}.steps-head{font-family:var(--font-sora),"Sora",sans-serif;font-size:clamp(30px,4vw,46px);font-weight:700;color:var(--white);margin-bottom:12px}.steps-sub{font-size:18px;color:var(--text-muted);margin-bottom:56px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.step-card{text-align:left}.step-img{width:100%;aspect-ratio:1/1;border-radius:14px;background-size:cover;background-position:50%;background-color:var(--bg-elevated);border:1px solid var(--border)}.step-num{display:inline-block;font-size:13px;font-weight:800;color:var(--accent);margin:22px 0 8px;letter-spacing:1px}.step-card h3,.step-num{font-family:var(--font-sora),"Sora",sans-serif}.step-card h3{font-size:21px;font-weight:700;color:var(--white);margin-bottom:8px}.step-card p{font-size:15px;line-height:1.6;color:var(--text-muted)}.step-link{display:inline-block;margin-top:12px;font-family:var(--font-sora),"Sora",sans-serif;font-size:14px;font-weight:700;color:var(--accent);text-decoration:none}.step-link:hover{text-decoration:underline}.gallery{padding:90px 40px;text-align:center}.gallery-head{font-family:var(--font-sora),"Sora",sans-serif;font-size:clamp(28px,3.5vw,42px);font-weight:700;color:var(--white);margin-bottom:10px}.gallery-sub{font-size:17px;color:var(--text-muted);margin-bottom:44px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;max-width:1200px;margin:0 auto}.gallery-item{aspect-ratio:3/4;border-radius:12px;background-size:cover;background-position:50%;border:1px solid var(--border);transition:transform .3s}.gallery-item:hover{transform:scale(1.02)}.pricing{position:relative;padding:110px 24px;text-align:center;overflow:hidden;background:radial-gradient(1200px 500px at 50% -10%,rgba(200,255,76,.1),transparent 70%),var(--bg)}.pricing .badge-ks{margin-bottom:24px}.pricing h2{font-family:var(--font-sora),"Sora",sans-serif;font-size:clamp(32px,5vw,56px);font-weight:800;color:var(--white);line-height:1.1}.pricing-sub{font-size:18px;color:var(--text-muted);margin:18px auto 0;max-width:520px}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:14px;margin:34px 0 8px}.pricing-now{font-family:var(--font-sora),"Sora",sans-serif;font-size:56px;font-weight:800;color:var(--white)}.pricing-was{font-size:26px;color:var(--text-muted);text-decoration:line-through}.pricing-note{font-size:14px;color:var(--text-muted);margin-bottom:30px}.pricing .btn-pill{font-size:16px;padding:16px 44px}.cta-section{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.cta-text{display:flex;flex-direction:column;justify-content:center;padding:90px 64px}.cta-text h2{font-family:var(--font-sora),"Sora",sans-serif;font-size:clamp(32px,4.5vw,52px);font-weight:700;line-height:1.14;margin-bottom:16px;color:var(--white)}.cta-text>p{font-size:18px;line-height:1.6;color:var(--text-muted);margin-bottom:32px;max-width:440px}.cta-media{position:relative;overflow:hidden;background-size:cover;background-position:50%;min-height:360px}.waitlist-form{max-width:460px}.form-row{display:flex;gap:8px}.form-row input[type=email]{flex:1 1;padding:14px 18px;font-family:var(--font-barlow),"Barlow",sans-serif;font-size:16px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:999px;color:var(--white);outline:none;transition:border-color .2s}.form-row input[type=email]::placeholder{color:#777}.form-row input[type=email]:focus{border-color:var(--accent)}.form-row .btn-pill--submit{white-space:nowrap;flex-shrink:0;font-size:14px;padding:14px 28px}.form-note{margin-top:12px;font-size:13px;color:var(--text-muted)}.waitlist-form.success .form-row{display:none}.waitlist-form .success-message{display:none;font-size:17px;font-weight:600;color:var(--accent);padding:14px 0}.waitlist-form.success .success-message{display:block}.waitlist-form.success .form-note{display:none}.footer{background:var(--bg);padding:64px 40px 32px;border-top:1px solid var(--border)}.footer-inner{max-width:1200px;margin:0 auto}.footer-logo{margin-bottom:36px}.footer-logo img{height:26px;width:auto;display:block}.footer-columns{display:grid;grid-template-columns:repeat(3,auto);grid-gap:80px;gap:80px;margin-bottom:40px}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-heading{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:8px}.footer-col a{font-size:14px;color:var(--text-muted);transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid var(--border);font-size:12px}.footer-bottom,.footer-bottom a{color:var(--text-muted)}.footer-bottom a:hover{color:var(--white)}.content-page{max-width:768px;margin:0 auto;padding:120px 24px 80px}.content-page h1{font-family:var(--font-sora),"Sora",sans-serif;font-size:clamp(28px,4vw,40px);font-weight:700;margin-bottom:8px;color:var(--white)}.content-page .subtitle{font-size:15px;color:var(--text-muted);margin-bottom:48px}.content-page section{margin-bottom:32px}.content-page h2{font-size:20px;margin-bottom:8px}.content-page h2,.content-page h3{font-family:var(--font-sora),"Sora",sans-serif;font-weight:700;color:var(--white)}.content-page h3{font-size:16px;margin-bottom:4px}.content-page p{font-size:16px;line-height:1.7;color:var(--text-muted)}.content-page ul{list-style:disc;padding-left:24px;margin-top:8px}.content-page ul li{font-size:16px;line-height:1.7;color:var(--text-muted);margin-bottom:4px}.content-page a{color:var(--accent);text-decoration:underline}.content-page .faq-item{margin-bottom:20px}.content-page .faq-item p{margin-top:4px}@keyframes ticker-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes ticker-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:900px){.header-inner{padding:0 20px}.hero-content{padding:0 24px}.hero-overlay{background:linear-gradient(0deg,rgba(7,7,9,.95),rgba(7,7,9,.72) 50%,rgba(7,7,9,.6))}.image-text-section{grid-template-columns:1fr}.image-text--right .image-text-media{order:1}.image-text--right .image-text-content{order:2}.image-text-media{min-height:340px}.image-text-content{padding:56px 24px}.steps{padding:70px 24px}.steps-grid{grid-template-columns:1fr;gap:36px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.cta-section{grid-template-columns:1fr}.cta-text{padding:64px 24px}.cta-media{min-height:320px}.footer-columns{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:8px}.sticky-cta{padding:12px 16px}.sticky-cta-text .s-was{display:none}}@media (max-width:600px){.hero-bg{object-position:70% center}.hero-content h1{font-size:clamp(34px,9vw,48px)}.header-cta-btn{display:none}.form-row{flex-direction:column}.form-row .btn-pill--submit{width:100%}.gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.pricing-now{font-size:44px}}.header-logo img{height:22px;width:auto;display:block}.pricing-ship{display:flex;justify-content:center;align-items:center;gap:7px;font-size:14px;color:var(--text-muted);margin-bottom:28px}.pricing-ship strong{color:var(--white);font-weight:600}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.modal-overlay.open{opacity:1;visibility:visible}.modal{position:relative;width:100%;max-width:440px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:22px;padding:40px 32px 32px;transform:translateY(14px) scale(.97);transition:transform .25s ease}.modal-overlay.open .modal{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:24px;line-height:1;transition:color .2s}.modal h3,.modal-close:hover{color:var(--white)}.modal h3{font-family:var(--font-sora),"Sora",sans-serif;font-size:26px;font-weight:700;margin-bottom:8px}.modal>p{font-size:15px;line-height:1.55;color:var(--text-muted);margin-bottom:22px}.modal-price{display:flex;align-items:baseline;gap:12px;margin-bottom:22px}.modal-price .mp-now{font-family:var(--font-sora),"Sora",sans-serif;font-size:26px;font-weight:800;color:var(--white)}.modal-price .mp-was{font-size:17px;color:var(--text-muted);text-decoration:line-through}.modal-price .mp-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--accent);background:var(--accent-soft);padding:4px 9px;border-radius:999px}.modal .ship-note{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-muted);margin-top:16px}.modal .ship-note strong{color:var(--white);font-weight:600}.modal .form-row{flex-direction:column}.modal .form-row .btn-pill--submit{width:100%}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:Sora Fallback;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_438e8d{font-family:Sora,Sora Fallback;font-style:normal}.__variable_438e8d{--font-sora:"Sora","Sora Fallback"}@font-face{font-family:Barlow;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/9232b7b6bfaf559f-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:Barlow;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fa8bbf6e8495f439-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:Barlow;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/350678c962e6fb1f-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:Barlow;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e8db73985dfb1f91-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:Barlow;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/0264f23287dd6088-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:Barlow;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/3cb883af8c65796b-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:Barlow;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e920255b8af63c0e-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:Barlow;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/6401e282d42e2f75-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:Barlow;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/5efe335d41d94188-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:Barlow;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fde7c744a223908e-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:Barlow;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/8f132b1cefd33e04-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:Barlow;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/4b8cf8a338ef79a9-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:Barlow;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88e4012f2051f8b4-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:Barlow;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0be08cad6fae8421-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:Barlow;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/61d96c4884191721-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:Barlow;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cd5242d34e82716d-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:Barlow;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6662f7f4c6f2f062-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:Barlow;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b0bb26939bb40fdb-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:Barlow;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7816b93d847886e9-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:Barlow;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ea06843a6d8e9ab3-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:Barlow;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/60c9b95e8d9e49be-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:Barlow;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e6ec62843814326-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:Barlow;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a8bcd0492b5976ee-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:Barlow;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6ad0344ed98ac2e9-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:Barlow Fallback;src:local("Arial");ascent-override:103.43%;descent-override:20.69%;line-gap-override:0.00%;size-adjust:96.68%}.__className_1e0b8c{font-family:Barlow,Barlow Fallback}.__variable_1e0b8c{--font-barlow:"Barlow","Barlow Fallback"}