.scroll-container{display:flex;flex-direction:column;gap:20px;justify-content:center;overflow:hidden;padding:20px 0;width:100%}.scroll-wrapper{gap:5px;margin:auto;-webkit-mask-image:linear-gradient(90deg,transparent,#959595 20%,#b9b8b8 80%,transparent);overflow:hidden}.scroll-content,.scroll-content-pt{animation:loop-scroll 20s linear infinite;animation-delay:-20s;display:flex;min-width:-moz-max-content;min-width:max-content;white-space:nowrap}.scroll-reverse{animation:loop-scroll-reverse 14s linear infinite;animation-delay:-17s}.scroll-content img{width:100px}.scroll-content img,.scroll-content-pt img{height:auto;margin:0 10px;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease-in-out}.scroll-content-pt img{width:75px}.scroll-content img:hover{transform:scale(1.1)}@keyframes loop-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes loop-scroll-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}