@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;line-height:1.15;background-color:var(--background-site);font-family:Inter,"system-ui",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}*,:after,:before{box-sizing:inherit}body{background-color:var(--background-site);color:var(--text-high-contrast);font-size:16px;line-height:1.65}.theme-light{--brand-primary:rgb(47,112,193);--brand-secondary:rgb(116,97,195);--brand-alternative:rgb(19,120,134);--background-site:rgb(249,249,249);--background-code:rgb(244,244,244);--text-body:rgb(54,49,61);--text-comment:rgb(99,94,105);--text-high-contrast:rgb(49,49,49);--text-medium-contrast:rgb(99,94,105);--text-low-contrast:rgb(116,109,118);--detail-high-contrast:rgb(192,192,192);--detail-medium-contrast:rgb(234,234,234);--detail-low-contrast:rgb(240,240,242);--admonition-note:rgb(46,109,188);--admonition-warning:rgb(255,196,9);--admonition-danger:rgb(220,38,38);--brand-primary-rgb-value:47,112,193;--brand-secondary-rgb-value:116,97,195;--brand-alternative-rgb-value:19,120,134;--background-site-rgb-value:249,249,249;--background-code-rgb-value:244,244,244;--text-body-rgb-value:54,49,61;--text-comment-rgb-value:99,94,105;--text-high-contrast-rgb-value:49,49,49;--text-medium-contrast-rgb-value:99,94,105;--text-low-contrast-rgb-value:116,109,118;--detail-high-contrast-rgb-value:192,192,192;--detail-medium-contrast-rgb-value:234,234,234;--detail-low-contrast-rgb-value:240,240,242;--admonition-note-rgb-value:46,109,188;--admonition-warning-rgb-value:255,196,9;--admonition-danger-rgb-value:220,38,38}.theme-dark{--brand-primary:rgb(138,180,248);--brand-secondary:rgb(193,168,226);--brand-alternative:rgb(136,186,191);--background-site:rgb(0,0,0);--background-code:rgb(12,12,12);--text-body:rgb(222,222,222);--text-comment:rgb(170,170,170);--text-high-contrast:rgb(230,230,230);--text-medium-contrast:rgb(202,202,202);--text-low-contrast:rgb(170,170,170);--detail-high-contrast:rgb(101,101,101);--detail-medium-contrast:rgb(25,25,25);--detail-low-contrast:rgb(21,21,21);--admonition-note:rgb(138,180,248);--admonition-warning:rgb(253,186,116);--admonition-danger:rgb(220,38,38);--brand-primary-rgb-value:138,180,248;--brand-secondary-rgb-value:193,168,226;--brand-alternative-rgb-value:136,186,191;--background-site-rgb-value:0,0,0;--background-code-rgb-value:12,12,12;--text-body-rgb-value:222,222,222;--text-comment-rgb-value:170,170,170;--text-high-contrast-rgb-value:230,230,230;--text-medium-contrast-rgb-value:202,202,202;--text-low-contrast-rgb-value:170,170,170;--detail-high-contrast-rgb-value:101,101,101;--detail-medium-contrast-rgb-value:25,25,25;--detail-low-contrast-rgb-value:21,21,21;--admonition-note-rgb-value:138,180,248;--admonition-warning-rgb-value:253,186,116;--admonition-danger-rgb-value:220,38,38}.main-content{background-color:#FBF9F9}.configure-first-step{display:flex;align-items:stretch;justify-content:space-between}.configure-first-step.hidden,.configure-last-step.hidden{display:none}.course-info{flex:0 0 50%;background-color:var(--green-color);padding:var(--section-spacing-default) 7vw;display:flex;flex-direction:column;justify-content:space-between}.course-info .section-description,.course-info .section-title{color:var(--on-brand-ink,#333842)}.course-info .section-description{margin-bottom:auto}.course-info .page-index{font-size:121px;font-family:Poppins,sans-serif;font-weight:700;line-height:1;color:var(--on-brand-ink,#333842)}.user-input{flex:0 0 50%;padding:var(--section-spacing-default) 7vw 0 7vw;display:flex;flex-direction:column;min-height:calc(100vh - 80px);justify-content:space-between}.configure-details-page .btn-next-step,.configure-last-step .btn-next-step,.user-input .btn-next-step{display:flex;justify-content:flex-end}.user-input .btn-next-step.hidden{display:none}.configure-details-page .btn-next-step .btn-primary,.configure-last-step .btn-next-step .btn-primary,.user-input .btn-next-step .btn-primary{padding:0 120px 0 54px;line-height:100px;font-size:24px;font-weight:700;display:flex;align-items:center;gap:60px}.configure-last-step .btn-next-step .btn-primary{margin-top:60px}.form{font-family:Roboto,sans-serif}.form-register.form{flex-direction:column;row-gap:18px;display:flex}.form-register .error{color:red;font-size:16px;margin-top:8px}.form-register .success{color:var(--on-brand-ink,#333842);font-size:16px;font-weight:500;background-color:var(--green-color);padding:15px}.form input[type=email],.form input[type=password],.form input[type=phone],.form input[type=text]{border:1px solid #a9a9a9;background-color:white;font:inherit;color:inherit;font-size:20px;height:70px;outline:none;padding:20px 32px 5px;width:100%;border-radius:8px}.form-register a{text-decoration:none}.form-register .color-green,.form-register a{color:var(--green-ink,#017e3a)}.section-title{padding-bottom:40px}.info-block{align-items:center;font-family:Roboto,sans-serif;font-size:20px;line-height:36px}.info-item{flex:0 0 25%;padding:0 15px;display:flex;align-items:center;gap:25px;max-width:280px}.configure-container{background-color:white}.configure-details-page.hidden{display:none}.section-content{max-width:1820px;margin:0 auto;padding:60px 7vw}.group-info{padding-bottom:60px;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;line-height:36px}.configure-container .left-side,.configure-container .right-side{flex:0 0 45%}.configure-container .custom-dropdown,.user-input .custom-dropdown{margin-bottom:25px}.configure-container .fixed-200{flex:0 0 200px}.configure-container .gap-20{gap:20px}.configure-container .btn-option{cursor:pointer}.input-checkbox{display:flex;align-items:center;gap:20px;cursor:pointer}.input-checkbox input[type=checkbox]{width:24px;height:24px;cursor:pointer}.input-floating-label{position:relative}.input-floating-label input{padding-bottom:10px;border-radius:8px}.input-floating-label label{font-family:Poppins,sans-serif;position:absolute;bottom:18px;left:32px;font-size:20px;color:#A9A9A9;pointer-events:none;transition:all .2s ease-in-out}.input-floating-label input:focus+label,.input-floating-label input:not(:placeholder-shown)+label{font-size:14px;line-height:36px;bottom:50%}.input-item{font-family:Roboto,sans-serif;font-size:20px;font-weight:400;margin-bottom:40px}.input-item .item-label{padding-bottom:20px}.input-item .btn-option.active{border:1px solid var(--green-color);border-radius:8px}.input-group{display:flex;justify-content:space-between;align-items:center}.btn-option{width:284px;padding:20px 30px}.btn-option .option-title{font-size:24px;font-weight:700;line-height:36px}.btn-option .option-info{line-height:36px}.price-package{font-weight:600;width:100%;height:208px;box-shadow:0 16px 48px -20px rgba(0,10,5,.27);border-radius:5px;background-color:rgba(251,249,249,1);margin-bottom:45px;padding:0 50px}.price-package.selected,.price-package:hover{box-shadow:0 0 0 1px rgba(1,204,93,1),0 16px 48px -20px rgba(0,10,5,.27);background-color:white}.price-package .row-flex{padding:40px 0}.package-discount{width:200px;height:48px;margin:0 auto;background-color:var(--green-color);color:var(--on-brand-ink,#333842);text-align:center;line-height:46px;font-weight:600;font-size:18px}.package-price,.package-title{font-size:36px}.package-price{text-align:right}.package-price .original-price,.package-price-total{font-size:20px}.package-price-total .original-price{padding-left:15px}.price-package .original-price{text-decoration:line-through;color:#ADADAD}.action-button{padding-top:50px;padding-bottom:40px}.action-button .btn{width:100%;font-size:37px;line-height:80px}.footer{background-color:#FAFAFA}@media (min-width:769px) and (max-width:1400px){.section-content{padding:50px 4vw}}@media (min-width:769px) and (max-width:1200px){.configure-container>.section-content>.row-flex{display:block}.configure-container .custom-dropdown{max-width:unset}}@media (max-width:768px){.configure-first-step,.grid-flex{display:block}.course-info{padding-top:40px;padding-bottom:20px}.configure-details-page .info-block{padding-top:100px}.user-input{padding:20px 7vw}.user-input .btn-next-step{margin-top:40px}.configure-container .item-info .custom-dropdown .cd-content,.price-package{height:auto}.configure-container .item-info .custom-dropdown.has-value .cd-value{white-space:unset}.testimonials .testimonials-carousel .embla__controls{display:none}.testimonials .embla__slide{flex-basis:85%}.testimonials .embla__slide:first-child .testimonial-item{margin-left:30px}.testimonials .testimonial-item{padding:30px 20px;margin-right:30px}.testimonials .testimonial-item .content,.testimonials .testimonial-item .course-date{font-size:16px}.testimonials .testimonial-item .course-date{display:block}.test-level{padding:0}.test-level .two-columns{padding:30px 20px;text-align:center}.order-benefit{display:block}.order-benefit,.try-info .section-description,.try-info .section-item{margin-bottom:40px}.testimonials{margin:var(--section-spacing-breakpoint-800) 0}.testimonials .section-title{padding-bottom:var(--section-spacing-breakpoint-800)}.hidden-custom-xs{display:none}.configure-last-step .btn-next-step .btn-primary{padding:30px 20px;line-height:34px;gap:20px;font-size:18px}.configure-details-page .right-side{margin-top:40px}}.custom-dropdown{--border:#d0d0d0;font-family:Roboto,sans-serif;position:relative;width:100%;max-width:720px;box-sizing:border-box}.custom-dropdown .cd-content{display:flex;align-items:center;justify-content:space-between;height:70px;padding:15px 30px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-dropdown .cd-text{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.custom-dropdown .col-title{font-size:16px;font-weight:500;color:#333;padding:7px 0}.custom-dropdown .pad-top{margin-top:16px}.custom-dropdown .cd-label{line-height:1}.custom-dropdown .cd-label,.custom-dropdown .cd-value{font-size:20px;font-weight:400;color:#474747;transition:all .18s ease}.custom-dropdown .cd-value{opacity:0;height:0;transform-origin:left top;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-dropdown.has-value .cd-label{font-size:14px;color:#A9A9A9;padding-top:4px}.custom-dropdown.has-value .cd-value{opacity:1;height:auto;font-size:20px;color:#474747}.custom-dropdown .cd-arrow svg{display:block}.custom-dropdown .cd-arrow{margin-left:20px;flex:0 0 auto}.custom-dropdown .cd-panel,.custom-dropdown .cd-panel-disabled{position:absolute;left:0;top:calc(100% + 8px);width:100%;background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.12);padding:18px;box-sizing:border-box;display:none;z-index:50}.custom-dropdown.open:not(.disabled) .cd-panel{display:flex;gap:20px}.custom-dropdown.open.disabled .cd-panel-disabled{display:block}.custom-dropdown .cd-col{flex:1 1;display:flex;flex-direction:column;gap:8px}.custom-dropdown .cd-option{text-align:left;padding:10px 12px;border-radius:6px;background:transparent;border:none;font-family:inherit;font-size:16px;color:#333;cursor:pointer;transition:background .12s ease,color .12s ease,transform .12s ease}.custom-dropdown .cd-option:hover{background:rgba(0,0,0,.04)}.custom-dropdown .cd-option.selected{background:rgba(1,204,93,.12);color:var(--green-ink,#017e3a)}.custom-dropdown .cd-option.option-title{font-weight:500}@media (max-width:720px){.custom-dropdown .cd-panel{flex-direction:column}}.RegisterFlow_formScope__bzxKp .input-floating-label input:not(:placeholder-shown){background-color:#f3f3f3}.RegisterFlow_phoneField__cxng0{position:relative}.RegisterFlow_phoneControl__S9dxV{display:flex;align-items:center;height:70px;border:1px solid #a9a9a9;border-radius:8px;background-color:#fff;overflow:visible}.RegisterFlow_phoneControl__S9dxV.RegisterFlow_invalid__JEEWW{border-color:red}.RegisterFlow_phoneControl__S9dxV.RegisterFlow_filled__qqQpt{background-color:#f3f3f3}.RegisterFlow_phoneLabel__lHGI0{position:absolute;top:8px;left:32px;font-family:Poppins,sans-serif;font-size:.875rem;line-height:1;color:var(--nav-ink,#6d6d6d);pointer-events:none}.RegisterFlow_prefixBtn__JyLBN{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:0 14px 0 32px;border:none;background:transparent;font:inherit;font-size:1.25rem;color:inherit;cursor:pointer;white-space:nowrap}.RegisterFlow_prefixBtn__JyLBN .RegisterFlow_flag__fL38q{font-size:1.375rem;line-height:1}.RegisterFlow_prefixBtn__JyLBN .RegisterFlow_caret__n4pxh{font-size:.75rem;color:var(--nav-ink,#6d6d6d);transition:transform .15s ease}.RegisterFlow_prefixBtn__JyLBN .RegisterFlow_caret__n4pxh.RegisterFlow_up__zAX_t{transform:rotate(180deg)}.RegisterFlow_phoneControl__S9dxV .RegisterFlow_divider__5tkcb{width:1px;height:32px;flex:0 0 auto;background-color:#e0e0e0}.RegisterFlow_phoneNumber___zPEq{flex:1 1 auto;min-width:0;border:none;outline:none;background:transparent;font:inherit;font-size:1.25rem;color:inherit;padding:5px 32px 5px 16px}.RegisterFlow_prefixMenu__uiXrC{position:absolute;z-index:20;top:calc(100% + 4px);left:0;width:320px;max-width:100%;max-height:300px;overflow-y:auto;margin:0;padding:6px 0;list-style:none;background:#fff;border:1px solid #a9a9a9;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12)}.RegisterFlow_prefixMenu__uiXrC li{margin:0}.RegisterFlow_prefixOption__dAN9z{display:flex;align-items:center;gap:12px;width:100%;padding:10px 18px;border:none;background:transparent;font:inherit;font-size:1rem;text-align:left;cursor:pointer}.RegisterFlow_prefixOption__dAN9z.RegisterFlow_active__AhJRS{background-color:#f3f3f3}.RegisterFlow_prefixOption__dAN9z .RegisterFlow_flag__fL38q{font-size:1.25rem;line-height:1}.RegisterFlow_prefixOption__dAN9z .RegisterFlow_name___CcOF{flex:1 1 auto}.RegisterFlow_prefixOption__dAN9z .RegisterFlow_dial__U_alO{color:var(--nav-ink,#6d6d6d)}.RegisterFlow_fieldError__bkluX{color:red;font-size:.875rem;margin-top:6px}.RegisterFlow_pwdHints___h1FD{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;margin:6px 0 0;padding:0;list-style:none;font-size:.875rem;line-height:1.3;color:var(--nav-ink,#6d6d6d)}.RegisterFlow_pwdHints___h1FD li{display:flex;align-items:center;margin:0;white-space:nowrap}.RegisterFlow_pwdHints___h1FD li.RegisterFlow_met__lGQJ6{color:var(--green-ink,#017e3a)}.RegisterFlow_pwdHints___h1FD li:before{content:"○";margin-right:5px}.RegisterFlow_pwdHints___h1FD li.RegisterFlow_met__lGQJ6:before{content:"✓"}.RegisterFlow_pwdHints___h1FD li:not(:last-child):after{content:"/";margin-left:10px;color:#d0d0d0}.RegisterFlow_invalidInput__wDa2p input{border-color:red!important}.RegisterFlow_nameRow__UL_2Y{display:flex;gap:20px}.RegisterFlow_nameRow__UL_2Y>*{flex:1 1;min-width:0}@media (max-width:799px){.RegisterFlow_nameRow__UL_2Y{flex-direction:column;gap:var(--tp-field-gap,20px)}}.RegisterFlow_passwordField__N6wrB{position:relative}.RegisterFlow_passwordToggle__RUpch{position:absolute;right:22px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;border:none;background:transparent;padding:6px;color:var(--green-ink,#017e3a);cursor:pointer}.RegisterFlow_optionalTag__lynJf{color:var(--green-ink,#017e3a)}.RegisterFlow_formScope__bzxKp .input-checkbox input[type=checkbox]{accent-color:var(--green-color)}.RegisterFlow_stepOne__wN0cF{--tp-gap:40px;--tp-card-radius:16px;--tp-promo-pad:56px 64px;--tp-card-pad:40px;--tp-promo-title:56px;--tp-promo-title-lh:72px;--tp-body:20px;--tp-body-lh:36px;--tp-field-h:68px;--tp-field-gap:12px;--tp-field-pad-x:32px;--tp-label:14px;--tp-captcha-w:264px;--tp-captcha-scale:0.862;--tp-checkbox-size:28px;--tp-checkbox-font:16px;--tp-checkbox-lh:24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--tp-gap);gap:var(--tp-gap);align-items:stretch;box-sizing:border-box;padding:24px 65px 32px;background:#ebedf2}.RegisterFlow_stepOne__wN0cF>*{min-width:0}.RegisterFlow_stepOne__wN0cF *,.RegisterFlow_stepOne__wN0cF :after,.RegisterFlow_stepOne__wN0cF :before{box-sizing:border-box}.RegisterFlow_promo__4sVWx{flex:initial;display:flex;flex-direction:column;padding:var(--tp-promo-pad);border-radius:var(--tp-card-radius);background:var(--green-color,#01cc5d)}.RegisterFlow_promoTitle__layai{margin:0;font-family:Poppins,sans-serif;font-size:var(--tp-promo-title);line-height:var(--tp-promo-title-lh);font-weight:700;color:var(--on-brand-ink,#333842)}.RegisterFlow_promoRule__viwbd{display:block;width:100px;height:6px;margin:28px 0;border-radius:3px;background:#fff}.RegisterFlow_promoText__ODlkC{font-size:var(--tp-body);line-height:var(--tp-body-lh);color:var(--on-brand-ink,#333842);margin:0 0 auto}.RegisterFlow_stepOne__wN0cF .RegisterFlow_promo__4sVWx .RegisterFlow_promoIndex__0FDSK{margin-top:24px;font-family:Poppins,sans-serif;font-size:121px;line-height:1;font-weight:700;color:var(--on-brand-ink,#333842)}.RegisterFlow_formCard__hj42b{flex:initial;min-height:0;display:flex;flex-direction:column;gap:24px;padding:var(--tp-card-pad);border-radius:var(--tp-card-radius);background:#fff}.RegisterFlow_stepOne__wN0cF .form-register.form{row-gap:var(--tp-field-gap)}.RegisterFlow_stepOne__wN0cF .input-floating-label input{width:100%;min-width:0;height:var(--tp-field-h);padding:32px var(--tp-field-pad-x) 0;border:1px solid #a9a9a9;border-radius:8px;background:#fff;font-family:Roboto,sans-serif;font-size:var(--tp-body);line-height:1.2;color:var(--dark-gray-color,#000a05)}.RegisterFlow_stepOne__wN0cF .input-floating-label input:focus{outline:none;border-color:var(--green-color,#01cc5d)}.RegisterFlow_stepOne__wN0cF .input-floating-label input:focus+label,.RegisterFlow_stepOne__wN0cF .input-floating-label input:not(:placeholder-shown)+label,.RegisterFlow_stepOne__wN0cF .input-floating-label label{top:12px;bottom:auto;left:var(--tp-field-pad-x);font-family:Roboto,sans-serif;font-size:var(--tp-label);line-height:1;color:var(--nav-ink,#6d6d6d)}.RegisterFlow_stepOne__wN0cF .RegisterFlow_formScope__bzxKp .input-floating-label input:not(:placeholder-shown){background-color:#fff}.RegisterFlow_stepOne__wN0cF .RegisterFlow_phoneControl__S9dxV{height:var(--tp-field-h);padding-top:32px}.RegisterFlow_stepOne__wN0cF .RegisterFlow_phoneControl__S9dxV.RegisterFlow_filled__qqQpt{background-color:#fff}.RegisterFlow_stepOne__wN0cF .RegisterFlow_phoneLabel__lHGI0{top:12px;left:var(--tp-field-pad-x);font-family:Roboto,sans-serif;font-size:var(--tp-label)}.RegisterFlow_stepOne__wN0cF .RegisterFlow_prefixBtn__JyLBN{padding-left:var(--tp-field-pad-x);font-size:var(--tp-body)}.RegisterFlow_stepOne__wN0cF .RegisterFlow_phoneNumber___zPEq{font-size:var(--tp-body);padding-right:var(--tp-field-pad-x)}.RegisterFlow_stepOne__wN0cF .RegisterFlow_passwordToggle__RUpch{right:var(--tp-field-pad-x)}.RegisterFlow_stepOne__wN0cF .input-checkbox{gap:12px;align-items:center;font-size:var(--tp-checkbox-font);line-height:var(--tp-checkbox-lh)}.RegisterFlow_stepOne__wN0cF .input-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:var(--tp-checkbox-size);height:var(--tp-checkbox-size);flex:0 0 auto;margin:0;display:inline-grid;place-content:center;border:2px solid var(--green-color);border-radius:3px;background:#fff;cursor:pointer}.RegisterFlow_stepOne__wN0cF .input-checkbox input[type=checkbox]:before{content:"";width:calc(var(--tp-checkbox-size) * .62);height:calc(var(--tp-checkbox-size) * .62);background:var(--green-color);-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);transform:scale(0);transition:transform .12s ease-in-out}.RegisterFlow_stepOne__wN0cF .input-checkbox input[type=checkbox]:checked:before{transform:scale(1)}.RegisterFlow_stepOne__wN0cF .input-checkbox input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(1,204,93,.25)}.RegisterFlow_footer__l3ZOQ{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:auto}.RegisterFlow_captchaBox__F2xN8{flex:0 0 auto;display:flex;align-items:center;width:var(--tp-captcha-w);height:var(--tp-field-h);overflow:hidden}.RegisterFlow_captchaBox__F2xN8>div{flex:0 0 auto;transform:scale(var(--tp-captcha-scale));transform-origin:left center}.RegisterFlow_actions__8_NIw{display:flex;align-items:center;gap:32px;justify-content:flex-end;flex:0 0 auto}.RegisterFlow_backBtn__PYd60{display:inline-flex;align-items:center;gap:12px;padding:0;border:0;background:none;font-family:inherit;font-size:var(--tp-body);color:var(--dark-gray-color,#000a05);cursor:pointer;transition:opacity .15s ease}.RegisterFlow_formCard__hj42b .btn-next-step .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-width:207px;height:64px;padding:0 32px;line-height:1;font-size:var(--tp-body);font-weight:500;border-radius:8px}.RegisterFlow_nextIcon__pXaMV{order:2;flex:0 0 auto}.RegisterFlow_nextLabelNarrow__7l_ZZ{display:none}@media (max-width:1439px){.RegisterFlow_stepOne__wN0cF{--tp-promo-title:36px;--tp-promo-title-lh:58px;--tp-body:18px;--tp-body-lh:32px;--tp-promo-pad:40px 44px;--tp-card-pad:32px;--tp-gap:24px;--tp-field-h:62px;--tp-field-pad-x:24px;--tp-label:13px;--tp-checkbox-font:15px;--tp-checkbox-lh:22px;--tp-captcha-w:264px;padding:20px 44px 28px}.RegisterFlow_stepOne__wN0cF .RegisterFlow_phoneControl__S9dxV,.RegisterFlow_stepOne__wN0cF .input-floating-label input{padding-top:28px}.RegisterFlow_stepOne__wN0cF .RegisterFlow_phoneLabel__lHGI0,.RegisterFlow_stepOne__wN0cF .input-floating-label input:focus+label,.RegisterFlow_stepOne__wN0cF .input-floating-label input:not(:placeholder-shown)+label,.RegisterFlow_stepOne__wN0cF .input-floating-label label{top:10px}.RegisterFlow_formCard__hj42b .btn-next-step .btn-primary{height:56px}.RegisterFlow_stepOne__wN0cF .RegisterFlow_promo__4sVWx .RegisterFlow_promoIndex__0FDSK{font-size:88px}.RegisterFlow_footer__l3ZOQ{flex-direction:column;align-items:stretch;gap:32px}.RegisterFlow_actions__8_NIw{justify-content:flex-end}}@media (max-width:1023px){.RegisterFlow_stepOne__wN0cF{grid-template-columns:1fr;--tp-promo-title:26px;--tp-promo-title-lh:40px;--tp-body:16px;--tp-body-lh:28px;--tp-promo-pad:32px;--tp-card-pad:32px;--tp-field-h:58px;--tp-label:13px;--tp-checkbox-font:14px;--tp-checkbox-lh:20px;padding:20px 24px 32px}.RegisterFlow_promoRule__viwbd{margin:16px 0}.RegisterFlow_stepOne__wN0cF .RegisterFlow_promo__4sVWx .RegisterFlow_promoIndex__0FDSK{font-size:56px;margin-top:16px}.RegisterFlow_footer__l3ZOQ{flex-direction:row;align-items:center}.RegisterFlow_formCard__hj42b .btn-next-step .btn-primary{height:64px;min-width:0}.RegisterFlow_nextIcon__pXaMV{order:0}.RegisterFlow_nextLabelWide__ZFrjH{display:none}.RegisterFlow_nextLabelNarrow__7l_ZZ{display:inline}}@media (max-width:799px){.RegisterFlow_stepOne__wN0cF{--tp-promo-title:24px;--tp-promo-title-lh:34px;--tp-checkbox-size:24px;--tp-promo-pad:24px 20px;--tp-card-pad:20px;--tp-gap:20px;--tp-field-pad-x:20px;padding:12px 12px 32px}.RegisterFlow_stepOne__wN0cF .RegisterFlow_promo__4sVWx .RegisterFlow_promoIndex__0FDSK{font-size:44px}.RegisterFlow_footer__l3ZOQ{flex-direction:column;align-items:stretch;gap:24px}.RegisterFlow_actions__8_NIw{justify-content:space-between;gap:16px}}@media (hover:hover){.RegisterFlow_prefixOption__dAN9z:hover{background-color:#f3f3f3}.RegisterFlow_passwordToggle__RUpch:hover{opacity:.75}.RegisterFlow_backBtn__PYd60:hover{opacity:.7}}