.ss-steps{margin:0 auto}.ss-steps .ss-steps-line{position:absolute;top:85px;right:0;left:-55px;transform:rotate(90deg);z-index:0;background-color:var(--foreground);width:160px;height:1px}.ss-steps .ss-step{display:flex;position:relative;justify-content:left;align-items:left;z-index:2;margin-bottom:16px}.ss-steps .ss-step span{display:block;border:1px solid var(--foreground);border-radius:50%;background:var(--white);width:50px;height:50px;line-height:50px;text-align:center}@media screen and (min-width:768px){.ss-steps .ss-steps-line{top:25px;right:0;left:0;transform:rotate(0);margin:0 auto;width:60vw}.ss-steps .ss-step{justify-content:center;align-items:center}}@media screen and (min-width:1024px){.ss-steps .ss-steps-line{width:67vw;max-width:690px}}.ss-step-labels{margin:0 auto}.ss-step-labels div{margin-bottom:16px;padding-left:16px;height:50px;line-height:50px}@media screen and (min-width:768px){.ss-step-labels div{margin-bottom:0;padding-left:0;line-height:inherit}}