.s50-wizard__steps-legend{-ms-flex-pack:justify;justify-content:space-between;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(48%,transparent),color-stop(50%,var(--grey,#acbcdb)),color-stop(52%,transparent));background:linear-gradient(transparent,transparent 48%,var(--grey,#acbcdb) 50%,transparent 52%);margin-bottom:3rem}.s50-wizard__step,.s50-wizard__steps-legend{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.s50-wizard__step{position:relative;text-align:center;height:4rem;width:4rem;border-radius:2rem;-ms-flex-pack:center;justify-content:center;background:var(--grey,#acbcdb);border:.1rem solid var(--grey,#acbcdb);color:var(--darkText,#0b1f40);font-weight:600}.s50-wizard__step-title{position:absolute;top:calc(50% + 3rem);font-size:1.1rem;color:var(--darkText,#0b1f40);line-height:1;width:15rem;text-transform:uppercase}.s50-wizard__step:first-child .s50-wizard__step-title{left:0;text-align:left}.s50-wizard__step:last-child .s50-wizard__step-title{right:0;text-align:right}.s50-wizard__step--active{height:5rem;width:5rem;border-radius:2.5rem;background:var(--primary,#3682ff);border-color:var(--primary,#3682ff);color:#fff}.s50-wizard__step--active .s50-wizard__step-title{color:var(--primary,#3682ff);font-weight:700}.s50-wizard__step--disabled{cursor:default;color:#939aa8}.s50-wizard__step--disabled:hover{background:var(--grey,#acbcdb);border-color:var(--grey,#acbcdb);color:#939aa8}.s50-wizard__step--disabled .s50-wizard__step-title{color:#939aa8}.s50-wizard__next{position:relative}.s50-wizard__next-pending{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;right:0;left:0;top:0;bottom:0;background:var(--secondary,#36d48f)}.s50-wizard__actions{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:4rem}.s50-wizard__actions--fixed{bottom:0;left:0;margin:0;padding:1rem;position:fixed;width:100%}.s50-wizard--stop-600{max-width:60rem}.s50-wizard--stop-900{max-width:90rem}.s50-tooltip{display:inline-block}.s50-tooltip__content{z-index:1700;max-width:40rem;text-align:center;white-space:normal}