.fml-trusted-sources-carousel{position:relative;width:100%;overflow:hidden;padding:24px 0}.fml-carousel-row{position:relative;width:100%;overflow:hidden;margin-bottom:24px}.fml-carousel-row:last-child{margin-bottom:0}.fml-carousel-track{display:flex;gap:48px;width:fit-content;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}.fml-carousel-row-forward .fml-carousel-track{animation-name:scrollCarouselForward;animation-duration:60s}.fml-carousel-row-reverse .fml-carousel-track{animation-name:scrollCarouselReverse;animation-duration:60s;animation-direction:reverse}.fml-carousel-track:hover{animation-play-state:paused}@keyframes scrollCarouselForward{from{transform:translateX(0)}to{transform:translateX(calc(-1 * (160px * 10 + 48px * 10)))}}@keyframes scrollCarouselReverse{from{transform:translateX(0)}to{transform:translateX(calc(-1 * (160px * 10 + 48px * 10)))}}.fml-carousel-track .fml-logo-item{display:flex;align-items:center;justify-content:center;min-width:160px;width:160px;height:80px;padding:14px 18px;text-decoration:none;transition:all 0.3s cubic-bezier(.4,0,.2,1);cursor:pointer;background:rgb(26 26 46 / .03);border:1px solid rgb(26 26 46 / .1);border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 0 15px rgb(0 255 242 / .03);flex-shrink:0}.fml-carousel-track .fml-logo-item:hover{transform:translateY(-4px);border-color:#2563eb;background:rgb(37 99 235 / .04);box-shadow:0 8px 24px rgb(37 99 235 / .15),inset 0 0 15px rgb(37 99 235 / .04)}.fml-carousel-fade-left,.fml-carousel-fade-right{position:absolute;top:0;bottom:0;width:120px;pointer-events:none;z-index:2}.fml-carousel-fade-left{left:0;background:linear-gradient(to right,rgb(255 255 255) 0%,transparent 100%)}.fml-carousel-fade-right{right:0;background:linear-gradient(to left,rgb(255 255 255) 0%,transparent 100%)}@media (max-width:1024px){.fml-carousel-track{gap:40px}.fml-carousel-content{gap:40px}.fml-carousel-content .fml-logo-item{min-width:140px;width:140px;height:70px}}@media (max-width:768px){.fml-carousel-row{margin-bottom:20px}.fml-carousel-track{gap:32px}.fml-carousel-content{gap:32px}.fml-carousel-content .fml-logo-item{min-width:120px;width:120px;height:65px;padding:12px 14px}.fml-carousel-fade-left,.fml-carousel-fade-right{width:80px}}@media (max-width:480px){.fml-carousel-row{margin-bottom:16px}.fml-carousel-track{gap:24px}.fml-carousel-content{gap:24px}.fml-carousel-content .fml-logo-item{min-width:100px;width:100px;height:60px;padding:10px 12px}.fml-carousel-fade-left,.fml-carousel-fade-right{width:60px}}