.stepper-wrapper{margin-top:auto;display:flex;justify-content:space-between;margin-bottom:20px}.stepper-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1}.stepper-item::after{position:absolute;content:"";border-bottom:2px solid #ccc;width:100%;top:20px;left:50%;z-index:2}.stepper-item .step-counter{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:#ccc;margin-bottom:6px}.stepper-item.active{font-weight:700}.stepper-item.completed .step-counter{background-color:#1a2c79;color:#fff;font-weight:700;font-family:poppins}.stepper-item.completed::after{position:absolute;content:"";border-bottom:2px solid #1a2c79;width:100%;top:20px;left:50%;z-index:3}.stepper-item:first-child::before{content:none}.stepper-item:last-child::after{content:none}.step-name{font-weight:700;font-weight:'poppins';color:#000}.wrapper{width:330px;font-family:Helvetica;font-size:14px;border:1px solid #ccc}.StepProgress{position:relative;padding-left:30%;list-style:none}.StepProgress::before{display:inline-block;content:'';position:absolute;top:0;left:15px;width:10px;height:100%}.StepProgress-item{position:relative;counter-increment:list}.StepProgress-item:not(:last-child){padding-bottom:20px}.StepProgress-item::before{display:inline-block;content:'';position:absolute;left:-30px;height:100%;width:10px}.StepProgress-item::after{content:'';display:inline-block;position:absolute;top:0;left:-37px;width:12px;height:12px;border:2px solid #ccc;border-radius:50%;background-color:#fff}.StepProgress-item.is-done::before{border-left:3px solid #1a2c79}.StepProgress-item.is-done::after{content:counter(list);padding-top:0;width:30px;height:30px;top:-4px;left:-43px;font-size:17px;text-align:center;font-weight:700;color:#fff;font-family:Poppins;border:2px solid #1a2c79;background-color:#1a2c79}.StepProgress-item.current::before{border-left:2px solid green}.StepProgress-item.current::after{content:counter(list);padding-top:1px;width:19px;height:18px;top:-4px;left:-40px;font-size:14px;text-align:center;color:green;border:2px solid green;background-color:#fff}.StepProgress strong{font-family:poppins;display:block;color:#000}.desktop{display:flex}.mobile{display:none}@media only screen and (max-width:600px){.desktop{display:none}.mobile{display:block}}