.tlp-logos-carousel{background-color:#f9f9f9;display:flex;justify-content:center;overflow:hidden;padding:50px 10px;width:100%}@media (max-width:1295px){.tlp-logos-carousel{justify-content:flex-start}}.tlp-logos-carousel .tlp-logos-track{align-items:center;display:inline-flex;gap:60px;justify-items:flex-start;min-width:-moz-max-content;min-width:max-content;will-change:transform}@media (min-width:1296px){.tlp-logos-carousel .tlp-logos-track{animation:none}}@media (max-width:1295px){.tlp-logos-carousel .tlp-logos-track{animation:tlp-logos-marquee 15s linear infinite;white-space:nowrap}}.tlp-logos-carousel .tlp-logo-item{align-items:center;display:flex;flex-shrink:0;justify-content:center}.tlp-logos-carousel .tlp-logo-item img{filter:drop-shadow(0 2px 6px rgba(0,0,0,.08));height:auto;max-height:38px;-o-object-fit:contain;object-fit:contain;width:auto}@keyframes tlp-logos-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(var(--marquee-distance, 50%)*-1))}}