.step-grouping{display:grid;grid-template-columns:repeat(5,1fr);justify-content:space-between;gap:90px}.step{text-align:center;position:relative}.step .step-span{border-radius:6px;background:var(--Websafe-Gray);font-size:12px;padding:5px 10px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1.54px}.step figure{margin:15px 0}.step img{vertical-align:middle;height:70px;width:auto}.step p{padding:0;font-size:16px}.step small{font-size:11px}.step:after{content:'';width:23px;height:40px;background-image:url('/wp-content/uploads/2024/06/carot-right.svg');background-repeat:no-repeat;background-size:contain;position:absolute;left:calc(100% + 45px);top:50%;transform:translateY(-50%)}.step-six{border-radius:20px;border:1px solid var(--Websafe-Gray);background-color:rgba(255,255,255,0);text-align:center;max-width:1000px;margin:80px auto;position:relative;padding:40px}.step-six h5{font-size:34px;font-weight:400;margin:20px 0 12px}.step-six svg{height:80px !important}.six-steps dotlottie-player{height:80px}.step dotlottie-player{margin-top:10px;margin-bottom:10px}@media(min-width:901px){.step:last-child:after{display:none}}@media(max-width:900px){.step-grouping{grid-template-columns:1fr}.step:after{top:calc(100% + 22px);left:50%;transform:translateX(-50%) rotate(90deg)}}