.logo-grid{position:relative}.logo-grid__title{margin-bottom:24px;color:var(--gray-500);text-align:center}.logo-grid__grid{display:grid;align-items:center;justify-items:center;grid-template-columns:repeat(6, 1fr);gap:32px 64px}@media only screen and (max-width: 1280px){.logo-grid__grid{gap:24px}}@media only screen and (max-width: 1024px){.logo-grid__grid{grid-template-columns:repeat(3, 1fr)}}@media only screen and (max-width: 360px){.logo-grid__grid{grid-template-columns:repeat(2, 1fr);gap:8px}}.logo-grid__grid div{display:flex;align-items:center;justify-content:center;height:56px}.logo-grid__grid img{width:auto;max-height:56px;transition:opacity .6s}.logo-grid__grid img.animate-out{opacity:0}.logo-grid__grid img.animate-in{opacity:1}
