.Step .content{box-sizing:border-box;padding:20px 0}.Step .justify-content-between{justify-content:space-between}.Step ul,.Step ul li{list-style:none;margin:0;padding:0}.Step ul{width:100%;display:flex}.Step li{display:inline-block;position:relative}.Step li:after{content:'';width:100%;height:2px;position:absolute;left:0;top:15px;z-index:-1}.Step .icon,.Step .text{display:block;position:relative;margin:0 auto;text-align:center}.Step .icon{width:30px;height:30px;line-height:30px;border-radius:50%;color:#ffffff;font-size:0.87rem}.Step .text{display:none;text-align:center;box-sizing:border-box;padding:10px 0}@media screen and (min-width: 768px){.Step .text{display:block}}.Step .step .icon{background-color:#d3d3d3;transition-duration:300ms}.Step .step .text{color:#d3d3d3;transition-duration:300ms;overflow:hidden;white-space:nowrap;word-wrap:none;text-overflow:ellipsis}.Step .step:after{transition-duration:300ms;background-color:#d3d3d3}.Step .btn-next,.Step .btn-previous,.Step .btn-submit{box-sizing:border-box;padding:5px 10px;border-radius:5px;cursor:pointer;background-color:var(--buttons-bg);user-select:none;display:inline-block;font-weight:400;color:#212529;text-align:center;border:1px solid transparent;font-size:1rem;line-height:1.5;color:#fff}.Step .step-filled:after{background-color:var(--stripes-filled)}.Step .step-filled .icon{background-color:var(--stripes-filled)}.Step .step-filled .text{color:var(--stripes-filled)}.Step .progress-bar-wrapper{width:100%;position:relative;height:30px;box-sizing:border-box;padding:10px 0}.Step .progress-bar{border-radius:60px;overflow:hidden;width:100%;background-color:#d3d3d3}.Step .progress-bar span{display:block}@keyframes animate-stripes{0%{background-position:0 0}100%{background-position:60px 0}}.Step .stripes.animated{animation:animate-stripes 1.5s linear infinite;animation-direction:forwards}.Step .bar{background:rgba(0,0,0,0.075)}.Step .progress{transition-duration:300ms;color:#fff;padding:5px;width:0}
