.scrolling--text{overflow:hidden;justify-content:center;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));align-items:center;display:flex}.media .image--fit{height:var(--scrolling-image-height,150px);position:relative;max-width:100%;width:auto}.scrolling-logo--placeholder{max-width:var(--scrolling-image-height,15rem)}.scrolling-logo--placeholder .new-placeholder-svg{height:auto;max-width:100%}.scrolling--item{flex:0 0 auto;align-items:center;display:flex}.scrolling--item.scrolling--animated{animation-iteration-count:infinite;animation-timing-function:linear;will-change:transform,width;width:max-content;animation-play-state:running;animation-duration:var(--duration)}.scrolling--text--left .scrolling--animated{animation-name:scrolling-left}.scrolling--text--right .scrolling--animated{animation-name:scrolling-right}@media screen and (hover:hover){.scrolling--text:hover .scrolling--animated{animation-play-state:paused}}.scrolling--text--paused .scrolling--animated{animation-play-state:paused}.scrolling--item__inner{--icon-height:2.6rem;flex-direction:column;margin:0 1.5rem;align-items:center;row-gap:1rem;display:flex}.scrolling--text__content{white-space:nowrap}@media screen and (min-width:750px){.scrolling--text .scrolling--item__inner{margin:0 2.5rem}}@keyframes scrolling-left{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes scrolling-right{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@supports (-webkit-text-stroke:.1rem rgba(var(--color-foreground ))){.scrolling--item__text--stroke{-webkit-text-stroke-color:rgba(var(--color-foreground));color:#0000;-webkit-text-stroke-width:.1rem}}.scrolling--item__inner.image--column .media{border-radius:var(--corner-radius)}.scrolling--item__inner{position:relative}.scrolling--item__inner.scrolling--item-bullet:after{height:.8rem;transform:translateY(-50%);right:-2.8rem;content:"";position:absolute;top:50%;border-radius:100%;background:rgba(var(--color-foreground));width:.8rem}.scrolling--item__inner video{object-fit:cover;object-position:center center}.scrolling--item__inner.video--column .media{height:var(--video-height,5rem);width:var(--video-width,10rem)}