.styles_main__kq1p2{width:100%;display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem}.styles_container__da2QC{width:100%;max-width:800px;background:linear-gradient(135deg,#0f0f23,#1a1a3e 50%,#0f0f23);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);border-radius:20px;padding:2.5rem;margin:0 auto;box-shadow:0 8px 32px rgba(0,0,0,.3)}.styles_formHeader__yyH8E{text-align:center;margin-bottom:2.5rem}.styles_formHeader__yyH8E h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#3490dc,#4caf50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.styles_formHeader__yyH8E p{color:hsla(0,0%,100%,.8);font-size:1.1rem;line-height:1.6;max-width:600px;margin:0 auto}.styles_contactForm__kSBTB{display:flex;flex-direction:column;gap:1.5rem}.styles_formRow__E_EWU{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media(max-width:768px){.styles_formRow__E_EWU{grid-template-columns:1fr}}.styles_formGroup__5CnTw{display:flex;flex-direction:column;gap:.5rem}.styles_formGroup__5CnTw label{color:hsla(0,0%,100%,.9);font-size:.95rem;font-weight:600;margin-bottom:.25rem}.styles_formGroup__5CnTw input,.styles_formGroup__5CnTw select,.styles_formGroup__5CnTw textarea{background:rgba(30,35,45,.8);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:1rem 1.25rem;color:#fff;font-size:.95rem;font-weight:500;transition:all .3s ease;resize:vertical}.styles_formGroup__5CnTw input::placeholder,.styles_formGroup__5CnTw select::placeholder,.styles_formGroup__5CnTw textarea::placeholder{color:hsla(0,0%,100%,.6)}.styles_formGroup__5CnTw input:focus,.styles_formGroup__5CnTw select:focus,.styles_formGroup__5CnTw textarea:focus{outline:none;border-color:var(--primary,#3490dc);background:rgba(30,35,45,.9);box-shadow:0 0 0 3px rgba(52,144,220,.2);transform:translateY(-1px)}.styles_formGroup__5CnTw input:hover:not(:focus),.styles_formGroup__5CnTw select:hover:not(:focus),.styles_formGroup__5CnTw textarea:hover:not(:focus){border-color:hsla(0,0%,100%,.3);background:rgba(30,35,45,.85)}.styles_formGroup__5CnTw select{cursor:pointer}.styles_formGroup__5CnTw select option{background:#1e232d;color:#fff;padding:.5rem}.styles_formGroup__5CnTw select option:checked{background:var(--primary,#3490dc)}.styles_formGroup__5CnTw select option:hover{background:rgba(52,144,220,.2)}.styles_formGroup__5CnTw textarea{min-height:120px;font-family:inherit}.styles_submitButton__Cqa0N{background:linear-gradient(135deg,#3490dc,#4caf50);color:#fff;border:none;border-radius:12px;padding:1.25rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;position:relative;overflow:hidden}.styles_submitButton__Cqa0N:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.styles_submitButton__Cqa0N:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--primary-rgb,52,144,220),.4)}.styles_submitButton__Cqa0N:hover:not(:disabled):before{left:100%}.styles_submitButton__Cqa0N:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.styles_submitButton__Cqa0N:disabled:hover{transform:none}.styles_loadingSpinner__NkItt{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:styles_spin__bgLQd 1s linear infinite}@keyframes styles_spin__bgLQd{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_successMessage__tx6pH{text-align:center;padding:3rem 2rem}.styles_successMessage__tx6pH .styles_successIcon__sQEpP{font-size:4rem;margin-bottom:1.5rem;animation:styles_bounce___4chv .6s ease-in-out}.styles_successMessage__tx6pH h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary) 0,#4caf50 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.styles_successMessage__tx6pH p{color:hsla(0,0%,100%,.8);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.styles_newMessageButton__NgM0b{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.styles_newMessageButton__NgM0b:hover{background:hsla(0,0%,100%,.2);border-color:var(--primary);transform:translateY(-2px)}@keyframes styles_bounce___4chv{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:768px){.styles_container__da2QC{padding:2rem 1.5rem;margin:0 1rem;border-radius:16px}.styles_formHeader__yyH8E h1{font-size:2rem}.styles_formHeader__yyH8E p{font-size:1rem}.styles_contactForm__kSBTB{gap:1.25rem}.styles_formGroup__5CnTw input,.styles_formGroup__5CnTw select,.styles_formGroup__5CnTw textarea{padding:.875rem 1rem}.styles_submitButton__Cqa0N{padding:1rem 1.5rem;font-size:.95rem}.styles_successMessage__tx6pH{padding:2rem 1rem}.styles_successMessage__tx6pH h2{font-size:1.75rem}.styles_successMessage__tx6pH p{font-size:1rem}}.styles_footer__5fVPA{margin-top:2rem;width:100%}.styles_container__i1JE_{max-width:1320px;margin:0 auto;padding:3rem 2rem 2rem}.styles_content__PaotZ{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.styles_brandSection__20I7s{display:flex;flex-direction:column;gap:1rem}.styles_logoIcon__gT45m,.styles_logo__mBkPe{display:flex;align-items:center}.styles_logoIcon__gT45m{width:32px;height:32px;background:var(--primary);border-radius:8px;justify-content:center;position:relative}.styles_circle__scnS2{width:16px;height:16px;background:#fff;border-radius:50%}.styles_logoText___Mj3y{font-size:1.5rem;font-weight:700;color:#000}.styles_description__rQ5yd{color:#666;font-size:.95rem;line-height:1.5;margin:0;max-width:280px;text-align:left}.styles_linkColumn___ATTS{display:flex;flex-direction:column;gap:1rem}.styles_linkColumn___ATTS h3{color:#000;font-size:1.1rem;font-weight:600;margin:0}.styles_linkColumn___ATTS ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.styles_linkColumn___ATTS li{margin:0}.styles_linkColumn___ATTS a{color:#666;text-decoration:none;font-size:.95rem;transition:color .3s ease}.styles_linkColumn___ATTS a:hover{color:var(--primary)}.styles_newsletterSection__pNoUO{display:flex;flex-direction:column;gap:2rem}.styles_locationSection__I3ISz h3{color:#000;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.styles_locationSection__I3ISz p{color:#666;font-size:.95rem;margin:0}.styles_newsletter__RmMTq h3{color:#000;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.styles_emailForm__5Y6cj{display:flex;gap:.5rem;align-items:center}.styles_emailForm__5Y6cj input{max-width:300px}.styles_emailInput___ghWv{flex:1 1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .3s ease}.styles_emailInput___ghWv:focus{border-color:var(--primary)}.styles_emailInput___ghWv::placeholder{color:#999}.styles_submitButton__Oi_gl{background:var(--primary);border:none;border-radius:8px;padding:12px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.styles_submitButton__Oi_gl:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(51,205,148,.3)}.styles_submitButton__Oi_gl svg{font-size:1.1rem}.styles_bottom__YJAM5{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #e0e0e0}.styles_socialMedia__7MuOZ{display:flex;margin-top:1rem;justify-content:flex-start;gap:.5rem}.styles_socialLink__4zipf{width:40px;height:40px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#000;text-decoration:none;transition:all .3s ease}.styles_socialLink__4zipf:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(51,205,148,.3)}.styles_socialLink__4zipf svg{font-size:1.1rem}.styles_copyright___55SA{width:100%;color:#666;font-size:.9rem;display:flex;align-items:center;justify-content:flex-start;flex-direction:row}.styles_copyright___55SA a{margin-left:auto}.styles_copyright___55SA b{color:#8849f9}@media(max-width:1024px){.styles_content__PaotZ{grid-template-columns:1fr 1fr;gap:2rem}.styles_newsletterSection__pNoUO{grid-column:span 2}}@media(max-width:768px){.styles_container__i1JE_{padding:2rem 1rem 1rem}.styles_content__PaotZ{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.styles_brandSection__20I7s{text-align:center}.styles_description__rQ5yd{max-width:100%}.styles_bottom__YJAM5{flex-direction:column;gap:1rem;text-align:center}.styles_socialMedia__7MuOZ{order:2}.styles_copyright___55SA{order:1}}@media(max-width:499px){.styles_content__PaotZ{display:flex;flex-direction:column;gap:3rem;margin-bottom:3rem}.styles_copyright___55SA{justify-content:center}.styles_copyright___55SA a{display:none}}.styles_main__pVrj2{width:100dvw;height:100%;flex-shrink:0;display:flex;align-items:center;padding:2rem;justify-content:flex-start;flex-direction:column}.styles_header__6Tna8{display:flex;width:100%;max-width:1344.835px;padding:21px 32px;justify-content:space-between;align-items:center;border-radius:100px;border:1px solid hsla(0,0%,100%,.29);background:hsla(0,0%,100%,.06)}.styles_header__6Tna8 img{margin-right:25%}.styles_header__6Tna8 a{margin:0 .75rem;transition:all .2s}.styles_header__6Tna8 a:hover{transform:scale(1.03)}.styles_header__6Tna8 a#styles_exp__I_9Wl{display:inline-flex;flex-shrink:0;background:#33cd94;margin-left:auto}.styles_header__6Tna8 a#styles_exp__I_9Wl,.styles_header__6Tna8 a#styles_new__4VfA5{height:52px;padding:15px 20px;justify-content:center;align-items:center;gap:10px;border-radius:43px;color:#000;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.styles_header__6Tna8 a#styles_new__4VfA5{display:flex;background:#fff;text-align:center;margin-right:0}@media(max-width:999px){.styles_header__6Tna8 img{margin-right:0}}@media(max-width:799px){.styles_header__6Tna8 a#styles_exp__I_9Wl,.styles_header__6Tna8 a#styles_new__4VfA5{display:none}}@media(max-width:499px){.styles_header__6Tna8{justify-content:center}.styles_header__6Tna8 a{display:none}}.styles_main__RtTwn{width:100dvw;height:100%;flex-shrink:0;display:flex;align-items:center;padding:2rem 2rem 0;justify-content:flex-start;flex-direction:column;background:linear-gradient(90deg,rgba(0,0,0,.36),rgba(0,0,0,.11)),radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.12) 0,rgba(0,0,0,.4) 100%),url(/_next/static/media/background.24c1c376.png) #d3d3d3 50%/cover no-repeat}.styles_line1__s6jqz{width:100%;max-width:1320px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;margin-top:6rem}.styles_line1__s6jqz h1{width:100%;max-width:893px;flex-shrink:0;color:#fff;font-size:70px;font-style:normal;font-weight:400;line-height:normal;line-height:80px}.styles_line2__8Mta8{width:100%;max-width:1320px;flex-direction:row;margin-top:-8rem}.styles_line2__8Mta8,.styles_right__m_5sp{display:flex;align-items:flex-start;justify-content:flex-start}.styles_right__m_5sp{flex-direction:column;margin-left:auto}.styles_right__m_5sp p{align-self:stretch;color:hsla(0,0%,100%,.8);font-size:21px;font-style:normal;font-weight:500;max-width:260px}.styles_right__m_5sp a{max-width:300px;width:90%;transition:all .2s;margin-bottom:1.5rem}.styles_right__m_5sp a:hover{transform:scale(1.03)}.styles_right__m_5sp a#styles_exp__x9vyX{padding:.75rem 2rem;border-radius:100px;background:#33cd94;font-size:18px;margin-top:4rem}.styles_right__m_5sp a#styles_exp__x9vyX,.styles_right__m_5sp a#styles_new__VVswQ{display:flex;justify-content:center;align-items:center;gap:.3rem;color:#000;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.styles_right__m_5sp a#styles_new__VVswQ{width:90%;height:3.25rem;padding:.625rem;border-radius:6.25rem;background:#fff;font-size:1.125rem}.styles_card__T5l7G{width:35.15788rem;height:20.6875rem;flex-shrink:0;position:relative;margin-left:auto;margin-top:auto;margin-bottom:2rem}.styles_card__T5l7G svg{-webkit-backdrop-filter:blur(6.6px);backdrop-filter:blur(6.6px);-webkit-clip-path:url(#bgblur_0_10423_33403_clip_path);clip-path:url(#bgblur_0_10423_33403_clip_path);height:100%;width:100%;position:absolute;top:0;left:0;z-index:1}.styles_greenCircle__ERTd5{position:absolute;top:20px;right:10px;width:60px;height:60px;background:var(--primary);border-radius:50%;z-index:3}.styles_cardContent__Ad2HP{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;width:100%;padding:3rem 2rem 3rem 3rem}.styles_cardContent__Ad2HP h3{color:#fff;font-size:2rem;font-style:normal;font-weight:400;line-height:2.2rem;max-width:320px;margin-top:7rem}.styles_avatarGroup__rgLc8{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);padding:.5rem 1rem;border-radius:25px;margin-top:5rem;width:240px;margin-left:auto}.styles_avatarGroup__rgLc8 .styles_avatar__eqpK8{width:30px;height:30px;border-radius:50%;margin-left:-8px}.styles_avatarGroup__rgLc8 .styles_avatar__eqpK8:first-child{margin-left:0}.styles_avatarGroup__rgLc8 .styles_avatar__eqpK8 img{border-radius:50%;border:1px solid #fff}.styles_avatarGroup__rgLc8 .styles_avatarText__GjYuZ{color:#000;font-size:.9rem;font-weight:600;margin-left:.5rem}.styles_liveStatus__8X2PI{display:flex;align-items:center;gap:.75rem;background:var(--primary);padding:.75rem 1.5rem;border-radius:30px;margin-top:5rem;width:-moz-fit-content;width:fit-content;margin-left:auto}.styles_liveStatus__8X2PI span{color:#000;font-size:.95rem;font-weight:500}.styles_liveStatus__8X2PI span strong{font-weight:700;font-size:1.1rem}.styles_pulse__j95_3{position:relative;display:inline-block;width:12px;height:12px;background:#0f8;border-radius:50%;box-shadow:0 0 8px rgba(0,255,136,.8)}.styles_pulse__j95_3:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#0f8;animation:styles_pulseRing__V4TL_ 2s ease-out infinite}@keyframes styles_pulseRing__V4TL_{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}@media(max-width:1199px){.styles_line2__8Mta8{max-width:100vw;align-items:center;flex-direction:column-reverse;margin-top:0}.styles_card__T5l7G{position:relative;margin-left:0;margin-top:0;margin-bottom:2rem}.styles_line1__s6jqz{align-items:center;flex-direction:column}.styles_line1__s6jqz h1{text-align:center}.styles_right__m_5sp{margin-top:2rem;align-items:center;justify-content:center;margin-left:0}.styles_right__m_5sp p{text-align:center;max-width:100%}}@media(max-width:499px){.styles_line1__s6jqz h1{color:#fff;font-size:3rem;line-height:3.2rem}.styles_line2__8Mta8 img{width:400px;height:auto}.styles_card__T5l7G{display:none}}.styles_main__KEsMo{width:100dvw;height:100%;max-width:1320px;margin-top:0;flex-shrink:0;display:flex;align-items:center;padding:2rem;justify-content:flex-start;flex-direction:column}.styles_main__KEsMo h1{color:#000;text-align:center;font-size:4rem;font-style:normal;font-weight:400;line-height:normal}.styles_line__KUy9d{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:2rem;margin-top:5rem}.styles_item__RNTUg{width:23.75013rem;height:22.14919rem;transform:rotate(1turn);margin-bottom:2rem;flex-shrink:0;fill:#fff;stroke-width:1px;stroke:rgba(0,0,0,.22);position:relative}.styles_item__RNTUg svg#styles_circle__JiqRg{background-color:#33cd94;border-radius:50%;padding:1rem;position:absolute;top:10%;left:10%}.styles_item__RNTUg p{color:#000;font-size:1.75rem;font-style:normal;font-weight:500;line-height:normal;position:absolute;top:52%;text-align:left;max-width:200px;left:22%}.styles_main__rT2FO{width:100dvw;height:100%;max-width:1320px;flex-shrink:0;display:flex;align-items:center;padding:2rem;justify-content:flex-start;flex-direction:column;gap:4rem;margin:4rem 0}.styles_header__rBC_7{text-align:center;max-width:800px}.styles_header__rBC_7 h2{color:#000;font-size:3.5rem;font-weight:500;margin-bottom:1rem}.styles_header__rBC_7 p{color:rgba(0,0,0,.7);font-size:1.25rem;font-weight:400}.styles_flowDiagram__ANotI{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:3rem 2rem;background:linear-gradient(135deg,rgba(51,205,148,.05),rgba(51,205,148,.02));border-radius:16px;border:1px solid rgba(51,205,148,.1)}.styles_flowStep__80oai{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1}.styles_flowStep__80oai .styles_iconWrapper__16_RQ{width:80px;height:80px;border-radius:50%;background:#33cd94;display:flex;align-items:center;justify-content:center;color:#000;margin-bottom:1rem;transition:transform .3s ease}.styles_flowStep__80oai .styles_iconWrapper__16_RQ:hover{transform:scale(1.1)}.styles_flowStep__80oai h4{color:#000;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.styles_flowStep__80oai p{color:rgba(0,0,0,.6);font-size:.9rem;max-width:120px}.styles_flowArrow__8dwS9{color:#33cd94;flex-shrink:0;animation:styles_pulse__2gUyD 2s ease-in-out infinite}@keyframes styles_pulse__2gUyD{0%,to{opacity:.5}50%{opacity:1}}.styles_metricsGrid__VQ9_2{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.styles_metricCard__xsGSX{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;background:#fff;border:2px solid rgba(51,205,148,.2);border-radius:12px;transition:all .3s ease}.styles_metricCard__xsGSX:hover{transform:translateY(-8px);border-color:#33cd94;box-shadow:0 12px 24px rgba(51,205,148,.15)}.styles_metricCard__xsGSX .styles_metricIcon__TNnDT{color:#33cd94;margin-bottom:1rem}.styles_metricCard__xsGSX .styles_metricValue__LtTnr{color:#000;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.styles_metricCard__xsGSX .styles_metricLabel__E1w9C{color:#000;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.styles_metricCard__xsGSX p{color:rgba(0,0,0,.6);font-size:.875rem;line-height:1.4}.styles_securityBadges__GbSOk{width:100%;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;background:linear-gradient(135deg,#000,#1a1a1a);border-radius:16px}.styles_securityBadges__GbSOk h3{color:#33cd94;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.styles_badgesList__YB8_1{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.styles_badge__rMVPl{display:flex;align-items:center;cursor:pointer;gap:.75rem;padding:1rem 1.5rem;background:rgba(51,205,148,.1);border:1px solid rgba(51,205,148,.3);border-radius:8px;transition:all .3s ease}.styles_badge__rMVPl svg{color:#33cd94;flex-shrink:0}.styles_badge__rMVPl span{color:#fff;font-size:.95rem;font-weight:500}.styles_badge__rMVPl:hover{background:rgba(51,205,148,.2);border-color:#33cd94;transform:translateY(-2px)}.styles_dashboardPreview__4pJKh{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.styles_dashboardPreview__4pJKh h3{color:#000;font-size:2rem;font-weight:600;margin-bottom:.75rem}.styles_dashboardPreview__4pJKh p{color:rgba(0,0,0,.7);font-size:1.125rem;margin-bottom:2rem;max-width:600px}.styles_previewPlaceholder__cqj_v{width:100%;max-width:900px;height:500px;background:linear-gradient(135deg,rgba(51,205,148,.1),rgba(51,205,148,.05));border:2px dashed rgba(51,205,148,.3);border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.styles_previewPlaceholder__cqj_v:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(51,205,148,.05) 50%,transparent);animation:styles_shimmer__bG3qT 3s infinite}@keyframes styles_shimmer__bG3qT{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.styles_previewContent__gH0hN{display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:1}.styles_previewContent__gH0hN svg{color:#33cd94;opacity:.5}.styles_previewContent__gH0hN p{color:#000;font-size:1.25rem;font-weight:600}.styles_previewContent__gH0hN span{color:rgba(0,0,0,.5);font-size:.875rem;font-style:italic}@media(max-width:1024px){.styles_metricsGrid__VQ9_2{grid-template-columns:repeat(2,1fr)}.styles_flowDiagram__ANotI{flex-wrap:wrap;gap:2rem}.styles_flowArrow__8dwS9{display:none}.styles_flowStep__80oai{min-width:150px}}@media(max-width:768px){.styles_header__rBC_7 h2{font-size:2.5rem}.styles_header__rBC_7 p{font-size:1rem}.styles_metricsGrid__VQ9_2{grid-template-columns:1fr;gap:1.5rem}.styles_badgesList__YB8_1{flex-direction:column;gap:1rem}.styles_badge__rMVPl{width:100%;justify-content:center}.styles_previewPlaceholder__cqj_v{height:400px}}@media(max-width:499px){.styles_header__rBC_7 h2{font-size:2rem}.styles_flowDiagram__ANotI{padding:2rem 1rem}.styles_flowStep__80oai .styles_iconWrapper__16_RQ{width:60px;height:60px}.styles_flowStep__80oai .styles_iconWrapper__16_RQ svg{width:24px;height:24px}.styles_flowStep__80oai h4{font-size:1rem}.styles_flowStep__80oai p{font-size:.75rem}.styles_metricCard__xsGSX{padding:1.5rem 1rem}.styles_metricCard__xsGSX .styles_metricValue__LtTnr{font-size:2rem}.styles_securityBadges__GbSOk{padding:2rem 1rem}.styles_securityBadges__GbSOk h3{font-size:1.5rem}.styles_previewPlaceholder__cqj_v{height:300px}}.styles_main__I1Rzn,.styles_main__yeW_9{width:100dvw;height:100%;flex-shrink:0;display:flex;align-items:center;padding:2rem;justify-content:flex-start;flex-direction:column}.styles_main__FGMUw{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;height:100vh;min-height:100dvh;margin:0;padding:0;background:linear-gradient(135deg,#0f0f23,#1a1a3e 50%,#0f0f23)}.styles_left__iFssT{width:50%;height:100vh;min-height:100vh;flex-shrink:0;display:flex;align-items:center;padding:2rem;justify-content:flex-start;flex-direction:column;overflow-y:auto}.styles_left__iFssT img{margin-right:auto;margin-bottom:3rem}.styles_right__y6Z5z{width:50%;height:100vh;min-height:100vh;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:3rem;background:linear-gradient(135deg,#1a1a3e,#252a3d);border-radius:3rem 0 0 3rem}.styles_rightContent__e5PUM{max-width:400px;text-align:center}.styles_rightContent__e5PUM h2{color:#fff;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.styles_rightContent__e5PUM p{color:#9ca3af;font-size:1.125rem;line-height:1.6;margin-bottom:3rem}.styles_features__W7h04{display:flex;flex-direction:column;gap:1.5rem}.styles_feature__0DSGW{display:flex;align-items:center;gap:1rem;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:.75rem;border:1px solid hsla(0,0%,100%,.1)}.styles_feature__0DSGW .styles_icon__6GMC2{font-size:1.5rem}.styles_feature__0DSGW span:last-child{color:#fff;font-weight:500}.styles_loader__lStEL{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:25%}.styles_loader__lStEL span{margin-top:2rem;color:#fff;font-size:1.125rem}.styles_info__tCsiC{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;text-align:center}.styles_info__tCsiC h1{color:#fff;font-size:2rem;font-weight:600;margin-bottom:1rem}.styles_info__tCsiC p{color:#9ca3af;font-size:1rem;margin-bottom:.5rem}.styles_emailInfo__gPDFo{color:var(--primary);font-weight:600;font-size:.875rem;margin-bottom:3rem;padding:.5rem 1rem;background:rgba(51,205,148,.1);border-radius:.5rem;border:1px solid rgba(51,205,148,.2)}.styles_tokenContent___ZyvO{display:flex;gap:1rem;margin-bottom:3rem;justify-content:center}.styles_pinInput__SHPY_{width:4rem;height:4rem;border:2px solid #374151;border-radius:.75rem;background:#2e324f;color:#fff;font-size:1.5rem;font-weight:600;text-align:center;transition:all .2s ease}.styles_pinInput__SHPY_:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(51,205,148,.1)}.styles_pinInput__SHPY_::placeholder{color:#6b7280}.styles_verifyButton__6OezM{background-color:var(--primary);width:100%;padding:1rem;color:#000;font-weight:700;border:none;border-radius:.75rem;font-size:1rem;transition:all .2s ease;margin-bottom:1.5rem}.styles_verifyButton__6OezM.styles_active__V_GGv{cursor:pointer}.styles_verifyButton__6OezM.styles_active__V_GGv:hover{background-color:#2dd179;transform:translateY(-1px);box-shadow:0 4px 16px rgba(51,205,148,.3)}.styles_verifyButton__6OezM.styles_disabled__crJLH{background-color:#374151;color:#6b7280;cursor:not-allowed}.styles_resendButton__ExWHv{background:none;border:none;color:#9ca3af;font-size:.875rem;cursor:pointer;padding:.75rem;border-radius:.5rem;transition:all .2s ease}.styles_resendButton__ExWHv:hover{background:hsla(0,0%,100%,.05);color:#fff}.styles_resendButton__ExWHv span{color:var(--primary);font-weight:600}.styles_copyright__oQtJ1{margin-top:auto;margin-bottom:1rem}.styles_copyright__oQtJ1 p{color:#6b7280;font-size:.875rem;text-align:center}@media(max-width:768px){.styles_main__FGMUw{flex-direction:column;height:auto;min-height:100dvh}.styles_left__iFssT,.styles_right__y6Z5z{width:100%;height:auto;min-height:auto}.styles_left__iFssT{padding:1.5rem}.styles_left__iFssT img{margin-bottom:2rem}.styles_right__y6Z5z{border-radius:2rem 2rem 0 0;padding:2rem 1.5rem}.styles_rightContent__e5PUM h2{font-size:1.5rem}.styles_rightContent__e5PUM p{font-size:1rem}.styles_info__tCsiC h1{font-size:1.75rem}.styles_tokenContent___ZyvO{gap:.75rem}.styles_pinInput__SHPY_{width:3rem;height:3rem;font-size:1.25rem}.styles_features__W7h04{gap:1rem}.styles_feature__0DSGW{padding:.75rem}.styles_feature__0DSGW .styles_icon__6GMC2{font-size:1.25rem}}@media(max-width:480px){.styles_left__iFssT{padding:1rem}.styles_right__y6Z5z{padding:1.5rem 1rem}.styles_info__tCsiC{max-width:none}.styles_info__tCsiC h1{font-size:1.5rem}.styles_tokenContent___ZyvO{gap:.5rem}.styles_pinInput__SHPY_{width:2.5rem;height:2.5rem;font-size:1.125rem}.styles_rightContent__e5PUM h2{font-size:1.25rem}.styles_rightContent__e5PUM p{font-size:.875rem}}.styles_styledWrapper__jV_Jt .styles_loader__R6VBt{position:relative;width:120px;height:90px;margin:0 auto}.styles_styledWrapper__jV_Jt .styles_loader__R6VBt:before{content:"";position:absolute;bottom:30px;left:50px;height:30px;width:30px;border-radius:50%;background:#2a9d8f;animation:styles_loading-bounce__3Crfc .5s ease-in-out infinite alternate}.styles_styledWrapper__jV_Jt .styles_loader__R6VBt:after{content:"";position:absolute;right:0;top:0;height:7px;width:45px;border-radius:4px;box-shadow:0 5px 0 #f2f2f2,-35px 50px 0 #f2f2f2,-70px 95px 0 #f2f2f2;animation:styles_loading-step__O0HT4 1s ease-in-out infinite}@keyframes styles_loading-bounce__3Crfc{0%{transform:scaleY(.7)}40%{transform:scale(.8,1.2)}60%{transform:scale(1)}to{bottom:140px}}@keyframes styles_loading-step__O0HT4{0%{box-shadow:0 10px 0 transparent,0 10px 0 #f2f2f2,-35px 50px 0 #f2f2f2,-70px 90px 0 #f2f2f2}to{box-shadow:0 10px 0 #f2f2f2,-35px 50px 0 #f2f2f2,-70px 90px 0 #f2f2f2,-70px 90px 0 transparent}}.styles_main___7q23{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-height:100dvh;margin:0 auto;background:linear-gradient(135deg,#0f0f23,#1a1a3e 50%,#0f0f23)}.styles_main__Y09oM,.styles_main__iEGDp{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100vw;height:100vh;min-height:100dvh;margin:0;padding:0;background:linear-gradient(135deg,#0f0f23,#1a1a3e 50%,#0f0f23);overflow:auto}.styles_container__iOig1,.styles_container__xEWLS{width:100%;min-height:100dvh;overflow:hidden}