:root{--brand:#1ac7b0;--brand-deep:#14998c;--brand-soft:#1ac7b01f;--ink:#0d1821;--ink-soft:#2c3a4a;--muted:#5b6775;--surface:#ffffffd1;--surface-strong:#fffffff0;--outline:#0f172114;--shadow:#0a192a29;--bg-1:#f4fbff;--bg-2:#e9faf3;--bg-3:#eef2ff;--radius-card:24px;--radius-pill:999px;--max-width:1120px;--section-gap:96px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body),system-ui,sans-serif;color:var(--ink);background:linear-gradient(135deg,var(--bg-1),var(--bg-2),var(--bg-3));min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:var(--brand-deep)}img{max-width:100%;height:auto}h1,h2,h3,h4{font-family:var(--font-display),"Times New Roman",serif;letter-spacing:-.02em;color:var(--ink)}h1{font-size:clamp(2.6rem,3.5vw,4rem);line-height:1.05}h2{font-size:clamp(2rem,2.8vw,3rem);line-height:1.1}h3{font-size:1.25rem}p{color:var(--ink-soft);font-size:1rem;line-height:1.6}main{gap:var(--section-gap);flex-direction:column;padding-bottom:96px;display:flex}section{scroll-margin-top:96px}.page{position:relative;overflow-x:clip}.page:before,.page:after{content:"";filter:blur(60px);opacity:.45;z-index:0;border-radius:50%;width:520px;height:520px;animation:14s ease-in-out infinite alternate drift;position:absolute}.page:before{background:radial-gradient(circle,#1ac7b066,#0000 70%);top:-120px;right:-140px}.page:after{background:radial-gradient(circle,#38bdf859,#0000 70%);animation-delay:2.5s;bottom:-160px;left:-140px}@keyframes drift{0%{transform:translate(0,0)}to{transform:translate(40px,-30px)}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.container{width:min(100% - 48px,var(--max-width));z-index:1;margin:0 auto;position:relative}.site-header{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffb8;border-bottom:1px solid #0f17210f;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;height:72px;display:flex}.logo{font-size:1.1rem;font-weight:700;font-family:var(--font-display),"Times New Roman",serif;align-items:center;gap:12px;display:flex}.nav-links{color:var(--muted);gap:20px;font-weight:500;display:flex}.nav-cta{align-items:center;gap:12px;display:flex}.btn{border-radius:var(--radius-pill);border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{color:#fff;background:linear-gradient(130deg,#1ac7b0,#1aa6d9,#23c47e);box-shadow:0 16px 30px #1ac7b040}.btn-secondary{color:var(--ink);background:#fff;border-color:#0f17211a}.btn-ghost{color:var(--ink);background:0 0;border-color:#0f172126}.hero{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:48px;padding-top:56px;display:grid}.hero-content{flex-direction:column;gap:22px;display:flex}.lead{color:var(--ink-soft);font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-badges{color:var(--muted);flex-wrap:wrap;gap:12px;font-weight:500;display:flex}.hero-badges span{border-radius:var(--radius-pill);background:#ffffffb3;border:1px solid #0f172114;padding:6px 12px}.pill{border-radius:var(--radius-pill);background:var(--brand-soft);color:var(--brand-deep);align-items:center;gap:8px;padding:6px 14px;font-size:.9rem;font-weight:600;display:inline-flex}.hero-visual{justify-content:center;display:flex}.device{background:linear-gradient(160deg,#1ac7b04d,#1a9bc726);border:1px solid #1ac7b04d;border-radius:34px;width:min(100%,420px);padding:20px;position:relative;box-shadow:0 30px 60px #1018282e}.device-screen{background:#fff;border-radius:28px;flex-direction:column;gap:16px;padding:24px;display:flex}.device-top{justify-content:space-between;font-weight:600;display:flex}.device-card{background:var(--surface);border:1px solid var(--outline);border-radius:20px;padding:16px;box-shadow:0 10px 24px #0f172114}.device-card h3{font-size:1.6rem}.device-card h4{font-size:1.1rem}.device-row{gap:12px;display:flex}.device-row button{background:#fff;border:1px solid #0f17211a;border-radius:14px;flex:1;padding:10px 12px;font-weight:600}.device-foot{text-align:center;color:var(--muted);font-size:.95rem;font-weight:500}.device-float{z-index:-1;position:absolute}.device-float--coin{top:20px;left:-40px}.device-float--ribbon{bottom:20px;right:-50px}.chip{background:var(--brand-soft);border-radius:var(--radius-pill);color:var(--brand-deep);padding:4px 10px;font-size:.85rem}.accent{color:var(--brand-deep);font-weight:600}.muted{color:var(--muted)}.glance{padding:0 24px}.glance-grid{border-radius:var(--radius-card);border:1px solid var(--outline);background:#ffffffa6;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:32px;padding:36px;display:grid;box-shadow:0 12px 30px #0f172114}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--brand-deep);margin-bottom:12px;font-size:.75rem;font-weight:700}.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.stat{border:1px solid var(--outline);background:#fff;border-radius:18px;padding:20px}.stat-number{font-size:1.8rem;font-family:var(--font-display),"Times New Roman",serif;color:var(--brand-deep);margin-bottom:8px;display:block}.section-head{gap:12px;margin-bottom:32px;display:grid}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.feature-card{background:var(--surface-strong);border-radius:var(--radius-card);border:1px solid var(--outline);gap:12px;padding:24px;display:grid;box-shadow:0 14px 30px #0f172114}.feature-icon{background:var(--brand-soft);width:44px;height:44px;color:var(--brand-deep);border-radius:14px;place-items:center;display:grid}.feature-icon svg{width:24px;height:24px}.flow{gap:32px;display:grid}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.step{border-radius:var(--radius-card);border:1px solid var(--outline);background:#fff;padding:24px;box-shadow:0 10px 24px #0f172114}.step-number{color:var(--brand-deep);margin-bottom:8px;font-weight:700;display:inline-block}.highlight{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:32px;display:grid}.highlight-actions{flex-wrap:wrap;gap:16px;margin-top:20px;display:flex}.highlight-cards{gap:16px;display:grid}.glass-card{border-radius:var(--radius-card);background:#fffc;border:1px solid #ffffffb3;gap:12px;padding:24px;display:grid;box-shadow:0 18px 30px #0f17211a}.faq{gap:24px;display:grid}.faq-list{gap:12px;display:grid}.faq-item{border:1px solid var(--outline);background:#fff;border-radius:18px;padding:18px 22px}.faq-item summary{cursor:pointer;font-weight:600}.faq-item p{margin-top:12px}.cta{border-radius:var(--radius-card);background:linear-gradient(120deg,#1ac7b02e,#38bdf833);border:1px solid #1ac7b033;flex-direction:column;gap:20px;padding:36px;display:flex}.cta-actions{flex-wrap:wrap;gap:16px;display:flex}.footer{background:#fffc;border-top:1px solid #0f172114;padding:48px 24px 32px}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:24px;display:grid}.footer-links{color:var(--muted);gap:8px;display:grid}.footer-bottom{text-align:center;color:var(--muted);margin-top:24px}.privacy{padding:72px 0 96px}.privacy-content{border-radius:var(--radius-card);border:1px solid var(--outline);background:#ffffffd9;gap:18px;padding:32px;display:grid;box-shadow:0 12px 30px #0f172114}.privacy-content h2{margin-top:12px;font-size:1.4rem}@media (max-width:980px){.hero,.highlight,.feature-grid,.steps,.stat-grid,.footer-grid,.glance-grid{grid-template-columns:1fr}.nav-links{display:none}}@media (max-width:640px){.container{width:min(100% - 32px,var(--max-width))}.nav{height:64px}.hero-actions,.highlight-actions,.cta-actions{flex-direction:column;align-items:stretch}.device{padding:16px}}
@font-face{font-family:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1e219c03c996efbd-s.ba7d7329.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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.0c27b1b4.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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(../media/03bda585a99c6450-s.p.ad37b9d9.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:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1e219c03c996efbd-s.ba7d7329.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:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.0c27b1b4.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:Fraunces;font-style:normal;font-weight:700;font-display:swap;src:url(../media/03bda585a99c6450-s.p.ad37b9d9.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:Fraunces;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1e219c03c996efbd-s.ba7d7329.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:Fraunces;font-style:normal;font-weight:800;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.0c27b1b4.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:Fraunces;font-style:normal;font-weight:800;font-display:swap;src:url(../media/03bda585a99c6450-s.p.ad37b9d9.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:Fraunces Fallback;src:local(Times New Roman);ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.0%;size-adjust:115.45%}.fraunces_5409b62b-module__PjYBMq__className{font-family:Fraunces,Fraunces Fallback;font-style:normal}.fraunces_5409b62b-module__PjYBMq__variable{--font-display:"Fraunces","Fraunces Fallback"}
@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a342834df7752944-s.bb140f9f.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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.50575af1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.78d1a7ae.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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.247c8473.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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.18d7c7dc.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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.71e1367e.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:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_829b1363-module__99R6WW__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_829b1363-module__99R6WW__variable{--font-body:"Manrope","Manrope Fallback"}
