.news-ticker{align-items:center;display:flex;height:57px;overflow:hidden;padding:.75rem 0}@media (min-width:768px){.news-ticker{height:89px}}.news-ticker__track{display:flex;width:-moz-max-content;width:max-content;will-change:transform}.news-ticker__group{gap:1rem;padding-left:16px}.news-ticker__group,.news-ticker__item{align-items:center;display:inline-flex;flex-shrink:0}.news-ticker__item{gap:.75rem}.news-ticker__image{height:28px;-o-object-fit:contain;object-fit:contain;width:28px}.news-ticker__text{color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-align:center;white-space:nowrap}@media (min-width:768px){.news-ticker__text{font-size:20px}}.news-ticker__track.is-animating{animation:news-ticker-scroll var(--nt-duration,30s) linear infinite}@keyframes news-ticker-scroll{to{transform:translateX(calc(var(--nt-distance, 0px)*-1))}}@media (prefers-reduced-motion:reduce){.news-ticker__track.is-animating{animation:none!important;transform:none!important}}