.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:16px 24px 0;pointer-events:none;transition:padding .3s ease}.navbar.scrolled{padding-top:10px}.navbar-inner{display:flex;width:1040px;height:74px;padding:16px 24px;justify-content:space-between;align-items:center;border-radius:16px;background:#fff;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:all;box-shadow:0 2px 20px #00000014;box-sizing:border-box}.navbar-logo{display:flex;width:135px;height:32px;flex-direction:column;justify-content:center;flex-shrink:0;text-decoration:none}.navbar-logo-text{color:#162755;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:77px;letter-spacing:-1px}.mobile-menu-getstarted{display:none}.navbar-links{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.nav-link{display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:8px;text-decoration:none;transition:background .18s;cursor:pointer}.nav-link:hover{background:#0000000a}.nav-link:hover .nav-link-label,.nav-link:active .nav-link-label{color:#00ba85;font-weight:600}.nav-link-label{display:inline-flex;flex-direction:column;align-items:center;font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:18px;color:#162755;text-align:center;white-space:nowrap}.nav-link-label:after{content:attr(data-label);display:block;height:0;overflow:hidden;visibility:hidden;font-weight:600;pointer-events:none;-webkit-user-select:none;user-select:none}.nav-item-dropdown{position:relative}.nav-item-dropdown .nav-link svg{transition:transform .2s ease}.nav-item-dropdown.open .nav-link svg{transform:rotate(180deg)}.nav-item-dropdown.open .nav-link-label{color:#00ba85;font-weight:600}.nav-dropdown{position:absolute;top:calc(100% + 28px);left:-8px;width:389px;padding:28px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.97);transform-origin:40px top;pointer-events:none;transition:opacity .15s cubic-bezier(.4,0,1,1),transform .15s cubic-bezier(.4,0,1,1),visibility .15s;z-index:1001}.nav-dropdown:before{content:"";position:absolute;left:0;right:0;top:-28px;height:28px}.nav-item-dropdown.open .nav-dropdown{opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:opacity .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1),visibility .22s}.nav-dropdown-item{display:flex;align-items:flex-start;gap:12px;text-decoration:none}.nav-dropdown-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#eaf1f4;flex-shrink:0;transition:background .18s}.nav-dropdown-icon img{width:22px;height:22px;flex-shrink:0;aspect-ratio:1 / 1}.nav-dropdown-item:hover .nav-dropdown-icon{background:#dcebef}.nav-dropdown-texts{display:flex;flex-direction:column;align-items:flex-start;width:292px;min-width:0}.nav-dropdown-title{align-self:stretch;color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:16px;font-weight:600;line-height:20px;letter-spacing:.2px;white-space:nowrap}.nav-dropdown-item:hover .nav-dropdown-title{color:#00ba85}.nav-dropdown-desc{align-self:stretch;color:#505670;font-family:Britti Sans Trial,sans-serif;font-size:14px;font-weight:400;line-height:16.5px;padding-top:2px;white-space:nowrap}.navbar-cta{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:12px}.nav-signin{font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:100%;color:#000;text-align:center;text-decoration:none;padding:8px 12px;border-radius:8px;white-space:nowrap;transition:background .18s;gap:10px}.nav-signin:hover{background:#0000000a}.nav-getstarted{font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:100%;color:#fff;text-align:center;text-decoration:none;background:#00ba85;border:none;border-radius:50px;padding:12px 22px;cursor:pointer;white-space:nowrap;transition:background .2s,transform .15s;display:inline-flex;align-items:center}.nav-getstarted:hover{background:#009e70;transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer;flex-shrink:0}.hamburger span{display:block;width:22px;height:2px;background:#0009;border-radius:2px;transition:transform .22s ease,opacity .22s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.navbar{padding:2px 16px 0}.navbar-inner{padding:8px 18px;flex-wrap:wrap;height:auto}.navbar-logo{order:1}.navbar-cta{order:2}.navbar-links{order:3;display:none;width:100%;flex-direction:column;align-items:stretch;padding:8px 0 4px;gap:2px}.navbar-links.open{display:flex}.nav-link{padding:10px}.nav-item-dropdown{position:static}.nav-dropdown{display:none;position:static;width:100%;padding:6px 0 10px 14px;box-shadow:none;border-radius:0;gap:18px;opacity:1;visibility:visible;transform:none;transition:none}.nav-dropdown:before{display:none}.nav-item-dropdown.open .nav-dropdown{display:flex}.nav-dropdown-title,.nav-dropdown-desc{white-space:normal}.hamburger{display:flex}.nav-signin{display:none}.mobile-menu-getstarted{display:block;margin-top:8px;padding-top:12px;border-top:1px solid rgba(0,0,0,.07)}.mobile-menu-getstarted a{display:flex;align-items:center;justify-content:center;width:100%;height:40px;text-align:center;background:#00ba85;color:#fff;font-family:Geist,sans-serif;font-size:16px;font-weight:500;text-decoration:none;border-radius:8px;transition:opacity .18s;box-sizing:border-box}.mobile-menu-getstarted a:hover{opacity:.85}}.hero{position:relative;width:100%;max-width:1920px;margin:0 auto;height:800px;background:linear-gradient(180deg,#f5faff .08%,#c7e8df 106.42%);border-radius:16px;overflow:hidden;box-sizing:border-box;flex-shrink:0}.hero,.hero__content,.hero__heading,.hero__desc,.hero__visual,.hero__ring-group,.hero__ring-glow,.hero__flag,.hero__txn-card,.hero__txn-pill,.hero__txn-logo,.hero__txn-coin,.hero__txn-dashes,.hero__txn-label,.hero__txn-bold,.hero__txn-light,.hero__txn-coin-tile,.hero__txn-ticker{transition:width .35s cubic-bezier(.25,.8,.25,1),height .35s cubic-bezier(.25,.8,.25,1),left .35s cubic-bezier(.25,.8,.25,1),right .35s cubic-bezier(.25,.8,.25,1),top .35s cubic-bezier(.25,.8,.25,1),font-size .35s cubic-bezier(.25,.8,.25,1),line-height .35s cubic-bezier(.25,.8,.25,1),padding .35s cubic-bezier(.25,.8,.25,1),gap .35s cubic-bezier(.25,.8,.25,1),transform .35s cubic-bezier(.25,.8,.25,1)}.hero__rays{display:flex;position:absolute;top:0;left:0;width:1920px;height:800px;gap:24px;pointer-events:none}.hero__ray{width:170.4px;height:800.368px;flex-shrink:0;background:#ffffff4d;backdrop-filter:blur(23px);-webkit-backdrop-filter:blur(23px)}.hero__fade{position:absolute;left:0;top:620px;width:1920px;height:180px;background:#fff;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);mask-image:linear-gradient(180deg,#0000,#000);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);pointer-events:none;z-index:1}.hero__content{position:absolute;left:204px;top:249px;display:flex;width:620px;height:398px;flex-direction:column;align-items:flex-start;gap:20px;z-index:2}.hero__badge{display:flex;width:190px;height:32px;padding:10.415px 16px 10.585px;justify-content:center;align-items:flex-start;gap:6px;flex-shrink:0;border-radius:8px;background:#162755;overflow:hidden;box-sizing:border-box}.hero__badge-text{color:#fff;font-family:Geist,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:12px;letter-spacing:1.8px;text-transform:uppercase;white-space:nowrap}.hero__heading-wrap{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.hero__heading{margin:0;width:567px;color:#060612;font-family:Britti Sans Trial,sans-serif;font-size:70px;font-style:normal;line-height:77px;letter-spacing:-2.1px}.hero__heading--bold{font-weight:600}.hero__heading--light{font-weight:400}.hero__desc-wrap{display:flex;width:640px;flex-direction:column;align-items:center}.hero__desc{margin:0;width:636px;color:#505670;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.2px}.hero__btn-wrap{display:flex;flex-direction:column;align-items:flex-start}.hero__buttons{display:flex;height:77px;padding:20px 0;align-items:center;align-content:center;gap:0 20px;align-self:stretch;flex-wrap:wrap;box-sizing:border-box}.hero__btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;border:none}.hero__btn-overlay{position:absolute;left:-1px;top:-1px;width:141px;height:42px;background:linear-gradient(180deg,#0606124d,#06061200);opacity:0;pointer-events:none}.hero__btn--primary{position:relative;display:flex;padding:10px 22px;justify-content:center;align-items:center;border-radius:8px;background:#00ba85;box-shadow:0 1.4px 1px #ffffff1f inset,0 1.4px 4px #0606124d;overflow:hidden;color:#fff;font-family:Britti Sans Trial,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:19.2px;letter-spacing:.04px;text-decoration:none;cursor:pointer;border:none;box-sizing:border-box}.hero__btn--secondary{text-decoration:none;cursor:pointer}.hero__btn-secondary__visual{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:8.01px;border-radius:10px;background:#ffffff80;position:relative}.hero__btn-secondary__border{position:absolute;width:122.85px;height:42px;border-radius:10px;border:1px solid #FFF;pointer-events:none}.hero__btn-secondary__label{color:#000;font-family:Britti Sans Trial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19.2px;letter-spacing:.2px}.hero__btn-icon{display:flex;padding:6px;flex-direction:column;justify-content:center;align-items:center;border-radius:999px;background:#fff}.hero__visual{position:absolute;left:907px;top:198px;width:804px;height:498.237px}.hero__ring-group{position:absolute;left:162.82px;top:7.52px;width:478.195px;height:478.195px}.hero__globe{position:absolute;left:0;top:0;width:478.195px;height:478.195px;pointer-events:none;animation:globe-spin 60s linear infinite;transform-origin:center center}@keyframes globe-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.hero__ring-glow{position:absolute;left:220px;top:66px;width:366px;height:366px;border-radius:366px;border:3px dashed rgba(0,186,133,.37);animation:ring-orbit 90s linear infinite;transform-origin:center center}@keyframes ring-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__flag{position:absolute;display:flex;justify-content:center;align-items:center;gap:6.469px;padding:6.469px;aspect-ratio:1 / 1;border-radius:19.407px;border:.854px solid #FFF;background:#fff;box-shadow:0 3.416px 3.416px #bdcecb inset;box-sizing:border-box}.hero__flag--sm{width:72.237px;height:72.237px}.hero__flag-icon{width:42.7px;height:42.7px;flex-shrink:0;aspect-ratio:1/1;border-radius:50%;overflow:hidden;object-fit:cover}.hero__flag--usa{left:368px;top:0}.hero__flag--ph{left:368px;top:426px}.hero__flag--jp{left:532px;top:80.22px;transform:rotate(-30deg)}.hero__flag--vn{left:172.22px;top:298.56px;transform:rotate(-30deg)}.hero__txn-card{position:absolute;display:flex;align-items:center;gap:17px;padding:15px 23px 15px 14px;border-radius:18px;background:#fff;box-shadow:0 4.91px 18.659px #0000001c;box-sizing:border-box;z-index:3;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s cubic-bezier(.25,.8,.25,1);will-change:transform}.hero__txn-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #00000029}.hero__txn-card--api{left:0;top:76px;width:304px;height:105px}.hero__txn-card--backed{left:503px;top:310px;width:301px;height:105px}.hero__txn-pill{display:flex;justify-content:center;align-items:center;gap:9px;height:75px;padding:20px 14px;border-radius:16px;border:1px solid #E6FBED;background:linear-gradient(90deg,#d3f3de,#e6fbed00);flex-shrink:0;box-sizing:border-box}.hero__txn-logo{width:35px;height:35px;aspect-ratio:1 / 1;flex-shrink:0}.hero__txn-dashes{width:38px;height:16px;flex-shrink:0}.hero__txn-coin{width:35px;height:35px;aspect-ratio:1 / 1;flex-shrink:0}.hero__txn-label{display:flex;flex-direction:column;justify-content:center;width:auto;min-width:80px;flex-shrink:0;align-self:stretch}.hero__txn-bold{color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.2px;white-space:nowrap}.hero__txn-light{color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.2px;white-space:nowrap}.hero__txn-label--left{width:auto;min-width:85px;flex-shrink:0}.hero__txn-coins{display:flex;gap:8px}.hero__txn-coin-tile{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:64px;height:85px;padding:10px 14px 12px 15px;border-radius:16px;border:1px solid #DAEDF4;background:linear-gradient(180deg,#e6f5fb00,#e4f2f8 97.65%);box-sizing:border-box}.hero__txn-ticker{color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.3px}@media (max-width: 1919.98px) and (min-width: 1440px){.hero{width:100%;height:800px}.hero__rays{width:100%;height:100%}.hero__ray{flex:1 0 170.4px;height:100%}.hero__fade{width:100%;top:calc(100% - 180px)}.hero__content{left:100px;top:249px;width:560px}.hero__heading{width:100%;font-size:64px;line-height:70px}.hero__desc-wrap{width:100%}.hero__desc{width:100%;font-size:19px;line-height:26px}.hero__visual{left:auto;right:60px;top:198px;width:700px;height:433.8px}.hero__ring-group{left:146px;top:7px;width:428px;height:428px}.hero__globe{width:100%;height:100%}.hero__ring-glow{left:197px;top:59px;width:328px;height:328px}.hero__flag--sm{width:64px;height:64px;padding:5px}.hero__flag-icon{width:38px;height:38px}.hero__flag--usa{left:330px;top:0}.hero__flag--ph{left:330px;top:382px}.hero__flag--jp{left:476px;top:72px}.hero__flag--vn{left:154px;top:267px}.hero__txn-card{gap:15px;padding:13px 20px;border-radius:16px}.hero__txn-card--api{left:0;top:68px;width:272px;height:94px}.hero__txn-card--backed{left:auto;right:0;top:278px;width:270px;height:94px}.hero__txn-pill{gap:8px;height:65px;padding:16px 12px;border-radius:14px}.hero__txn-logo,.hero__txn-coin{width:30px;height:30px}.hero__txn-dashes{width:32px;height:14px}.hero__txn-label{width:80px}.hero__txn-bold,.hero__txn-light{font-size:17px;line-height:20px}.hero__txn-label--left{width:85px}.hero__txn-coins{gap:7px}.hero__txn-coin-tile{gap:7px;width:54px;height:72px;padding:9px 12px 10px 13px;border-radius:14px}.hero__txn-ticker{font-size:13px;line-height:17px}}@media (max-width: 1439.98px) and (min-width: 1200px){.hero{width:100%;height:720px}.hero__rays{width:100%;height:100%}.hero__ray{flex:1 0 170.4px;height:100%}.hero__fade{width:100%;top:calc(100% - 180px)}.hero__content{left:60px;top:200px;width:480px}.hero__heading{width:100%;font-size:54px;line-height:60px;letter-spacing:-1.6px}.hero__desc-wrap{width:100%}.hero__desc{width:100%;font-size:18px;line-height:25px}.hero__visual{left:auto;right:40px;top:160px;width:580px;height:359.5px}.hero__ring-group{left:121px;top:6px;width:357px;height:357px}.hero__globe{width:100%;height:100%}.hero__ring-glow{left:164px;top:49px;width:273px;height:273px}.hero__flag--sm{width:58px;height:58px;padding:5px}.hero__flag-icon{width:35px;height:35px}.hero__flag--usa{left:275px;top:0}.hero__flag--ph{left:275px;top:318px}.hero__flag--jp{left:397px;top:60px}.hero__flag--vn{left:128px;top:223px}.hero__txn-card{gap:12px;padding:11px 16px;border-radius:14px}.hero__txn-card--api{left:0;top:57px;width:230px;height:80px}.hero__txn-card--backed{left:auto;right:0;top:231px;width:225px;height:80px}.hero__txn-pill{gap:6px;height:58px;padding:12px 10px;border-radius:12px}.hero__txn-logo,.hero__txn-coin{width:26px;height:26px}.hero__txn-dashes{width:28px;height:12px}.hero__txn-label{width:72px}.hero__txn-bold,.hero__txn-light{font-size:15px;line-height:18px}.hero__txn-label--left{width:75px}.hero__txn-coins{gap:6px}.hero__txn-coin-tile{gap:6px;width:50px;height:66px;padding:8px;border-radius:12px}.hero__txn-ticker{font-size:12px;line-height:15px}}@media (max-width: 1199.98px) and (min-width: 900.02px){.hero{width:100%;height:640px}.hero__rays{width:100%;height:100%}.hero__ray{flex:1 0 170.4px;height:100%}.hero__fade{width:100%;top:calc(100% - 180px)}.hero__content{left:40px;top:160px;width:400px}.hero__heading{width:100%;font-size:44px;line-height:50px;letter-spacing:-1.2px}.hero__desc-wrap{width:100%}.hero__desc{width:100%;font-size:16px;line-height:22px}.hero__visual{left:auto;right:30px;top:130px;width:420px;height:260.2px}.hero__ring-group{left:101px;top:5px;width:297px;height:297px}.hero__globe{width:100%;height:100%}.hero__ring-glow{left:137px;top:41px;width:228px;height:228px}.hero__flag--sm{width:48px;height:48px;padding:4px}.hero__flag-icon{width:28px;height:28px}.hero__flag--usa{left:229px;top:0}.hero__flag--ph{left:229px;top:265px}.hero__flag--jp{left:331px;top:50px}.hero__flag--vn{left:107px;top:186px}.hero__txn-card{gap:10px;padding:9px 12px;border-radius:11px}.hero__txn-card--api{left:0;top:47px;width:195px;height:70px}.hero__txn-card--backed{left:auto;right:0;top:193px;width:188px;height:70px}.hero__txn-pill{gap:5px;height:50px;padding:10px 8px;border-radius:10px}.hero__txn-logo,.hero__txn-coin{width:22px;height:22px}.hero__txn-dashes{width:24px;height:10px}.hero__txn-label{width:60px}.hero__txn-bold,.hero__txn-light{font-size:13px;line-height:16px}.hero__txn-label--left{width:65px}.hero__txn-coins{gap:5px}.hero__txn-coin-tile{gap:5px;width:42px;height:56px;padding:6px;border-radius:10px}.hero__txn-ticker{font-size:10px;line-height:13px}}@media (max-width: 900px) and (min-width: 480.02px){.hero{width:100%;height:auto;min-height:0;border-radius:16px;display:flex;flex-direction:column;align-items:center;padding:100px 5% 60px;box-sizing:border-box;overflow:visible}.hero__rays,.hero__fade{display:none}.hero__content{position:relative;left:auto;top:auto;width:100%;max-width:600px;height:auto;align-items:center;text-align:center;gap:18px}.hero__badge{align-self:center}.hero__heading-wrap{align-items:center}.hero__heading{width:100%;font-size:clamp(36px,6.5vw,56px);line-height:clamp(40px,7.2vw,62px);letter-spacing:-1.5px;text-align:center}.hero__desc-wrap{width:100%;align-items:center}.hero__desc{width:100%;font-size:clamp(15px,2.2vw,19px);line-height:clamp(22px,3.2vw,28px);text-align:center;letter-spacing:.2px}.hero__buttons{height:auto;gap:12px 16px;justify-content:center}.hero__visual{position:relative;left:auto;top:auto;margin-top:40px;width:clamp(320px,85%,660px);height:auto;aspect-ratio:695 / 498.237;flex-shrink:0}.hero__ring-group{left:16.52%;top:1.509%;width:68.8%;height:auto;aspect-ratio:1 / 1}.hero__globe{position:absolute;left:0;top:0;width:100%;height:auto;aspect-ratio:1 / 1}.hero__ring-glow{left:24.74%;top:13.246%;width:52.66%;height:auto;aspect-ratio:1 / 1;border-radius:50%}.hero__flag--sm{width:clamp(44px,7.5vw,72px);height:clamp(44px,7.5vw,72px)}.hero__flag-icon{width:clamp(26px,4.5vw,42px);height:clamp(26px,4.5vw,42px)}.hero__flag--usa{left:46.04%;top:0}.hero__flag--ph{left:46.04%;top:85.5%}.hero__flag--jp{left:69.64%;top:16.1%;width:clamp(56px,10vw,98px);height:clamp(56px,10vw,98px);transform:none}.hero__flag--vn{left:15.97%;top:58.87%;width:clamp(56px,10vw,98px);height:clamp(56px,10vw,98px);transform:none}.hero__flag--jp .hero__flag-icon,.hero__flag--vn .hero__flag-icon{width:clamp(33px,6vw,58px);height:clamp(33px,6vw,58px)}.hero__txn-card{gap:clamp(8px,1.8vw,17px);padding:clamp(8px,1.5vw,15px) clamp(10px,2vw,23px) clamp(8px,1.5vw,15px) clamp(8px,1.3vw,14px);border-radius:clamp(10px,2vw,18px);height:auto;min-height:0;flex-shrink:0}.hero__txn-card--api{left:0;top:18.66%;width:clamp(180px,43.7%,304px)}.hero__txn-card--backed{left:auto;right:0;top:54.79%;width:clamp(178px,43.3%,301px)}.hero__txn-pill{gap:clamp(5px,1.2vw,9px);height:auto;padding:clamp(10px,2vw,20px) clamp(8px,1.4vw,14px);border-radius:clamp(10px,1.8vw,16px)}.hero__txn-logo,.hero__txn-coin{width:clamp(20px,4.5vw,35px);height:clamp(20px,4.5vw,35px)}.hero__txn-dashes{width:clamp(20px,4vw,38px);height:clamp(8px,1.8vw,16px)}.hero__txn-label,.hero__txn-label--left{width:auto;min-width:0;flex-shrink:1}.hero__txn-bold,.hero__txn-light{font-size:clamp(12px,2.6vw,20px);line-height:clamp(14px,3vw,24px);white-space:nowrap}.hero__txn-coins{gap:clamp(4px,1vw,8px)}.hero__txn-coin-tile{width:clamp(40px,9vw,64px);height:clamp(54px,12vw,85px);padding:clamp(6px,1.2vw,10px) clamp(8px,1.8vw,14px) clamp(8px,1.5vw,12px) clamp(8px,1.9vw,15px);border-radius:clamp(10px,2vw,16px);gap:clamp(4px,1vw,8px)}.hero__txn-ticker{font-size:clamp(9px,2vw,15px);line-height:clamp(12px,2.5vw,20px);white-space:nowrap}}@media (max-width: 480px){.hero{width:100%;height:932px;background:linear-gradient(180deg,#f5faff .08%,#c7e8df 106.42%);border-radius:0}.hero__bg-mobile-wrap{display:flex;width:737px;height:932px;justify-content:center;align-items:flex-start;gap:var(--item-spacing-s, 10px);mask-image:linear-gradient(180deg,var(--color-black-0, rgba(0, 0, 0, 0)) 33.78%,var(--token-c64ab00d-071c-45ba-9bdc-c26d9ab03aca, #000) 49.51%,var(--color-black-0, rgba(0, 0, 0, 0)) 76.58%);-webkit-mask-image:linear-gradient(180deg,var(--color-black-0, rgba(0, 0, 0, 0)) 33.78%,var(--token-c64ab00d-071c-45ba-9bdc-c26d9ab03aca, #000) 49.51%,var(--color-black-0, rgba(0, 0, 0, 0)) 76.58%)}.hero__fade{left:0;top:752px;width:100%;height:180px}.hero__content{left:calc((100% - min(360px,100% - 70px))/2);top:135.5px;width:min(360px,calc(100% - 70px));height:auto;gap:20px}.hero__badge{width:190px;height:32px;padding:10.415px 16px 10.585px;margin-bottom:10px}.hero__heading{width:100%;font-size:clamp(28px,9.302vw,40px);line-height:clamp(31.5px,10.419vw,44.8px);letter-spacing:-1.2px}.hero__desc-wrap{width:100%}.hero__desc{width:100%;font-size:clamp(15px,4.186vw,18px);line-height:clamp(23px,6.512vw,28px);letter-spacing:-.5px}.hero__buttons{height:auto;padding:4px 0}.hero__visual{left:13.533%;top:552.16px;width:74.169%;height:auto;aspect-ratio:318.929 / 312.959}.hero__ring-group{left:1.737%;top:2.358%;width:95.204%;height:auto;aspect-ratio:1 / 1}.hero__globe{left:0;top:0;width:100%;height:auto;aspect-ratio:1 / 1}.hero__ring-glow{left:13.122%;top:14.223%;width:72.866%;height:auto;aspect-ratio:1 / 1;border-radius:50%;border-width:1.9px}.hero__flag--sm{width:clamp(50px,14.851vw,63.86px);height:auto;padding:4.1px}.hero__flag--usa{left:5.584%;top:15.606%;transform:none}.hero__flag--vn{left:72.998%;top:66.411%;transform:none}.hero__flag--ph,.hero__flag--jp{width:clamp(40px,11.919vw,51.25px);height:auto;padding:3.29px}.hero__flag--ph{left:.58%;top:48.537%;transform:none}.hero__flag--jp{left:83.032%;top:38.318%;transform:none}.hero__flag--usa .hero__flag-icon,.hero__flag--vn .hero__flag-icon{width:clamp(29px,8.779vw,37.75px);height:auto}.hero__flag--ph .hero__flag-icon,.hero__flag--jp .hero__flag-icon{width:clamp(23px,7.044vw,30.29px);height:auto}.hero__txn-card{gap:clamp(8px,2.512vw,10.8px);padding:clamp(7px,2.216vw,9.53px) clamp(11px,3.398vw,14.61px) clamp(7px,2.216vw,9.53px) clamp(7px,2.067vw,8.89px);border-radius:clamp(9px,2.658vw,11.43px)}.hero__txn-card--api{left:0;top:78.697%;width:clamp(150px,60.525%,193.03px);height:clamp(52px,15.505vw,66.67px)}.hero__txn-card--backed{left:40.075%;top:0;width:clamp(148px,59.926%,191.12px);height:clamp(52px,15.505vw,66.67px)}.hero__txn-pill{gap:clamp(4px,1.33vw,5.72px);height:clamp(37px,11.077vw,47.63px);padding:clamp(10px,2.953vw,12.7px) clamp(7px,2.067vw,8.89px);border-radius:clamp(8px,2.363vw,10.16px)}.hero__txn-logo,.hero__txn-coin{width:clamp(17px,5.17vw,22.23px);height:clamp(17px,5.17vw,22.23px)}.hero__txn-dashes{width:clamp(19px,5.612vw,24.13px);height:clamp(8px,2.363vw,10.16px)}.hero__txn-label{width:clamp(47px,14.03vw,60.33px);min-width:0}.hero__txn-label--left{width:clamp(49px,14.767vw,63.5px);min-width:0}.hero__txn-bold,.hero__txn-light{font-size:clamp(10px,2.953vw,12.7px);line-height:clamp(12px,3.544vw,15.24px)}.hero__txn-coins{gap:clamp(4px,1.181vw,5.08px)}.hero__txn-coin-tile{width:clamp(35px,10.337vw,44.45px);height:clamp(42px,12.551vw,53.97px);padding:clamp(5px,1.477vw,6.35px) clamp(7px,2.067vw,8.89px) clamp(6px,1.772vw,7.62px) clamp(7px,2.216vw,9.53px);border-radius:clamp(8px,2.363vw,10.16px);gap:clamp(2.5px,.751vw,3.23px)}.hero__txn-ticker{font-size:clamp(7.5px,2.216vw,9.53px);line-height:clamp(10px,3.023vw,13px);letter-spacing:.19px}}.ticker{position:relative;width:100%;max-width:1920px;margin:0 auto;height:64px;background:linear-gradient(92deg,#162755 18.59%,#000 112.27%);overflow:hidden;box-sizing:border-box}.ticker__glow-wrap{position:absolute;left:0;top:0;width:1913.352px;height:87.956px;opacity:.4;pointer-events:none}.ticker__glow-line{position:absolute;left:0;width:1913.352px;height:.993px;background:linear-gradient(90deg,#0000,#27aa7b4d,#0000)}.ticker__glow-line--top{top:1.35px}.ticker__glow-line--bottom{top:88.31px}.ticker__track{position:absolute;top:13px;left:0;display:flex;align-items:center;width:max-content;will-change:transform;animation:ticker-scroll 20s linear infinite}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.ticker__group{display:flex;align-items:center;gap:24px;height:40px;flex-shrink:0;padding-right:24px}.ticker__item-wrap{display:inline-flex;align-items:center;gap:24px;flex-shrink:0}.ticker__item{display:inline-flex;height:40px;align-items:center;gap:15.994px}.ticker__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.986px}.ticker__line{display:flex;justify-content:flex-end;align-items:center;color:#fff;font-family:Britti Sans Trial,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.35px;white-space:nowrap}.ticker__dot{width:10px;height:10px;aspect-ratio:1 / 1;flex-shrink:0}.fw-section{width:100%;height:1100px;background:linear-gradient(180deg,#eff7fc,#f9f9f9 96.02%);display:flex;flex-direction:column;align-items:center;box-sizing:border-box;position:relative;overflow:hidden}.fw-bg-grid{position:absolute;top:-116px;left:0;display:flex;width:1920px;height:449px;justify-content:center;align-items:center;pointer-events:none;-webkit-user-select:none;user-select:none}.fw-inner{display:flex;width:1720px;flex-direction:column;align-items:center;gap:60px;margin-top:140px;box-sizing:border-box}.fw-heading-group{display:flex;width:100%;max-width:500px;flex-direction:column;align-items:flex-start;box-sizing:border-box}.fw-title-area{display:flex;width:100%;max-width:1578px;flex-direction:column;justify-content:center;align-items:center;gap:20px;box-sizing:border-box}.fw-badge{position:relative;display:flex;padding:8px 16px;justify-content:center;align-items:center;border-radius:100px;background:#fff;box-shadow:0 4px 12px #5258700a}.fw-badge:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:88px;height:33px;border-radius:100px;border:1px solid rgba(82,88,112,.12);pointer-events:none}.fw-badge-inner{display:flex;flex-direction:column;align-items:flex-start}.fw-badge-text{color:#162755;font-family:Geist,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16.8px}.fw-heading{display:flex;height:96px;padding:0 9.273px 0 9px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;font-family:Britti Sans Trial,sans-serif;font-size:48px;font-weight:400;line-height:48px;letter-spacing:-1px;color:#162755;text-align:center;margin:0}.fw-heading-line{display:flex;height:48px;flex-direction:column;justify-content:center;flex-shrink:0;color:#162755;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:48px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-1px}.fw-heading-line--1{width:481.728px;max-width:100%}.fw-heading-line--2{width:424.137px;max-width:100%;font-weight:600}.fw-heading strong{font-weight:600}.fw-para{display:flex;width:100%;max-width:600px;flex-direction:column;align-items:flex-start;box-sizing:border-box}.fw-para-wrap{display:flex;height:54px;padding:0 32px 1px 37px;justify-content:flex-end;align-items:center;align-self:stretch}.fw-para-text{width:531px;max-width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;color:#505670;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.04px;margin:0}.fw-cards-row{display:flex;width:100%;max-width:1388px;height:auto;gap:29px;align-items:flex-start;box-sizing:border-box}.fw-card-wrap{position:relative;padding-top:21px;width:100%;flex:1 1 0%;min-width:0}.fw-card-label{position:absolute;top:0;left:50%;transform:translate(-50%);display:inline-flex;padding:10.555px 17.592px 10.555px 14.074px;justify-content:center;align-items:center;gap:8.796px;font-family:Britti Sans Trial,sans-serif;font-size:16px;font-weight:600;color:#fff;white-space:nowrap;z-index:2}.fw-card-label-icon{display:flex;width:17.592px;flex-direction:column;justify-content:center;align-items:center}.fw-card-label-outer{display:flex;flex-direction:column;align-items:flex-start}.fw-card-label-inner{display:flex;flex-direction:column;align-items:center;align-self:stretch}.fw-card-label-text{color:#fff;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:21.11px}.fw-card-label--others{background:#525870;border-radius:10.555px;box-shadow:0 3.518px 10.555px #5258701f,0 1.759px 1.759px #ffffff14 inset}.fw-card-label--leopay{background:#00ba85;border-radius:10.555px;box-shadow:0 3.518px 10.555px #5258701f,0 1.759px 1.759px #ffffff14 inset}.fw-card{width:100%;height:auto;min-height:538px;border-radius:28.147px;overflow:hidden;position:relative;box-sizing:border-box}.fw-card--others{border:5px solid #FFF;background:#fff}.fw-card--others:before{content:"";position:absolute;left:-17.75px;top:359.91px;width:710.14px;height:445.451px;border-radius:710.14px;background:linear-gradient(180deg,#c6cfd5 16.68%,#e4eaed 63.07%);filter:blur(60.523277282714844px);pointer-events:none;z-index:0}.fw-card--leopay{border:5px solid #fff;background:#eefffb}.fw-others-flow{position:absolute;left:6.409%;top:240px;width:87.28%;aspect-ratio:593 / 210;height:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2}.fw-others-globe{position:absolute;left:-.736%;top:220px;width:100.666%;aspect-ratio:684 / 324;height:auto;background:url(/assets/fw-others-globe-C_6Gyf4T.png) transparent -14.286px 48px / 102.089% 83.258% no-repeat;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.fw-leopay-avatar{position:absolute;left:9.047%;top:340px;width:13.395%;aspect-ratio:1 / 1;height:auto;z-index:2}.fw-leopay-avatar-img{position:relative;width:100%;height:100%;aspect-ratio:1/1;background:url(/assets/image%2029-BaVek4QO.png) transparent 50% / cover no-repeat;z-index:1}.fw-leopay-avatar-shadow{position:absolute;left:6.04%;top:66.01px;width:73.59%;height:19.367px;pointer-events:none;z-index:0}.fw-leopay-avatar--right{left:77.629%;top:340px}.fw-leopay-avatar--right .fw-leopay-avatar-img{background-image:url("/assets/image%2029%20(1)-DBQb4dg7.png")}.fw-leopay-avatar-shadow--right{left:6.04%;top:66.01px}.fw-leopay-center-logo{position:absolute;left:44.368%;top:242px;width:11.185%;aspect-ratio:1 / 1;height:auto;object-fit:cover;pointer-events:none;z-index:2}.fw-leopay-badge{position:absolute;display:inline-flex;height:29.292px;padding:4.842px 8.07px;justify-content:center;align-items:center;gap:4.842px;border-radius:80.698px;background:#fff;box-shadow:0 0 4.035px #0606122e inset;pointer-events:none;z-index:3}.fw-leopay-badge--left{left:21.835%;top:303.18px;transform:rotate(-16deg)}.fw-leopay-badge--right{right:21.835%;top:302.7px;transform:rotate(16deg)}.fw-leopay-badge-connector{display:flex;width:4.842px;height:8.07px;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}.fw-leopay-badge-label{display:flex;flex-direction:column;align-items:flex-start}.fw-leopay-badge-label-inner{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.fw-leopay-badge-text{color:#000;font-family:Geist,sans-serif;font-size:9.684px;font-style:normal;font-weight:600;line-height:9.684px;letter-spacing:1.453px;text-transform:uppercase;white-space:nowrap}.fw-card--leopay:before{content:"";position:absolute;left:-17.75px;top:359.91px;width:710.14px;height:445.451px;border-radius:710.14px;background:linear-gradient(180deg,#abc8c0 35.1%,#b4e7d9);filter:blur(60.523277282714844px);pointer-events:none;z-index:0}.fw-leopay-globe{position:absolute;left:-.667%;top:259px;width:100.666%;aspect-ratio:684 / 324;height:auto;background:url(/assets/fw-leopay-globe-DbHnYt36.png) transparent -14.286px 48px / 102.089% 83.258% no-repeat;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.fw-card-stats{position:relative;display:flex;width:100%;height:auto;padding:50.5px 48.975px 0 50px;box-sizing:border-box;gap:30px;z-index:1}.fw-stat-col{display:flex;width:auto;flex:1 1 0%;min-width:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px}.fw-stat-top-row{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:14px;width:100%}.fw-stat-left-col{display:flex;flex-direction:column;gap:14px;width:100%}.fw-stat-val{font-family:Britti Sans Trial,sans-serif;font-size:34px;font-style:normal;font-weight:600;line-height:38.735px;letter-spacing:-.807px;display:block}.fw-stat-val--others{color:#9397a5}.fw-stat-val--leopay{color:#162755}.fw-stat-label-row{display:flex;align-items:center;gap:6px;align-self:stretch}.fw-stat-icon{display:flex;justify-content:center;align-items:center}.fw-stat-label-wrap{display:flex;flex-direction:column;align-items:flex-start}.fw-stat-label{font-family:Britti Sans Trial,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:17.431px;color:#162755;white-space:nowrap}.fw-stat-desc-wrap{display:flex;width:100%;height:auto;flex-direction:column;align-items:flex-start}.fw-stat-desc-inner{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.fw-stat-desc{width:100%;color:#525870;font-family:Britti Sans Trial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.032px;white-space:pre-line;margin:0}@media (max-width: 1720px){.fw-inner{width:100%;padding-left:60px;padding-right:60px}}@media (max-width: 1250px) and (min-width: 481px){.fw-cards-row{flex-direction:column;height:auto;align-items:center;gap:40px}.fw-card-wrap{width:100%;max-width:679.475px}}@media (max-width: 1280px){.fw-section{height:auto;padding-bottom:80px}.fw-inner{margin-top:100px;gap:48px;padding-left:40px;padding-right:40px}.fw-heading,.fw-heading-line{font-size:40px;line-height:44px;height:auto}.fw-heading-line--1,.fw-heading-line--2{width:auto}.fw-para-text{font-size:17px}}@media (max-width: 1100px){.fw-section{height:auto;padding-bottom:80px}.fw-inner{margin-top:80px}}@media (max-width: 768px){.fw-heading{font-size:36px;line-height:40px}.fw-para{font-size:16px}.fw-inner{padding-left:24px;padding-right:24px}}@media (max-width: 600px){.fw-section{width:auto;height:auto;padding-bottom:71px;background:linear-gradient(180deg,#eff7fc,#f9f9f9 96.02%)}.fw-bg-top-mobile,.fw-bg-bottom-mobile{position:absolute;left:0;width:100%;height:353px;object-fit:cover;pointer-events:none;z-index:0}.fw-bg-top-mobile{top:0}.fw-bg-bottom-mobile{top:auto;bottom:0}.fw-inner{padding-left:16px;padding-right:16px;margin-top:48px}.fw-cards-row{width:100%;max-width:400px;height:auto;gap:12px;flex-direction:column;align-items:center}.fw-title-area{width:auto;height:246px;flex-direction:column;justify-content:center;align-items:center;gap:10px}.fw-heading-group{width:auto;max-width:500px}.fw-heading{padding:10px 0 11px;font-size:36px;line-height:48px}.fw-heading-line{font-size:36px;line-height:48px}.fw-heading-line--1,.fw-heading-line--2{width:auto}.fw-para{width:auto;height:65px;max-width:600px;flex-shrink:0;align-self:stretch}.fw-para-wrap{height:65px;padding:0 30px 0 31px;justify-content:center;flex-shrink:0}.fw-para-text{width:100%;height:auto;font-size:18px;letter-spacing:.036px}.fw-card-stats{position:relative;left:auto;top:auto;width:100%;height:auto;box-sizing:border-box;padding:71px 24px 0;gap:28px;flex-direction:column}.fw-card--others .fw-card-stats{padding-left:38px;padding-right:38px}.fw-card--leopay .fw-card-stats{padding-left:26px;padding-right:50px}.fw-stat-col{flex-direction:column;align-items:stretch;gap:12px;width:100%}.fw-stat-top-row{flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:29px;width:100%;height:auto;min-height:74px}.fw-stat-left-col{flex-direction:column;gap:12px;width:auto;max-width:214px;flex:1 1 auto;min-width:0;height:auto;min-height:74px}.fw-stat-label-row{display:inline-flex;gap:8px}.fw-stat-label-wrap{width:auto}.fw-stat-val{flex:0 0 auto;margin-left:auto;text-align:right;white-space:nowrap;font-size:28px}.fw-stat-val--leopay{background:linear-gradient(180deg,#00ba85,#037e5b);background-clip:text;-webkit-background-clip:text;color:transparent}.fw-stat-desc-wrap,.fw-stat-desc{width:100%}.fw-others-illustration--mobile{position:relative;width:100%;height:auto;aspect-ratio:392 / 250;margin-top:64px}.fw-others-globe--mobile{left:0;top:24%;width:102.041%;height:auto;aspect-ratio:400 / 190;opacity:1;background:url(/assets/fw-others-globe-mobile-DhsmUuDa.png) transparent center / cover no-repeat}.fw-others-flow--mobile{left:7.653%;top:0;width:86.601%;height:auto;aspect-ratio:339.473 / 191;object-fit:contain}.fw-leopay-illustration--mobile{position:relative;width:100%;height:auto;aspect-ratio:392 / 246;margin-top:68px;container-type:inline-size}.fw-leopay-globe--mobile{left:0;top:22.764%;width:102.041%;height:auto;aspect-ratio:400 / 190;opacity:1;background:url(/assets/fw-leopay-globe-DbHnYt36.png) transparent center / cover no-repeat}.fw-leopay-illustration--mobile .fw-leopay-avatar{left:7.143%;top:40.65%;width:19.334%;aspect-ratio:75.79 / 72}.fw-leopay-illustration--mobile .fw-leopay-avatar--right{left:73.469%;top:40.65%}.fw-leopay-illustration--mobile .fw-leopay-avatar-shadow{left:0;top:55%;width:104%;height:auto}.fw-leopay-illustration--mobile .fw-leopay-center-logo{left:42.602%;top:0;width:17.857%}.fw-leopay-illustration--mobile .fw-leopay-badge{height:5.867cqw;padding:0 .957cqw;gap:.969cqw;border-radius:100px;transform:none;box-shadow:0 0 3.2px #0606122e inset}.fw-leopay-illustration--mobile .fw-leopay-badge--left{left:11.99%;top:23.984%}.fw-leopay-illustration--mobile .fw-leopay-badge--right{left:66.837%;right:auto;top:23.984%}.fw-leopay-illustration--mobile .fw-leopay-badge-connector{width:.969cqw;height:1.633cqw}.fw-leopay-illustration--mobile .fw-leopay-badge-text{font-size:2.041cqw;line-height:2.041cqw;letter-spacing:.306cqw}.fw-card-wrap{width:100%;max-width:400px}.fw-card{width:100%;max-width:400px;height:auto;border-radius:32px;overflow:hidden}.fw-card--others{border:4px solid #FFF;background:#fff}.fw-card--leopay{border:4px solid #FFF}.fw-card-label{display:inline-flex;padding:12px 20px 12px 16px;gap:10px}.fw-card-label--others{border-radius:12px;background:#525870;box-shadow:0 4px 12px #5258701f,0 2px 2px #ffffff14 inset}.fw-card-label--leopay{border-radius:12px;box-shadow:0 4px 12px #5258701f,0 2px 2px #ffffff14 inset}.fw-card-label-icon{width:20px}.fw-card-label-text{font-family:Geist,sans-serif;font-weight:500;line-height:24px}.fw-card--others:before{left:-29px;top:485px;width:458px;height:327px;border-radius:458px;background:linear-gradient(180deg,#c6cfd5 47.6%,#e4eaed 63.07%);filter:blur(75px)}.fw-card--leopay:before{left:-64px;top:494px;width:512px;height:318px;border-radius:512px;background:linear-gradient(180deg,#abc8c0 50.67%,#b4e7d9);filter:blur(75px)}}.features{display:flex;width:100%;max-width:1920px;margin-left:auto;margin-right:auto;height:962px;justify-content:center;align-items:center;flex-shrink:0;background:#fff;position:relative;overflow:hidden;box-sizing:border-box}.features__content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:1551px;height:auto;min-height:718px;gap:60px;align-items:center;overflow:visible}.features__bg-top{display:flex;height:264px;justify-content:center;align-items:center;flex-shrink:0;position:absolute;top:698px;left:50%;transform:translate(-50%);width:1920px;pointer-events:none;z-index:0}.features__bg-bottom{display:flex;width:1920px;height:408px;justify-content:center;align-items:center;flex-shrink:0;position:absolute;top:0;left:50%;transform:translate(-50%);pointer-events:none;z-index:0}.features__header{display:flex;width:100%;max-width:1551px;flex-direction:column;justify-content:center;align-items:center;gap:20px;text-align:center}.features__badge{display:flex;padding:8px 16px;justify-content:center;align-items:center;border-radius:100px;background:#fff;box-shadow:0 4px 12px #5258700a;border:1px solid rgba(82,88,112,.12);color:#162755;font-family:Geist,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16.8px}.features__heading{display:flex;width:500px;max-width:500px;flex-direction:column;align-items:flex-start;margin:0;font-size:48px;line-height:48px;letter-spacing:-1px;color:#162755}.features__heading-inner{display:flex;height:96px;padding:0 9.273px 0 9px;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}.features__heading--light{display:flex;width:100%;max-width:482px;height:48px;flex-direction:column;justify-content:center;flex-shrink:0;color:#162755;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:48px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-1px}.features__heading--bold{display:flex;width:100%;max-width:425px;height:48px;flex-direction:column;justify-content:center;flex-shrink:0;color:#162755;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:48px;letter-spacing:-1px}.features__subtitle-wrap{display:flex;width:600px;max-width:600px;flex-direction:column;align-items:flex-start}.features__subtitle{display:flex;width:100%;max-width:574px;height:auto;flex-direction:column;justify-content:center;margin:0;color:#525870;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.04px}.features__cards-wrap{display:flex;width:100%;max-width:1735px;height:436px;justify-content:center;align-items:center}.features__cards{display:flex;width:100%;max-width:1735px;height:438px;padding:0 95.5px 22px;justify-content:center;align-items:flex-start;gap:8px;flex-shrink:0}.feat-card{display:flex;width:100%;max-width:380px;height:416px;padding:24px;flex-direction:column;justify-content:center;align-items:center;gap:50px;flex-shrink:1;align-self:stretch;border-radius:24px;background:#fff;box-shadow:0 4px 12px #5258700a,0 0 0 4px #52587005;border:1px solid rgba(82,88,112,.12);box-sizing:border-box;position:relative;overflow:hidden}.feat-card--start{width:379.67px;height:416px;justify-content:flex-start;align-items:flex-start;border:none}.feat-card__visual{display:flex;width:289.34px;flex-direction:column;align-items:center}.feat-card__visual>*+*{margin-top:-46px}.feat-card__inner{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.feat-card__visual--users{display:flex;width:306px;height:196px;padding-bottom:1px;justify-content:center;align-items:center}.feat-users-frame{display:flex;width:306px;height:195px;padding-bottom:1.349px;justify-content:center;align-items:center;flex-shrink:0}.feat-users-inner{width:306px;height:193.651px;flex-shrink:0;position:relative;overflow:hidden}.feat-users-list{display:flex;width:332px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.feat-card__visual--rail{justify-content:center;align-items:center}.feat-c4-visual{position:relative;width:290px;height:205px;flex-shrink:0;overflow:hidden}.feat-c4-chart{position:absolute;left:-35px;top:-3px;width:360px;height:200px}.feat-c4-notif{position:absolute;left:88.46px;top:20px}.feat-card__text--simple{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.feat-card__text-body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch}.feat-card__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;align-self:stretch;padding:0}.feat-card__title{align-self:stretch;margin:0;color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:21.6px;white-space:nowrap}.feat-card__desc{align-self:stretch;color:#525870;font-family:Britti Sans Trial,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.feat-card__desc--mobile{display:none}.feat-card__notif-overlay{position:absolute;left:126px;top:46px;z-index:2}.feat-card__notif-overlay--c4{left:auto;right:78.294px;top:20px}.feat-notif--c4{width:122.82px;height:40.688px;transform:rotate(-.593deg);border-radius:12px;border:none;position:relative}.feat-notif--c4 .feat-notif__dot{width:28px;padding:6px 0;border-radius:8px;background:#00ba85;transform:rotate(.593deg);flex-direction:column;align-items:center;flex-shrink:0}.feat-notif--c4 .feat-notif__content{width:106.255px;align-items:center;gap:7.408px;flex-shrink:0}.feat-notif--c4 .feat-notif__label{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;justify-content:unset;color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:13.329px;letter-spacing:unset}.feat-notif--c4 .feat-notif__border{width:122.654px;height:40.725px;position:absolute;bottom:-.039px;border-radius:12px;border:.926px solid rgba(82,88,112,.08);pointer-events:none}.feat-notif{display:flex;width:132.872px;height:40.522px;transform:rotate(-.469deg);padding:7.405px 11.107px;justify-content:center;align-items:center;border-radius:11.107px;background:#e4faed;box-shadow:0 3.702px 11.107px #5258700a;border:.926px solid rgba(82,88,112,.08);overflow:hidden;white-space:nowrap}.feat-notif__label{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:13.329px;letter-spacing:.14px}.feat-notif__content{display:flex;width:114.687px;align-items:center;gap:7.404px;flex-shrink:0}.feat-notif__dot{display:flex;width:25.917px;padding:5.552px 0 5.554px;flex-direction:column;align-items:center;flex-shrink:0;border-radius:7.405px;background:#00ba85}.feat-c3-badge{display:inline-flex;position:absolute;left:114px;top:187px;padding:9.9px 16.5px 9.9px 13.2px;justify-content:center;align-items:center;gap:8.25px;border-radius:9.9px;background:#162755;box-shadow:0 3.3px 9.9px #5258701f,0 1.65px 1.65px #ffffff14 inset;z-index:3}.feat-c3-badge__text{display:flex;flex-direction:column;align-items:flex-start}.feat-c3-badge__text-inner{display:flex;flex-direction:column;align-items:center;align-self:stretch}.feat-c3-badge__label{color:#fff;text-align:center;font-family:var(--font-family-Font-1, Geist);font-size:13.2px;font-style:normal;font-weight:var(--font-weight-500, 500);line-height:19.8px;white-space:nowrap}.feat-c3-badge__icon{display:flex;width:16.5px;height:16.5px;aspect-ratio:1 / 1;flex-direction:column;justify-content:center;align-items:center;position:relative}.feat-c4-stat__text{display:flex;flex-direction:column;align-items:flex-start}.feat-c4-stat__desc{color:#525870;font-family:var(--font-family-Font-1, Geist);font-size:12px;font-style:normal;font-weight:400;line-height:18px;white-space:nowrap}.feat-c4-stat__row-text-inner{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.feat-c4-stat__row-text{display:flex;flex-direction:column;align-items:flex-start}.feat-c4-stat__row{display:flex;flex-direction:column;align-items:flex-start;align-self:center}.feat-c4-stat__value{color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:48px;letter-spacing:.5px;white-space:nowrap}.feat-c4-stat__label-inner{display:flex;justify-content:center;align-items:center}.feat-c4-stat__label{display:flex;flex-direction:column;align-items:flex-start}.feat-c4-stat{display:flex;width:212px;height:86px;flex-direction:column;justify-content:center;align-items:center;gap:8px;position:absolute;left:39px;bottom:29.5px}.feat-bars{display:flex;width:290px;height:205px;padding:8px;justify-content:center;align-items:flex-end;flex-shrink:0;gap:10.252px;box-sizing:border-box}.feat-bar-cell{display:flex;height:205.042px;flex-direction:column;justify-content:flex-end;align-items:flex-start}.feat-bar-fill{display:flex;width:32.542px;flex:1 0 0;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:5.126px;opacity:.2;background:#2b9f7e;box-shadow:0 0 0 1.609px #0000000a}.feat-bar-fill--grad{opacity:1;background:linear-gradient(180deg,#13e0a6,#00ba85)}.feat-bar-fill--faded-grad{background:linear-gradient(180deg,#5bf5c9,#00ba85);box-shadow:0 0 0 1.833px #0000000a}.feat-bar-fill--faded-grad-2{background:linear-gradient(180deg,#8fd,#00ba85);box-shadow:0 0 0 1.865px #0000000a}.feat-bar-inner{flex:1 0 0;align-self:stretch;border-radius:5.126px;border:1.709px solid rgba(255,255,255,.08)}.feat-card__visual--rails{display:flex;width:306px;height:205px;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}.feat-rails-inner{flex:1 0 0;align-self:stretch}.feat-rails-gradient{width:305.67px;height:205px;background:linear-gradient(0deg,#0000 5%,#000 10%,#000000f0 90%,#0000 96%)}.feat-rails-content{display:flex;width:306px;height:198px;flex-direction:column;justify-content:center;align-items:flex-start}.feat-rails-rows{height:193px;flex-shrink:0;align-self:stretch;position:relative;overflow:hidden}.feat-rails-grid{width:350.348px;height:334.348px;position:absolute;top:-19px;left:-21.784px}.feat-rails-ring--4{left:0;top:0}.feat-rails-ring--3{left:41px;top:38px}.feat-rails-ring--2{left:78px;top:75px}.feat-rails-ring--1{left:114px;top:111px}.feat-rail-card{position:absolute;display:flex;box-sizing:border-box}.feat-rail-card--1{left:108.45px;top:27px;width:113.111px;height:40.688px;transform:rotate(-5.416deg);padding:7.405px 11.107px;align-items:center;border-radius:12px;background:#e3f9ec;box-shadow:0 3.702px 11.107px #5258700a}.feat-rail-card--2{left:181.66px;top:91.77px;display:flex;width:142.202px;height:40.54px;transform:rotate(6.977deg);padding:7.405px 11.107px;justify-content:center;align-items:flex-start;border-radius:11.107px;background:#e4faed;box-shadow:0 3.702px 11.107px #5258700a}.feat-rail-card--3{left:28.45px;top:92.5px;display:flex;width:119.455px;height:40.651px;transform:rotate(-9.566deg);padding:7.405px 11.107px;justify-content:center;align-items:flex-start;border-radius:11.107px;background:#e4faed;box-shadow:0 3.702px 11.107px #5258700a}.feat-rail-card__content{display:flex;align-items:center;gap:7.408px;flex-shrink:0}.feat-rail-card--1 .feat-rail-card__content{width:95.874px}.feat-rail-card--2 .feat-rail-card__content{display:flex;align-items:center;gap:7.404px}.feat-rail-card--3 .feat-rail-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0}.feat-rail-card__row--3{display:flex;align-items:center;gap:7.404px;align-self:stretch}.feat-rail-card__border{position:absolute;top:0;left:0;pointer-events:none}.feat-rail-card--1 .feat-rail-card__border{width:112.992px;height:40.725px;border-radius:11.107px;border:.926px solid rgba(82,88,112,.08)}.feat-rail-card--2 .feat-rail-card__border{width:142.121px;height:40.728px;border-radius:11.107px;border:.926px solid rgba(82,88,112,.08)}.feat-rail-card--3 .feat-rail-card__border{width:119.358px;height:40.728px;border-radius:11.107px;border:.926px solid rgba(82,88,112,.08)}.feat-rail-card--c4{display:flex;width:123.24px;height:40.69px;transform:rotate(-.593deg);padding:7.405px 11.107px;justify-content:center;align-items:flex-start;border-radius:12px;background:#e4faed;box-shadow:0 3.702px 11.107px #5258700a;position:relative}.feat-rail-card--c4 .feat-rail-card__border{width:122.654px;height:40.725px;position:absolute;top:auto;bottom:-.039px;left:0;border-radius:12px;border:.926px solid rgba(82,88,112,.08)}.feat-rail-card--c4 .feat-rail-card__content{display:flex;align-items:center;gap:4px}.feat-rail-card--c4 .feat-rail-card__text{display:flex;flex-direction:column;align-items:flex-start}.feat-rail-card--c4 .feat-rail-card__text-inner{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.feat-rail-card__icon--c4{display:flex;width:28px;height:28px;padding:6px 0;flex-direction:column;align-items:center;flex-shrink:0;border-radius:8px;background:#00ba85;transform:rotate(.593deg)}.feat-rail-card__icon{display:flex;width:25.916px;padding:5.56px 0 5.548px;flex-direction:column;align-items:center;flex-shrink:0;border-radius:7.405px;background:#00ba85}.feat-rail-card__icon--2{width:25.917px;padding:5.554px 0 5.552px}.feat-rail-card__icon--3{width:25.917px;padding:5.552px 0 5.554px}.feat-rail-card__icon img{width:100%;height:100%;object-fit:contain}.feat-rail-card__text{display:flex;flex-direction:column;align-items:flex-start}.feat-rail-card--2 .feat-rail-card__text{width:86.813px}.feat-rail-card--2 .feat-rail-card__label{display:flex;width:95px;height:19.467px;flex-direction:column;justify-content:center}.feat-rail-card__text-inner{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.feat-rail-card__label{color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:12px;font-style:normal;font-weight:var(--font-weight-500, 600);line-height:13.329px;white-space:nowrap}.feat-rails-ring{display:flex;flex-direction:column;align-items:flex-start;aspect-ratio:1 / 1;position:absolute}.feat-rails-ring--1{width:120.788px;height:120.788px;border-radius:120.788px;opacity:.2}.feat-rails-ring--2{width:193.264px;height:193.264px;border-radius:193.265px;opacity:.12}.feat-rails-ring--3{width:268px;height:268px;border-radius:198px;opacity:.08}.feat-rails-ring--4{display:inline-flex;height:334.348px;padding-right:16px;align-items:center;border-radius:334.348px;opacity:.04}.feat-rails-ring__border{flex:1 0 0;border:.825px solid #162755}.feat-rails-ring--1 .feat-rails-ring__border{width:120.788px;border-radius:120.788px}.feat-rails-ring--2 .feat-rails-ring__border{width:193.264px;border-radius:193.265px}.feat-rails-ring--3 .feat-rails-ring__border{width:263.81px;border-radius:263.81px}.feat-rails-ring--4 .feat-rails-ring__border{width:334.348px;height:334.348px;border-radius:334.348px}.feat-user{display:flex;width:246px;padding:10.664px 14.219px;align-items:flex-start;border-radius:14.219px;border:.889px solid rgba(82,88,112,.08);background:#ecf5f0;box-shadow:0 3.555px 10.664px #0000000a;position:absolute;left:0;top:0;z-index:3}.feat-user--peek{width:245.74px;height:58.575px;border-radius:14.219px;border:.889px solid rgba(82,88,112,.08);position:absolute;bottom:-.691px}.feat-user--peek-2{width:275.74px;height:58.575px;border-radius:14.219px;border:.889px solid rgba(82,88,112,.08);position:absolute;bottom:-.691px}.feat-user--peek-3{width:261.74px;height:58.575px;border-radius:14.219px;border:.889px solid rgba(82,88,112,.08);position:absolute;bottom:-.691px}.feat-user--2{display:flex;width:276px;padding:10.664px 14.219px;align-items:flex-start;border-radius:14.219px;border:.889px solid rgba(82,88,112,.08);background:#def1e6;box-shadow:0 3.555px 10.664px #0000000a;position:absolute;left:16px;top:68px;z-index:2}.feat-user--3{display:flex;width:262px;padding:10.664px 14.219px;align-items:flex-start;border-radius:14.219px;border:.889px solid rgba(82,88,112,.08);background:#ecf5f0;box-shadow:0 3.555px 10.664px #0000000a;position:absolute;left:44px;top:136px;z-index:1}.feat-user__row{display:flex;align-items:center;gap:10.664px;flex:1 0 0}.feat-user__avatar{width:35.548px;height:35.548px;aspect-ratio:1 / 1;border-radius:44.435px;border:1.777px solid #FFF;flex-shrink:0;object-fit:cover}.feat-user__info{display:flex;padding-top:3.555px;flex-direction:column;align-items:flex-start;gap:2px;flex:1 0 0}.feat-user__info-text{display:flex;flex-direction:column;align-items:flex-start}.feat-user__info-row{display:flex;align-items:center;gap:112.359px;align-self:stretch}.feat-user__name-block,.feat-user__status-wrap{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.feat-user__name{color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:14.93px}.feat-user__status{color:#525870;font-family:Britti Sans Trial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:15.997px;letter-spacing:.12px}.feat-rail-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:16px}.feat-rail-btn{background:#162755;border:none;border-radius:8px;padding:10px 20px;color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer}.feat-metric{color:#162755;font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:48px;letter-spacing:.5px;margin:8px 0 4px}.feat-metric__sub{margin:0;color:#525870;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:18px}@media (max-width: 1440px){.features{width:100%;height:auto;padding:100px 0}.features__bg-top,.features__bg-bottom{width:100%}.features__bg-top{top:auto;bottom:0}.features__content{width:100%;max-width:1400px;height:auto;padding:0 40px;gap:56px;box-sizing:border-box}.features__header{width:100%}.features__heading,.features__heading-inner{width:100%;max-width:100%;height:auto}.features__heading--light,.features__heading--bold{width:auto;height:auto;font-size:clamp(36px,4vw,48px);line-height:1.1}.features__subtitle-wrap{width:100%;max-width:100%;align-items:center}.features__subtitle{width:100%;height:auto;font-size:18px;line-height:28px}.features__cards-wrap{width:100%;height:auto}.features__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;height:auto;padding:0;gap:16px;overflow-x:unset;justify-content:unset}.features__cards::-webkit-scrollbar{display:none}.feat-card{width:100%;height:auto;min-height:420px;min-width:0;overflow:hidden;flex-shrink:1;justify-content:flex-start}.feat-card__visual{width:100%;align-self:center}.feat-card__text{margin-top:auto}.feat-card__visual--rails,.feat-c4-visual{transform:scale(.82);transform-origin:top center;margin-bottom:-36px}.feat-bars{width:100%;max-width:260px;height:185px;box-sizing:content-box}.feat-bar-cell{height:185px}.feat-card__visual--users{width:100%;max-width:280px;height:185px;overflow:hidden}.feat-users-frame{transform:scale(.88);transform-origin:top center;margin-bottom:-24px}.feat-users-frame,.feat-users-inner{width:306px;max-width:none;overflow:hidden}.feat-user{width:100%}.feat-user--2{width:calc(100% - 16px);max-width:276px}.feat-user--3{width:calc(100% - 44px);max-width:262px}.feat-c4-stat__value{font-size:38px;line-height:42px}.feat-c3-badge{left:50%;top:175px;transform:translate(-50%)}.feat-card__notif-overlay{left:50%;top:36px;transform:translate(-50%)}}@media (max-width: 1280px){.features__content{max-width:1280px;padding:0 24px;gap:48px}.features__heading--light,.features__heading--bold{font-size:clamp(28px,3.5vw,40px)}.features__subtitle{font-size:17px}.features__cards{gap:12px}.feat-card{min-height:400px;padding:18px;gap:28px;border-radius:20px}.feat-card__title{font-size:16px;white-space:normal}.feat-card__desc{font-size:14px;line-height:20px}.feat-card__visual--rails,.feat-c4-visual{transform:scale(.72);transform-origin:top center;margin-bottom:-56px}.feat-bars{max-width:220px;height:165px}.feat-bar-cell{height:165px}.feat-card__visual--users{max-width:240px;height:165px;overflow:hidden}.feat-users-frame{transform:scale(.78);transform-origin:top center;margin-bottom:-43px}.feat-users-frame,.feat-users-inner{width:306px;max-width:none;overflow:hidden}.feat-user{width:100%}.feat-user--2{width:calc(100% - 16px);max-width:276px}.feat-user--3{width:calc(100% - 44px);max-width:262px}.feat-c4-stat__value{font-size:32px;line-height:36px}.feat-c3-badge{left:50%;top:158px;transform:translate(-50%)}.feat-card__notif-overlay{left:50%;top:28px;transform:translate(-50%)}}@media (max-width: 1024px){.features{padding:80px 0}.features__content{padding:0 24px;gap:40px}.features__heading--light,.features__heading--bold{font-size:clamp(28px,4vw,38px)}.features__subtitle{font-size:17px;line-height:26px}.features__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.feat-card{min-height:380px;padding:22px;gap:36px;border-radius:22px}.feat-card__title{font-size:18px;white-space:normal}.feat-card__desc{font-size:16px;line-height:23px}.feat-card__visual--rails{transform:scale(.88);transform-origin:top center;margin-bottom:-26px}.feat-c4-visual{transform:scale(.88);transform-origin:top center;margin-bottom:-25px}.feat-bars{max-width:260px;height:195px}.feat-bar-cell{height:195px}.feat-card__visual--users{max-width:290px;height:190px;overflow:hidden}.feat-users-frame{transform:scale(.92);transform-origin:top center;margin-bottom:-16px}.feat-users-frame,.feat-users-inner{width:306px;max-width:none;overflow:hidden}.feat-user{width:100%}.feat-user--2{width:calc(100% - 16px);max-width:276px}.feat-user--3{width:calc(100% - 44px);max-width:262px}.feat-c4-stat__value{font-size:40px;line-height:44px}.feat-c3-badge{left:50%;top:170px;transform:translate(-50%)}.feat-card__notif-overlay{left:50%;top:36px;transform:translate(-50%)}}@media (max-width: 768px){.features{padding:64px 0}.features__content{padding:0 20px;gap:36px}.features__heading--light,.features__heading--bold{font-size:clamp(26px,5vw,36px)}.features__subtitle{font-size:16px;line-height:24px}.features__cards{grid-template-columns:1fr;gap:12px;padding:0}.feat-card{width:100%;max-width:none;height:auto;min-height:380px;padding:24px;gap:20px;justify-content:center;border-radius:24px}.feat-card__text{margin-top:0}.feat-card__visual--rails,.feat-c4-visual{transform:none;margin-bottom:0}.feat-bars{width:290px;max-width:none;height:205px;box-sizing:border-box}.feat-bar-cell{height:205.042px}.feat-card__visual--users{max-width:none;height:196px;overflow:hidden}.feat-users-frame{transform:none;margin-bottom:0}.feat-users-frame,.feat-users-inner{max-width:none}.feat-c4-stat__value{font-size:48px;line-height:48px}.feat-card__title{font-size:20px;white-space:nowrap}.feat-card__desc{font-size:18px;line-height:24px}.feat-c3-badge{left:50%;top:187px;transform:translate(-50%)}.feat-card__notif-overlay{left:50%;top:46px;transform:translate(-50%)}}@media (max-width: 480px){.features{width:auto;height:2180px;background:#fff;padding:56px 0}.features__bg-top--mobile,.features__bg-bottom--mobile{width:100%;height:353px;left:0;transform:none;object-fit:cover}.features__bg-top--mobile{top:0;bottom:auto}.features__bg-bottom--mobile{top:auto;bottom:0}.features__content{gap:36px;padding:0 25px}.features__header{width:auto;height:246px;flex-direction:column;justify-content:center;align-items:center;gap:10px}.features__heading{width:auto;max-width:500px}.features__heading-inner{padding:10px 0 11px}.features__heading--light,.features__heading--bold{font-size:36px;line-height:48px}.features__subtitle-wrap{width:auto;height:65px;max-width:600px;flex-shrink:0;align-self:stretch;padding:0 30px 0 31px;justify-content:center;align-items:center}.features__subtitle{width:369px;max-width:369px;font-size:18px;line-height:27px;color:#505670;letter-spacing:.036px}.features__cards{grid-template-columns:1fr;width:380px;height:1679px;align-items:flex-start;gap:8px;padding:0}.feat-card{width:100%;height:auto;min-height:416px;padding:24px;gap:24px;border-radius:24px;justify-content:center}.feat-card__text{margin-top:0}.feat-card__visual--rails,.feat-c4-visual{transform:none;margin-bottom:0}.feat-bars{width:290px;max-width:none;height:205px;box-sizing:border-box}.feat-bar-cell{height:205.042px}.feat-card__visual--users{max-width:none;height:196px;overflow:hidden}.feat-users-frame{transform:none;margin-bottom:0}.feat-users-frame,.feat-users-inner{max-width:none}.feat-user{width:262px;left:44px;top:136px;z-index:1}.feat-user--2{width:246px;left:0;top:0;z-index:3;background:#ecf5f0}.feat-user--3{width:276px;left:16px;top:68px;z-index:2;background:#def1e6}.feat-card__desc--mobile{display:block}.feat-card__desc--desktop{display:none}.feat-card__title{font-size:20px;white-space:nowrap}.feat-card__desc{font-size:18px;line-height:24px}.feat-c4-stat__value{font-size:48px;line-height:48px}.feat-c3-badge{left:50%;top:187px;transform:translate(-50%)}.feat-card__notif-overlay{left:50%;top:46px;transform:translate(-50%)}}.comparison-section{width:100%;max-width:1920px;height:882px;background-image:linear-gradient(to right,rgba(255,255,255,1) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,1) 1px,transparent 1px),linear-gradient(180deg,#fff,#e0f4ef);background-size:80px 100%,100% 80px,100% 100%;background-position:33px 0,0 35px,0 0;position:relative;overflow:hidden;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:center;padding-top:129px}.comparison-container{display:flex;flex-direction:column;align-items:center;gap:60px;width:100%;max-width:1920px;box-sizing:border-box}.comparison-title-block{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;text-align:center}.comparison-badge-wrap{display:flex;justify-content:center}.comparison-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;width:111px;height:33px;background:#fff;border-radius:100px;box-shadow:0 4px 12px #5258700a;box-sizing:border-box}.comparison-badge span{font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:16.8px;color:#162755;position:relative;z-index:1}.comparison-badge-border{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(0,0,0,.15);border-radius:100px;z-index:2;pointer-events:none}.comparison-heading{display:flex;flex-direction:column;align-items:center;gap:0}.cmp-heading-light{font-family:Britti Sans Trial,sans-serif;font-size:48px;font-weight:400;line-height:48px;letter-spacing:-1px;color:#162755;display:block;text-align:center}.cmp-heading-bold{font-family:Britti Sans Trial,sans-serif;font-size:48px;font-weight:600;line-height:48px;letter-spacing:-1px;color:#162755;display:block;text-align:center}.comparison-subtitle{font-family:Britti Sans Trial,sans-serif;font-size:20px;font-weight:400;line-height:27px;letter-spacing:.04px;color:#525870;text-align:center;max-width:574px;margin:0}.comparison-card-wrap{width:100%;max-width:1372px;display:flex;justify-content:center;box-sizing:border-box}.comparison-desktop{display:flex;flex-direction:row;align-items:center;width:100%;max-width:1372px;height:347px;padding:10px;gap:20px;background:#fff;border-radius:30px;box-shadow:0 1px 20px #00000008;box-sizing:border-box}.cmp-col{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:50%;max-width:656px;flex-shrink:1;padding:19px 20px 20px;box-sizing:border-box}.cmp-others{background:#fff;border-radius:12px;height:293px}.cmp-leopay{background:#fff;border:2px solid #00BA85;border-radius:20px;height:287px;box-shadow:-12px 0 12px -3.5px #126dfb14;margin-right:20px}.cmp-col-title{font-family:Britti Sans Trial,sans-serif;font-size:32px;font-weight:600;line-height:38.4px;color:#162755;margin:0}.cmp-leopay-logo{display:flex;align-items:center;height:32px}.cmp-leopay-text{font-family:Britti Sans Trial,sans-serif;font-size:36px;font-weight:600;line-height:32px;letter-spacing:-1px;color:#00ba85}.cmp-list{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;margin:0;width:100%}.cmp-point{display:flex;flex-direction:row;align-items:flex-start;gap:8px;width:100%}.cmp-icon-wrap{width:18px;height:18px;border-radius:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.x-icon{background:#fd67674d;box-shadow:0 0 0 1.3px #ffe4e4}.check-icon{background:#00ba85;box-shadow:0 0 0 1px #e1eaf8}.cmp-text{flex:1;font-family:Britti Sans Trial,sans-serif;font-size:18px;font-weight:400;line-height:22.4px;color:#505670}@media (max-width: 1440px){.comparison-section{width:100%;height:auto;padding-bottom:80px;overflow:visible}.comparison-card-wrap{width:100%;padding:0 24px;box-sizing:border-box}.comparison-desktop{width:100%;height:auto}.cmp-col{width:50%;height:auto}}@media (max-width: 800px){.comparison-desktop{flex-direction:column;height:auto}.cmp-col{width:100%}.cmp-others,.cmp-leopay{height:auto}.cmp-leopay{margin-right:0}.cmp-heading-light,.cmp-heading-bold{font-size:36px;line-height:40px}.comparison-subtitle{font-size:16px}}@media (max-width: 600px){.comparison-section{padding-top:80px;padding-bottom:60px}.comparison-container{gap:40px}.comparison-desktop{padding:8px;gap:12px;border-radius:20px}.cmp-col{padding:16px}.cmp-col-title{font-size:26px;line-height:32px}.cmp-leopay-text{font-size:28px;line-height:32px}.cmp-text{font-size:15px;line-height:20px}.cmp-list{gap:10px}.cmp-heading-light,.cmp-heading-bold{font-size:32px;line-height:38px}.comparison-subtitle{font-size:15px;line-height:22px}}@media (max-width: 480px){.comparison-title-block{gap:10px}.comparison-container{gap:36px}.comparison-card-wrap{padding:0 15px}.cmp-heading-light,.cmp-heading-bold{font-size:36px;line-height:48px}.comparison-subtitle{font-size:18px}.cmp-col-title{font-size:32px}.cmp-text{font-size:18px}.cmp-list{gap:16px}.cmp-point{gap:12px}}.cov-section{position:relative;display:flex;width:100%;height:1012px;padding:0 4.532px 0 3px;justify-content:center;align-items:center;background:url("/assets/Background@3x%20(1)-vfP45d81.png") #d3d3d3 50% / cover no-repeat;overflow:hidden;box-sizing:border-box}.cov-grid-top{position:absolute;top:0;left:240px;width:1440px;height:505px;display:block;max-width:none}.cov-map-wrap{position:relative;width:100%;max-width:1256.012px;height:auto;aspect-ratio:1256.012 / 268;flex-shrink:0}.cov-map{width:100%;height:auto;display:block;opacity:1}.cov-markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.cov-marker{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;animation:cov-marker-enter .5s cubic-bezier(.22,1,.36,1) both}.cov-marker__badge{display:flex;align-items:center;gap:5px;padding:5px 9px 5px 6px;background:#ffffffdb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,186,133,.2);border-radius:20px;box-shadow:0 2px 12px #00ba8524,0 1px 4px #00000012;white-space:nowrap;animation:cov-float 3.8s ease-in-out infinite}.cov-marker__flag{font-size:13px;line-height:1}.cov-marker__code{font-family:Geist,sans-serif;font-size:10px;font-weight:600;color:#162755;letter-spacing:.5px}.cov-marker__stem{width:1px;background:linear-gradient(to top,rgba(0,186,133,.5),transparent);flex-shrink:0}.cov-marker__dot{width:6px;height:6px;border-radius:50%;background:#00ba85;box-shadow:0 0 0 2.5px #00ba8533,0 0 10px 2px #00ba858c;position:relative;flex-shrink:0}.cov-marker__pulse{position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;border:1.5px solid rgba(0,186,133,.6);transform:translate(-50%,-50%) scale(1);animation:cov-pulse 2.6s ease-out infinite}@keyframes cov-marker-enter{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes cov-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes cov-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(4.5);opacity:0}}.cov-inner{position:relative;z-index:1;display:flex;width:100%;max-width:1256.01px;height:auto;min-height:771px;flex-direction:column;align-items:center;gap:64px}.cov-features{display:flex;width:100%;max-width:1200px;height:auto;flex-direction:column;align-items:center;gap:48px}.cov-title{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;align-self:stretch}.cov-heading{display:flex;width:100%;max-width:500px;flex-direction:column;align-items:flex-start}.cov-heading__line1{display:flex;width:100%;max-width:481.728px;height:auto;min-height:48px;flex-direction:column;justify-content:center;color:#162755;text-align:center;font-family:Britti Sans Trial;font-size:48px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-1px}.cov-heading__line2{display:flex;width:100%;max-width:485px;height:auto;min-height:48px;flex-direction:column;justify-content:center;color:#162755;text-align:center;font-family:Britti Sans Trial;font-size:48px;font-style:normal;font-weight:600;line-height:48px;letter-spacing:-1px}.cov-badge{width:95px;height:33px;display:inline-flex;align-items:center;justify-content:center;border-radius:100px;border:1px solid rgba(82,88,112,.12);background:#fff;padding:8px 16px;box-sizing:border-box}.cov-badge__text{display:block;color:#162755;font-family:Geist,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16.8px;text-align:center;white-space:nowrap}.cov-paragraph-wrap{display:flex;padding:0 24px;justify-content:center;align-items:center;align-self:stretch;box-sizing:border-box}.cov-paragraph{display:flex;width:100%;max-width:600px;flex-direction:column;align-items:flex-start}.cov-paragraph-text{display:flex;width:100%;max-width:574px;height:auto;min-height:53px;flex-direction:column;justify-content:center;color:#525870;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.04px;margin:0}.cov-chips{display:flex;width:100%;flex-direction:column;align-items:center;flex-shrink:0}.cov-chips-row{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:13px}.cov-chips-row--active{margin-top:0;width:938.964px}.cov-chips-row--beta{margin-top:33.74px;width:auto;flex-wrap:nowrap}.cov-chips-row--soon{margin-top:16px}.cov-chip{position:relative;display:inline-flex;align-items:center;gap:13.087px;height:39.26px;padding:8.724px 10.905px;border-radius:109.055px;background:#fff;box-sizing:border-box;white-space:nowrap}.cov-chip--active{border:1.091px solid rgba(0,186,133,.47);box-shadow:inset 0 0 0 1px #b1c1ff33}.cov-chip--beta{border:none}.cov-chip--soon{display:flex;width:184.303px;background:#fff;border:none}.cov-chip__star{position:absolute;left:33.44px;top:50%;transform:translateY(-50%);width:33.44px;height:33.44px;display:flex;padding:8.724px;align-items:center;gap:10.905px;border-radius:109.055px;border:1.091px solid #7E94E8;background:#0039c0;box-shadow:0 0 8.724px #fff inset;box-sizing:border-box;z-index:0;flex-shrink:0}.cov-chip__star-icon{width:14px;height:14px;color:#fff}.cov-chip__flag,.cov-chip__flag-emoji{width:20.199px;height:20.199px;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;align-items:center;justify-content:center;font-size:15px;line-height:1;flex-shrink:0;position:relative;z-index:1}.cov-chip__code{display:flex;height:21.811px;flex-direction:column;justify-content:center;font-family:Britti Sans Trial,sans-serif;font-size:17.449px;font-style:normal;font-weight:400;line-height:100%;color:#162755;text-align:center;white-space:nowrap}.cov-chip--beta .cov-chip__code,.cov-chip--soon .cov-chip__code{color:#525870}.cov-chip__status{font-family:Geist,sans-serif;font-size:12px;font-weight:400;line-height:1;letter-spacing:-.12px;position:relative;z-index:1}.cov-chip__status--active{color:#27aa7b;text-align:center;font-family:Inter,sans-serif;font-size:13.087px;font-style:normal;font-weight:500;line-height:100%;letter-spacing:-.131px}.cov-chip__status--beta{display:flex;width:31.626px;height:21.811px;flex-direction:column;justify-content:center;color:#80869e;text-align:center;font-family:Inter,sans-serif;font-size:13.087px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.131px}.cov-chip__status--soon{display:flex;width:31.626px;height:21.811px;flex-direction:column;justify-content:center;flex-shrink:0;color:#80869e;text-align:center;font-family:Inter,sans-serif;font-size:13.087px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-.131px}@media (max-width: 1200px){.cov-section{height:auto;padding:80px 0}.cov-inner{width:100%;height:auto;padding:0 24px;box-sizing:border-box}.cov-features{width:100%;height:auto}.cov-heading,.cov-heading__line1,.cov-heading__line2{width:100%}.cov-paragraph-wrap{padding:0 24px}.cov-paragraph{width:100%}.cov-paragraph-text{width:100%;height:auto}.cov-chips{width:100%}.cov-chips-row--active{width:100%;max-width:938.964px}.cov-chips-row--beta{flex-wrap:wrap;justify-content:center}.cov-map-wrap{width:100%}.cov-map{width:100%;height:auto}.cov-markers{display:none}}@media (max-width: 900px){.cov-section{height:auto;padding:80px 0}.cov-inner{height:auto;gap:40px}.cov-features{height:auto;gap:32px}.cov-heading{width:100%;align-items:center}.cov-heading__line1,.cov-heading__line2{display:block;width:auto;height:auto;font-size:36px;line-height:40px;letter-spacing:-1px}.cov-heading__line2{letter-spacing:-2px}.cov-paragraph-wrap{padding:0 24px}.cov-paragraph{width:100%;max-width:360px;align-items:center}.cov-chips-row--active{margin-top:0}.cov-chips-row--beta,.cov-chips-row--soon{margin-top:12px}.cov-chips-row{gap:8px}.cov-chip{height:36px;padding:7px 10px;gap:8px}.cov-chip__flag,.cov-chip__flag-emoji{width:18px;height:18px;font-size:13px}.cov-chip__code{font-size:14px}.cov-chip__star{display:none}}@media (max-width: 600px){.cov-chips-row--active,.cov-chips-row--beta{flex-wrap:wrap;justify-content:center;max-width:380px;margin-left:auto;margin-right:auto}.cov-chips-row--soon{flex-wrap:wrap;justify-content:flex-start;max-width:380px;margin-left:0;margin-right:0}.cov-chips-row--active .cov-chip,.cov-chips-row--beta .cov-chip,.cov-chips-row--soon .cov-chip{width:calc(50% - 4px);box-sizing:border-box;justify-content:center}.cov-chip{height:34px;padding:6px 10px;gap:6px}.cov-chip__code{font-size:13px}}@media (max-width: 480px){.cov-section{background-image:linear-gradient(to right,#FFFFFF 1px,transparent 1px),linear-gradient(to bottom,#FFFFFF 1px,transparent 1px),linear-gradient(180deg,#e0f4ef 43.89%,#fff);background-repeat:repeat,repeat,no-repeat;background-size:44.19px 44.19px,44.19px 44.19px,100% 100%;background-position:-27.6px 0,0 16.5px,0 0}.cov-inner{gap:112px}.cov-features{gap:36px}.cov-map-wrap{align-self:flex-start;width:489.988px;height:104.55px;margin-left:-31px}.cov-title{width:100%;height:auto;gap:10px}.cov-heading{width:100%;max-width:100%;align-items:center}.cov-heading__line1,.cov-heading__line2{display:block;width:auto;height:auto;line-height:48px}.cov-heading__line2{letter-spacing:-1px}.cov-badge{box-shadow:0 4px 12px #5258700a}.cov-paragraph{width:100%;max-width:360px;height:auto}.cov-paragraph-wrap{padding:0 24px;height:auto}.cov-paragraph-text{width:100%;height:auto;font-size:18px;letter-spacing:.036px;color:#505670}.cov-chips-row{gap:12px}.cov-chips-row--beta,.cov-chips-row--soon{margin-top:36px}.cov-chip{display:inline-flex;width:100%;height:36px;padding:8px 10px;align-items:center;gap:12px;border-radius:100.996px;background:#fff;box-sizing:border-box;overflow:hidden}.cov-chip--active{border:1.01px solid rgba(0,186,133,.47);box-shadow:inset 0 0 0 1px #b1c1ff33}.cov-chip__flag,.cov-chip__flag-emoji{width:20.199px;height:20.199px;flex-shrink:0;aspect-ratio:1 / 1;border-radius:50%}.cov-chip__code{color:#162755;text-align:center;font-family:Britti Sans Trial;font-size:16.159px;font-style:normal;font-weight:400;line-height:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cov-chips-row--active,.cov-chips-row--beta,.cov-chips-row--soon{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch;align-items:center;width:100%;max-width:382px;height:auto;margin-left:auto;margin-right:auto;gap:12px}.cov-chips-row--active{width:361px;height:133px}.cov-chips-row--beta{width:352px;height:133px}.cov-chip--soon{width:auto}.cov-chip__status--active,.cov-chip__status--beta,.cov-chip__status--soon{font-size:12.12px;letter-spacing:-.121px}.cov-chip__status--active{display:flex;width:36.359px;height:20.199px;flex-direction:column;justify-content:center;flex-shrink:0;color:#27aa7b;text-align:center;font-family:Inter;font-style:normal;font-weight:500;line-height:100%}.cov-chip__status--beta{display:flex;width:29.289px;height:20.199px;flex-direction:column;justify-content:center;flex-shrink:0}.cov-chip__status--soon{width:29.289px;height:20.199px}.cov-chips-row--soon{display:none}.cov-chips-row--active{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;gap:8px}.cov-chips-row--active .cov-chip{display:inline-flex;width:auto;height:36px;padding:8px;align-items:center;gap:8px;border-radius:100.996px;background:#fff}.cov-chips-row--beta{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;gap:8px}.cov-chips-row--beta .cov-chip{display:inline-flex;width:auto;height:36px;padding:8px 10px;align-items:center;gap:12px;border-radius:100.996px;background:#fff}.cov-chips-row--soon{display:flex;width:100%;height:auto;flex-wrap:wrap;justify-content:flex-start;margin-left:0;margin-right:0}.cov-chips-row--soon .cov-chip{display:inline-flex;width:auto;height:36px;padding:8px 10px;align-items:center;gap:12px;border-radius:100.996px;background:#fff}}.faq-section{position:relative;width:100%;height:1021px;padding:119px 0 118px;background-color:#fff;background-image:url(/assets/faq-grid-top-z-s0s-7R.png);background-repeat:no-repeat;background-size:100% auto;background-position:top center;overflow:hidden;box-sizing:border-box}.faq-bg-bottom{position:absolute;bottom:0;left:0;width:100%;height:264px;display:flex;justify-content:center;align-items:center;flex-shrink:0;overflow:hidden;pointer-events:none;z-index:0}.faq-bg-bottom img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.faq-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:56px;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}.faq-title-block{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;align-self:stretch;width:100%}.faq-badge{display:inline-flex;justify-content:center;align-items:center;padding:8px 16px;width:59px;height:33px;background:#fff;box-shadow:0 4px 12px #5258700a;border-radius:100px;border:1px solid rgba(82,88,112,.15);font-family:Geist,Plus Jakarta Sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16.8px;color:#162755;box-sizing:border-box}.faq-heading{display:flex;flex-direction:column;align-items:center;gap:0}.faq-heading-light{display:flex;width:100%;max-width:482px;height:auto;flex-direction:column;justify-content:center;color:#162755;text-align:center;font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:48px;font-style:normal;font-weight:400;line-height:48px;letter-spacing:-1px;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.faq-heading-bold{display:flex;width:100%;max-width:425px;height:auto;flex-direction:column;justify-content:center;color:#162755;text-align:center;font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:var(--font-size-48,48px);font-style:normal;font-weight:600;line-height:var(--line-height-48,48px);letter-spacing:-1px;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.faq-subtitle{width:574px;max-width:100%;font-family:Britti Sans Trial,sans-serif;font-weight:400;font-size:20px;line-height:27px;letter-spacing:.04px;color:#525870;text-align:center;margin:0}.faq-subtitle--mobile{display:none}.faq-list{display:flex;flex-direction:column;align-items:flex-start;gap:20px;width:1078px;max-width:100%;align-self:center}.faq-item{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:13px;align-self:stretch;width:100%;border-radius:16px;border:1px solid #E8E8E8;background:#fff;box-sizing:border-box;transition:box-shadow .2s}.faq-item.open{box-shadow:0 2px 2px #48505814}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;background:none;border:none;padding:0;text-align:left;cursor:pointer}.faq-question-text{font-family:Britti Sans Trial,sans-serif;font-size:20px;font-weight:600;line-height:20px;letter-spacing:.2px;color:#162755;flex:1}.faq-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-answer{animation:fadeDown .22s ease;width:100%}.faq-answer p{font-family:Britti Sans Trial,sans-serif;font-size:18px;font-weight:400;line-height:26px;letter-spacing:.09px;color:#525870;margin:0}@keyframes fadeDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1100px){.faq-heading-light,.faq-heading-bold{font-size:clamp(36px,4.5vw,48px);line-height:1}.faq-subtitle{font-size:clamp(16px,2vw,20px)}}@media (max-width: 900px){.faq-container{padding:0 24px;gap:40px}.faq-heading-light,.faq-heading-bold{font-size:36px;line-height:40px}.faq-subtitle{width:100%;font-size:16px}.faq-question-text{font-size:16px;letter-spacing:-.4px}}@media (max-width: 480px){.faq-section{height:auto;padding:60px 0;background-image:url(/assets/faq-grid-top-mobile-B8P1JYGd.png)}.faq-bg-bottom{height:353px;background-image:url(/assets/faq-grid-bottom-mobile-Bc_-t_lR.png);background-size:cover;background-position:top center}.faq-bg-bottom img{display:none}.faq-badge{border:1px solid #525870}.faq-heading-light,.faq-heading-bold{font-size:36px;line-height:48px}.faq-subtitle--desktop{display:none}.faq-subtitle--mobile{display:block;width:100%;font-size:18px;line-height:27px;letter-spacing:.036px;color:#505670}.faq-item{padding:24px}.faq-question-text{font-size:20px;line-height:24px;letter-spacing:0}.faq-answer p{font-size:16px;line-height:22px;letter-spacing:0}}.cta-section{width:100%;height:685px;position:relative;overflow:hidden;background:url(/assets/cta-bg-CFRQcMet.png) #d3d3d3 50% / cover no-repeat;display:flex;align-items:center;justify-content:center}.cta-rect{position:absolute;transform:rotate(27.588deg)}.cta-rect--1{left:399.26px;top:-217.02px;width:1171px;height:1238.78px;background:linear-gradient(182deg,#19643b00,#00b581cc 95.53%);filter:blur(50px)}.cta-rect--2{left:-463.42px;top:84.58px;width:1171px;height:1171px;background:linear-gradient(180deg,#19643b00,#15c694cc);filter:blur(50px)}.cta-inner{position:relative;display:flex;flex-direction:column;align-items:center}.cta-logo{display:flex;width:141px;height:139.5px;padding:23.745px 24px;justify-content:center;align-items:center;margin-bottom:24px;box-sizing:border-box}.cta-logo-bg{display:flex;width:93px;height:92.011px;padding:7.915px;justify-content:center;align-items:center;gap:7.915px;flex-shrink:0;border-radius:23.745px;border:1.979px solid #53EFC3;background:#13a178;box-shadow:-7.915px 2.638px 17.281px #185c49 inset;box-sizing:border-box}.cta-logo-icon--mobile{display:none}.cta-top{display:flex;width:761px;flex-direction:column;align-items:center;gap:20px}.cta-title{display:flex;flex-direction:column;align-items:center;align-self:stretch}.cta-heading{color:#fff;font-family:Britti Sans Trial,sans-serif;font-size:70px;font-style:normal;line-height:77px;letter-spacing:-2.1px;text-align:center;margin:0}.cta-heading--semibold{font-weight:600;white-space:nowrap}.cta-heading--regular{font-weight:400;white-space:nowrap}.cta-desc-wrap{display:flex;flex-direction:column;align-items:center;align-self:stretch}.cta-desc{width:545px;color:#fff;text-align:center;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.04px;margin:0}.cta-buttons{display:flex;height:87px;padding-top:10px;justify-content:center;align-items:center;align-content:center;gap:0 20px;align-self:stretch;flex-wrap:wrap;box-sizing:border-box}.cta-btn-wrap{display:flex;flex-direction:column;align-items:flex-start}.cta-btn-wrap--secondary{align-self:stretch}.cta-btn-inner{display:flex;flex-direction:column;align-items:flex-start}.cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:8px;font-family:Geist,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19.2px;letter-spacing:.04px;text-decoration:none;cursor:pointer}.cta-btn--primary{background:#fff;color:#000;box-shadow:0 1.4px 1px #ffffff1f inset,0 1.4px 4px #0606124d}.cta-btn--secondary{background:#000;color:#fff;box-shadow:0 1.4px 1px #ffffff14 inset,0 0 0 1.4px #4a4a4a}.cta-heading-period{display:none}@media (max-width: 950px) and (min-width: 481px){.cta-inner{width:100%;padding:0 24px;box-sizing:border-box}.cta-top{width:100%}.cta-heading{font-size:clamp(40px,8.75vw,70px);line-height:1.1;letter-spacing:-1.5px}.cta-heading--semibold,.cta-heading--regular{white-space:normal}.cta-desc{width:100%;max-width:545px;font-size:clamp(16px,2.5vw,20px);line-height:1.4}.cta-buttons{height:auto}}@media (max-width: 480px){.cta-section{height:700px;background:#000 url(/assets/cta-bg-mobile-BHghNY_i.png) 50% / cover no-repeat}.cta-rect--2{display:none}.cta-rect--1{left:-145.8px;top:103.05px;width:479.77px;height:818.433px;transform:rotate(18.454deg);background:linear-gradient(182deg,#19643b00 5.02%,#00b481cc 84.22%);filter:blur(25px)}.cta-inner{width:100%;padding:0 20px;box-sizing:border-box}.cta-logo{width:88.76px;height:87.82px;padding:0;margin-bottom:48px}.cta-logo-bg{width:88.76px;height:87.82px;padding:7.554px;gap:7.554px;border-radius:22.663px;border-width:1.889px;box-shadow:-7.554px 2.518px 16.49px #185c49 inset}.cta-logo-icon--desktop{display:none}.cta-logo-icon--mobile{display:block;width:51.036px;height:50.947px}.cta-top{width:100%;max-width:335px;gap:20px}.cta-heading{font-family:Inter,sans-serif;font-size:36px;line-height:40px;letter-spacing:-2px}.cta-heading--semibold,.cta-heading--regular{font-weight:600;white-space:normal}.cta-heading-period{display:inline}.cta-desc-wrap{padding:0 32px;box-sizing:border-box}.cta-desc{width:100%;font-size:16px;line-height:24px}.cta-btn--primary{position:relative}.cta-btn--primary:before{content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:9px;background:linear-gradient(180deg,#0606124d,#06061200);z-index:-1;pointer-events:none}.cta-btn--secondary{background:#060612}.cta-buttons{height:auto}}.footer-desktop{width:100%;background:linear-gradient(180deg,#f2f7f7,#eff4f8);padding-top:169px;padding-bottom:168px;box-sizing:border-box;overflow:hidden}.footer-inner{width:100%;max-width:1260px;margin:0 auto;box-sizing:border-box;position:relative}.footer-mobile{display:none}.footer-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:1}.fl{position:absolute;pointer-events:none}.footer-ext{position:absolute;bottom:-.49px;width:90px;height:1px;background:#e0e0e0;pointer-events:none}.footer-ext--left{left:-90px}.footer-ext--right{right:-90px}.footer-vborder{position:absolute;bottom:-.48px;width:1px;height:360.26px;background:#e0e0e0;box-shadow:1px 0 #fff;pointer-events:none}.footer-vborder--left{left:0}.footer-vborder--right{right:0}.fl-sep-brand,.fl-sep-home,.fl-sep-help{width:1px;background:#e0e0e0;box-shadow:1px 0 #fff}.fl-sep-brand{top:0;left:521px;height:360.26px}.fl-sep-home{top:0;left:747px;height:360.48px}.fl-sep-help{top:0;left:973px;height:360.48px}.fl-dot{width:9px;height:9px;border-radius:2px;background:#fff;box-shadow:0 5px 2px #8f8f8f03,0 3px 2px #8f8f8f0d,0 1px 1px #8f8f8f17,0 0 1px #8f8f8f1a}.fl-dot-tl{top:-4px;left:-4px}.fl-dot-tr{top:-4px;left:1255px}.fl-dot-bl{top:355px;left:-4px}.fl-dot-br{top:355px;left:1255px}.footer-top-row{display:flex;align-items:flex-start;padding:0 60px;height:360px;box-sizing:border-box;position:relative;z-index:2}.footer-top-row:before{content:"";position:absolute;top:0;left:0;width:1260px;height:1px;background:#e0e0e0;box-shadow:0 1px #fff;pointer-events:none}.footer-top-row:after{content:"";position:absolute;bottom:-.49px;left:0;width:1260px;height:1px;background:#e0e0e0;box-shadow:0 1px #fff;pointer-events:none}.footer-brand-outer{display:flex;width:462px;flex-shrink:0;padding:40px 0;flex-direction:column;align-items:flex-start;gap:100px;box-sizing:border-box;position:relative}.footer-brand-inner{display:flex;padding-right:100px;flex-direction:column;align-items:flex-start;gap:40px;align-self:stretch;min-width:0}.footer-logo-tagline{display:flex;flex-direction:column;align-items:flex-start;gap:19px;align-self:stretch}.footer-logo-link{text-decoration:none;display:flex;width:135px;height:32px;flex-direction:column;justify-content:center}.footer-logo-text{color:#162755;font-family:Britti Sans Trial,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:77px;letter-spacing:-1px}.footer-tagline{font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:15.5px;font-weight:400;line-height:25.5px;color:#262626;margin:0;align-self:stretch}.footer-contact-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;background:#162755;color:#fff;border-radius:8px;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:19.2px;letter-spacing:.04px;text-decoration:none;white-space:nowrap;box-shadow:0 0 0 1.4px #4a4a4a,inset 0 1.4px 1px #ffffff14;transition:background .2s}.footer-contact-btn:hover{background:#1e3a8a}.footer-company-info{display:flex;flex-direction:column;gap:5px;min-width:0}.footer-company-text{font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:13.7px;font-weight:400;line-height:21px;color:#4d4d4d;margin:0}.footer-company-email{display:inline-flex;align-items:center;color:#162755;font-family:Inter,Plus Jakarta Sans,sans-serif;font-size:13.8px;font-style:normal;font-weight:500;line-height:22.5px;letter-spacing:-.3px;text-decoration:none;transition:color .2s;word-break:break-all;min-width:0}.footer-company-email:hover{color:#000}.footer-col{display:flex;flex-direction:column;gap:23px;width:226px;flex-shrink:0;padding:39px 40px;box-sizing:border-box;position:relative;min-width:0}.footer-col-heading{font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-weight:600;font-size:13.9px;line-height:1.5;color:#000;margin:0}.footer-link-list{display:flex;flex-direction:column;gap:7px;list-style:none;margin:0;padding:0}.footer-nav-link{display:inline-flex;align-items:center;gap:8px;font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:13.7px;font-weight:400;color:#4d4d4d;text-decoration:none;transition:color .2s}.footer-nav-link:hover{color:#000}.footer-new-badge{display:inline-flex;align-items:center;padding:1px 6px;background:#1a1a1a;color:#fff;border-radius:100px;font-family:Geist,sans-serif;font-size:10.3px;font-weight:500}.footer-social-icons{display:flex;align-items:center;flex-wrap:wrap;gap:10px;overflow:visible}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#fff;color:#4d4d4d;text-decoration:none;transition:color .2s,background .2s}.footer-social-icon:hover{color:#000;background:#f0f0f0}.footer-legal-link{font-family:Britti Sans Trial,Plus Jakarta Sans,sans-serif;font-size:13.7px;font-weight:400;line-height:22.5px;letter-spacing:.5px;color:#4d4d4d;text-decoration:none;white-space:nowrap;transition:color .2s}.footer-legal-link:hover{color:#000}.footer-logo-footer{width:100%;height:402px;display:block;overflow:hidden;box-sizing:border-box;position:relative;z-index:2}.footer-logo-footer:before{content:"";position:absolute;left:0;top:0;width:1px;height:402.22px;background:var(--color-grey-88, #E0E0E0);pointer-events:none;z-index:3}.footer-logo-footer:after{content:"";position:absolute;right:0;top:0;width:1px;height:402.22px;background:var(--color-grey-88, #E0E0E0);pointer-events:none;z-index:3}.footer-logo-footer-legal{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:30px;min-height:62px;height:auto;padding:0 60px;box-sizing:border-box;flex-shrink:0}.footer-watermark-img{width:93.601%;max-width:100%;min-width:0;height:auto;display:block;margin:-2.13px auto 0;-webkit-user-select:none;user-select:none;pointer-events:none}@media (max-width: 1280px){.footer-desktop{padding-top:80px;padding-bottom:80px;overflow:visible}.footer-top-row:before,.footer-top-row:after{width:100%}.footer-top-row{flex-wrap:wrap;height:auto}.footer-lines,.footer-vborder,.footer-ext{display:none}.footer-logo-footer-legal{padding:0 40px}.footer-logo-footer{width:100vw;height:auto;overflow:visible;position:relative;left:calc((100% - 100vw)/2);margin:0}.footer-watermark-img{width:100%;max-width:100%;height:auto;margin:20px 0 0;display:block}}@media (max-width: 1100px){.footer-lines,.footer-vborder,.footer-ext{display:none}.footer-top-row{height:auto;padding:0 32px}.footer-brand-outer{width:auto;flex:1}.footer-col{width:auto;flex:1;min-width:140px}.footer-logo-footer{height:auto;overflow:visible}.footer-logo-footer:before,.footer-logo-footer:after{display:none}.footer-logo-footer-legal{padding:0 32px}.footer-watermark-img{width:100%;max-width:100%;height:auto;margin:16px 0 0;display:block}}@media (max-width: 768px){.footer-top-row{flex-wrap:wrap;padding:0 24px}.footer-brand-outer{width:100%;flex:none;padding:32px 0;gap:32px}.footer-brand-inner{padding-right:0}.footer-col{width:50%;flex:none;padding:24px 16px}.footer-logo-footer-legal{padding:0 24px;gap:20px}.footer-watermark-img{width:100%;max-width:100%;height:auto;margin:12px 0 0;display:block}}@media (max-width: 480px){.footer-desktop{padding:0 40px}.footer-inner{display:flow-root}.footer-top-row{padding:0 16px}.footer-col{width:100%;flex:none}.footer-logo-footer-legal{padding:16px;flex-wrap:wrap;height:auto}.footer-watermark-img{width:100%;max-width:100%;height:auto;margin:8px 0 0;display:block}.footer-lines,.footer-top-row,.footer-logo-footer{display:none}.footer-mobile{display:block;position:relative;width:100%;max-width:360px;margin:25.5px auto;border:1px solid var(--color-grey-88, #E0E0E0);box-shadow:inset 1px 0 #fff,inset -1px 0 #fff,inset 0 1px #fff,inset 0 -1px #fff;box-sizing:border-box}.footer-mobile-dot{position:absolute;width:9px;height:9px;border-radius:2px;background:#fff;box-shadow:0 5px 2px #8f8f8f03,0 3px 2px #8f8f8f0d,0 1px 1px #8f8f8f17,0 0 1px #8f8f8f1a;pointer-events:none}.footer-mobile-dot--tl{top:-4.5px;left:-4.5px}.footer-mobile-dot--tr{top:-4.5px;right:-4.5px}.footer-mobile-dot--bl{bottom:-4.5px;left:-4.5px}.footer-mobile-dot--br{bottom:-4.5px;right:-4.5px}.footer-mobile-top{display:flex;flex-direction:column;align-items:flex-start;gap:19px;padding:40px;border-bottom:1px solid var(--color-grey-88, #E0E0E0);box-shadow:inset 0 -1px #fff;box-sizing:border-box}.footer-mobile-top .footer-tagline{max-width:175px;color:#162755}.footer-mobile-top .footer-contact-btn{position:relative;margin-top:21px}.footer-mobile-top .footer-contact-btn:before{content:"";position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:9px;background:linear-gradient(180deg,#4a4a4a,#4a4a4a00);z-index:-1;pointer-events:none}.footer-mobile-quicklinks{display:flex;flex-direction:column;gap:19px;margin-top:41px}.footer-mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:164px;font-family:Inter,Plus Jakarta Sans,sans-serif;font-size:13.8px;font-weight:500;line-height:22.5px;letter-spacing:-.3px;color:#162755;text-decoration:none}.footer-mobile-link:hover{color:#000}.footer-mobile-columns{display:flex;align-items:flex-start;position:relative}.footer-mobile-columns:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:#e0e0e0;box-shadow:1px 0 #fff;pointer-events:none}.footer-mobile-col{flex:1;min-width:0;padding:39px 40px;display:flex;flex-direction:column;gap:23px;box-sizing:border-box}.footer-mobile-col--home{padding:39px 40px 94.48px}.footer-mobile-col--help{padding:39px 40px 124.98px}.footer-mobile-col .footer-col-heading,.footer-mobile-col .footer-nav-link{color:#162755}.footer-mobile-col .footer-col-heading,.footer-mobile-col .footer-nav-link{line-height:22.5px;letter-spacing:.5px}.footer-mobile-col .footer-link-list{align-self:stretch}.footer-mobile-col .footer-new-badge{background:#162755;justify-content:center;box-shadow:0 1px 3px #0000001a,0 5px 5px #00000017,0 10px 6px #0000000d,0 18px 7px #00000003,inset 0 1px 10.5px #ffffff4d;font-family:Inter,Plus Jakarta Sans,sans-serif;line-height:16.5px;letter-spacing:-.11px}.footer-mobile-col .footer-social-icons{gap:6px;justify-content:center}.footer-mobile-col .footer-social-icon{width:26px;height:26px;color:#162755;box-shadow:0 1.757px 1.757px #0000000d,0 .586px .586px #0000001f}.footer-mobile-watermark-section{padding-top:4px;border-top:1px solid var(--color-grey-88, #E0E0E0);box-shadow:inset 0 1px #fff}.footer-mobile-watermark{width:79.63%;height:auto;display:block;margin:0 0 0 12.09%;-webkit-user-select:none;user-select:none;pointer-events:none}}.prh-section{width:100%;aspect-ratio:8 / 3;background:#fff;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;padding-top:12.5%;position:relative;overflow:hidden}.prh-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.prh-ellipse{position:absolute;left:22.29%;top:28.19%;width:55.42%;height:45.14%;border-radius:1064px;background:#ffffff80;filter:blur(100px);pointer-events:none;z-index:1}.prh-inner{position:relative;display:flex;flex-direction:column;align-items:center;width:620px;max-width:calc(100% - 48px);gap:20px;text-align:center;z-index:2}.prh-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#162755;border-radius:100px;color:#fff;font-family:Geist,sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.prh-badge-icon{display:flex;width:6px;height:10px;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}.prh-badge-text{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch}.prh-badge-text-inner{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;color:#fff;font-family:Geist,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:12px;letter-spacing:1.8px;text-transform:uppercase}.prh-heading{font-family:Britti Sans Trial,sans-serif;font-size:70px;font-style:normal;font-weight:600;line-height:77px;letter-spacing:-2.1px;color:#060612;text-align:center;margin:0}.prh-desc{width:636px;max-width:100%;font-family:Britti Sans Trial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:27px;letter-spacing:.04px;color:#69686e;text-align:center;margin:0}.prh-updated-wrap{display:flex;height:77px;padding:20px 0;justify-content:center;align-items:center;align-content:center;gap:0 20px;align-self:stretch;flex-wrap:wrap}.prh-updated{display:flex;width:221px;height:40px;padding:8px 12px;justify-content:center;align-items:center;gap:8.01px;flex-shrink:0;border-radius:10px;background:#fff;font-family:Geist,sans-serif;font-size:13px;font-weight:500;color:#162755;position:relative}.prh-updated:after{content:"";position:absolute;width:220.85px;height:40px;border-radius:10px;border:1px solid #FFF;pointer-events:none}.prh-updated-text{display:flex;width:181px;height:16px;flex-direction:column;justify-content:center;flex-shrink:0;color:#000;font-family:Britti Sans Trial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19.2px;letter-spacing:.2px}@media (max-width: 1024px){.prh-section{aspect-ratio:unset;min-height:520px;align-items:center;padding:80px 40px}}@media (max-width: 768px){.prh-section{min-height:460px;padding:64px 32px}.prh-inner{width:100%;max-width:560px;gap:16px}.prh-heading{font-size:52px;line-height:60px;letter-spacing:-1.5px}.prh-desc{font-size:17px;line-height:25px}}@media (max-width: 640px){.prh-section{min-height:380px;padding:56px 20px}.prh-inner{width:100%;max-width:100%;gap:14px}.prh-heading{font-size:38px;line-height:46px;letter-spacing:-1px}.prh-desc{font-size:15px;line-height:22px}.prh-updated-wrap{height:auto}.prh-updated{width:auto}.prh-updated-text{width:auto;height:auto}}.prc-wrap{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:159px 510px 158px;background:linear-gradient(180deg,#f8fcff 82.69%,#fff);box-sizing:border-box}.prc-inner{width:900px;max-width:100%;flex-shrink:0;display:flex;flex-direction:column;gap:0}.prc-section-body{display:flex;width:900px;max-width:100%;padding-top:20px;flex-direction:column;align-items:flex-start}.prc-section{display:flex;width:900px;max-width:100%;flex-direction:column;align-items:flex-start}.prc-h2{font-family:Britti Sans Trial,sans-serif;font-size:32px;font-style:normal;font-weight:600;line-height:41.6px;letter-spacing:-.5px;color:#162755;margin:0}.prc-h3{display:flex;width:900px;max-width:100%;flex-direction:column;align-items:flex-start;font-family:Britti Sans Trial,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:41.6px;letter-spacing:-.5px;color:#162755;margin:0}.prc-h4{font-family:Britti Sans Trial,sans-serif;font-size:15px;font-weight:700;color:#162755;margin:16px 0 8px}.prc-sub{display:flex;flex-direction:column;align-items:flex-start;width:100%}.prc-sub-margin{display:flex;width:900px;max-width:100%;padding-top:20px;flex-direction:column;align-items:flex-start}.prc-sub-container{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:20px}.prc-p{align-self:stretch;font-family:Britti Sans Trial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#505670;margin:0}.prc-list{align-self:stretch;margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.prc-list li{font-family:Britti Sans Trial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#505670}.prc-list li::marker{color:#505670}@media (max-width: 1440px){.prc-wrap{padding:120px 120px 100px}}@media (max-width: 1024px){.prc-wrap{padding:80px 60px}}@media (max-width: 640px){.prc-wrap{padding:48px 20px 80px}.prc-h2{font-size:20px}.prc-h3{font-size:16px}.prc-p,.prc-list li{font-size:15px}.prc-sub{padding-left:14px}}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-Regular-BF6757bfd47ffbf-DpRNveaV.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-RegularItalic-BF6757bfd44e013-nNwrYmun.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-Light-BF6757bfd494951-DjUq8XF3.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-LightItalic-BF6757bfd48c7c7-C0VdAiIT.otf) format("opentype");font-weight:300;font-style:italic}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-Semibold-BF6757bfd443a8a-YflTOpcb.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-SemiboldItalic-BF6757bfd411c3a-CrFGfT0Y.otf) format("opentype");font-weight:600;font-style:italic}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-Bold-BF6757bfd4a96ed-tPWBQl8B.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Britti Sans Trial;src:url(/assets/BrittiSansTrial-BoldItalic-BF6757bfd4a2285-CF7mxSuP.otf) format("opentype");font-weight:700;font-style:italic}:root{--navy: #162755;--navy-ink: #060612;--green: #00ba85;--green-strong: #0a8f6a;--green-deep: #0c5c45;--slate: #505670;--slate-soft: #6b7280;--line: #e8edf3;--white: #ffffff;--bg-hero-top: #f5faff;--bg-hero-bottom: #c7e8df;--bg-mint: #eef6f3;--bg-soft: #f3f7fa;--bg-dark: #1a1c1b;--card: #ffffff;--font-britti: "Britti Sans Trial", sans-serif;--font-display: "Poppins", "Segoe UI", system-ui, sans-serif;--font-body: "Inter", "Segoe UI", system-ui, sans-serif;--maxw: 1280px;--radius-lg: 24px;--radius-md: 16px;--radius-sm: 10px;--shadow-card: 0 12px 40px rgba(22, 39, 85, .06);--shadow-soft: 0 4px 16px rgba(22, 39, 85, .05);--shadow-btn: 0 2px 8px rgba(6, 6, 18, .18)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:var(--font-body);color:var(--slate);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);color:var(--navy);margin:0}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:24px}.section{position:relative;padding-block:96px}.eyebrow{display:inline-block;padding:6px 16px;border-radius:999px;background:var(--white);box-shadow:var(--shadow-soft);font-family:var(--font-body);font-weight:600;font-size:13px;color:var(--navy)}.section-head{text-align:center;max-width:640px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:16px}.section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.12;font-weight:600;letter-spacing:-1px}.section-head h2 .accent-line{display:block;font-weight:700}.section-head .sub{font-size:18px;line-height:1.45;color:var(--slate);max-width:560px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:600;font-size:17px;border-radius:var(--radius-sm);padding:12px 22px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn-primary{background:var(--green);color:var(--white);box-shadow:var(--shadow-btn)}.btn-primary:hover{background:var(--green-strong);transform:translateY(-1px)}.btn-ghost{background:#fff9;color:var(--navy-ink);border:1px solid var(--white)}.btn-ghost:hover{background:var(--white)}.btn-arrow{width:26px;height:26px;border-radius:999px;background:var(--white);display:inline-flex;align-items:center;justify-content:center}a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media (max-width: 768px){.section{padding-block:64px}}
