.horizontal-timeline{justify-content:center;align-items:center;margin:40px 0 60px;display:flex}.ht-step-wrapper{align-items:center;display:flex;position:relative}.ht-circle{background:var(--grey1);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:500;display:flex}.ht-circle.active,.ht-circle.completed{background:var(--primary);color:var(--white)}.ht-label{width:auto;font-size:12px;position:absolute;top:45px}.ht-line{background:var(--grey1);width:200px;height:2px;margin:0 10px}.ht-line.completed{background:var(--primary)}@media (max-width:425px){.horizontal-timeline{margin:40px 5px;padding-bottom:30px}.ht-label{width:min-content}}@media (max-width:768px){.ht-line{width:40px}}
