.step-list{--step-list-item-padding-block:16px 32px;--step-list-item-padding-inline:24px;--step-list-item-number-spacing:16px;margin-top:80px;overflow:hidden}@media only screen and (min-width:768px){.step-list{margin-top:120px}}@media only screen and (min-width:1440px){.step-list{margin-top:160px}}.step-list{margin-bottom:80px}@media only screen and (min-width:768px){.step-list{margin-bottom:120px}}@media only screen and (min-width:1440px){.step-list{margin-bottom:160px}}.step-list .slider__item{height:unset}@media only screen and (min-width:768px){.step-list .slider-navigation{justify-content:flex-end}.step-list .slider__controls{width:calc(var(--grid-column-outer)*10 - var(--grid-gutter))}}@media only screen and (min-width:1440px){.step-list{--step-list-item-padding-block:24px 32px;--step-list-item-number-spacing:24px}.step-list .slider__controls{margin-top:64px}}.step-list-item{background-color:var(--step-list-item-background-color);box-shadow:var(--step-list-item-box-shadow);display:flex;flex-direction:column;height:100%;padding-block:var(--step-list-item-padding-block)}.step-list-item__number{display:flex;flex-direction:row;font-family:Roboto Slab,system-ui,serif;font-size:1.375rem;font-weight:300;justify-content:flex-end;line-height:120%;margin-bottom:var(--step-list-item-number-spacing);padding-inline:var(--step-list-item-padding-inline);width:100%}@media screen and (min-width:768px){.step-list-item__number{font-size:1.75rem}}@media screen and (min-width:1280px){.step-list-item__number{font-size:2rem}}.step-list-item__number p{-moz-column-gap:12px;column-gap:12px;display:flex}.step-list-item__number strong{font-size:230%;font-weight:400;line-height:.8;vertical-align:top}.step-list-item__image{margin-bottom:24px}.step-list-item__image svg{aspect-ratio:var(--image-aspect-ratio);height:100%;padding:16px;width:100%}.step-list-item__content{display:flex;flex-direction:column;padding-inline:var(--step-list-item-padding-inline);row-gap:16px}.step-list-item__headline{font-family:Outfit,system-ui,Arial,sans-serif;font-size:1.5rem;font-weight:700;line-height:130%}