.stepper{width:fit-content;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}@media(max-width:800px){.stepper{width:100%}}.stepper-step{display:flex;align-items:center;gap:10px;min-width:0}@media(max-width:800px){.stepper-step{gap:1rem}}.stepper-step-number{width:2rem;height:2rem;border-radius:50%;border:2px solid #8977ff;background-color:#212024;color:#8977ff;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;z-index:2;font-size:.875rem;font-weight:700;font-family:Space Grotesk,sans-serif;line-height:18}.stepper-step-number.active,.stepper-step-number.completed{background-color:#8977ff;color:#312f35}.stepper-step-label{font-size:.875rem;color:#7e7988;font-weight:700;white-space:nowrap}.stepper-step-label.active,.stepper-step-label.completed{color:#bcb8c3}@media(max-width:800px){.stepper-step-label{display:none}.stepper-step-label.active{display:block}}.stepper-step-divider{width:60px;height:1px;background-color:#7e7988;margin-right:1rem}@media(max-width:800px){.stepper-step-divider{width:fill-content}}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}.bebop-icon{object-fit:contain}.bebop-dot,.bebop-icon{width:1.5rem;height:1.5rem}.bebop-dot{background-color:#644ff5;border-radius:50%;flex-shrink:0}@media(max-width:768px){.bebop-dot{width:1rem;height:1rem;background-color:#312e81}}.organization-form{width:100%}.organization-form-title{color:#fff;margin-bottom:1.5rem;text-align:center}.organization-form-cta-container{display:flex;justify-content:flex-end;margin-top:2.5rem}