.scroller-fade-container{height:150px;overflow:hidden;position:absolute;width:100%}.scroller-text{height:fit-content;justify-content:center;margin:auto;max-width:1500px;padding-bottom:20px;padding-top:40px;text-align:center}.scroller-container,.scroller-text{align-items:center;background:#fff;display:flex;overflow:hidden;width:100%}.scroller-container{height:100px;margin-bottom:50px}.scroller-img{margin:0 40px;max-height:50px;max-width:160px!important;object-fit:contain}.scroller-fade{height:100%;pointer-events:none;position:absolute;top:0;width:120px;z-index:2}.scroller-fade--left{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));left:0}.scroller-fade--right{background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));right:0}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}