.process-items{margin-top:1rem}.process-items>div:last-child{margin-bottom:0}.process-items .step-number-wrap{display:flex;align-items:center;margin-bottom:.75rem;position:relative}.process-items .step-number-wrap .step-number-bar{height:.25rem;width:calc(100% - 3.5rem);background:var(--color-accent)}.process-items .step-number-wrap .step-number-bar.step-bar-1{opacity:25%}.process-items .step-number-wrap .step-number-bar.step-bar-2{opacity:50%}.process-items .step-number-wrap .step-number-bar.step-bar-3{opacity:75%}.process-items .step-number{background-color:var(--color-accent);border:4px solid var(--color-background-standard);border-radius:100vw;box-sizing:border-box;color:var(--color-background-standard);display:flex;flex-wrap:wrap;font-size:var(--font-size-heading-3);font-weight:var(--font-weight-bold);height:3.5rem;place-content:center;width:3.5rem}.section-process .process-items .material-card{border:0;padding:1rem 0;margin:0;position:relative;background-color:transparent}.process-items .material-card h3{color:var(--color-foreground);text-align:left}.process-items .material-card-content{padding:0 .25rem}.process-items .material-card p{text-align:left}.process-items .material-card p:last-child{margin-bottom:0}.process-items .arrow-wrapper{display:none}@media (min-width:48rem){.section-process .process-items{align-items:stretch;justify-content:space-between;margin-top:1rem !important}.section-process .process-items>.material-card{flex:none;margin-bottom:0;width:calc(48% - 1.75rem)}}@media (min-width:72rem){.section-process .flex-box.process-items{display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr 1fr}.section-process .process-items>.material-card{margin:0;padding:0;width:100%}.process-items .arrow-wrapper{align-self:center;display:block;margin:0 0 -1rem -.4rem;position:relative;z-index:2}}@media (prefers-color-scheme:dark){.process-items .arrow-wrapper svg,.process-items .arrow-wrapper svg path,.process-items .arrow-wrapper svg g{fill:var(--color-foreground);stroke:var(--color-foreground)}}