.m-scrolling-promotion{align-items:center;background-color:var(--bg-color,#fff);display:flex;overflow:hidden}.m-scrolling-promotion--left .m-promotion--animated{animation-name:scrolling-left}.m-scrolling-promotion--right .m-promotion--animated{animation-name:scrolling-right}.m-scrolling-promotion--paused .m-promotion--animated,.m-scrolling-promotion:hover .m-promotion--animated{animation-play-state:paused}.m-promotion{align-items:center;display:flex;flex:0 0 auto}.m-promotion__item{align-items:center;display:flex;margin:0 calc(var(--item-gap-mobile)/2)}.m-promotion__item img,.m-promotion__item svg{height:calc(var(--image-height)*0.75);max-width:100%;width:auto}@media(min-width:750px){.m-promotion__item img,.m-promotion__item svg{height:var(--image-height);max-width:100%}}.m-promotion__item .placeholder-svg{background-color:#f7f7f7}@media(min-width:750px){.m-promotion__item{margin:0 calc(var(--item-gap)/2)}}.m-promotion__icon{--icon-height:26px;display:inline-flex;line-height:0;margin-right:10px}.m-promotion__icon--small{--icon-height:20px}.m-promotion__icon--large{--icon-height:32px}.m-promotion__icon img,.m-promotion__icon svg{fill:currentColor;height:var(--icon-height);max-width:var(--icon-height);width:auto}.m-promotion__text{color:inherit;color:var(--text-color,#222);font-size:calc(var(--text-size)*0.75);line-height:1;white-space:nowrap}@media(max-width:750px){.m-promotion__text{font-size:var(text-size)}}.m-promotion--animated{animation-duration:var(--duration);animation-iteration-count:infinite;animation-play-state:running;animation-timing-function:linear;width:max-content;will-change:transform,width}@keyframes scrolling-left{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}@keyframes scrolling-right{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
/*# sourceMappingURL=scrolling-promotion.css.map */