.trusted-section{color:#fff;background:0 0;padding:60px 0;overflow:hidden}.marquee-wrapper{width:100%;position:relative;overflow:hidden}.marquee-track{width:max-content;animation:60s linear infinite marquee-scroll;display:flex}.marquee-item{background:#fff;border-radius:14px;justify-content:center;align-items:center;min-width:200px;height:120px;margin-right:50px;display:flex}.marquee-item img{object-fit:contain;max-width:140px;max-height:70px}.marquee-reverse{animation-direction:reverse}@keyframes marquee-scroll{0%{transform:translate(-50%)}to{transform:translate(0)}}.marquee-wrapper:before,.marquee-wrapper:after{content:"";z-index:2;width:80px;height:100%;position:absolute;top:0}.marquee-wrapper:before{background:linear-gradient(90deg,#000,#0000);left:0}.marquee-wrapper:after{background:linear-gradient(270deg,#000,#0000);right:0}
