@font-face{font-family:Codec Pro;src:url(/fonts/codec-pro.regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f7931a;--orange-dark:#e06f00;--orange-light:#fff1e0;--bg:#fff;--bg-alt:#fafafa;--text:#0f0f0f;--text-muted:#6b7a8f;--border:#eaeef2;--shadow:0 20px 40px -12px #00000014;--shadow-hover:0 30px 50px -20px #f7931a26;--radius:20px;--max-width:1280px;--transition:all .3s cubic-bezier(.2, .9, .3, 1)}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,system-ui,sans-serif;line-height:1.5}.container{max-width:var(--max-width);margin:0 auto;padding:0 32px}.testing-banner{text-align:center;z-index:1000;background:#0d0d0d;border-bottom:1px solid #f7931a4d;padding:10px 20px;position:relative}.testing-badge{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.testing-dot{background:#f79310;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse}.testing-label{color:#f79310;text-transform:uppercase;letter-spacing:1.5px;font-size:14px;font-weight:700}.testing-text{color:#ccc;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:500}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #f7931a99}50%{opacity:.6;box-shadow:0 0 0 6px #f7931a00}}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff;border-bottom:1px solid #eaeef2;position:sticky;top:0}.header-inner{height:65px;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 20px;display:flex}.logo{align-items:center;gap:4px;text-decoration:none;display:flex}.logo-icon{width:33.3px;height:33.3px;transition:var(--transition);background:0 0;border-radius:10px;justify-content:center;align-items:center;display:flex;overflow:hidden}.logo-icon img{object-fit:contain;border-radius:8px;width:100%;height:100%}.logo-icon:hover{transform:rotate(5deg)scale(1.03)}.logo-text{letter-spacing:.8px;color:#000;align-items:center;height:100%;margin-left:-4px;padding-top:5px;font-family:Codec Pro,Inter,sans-serif;font-size:1.75rem;font-weight:1000;line-height:1;display:flex}.nav{align-items:center;gap:28px;display:flex}.nav a{color:#000;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav a:after{content:"";background:var(--orange);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.nav a:hover{color:var(--orange)}.nav a:hover:after{width:100%}.nav a.active{color:var(--orange);font-weight:600}.nav a.active:after{width:100%}.nav-cta{color:#f7931a;background:#fff;border-radius:40px;padding:8px 18px;box-shadow:0 8px 16px -8px #f7931a4d;font-weight:600!important}.nav-cta:hover{background:var(--orange-dark);transform:translateY(-2px)}.nav-cta:after{display:none!important}.nav-toggle{cursor:pointer;z-index:201;background:0 0;border:none;padding:8px;display:none}.nav-toggle span{width:22px;height:2px;transition:var(--transition);background:#000;margin:5px 0;display:block}.mobile-menu-overlay{z-index:199;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;width:100%;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{z-index:200;background:#0a0a0a;width:100%;height:100vh;padding:80px 40px 40px;transition:top .5s cubic-bezier(.2,.9,.3,1);position:fixed;top:-100vh;left:0;overflow-y:auto;box-shadow:0 5px 20px #00000080}.mobile-menu.open{top:0}.mobile-close{cursor:pointer;color:#fff;z-index:202;background:#1a1a1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.mobile-close:hover{background:var(--orange);color:#fff;transform:rotate(90deg)}.mobile-nav-section{max-width:600px;margin-bottom:28px;margin-left:auto;margin-right:auto}.mobile-nav-title{text-transform:uppercase;letter-spacing:1px;color:#a0a0a0;margin-bottom:12px;font-size:.7rem;font-weight:600}.dropdown-toggle{color:#fff;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #333;justify-content:space-between;align-items:center;width:100%;padding:10px 0;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.dropdown-toggle:hover{color:var(--orange)}.dropdown-menu{background:#1a1a1a;border-radius:10px;margin:8px 0 12px;padding:8px;display:none}.dropdown-menu.open{animation:.3s slideDown;display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu a{color:#e0e0e0;border-radius:6px;padding:10px 14px;font-size:.95rem;text-decoration:none;transition:background .2s,color .2s;display:block}.dropdown-menu a:hover{background:var(--orange);color:#fff}.normal-links{flex-direction:column;gap:8px;max-width:600px;margin-left:auto;margin-right:auto;display:flex}.normal-links a{color:#fff;border-bottom:1px solid #333;padding:10px 0;font-size:1rem;text-decoration:none;transition:color .2s,padding-left .2s;display:block}.normal-links a:hover{color:var(--orange);padding-left:8px}.hero{padding:70px 0 40px;position:relative;overflow:hidden}.hero-bg{filter:blur(70px);z-index:0;background:radial-gradient(circle,#f7931a14 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:20s infinite alternate float;position:absolute;top:-30%;right:-10%}.hero-bg-2{filter:blur(70px);z-index:0;background:radial-gradient(circle,#f7931a0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:18s infinite alternate-reverse float;position:absolute;bottom:-30%;left:-10%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(-2%,2%)scale(1.02)}}.hero-content{z-index:2;max-width:750px;position:relative}.hero-title{letter-spacing:-1.5px;margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.1}.hero-title span{color:var(--orange);display:block}.hero-subtitle{color:var(--text-muted);max-width:550px;margin-bottom:35px;font-size:1.1rem;line-height:1.5}.btn{cursor:pointer;border:none;border-radius:40px;padding:14px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 20px -10px var(--orange)}.btn-primary:hover{background:var(--orange-dark);box-shadow:0 15px 25px -10px var(--orange);transform:translateY(-2px)}.btn-secondary{border:1px solid var(--border);color:var(--text);background:0 0}.btn-secondary:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-2px)}.btn-large{padding:16px 38px;font-size:1rem}.stats{gap:50px;margin:40px 0 50px;display:flex}.stat-item{flex-direction:column;display:flex}.stat-number{color:var(--orange);font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700;line-height:1}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-top:4px;font-size:.8rem}.section{padding:60px 0}.section-title{letter-spacing:-.5px;margin-bottom:10px;font-size:1.8rem;font-weight:700}.section-title span{color:var(--orange)}.section-subtitle{color:var(--text-muted);max-width:650px;margin-bottom:35px;font-size:1rem}.spec-grid{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:repeat(2,1fr);gap:30px;padding:30px;display:grid;box-shadow:0 10px 30px -10px #0000000d}.spec-item{flex-direction:column;gap:4px;display:flex}.spec-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.spec-value{color:var(--orange);font-size:1.6rem;font-weight:700;line-height:1.2}.spec-desc{color:var(--text);font-size:.9rem;font-weight:500}.core-grid{grid-template-columns:repeat(3,1fr);gap:25px;margin-top:35px;display:grid}.core-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:28px;transition:all .2s}.core-card:hover{border-color:var(--orange-light);transform:translateY(-4px);box-shadow:0 15px 30px -15px #f7931a26}.core-title{color:var(--orange);margin-bottom:12px;font-size:1.2rem;font-weight:600}.core-text{color:var(--text-muted);font-size:.9rem;line-height:1.5}.how-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:35px;display:grid}.how-card{text-align:center;border:1px solid var(--border);background:#fff;border-radius:16px;padding:32px 20px;transition:all .3s;position:relative}.how-card:hover{border-color:var(--orange-light);transform:translateY(-6px);box-shadow:0 20px 40px -15px #f7931a26}.how-step{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 18px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 8px 16px -8px #f7931a4d}.how-title{color:var(--text);margin-bottom:10px;font-size:1.05rem;font-weight:600}.how-text{color:var(--text-muted);font-size:.85rem;line-height:1.5}.how-arrow{color:var(--border);font-size:1.5rem;position:absolute;top:50%;right:-18px;transform:translateY(-50%)}.features-grid{grid-template-columns:repeat(3,1fr);gap:25px;margin-top:35px;display:grid}.feature-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:28px;transition:all .3s}.feature-card:hover{border-color:var(--orange-light);transform:translateY(-4px);box-shadow:0 15px 30px -15px #f7931a26}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex;position:relative;overflow:hidden}.feature-title{color:var(--text);margin-bottom:10px;font-size:1.3rem;font-weight:600}.feature-text{color:var(--text-muted);font-size:.95rem;line-height:1.5}.why-section{background:#0a0a0a;padding:80px 0;position:relative;overflow:hidden}.why-section .section-title{color:#fff;font-size:2.2rem}.why-section .section-subtitle{color:#a0a0a0}.why-section .section-title span{color:var(--orange)}.why-grid{grid-template-columns:repeat(2,1fr);gap:25px;margin-top:40px;display:grid}.why-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:32px;transition:all .3s;position:relative;overflow:hidden}.why-card:hover{border-color:#f7931a4d;transform:translateY(-4px);box-shadow:0 20px 40px -15px #f7931a26}.why-badge{color:var(--orange);text-transform:uppercase;letter-spacing:1px;background:#f7931a26;border-radius:20px;margin-bottom:14px;padding:4px 12px;font-size:.85rem;font-weight:700;display:inline-block}.why-title{color:#fff;margin-bottom:10px;font-size:1.3rem;font-weight:700;line-height:1.3}.why-text{color:#a0a0a0;font-size:1rem;line-height:1.6}.why-number{color:#f7931a0f;font-size:3.5rem;font-weight:800;line-height:1;position:absolute;top:20px;right:24px}.community-cta{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);border-radius:24px;margin:50px 0 0;padding:80px 20px;position:relative;overflow:hidden}.cta-title{color:#fff;z-index:2;margin-bottom:14px;font-size:2.2rem;font-weight:700;position:relative}.cta-subtitle{color:#a0a0a0;z-index:2;max-width:500px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.5;position:relative}.cta-buttons{z-index:2;flex-wrap:wrap;justify-content:center;gap:16px;display:flex;position:relative}.cta-btn{border-radius:40px;align-items:center;gap:8px;padding:14px 30px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn-primary{background:var(--orange);color:#fff;box-shadow:0 10px 20px -10px var(--orange)}.cta-btn-primary:hover{background:var(--orange-dark);box-shadow:0 15px 25px -10px var(--orange);transform:translateY(-2px)}.cta-btn-secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.cta-btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}.site-footer{color:#fff;background:#0a0a0a;border-top:1px solid #1a1a1a;width:100%;margin-top:50px;padding:60px 0 30px}.footer-grid{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:50px;display:flex}.footer-col{flex:1;min-width:200px}.footer-title{text-transform:uppercase;letter-spacing:1px;color:#a0a0a0;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:#fff;opacity:.8;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-block}.footer-links a:hover{color:#f7931a;opacity:1}.footer-bottom{color:#a0a0a0;border-top:1px solid #1a1a1a;justify-content:space-between;align-items:center;padding-top:30px;font-size:.85rem;display:flex}.footer-social{gap:24px;display:flex}.footer-social a{color:#a0a0a0;font-size:1rem;text-decoration:none;transition:color .2s}.footer-social a:hover{color:#f7931a}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (max-width:1000px){.nav{display:none}.nav-toggle{display:block}.hero-title{font-size:2.8rem}.stats{gap:30px}.spec-grid,.core-grid{grid-template-columns:1fr}.how-grid{grid-template-columns:repeat(2,1fr)}.how-arrow{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.footer-grid{gap:30px}.footer-col{flex:0 0 calc(50% - 15px)}}@media (max-width:600px){.testing-banner{padding:8px 15px}.testing-label{letter-spacing:1px;font-size:12px}.testing-text{letter-spacing:1px;font-size:11px}.testing-dot{width:6px;height:6px}.testing-badge{gap:5px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.stats{flex-direction:column;gap:15px}.btn{text-align:center;width:100%}.mobile-menu{padding:80px 20px 40px}.how-grid,.features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 50px;display:grid}.footer-col{flex:1;min-width:0}.footer-social{flex-wrap:wrap;justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:15px}.footer-social{justify-content:center}.why-section .section-title,.cta-title{font-size:1.6rem}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{justify-content:center;width:100%;max-width:280px}}.icon-animated{background:linear-gradient(135deg,#fff1e0 0%,#ffe8cc 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;display:flex;position:relative;overflow:hidden}.icon-tps-custom .line{background:var(--orange);opacity:.6;border-radius:2px;height:2px;animation:1.5s ease-in-out infinite speedLine;position:absolute}.icon-tps-custom .line:first-child{width:50%;top:10px;left:-60%}.icon-tps-custom .line:nth-child(2){width:70%;animation-delay:.3s;top:20px;left:-60%}.icon-tps-custom .line:nth-child(3){width:40%;animation-delay:.6s;top:30px;left:-60%}.icon-tps-custom .line:nth-child(4){width:55%;animation-delay:.9s;top:38px;left:-60%}@keyframes speedLine{0%{opacity:0;left:-60%}50%{opacity:.8}to{opacity:0;left:110%}}.icon-blocks-custom .clock-ring{border:2.5px solid var(--orange);border-radius:50%;width:28px;height:28px;position:relative}.icon-blocks-custom .clock-hand{background:var(--orange-dark);transform-origin:bottom;border-radius:2px;width:2px;height:10px;animation:1s linear infinite clockTick;position:absolute;top:3px;left:50%;transform:translate(-50%)}.icon-blocks-custom .clock-dot{background:var(--orange-dark);border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes clockTick{0%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(360deg)}}.icon-dag-custom .node{background:var(--orange);border-radius:50%;width:6px;height:6px;position:absolute}.icon-dag-custom .node:first-child{animation:2s ease-in-out infinite nodePulse;top:8px;left:50%;transform:translate(-50%)}.icon-dag-custom .node:nth-child(2){animation:2s ease-in-out .3s infinite nodePulse;top:20px;left:10px}.icon-dag-custom .node:nth-child(3){animation:2s ease-in-out .6s infinite nodePulse;top:20px;right:10px}.icon-dag-custom .node:nth-child(4){animation:2s ease-in-out .9s infinite nodePulse;bottom:8px;left:50%;transform:translate(-50%)}.icon-dag-custom .node:nth-child(5){animation:2s ease-in-out 1.2s infinite nodePulse;bottom:8px;left:16px}.icon-dag-custom .node:nth-child(6){animation:2s ease-in-out 1.5s infinite nodePulse;bottom:8px;right:16px}.icon-dag-custom .edge{background:var(--orange);opacity:.3;transform-origin:0;height:1px;position:absolute}.icon-dag-custom .edge:nth-child(7){width:12px;top:11px;left:16px;transform:rotate(40deg)}.icon-dag-custom .edge:nth-child(8){transform-origin:100%;width:12px;top:11px;right:16px;transform:rotate(-40deg)}.icon-dag-custom .edge:nth-child(9){width:10px;top:22px;left:14px;transform:rotate(50deg)}.icon-dag-custom .edge:nth-child(10){transform-origin:100%;width:10px;top:22px;right:14px;transform:rotate(-50deg)}.icon-dag-custom .edge:nth-child(11){width:6px;top:22px;left:50%;transform:translate(-50%)}@keyframes nodePulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.icon-consensus-custom .hex{background:var(--orange);width:26px;height:15px;animation:3s ease-in-out infinite hexGlow;position:relative}.icon-consensus-custom .hex:before,.icon-consensus-custom .hex:after{content:"";border-left:13px solid #0000;border-right:13px solid #0000;width:0;position:absolute}.icon-consensus-custom .hex:before{border-bottom:7px solid var(--orange);bottom:100%}.icon-consensus-custom .hex:after{border-top:7px solid var(--orange);top:100%}.icon-consensus-custom .hex-inner{z-index:2;background:#fff1e0;width:12px;height:7px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes hexGlow{0%,to{opacity:.7}50%{opacity:1}}.icon-model-custom .layer{border:2px solid var(--orange);background:#fff1e0;border-radius:3px;height:8px;position:absolute}.icon-model-custom .layer:first-child{width:28px;animation:3s ease-in-out infinite layerFloat;top:6px;left:50%;transform:translate(-50%)rotate(-3deg)}.icon-model-custom .layer:nth-child(2){width:24px;animation:3s ease-in-out .5s infinite layerFloat;top:18px;left:50%;transform:translate(-50%)rotate(2deg)}.icon-model-custom .layer:nth-child(3){width:20px;animation:3s ease-in-out 1s infinite layerFloat;top:30px;left:50%;transform:translate(-50%)rotate(-1deg)}@keyframes layerFloat{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(2px)}}.icon-sovereign-custom .globe{border:2px solid var(--orange);border-radius:50%;width:22px;height:22px;position:relative}.icon-sovereign-custom .globe .meridian{border:1px solid var(--orange);opacity:.4;border-radius:50%;width:100%;height:100%;position:absolute}.icon-sovereign-custom .globe .meridian:first-child{transform:rotateY(60deg)}.icon-sovereign-custom .globe .meridian:nth-child(2){transform:rotateY(120deg)}.icon-sovereign-custom .orbit{border:1.5px solid var(--orange);opacity:.5;border-radius:50%;width:36px;height:14px;animation:4s linear infinite orbitSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-20deg)}.icon-sovereign-custom .orbit-dot{background:var(--orange-dark);border-radius:50%;width:4px;height:4px;position:absolute;top:-2px;left:50%;transform:translate(-50%)}@keyframes orbitSpin{0%{transform:translate(-50%,-50%)rotate(-20deg)}to{transform:translate(-50%,-50%)rotate(340deg)}}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_8b6b133b-module__RkwLJW__className{font-family:Inter,Inter Fallback;font-style:normal}
