.image-with-numbers{display:grid;grid-template-columns:60% 40%;overflow:hidden}@media screen and (max-width:989px){.image-with-numbers{display:flex;flex-direction:column;grid-template-columns:1fr}}.image-with-numbers .image-with-numbers__image__image,.image-with-numbers svg{aspect-ratio:720/440}@media screen and (max-width:989px){.image-with-numbers .image-with-numbers__image__image,.image-with-numbers svg{aspect-ratio:376/217}}.image-with-numbers .image-with-numbers__image{align-items:center;display:grid;position:relative;text-align:center}.image-with-numbers .image-with-numbers__image img{grid-area:1/1;height:100%}@media screen and (max-width:989px){.image-with-numbers .image-with-numbers__number[data-trigger=Item-1]{top:25%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-2]{top:30%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-3]{top:35%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-4]{top:40%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-5]{top:45%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-6]{top:50%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-7]{top:55%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-8]{top:60%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-9]{top:65%!important}.image-with-numbers .image-with-numbers__number[data-trigger=Item-10]{top:70%!important}.image-with-numbers .image-with-numbers__number:last-of-type{top:65%!important}}.image-with-numbers .image-with-numbers__number{background-color:#fff;border-radius:50%;cursor:pointer;font-size:2rem;font-weight:700;height:31px;position:absolute;width:31px;z-index:1}@media screen and (max-width:989px){.image-with-numbers .image-with-numbers__number{height:20px;width:20px}}.image-with-numbers .image-with-numbers__number-text{color:#101a4c;font-size:calc(var(--font-body-scale)*1.8rem);font-weight:400;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.image-with-numbers .image-with-numbers__number.active{background-color:#101a4c}.image-with-numbers .image-with-numbers__number.active .image-with-numbers__number-text{color:#fff}.image-with-numbers .image-with-numbers__number.active:after{background-color:#101a4c;content:"";height:1px;left:100%;position:absolute;top:50%;transform:translateY(-50%);width:var(--after-width);z-index:0}@media screen and (max-width:989px){.image-with-numbers .image-with-numbers__number.active:after{display:none}}.image-with-numbers .image-with-numbers__content{background-color:#fff;padding:0 5rem 0 1.2rem;z-index:1}@media screen and (max-width:989px){.image-with-numbers .image-with-numbers__content{padding:3rem 1.5rem 1.5rem}}.image-with-numbers .image-with-numbers__title-desktop{font-size:4rem;font-weight:500;margin-bottom:4.6rem}@media screen and (max-width:989px){.image-with-numbers .image-with-numbers__title-desktop{display:none}}.image-with-numbers .image-with-numbers__title-mobile{font-size:2.4rem;font-weight:500;margin-bottom:1rem;text-align:center}@media screen and (min-width:750px){.image-with-numbers .image-with-numbers__title-mobile{display:none}}.image-with-numbers .image-with-numbers__item{display:none}.image-with-numbers .image-with-numbers__item.active{display:block}.image-with-numbers .image-with-numbers__item-title{color:#517af0;font-size:calc(var(--font-body-scale)*1.6rem);margin-bottom:.8rem;text-transform:uppercase}.image-with-numbers .image-with-numbers__item-description{font-size:calc(var(--font-body-scale)*1.6rem);line-height:1.9rem;margin-bottom:.8rem}.image-with-numbers .image-with-numbers__item-image{aspect-ratio:10/9;border-radius:5px;overflow:hidden;width:18rem}@media screen and (max-width:989px){.image-with-numbers .image-with-numbers__item-image{width:15rem}}.image-with-numbers .image-with-numbers__item-image img,.image-with-numbers .image-with-numbers__item-image video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}