*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,hr,ul,dl,dd{margin-top:0;margin-bottom:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){color:currentColor;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}:root{--black:#121826;--light-black:#212936;--dark-gray:#394150;--gray:#4d5562;--light-gray:#a1a1a9;--white:#e5e7eb;--dark-purple:#652cd1;--purple:#845eee;--background-color:var(--black);--form-background-color:var(--light-black);--border-color:var(--gray);--hover-highlight-line-color:var(--white);--focus-highlight-line-color:var(--dark-purple);--form-primary-text-color:var(--white);--form-secondary-text-color:var(--light-gray);--form-placeholder-text-color:var(--gray);--form-button-start-color:var(--purple);--form-button-end-color:var(--dark-purple);--form-button-text-color:var(--white);--form-check-color:var(--dark-gray);--form-check-active-color:var(--dark-purple);--form-check-active-border-color:var(--purple);--step-color:var(--dark-gray);--step-active-color:var(--purple);--font-base:"Inter", inter, system-ui, avenir, helvetica, arial, sans-serif}html,body{font-family:var(--font-base);background-color:var(--background-color);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url("data:image/svg+xml,%3csvg%20width='749'%20height='749'%20viewBox='0%200%20749%20749'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='374.5'%20cy='374.5'%20r='374.5'%20fill='url(%23paint0_radial_779_2273)'%20fill-opacity='0.3'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_779_2273'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(374.5%20374.5)%20rotate(90)%20scale(374.5)'%3e%3cstop%20stop-color='%23652CD1'/%3e%3cstop%20offset='1'%20stop-color='%23652CD1'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg%20width='749'%20height='749'%20viewBox='0%200%20749%20749'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='374.5'%20cy='374.5'%20r='374.5'%20fill='url(%23paint0_radial_779_2273)'%20fill-opacity='0.3'/%3e%3cdefs%3e%3cradialGradient%20id='paint0_radial_779_2273'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(374.5%20374.5)%20rotate(90)%20scale(374.5)'%3e%3cstop%20stop-color='%23652CD1'/%3e%3cstop%20offset='1'%20stop-color='%23652CD1'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");background-position:-365px -365px,right -365px bottom -365px;background-repeat:no-repeat;background-attachment:fixed;margin:0;padding:0}.container{max-width:456px;margin-left:auto;margin-right:auto}.hidden{display:none}.header{white-space:nowrap;clip-path:inset(50%);border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.main{padding-top:184px}.register-form-layout{flex-direction:column;align-items:center;display:flex}.register-form{background-color:var(--form-background-color);border:1px solid var(--border-color);border-radius:12px;width:100%;padding:40px}.register-form__fieldset{border:none;margin:0;padding:0}.register-form__title{color:var(--form-primary-text-color);padding-left:0;padding-right:0;font-size:1.25rem;font-weight:600}.register-form__input-area{flex-direction:column;row-gap:24px;margin-top:36px;display:flex}.register-form__input-label{flex-direction:column;row-gap:12px;display:flex}.register-form__input-label-text{color:var(--form-secondary-text-color);font-size:.75rem}.register-form__input{width:100%;height:44px;color:var(--form-primary-text-color);background-color:var(--form-background-color);border:2px solid var(--border-color);border-radius:12px;outline:none;padding:12px;font-size:.75rem}.register-form__input:hover{border:2px solid var(--hover-highlight-line-color)}.register-form__input:focus{border:2px solid var(--focus-highlight-line-color)}.register-form__input::placeholder{color:var(--form-placeholder-text-color)}.register-form__button-wrapper{justify-content:center;margin-top:36px;display:flex}.register-form__button{color:var(--form-button-text-color);cursor:pointer;background-image:linear-gradient(180deg, var(--form-button-start-color), var(--form-button-end-color));border:none;border-radius:24px;padding:12px 40px;font-size:.75rem}.register-form__button:not(:focus-visible){outline-color:#0000}.register-form__check-area{flex-direction:column;row-gap:16px;margin-top:28px;display:flex}.register-form__custom-check-box{width:100%;color:var(--form-secondary-text-color);cursor:pointer;background-color:var(--form-check-color);border:1px solid var(--border-color);border-radius:12px;padding:12px;font-size:.875rem}.register-form__custom-check-box:hover{border:1px solid var(--form-check-active-border-color)}.register-form__custom-check-box:has(.register-form__check-box:focus){border:1px solid var(--form-check-active-border-color)}.register-form__custom-check-box:has(.register-form__check-box:checked){color:var(--form-primary-text-color);background-color:var(--form-check-active-color);border:1px solid var(--form-check-active-border-color)}.register-form__custom-check-box:focus-within:has(.register-form__check-box:checked){border:1px solid var(--white)}.register-form__check-box{width:0;height:0}.register-form__check-error-msg{color:var(--form-primary-text-color);font-size:1rem;font-weight:600}.register-form__summary-user-info{flex-direction:column;row-gap:4px;margin-top:28px;display:flex}.register-form__summary-topic-info{margin-top:20px}.register-form__summary-topic-info-list:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:20px}.register-form__summary-topic-info-list:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:20px}.register-form__summary-title{color:var(--form-secondary-text-color);font-size:1rem}.register-form__summary-value{color:var(--form-primary-text-color);font-size:1rem}.step-info{align-items:center;column-gap:24px;padding-top:16px;padding-bottom:16px;padding-left:108px;display:flex}.step-info__text{color:var(--step-color);font-size:.75rem}.step-info__step-group{z-index:1;column-gap:16px;display:flex;position:relative}.step-info__step{background-color:var(--step-color);border-radius:50%;width:10px;height:10px;position:relative}.step-info__step--current,.step-info__step--active{background-color:var(--step-active-color)}.step-info__step--current:after{z-index:-1;content:"";background:var(--step-color);border-radius:50%;width:20px;height:20px;display:inline-block;position:absolute;top:-5px;left:-5px}
