.steps-grid{row-gap:3.5rem}.steps-grid:before{display:none}.step:after{background:repeating-linear-gradient(to right,var(--brand) 0 8px,transparent 8px 14px);content:"";height:2px;left:50%;position:absolute;top:26px;width:100%;z-index:0}.step:last-child:after,.step:nth-child(3n):after{display:none}@media (max-width:768px){.steps-grid{row-gap:2.5rem}.step:after{display:none}}.steps-grid .step:hover .step-num{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}html.js .step.rv:hover,html.js .step:hover{transform:none!important}.steps-grid--4{grid-template-columns:repeat(4,1fr)}.step .step-sub{color:var(--brand-accent);font-family:var(--mono);font-size:.7rem;letter-spacing:.02em;margin-top:.5rem}@media (max-width:900px){.steps-grid--4{gap:2rem;grid-template-columns:1fr 1fr}.steps-grid--4:before{display:none}}@media (max-width:560px){.steps-grid--4{grid-template-columns:1fr}}.steps-grid--4 .step:nth-child(3n):after{display:block}.steps-grid--4 .step:last-child:after,.steps-grid--4 .step:nth-child(4n):after{display:none}