.process{background:var(--white);border-top:1px solid #eceff0}
.process .section-head{margin-bottom:60px}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.process-steps:before{content:'';position:absolute;top:11px;left:0;right:0;height:1px;background:var(--line)}
.process-steps:after{content:'';position:absolute;top:11px;left:0;height:1px;background:var(--accent);width:0;transition:width 2.4s cubic-bezier(.2,.65,.2,1) .25s}
.process-steps.visible:after{width:100%}
.process-step{position:relative;padding:0 22px 0 0}
.process-step .dot{position:relative;display:block;width:23px;height:23px;border-radius:50%;border:1px solid var(--line);background:var(--white);z-index:1}
.process-step .dot:after{content:'';position:absolute;inset:7px;border-radius:50%;background:var(--accent);transform:scale(0);transition:transform .6s cubic-bezier(.3,1.4,.5,1)}
.process-steps.visible .process-step .dot:after{transform:scale(1)}
.process-step:nth-child(1) .dot:after{transition-delay:.35s}
.process-step:nth-child(2) .dot:after{transition-delay:.7s}
.process-step:nth-child(3) .dot:after{transition-delay:1.05s}
.process-step:nth-child(4) .dot:after{transition-delay:1.4s}
.process-step:nth-child(5) .dot:after{transition-delay:1.75s}
.process-step:nth-child(6) .dot:after{transition-delay:2.1s}
.process-step .num{display:block;font-size:12px;letter-spacing:.16em;color:#8b979b;margin:26px 0 10px}
.process-step h3{font-size:22px;letter-spacing:-.03em;max-width:9ch}
.process-step p{font-size:14px;color:var(--muted);margin-top:10px;max-width:20ch;line-height:1.6}
@media(max-width:1100px){.process-steps{grid-template-columns:repeat(2,1fr);row-gap:55px}.process-steps:before,.process-steps:after{display:none}.process-step{padding-right:18px;border-top:1px solid var(--line);padding-top:0}.process-step .dot{margin-top:-12px}}
@media(max-width:640px){.process-steps{grid-template-columns:1fr;row-gap:0}.process-steps:before,.process-steps:after{display:block;top:0;bottom:0;left:11px;right:auto;width:1px;height:auto}.process-steps:after{height:0;width:1px;transition:height 2.4s cubic-bezier(.2,.65,.2,1) .25s}.process-steps.visible:after{height:100%;width:1px}.process-step{display:grid;grid-template-columns:23px 1fr;column-gap:20px;border:0;padding:0 0 34px}.process-step .dot{margin-top:0}.process-step .num{margin:0 0 6px;grid-column:2}.process-step h3{grid-column:2;max-width:none;font-size:21px}.process-step p{grid-column:2;max-width:34ch}}
@media(prefers-reduced-motion:reduce){.process-steps:after{width:100%!important;height:100%!important;transition:none}.process-step .dot:after{transform:scale(1)!important}}
