.step_by_step__grid{--sbsCG:16px;display:grid;gap:var(--sbsCG);grid-template-columns:repeat(5,1fr);margin-top:15px}.step_by_step__col{--sbsCLO:27px;--sbsCCS:18px;margin-top:calc(var(--sbsCLO) + var(--sbsCCS)/2);outline:1px solid transparent;padding:24px 20px;transition:.2s}.step_by_step__col:hover{box-shadow:0 0 20px rgba(0,0,0,.1);outline-color:hsla(0,0%,100%,.5)}.step_by_step__col:nth-child(odd){background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.03))}.step_by_step__col:nth-child(2n){background:linear-gradient(180deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.1))}.step_by_step__col:before{background:hsla(0,0%,100%,.1);bottom:calc(100% + var(--sbsCLO));content:"";height:2px;left:12px;position:absolute;right:12px}.step_by_step__col:first-child:before{background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.1))}.step_by_step__col:last-child:before{background:linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,0))}.step_by_step__col:not(:last-child):after{aspect-ratio:1/1;background-color:hsla(0,0%,100%,.1);background-image:url(https://www.openlegacy.com/hubfs/how_int_studio_arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:10px;border-radius:50%;bottom:calc(100% + var(--sbsCLO) - 8px);content:"";left:calc(100% - var(--sbsCCS)/2 + var(--sbsCG)/2);position:absolute;width:var(--sbsCCS)}.step_by_step__media{background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.03));padding:24px}.step_by_step__media_box{border:3px solid #eceffc}.step_by_step__buttons{margin-top:15px}@media(min-width:992px){.step_by_step{padding-bottom:72px}}@media(max-width:991px){.step_by_step__grid{gap:30px;grid-template-columns:1fr 1fr}.step_by_step__col{margin-top:0}.step_by_step__col:before,.step_by_step__col:not(:last-child):after{display:none}}@media(max-width:767px){.step_by_step__grid{grid-template-columns:1fr}}