.bc-promo{background:var(--bc-promo-bg,#0EA84C);color:var(--bc-promo-color,#ffffff);width:100%;overflow:hidden;font-family:'Poppins',system-ui,-apple-system,sans-serif;line-height:1;position:relative;z-index:1}.bc-promo__track{display:flex;width:max-content;will-change:transform;animation:bc-promo-scroll var(--bc-promo-speed,30s) linear infinite}.bc-promo:hover .bc-promo__track{animation-play-state:paused}.bc-promo__group{display:flex;flex-shrink:0;align-items:center}.bc-promo__set{display:flex;align-items:center}.bc-promo__item{display:inline-flex;align-items:center;gap:8px;padding:8px 28px;font-size:13px;font-weight:600;white-space:nowrap}.bc-promo__icon{flex-shrink:0;width:13px;height:13px;opacity:.95}@keyframes bc-promo-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:600px){.bc-promo__item{padding:7px 20px;font-size:12px;gap:6px}}@media (prefers-reduced-motion:reduce){.bc-promo{overflow:hidden}.bc-promo__track{animation:none!important;transform:none!important;will-change:auto;width:100%!important;justify-content:center;flex-wrap:nowrap}.bc-promo__group[aria-hidden="true"]{display:none!important}.bc-promo__group{flex-wrap:nowrap;justify-content:center;min-width:0;overflow:hidden}.bc-promo__group .bc-promo__set:not(:first-child){display:none!important}.bc-promo__set{flex-wrap:nowrap}}