.channels-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:3rem}.channels-grid.center{justify-content:center}.channels-grid.flex-start{justify-content:flex-start}.channels-grid.flex-end{justify-content:flex-end}.channels-grid article{grid-column:1/-1}.channels-grid>*{width:100%}.channel--title{padding:1rem 0}.channel--image,.channel--image.render{display:block;width:100%}.channel--image.render{-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.channel-category{display:none}.channel-category.current-channel-category{display:block}.channel .bg-stone:has(img.loaded){background-color:#fff!important}.channel-select-wrapper{position:sticky;top:62px;z-index:10}@media (min-width:768px){.channels-grid{column-gap:3vw}.channels-grid>*{width:calc(50% - 1.5vw)}.channel-category{display:block}}@media (min-width:1024px){.channels-grid>*{width:calc(25% - 2.25vw)}}