.hiw-section{background-color:var(--background)}.hiw-header{margin-bottom:4rem;max-width:56rem}.hiw-kicker{margin-bottom:1rem;font-size:1rem;font-weight:500;color:var(--muted-foreground)}.hiw-title-reveal{font-weight:500}.hiw-chip-reveal,.hiw-title-reveal{color:var(--foreground)}@media (min-width:768px){.hiw-kicker{font-size:1.125rem}}.hiw-lead{margin-top:1.5rem;font-size:1rem;line-height:1.625;color:var(--muted-foreground)}@media (min-width:768px){.hiw-lead{font-size:1.125rem}}.hiw-step-body{color:var(--muted-foreground)}.hiw-layout{display:grid;grid-template-columns:1fr;align-items:end;gap:2.5rem}@media (min-width:1024px){.hiw-layout{grid-template-columns:repeat(2,1fr);gap:4rem}}.hiw-steps-root{position:relative}.hiw-vline{position:absolute;top:0;bottom:0;width:1px;translate:-50% 0}.hiw-step-btn{position:relative;display:flex;width:100%;cursor:pointer;gap:1rem;padding-top:1rem;padding-bottom:1rem;text-align:left;background:none;border:none;font:inherit;color:inherit}.hiw-circle-wrap{display:flex;flex-shrink:0;align-items:center;justify-content:center}.hiw-circle-wrap,.hiw-circle-wrap>.hiw-step-icon{position:relative}.hiw-timer-svg{position:absolute;height:100%;width:100%;rotate:-90deg}.hiw-timer-track{color:var(--muted)}.hiw-timer-fill{color:#dd9726;fill:var(--background)}.hiw-circle-idle{display:flex;height:100%;width:100%;align-items:center;justify-content:center;border-radius:9999px;border:1px solid var(--border);background-color:var(--background)}.hiw-step-icon{height:1.5rem;width:1.5rem}.hiw-step-icon--active{color:#dd9726}.hiw-step-icon--dim{opacity:.6}.hiw-step-body-col{position:relative;min-width:0;flex:1 1 auto;padding-top:.625rem}.hiw-step-body-col--dim{opacity:.6}.hiw-step-num{position:absolute;right:0;top:0;z-index:0;font-size:6rem;font-weight:600;color:var(--muted);transition:opacity .2s ease}.hiw-step-num--active{opacity:.7}.hiw-step-num--idle{opacity:.15}.hiw-step-title{position:relative;z-index:1;font-size:1.125rem;font-weight:600;transition:color .2s ease}.hiw-step-title--active{color:var(--foreground)}.hiw-step-title--idle{color:var(--muted-foreground)}.hiw-step-content{position:relative;z-index:10;overflow:hidden}.hiw-right-col{position:relative}.hiw-floating-label{position:absolute;right:50%;z-index:20;display:flex;max-width:100%;align-items:center;gap:.5rem;padding-right:.75rem;pointer-events:none;translate:0 -50%}@media (max-width:1023px){.hiw-floating-label{display:none}}.hiw-label-chip{margin-top:-1.75rem;display:flex;white-space:nowrap;align-items:center;border-radius:.5rem;border:1px solid var(--border);background-color:color-mix(in oklab,var(--background) 80%,transparent);padding:.25rem .5rem;font-size:.875rem;font-weight:500;color:var(--foreground);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05))}.hiw-label-chip svg{margin-right:.5rem;height:1rem;width:1rem;color:#dd9726}.hiw-connector-svg{height:30px;width:auto;flex-shrink:0;color:#fff;mix-blend-mode:difference}.hiw-illustration-wrap{display:flex;justify-content:center;overflow:hidden;border-radius:1rem;background-color:color-mix(in oklab,var(--muted) 25%,transparent);padding:6rem 1rem}.hiw-layers{position:relative;display:flex;flex-direction:column;align-items:center}.hiw-layer-img{position:relative;height:auto;width:100%;max-width:340px;cursor:pointer;border-radius:.5rem;object-fit:contain}.hiw-layer-img--stack{margin-top:-25%}