.ms{display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;min-width:100%;overflow:hidden;position:relative}.ms:after,.ms:before{content:"";height:100%;position:absolute;top:0;width:40%;z-index:10}.ms:after{background:#fff;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.ms:before{background:#fff;background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));right:0}.ms_wrapper{flex-direction:row;flex-wrap:nowrap;gap:0;min-width:100%}.ms_item{display:flex;justify-content:center;padding:.5rem;width:100%}.ms_item img{filter:grayscale(1);height:60px!important;object-fit:contain;width:100px}.ms_wrapper{animation:marquee 20s linear infinite;display:flex;width:max-content}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}