.si-header{position:fixed;top:0;left:0;width:100%;z-index:100;background:transparent;transition:background .3s ease,box-shadow .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease;transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease,-webkit-backdrop-filter .3s ease}.si-header--scrolled{background:linear-gradient(90deg,#0a2da4 70.82%,#061438);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.si-header__container{max-width:1420px;margin:0 auto;padding:16px 8px;display:flex;align-items:center;justify-content:space-between}.si-header__logo{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.si-header__logo-icon{width:clamp(160px,40vw,180px);height:auto;-o-object-fit:contain;object-fit:contain}.si-header__logo-text{display:flex;flex-direction:column;line-height:1}.si-header__logo-title{font-size:18px;font-weight:700;color:#fff}.si-header__logo-subtitle{font-size:8px;font-weight:600;letter-spacing:.08em;color:#fff;opacity:.85}.si-header__links{display:none}.si-header__links--open{display:flex;flex-direction:column;position:fixed;top:78px;right:16px;width:clamp(190px,46vw,230px);max-height:calc(100vh - 100px);overflow-y:visible;background:#fff;padding:0 0 16px;gap:0;border-radius:6px;box-shadow:0 10px 30px #00000040;z-index:99}.si-header__mobile-banner{position:relative;width:100%;height:90px;flex-shrink:0;background:linear-gradient(135deg,#204ff4,#1a3fc4);clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.si-header__mobile-logo{width:clamp(120px,34vw,150px);height:auto;-o-object-fit:contain;object-fit:contain}.si-header__mobile-close{position:absolute;top:-14px;left:-14px;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid rgba(32,79,244,.35);color:#204ff4;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 2px 6px #0003;z-index:2}.si-header__links--open .si-header__link{color:#1a1a2e;font-size:13px;font-weight:500;padding:10px 20px;margin:0 4px;border-bottom:1px solid rgba(32,79,244,.12)}.si-header__links--open .si-header__link:last-of-type{border-bottom:none}.si-header__links--open .si-header__link:hover,.si-header__links--open .si-header__link.active{color:#204ff4}.si-header__links--open .si-header__actions--mobile{margin:8px 20px 0}.si-header__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#040d1f8c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:98;transition:opacity .2s ease}.si-header__link{text-decoration:none;color:#fff;font-size:15px;font-weight:500;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);position:relative;transition:color .2s ease}.si-header__link:hover,.si-header__link.active{color:#20bca6}.si-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:1;border-radius:10px;padding:9px 16px;white-space:nowrap;transition:opacity .2s ease;cursor:pointer;color:#fff;position:relative}.si-btn:hover{opacity:.85}.si-btn--outline{background:transparent;border:none}.si-btn--outline:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;padding:1px;background:linear-gradient(90deg,#204ff4,#20baa6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.si-btn--solid{background:linear-gradient(135deg,#204bf6,#061438);border:none}.si-btn--solid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;padding:.45px;background:linear-gradient(135deg,#2050f2,#20bca6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.si-header__actions--desktop{display:none}.si-header__actions--mobile{display:flex;gap:10px;margin-top:12px;position:relative;z-index:1}.si-header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:28px;height:22px;background:none;border:none;cursor:pointer;padding:0;position:relative;z-index:100}.si-header__burger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.si-header__appstore-link{display:inline-flex;align-items:center;text-decoration:none;opacity:1;transition:opacity .2s ease}.si-header__appstore-link:hover{opacity:.8}.si-header__appstore-img{height:58px;width:164px;border-radius:7px;display:block;-o-object-fit:contain;object-fit:contain}.si-hero__appstore-img{width:50%;border-radius:7px;display:block;-o-object-fit:contain;object-fit:contain;margin:0 auto}.si-header__actions--mobile .si-header__appstore-img{height:64px}@media (min-width: 480px){.si-header__logo-title{font-size:20px}.si-btn{font-size:14px;padding:10px 20px}}@media (min-width: 768px){.si-header__container{padding:20px 40px 20px 10px}.si-header__logo-icon{width:clamp(180px,21vw,240px);height:auto;-o-object-fit:cover;object-fit:cover}.si-header__links--open{top:96px;right:24px;width:clamp(220px,32vw,260px)}.si-header__mobile-logo{width:clamp(140px,24vw,170px)}}@media (min-width: 1024px){.si-header__container{padding:clamp(20px,1.6vw,28px) 20px}.si-header--scrolled .si-header__container{padding-top:20px}.si-header__burger{display:none}.si-header__links{display:flex;flex-direction:row;position:static;width:auto;background:transparent;box-shadow:none;padding:4px clamp(8px,1vw,16px);gap:clamp(12px,1.4vw,32px);align-items:center;flex-shrink:1;min-width:0}.si-header__link{padding:0;border-bottom:none;font-size:clamp(15px,1.2vw,18px);font-weight:500;color:#fff;white-space:nowrap;transition:color .2s ease}.si-header__link:hover,.si-header__link.active{color:#20bca6}.si-header__link.active:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:#20bca6;border-radius:2px}.si-header__actions--mobile{display:none}.si-header__actions--desktop{display:flex;gap:12px;align-items:center;flex-shrink:0}.si-header__logo-title{font-size:clamp(20px,1.4vw,24px)}.si-header__logo-subtitle{font-size:clamp(8px,.6vw,9px)}.si-btn{font-size:clamp(14px,1.1vw,20px);line-height:20px;font-weight:500;padding:clamp(10px,.93vw,15px) clamp(16px,1.4vw,28px);white-space:nowrap}.si-hero__appstore-img{margin:0}.si-header__links--open{position:static;top:auto;right:auto;width:auto;max-height:none;overflow:visible;background:transparent;padding:4px clamp(8px,1vw,16px);border-radius:0;box-shadow:none}.si-header__links--open .si-header__link{color:#fff;font-size:clamp(15px,1.2vw,18px);font-weight:500;padding:0;margin:0;border-bottom:none}.si-header__links--open .si-header__link:hover,.si-header__links--open .si-header__link.active{color:#20bca6}.si-header__links--open .si-header__actions--mobile{margin:0}.si-header__mobile-banner,.si-header__mobile-close,.si-header__backdrop{display:none}}@media (min-width: 1420px){.si-header__logo-icon{width:249px;height:auto;-o-object-fit:cover;object-fit:cover}.si-header--scrolled .si-header__logo-icon{height:71px}}@media (min-width: 1460px){.si-header__container{padding-left:0;padding-right:0}}.footer{width:100%;background:#040d1f}.footer__container{max-width:1420px;margin:0 auto;padding:calc(clamp(84px,6vw,114px) + 80px) 20px 0}.footer__container.footer__container--no-cta{padding-top:clamp(40px,4vw,60px)}.footer__grid{display:grid;grid-template-columns:1fr;gap:32px 16px;padding:0 0 clamp(28px,4vw,40px);text-align:center}.footer__col:last-child{grid-column:1 / -1}.footer__col-title{color:#fff;margin:0 0 12px;font-family:Manrope,sans-serif;font-weight:600;font-size:16px;line-height:1.3}.footer__col-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.footer__link{font-family:Manrope,sans-serif;font-weight:400;font-size:14px;line-height:2;color:#fff;text-decoration:none;transition:color .15s}.footer__link:hover{color:#8b9ab5}.footer__link--btn{background:none;border:none;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;text-align:left;color:#fff}.footer__bar{border-top:1px solid rgba(255,255,255,.08);padding:16px 0 20px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.footer__copy{font-size:11px;color:#fff;margin:0}.footer__bar-social{display:flex;align-items:center;gap:8px}.footer__follow-label{font-size:13px;color:#fff;margin-right:4px}.footer__social-icon{width:32px;height:32px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#8b9ab5;text-decoration:none;transition:background .15s,color .15s;flex-shrink:0}.footer__social-icon:hover{background:#ffffff29;color:#fff}.footer__social-icon--sm{width:28px;height:28px}.footer__trademark{font-family:Manrope,sans-serif;font-size:11px;color:#ffffff80;line-height:1.7;padding:12px 0 24px;text-align:center;margin:0}@media (min-width: 640px){.footer__grid{padding:12px 60px}.footer__col:last-child{grid-column:auto}.footer__col-title{font-size:20px}.footer__link{font-size:16px}}@media (min-width: 768px){.footer__grid{grid-template-columns:repeat(3,1fr);padding:12px 60px}}@media (min-width: 1024px){.footer__bar{flex-direction:row;justify-content:space-between;text-align:left}.footer__grid{padding:0 100px 20px}.footer__col-title{font-size:24px;line-height:28.8px}.footer__link{font-size:18px;line-height:33px}.footer__trademark{font-size:13px;color:#fff}}@media (min-width: 1460px){.footer__container{padding-left:0;padding-right:0}}.home{width:100%}.home__content{padding-top:var(--header-height, 130px)}.home__hero{position:relative;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:90px;overflow:hidden}.home__hero-inner{max-width:1420px;margin:0 auto;padding:32px 20px 48px;display:flex;flex-direction:column}.home__hero-left{display:flex;flex-direction:column;margin:0 auto;gap:20px;text-align:center}.home__hero-tag{font-size:16px;line-height:26px;color:#fff;font-family:Saira,sans-serif;font-weight:600;letter-spacing:0%;vertical-align:middle}.home__hero-title{font-size:26px;line-height:1.15;color:#fff;margin:0 auto;font-family:Inter,sans-serif;font-weight:700;font-style:Bold;letter-spacing:0%;vertical-align:middle}.home__hero-desc{font-size:16px;line-height:1.6;color:#fff;max-width:480px;font-family:Poppins,sans-serif;font-weight:400;letter-spacing:0%;vertical-align:middle;margin:0 auto}.home__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:8px auto 20px}.si-hero__download-group{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.si-hero__compat{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#fff9;letter-spacing:.02em}.si-btn--ghost{color:#fff;border:1px solid rgba(255,255,255,.5);background:transparent}.home__hero-right{flex:1.2;display:flex;justify-content:center}.home__hero-image{width:780px;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;aspect-ratio:780 / 455}.home__problem{max-width:1420px;margin:0 auto;padding:48px 20px;text-align:center}.home__problem-main_tiitle{font-size:16px;font-weight:600;color:#000;margin:0 0 8px;font-family:Manrope,sans-serif;line-height:32px;letter-spacing:0%;text-align:center;vertical-align:middle}.home__problem-title,.home__problem-quote{font-size:26px;color:#000;margin:0 0 12px;font-family:Poppins,sans-serif;font-weight:500;line-height:37px;letter-spacing:0%;text-align:center;vertical-align:middle}.home__problem-title-accent,.home__problem-quote-accent{color:#2053f0}.home__problem-subtitle,.home__problem-quote-source{font-size:16px;color:#000000b3;margin:0 auto 32px;font-family:Manrope,sans-serif;font-weight:500;font-style:Medium;line-height:34px;letter-spacing:0%;text-align:center;vertical-align:middle}.home__problem-quote-source{color:#000}.home__problem-grid{display:grid;grid-template-columns:1fr;gap:16px;text-align:left;margin-bottom:32px}.home__problem-card{border-radius:10px;padding:18px;background:#fff;border:1px solid transparent;background-clip:padding-box;position:relative}.home__problem-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;padding:2px;background:linear-gradient(135deg,#204ef4,#1fbaa6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.home__problem-card--highlighted{background:linear-gradient(135deg,#204ef4,#061438);border-radius:10px}.home__problem-card--highlighted:before{display:none}.home__problem-card:hover:not(.home__problem-card--highlighted){background:linear-gradient(135deg,#204ef4,#061438);border-radius:20px}.home__problem-card:hover:not(.home__problem-card--highlighted):before{display:none}.home__problem-card:hover:not(.home__problem-card--highlighted) .home__problem-card-title,.home__problem-card:hover:not(.home__problem-card--highlighted) .home__problem-card-number,.home__problem-card:hover:not(.home__problem-card--highlighted) .home__problem-card-desc,.home__problem-card:hover:not(.home__problem-card--highlighted) .home__problem-card-dots{color:#fff}.home__problem-card:hover:not(.home__problem-card--highlighted) .home__problem-card-number{border-color:#fff6}.home__problem-card-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}.home__problem-card-icon{border-radius:8px;background:#204ef414;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home__problem-card-title{color:#000;margin:0;flex:1;font-family:Manrope,sans-serif;font-weight:600;font-size:18px;line-height:34px;letter-spacing:0%;vertical-align:middle}.home__problem-card-desc{font-family:Manrope,sans-serif;font-size:clamp(16px,3vw,18px);font-weight:400;line-height:34px;color:#000;margin-bottom:20px}.home__problem-card--highlighted .home__problem-card-title{color:#fff}.home__problem-card-number{color:#000;border-radius:19px;padding:2px 16px;font-family:Manrope,sans-serif;font-weight:500;font-size:22px;line-height:34px;letter-spacing:0%;text-align:center;position:relative;background:#fff}.home__problem-card-number:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:19px;padding:1px;background:linear-gradient(270deg,#204ef4,#1fbaa6);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.home__problem-card--highlighted .home__problem-card-number{color:#fff;background:transparent}.home__problem-card--highlighted .home__problem-card-number:before{background:#fff6}.home__problem-card:hover:not(.home__problem-card--highlighted) .home__problem-card-number{color:#fff;background:transparent}.home__problem-card--highlighted .home__problem-card-number{color:#fff;border-color:#fff6}.home__problem-card--highlighted .home__problem-card-desc{color:#ffffffd9}.home__problem-card--highlighted .home__problem-card-dots{color:#fff}.home__problem-card-dots{display:flex;gap:6px;align-items:center;margin-top:12px}.home__problem-card-dots span{width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,#204ef4,#1fbaa6);flex-shrink:0}.home__problem-card--highlighted .home__problem-card-dots span{background:#fff9}.home__problem-card:hover:not(.home__problem-card--highlighted) .home__problem-card-dots span{background:#fff9}@media (min-width: 480px){.home__hero-title{font-size:clamp(30px,5vw,34px);max-width:clamp(440px,calc(306.67px + 27.78vw),520px);margin:0 auto}}@media (min-width: 640px){.home__hero-inner{padding:40px 24px 56px}.home__problem{padding:56px 24px}.home__problem-grid{grid-template-columns:repeat(2,1fr)}.home__problem-main_tiitle{font-size:clamp(18px,2.5vw,20px)}}@media (min-width: 768px){.home__hero-title{font-size:clamp(36px,calc(18px + 2.34375vw),42px);max-width:clamp(560px,calc(236px + 42.1875vw),668px);margin:0 auto}.home__hero-desc{font-size:18px;line-height:26px;margin:0 auto;max-width:532px}.home__problem-title,.home__problem-quote{font-size:28px}.home__problem-subtitle,.home__problem-quote-source,.home__problem-card-desc{font-size:18px}.home__problem-card-title{font-size:20px}}@media (max-width: 1023px){.si-hero__download-group{align-items:center}}@media (min-width: 1024px){.home__hero{padding-top:clamp(100px,7vw,130px)}.home__hero-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:0;padding:clamp(40px,4vw,64px) 20px clamp(56px,5vw,80px)}.home__hero-left{gap:28px;flex:0 0 clamp(380px,47%,684px);text-align:left;max-width:clamp(380px,47%,684px)}.home__hero-title{font-size:clamp(36px,3.1vw,57px);line-height:1.2;margin:0;max-width:100%}.home__hero-desc{font-size:18px;line-height:26px;max-width:100%;margin:0}.home__hero-right{flex:0 0 clamp(400px,50%,780px);width:clamp(400px,50%,780px);justify-content:flex-end;margin-right:-20px}.home__hero-image{width:100%;height:auto;max-width:none;-o-object-fit:contain;object-fit:contain}.home__hero-tag{font-size:18px;line-height:28.6px}.home__problem-subtitle,.home__problem-quote-source{margin:0 120px 50px;font-size:20px}.home__problem{padding:clamp(64px,6vw,96px) 20px}.home__problem-title,.home__problem-quote{font-size:clamp(28px,2.2vw,34px);line-height:52px;margin:0 142px 10px}.home__problem-grid{grid-template-columns:repeat(2,1fr);max-width:1224px;margin-left:auto;margin-right:auto;row-gap:clamp(16px,calc(16px + 17 * (100vw - 1024px) / 896),33px);-moz-column-gap:clamp(16px,calc(16px + 20 * (100vw - 1024px) / 896),36px);column-gap:clamp(16px,calc(16px + 20 * (100vw - 1024px) / 896),36px)}.home__problem-card{padding:32px 10px}.home__problem-card-sp{padding:0 20px 0 50px}.home__hero-actions{margin:0}.home__problem-main_tiitle{font-weight:600;color:#000;font-size:24px;margin:0 0 8px;line-height:32px;letter-spacing:0%;text-align:center;vertical-align:middle}.home__problem-card-desc{font-size:18px}}@media (min-width: 1460px){.home__hero-inner{padding-left:0;padding-right:0}.home__hero-left{flex:0 0 684px;text-align:left;max-width:684px}.home__hero-right{flex:0 0 780px;width:780px;margin-right:0}.home__hero-image{width:780px;height:455px;aspect-ratio:780 / 455}.home__problem{padding-left:0;padding-right:0}.home__problem-card-title{font-size:22px}.home__problem-subtitle,.home__problem-quote-source{margin:0 120px 50px;font-size:22px}}.features{width:100%;background:#040d1f}.features__container{max-width:1420px;margin:0 auto;padding:48px 20px 0;text-align:center}.features__main_tiitle{color:#fff;margin:0 0 8px;font-family:Manrope,sans-serif;font-weight:500;font-size:24px;line-height:32px;letter-spacing:0%;text-align:center;vertical-align:middle}.features__title{font-size:26px;color:#fff;line-height:1.3;margin:0 0 12px;font-family:Poppins,sans-serif;font-weight:500;line-height:45px;letter-spacing:0%;text-align:center;vertical-align:middle}.features__title-accent{color:#2053f0}.features__subtitle{font-size:18px;color:#fff;margin-bottom:50px;font-family:Manrope,sans-serif;font-weight:500;line-height:34px;letter-spacing:0%;text-align:center;vertical-align:middle}.features__card{text-align:left;border-radius:12px;padding:18px;border:1.5px solid transparent}.features__card--fade-left{background:linear-gradient(#040d1f,#040d1f) padding-box,linear-gradient(to left,#5eaef9,#040d1f) border-box}.features__card--fade-right{background:linear-gradient(#040d1f,#040d1f) padding-box,linear-gradient(to right,#5eaef9,#040d1f) border-box}.features__card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(94,174,249,.5)}.features__card-title{color:#fff;font-family:Manrope,sans-serif;font-weight:600;font-size:22px;line-height:34px;letter-spacing:0%;vertical-align:middle}.features__card-icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #3b6ef0;background:#1c1f26;font-size:16px}.features__card-desc{color:#fff;font-family:Manrope,sans-serif;font-weight:400;font-size:16px;line-height:29px;letter-spacing:0%;text-align:right;vertical-align:middle}.features__card-dots{display:flex;gap:6px;align-items:center;margin-top:12px}.features__card-dots span{width:9px;height:9px;border-radius:50%;background:#fff;flex-shrink:0}.features__card--fade-left .features__card-title{text-align:right}.features__card--fade-left .features__card-desc{text-align:right;margin-right:42px}.features__card--fade-left .features__card-dots{justify-content:flex-end;margin-right:42px}.features__card--fade-right .features__card-title{text-align:left}.features__card--fade-right .features__card-desc{text-align:left;margin-left:42px}.features__card--fade-right .features__card-dots{justify-content:flex-start;margin-left:42px}.features__card-head--reversed{flex-direction:row}.features__card--fade-left .features__card-head{justify-content:flex-end;gap:10px}.features__card--fade-right .features__card-head{justify-content:flex-start;gap:10px}.features__grid--mobile{display:flex;flex-direction:column;gap:16px}.features__mobile-icon{width:clamp(363px,88vw,420px);height:auto;margin:0 auto 20px;display:block}.features__stage{display:none}@media (min-width: 480px){.features__mobile-icon{width:clamp(420px,80vw,540px)}}@media (min-width: 640px){.features__title{font-size:28px}.features__container{padding:56px 24px 0}.features__grid--mobile{flex-direction:row;flex-wrap:wrap}.features__grid--mobile .features__card{flex:1 1 calc(50% - 8px);min-width:240px}}@media (min-width: 768px){.features__subtitle{font-size:clamp(18px,2.5vw,20px)}.features__card-desc{font-size:16px}}@media (min-width: 1024px){.features__container{padding:clamp(64px,6vw,96px) 20px 0}.features__title{font-size:clamp(28px,2.2vw,34px)}.features__subtitle{font-size:22px;max-width:697px;text-align:center;margin:0 auto 50px}.features__card-desc{font-size:18px}.features__grid--mobile{display:none}.features__stage{display:block;position:relative;width:100%;margin-top:40px;padding-bottom:58.94%}.features__stage-icon{position:absolute;left:22%;top:40.57%;width:54.15%;height:56.43%;-o-object-fit:cover;object-fit:cover}.features__extra-line{position:absolute;border:3px solid #5eaef9;pointer-events:none}.features__extra-line--upper{left:50.86%;top:10.59%;width:6.97%;height:33.93%;border-right:none;border-bottom:none;border-top-left-radius:64px}.features__extra-line--lower{left:36.2%;top:17.21%;width:7.99%;height:33.93%;border-left:none;border-bottom:none;border-top-right-radius:64px}.features__stage-card{position:absolute;width:34.01%;height:25.57%;margin:0;display:flex;flex-direction:column;justify-content:center}.features__stage-card--top-left{left:3.5%;top:0%}.features__stage-card--top-right{left:57.6%;top:0%;width:40.14%}.features__stage-card--bottom-left{left:1.96%;top:32.85%}.features__stage-card--bottom-right{left:58.06%;top:32.85%}.features{padding-bottom:75px}.features__card-head{border-bottom:none}}@media (min-width: 1024px) and (max-width: 1379px){.features__stage{padding-bottom:0;min-height:680px}.features__extra-line{border-width:2px}.features__stage-icon{left:50%;transform:translate(-50%);top:auto;bottom:-100px;width:42%;height:55%;-o-object-fit:contain;object-fit:contain}.features__stage-card{height:auto;width:38%}.features__stage-card--top-left{left:2%;top:20px}.features__stage-card--top-right{left:57%;top:20px;width:40%}.features__stage-card--bottom-left{left:2%;top:320px}.features__stage-card--bottom-right{left:57%;top:320px}.features__extra-line--upper{top:23.7%;height:52%;left:51.35%}.features__extra-line--lower{top:30.8%;height:45%;left:38.3%}.features{padding-bottom:120px}}@media (min-width: 1460px){.features__container{padding-left:0;padding-right:0}}@media (min-width: 1420px){.features__card-head{border-bottom:1px solid rgba(94,174,249,.5)}}.how{width:100%;background:#fff}.how__container{max-width:1420px;margin:0 auto;padding:48px 20px;text-align:center}.how__main_tittle{font-size:22px;color:#000;font-family:Manrope,sans-serif;font-weight:500;line-height:32px;letter-spacing:0%;text-align:center;vertical-align:middle}.how__title,.how__privacy-title,.how__process-title{font-size:28px;color:#000;font-family:Poppins,sans-serif;font-weight:600;line-height:37px;letter-spacing:0%;text-align:center;vertical-align:middle}.how__privacy-title,.how__privacy-title-accent,.how__process-title-accent{margin-bottom:30px}.how__title-accent,.how__privacy-title-accent,.how__process-title-accent{color:#2053f0}.how__subtitle,.how__process-subtitle{font-size:18px;line-height:30px;color:#000000b3;margin:0 auto 32px;font-family:Manrope,sans-serif;font-weight:500;letter-spacing:0%;text-align:center;vertical-align:middle}.how__diagram{display:flex;flex-direction:column;gap:20px;margin:0 0 32px 32px;text-align:left}.how__step-number{font-size:11px;font-weight:700;color:#2053f0;display:block;margin-bottom:4px}.how__step-title,.how__privacy-item-title,.how__process-card-title{color:#000;margin:0 0 4px;font-family:Manrope,sans-serif;font-weight:600;font-size:22px;line-height:30px;letter-spacing:0%;vertical-align:middle}.how__step-desc,.how__privacy-item-desc,.how__process-card-desc{font-size:16px;color:#000000b3;margin:0 0 4px;font-family:Manrope,sans-serif;font-weight:400;line-height:27px;letter-spacing:0%;vertical-align:middle}.how__top-steps{display:flex;flex-direction:column;gap:16px}.how__top-step{position:relative}.how__diagram-image-wrap{width:100%}.how__diagram-image{width:100%;max-width:480px;height:auto;display:block}.how__right-steps{display:flex;flex-direction:column;gap:16px}.how__right-step,.how__bottom-step{position:relative}.how__privacy{border:1px solid #d6e4f0;border-radius:16px;padding:24px;margin-bottom:32px;text-align:left}.how__privacy-grid{display:grid;grid-template-columns:1fr;gap:20px}.how__privacy-item{display:flex;align-items:flex-start;gap:12px}.how__privacy-icon{width:22px;height:22px;flex-shrink:0}.how__privacy-icon svg{width:100%;height:100%}.how__process{text-align:center}.how__process-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:350px;margin:0 auto}.how__process-card{box-shadow:0 0 6px 3px #00000040;border-radius:20px;background:#ffffff4d;padding:28px 20px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;margin-top:50px}.how__process-icon{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0;margin-top:-80px}.how__process-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.how__process-card-title{color:#2053f0;margin:0 0 6px}.how__process-card-desc{color:#64748b;margin:0}@media (min-width: 480px){.how__title,.how__privacy-title,.how__process-title{font-size:28px}.how__top-steps{flex-direction:row;gap:24px}}@media (min-width: 640px){.how__container{padding:56px 24px}.how__privacy-grid{grid-template-columns:1fr}.how__process-grid{grid-template-columns:repeat(3,1fr);max-width:100%}}@media (max-width: 767px){.how__top-steps{order:1}.how__right-steps{order:2}.how__bottom-step{order:3}.how__diagram-image-wrap{order:4}}@media (min-width: 768px){.how__title,.how__privacy-title,.how__process-title{font-size:28px}.how__privacy-title{text-align:left}.how__process-card{margin-top:30px}.how__process-icon{width:70px;height:70px;position:absolute;margin-top:-66px}.how__subtitle,.how__process-subtitle{font-size:clamp(18px,2.5vw,20px)}.how__diagram{display:grid;grid-template-columns:1fr 40px .45fr;grid-template-rows:auto 1fr auto;gap:0;text-align:left;margin:0}.how__top-steps{grid-column:1;grid-row:1;display:flex;flex-direction:row;justify-content:space-between;gap:20px;align-items:flex-end;padding-bottom:0;order:initial}.how__top-step{width:48%;min-height:100px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:10px;position:relative}.how__top-step:after{content:"";position:absolute;bottom:0;left:12px;width:1px;height:14px;background:linear-gradient(to bottom,#5eaef9,#5eaef91a)}.how__diagram-image-wrap{grid-column:1;grid-row:2;width:100%;order:initial}.how__diagram-image{width:100%;max-width:100%;height:auto;display:block}.how__right-steps{grid-column:3;grid-row:1/ 4;display:flex;flex-direction:column;align-self:stretch;justify-content:space-between;order:initial}.how__step-desc{max-width:300px}.how__right-step{min-height:100px;display:flex;flex-direction:column;justify-content:flex-start;padding:16px 12px;position:relative}.how__right-step:before{content:"";position:absolute;top:40px;left:-18px;width:14px;height:1px;background:linear-gradient(to right,#5eaef91a,#5eaef9)}.how__bottom-step{grid-column:1 / 4;grid-row:3;display:flex;flex-direction:column;align-items:baseline;text-align:left;width:90%;min-height:80px;margin:16px auto 20px;padding-top:12px;position:relative;order:initial}.how__bottom-step:before{content:"";position:absolute;top:0;left:12%;transform:translate(-50%);width:1px;height:14px;background:linear-gradient(to bottom,#5eaef91a,#5eaef9)}}@media (min-width: 1024px){.how__container{padding:clamp(64px,6vw,96px) 20px}.how__main_tittle{font-size:24px}.how__title,.how__privacy-title,.how__process-title{line-height:45px;font-size:clamp(28px,2.2vw,34px)}.how__subtitle,.how__process-subtitle{font-size:22px;line-height:34px}.how__step-title,.how__privacy-item-title,.how__process-card-title{font-size:24px;line-height:32px}.how__step-desc{max-width:100%}.how__step-desc,.how__privacy-item-desc,.how__process-card-desc{font-size:18px;line-height:27px}.how__process-card-title{margin-top:50px}.how__diagram{display:grid;grid-template-columns:1fr 60px .5fr;grid-template-rows:auto 1fr auto;gap:0;text-align:left;margin:0}.how__top-steps{grid-column:1;grid-row:1;display:flex;flex-direction:row;justify-content:space-between;gap:clamp(24px,3vw,64px);align-items:flex-end;padding-bottom:0}.how__top-step{width:clamp(200px,16.77vw,322px);min-height:clamp(100px,6.97vw,134px);display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(10px,.8vw,16px);position:relative}.how__top-step:after{content:"";position:absolute;bottom:0;left:clamp(12px,1.5vw,24px);width:1px;height:clamp(12px,1.04vw,20px);background:linear-gradient(to bottom,#5eaef9,#5eaef91a)}.how__diagram-image-wrap{grid-column:1;grid-row:2;width:100%}.how__diagram-image{width:100%;max-width:100%;height:auto;display:block}.how__right-steps{grid-column:3;grid-row:2/ 3;display:flex;flex-direction:column;justify-content:unset;align-self:stretch}.how__right-step{min-height:clamp(100px,6.97vw,134px);display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(20px,2vw,36px);position:relative}.how__right-step:before{content:"";position:absolute;top:50px;left:0;width:clamp(12px,1.04vw,20px);height:1px;background:linear-gradient(to right,#5eaef91a,#5eaef9)}.how__bottom-step{grid-column:1 / 4;grid-row:3;display:flex;flex-direction:column;align-items:baseline;text-align:left;width:clamp(400px,36.1vw,694px);min-height:clamp(80px,6.97vw,134px);margin:clamp(12px,1vw,20px) auto 0;padding-top:clamp(12px,1vw,16px);position:relative}.how__bottom-step:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:clamp(12px,1.04vw,20px);background:linear-gradient(to bottom,#5eaef91a,#5eaef9)}.how__privacy{padding:clamp(28px,2.5vw,48px);margin-top:clamp(32px,3vw,56px);margin-bottom:clamp(32px,3vw,56px)}.how__privacy-grid{grid-template-columns:repeat(2,1fr);margin:0 auto;gap:clamp(20px,1.8vw,30px)}.how__process-grid{grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.8vw,28px);margin:100px 20px 0}.how__process-card{padding:clamp(20px,1.8vw,28px) clamp(42px,3vw,54px);position:relative;overflow:visible;margin-top:0}.how__process-icon{width:clamp(100px,6.04vw,116px);height:clamp(100px,6.04vw,116px);position:absolute;top:calc(-1*clamp(40px,3vw,58px));left:50%;transform:translate(-50%);margin-bottom:0;margin-top:0}}@media (min-width: 1460px){.how__container{padding-left:0;padding-right:0}}.testimonials{width:100%;background:#040d1f}.testimonials__container{max-width:1420px;margin:0 auto;padding:48px 20px 56px;text-align:center}.testimonials__main_tiitle{color:#fff;font-family:Manrope,sans-serif;font-weight:500;font-size:clamp(20px,2vw,24px);line-height:47px;letter-spacing:0%;text-align:center;vertical-align:middle;margin:0 0 6px}.testimonials__title{font-family:Poppins,sans-serif;color:#fff;margin:0 0 10px;font-weight:600;font-size:26px;line-height:32px;letter-spacing:0%;text-align:center;vertical-align:middle}.testimonials__title-accent{color:#2053f0}.testimonials__subtitle{font-family:Manrope,sans-serif;font-weight:500;color:#ffffffb3;margin:0 0 40px;font-size:18px;line-height:34px;letter-spacing:0%;text-align:center;vertical-align:middle}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:60px 58px;margin:0 30px}.testimonials__card{background:#fff;padding:50px 24px 24px;position:relative;margin-top:80px;text-align:center;display:flex;flex-direction:column;align-items:flex-start;overflow:visible}.testimonials__avatar{position:absolute;top:-44px;left:86.9%;transform:translate(-50%);width:81px;height:81px;border-radius:50%;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.testimonials__avatar img{width:68px;height:68px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonials__badge{display:inline-flex;flex-direction:column;align-items:flex-start;background:#2053f0;padding:10px 20px 8px;position:absolute;top:-24px;left:-24px;width:130px;height:42px;justify-content:center;box-shadow:0 4px 4px #00000040}.testimonials__badge:after{content:"";position:absolute;bottom:-18px;left:0;width:0;height:0;border-left:24px solid transparent;border-top:18px solid #2852D4}.testimonials__badge-name{font-family:Manrope,sans-serif;font-size:14px;font-weight:600;color:#fff}.testimonials__stars{display:flex;gap:2px}.testimonials__star--filled{color:#f59e0b;font-size:14px}.testimonials__star--empty{color:#ffffff4d;font-size:14px}.testimonials__quote{margin:0 auto clamp(20px,1.8vw,30px)}.testimonials__quote img{width:100%;height:100%;margin:0 auto;-o-object-fit:cover;object-fit:cover}.testimonials__text{font-family:Manrope,sans-serif;font-size:16px;font-weight:400;line-height:25px;color:#000;margin:0;text-align:center;width:100%}@media (min-width: 480px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.testimonials__title{font-size:28px}.testimonials__grid{grid-template-columns:repeat(2,1fr)}.testimonials__avatar{top:-44px;left:86.9%}.testimonials__subtitle{font-size:clamp(18px,2.5vw,20px)}}@media (min-width: 1024px){.testimonials__container{padding:clamp(56px,5vw,80px) 20px clamp(64px,6vw,96px)}.testimonials__title{font-size:clamp(28px,2.2vw,40px)}.testimonials__subtitle{font-size:clamp(18px,1.1vw,22px);margin-bottom:100px}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:30px 50px;margin:0 30px}.testimonials__avatar{width:clamp(99px,9.66vw,141px);height:clamp(99px,9.66vw,141px);top:clamp(-75px,-5.14vw,-53px);left:83%}.testimonials__avatar img{width:clamp(79px,8.05vw,120px);height:clamp(79px,8.05vw,120px)}.testimonials__badge{padding:10px 38px 8px;position:absolute;top:-36px;left:-36px;width:clamp(153px,14.93vw,218px);height:clamp(50px,4.93vw,72px)}.testimonials__card{margin-top:clamp(63px,6.16vw,90px);padding:clamp(20px,1.92vw,28px) clamp(22px,2.19vw,32px) clamp(22px,2.19vw,32px)}.testimonials__badge:after{bottom:-25px;left:0;width:0;height:0;border-left:36px solid transparent;border-top:25px solid #2852D4}.testimonials__badge-name{margin-bottom:4px;font-size:clamp(14px,1vw,17px)}.testimonials__text{font-size:clamp(17px,1vw,18px);line-height:1.6}.testimonials__quote{margin:clamp(20px,1.8vw,30px) auto clamp(20px,1.8vw,30px)}}@media (min-width: 1460px){.testimonials__container{padding-left:0;padding-right:0}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:30px 96px}}@media (min-width: 1540px){.testimonials__container{padding-left:0;padding-right:0}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:30px 96px;margin:0}}.faq{width:100%;background:#fff}.faq__container{max-width:1420px;margin:0 auto;padding:clamp(48px,5vw,80px) 20px clamp(48px,5vw,72px);text-align:center}.faq__title{font-size:clamp(26px,3.99vw,32px);font-weight:700;color:#000;margin:0 0 8px}.faq__title-accent{color:#2053f0}.faq__subtitle{font-size:18px;font-family:Manrope,sans-serif;font-weight:500;line-height:34px;letter-spacing:0%;text-align:center;vertical-align:middle;color:#000000b3;margin:0 0 clamp(28px,3vw,48px)}.faq__list{max-width:1114px;margin:0 auto;display:flex;flex-direction:column;gap:10px;text-align:left}.faq__item{background:#2053f01a;border-radius:8px;position:relative;overflow:hidden}.faq__item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#2050f2,#20bca6);border-radius:8px 0 0 8px}.faq__item--open{border:.45px solid transparent;background-clip:padding-box;box-shadow:0 0 0 .45px #2050f24d}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:19.5px 24px 19.5px 28px;background:none;border:none;cursor:pointer;text-align:left;gap:12px}.faq__question-text{color:#000;font-family:Manrope,sans-serif;font-weight:500;font-size:clamp(17px,4vw,18px);line-height:27px;letter-spacing:0%;vertical-align:middle}.faq__icon{font-family:Plus Jakarta Sans,sans-serif;font-weight:500;font-size:30px;line-height:50px;letter-spacing:0%;text-align:center;vertical-align:middle;color:#000;transition:transform .2s ease}.faq__item--open .faq__icon{transform:rotate(0)}.faq__answer{padding:0 clamp(20px,2vw,28px) clamp(14px,1.2vw,20px) clamp(20px,2vw,28px)}.faq__answer p{font-size:clamp(13px,.88vw,14.5px);color:#475569;line-height:1.7;margin:0}@media (min-width: 1024px){.faq__question-text{font-size:20px;line-height:27px}.faq__subtitle{font-size:clamp(18px,2vw,22px)}}@media (min-width: 1460px){.faq__container{padding-left:0;padding-right:0}.faq__subtitle{font-size:22px}}@keyframes faqItemIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq__item{animation:faqItemIn .5s ease both}.faq__item:nth-child(1){animation-delay:.05s}.faq__item:nth-child(2){animation-delay:.1s}.faq__item:nth-child(3){animation-delay:.15s}.faq__item:nth-child(4){animation-delay:.2s}.faq__item:nth-child(5){animation-delay:.25s}.faq__item:nth-child(6){animation-delay:.3s}.faq__item:nth-child(7){animation-delay:.35s}.faq__item:nth-child(8){animation-delay:.4s}.faq__item:nth-child(9){animation-delay:.45s}.contact{width:100%;padding:48px 0 60px}.contact__container{max-width:1420px;margin:0 auto;padding-bottom:30px;background:#040d1f;border-radius:13px;position:relative}.contact__info{display:flex;flex-direction:column;background:#040d1f;padding:32px 24px 0;border-radius:16px;align-items:center;text-align:center}.contact__info-sub{display:none}.contact__info-list{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}.contact__info-item{display:flex;align-items:flex-start;gap:14px;flex-direction:column;align-items:center;text-align:center}.contact__info-icon{width:36px;height:36px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.contact__info-text{display:flex;flex-direction:column;align-items:center;gap:2px}.contact__info-item-title,.contact__info-item-line{font-family:Poppins,sans-serif;color:#fff;line-height:1.5;letter-spacing:0%}.contact__info-item-title{font-weight:500;font-size:18px}.contact__info-item-line{font-weight:400;font-size:15px;opacity:.85}.contact__wrapper{background:#fff;box-shadow:0 0 8px 6px #0000002e;margin:0 20px;padding:0 20px;border-radius:12px 12px 16px 16px}.contact__form-panel{padding:36px 24px 44px;display:flex;flex-direction:column}.contact__form-title,.contact__info-title{font-family:Poppins,sans-serif;font-weight:600;font-size:26px;line-height:44px}.contact__form-title{color:#000;margin:0 auto 10px}.contact__info-title{color:#fff;margin:0 0 20px}.contact__form-sub{font-family:Manrope,sans-serif;font-size:16px;color:#000000b3;line-height:1.6;margin:0 0 24px;font-weight:500;text-align:center}.contact__fields{display:flex;flex-direction:column;gap:20px}.contact__field{display:flex;flex-direction:column;gap:4px}.contact__label{font-family:Manrope,sans-serif;font-weight:500;font-size:clamp(14px,2vw,16px);line-height:32px;color:#00000080}.contact__input{border:none;border-bottom:1px solid #d0d0d0;outline:none;padding-bottom:8px;font-family:Manrope,sans-serif;font-size:14px;color:#111;background:transparent;transition:border-color .2s;width:100%}.contact__input:focus{border-bottom-color:#2053f0}.contact__input--error{border-bottom-color:#e53e3e}.contact__error{font-family:Manrope,sans-serif;font-size:12px;color:#e53e3e;margin-top:2px}.contact__submit{background:linear-gradient(135deg,#204bf6,#061438);color:#fff;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;cursor:pointer;transition:opacity .2s;padding:15px 0;width:100%;margin:12px 0 0;font-size:18px;line-height:1.2;text-align:center}.contact__submit:hover{opacity:.88}.contact__submit:disabled{opacity:.6;cursor:not-allowed}.contact__success{display:flex;flex-direction:column;align-items:center;gap:20px;padding:60px 20px;text-align:center;min-height:320px;justify-content:center}.contact__success-icon{width:76px;height:76px;border-radius:50%;background:#204bf61a;color:#204bf6;font-size:36px;font-weight:700;display:flex;align-items:center;justify-content:center}.contact__success p{font-size:17px;color:#333;max-width:360px}@media (min-width: 768px){.contact{padding:56px 0 80px}.contact__container{padding:0 20px;background:none}.contact__info{position:relative;width:100%;border-radius:0;padding:40px 40px 80px;flex-direction:column;align-items:center;text-align:center}.contact__info-sub{display:block;font-size:16px;color:#ffffffd9;margin:0 0 32px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.6;max-width:560px}.contact__info-list{flex-direction:row;justify-content:center;gap:0;width:100%;margin-bottom:0}.contact__info-item{flex:1;flex-direction:column;align-items:center;gap:10px;padding:0 16px;border-right:1px solid rgba(255,255,255,.15);text-align:center}.contact__info-item:last-child{border-right:none}.contact__info-icon{width:44px;height:44px}.contact__wrapper{position:relative;margin:-48px 24px 0;border-radius:0;box-shadow:0 8px 32px #00000038;z-index:2}.contact__form-panel{padding:40px 48px 48px;border-radius:0}.contact__form-title{font-size:28px;text-align:center}.contact__form-sub{font-size:18px;text-align:center;margin-bottom:32px}.contact__submit{padding:15px 0;width:100%;font-size:18px;margin-top:12px}}@media (min-width: 1024px){.contact{padding:80px 0 100px}.contact__container{display:flex;align-items:center;min-height:clamp(600px,53.5vw,760px);padding:0 20px}.contact__info{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:clamp(280px,30%,420px);min-height:clamp(500px,48.3vw,686px);background:#040d1f;padding:clamp(32px,3.5vw,52px) clamp(24px,2.8vw,40px);border-radius:0;z-index:2;flex-direction:column;align-items:flex-start;text-align:left}.contact__info-sub{display:block;font-size:clamp(14px,1vw,18px);color:#fff;margin:0 0 36px;font-family:Poppins,sans-serif;font-weight:400;line-height:1.6;text-align:left;max-width:none}.contact__info-list{flex-direction:column;gap:24px;width:auto;margin-bottom:0;align-items:flex-start}.contact__info-item{flex-direction:row;align-items:flex-start;gap:14px;padding:0;border-right:none;text-align:left}.contact__info-icon{width:38px;height:38px}.contact__info-item-title{font-size:clamp(14px,1vw,18px);margin:0 0 2px}.contact__info-item-line{font-size:clamp(12px,.9vw,16px);opacity:1}.contact__wrapper{position:relative;margin:0 0 0 clamp(140px,10%,184px);width:calc(100% - clamp(140px,10%,184px));min-height:clamp(600px,53.5vw,760px);display:flex;align-items:center;border-radius:0;box-shadow:0 0 8px 6px #0000002e;z-index:1}.contact__form-panel{padding-left:clamp(160px,23vw,380px);padding-right:clamp(40px,4vw,72px);padding-top:clamp(40px,4vw,60px);padding-bottom:clamp(40px,4vw,60px);width:100%;display:flex;flex-direction:column;justify-content:center}.contact__form-title{font-size:clamp(26px,2vw,34px);line-height:44px;text-align:left;margin:0 0 10px}.contact__info-title{font-size:clamp(26px,2vw,34px);line-height:44px}.contact__form-sub{font-size:18px;line-height:32px;text-align:left;margin-bottom:28px}.contact__fields{gap:22px}.contact__submit{width:auto;padding:17.5px 100px;margin:8px auto 0;font-size:20px}.contact__info-text{align-items:flex-start}.contact__label{font-size:clamp(15px,1vw,17px)}.contact__input{padding:8px 0}}@media (min-width: 1460px){.contact__container{padding-left:0;padding-right:0}.contact__info{left:0;width:558px;min-height:686px}.contact__wrapper{margin-left:184px;width:1236px;min-height:760px}.contact__form-panel{padding-left:480px}.contact__submit{padding:17.5px 139px}.contact__form-sub{font-size:20px}}.contact__recaptcha{transform-origin:0 0;min-width:304px;min-height:78px}@media (max-width: 480px){.contact__recaptcha{transform:scale(.85);min-height:66.3px}}@media (max-width: 360px){.contact__recaptcha{transform:scale(.77);min-height:60.06px}}.contact__phone-input{display:flex;align-items:center;width:100%;height:46px;padding:0 12px;border-bottom:1px solid #d0d0d0}.contact__phone-input.contact__input--error{border-color:#ef4444}.contact__phone-input .PhoneInputCountry{margin-right:8px}.contact__phone-input .PhoneInputCountrySelect{background:transparent;color:#111}.contact__phone-input .PhoneInputCountrySelectArrow{opacity:.7;color:#111;border-color:#666464}.contact__phone-input .PhoneInputInput{flex:1;background:transparent;border:none;outline:none;color:#111;font-family:Manrope,sans-serif;font-size:14px}.contact__phone-input .PhoneInputInput::-moz-placeholder{color:#fff6}.contact__phone-input .PhoneInputInput::placeholder{color:#fff6}.contact__phone-input:focus-within{border-color:#3b82f6}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.cta-banner{width:100%;padding:0 20px;box-sizing:border-box;position:relative;z-index:2;margin-bottom:-144px}.cta-banner__inner{max-width:1440px;margin:0 auto;background:#040d1f;border-radius:20px;border:4px solid #ffffff;padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.cta-banner__title{color:#fff;margin:0;font-family:Poppins,sans-serif;font-weight:600;font-size:20px;line-height:1.3;letter-spacing:0%;text-align:center}.cta-banner__accent{color:#3b82f6}.cta-banner__subtitle{color:#fff;margin:0;max-width:100%;font-family:Manrope,sans-serif;font-weight:500;font-size:15px;line-height:1.6;letter-spacing:0%;text-align:center}.cta-banner__btn{font-family:Poppins,sans-serif;font-weight:500;font-size:13px;line-height:1.4;letter-spacing:0%;text-align:center;display:inline-block;background:linear-gradient(92.93deg,#204bf6,#061438 99.64%);color:#fff;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;margin-top:4px;transition:background .2s ease}.cta-banner__btn:hover{background:#1a3fd0}@media (min-width: 480px){.cta-banner__inner{border-radius:28px;border:6px solid #ffffff;padding:32px 28px;gap:14px}.cta-banner__title{font-size:24px}.cta-banner__subtitle{font-size:16px;max-width:90%}.cta-banner__btn{font-size:15px;padding:11px 24px}}@media (min-width: 768px){.cta-banner__inner{border-radius:24px;border:6px solid #ffffff;padding:40px;gap:16px}.cta-banner__title{font-size:28px;line-height:1.25}.cta-banner__subtitle{font-size:18px;line-height:28px;max-width:75%}.cta-banner__btn{font-size:17px;padding:12px 28px}}@media (min-width: 1024px){.cta-banner__inner{border-radius:32px;border:8px solid #ffffff;padding:clamp(38px,3.5vw,58px) clamp(24px,4vw,64px);gap:16px}.cta-banner__title{font-size:34px;line-height:45px}.cta-banner__subtitle{font-size:22px;line-height:34px;max-width:55%}.cta-banner__btn{font-size:20px;line-height:20px;padding:clamp(10px,.8vw,14px) clamp(20px,2vw,32px)}}@media (min-width: 1460px){.cta-banner{padding:0}.cta-banner__inner{border-radius:56px;border:12px solid #ffffff}}body{overflow-x:hidden}main{overflow-x:clip}.sr{opacity:0;transform:translateY(40px);transition:opacity .65s ease,transform .65s ease}.sr-left{opacity:0;transform:translate(-50px);transition:opacity .65s ease,transform .65s ease}.sr-right{opacity:0;transform:translate(50px);transition:opacity .65s ease,transform .65s ease}.sr-scale{opacity:0;transform:scale(.88) translateY(20px);transition:opacity .6s ease,transform .6s ease}.sr-visible{opacity:1!important;transform:none!important}.sr-d1{transition-delay:.1s}.sr-d2{transition-delay:.2s}.sr-d3{transition-delay:.3s}.sr-d4{transition-delay:.4s}.sr-d5{transition-delay:.5s}.sr-d6{transition-delay:.6s}#home,#features,#how-it-works,#testimonials,#faq,#contact{scroll-margin-top:80px}.privacy__link{color:#2053f0;text-decoration:underline}.privacy-page,.terms-page{padding-top:var(--header-height, 130px)}.pp-page{width:100%;font-family:Manrope,sans-serif;color:#2c2c2a;background:#f7f5f0}.pp-hero{width:100%;background:linear-gradient(160deg,#040d1f,#0d2a55 60%,#1a3a6e);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;text-align:center;padding:90px 20px 48px}.pp-hero__inner{max-width:1420px;margin:0 auto;padding:32px 20px 0}.pp-hero__title{font-family:Inter,sans-serif;font-weight:700;font-size:32px;line-height:1.15;color:#fff;margin:0 0 12px;letter-spacing:-.01em}.pp-hero__sub{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;line-height:1.6;color:#ffffffbf;max-width:480px;margin:0 auto 20px}.pp-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#1a6fd42e;border:.5px solid rgba(96,165,250,.3);border-radius:20px;padding:6px 14px;font-size:12px;font-family:Manrope,sans-serif;color:#8aabd4}.pp-hero__badge:before{content:"";width:7px;height:7px;border-radius:50%;background:#4ade80;flex-shrink:0}.pp-body{max-width:1420px;margin:0 auto;padding:48px 20px;display:grid;grid-template-columns:1fr;gap:0;align-items:start}.pp-sidebar{display:none}.pp-sidebar__label{font-size:11px;font-weight:600;color:#888780;text-transform:uppercase;letter-spacing:.07em;margin:0 0 8px;font-family:Manrope,sans-serif}.pp-sidebar__btn{text-align:left;background:none;border:none;cursor:pointer;padding:5px 10px;border-radius:6px;font-size:13px;font-family:Manrope,sans-serif;color:#5f5e5a;font-weight:400;transition:all .12s;width:100%}.pp-sidebar__btn--active{color:#2053f0;font-weight:600;background:#e6f1fb}.pp-sidebar__btn:hover:not(.pp-sidebar__btn--active){background:#ede9e2;color:#2c2c2a}.pp-main{min-width:0}.pp-section{margin-bottom:32px;scroll-margin-top:90px}.pp-section__title{font-family:Manrope,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #d6e4f0;letter-spacing:-.01em}.pp-text{font-family:Poppins,sans-serif;font-size:13px;line-height:1.7;color:#64748b;margin:0}.pp-text--mb{margin-bottom:1rem}.pp-text--mt{margin-top:1rem}.pp-text--muted{color:#94a3b8;font-size:12px}.pp-notice{display:flex;gap:10px;border-radius:0 8px 8px 0;padding:12px 16px;margin-bottom:1rem;align-items:flex-start}.pp-notice p{margin:0;font-size:12.5px;font-family:Poppins,sans-serif;line-height:1.65}.pp-notice__icon{font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}.pp-notice--success{background:#eaf3de;border-left:3px solid #3b6d11}.pp-notice--success .pp-notice__icon,.pp-notice--success p{color:#3b6d11}.pp-notice--info{background:#e6f1fb;border-left:3px solid #185fa5}.pp-notice--info .pp-notice__icon{color:#185fa5}.pp-notice--info p{color:#0c447c}.pp-notice--warning{background:#faeeda;border-left:3px solid #854f0b}.pp-notice--warning .pp-notice__icon,.pp-notice--warning p{color:#854f0b}.pp-data-row{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #d6e4f0}.pp-data-row__icon{width:34px;height:34px;border-radius:10px;background:#e6f1fb;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.pp-data-row__body{flex:1;min-width:0}.pp-data-row__header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.pp-data-row__title{font-family:Manrope,sans-serif;font-size:14px;font-weight:600;color:#000}.pp-data-row__desc{margin:0;font-family:Poppins,sans-serif;font-size:12.5px;color:#64748b;line-height:1.6}.pp-tag{display:inline-block;font-size:11px;font-weight:500;font-family:Manrope,sans-serif;padding:2px 9px;border-radius:999px;background:#e6f1fb;color:#0c447c;border:.5px solid #b5d4f4}.pp-check-row{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #d6e4f0}.pp-check-row__check{color:#3b6d11;font-weight:700;font-size:15px;flex-shrink:0;margin-top:1px}.pp-check-row__title{margin:0 0 2px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;color:#000}.pp-check-row__desc{margin:0;font-family:Poppins,sans-serif;font-size:12.5px;color:#64748b;line-height:1.6}.pp-file-row{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #d6e4f0;align-items:flex-start}.pp-file-row__name{font-size:11.5px;background:#e8e6df;color:#3c3489;padding:3px 8px;border-radius:6px;flex-shrink:0;margin-top:2px;font-family:monospace}.pp-file-row__desc{margin:0;font-family:Poppins,sans-serif;font-size:12.5px;color:#64748b;line-height:1.6}.pp-right-row{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #d6e4f0}.pp-right-row__num{width:24px;height:24px;border-radius:6px;background:#e6f1fb;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;color:#185fa5;font-weight:700;font-family:Manrope,sans-serif}.pp-contact-card{background:#fff;border:1px solid #d6e4f0;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:10px}.pp-contact-row{display:flex;gap:10px;align-items:center}.pp-contact-row__label{font-size:12px;font-family:Manrope,sans-serif;color:#94a3b8;min-width:60px}.pp-link{color:#2052d9;text-decoration:none;font-size:13px;font-family:Poppins,sans-serif}.pp-link:hover{text-decoration:underline}.pp-footer-bar{border-top:1px solid #d6e4f0;padding-top:2rem;margin-top:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:12px;font-family:Manrope,sans-serif;color:#94a3b8}code{font-size:11.5px;background:#e8e6df;padding:1px 5px;border-radius:4px;font-family:monospace}@media (min-width: 480px){.pp-hero__title{font-size:36px}}@media (min-width: 640px){.pp-hero{padding-bottom:56px;padding-left:24px;padding-right:24px}.pp-body{padding:56px 24px}.pp-hero__sub{font-size:15px}}@media (min-width: 768px){.pp-hero__title{font-size:42px}.pp-hero__sub{font-size:16px}.pp-section__title{font-size:20px}.pp-text{font-size:14px}}@media (min-width: 1024px){.pp-hero{padding-top:clamp(100px,7vw,130px);padding-bottom:clamp(56px,5vw,80px)}.pp-hero__inner{padding:clamp(40px,4vw,64px) 20px 0}.pp-hero__title{font-size:clamp(42px,3.2vw,60px);line-height:1.1}.pp-hero__sub{font-size:18px;max-width:520px}.pp-body{grid-template-columns:200px 1fr;gap:3rem;padding:clamp(48px,5vw,80px) 20px}.pp-sidebar{display:flex;flex-direction:column;gap:2px;position:sticky;top:calc(clamp(100px,7vw,130px) + 1.5rem)}.pp-section__title{font-size:clamp(18px,1.4vw,22px)}.pp-text{font-size:clamp(13px,.9vw,15px)}}@media (min-width: 1460px){.pp-hero,.pp-body{padding-left:0;padding-right:0}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sticky{position:sticky}.block{display:block}.grid{display:grid}.hidden{display:none}.resize{resize:both}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
