.trusted-section{background:#fff;display:flex;justify-content:center;padding:4rem 0;text-align:center}.trusted-container{margin:0 auto;max-width:1400px;position:relative;text-align:center;width:100%}.section-title{align-items:center;color:#999;display:flex;font-size:1.4rem;font-weight:600;gap:1rem;justify-content:center;margin-bottom:2rem}.section-title:after,.section-title:before{background-color:#999;content:"";flex:1;height:2px;max-width:180px;opacity:.9}.logo-slider{overflow:hidden;position:relative;width:100%}.logo-track{align-items:center;animation:scroll 35s linear infinite;display:flex;width:3000px}.logo-track img{filter:grayscale(100%);height:80px;margin:0 2rem;object-fit:contain;opacity:.85;transition:opacity .3s ease;width:160px}.logo-track img:hover{filter:grayscale(0);opacity:1}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-slider:hover .logo-track{animation-play-state:paused}.reverse .logo-track{animation:scroll-reverse 25s linear infinite}@keyframes scroll-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}section-title svg{height:20px;width:20px}.fade{height:100%;pointer-events:none;position:absolute;top:0;width:100px;z-index:2}.fade-left{background:linear-gradient(90deg,#fff 0,transparent);left:0}.fade-right{background:linear-gradient(270deg,#fff 0,transparent);right:0}@media (max-width:768px){.logo-track img{height:60px;margin:0 1rem;width:110px}.section-title:after,.section-title:before{max-width:100px}}