.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%}.ucl-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;width:100%}.ucl-svg{user-select:none;width:100%;overflow:visible;display:block;aspect-ratio:100/12;font-size:6rem;font-weight:700;text-transform:uppercase;line-height:1}.fts-outer{position:relative}@media (min-width:1024px){.fts-outer{padding-bottom:30vh}}.fts-curved{position:absolute;left:0;right:0;bottom:-45vh}@media (min-width:1024px){.fts-curved{bottom:-20vh}}.fts-curved-fill{fill:color-mix(in oklab,var(--foreground) 20%,transparent)}.fts-header{margin-bottom:4rem;max-width:48rem}.fts-title{font-size:clamp(1.618rem,3.5vw + 1rem,4.236rem);line-height:1;letter-spacing:-.02em;font-weight:500;color:var(--foreground)}.fts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.fts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.fts-card{display:flex;flex-direction:column}.fts-card-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin-bottom:1rem}@media (min-width:768px){.fts-card-title{font-size:1.5rem;line-height:2rem}}.fts-img-wrap{border-radius:1rem;overflow:hidden;margin-bottom:1rem;background-color:var(--muted)}.fts-img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;transition:transform .3s ease-in-out,rotate .3s ease-in-out}.fts-card:hover .fts-img--tilt-l{transform:scale(1.05) rotate(-2deg)}.fts-card:hover .fts-img--tilt-r{transform:scale(1.05) rotate(2deg)}.fts-card:hover .fts-img--scale{transform:scale(1.05)}.fts-h4{font-weight:600;margin-bottom:.5rem}.fts-body{color:var(--muted-foreground);line-height:1.625}