.twh-logos--surface{background:var(--twh-surface)}.twh-logos--dark{background:var(--twh-primary);color:var(--twh-white)}.twh-logos__grid{display:grid;gap:14px;list-style:none;margin:0;padding:0}.twh-logos__grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.twh-logos__grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.twh-logos__grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}.twh-logos__item{background:var(--twh-white);border:1px solid rgba(1,51,74,.1);border-radius:20px;display:grid;min-height:124px;padding:20px;place-items:center}.twh-logos__item img{filter:grayscale(1);height:68px;object-fit:contain;opacity:.72;transition:filter .2s ease,opacity .2s ease;width:100%}.twh-logos__item:hover img{filter:none;opacity:1}@media(max-width:900px){.twh-logos__grid--5,.twh-logos__grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.twh-logos__grid--4,.twh-logos__grid--5,.twh-logos__grid--6{grid-template-columns:repeat(2,minmax(0,1fr))}.twh-logos__item{min-height:104px}}