@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap);.promo-ticker{width:100%;max-width:100%;font-family:Montserrat,sans-serif;position:relative}.promo-ticker__checkbox{display:none}.promo-ticker__label{display:block;width:100%;overflow:hidden;cursor:pointer;border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.08)}.promo-ticker__track{display:flex;width:200%;transform:translateX(-50%);transition:transform .35s}.promo-ticker__checkbox:checked+.promo-ticker__label .promo-ticker__track{transform:translateX(0)}.promo-ticker__panel{width:50%;min-height:44px;display:flex;align-items:center;box-sizing:border-box;position:relative}.promo-ticker__panel--active{background:#fff;color:#111;overflow:hidden;padding-left:110px}.promo-ticker__panel--inactive{background:#16a34a;color:#fff;justify-content:center;font-weight:700;letter-spacing:.3px;padding:0 16px}.promo-ticker__badge{position:absolute;left:0;top:0;width:110px;height:100%;background:#d91522;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;z-index:2}.promo-ticker__inactive-text{white-space:nowrap;font-size:14px}.promo-ticker__viewport{width:100%;overflow:hidden;white-space:nowrap;position:relative}.promo-ticker__move{display:inline-flex;align-items:center;white-space:nowrap;animation:35s linear infinite promoTickerScroll;will-change:transform}.promo-ticker__text{display:inline-block;white-space:nowrap;padding-right:80px;color:#111;font-size:14px;font-weight:600;line-height:44px}.promo-ticker__viewport:hover .promo-ticker__move{animation-play-state:paused}@keyframes promoTickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:768px){.promo-ticker__panel--active{padding-left:90px}.promo-ticker__badge{width:90px;font-size:13px}.promo-ticker__inactive-text,.promo-ticker__text{font-size:13px}}