/* Free scrolling and vertically balanced numbered stages. */
#vt-world{scroll-snap-type:none;scroll-behavior:auto}
#vt-world .vt-section,.vt-cloned-footer{scroll-snap-align:none}
.vt-step-index{display:grid;place-items:center;width:32px;height:32px;flex:none;border-radius:50%;background:#f3f7fc;border:1px solid #cedce9;color:#6e829e;font-size:15px;line-height:1;font-weight:500;font-variant-numeric:tabular-nums}
.vt-stages li[aria-current] .vt-step-index{background:#e7f2ff;border-color:#c5e0ff;color:#0073e6}
.vt-stages li.vt-step-complete .vt-step-index{background:#e7f2ff;border-color:#c5e0ff;color:#0073e6}
.vt-stages-label{text-align:left}
.vt-stages .vt-step-arrow{display:none}
@media(min-width:1024px){
 .vt-stages{display:flex;flex-direction:column}
 .vt-stages>ol,.vt-stages>.vt-stage-note{flex-shrink:0}
 .vt-stages-label{margin-top:auto}
 .vt-stages>.vt-stage-note{margin-bottom:auto}
 .vt-stages li{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding:8px 12px}
 .vt-stages .vt-step-arrow{display:block;margin-left:auto}
}
