.stepper{display:flex;flex-direction:column;align-items:center;padding:20px 0 60px;font-family:"Archivo Narrow",sans-serif;width:100%}.stepper-track{display:flex;align-items:center;width:100%;max-width:520px}.step{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.step-dot{width:18px;height:18px;border-radius:50%;background:#c6e8d3;transition:all .3s;flex-shrink:0}.step.completed .step-dot{background:#1a4731}.step.active .step-dot{width:20px;height:20px;background:#1a4731}.step-label{position:absolute;top:28px;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#b0b0b0;white-space:nowrap;font-weight:500}.step.completed .step-label,.step.active .step-label{color:#1a4731}.step-line{flex:1;height:1.5px;background:#c6e8d3;transition:background .3s}.step-line.completed{background:#1a4731}.step.completed{cursor:pointer}.step.completed .step-dot:hover{opacity:.75}.step.completed .step-label:hover{text-decoration:underline}