@layer layouts{.process-steps__outro{max-width:48rem;margin-top:var(--space-l)}.process-steps{--step-marker:30px;--step-gap:32px;--step-accent:var(--color-accent-hover);--step-marker-ink:var(--white);display:grid;grid-template-columns:1fr;gap:var(--space-l) var(--step-gap);margin:var(--section-head-gap) 0 0;padding:0;list-style:none}.section--bg-dark .process-steps,.section--bg-image .process-steps{--step-marker-ink:var(--black-1)}.section--process-steps .section__eyebrow{color:var(--color-accent-hover)}.process-step{position:relative;margin:0}.process-step__marker{display:flex;align-items:center;justify-content:center;width:var(--step-marker);height:var(--step-marker);margin-bottom:var(--space-m);background:var(--step-accent);color:var(--step-marker-ink);border-radius:50%;font-size:var(--font-14);font-weight:600;line-height:1}.process-step::after{content:"";display:none;position:absolute;top:calc(var(--step-marker) / 2);left:var(--step-marker);width:calc(100% - var(--step-marker) + var(--step-gap));height:1px;background:var(--color-border)}.process-step__label{margin:0 0 var(--space-3xs);color:var(--step-accent);font-size:var(--font-12-8);font-weight:600;letter-spacing:var(--caps-tracking);line-height:1.4;text-transform:uppercase}.process-step__title{margin:0 0 var(--space-2xs);font-size:var(--font-18);font-weight:600;line-height:1.3}.process-step__text{margin:0;color:inherit;font-size:var(--font-16);line-height:1.6}@media (min-width:600px){.process-steps{grid-template-columns:repeat(2,1fr)}.process-step::after{display:block}.process-step:nth-child(2n)::after,.process-step:last-child::after{display:none}}@media (min-width:1000px){.process-steps{grid-template-columns:repeat(4,1fr)}.process-step:nth-child(2n)::after{display:block}.process-step:nth-child(4n)::after,.process-step:last-child::after{display:none}}}