.featured-programs__rows{display:grid;grid-gap:calc(var(--vertical-spacing)/2)}.featured-programs__row{display:grid;grid-gap:var(--gap)}.featured-programs__image{aspect-ratio:3/2;border-radius:var(--border-radius);box-shadow:var(--box-shadow-sm);overflow:hidden;position:relative}.featured-programs__image>img{height:100%!important;inset:0;object-fit:cover;position:absolute;width:100%}.featured-programs__play{appearance:none;background:none;border:0;color:var(--secondary-color);left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .2s ease;z-index:1}.featured-programs__play>svg{height:5rem;width:5rem}.featured-programs__play:hover{color:var(--secondary-color-hover);cursor:pointer}.featured-programs__rich-text p:last-child{margin-bottom:0}.featured-programs__buttons{display:flex;flex-wrap:wrap;gap:var(--gap-sm)}@media (min-width:768px){.featured-programs__rows{grid-gap:var(--vertical-spacing)}.featured-programs__row{grid-auto-flow:dense;grid-gap:var(--gap-md);align-items:center}.featured-programs__row--default:nth-child(odd){grid-template-columns:50% 1fr}.featured-programs__row--default:nth-child(2n){grid-template-columns:1fr 50%}.featured-programs__row--default:nth-child(2n) .featured-programs__image{grid-column-end:-1}.featured-programs__row--reverse:nth-child(odd){grid-template-columns:1fr 50%}.featured-programs__row--reverse:nth-child(odd) .featured-programs__image{grid-column-end:-1}.featured-programs__row--reverse:nth-child(2n){grid-template-columns:50% 1fr}.featured-programs__image{aspect-ratio:4/3}.featured-programs__play>svg{height:8rem;width:8rem}}@media (min-width:1200px){.featured-programs__row{grid-gap:10rem}}