.registration{text-align:center;font-family:sans-serif}.registration h1{text-align:left;margin-bottom:50px}.registration .steps{border-top:2px solid black;display:flex;list-style:none;padding:0;justify-content:space-between;align-items:stretch;align-content:stretch}.registration .step{position:relative;margin-top:10px;width:100%}.registration .step span{font-weight:bold;text-decoration:none;color:black;text-transform:uppercase;font-size:15px}.registration .step:first-child{margin-left:-55px}.registration .step:last-child{margin-right:-55px}.registration .step::after{content:"";width:10px;height:10px;background:#fff;position:absolute;border-radius:10px;top:-18px;left:50%;transform:translatex(-50%);border:2px solid #3b67f7}.registration .active::after,.registration .step:hover::after{background:#3b67f7}