.wa-custom-banner{transform:scale(1) translateY(0);transition:0.2s all ease-in-out}.wa-custom-banner-wrapper{display:grid!important;inline-size:100%;gap:var(--space-s);margin-bottom:var(--space-l)}.wa-custom-banner-wrapper--2{grid-template-columns:repeat(2,minmax(0,1fr))}.wa-custom-banner-wrapper--3{grid-template-columns:repeat(3,minmax(0,1fr))}.wa-custom-banner__link{display:flex;height:100%;width:100%}.wa-custom-banner__img{border-radius:var(--radius-m);width:-webkit-fill-available;width:100%;height:auto}.wa-custom-banner__img--mobile{display:none}.wa-custom-banner:hover{transform:scale(1.01) translateY(-2px)}@media (max-width:991px){.wa-custom-banner-wrapper--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.wa-custom-banner-wrapper--2,.wa-custom-banner-wrapper--3{grid-template-columns:repeat(1,minmax(0,1fr));gap:var(--space-xs)}.wa-custom-banner__img{display:none}.wa-custom-banner__img--mobile{display:inline-block}}