.stages{--gap:94px;padding:48px 0}.stages__title{font-size:32px;font-weight:700;margin-bottom:36px;margin-top:0;text-align:center}.stages__list{display:grid;gap:var(--gap);grid-template-columns:repeat(3,minmax(0,1fr))}.stages__item{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.stages__item:not(:last-child):after{background:url(../assets/images/stages/arrow.svg) no-repeat 50%;background-size:contain;content:"";height:36px;position:absolute;right:calc(var(--gap)/-2);top:32px;-webkit-transform:translateX(50%);transform:translateX(50%);width:292px}.stages__item-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--primary-fixed);border-radius:50%;height:100px;justify-content:center;margin-bottom:12px;width:100px}.stages__item-icon img,.stages__item-icon svg{display:block;height:50px;-o-object-fit:contain;object-fit:contain;width:50px}.stages__item-icon i{color:var(--primary-white);font-size:50px;line-height:1}.stages__item-name{font-size:24px;font-weight:700}.stages__item-description{font-size:18px}.landing-block .stages{padding:0}@media screen and (width <= 1023px){.stages{--gap:74px;padding:24px 0}.stages__title{font-size:24px;margin-bottom:24px}.stages__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stages__item{gap:6px;max-width:370px}.stages__item:not(:last-child):after{background-image:url(../assets/images/stages/arrow-vertical.svg);height:50px;right:50%;top:calc(100% + 12px);width:15px}.stages__item-icon{height:80px;margin-bottom:6px;width:80px}.stages__item-icon img,.stages__item-icon svg{height:40px;width:40px}.stages__item-icon i{font-size:40px}.stages__item-name{font-size:20px}.stages__item-description{font-size:16px}}