<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#progress_wrapper{height:1px;position:sticky;top:0;width:100vw}#progress{background:#fff;box-shadow:0 0 1px #00000080;opacity:0;padding:1rem 3rem;position:relative;transition:opacity .5s ease-out;z-index:1000}#progress.visible{opacity:1;transition:opacity .75s ease-out}#progress-bar{background:#ddd;bottom:10px;height:4px;left:3rem;margin:10px 0;position:relative;position:absolute;width:calc(100% - 6rem)}#progress-indicator{background:#32aaeb;height:100%;transition:width .3s ease;width:0}#section-indicator{display:flex;gap:1rem;justify-content:space-between;list-style:none;margin:0;padding:0}#section-indicator li{align-items:center;cursor:pointer;display:flex;font-size:16px;justify-content:center;line-height:1.2;max-width:9em;padding-bottom:20px;position:relative;text-align:center;transition:background .3s}#section-indicator li.current,#section-indicator li:hover{color:#32aaeb}#section-indicator li:after{--size:14px;background:#ddd;border-radius:calc(var(--size)/2);bottom:0;content:"";height:var(--size);left:calc(50% - var(--size)/2);position:absolute;width:var(--size)}#section-indicator li.active:after,#section-indicator li:hover:after{background:#32aaeb}html.hs-inline-edit #progress_wrapper{height:auto}html.hs-inline-edit #progress{opacity:1}</pre></body></html>