.steps-grid{background:var(--color-bg);padding:clamp(64px,7vw,100px) clamp(16px,4vw,40px);position:relative}.steps-grid-head{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:59px;display:flex}.steps-grid-title{font-family:var(--font-sans);text-wrap:pretty;font-size:var(--text-display-sm);text-wrap:balance;max-width:30ch;color:var(--color-secondary-900);margin:0 auto;font-weight:500;line-height:1.15}.steps-grid-title-bold{font-weight:700}.steps-grid-lede{font-family:var(--font-sans);text-wrap:pretty;font-size:var(--text-base);color:var(--color-secondary-500);margin:0;font-weight:400;line-height:1.5}.steps-grid-list{grid-template-columns:repeat(var(--steps-count,4), 1fr);max-width:calc(var(--steps-count,4)*310px);gap:18px;margin:0 auto;padding:0;list-style:none;display:grid}.steps-grid-item{flex-direction:column;display:flex}.steps-grid-media{aspect-ratio:346/396;background:linear-gradient(#e8edf1 0%,#d3dde5 100%);border-radius:18px;width:100%;position:relative;overflow:hidden}.steps-grid-media-img{object-fit:cover;object-position:50% 63%;width:100%;height:100%;position:absolute;inset:0}.steps-grid-media-glow{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.steps-grid-marker{align-items:center;gap:16px;margin-top:32px;display:flex}.steps-grid-num{border:1px solid var(--color-border);width:36px;height:36px;font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-secondary-900);background:#fff;border-radius:50%;place-items:center;font-weight:600;display:grid}.steps-grid-line{background:var(--color-secondary-200);flex:auto;height:1px;position:relative}.steps-grid-line-fill{background:var(--color-brand);transform-origin:0;will-change:transform;border-radius:2px;width:100%;height:2px;position:absolute;top:calc(50% - 1px);left:0;transform:scaleX(0);box-shadow:0 0 10px #00a0ac59}.steps-grid-item:last-child .steps-grid-line{display:none}.steps-grid-item-title{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-secondary-900);margin:24px 0 0;font-weight:600;line-height:1.5}.steps-grid-item-desc{font-family:var(--font-sans);text-wrap:pretty;font-size:var(--text-sm);color:var(--color-secondary-500);margin:8px 0 0;font-weight:400;line-height:1.7}@media (orientation:portrait){.steps-grid-list{grid-template-columns:1fr;gap:0;max-width:560px}.steps-grid-item{grid-template-columns:36px 1fr;column-gap:16px;display:grid}.steps-grid-media{grid-column:2}.steps-grid-marker{flex-direction:column;grid-area:1/1/span 3;gap:12px;margin-top:0}.steps-grid-line{align-self:center;width:1px;height:auto}.steps-grid-line-fill{transform-origin:top;width:2px;height:100%;top:0;left:calc(50% - 1px);transform:scaleY(0)}.steps-grid-item-title{grid-column:2;margin-top:16px}.steps-grid-item-desc{grid-column:2;padding-bottom:40px}.steps-grid-item:last-child .steps-grid-item-desc{padding-bottom:0}}
