.stepper__grid{padding:0 40px}@media (max-width:767px){.stepper__grid{padding:0 12px}}.stepper__intro,.stepper__outro{font-size:22px;text-align:center}.stepper__intro{margin-bottom:113px}@media (max-width:767px){.stepper__intro{margin-bottom:48px}}.stepper__list,.stepper__sub-list{display:grid;list-style:none;padding:0}.stepper__list{margin-bottom:98px}.stepper__sub-list{grid-gap:60px;grid-template-columns:repeat(2,1fr);margin-bottom:64px;margin-top:24px;position:relative}@media (max-width:767px){.stepper__sub-list{grid-gap:24px;grid-template-columns:repeat(1,1fr);margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:310px;padding-left:25px}}.stepper__sub-list:after{background:linear-gradient(var(--border-color) 78.65%,hsla(0,0%,89%,0));content:"";height:100%;left:50%;position:absolute;transform:translate(-50%) translateY(12px);width:2px;z-index:-1}@media (max-width:767px){.stepper__sub-list:after{left:0}}.stepper__list-item{border-bottom:1px solid var(--border-color);margin-top:-28px;padding:0 20px var(--space-l);position:relative;text-align:center}@media (max-width:767px){.stepper__list-item{margin-top:-20px}}.stepper__list-item:first-child:after{border-top:1px solid var(--border-color);content:"";position:absolute;right:0;top:28px;width:50%;z-index:-1}@media (max-width:767px){.stepper__list-item:first-child:after{top:20px}}.stepper__list-item:nth-child(odd):before{border-right:1px solid var(--border-color);content:"";height:calc(100% - 28px);position:absolute;right:0;top:28px}@media (max-width:767px){.stepper__list-item:nth-child(odd):before{height:calc(100% - 20px);top:20px}}.stepper__list-item:nth-child(2n):before{border-right:1px solid var(--border-color);content:"";height:calc(100% - 28px);left:0;position:absolute;top:28px}@media (max-width:767px){.stepper__list-item:nth-child(2n):before{height:calc(100% - 20px);top:20px}}.stepper__sub-item:nth-child(odd){margin-left:auto;text-align:right}@media (max-width:767px){.stepper__sub-item:nth-child(odd){margin-left:0;text-align:left}}.stepper__sub-item:nth-child(2n){text-align:left;transform:translateY(72px)}@media (max-width:767px){.stepper__sub-item:nth-child(2n){transform:none}.stepper__sub-item:last-child{padding-top:0}}.stepper__item-number{align-items:center;background-color:var(--primary-green-color);border-radius:50%;color:var(--primary-text-color);display:flex;font-family:Rouben,sans-serif;font-size:32px;height:56px;justify-content:center;margin:auto auto 1em;text-align:center;width:56px}@media (max-width:767px){.stepper__item-number{font-size:24px;height:40px;width:40px}}.stepper__title{font-size:clamp(24px,2.5vw,32px);line-height:1.125;margin-bottom:24px}@media (max-width:767px){.stepper__title{margin-bottom:16px}}.stepper__paragraph{font-size:clamp(16px,2.5vw,18px);line-height:1.5;margin:auto;max-width:670px}.stepper__sub-title{font-size:18px;line-height:1.5;margin-bottom:4px;position:relative}.stepper__sub-title:after{background-color:var(--white-color);border:2px solid var(--border-color);border-radius:50%;content:"";display:block;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;z-index:1}.stepper__sub-item:nth-child(odd) .stepper__sub-title:after{right:-42px}@media (max-width:767px){.stepper__sub-item:nth-child(odd) .stepper__sub-title:after{left:-25px;right:auto}}.stepper__sub-item:nth-child(2n) .stepper__sub-title:after{left:-30px}@media (max-width:767px){.stepper__sub-item:nth-child(2n) .stepper__sub-title:after{left:-25px}}.stepper__sub-paragraph{align-self:flex-end;font-size:16px;line-height:1.25;max-width:255px}