.registration-form__stepper{display:flex;justify-content:space-between;position:relative}.registration-form__connector{background:var(--grey-100);height:2px;position:absolute;top:16px;z-index:1}.registration-form__connector-fill{background:var(--primary-2);height:100%;transition:width .3s ease}.registration-form__connector--1{left:calc(25% + 24px);width:calc(50% - 48px)}.registration-form__step{flex:1;position:relative;text-align:center;z-index:2}.registration-form__step-button,.registration-form__step-content{align-items:center;background:transparent;border:0;display:flex!important;flex-direction:column;padding:0!important;white-space:unset!important;width:100%}.registration-form__step-button{cursor:pointer}.registration-form__step-number{align-items:center;background:var(--grey-100);border-radius:50%;color:var(--grey-900);display:flex;font-weight:700;height:32px;justify-content:center;margin-bottom:12px;transition:all .2s ease;width:32px}.registration-form__step-label{font-size:14px;font-weight:600;line-height:1.4;max-width:126px;text-align:center;top:32px}.registration-form__step--active .registration-form__step-number,.registration-form__step--completed .registration-form__step-number{background:var(--primary-2);color:var(--grey-000)}@media (max-width:767px){.registration-form__stepper{display:flex;flex-direction:column;gap:2rem;position:relative}.registration-form__step{display:flex;flex:none;justify-content:flex-start;text-align:left}.registration-form__step-button,.registration-form__step-content{align-items:center;flex-direction:row;gap:1rem;width:auto}.registration-form__step-label{margin:0;max-width:none;text-align:left}.registration-form__connector{display:none}.registration-form__step:not(:last-child):after{background:var(--grey-100);content:"";height:calc(100% + 2rem);left:15px;position:absolute;top:36px;width:2px;z-index:1}.registration-form__step--completed:not(:last-child):after{background:var(--primary-2)}.registration-form__step-number{flex-shrink:0;margin-bottom:0;position:relative;z-index:2}}