/*!******************************************************************************************************************************************************************!*\
  !*** css ../../css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../../postcss-loader/dist/cjs.js!./src/_features/scrolling-ticker/styles/scrolling-ticker.css ***!
  \******************************************************************************************************************************************************************/
.scrolling-ticker{overflow:hidden;white-space:nowrap}.scrolling-ticker-content{display:inline-block}.scrolling-ticker-content span{margin-right:6px}.scroll-ticker-item{height:100%}.scroll-ticker-item .image__wrapper{width:var(--image-width)}.scroll-wrapper{animation:scrollTicker var(--scroll-speed,100s) linear infinite;display:inline-flex;will-change:transform}.scroll-group{display:inline-flex;flex-shrink:0}@media (min-width:768px){.scroll-wrapper{animation:scrollTicker var(--scroll-speed-md,100s) linear infinite}}@keyframes scrollTicker{0%{transform:translateX(0)}to{transform:translateX(calc(-100%/var(--scroll-group-count, 4)))}}.scrolling-ticker-content.pause-on-hover:hover .scroll-wrapper{animation-play-state:paused}
