.publishers-module{background:#fff;position:relative;width:100%}.publishers-module__inner{margin:0 auto;max-width:1280px;padding:0 15px;text-align:center}.publishers-module__heading{margin-bottom:8px}.publishers-module__heading h2{color:#111;font-size:2rem;font-weight:800;margin:0 0 8px}.publishers-module__description{margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:529px}.publishers-module__description p{color:#00a4bd;font-size:1rem;font-weight:600;margin:0}.publishers-module__grid-wrap{position:relative}.publishers-module__grid-wrap:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 54.33%);bottom:0;content:"";height:200px;left:0;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%}.publishers-module__grid-wrap.is-expanded:after{opacity:0}.publishers-module__grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin-bottom:40px}.publishers-module__card{align-items:center;background:#fff;border:1px solid var(--Gray,#d3d3d5);border-radius:12px;display:flex;height:162px;justify-content:center;overflow:hidden;padding:24px;transition:box-shadow .2s ease}.publishers-module__card.is-hidden{display:none}.publishers-module__link{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.publishers-module__logo{display:block;height:auto;margin:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.publishers-module__name-fallback{color:#444;font-size:.875rem;font-weight:600}.publishers-module__footer{margin-top:-80px;position:relative;text-align:center}.publishers-module__view-more{align-items:center;background:#00a4bd;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9375rem;font-weight:600;justify-content:center;min-height:42px;min-width:180px;padding:0 36px;transition:background .2s ease,transform .15s ease}.publishers-module__view-more:hover{background:#008fa6;transform:translateY(-1px)}.publishers-module__view-more.is-done{display:none}@media (max-width:1024px){.publishers-module__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.publishers-module__grid{gap:12px;grid-template-columns:repeat(2,1fr)}.publishers-module__heading h2{font-size:1.5rem}}