.c-ticker{display:flex;white-space:nowrap;overflow-x:clip;overflow-y:visible}.c-ticker__list{display:flex;animation:ticker 60s infinite linear}.c-ticker__item{display:inline-flex;align-items:center}.c-ticker--with-pause-on-hover .c-ticker:hover .c-ticker__list,.c-ticker--with-pause-on-hover .c-ticker:focus .c-ticker__list{animation-play-state:paused}.c-ticker--is-animated-on-hover-only .c-ticker__list{animation-play-state:paused}.c-ticker--is-animated-on-hover-only .c-ticker:hover .c-ticker__list,.c-ticker--is-animated-on-hover-only .c-ticker:focus .c-ticker__list{animation-play-state:running}.c-ticker--display{color:var(--color-brand-300)}.c-ticker--display .c-ticker__list{animation-duration:40s}.c-ticker--display .c-ticker__item{font-family:var(--font-primary);font-weight:var(--font-weight-medium);font-size:var(--title-ticker-font-size);line-height:.75;letter-spacing:var(--title-ticker-letter-spacing);padding:0}.c-ticker--inverted{background-color:var(--color-black);color:var(--color-brand-300)}a:hover .c-ticker--with-pause-on-hover .c-ticker__list,a:focus .c-ticker--with-pause-on-hover .c-ticker__list{animation-play-state:paused}a:hover .c-ticker--is-animated-on-hover-only .c-ticker__list,a:focus .c-ticker--is-animated-on-hover-only .c-ticker__list{animation-play-state:running}@keyframes ticker{to{transform:translate(-100%)}}
