.step-card{border:1px solid var(--color-border-brand-strong,#141d3a);border-radius:0;flex-direction:column;height:100%;display:flex}.step-card__header{justify-content:space-between;align-items:center;gap:var(--space-400,16px);padding:var(--space-400,16px);background:var(--color-bg-brand-strong,#141d3a);display:flex}.step-card__icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.step-card__icon-image{width:32px;height:32px;display:block}.step-card__number{box-sizing:border-box;width:32px;height:32px;padding:var(--space-200,8px);border:1px solid var(--color-btn-primary-bg-default,#0072ec);flex-shrink:0;justify-content:center;align-items:center;display:flex}.step-card__number-text{text-align:center;width:100%}.step-card__body{gap:var(--space-200,8px);padding:var(--space-400,16px);background:var(--white-1000,#fff);flex-direction:column;flex:1;display:flex}.step-card__title,.step-card__description{margin:0}.step-cards__heading{margin:0 0 var(--space-800,32px)}.step-cards{flex-direction:column;align-items:stretch;gap:0;margin:0;padding:0;list-style:none;display:flex}.step-cards__item{flex-direction:column;flex:1;min-width:0;display:flex}.step-cards__connector{flex-shrink:0;justify-content:center;align-self:center;align-items:center;padding:0;list-style:none;display:flex}@media (min-width:1200px){.step-cards{align-items:unset;flex-direction:row;justify-content:center}.step-cards__item{flex:0 0 248px;width:248px}}
