:root{--grid-explore-size-layout-row-gap: var(--size-lg);--grid-explore-size-layout-column-gap: var(--size-lg);--grid-explore-box-template-row: minmax(auto, 1fr);--grid-explore-promo-template-row: auto}.tad-grid-explore{display:grid;gap:var(--grid-explore-size-layout-row-gap) var(--grid-explore-size-layout-column-gap);grid-template-columns:repeat(3,1fr);grid-template-rows:var(--grid-explore-box-template-row) var(--grid-explore-promo-template-row) var(--grid-explore-box-template-row)}@media (max-width: 62.4375em){.tad-grid-explore{grid-template-columns:1fr;grid-template-rows:auto}}
