@charset "UTF-8";.headline-reel{--hr-gap:18px;--hr-h:44px;--hr-duration:28s;background:#ce2027 !important;color:#fff !important;display:flex;align-items:center;gap:14px;overflow:hidden}.headline-reel a,.headline-reel a:visited{color:#fff !important}.headline-reel__label{flex:0 0 auto;white-space:nowrap;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.headline-reel__viewport{height:var(--hr-h);display:flex;align-items:center;overflow:hidden;flex:1 1 auto;min-width:0}.headline-reel__track{display:flex;align-items:center;gap:var(--hr-gap);white-space:nowrap;will-change:transform;animation:hr-marquee var(--hr-duration) linear infinite}.headline-reel__item{display:inline-flex;align-items:center;gap:10px;padding:0;background:none;border-radius:0;text-decoration:none;font-size:var(--uk-text-small-font-size,0.875rem);line-height:var(--uk-text-small-line-height,1.4);font-weight:600;max-width:min(720px,80vw);min-width:0}.headline-reel__item:hover{text-decoration:underline;text-underline-offset:3px;text-decoration-color:#000}.headline-reel__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.headline-reel__dot{width:8px;height:8px;border-radius:999px;background:#000;flex:0 0 auto}@keyframes hr-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.headline-reel:hover .headline-reel__track{animation-play-state:paused}@media (max-width:768px){.headline-reel__viewport{height:42px}.headline-reel__item{max-width:88vw}}@media (prefers-reduced-motion:reduce){.headline-reel__track{animation:none !important;transform:none !important}}
