.image-with-text{background-color:var(--bg-color);color:var(--text-color)}.image-with-text__wrapper{--side-padding:40px;max-width:calc(1100px + (var(--side-padding) * 2));width:100%;margin:0 auto;padding:0 var(--side-padding);position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:60px;align-items:center}@media only screen and (max-width:767px){.image-with-text__wrapper{--side-padding:20px;gap:40px}}.image-with-text__wrapper .image-with-text__slider{width:100%}.image-with-text__wrapper .image-with-text__slider .swiper-pagination{padding-top:40px;width:100%;height:12px;display:flex;gap:5px;align-items:center;justify-content:center;position:static}.image-with-text__wrapper .image-with-text__slider .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;display:block;flex-shrink:0;cursor:pointer;padding:5px;box-sizing:border-box;position:relative;color:var(--color-accent-secondary);background-color:transparent;margin:0}.image-with-text__wrapper .image-with-text__slider .swiper-pagination .swiper-pagination-bullet:after{content:'';background-color:currentColor;width:7px;height:7px;display:block;border-radius:50%;top:0;bottom:0;left:0;right:0;margin:auto;position:absolute}.image-with-text__wrapper .image-with-text__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{color:var(--link-hover-color)}@media only screen and (min-width:1024px){.image-with-text__wrapper .image-with-text__slider .swiper-pagination{display:none}}.image-with-text__wrapper .image-with-text__slider .swiper-pagination.swiper-pagination-lock{display:none}.image-with-text__wrapper .image-with-text__slider-buttons{position:absolute;top:0;bottom:0;left:0;right:0;margin:0 10px}@media only screen and (max-width:767px){.image-with-text__wrapper .image-with-text__slider-buttons{display:none}}.image-with-text__wrapper .image-with-text__slider-buttons .image-with-text__slider-btn{background-color:transparent;border:0;position:absolute;top:0;bottom:0}.image-with-text__wrapper .image-with-text__slider-buttons .image-with-text__slider-btn.image-with-text__slider-prev{left:0}.image-with-text__wrapper .image-with-text__slider-buttons .image-with-text__slider-btn.image-with-text__slider-next{right:0}.image-with-text__wrapper .image-with-text__slider-buttons .image-with-text__slider-btn.swiper-button-disabled{color:var(--background-primary-button-inactive);cursor:not-allowed}.image-with-text__wrapper .image-with-text__btn-wrapper{width:100%;display:flex;justify-content:center}.image-with-text__wrapper .image-with-text__row{--items-per-row:3;--gap:min(7vw, 100px);--item-side-offset:calc((var(--gap)*(var(--items-per-row) - 1)) /(var(--items-per-row)));display:flex;flex-direction:row;-moz-column-gap:var(--gap);column-gap:var(--gap);row-gap:50px;flex-wrap:wrap;align-items:flex-start;justify-content:center}@media only screen and (max-width:1023px){.image-with-text__wrapper .image-with-text__row{--items-per-row:2}}@media only screen and (max-width:767px){.image-with-text__wrapper .image-with-text__row{--items-per-row:1}}.image-with-text__wrapper .image-with-text__row .iwt__block-wrapper{max-width:calc((100% / var(--items-per-row)) - var(--item-side-offset))}.image-with-text__heading{color:inherit;text-align:center}.iwt__block-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.iwt__block-wrapper .iwt__block-media{margin-bottom:40px;position:relative;overflow:hidden;width:100%;display:flex;align-items:center;justify-content:center}.iwt__block-wrapper .iwt__block-media svg *{stroke:currentColor}.iwt__block-wrapper .iwt__block-media img{height:70px;-o-object-fit:contain;object-fit:contain}.iwt__block-wrapper .iwt__block-info{display:flex;flex-direction:column;gap:20px}.iwt__block-wrapper .iwt__block-info h3{color:inherit;text-align:center}.iwt__block-wrapper .iwt__block-info .iwt__block-description{text-transform:none;text-align:center;max-width:300px;color:inherit}@media only screen and (max-width:639px){.iwt__block-wrapper .iwt__block-info .iwt__block-description{max-width:295px}}