.wrap{background:var(--clr-base-dk);color:#fff;height:100px;overflow:hidden;position:relative;width:100%}.slide-container{display:flex;height:100%;left:0;position:absolute}.slides{height:100%;margin:0;padding:27px 0}.animate{animation:moveSlideshow 20s linear infinite}@keyframes moveSlideshow{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.slides{align-items:center;display:flex;flex-wrap:nowrap;white-space:nowrap}.animate{animation:moveSlideshow 30s linear infinite}.slides li{justify-content:center;white-space:nowrap;width:auto}.slides li,.slides li>.stat-cont{align-items:center;box-sizing:border-box;display:flex}.slides li>.stat-cont{flex-wrap:nowrap;gap:15px;margin:0;padding:0 80px;width:fit-content}.stat-wrap{align-items:flex-start;display:flex;flex-direction:column;white-space:nowrap}span.stat_num{font-family:Aktiv Grotesk Extended,sans-serif,Arial!important;font-size:1.2em;font-weight:500}.stat_slider-divider{background:#fff;height:100%;width:1px}.stat_icon,.stat_icon img{height:50px;width:50px}