.step-app>.step-steps{margin:0 0 32px;padding:0;display:flex;overflow:hidden;position:relative}.step-app>.step-steps>li{list-style:none;flex:1;display:block;text-decoration:none;position:relative}.step-app>.step-steps>li:after{content:'';display:inline-block;width:100%;height:1px;background-color:#2b2e31;position:absolute;top:12px;left:0}.step-app>.step-steps>li:last-child{width:auto !important;display:contents}.step-app>.step-steps>li:last-child:after{display:none}.step-app>.step-steps>li:last-child a{border:0}.step-app>.step-steps>li.active{background-color:#32c5d2;color:#fff}.step-app>.step-steps>li.error{background-color:#e7505a;color:#fff}.step-app>.step-steps>li.done{background-color:#3cb371;color:#fff}.step-app>.step-steps>li>.number{background:#fff;padding:0 8px;display:inline-block;text-align:center;margin-right:15px;border-radius:3px;color:#333}.step-app>.step-content{display:block;width:100%;float:left}.step-app>.step-content>.step-tab-panel{display:none;width:100%;float:left;padding-bottom:40px}.step-app>.step-content>.step-tab-panel.active{display:block}.step-app>.step-footer{margin-top:15px;margin-bottom:15px}.step-app>.step-footer>.step-btn{padding:4px 16px;color:#333;text-decoration:none;background:#e5e5e5;border-radius:3px;border:0;outline:0;cursor:pointer}.step-app .hc-stepform label.error{color:#e7505a;margin-left:10px;padding:7px}.step-app .hc-stepform input.error{border:2px solid #e7505a}.step-app>.step-steps>li>span{color:#2b2e31;display:block;width:24px;height:24px;border:1px solid #000;text-align:center;border-radius:200px;line-height:20px;background:#fff;position:relative;z-index:1;font-size:10px;cursor:pointer}.step-app>.step-steps>li>span.active,.step-app>.step-steps>li>span.done{background:#001cb0;color:#001cb0;border-color:#001cb0;font-size:0;cursor:pointer}.step-app>.step-steps>li>span.active:before{content:'';display:block;width:10px;height:10px;background:#fff;border-radius:200px;position:absolute;top:6px;left:6px}.step-app>.step-steps>li>span.done:before{content:'';display:block;width:12px;height:9px;background:url(https://f.hubspotusercontent40.net/hubfs/7628448/July%202021/hc-icon-stepper-check.png) center no-repeat;position:absolute;top:6px;left:5px}.step-app>.step-steps>li:before{content:'';display:block;width:24px;height:24px;position:absolute;z-index:2}.step-app>.step-steps>li:last-child:before{left:initial;right:0}.step-app .error{color:red;font-size:14px}@media only screen and (max-width:767px){.step-app>.step-content>.step-tab-panel{padding-bottom:24px}}