@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.logo-grid{--grid-col-gutter: 40px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--grid-col-gutter)}@media screen and (min-width: 1024px){.logo-grid{--grid-col-gutter: 60px}}.logo-grid__item{flex:0 0 calc(50% - var(--grid-col-gutter) + var(--grid-col-gutter)/2);min-width:0;max-width:100px}@media screen and (min-width: 768px){.logo-grid__item{flex:0 0 calc(25% - var(--grid-col-gutter) + var(--grid-col-gutter)/4);max-width:130px}}@media screen and (min-width: 1024px){.logo-grid__item{max-width:170px}}@supports(-webkit-touch-callout: none) and (not (translate: none)){.logo-grid__item:nth-child(even){margin-left:60px}}.logo-grid img{margin:0 auto;max-height:140px;width:auto}
