:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CreateAccountPage_page__ysIzq{--green:#06b453;--green-dark:#049445;--ink:#091a11;--muted:#617168;--line:#dce8e0;min-height:100vh;height:100vh;display:grid;grid-template-columns:42% 58%;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.CreateAccountPage_page__ysIzq *{box-sizing:border-box}.CreateAccountPage_page__ysIzq h1,.CreateAccountPage_page__ysIzq h2,.CreateAccountPage_page__ysIzq h3,.CreateAccountPage_page__ysIzq p,.CreateAccountPage_page__ysIzq ul{margin:0}.CreateAccountPage_page__ysIzq a{text-decoration:none}.CreateAccountPage_logo__CQI4n{display:inline-flex;align-items:center;gap:9px;font-size:22px;font-weight:780;letter-spacing:-1px;color:#fff}.CreateAccountPage_logo__CQI4n>span:last-child>span{color:#5ce292}.CreateAccountPage_logoMark__3rfZV{width:28px;height:28px;border-radius:8px;background:var(--green);display:inline-grid;place-items:center;transform:rotate(-7deg);box-shadow:0 5px 13px rgba(6,180,83,.2)}.CreateAccountPage_logoMark__3rfZV span,.CreateAccountPage_logoMark__3rfZV:before{content:"";display:block;position:absolute;background:#fff;border-radius:3px}.CreateAccountPage_logoMark__3rfZV:before{width:6px;height:16px;transform:translateX(-4px)}.CreateAccountPage_logoMark__3rfZV span{width:5px;height:11px;transform:translate(5px,2px);opacity:.7}.CreateAccountPage_brandPanel__DPv87{position:relative;background:linear-gradient(145deg,#071a10,#0a2e1d);color:#fff;padding:38px 44px 30px;display:flex;flex-direction:column;overflow:hidden}.CreateAccountPage_panelGlow__Vm23l{position:absolute;width:560px;height:560px;border-radius:50%;right:-270px;top:-240px;background:radial-gradient(circle,rgba(6,180,83,.28),transparent 68%)}.CreateAccountPage_panelGrid__V48Kw{position:absolute;inset:0;opacity:.2;background-image:linear-gradient(hsla(0,0%,100%,.06) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.06) 1px,transparent 0);background-size:42px 42px;mask-image:linear-gradient(145deg,#000,transparent 65%)}.CreateAccountPage_brandBottom____Vb_,.CreateAccountPage_brandCopy__SXp7D,.CreateAccountPage_brandTop__R7ChC,.CreateAccountPage_productPreview__4shB8{position:relative}.CreateAccountPage_brandTop__R7ChC{display:flex;align-items:center;justify-content:space-between}.CreateAccountPage_brandTop__R7ChC>span{display:flex;align-items:center;gap:6px;font-size:9px;color:#a8b9ae;text-transform:uppercase;letter-spacing:.8px}.CreateAccountPage_brandTop__R7ChC svg{width:14px;color:#5ade91}.CreateAccountPage_brandCopy__SXp7D{margin-top:70px;max-width:570px}.CreateAccountPage_eyebrow__B_52q{display:inline-flex;align-items:center;gap:7px;color:#65dc97;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;font-weight:750}.CreateAccountPage_eyebrow__B_52q svg{width:14px}.CreateAccountPage_brandCopy__SXp7D h1{font-size:clamp(42px,4vw,62px);line-height:1.03;letter-spacing:-3.5px;color:#fff;margin:20px 0}.CreateAccountPage_brandCopy__SXp7D h1 em{font-style:normal;color:#5cdd92}.CreateAccountPage_brandCopy__SXp7D>p{font-size:14px;line-height:1.7;color:#a9b9af;max-width:540px}.CreateAccountPage_brandCopy__SXp7D ul{list-style:none;padding:0;margin-top:25px;display:grid;gap:11px}.CreateAccountPage_brandCopy__SXp7D li{display:flex;align-items:center;gap:9px;font-size:11px;color:#d7e1db}.CreateAccountPage_brandCopy__SXp7D li>span{width:20px;height:20px;border-radius:50%;background:#123925;color:#61dd96;display:grid;place-items:center}.CreateAccountPage_brandCopy__SXp7D li svg{width:12px}.CreateAccountPage_productPreview__4shB8{width:min(500px,95%);height:285px;margin:45px auto 0;background:#fff;border:1px solid #244634;border-radius:15px;box-shadow:0 28px 65px rgba(0,0,0,.28);color:var(--ink)}.CreateAccountPage_previewHead__N0sze{height:47px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 16px}.CreateAccountPage_previewHead__N0sze .CreateAccountPage_logo__CQI4n{font-size:11px;color:var(--ink)}.CreateAccountPage_previewHead__N0sze .CreateAccountPage_logo__CQI4n>span:last-child>span{color:var(--green)}.CreateAccountPage_previewHead__N0sze .CreateAccountPage_logoMark__3rfZV{width:16px;height:16px;border-radius:5px}.CreateAccountPage_previewHead__N0sze>span{font-size:7px;color:#839188}.CreateAccountPage_previewBody__bDeYC{height:calc(100% - 47px);display:grid;grid-template-columns:52px 1fr}.CreateAccountPage_previewNav__f3WEu{border-right:1px solid var(--line);padding:15px 8px;display:flex;flex-direction:column;gap:8px}.CreateAccountPage_previewNav__f3WEu span{width:34px;height:34px;border-radius:7px;display:grid;place-items:center;color:#9aa69f}.CreateAccountPage_previewNav__f3WEu svg{width:15px}.CreateAccountPage_previewNav__f3WEu .CreateAccountPage_active__najd_{background:#e8f8ee;color:var(--green)}.CreateAccountPage_previewContent__plI3H{background:#fbfdfb;padding:16px}.CreateAccountPage_previewMetrics__bUlay{display:grid;grid-template-columns:1fr 1fr;gap:8px}.CreateAccountPage_previewMetrics__bUlay>div{border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px;display:grid}.CreateAccountPage_previewMetrics__bUlay small{font-size:6px;color:#87958d}.CreateAccountPage_previewMetrics__bUlay strong{font-size:13px;margin:4px 0}.CreateAccountPage_previewMetrics__bUlay span{font-size:5px;color:var(--green)}.CreateAccountPage_previewMetrics__bUlay>div:nth-child(2) span{color:#87958d}.CreateAccountPage_previewChart__yDlqc{height:128px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:11px;margin-top:8px}.CreateAccountPage_previewChart__yDlqc>div:first-child{display:flex;justify-content:space-between;font-size:7px}.CreateAccountPage_previewChart__yDlqc small{font-size:5px;color:#87958d}.CreateAccountPage_previewChart__yDlqc>div:last-child{height:82px;display:flex;align-items:flex-end;gap:6px;margin-top:10px;border-bottom:1px solid var(--line)}.CreateAccountPage_previewChart__yDlqc i{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(#29cf71,#06b453)}.CreateAccountPage_paymentToast__W85uK{position:absolute;right:-22px;bottom:22px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 14px 34px rgba(0,0,0,.18);padding:10px 13px;display:flex;align-items:center;gap:8px}.CreateAccountPage_paymentToast__W85uK>span{width:27px;height:27px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center}.CreateAccountPage_paymentToast__W85uK svg{width:14px}.CreateAccountPage_paymentToast__W85uK>div{display:grid}.CreateAccountPage_paymentToast__W85uK small{font-size:6px;color:#849188}.CreateAccountPage_paymentToast__W85uK strong{font-size:9px}.CreateAccountPage_brandBottom____Vb_{margin-top:auto;padding-top:20px;display:flex;align-items:center;justify-content:space-between;font-size:8px;color:#72877a}.CreateAccountPage_brandBottom____Vb_ span:first-child{display:flex;align-items:center;gap:6px}.CreateAccountPage_brandBottom____Vb_ svg{width:12px;color:#50d589}.CreateAccountPage_formPanel__gl71X{height:100vh;overflow-y:auto;background:#fff;scroll-behavior:smooth}.CreateAccountPage_formHeader__99SAm{height:76px;border-bottom:1px solid var(--line);padding:0 46px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(12px);z-index:5}.CreateAccountPage_backLink__iuu_F{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:650;color:#5d6e64!important}.CreateAccountPage_backLink__iuu_F svg{width:14px}.CreateAccountPage_formHeader__99SAm>p{font-size:11px;color:#718078}.CreateAccountPage_formHeader__99SAm>p a{color:var(--green);font-weight:750;margin-left:4px}.CreateAccountPage_mobileLogo__vMqsv{display:none}.CreateAccountPage_formWrap__CbY15{width:min(720px,calc(100% - 64px));margin:0 auto;padding:58px 0 45px}.CreateAccountPage_mobileIntro__uhT_1{display:none}.CreateAccountPage_formTrust__e1zhX{border:1px solid #cfe4d6;background:#f2fbf5;border-radius:12px;padding:15px 17px;display:grid;grid-template-columns:35px 1fr;gap:11px;margin-bottom:28px}.CreateAccountPage_formTrust__e1zhX>span{width:34px;height:34px;border-radius:9px;background:#dcf6e5;color:var(--green);display:grid;place-items:center}.CreateAccountPage_formTrust__e1zhX svg{width:17px}.CreateAccountPage_formTrust__e1zhX strong{font-size:11px}.CreateAccountPage_formTrust__e1zhX p{font-size:9px;line-height:1.5;color:#698076;margin-top:3px}.CreateAccountPage_formWrap__CbY15 #pricing{padding:0!important;background:none!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child{margin-bottom:28px!important;gap:0!important;justify-content:flex-start!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child>div{display:grid!important;grid-template-columns:30px auto!important;grid-template-rows:auto auto!important;column-gap:8px!important;margin-right:30px}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child>div>div{grid-row:1/3!important;width:30px!important;height:30px!important;border-width:1.5px!important;font-size:10px!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child>div>span{margin:0!important;align-self:center!important;font-size:10px!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:nth-child(2){padding:0!important;border:0!important;border-radius:0!important}.CreateAccountPage_formWrap__CbY15 .border.p-4.position-relative{border:0!important;padding:0!important;margin-bottom:0!important}.CreateAccountPage_formWrap__CbY15 .cs_section_heading{text-align:left!important}.CreateAccountPage_formWrap__CbY15 .cs_section_subtitle{font-size:10px!important;text-transform:uppercase!important;letter-spacing:1.4px!important;font-weight:780!important;margin-bottom:10px!important;color:var(--green)!important}.CreateAccountPage_formWrap__CbY15 .cs_section_title{font-size:36px!important;line-height:1.08!important;letter-spacing:-1.7px!important;color:var(--ink)!important}.CreateAccountPage_formWrap__CbY15 .cs_height_50{height:35px!important}.CreateAccountPage_formWrap__CbY15 form.row{margin-left:-7px!important;margin-right:-7px!important}.CreateAccountPage_formWrap__CbY15 form.row>div{padding-left:7px!important;padding-right:7px!important}.CreateAccountPage_formWrap__CbY15 h5{font-size:11px!important;text-transform:uppercase!important;letter-spacing:1.2px!important;color:#4e6357!important;margin-top:15px!important;padding-bottom:10px!important;border-bottom:1px solid var(--line)!important}.CreateAccountPage_formWrap__CbY15 .cs_form_label{display:block!important;font-size:10px!important;font-weight:700!important;color:#394d41!important;margin-bottom:7px!important}.CreateAccountPage_formWrap__CbY15 .cs_form_field{height:51px!important;border:1px solid #ccd9d1!important;border-radius:9px!important;background:#fff!important;padding:0 14px!important;font-family:inherit!important;font-size:12px!important;color:var(--ink)!important;box-shadow:none!important;transition:border-color .2s,box-shadow .2s!important}.CreateAccountPage_formWrap__CbY15 .cs_form_field:focus{border-color:var(--green)!important;box-shadow:0 0 0 3px rgba(6,180,83,.1)!important}.CreateAccountPage_formWrap__CbY15 .cs_form_field::placeholder{color:#a0aca5!important}.CreateAccountPage_formWrap__CbY15 select.cs_form_field{padding-right:35px!important}.CreateAccountPage_formWrap__CbY15 .mb-4{margin-bottom:18px!important}.CreateAccountPage_formWrap__CbY15 .error{font-size:9px!important;color:#d64141!important}.CreateAccountPage_formWrap__CbY15 .d-flex.justify-content-between.mt-4 button{height:52px!important;border-radius:9px!important;background:var(--green)!important;border-color:var(--green)!important;font-size:12px!important;font-weight:750!important;box-shadow:0 10px 24px rgba(6,180,83,.2)!important}.CreateAccountPage_formWrap__CbY15 .d-flex.justify-content-between.mt-4 button:hover{background:var(--green-dark)!important}.CreateAccountPage_formWrap__CbY15 .form-switch{padding-left:2.5em!important}.CreateAccountPage_formWrap__CbY15 .Toastify{font-size:12px}.CreateAccountPage_formWrap__CbY15 .border.p-3.rounded-3{border:0!important;padding:0!important}.CreateAccountPage_formWrap__CbY15 .bg-green-success{background:#f1fbf4!important;border:1px solid #cde8d6!important;border-radius:15px!important;padding:45px 30px!important}.CreateAccountPage_formWrap__CbY15 .bg-green-success h2{font-size:30px!important;color:var(--ink)!important}.CreateAccountPage_legal__j7IuH{font-size:9px;line-height:1.6;color:#849188;text-align:center;margin-top:20px}.CreateAccountPage_legal__j7IuH a{color:#4f6558;font-weight:700}.CreateAccountPage_formFooter__riWAG{border-top:1px solid var(--line);margin-top:30px;padding-top:18px;display:flex;justify-content:center;gap:25px}.CreateAccountPage_formFooter__riWAG span{display:flex;align-items:center;gap:6px;font-size:8px;color:#87958d}.CreateAccountPage_formFooter__riWAG svg{width:13px;color:var(--green)}@media (max-width:1050px){.CreateAccountPage_page__ysIzq{grid-template-columns:38% 62%}.CreateAccountPage_brandPanel__DPv87{padding:32px 28px}.CreateAccountPage_brandCopy__SXp7D{margin-top:50px}.CreateAccountPage_productPreview__4shB8{width:100%}.CreateAccountPage_formHeader__99SAm{padding:0 30px}.CreateAccountPage_formWrap__CbY15{width:calc(100% - 48px)}}@media (max-width:800px){.CreateAccountPage_page__ysIzq{height:auto;min-height:100vh;display:block;overflow:visible}.CreateAccountPage_brandPanel__DPv87{display:none}.CreateAccountPage_formPanel__gl71X{height:auto;min-height:100vh;overflow:visible}.CreateAccountPage_formHeader__99SAm{height:68px;padding:0 17px;position:relative}.CreateAccountPage_mobileLogo__vMqsv{display:block}.CreateAccountPage_mobileLogo__vMqsv .CreateAccountPage_logo__CQI4n{color:var(--ink);font-size:19px}.CreateAccountPage_mobileLogo__vMqsv .CreateAccountPage_logo__CQI4n>span:last-child>span{color:var(--green)}.CreateAccountPage_backLink__iuu_F{display:none}.CreateAccountPage_formHeader__99SAm>p{font-size:9px}.CreateAccountPage_formWrap__CbY15{width:min(620px,calc(100% - 28px));padding:35px 0}.CreateAccountPage_mobileIntro__uhT_1{display:block;text-align:center;margin-bottom:24px}.CreateAccountPage_mobileIntro__uhT_1>span{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:9px;text-transform:uppercase;letter-spacing:1px;font-weight:750}.CreateAccountPage_mobileIntro__uhT_1 svg{width:13px}.CreateAccountPage_mobileIntro__uhT_1 h1{font-size:32px;line-height:1.08;letter-spacing:-1.6px;margin-top:12px}.CreateAccountPage_mobileIntro__uhT_1 p{font-size:10px;color:#7c8b82;margin-top:9px}.CreateAccountPage_formTrust__e1zhX{margin-bottom:25px}.CreateAccountPage_formWrap__CbY15 .cs_section_title{font-size:31px!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child{justify-content:center!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child>div{margin:0 12px!important}.CreateAccountPage_formFooter__riWAG{flex-wrap:wrap}}@media (max-width:520px){.CreateAccountPage_formHeader__99SAm>p{max-width:135px;text-align:right}.CreateAccountPage_formWrap__CbY15 form.row>div.CreateAccountPage_col-sm-6__Pxluv{width:100%!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child>div{display:flex!important;flex-direction:column!important;gap:3px!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child>div>div{width:28px!important;height:28px!important}.CreateAccountPage_formWrap__CbY15 #pricing>div:first-child>div>span{font-size:8px!important}.CreateAccountPage_formTrust__e1zhX{grid-template-columns:32px 1fr;padding:13px}.CreateAccountPage_formWrap__CbY15 .cs_section_title{font-size:28px!important}.CreateAccountPage_formWrap__CbY15 .cs_height_50{height:28px!important}.CreateAccountPage_formWrap__CbY15 .cs_form_field{height:49px!important}.CreateAccountPage_legal__j7IuH{text-align:left}.CreateAccountPage_formFooter__riWAG{justify-content:flex-start;gap:12px}}@media (prefers-reduced-motion:reduce){.CreateAccountPage_page__ysIzq *{scroll-behavior:auto!important;transition:none!important}}.CreateAccountPage_signupFlow__myVrK{padding:0!important;background:none!important}.CreateAccountPage_signupStepper___HOFb{display:flex;align-items:center;gap:14px;margin-bottom:30px}.CreateAccountPage_stepItem__YuC54{display:flex!important;align-items:center!important;gap:9px!important;color:#9aa8a0!important;font-size:10px!important;font-weight:650!important;margin:0!important}.CreateAccountPage_stepNumber__3q6nP{width:31px!important;height:31px!important;border-radius:50%!important;border:1px solid #d3ded7!important;background:#fff!important;color:#8a9a91!important;display:grid!important;place-items:center!important;font-size:10px!important;font-family:monospace!important;transition:.2s!important}.CreateAccountPage_stepNumber__3q6nP svg{width:13px!important}.CreateAccountPage_stepActive__OO19L{color:var(--green)!important}.CreateAccountPage_stepActive__OO19L .CreateAccountPage_stepNumber__3q6nP{border-color:var(--green)!important;color:var(--green)!important;box-shadow:0 0 0 4px rgba(6,180,83,.08)!important}.CreateAccountPage_stepComplete__vb6Qw{color:#3d5748!important}.CreateAccountPage_stepComplete__vb6Qw .CreateAccountPage_stepNumber__3q6nP{background:var(--green)!important;border-color:var(--green)!important;color:#fff!important}.CreateAccountPage_signupBody__DJtE8{padding:0!important;border:0!important;border-radius:0!important}.CreateAccountPage_formError__SzM_r{border:1px solid #fac5c5;background:#fff5f5;color:#c33333;padding:12px 14px;border-radius:12px;text-align:center;font-size:12px;font-weight:700;margin-bottom:18px}.CreateAccountPage_successCard__R__Y7{position:relative;overflow:hidden;border:1px solid #cce8d5;border-radius:22px;background:linear-gradient(180deg,#f2fbf5,#fff);box-shadow:0 24px 70px rgba(20,70,38,.1);padding:56px 46px;text-align:center}.CreateAccountPage_successGrid__GtsIE{position:absolute;inset:0;opacity:.36;background-image:linear-gradient(rgba(6,80,36,.055) 1px,transparent 0),linear-gradient(90deg,rgba(6,80,36,.055) 1px,transparent 0);background-size:38px 38px;mask-image:linear-gradient(180deg,#000,transparent 78%)}.CreateAccountPage_successGlow__zPPeE{position:absolute;width:420px;height:420px;left:50%;top:-250px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(6,180,83,.2),transparent 68%)}.CreateAccountPage_successActions__dZq1n,.CreateAccountPage_successBadge___fa_Q,.CreateAccountPage_successCard__R__Y7 h2,.CreateAccountPage_successChips__3V4Km,.CreateAccountPage_successIcon__zGqnz,.CreateAccountPage_successLead__LNXKV,.CreateAccountPage_successMessage__IC7nE{position:relative;z-index:1}.CreateAccountPage_successBadge___fa_Q{display:inline-flex;align-items:center;gap:7px;border:1px solid #cde7d6;background:hsla(0,0%,100%,.85);border-radius:999px;padding:8px 12px;color:#2f4d3d;font-size:10px;font-weight:780}.CreateAccountPage_successBadge___fa_Q svg{width:14px;color:var(--green)}.CreateAccountPage_successIcon__zGqnz{width:68px;height:68px;border-radius:21px;background:var(--green);color:#fff;display:grid;place-items:center;margin:28px auto 20px;box-shadow:0 16px 36px rgba(6,180,83,.28)}.CreateAccountPage_successIcon__zGqnz svg{width:38px}.CreateAccountPage_successCard__R__Y7 h2{font-size:clamp(38px,4vw,52px);line-height:1;letter-spacing:-2.8px;color:var(--ink)}.CreateAccountPage_successLead__LNXKV{font-size:17px!important;color:#394b40!important;font-weight:750!important;margin-top:22px!important}.CreateAccountPage_successMessage__IC7nE{max-width:620px;margin:18px auto 0;display:grid;gap:10px}.CreateAccountPage_successMessage__IC7nE p{font-size:15px!important;line-height:1.7!important;color:#607068!important}.CreateAccountPage_successChips__3V4Km{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:26px}.CreateAccountPage_successChips__3V4Km span{min-height:38px;border:1px solid #d7e8de;background:#fff;border-radius:999px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;color:#405749;font-size:11px;font-weight:700}.CreateAccountPage_successChips__3V4Km svg{width:15px;color:var(--green)}.CreateAccountPage_successActions__dZq1n{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:30px}.CreateAccountPage_successPrimary__PwBfo,.CreateAccountPage_successSecondary__NBLWV{min-height:54px;border-radius:12px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800}.CreateAccountPage_successPrimary__PwBfo{background:var(--green);color:#fff!important;box-shadow:0 12px 28px rgba(6,180,83,.24)}.CreateAccountPage_successPrimary__PwBfo:hover{background:var(--green-dark)}.CreateAccountPage_successSecondary__NBLWV{background:#fff;color:var(--ink)!important;border:1px solid #ccdcd3}.CreateAccountPage_successActions__dZq1n svg{width:16px}@media (max-width:800px){.CreateAccountPage_signupStepper___HOFb{justify-content:center}.CreateAccountPage_successCard__R__Y7{padding:44px 24px}.CreateAccountPage_successCard__R__Y7 h2{font-size:38px}.CreateAccountPage_successMessage__IC7nE p{font-size:14px!important}.CreateAccountPage_successPrimary__PwBfo,.CreateAccountPage_successSecondary__NBLWV{width:100%}}@media (max-width:520px){.CreateAccountPage_signupStepper___HOFb{gap:10px}.CreateAccountPage_stepItem__YuC54{font-size:9px!important}.CreateAccountPage_stepNumber__3q6nP{width:29px!important;height:29px!important}.CreateAccountPage_successCard__R__Y7{border-radius:18px;padding:38px 18px}.CreateAccountPage_successIcon__zGqnz{width:60px;height:60px;border-radius:18px}.CreateAccountPage_successIcon__zGqnz svg{width:34px}.CreateAccountPage_successChips__3V4Km{justify-content:flex-start}.CreateAccountPage_successChips__3V4Km span{width:100%;justify-content:center}}.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb{position:relative!important;width:max-content!important;max-width:100%!important;margin:0 auto 34px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;padding:0!important}.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb:before{content:"";position:absolute;left:42px;right:42px;top:15px;height:1.5px;background:linear-gradient(90deg,var(--green),#cfe4d6);z-index:0}.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb .CreateAccountPage_stepItem__YuC54{position:relative!important;z-index:1!important;display:flex!important;grid-template-columns:none!important;grid-template-rows:none!important;align-items:center!important;gap:9px!important;margin:0!important;background:#fff!important;padding:0 5px!important}.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb .CreateAccountPage_stepNumber__3q6nP{grid-row:auto!important;flex:0 0 31px!important;width:31px!important;height:31px!important;display:grid!important;place-items:center!important}.CreateAccountPage_signupBody__DJtE8 .cs_section_heading{text-align:center!important}.CreateAccountPage_signupBody__DJtE8 .cs_section_heading .spinner-border{display:block!important;width:34px!important;height:34px!important;margin:0 auto 11px!important;color:var(--green)!important;border-width:3px!important}.CreateAccountPage_signupBody__DJtE8 .cs_section_heading .cs_text_accent{text-align:center!important;font-size:12px!important;color:#607068!important;margin:0 auto 16px!important}.CreateAccountPage_signupBody__DJtE8 button .spinner-border{display:inline-block!important;width:16px!important;height:16px!important;margin:0 8px 0 0!important;vertical-align:-3px!important;border-width:2px!important;color:#fff!important}@media (max-width:520px){.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb{width:100%!important;gap:10px!important}.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb:before{left:calc(25% + 14px);right:calc(25% + 14px);top:14px}.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb .CreateAccountPage_stepItem__YuC54{padding:0 3px!important;gap:6px!important}.CreateAccountPage_signupFlow__myVrK .CreateAccountPage_signupStepper___HOFb .CreateAccountPage_stepNumber__3q6nP{flex-basis:29px!important}}