.stat-bar{background:#eceff1;padding:var(--section-spacing-y) var(--site-gutter)}.stat-bar__inner{align-items:center;background:linear-gradient(90deg,#f81,#df3466);border-radius:16px;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--site-max-width);padding:48px 32px}.stat-bar__item{flex:1;padding:0 16px;text-align:center}.stat-bar__item--divided{border-left:1px solid hsla(0,0%,100%,.35)}.stat-bar__value{color:#fff;display:block;font-family:Inter,sans-serif!important;font-size:64px;font-weight:700!important;line-height:1.2;margin-bottom:8px}.stat-bar__label{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:1.5;margin:0}@media (max-width:768px){.stat-bar__inner{flex-wrap:wrap;gap:32px 0;padding:32px 24px}.stat-bar__item{flex:0 0 50%}.stat-bar__item--divided{border-left:none}.stat-bar__value{font-size:44px}.stat-bar__label{font-size:16px}}