.hs-breaking-ticker{background:var(--bg);color:var(--fg);font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:var(--fz);line-height:1.4;overflow:hidden;padding-bottom:var(--pb);padding-top:var(--pt);width:100%}.hs-breaking-ticker__inner{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;width:100%}.hs-breaking-ticker.is-constrained .hs-breaking-ticker__inner{max-width:var(--mw)}.hs-breaking-ticker.has-borders{border-bottom:1px solid rgba(0,0,0,.12);border-top:1px solid hsla(0,0%,100%,.25)}.hs-breaking-ticker__viewport{overflow:hidden;white-space:nowrap;width:100%}.hs-breaking-ticker__track{animation:hs-ticker-scroll var(--duration) linear infinite;display:inline-flex;gap:0;will-change:transform}.hs-breaking-ticker__text{padding-right:12rem}.hs-breaking-ticker.is-pausable:hover .hs-breaking-ticker__track{animation-play-state:paused}@keyframes hs-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hs-breaking-ticker__sr{height:1px;left:-9999px;overflow:hidden;position:absolute;top:auto;width:1px}.hs-breaking-ticker{pointer-events:auto;position:relative;z-index:1000}.hs-breaking-ticker__text,.hs-breaking-ticker__text a,.hs-breaking-ticker__track,.hs-breaking-ticker__viewport{pointer-events:auto}.hs-breaking-ticker__text a{color:inherit;cursor:pointer;text-decoration:none}.hs-breaking-ticker__text a:focus,.hs-breaking-ticker__text a:hover{text-decoration:underline}