.banner-numbers-component{background-color:var(--banner-numbers-bg-color);color:var(--banner-numbers-fg-color)}
.banner-numbers-component.bg-primary{--banner-numbers-fg-color:var(--primary-color-fg);--banner-numbers-bg-color:var(--primary-color-bg)}
.banner-numbers-component.bg-secondary{--banner-numbers-fg-color:var(--secondary-color-fg);--banner-numbers-bg-color:var(--secondary-color-bg)}
.banner-numbers-component.bg-tertiary{--banner-numbers-fg-color:var(--tertiary-color-fg);--banner-numbers-bg-color:var(--tertiary-color-bg)}
.banner-numbers-component>.container{position:relative;z-index:1}
.banner-numbers-component__container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:24px;padding:64px 0}
@media(min-width:1024px){.banner-numbers-component__container{padding:35px 0}
}
.banner-numbers-component__heading{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}
@media(min-width:1024px){.banner-numbers-component__heading{gap:9px}
}
.banner-numbers-component__logo,.banner-numbers-component__logo .cmp-image,.banner-numbers-component__logo .cmp-image__image{width:auto;height:30px}
.banner-numbers-component__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:24px;line-height:1.25;letter-spacing:-0.72px;text-align:center}
@media(min-width:1024px){.banner-numbers-component__title{padding:35px 0 8px;font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:42px;line-height:1.1428;letter-spacing:-1.26px}
}
.banner-numbers-component__title .cmp-title__text{font-family:unset;font-size:unset;font-style:unset;font-weight:unset;line-height:unset;letter-spacing:unset;text-align:center;color:currentColor}
.banner-numbers-component__description{font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:14px;line-height:1.1428;letter-spacing:.1px;text-align:center}
@media(min-width:1024px){.banner-numbers-component__description{font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:16px;line-height:1.15;letter-spacing:.1px}
}
.banner-numbers-component__items{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin:0;padding:0}
@media(min-width:1024px){.banner-numbers-component__items{gap:48px;min-height:158px;max-width:804px}
}
.banner-numbers-component__item{display:flex;flex-direction:column;gap:9px;padding:24px 18px}
@media(min-width:1024px){.banner-numbers-component__item{min-height:159px;max-width:165px}
}
.banner-numbers-component__item--hover:hover{border-radius:100%;background:color-mix(in srgb,currentColor 10%,transparent)}
.banner-numbers-component__item .item__img-picture{width:auto;height:auto}
.banner-numbers-component__item .item__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:42px;line-height:1.1428;letter-spacing:-1.26px;text-align:center;white-space:nowrap;color:currentColor}
.banner-numbers-component__item .item__description{font-family:var(--secondary-font);font-style:normal;font-weight:400;font-size:14px;line-height:1.1428;letter-spacing:.1px;text-align:center}
.banner-numbers-component--img{position:relative;overflow:hidden;min-height:220px}
@media(min-width:1024px){.banner-numbers-component--img .banner-numbers-component__container{row-gap:32px;padding:64px 0}
}
@media(min-width:1280px){.banner-numbers-component--img .banner-numbers-component__heading{max-width:486px}
}
.banner-numbers-component--img .banner-numbers-component__title .cmp-title *{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:32px;line-height:1.25;letter-spacing:-0.96px}
@media(min-width:1024px){.banner-numbers-component--img .banner-numbers-component__title .cmp-title *{padding:0}
}
.banner-numbers-component--img .banner-numbers-component__items{align-items:flex-start;gap:32px;max-width:unset}
@media(min-width:1024px){.banner-numbers-component--img .banner-numbers-component__items{justify-content:space-evenly;width:100%}
}
.banner-numbers-component--img .banner-numbers-component__item{padding:0;width:195px;max-width:unset}
.banner-numbers-component--img .banner-numbers-component__item .item__title{font-family:var(--primary-font);font-style:normal;font-weight:700;font-size:24px;line-height:1.25;letter-spacing:-0.72px}
.banner-numbers-component__bkg-img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}
.banner-numbers-component__bkg-img-picture{height:100%}
.banner-numbers-component__bkg-img-wrapper{position:absolute;width:100%;height:100%}
.banner-numbers-component__bkg-img-container{position:relative;height:100%}
.banner-numbers-component__bkg-img-container::after{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:linear-gradient(0,rgba(0,0,0,0.4),rgba(0,0,0,0.4)),linear-gradient(180.83deg,rgba(0,0,0,0) -107.66%,rgba(0,0,0,0) 15.99%,rgba(0,0,0,0.8) 102.43%)}