.step_card_slider_wrapper{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap,32px);justify-content:between;overflow:hidden;padding:0;width:100%;-ms-overflow-style:none;scrollbar-width:none}.step_card_slider_wrapper::-webkit-scrollbar{display:none}.step_card{align-items:start;aspect-ratio:1/1;background-color:var(--bg,#000a61);border:1px solid rgba(0,163,219,.5);border-radius:var(--radius,24px);display:flex;flex:1 1 0%;flex-direction:column;flex-wrap:nowrap;justify-content:start;padding:32px;row-gap:3rem}.step_card .step_card_index{color:#00a3db;font-size:104px;font-style:normal;font-weight:400;line-height:76.923%;width:100%}.step_card .step_card_desc{align-items:start;display:flex;flex:1 1 0%;flex-direction:column;flex-wrap:nowrap;gap:16px;justify-content:start;width:100%}