.register-module-scss-module__BzGn0W__stepContent{animation:.3s ease-in register-module-scss-module__BzGn0W__fadeIn}.register-module-scss-module__BzGn0W__formContent{min-height:400px}@media (max-width:768px){.register-module-scss-module__BzGn0W__formContent{min-height:350px}}@media (max-width:576px){.register-module-scss-module__BzGn0W__formContent{min-height:300px}}.register-module-scss-module__BzGn0W__successIcon{animation:.5s ease-out register-module-scss-module__BzGn0W__scaleInCenter}.register-module-scss-module__BzGn0W__successCircle{background:rgba(76,175,80,.1);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:inline-flex}.register-module-scss-module__BzGn0W__successCircle i{animation:.6s ease-out register-module-scss-module__BzGn0W__successCheckPulse}@keyframes register-module-scss-module__BzGn0W__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes register-module-scss-module__BzGn0W__scaleInCenter{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes register-module-scss-module__BzGn0W__successCheckPulse{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}
.stepper-module-scss-module__dr-rYW__stepper{margin-bottom:2rem}.stepper-module-scss-module__dr-rYW__progressContainer{margin-bottom:1.5rem}.stepper-module-scss-module__dr-rYW__progress{background-color:var(--bs-gray-200);border-radius:2px;height:4px;display:flex;position:relative;overflow:hidden}.stepper-module-scss-module__dr-rYW__progressBar{background:linear-gradient(90deg,var(--bs-primary),#5625e8);border-radius:2px;transition:width .4s}.stepper-module-scss-module__dr-rYW__stepsContainer{width:100%}.stepper-module-scss-module__dr-rYW__stepsRow{justify-content:space-between;align-items:stretch;gap:1rem;display:flex}@media (max-width:768px){.stepper-module-scss-module__dr-rYW__stepsRow{gap:.75rem}}@media (max-width:576px){.stepper-module-scss-module__dr-rYW__stepsRow{gap:.5rem}}.stepper-module-scss-module__dr-rYW__stepWrapper{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex;position:relative}@media (max-width:576px){.stepper-module-scss-module__dr-rYW__stepWrapper{min-height:80px}}.stepper-module-scss-module__dr-rYW__stepCard{border:1px solid var(--bs-border-color);background-color:var(--bs-light);cursor:default;text-align:center;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:90px;padding:1rem .75rem;transition:all .3s;display:flex}@media (max-width:768px){.stepper-module-scss-module__dr-rYW__stepCard{min-height:80px;padding:.75rem .5rem}}@media (max-width:576px){.stepper-module-scss-module__dr-rYW__stepCard{gap:.25rem;min-height:70px;padding:.5rem .4rem}}.stepper-module-scss-module__dr-rYW__stepCard.stepper-module-scss-module__dr-rYW__active{background-color:rgba(var(--bs-primary-rgb),.08);border-color:var(--bs-primary);box-shadow:0 2px 8px rgba(var(--bs-primary-rgb),.15)}.stepper-module-scss-module__dr-rYW__stepCard.stepper-module-scss-module__dr-rYW__completed{background-color:rgba(var(--bs-success-rgb),.08);border-color:var(--bs-success)}.stepper-module-scss-module__dr-rYW__stepCard.stepper-module-scss-module__dr-rYW__upcoming{background-color:var(--bs-light);border-color:var(--bs-border-color)}.stepper-module-scss-module__dr-rYW__stepCard[role=button]{cursor:pointer}.stepper-module-scss-module__dr-rYW__stepCard[role=button]:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.stepper-module-scss-module__dr-rYW__stepCard[role=button]:active{transform:translateY(0)}.stepper-module-scss-module__dr-rYW__stepBadge{border:2px solid transparent;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.stepper-module-scss-module__dr-rYW__stepBadge i{font-size:1rem}@media (max-width:576px){.stepper-module-scss-module__dr-rYW__stepBadge{width:32px;height:32px;font-size:.875rem}.stepper-module-scss-module__dr-rYW__stepBadge i{font-size:.875rem}}.stepper-module-scss-module__dr-rYW__stepBadge.stepper-module-scss-module__dr-rYW__completed{background-color:var(--bs-success);color:#fff;border-color:var(--bs-success)}.stepper-module-scss-module__dr-rYW__stepBadge.stepper-module-scss-module__dr-rYW__active{background-color:var(--bs-primary);color:#fff;border-color:var(--bs-primary);box-shadow:0 0 0 3px rgba(var(--bs-primary-rgb),.15)}.stepper-module-scss-module__dr-rYW__stepBadge.stepper-module-scss-module__dr-rYW__upcoming{background-color:var(--bs-gray-300);color:var(--bs-gray-600);border-color:var(--bs-border-color)}.stepper-module-scss-module__dr-rYW__stepTitle{text-transform:uppercase;letter-spacing:.4px;word-break:break-word;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:100%;margin:0;font-size:.75rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}@media (max-width:576px){.stepper-module-scss-module__dr-rYW__stepTitle{letter-spacing:.3px;font-size:.7rem}}.stepper-module-scss-module__dr-rYW__labelActive{color:var(--bs-primary)}.stepper-module-scss-module__dr-rYW__labelCompleted{color:var(--bs-success)}.stepper-module-scss-module__dr-rYW__labelUpcoming{color:var(--bs-muted)}.stepper-module-scss-module__dr-rYW__connector{background-color:var(--bs-border-color);z-index:0;height:2px;transition:background-color .3s;position:absolute;top:36px;left:calc(50% + 18px);right:calc(18px - 50%)}@media (max-width:768px){.stepper-module-scss-module__dr-rYW__connector{display:none}}.stepper-module-scss-module__dr-rYW__connectorCompleted{background-color:var(--bs-success)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__progress{background-color:rgba(255,255,255,.1)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__stepCard{background-color:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__stepCard.stepper-module-scss-module__dr-rYW__active{background-color:rgba(var(--bs-primary-rgb),.12);border-color:var(--bs-primary);box-shadow:0 2px 8px rgba(var(--bs-primary-rgb),.2)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__stepCard.stepper-module-scss-module__dr-rYW__completed{background-color:rgba(var(--bs-success-rgb),.12);border-color:var(--bs-success)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__stepCard[role=button]:hover{box-shadow:0 2px 8px rgba(255,255,255,.1)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__stepBadge.stepper-module-scss-module__dr-rYW__upcoming{color:rgba(255,255,255,.6);background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__labelUpcoming{color:rgba(255,255,255,.6)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__connector{background-color:rgba(255,255,255,.1)}.stepper-module-scss-module__dr-rYW__dark-mode .stepper-module-scss-module__dr-rYW__connectorCompleted{background-color:var(--bs-success)}
