.ordered-step{counter-reset:step-counter}.ordered-step__item{counter-increment:step-counter;flex:0 0 calc(25% - var(--spacer_md)/1.33333);margin-bottom:var(--spacer_md)}.ordered-step__item:not(:nth-child(4n+1)){margin-left:var(--spacer_md)}@media (max-width:991px){.ordered-step__item{flex:0 0 calc(50% - var(--spacer_md)/2/1)}.ordered-step__item:not(:nth-child(4n+1)){margin-left:0}.ordered-step__item:not(:nth-child(odd)){margin-left:var(--spacer_md)}}@media (max-width:767px){.ordered-step__item{flex:0 0 100%}.ordered-step__item:not(:nth-child(odd)){margin-left:0}}.ordered-step__item:before{align-items:center;background-color:var(--primary_color);border-radius:50%;color:var(--white_color);content:counter(step-counter);display:flex;font-weight:var(--font_weight_semi_bold);height:28px;justify-content:center;line-height:1;margin-bottom:var(--spacer_xs);width:28px}.ordered-step__item-title{font-size:var(--font_size_xl);font-weight:var(--font_weight_medium)}.ordered-step__item-caption,.ordered-step__item-caption *{color:#7f7f7f}.ordered-step__item-caption>:last-child{margin-bottom:0}.ordered-step__item-link-container{margin-top:var(--spacer_xs)}.ordered-step__item-link{align-items:center;color:var(--secondary_color);display:flex;font-weight:var(--font_weight_semi_bold);line-height:1}.ordered-step__item-link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.707 7.43c.39-.4.39-1.047 0-1.446l-5-5.102a.987.987 0 0 0-1.416 0 1.037 1.037 0 0 0 0 1.445l3.297 3.36H1c-.553 0-1 .457-1 1.021 0 .565.447 1.02 1 1.02h9.585l-3.29 3.362a1.037 1.037 0 0 0 0 1.444.987.987 0 0 0 1.415 0l5-5.102-.003-.003Z' fill='%234F12EB'/%3E%3C/svg%3E");content:"";display:inline-block;height:12px;margin-left:6px;transition:transform var(--default_transition);width:14px}.ordered-step__item-link:hover:after{transform:translateX(4px)}