body{font-family:Inter,serif;font-size:15px;font-weight:400;background:#fff;padding:0}.step-wizard-step p{margin-top:35px;padding-left:20px}.step-wizard-row{display:table-row}.step-wizard{display:table;width:100%;position:relative}.step-wizard-step button[disabled]{opacity:1!important;filter:alpha(opacity=100)!important}.step-wizard-row:before{top:-57px;bottom:0;position:absolute;content:" ";width:78%;left:15px;right:0;margin:auto;height:2px;background-color:#ccc}.step-wizard-step{display:table-cell;text-align:center;position:relative}.step-wizard-step a{background:#ccc;color:#000;position:absolute;top:0;margin-left:-10px}.step-wizard-step a.btn-primary{background:#2571b3;border-color:#2571b3;color:#fff;box-shadow:0 0 0 5px rgba(37,113,179,.6);cursor:pointer}.step-wizard-row .btn-default{background-color:#fff;border-color:#ccc;box-shadow:0 0 0 5px hsla(0,0%,88%,.6)}.step-wizard-row .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);box-shadow:0 0 0 5px hsla(0,0%,88%,.6);opacity:1}@media(max-width:599px){.step-wizard-step p{font-size:12px}.step-wizard-row:before{top:-86px}}.step-progressbar{list-style:none;counter-reset:step;display:flex;padding:0}.step-progressbar__item{display:flex;flex-direction:column;flex:1 1;text-align:center;position:relative}.step-progressbar__item:before{width:42px;height:42px;content:counter(step);counter-increment:step;align-self:center;background:#e8e8e8;border-radius:100%;line-height:38px;margin-bottom:.5em;color:#454545;border:3px solid hsla(0,0%,72%,.44);z-index:1}.step-progressbar__item:after{height:2px;width:calc(100% - 2em);content:"";background:#e8e8e8;position:absolute;top:1.5em;left:calc(50% + 1em)}.step-progressbar__item:last-child:after{content:none}.step-progressbar__item--active:before{background:#2a57af;color:#fff;z-index:1;border:3px solid rgba(120,149,205,.7)}