.RAI-ticker-wrap{background-color:#fff;overflow:hidden;padding:24px 0;position:relative;width:100%}.RAI-ticker-wrap:after,.RAI-ticker-wrap:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:120px;z-index:2}.RAI-ticker-wrap:before{background:linear-gradient(90deg,#fff 0,transparent);left:0}.RAI-ticker-wrap:after{background:linear-gradient(270deg,#fff 0,transparent);right:0}.RAI-ticker-track{align-items:center;animation:RAI-ticker-scroll 30s linear infinite;display:flex;gap:80px;width:max-content}.RAI-ticker-wrap:hover .RAI-ticker-track{animation-play-state:paused}@keyframes RAI-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.RAI-ticker-item{align-items:center;display:flex;flex-shrink:0;justify-content:center}.RAI-ticker-item img{display:block;max-height:60px;max-width:180px;object-fit:contain;width:auto}