@import url("../../css/variables.css");.logo-banner-module{overflow:hidden;position:relative;width:100%}.logo-banner-module .content-wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:40px 20px 0;position:relative;z-index:3}.logo-banner-module .main-content{align-items:center;display:flex;flex:1;justify-content:center;text-align:center}.logo-banner-module .logo-track{animation:scroll 30s linear infinite;display:flex;gap:8px;width:fit-content}.logo-banner-module .logo-item{align-items:center;background-color:var(--color-background);border-radius:8px;display:flex;flex-shrink:0;justify-content:center;padding:0 20px}.logo-banner-module .logo-item img{height:60px;max-width:200px;object-fit:contain;opacity:.8;transition:opacity .3s ease,transform .3s ease;width:auto}.logo-banner-module .logo-item:hover img{opacity:1;transform:scale(1.1)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-25%)}}@media (max-width:768px){.logo-banner-module .logo-item img{height:60px}.logo-banner-module .logo-track{gap:px}}