.tc-hero{display:grid;gap:8px;grid-template-areas:"poster" "content";grid-template-columns:minmax(0,1fr)}@media print,screen and (min-width:64em){.tc-hero{gap:24px;grid-template-areas:"content poster";grid-template-columns:minmax(0,1fr) 54%;grid-template-rows:1fr}}.tc-hero:focus .tc-hero__poster,.tc-hero:hover .tc-hero__poster{opacity:.8}.tc-hero:focus .tc-hero__title,.tc-hero:hover .tc-hero__title{text-decoration:underline;text-underline-offset:2px}.tc-hero__poster{grid-area:poster;width:100%}.tc-hero__content{color:var(--tc-hero-content-color,var(--color-grey-12));display:flex;flex-direction:column;gap:8px;grid-area:content}@media print,screen and (min-width:64em){.tc-hero__content{gap:16px}}.tc-hero__title{font-size:var(--font-24);font-weight:var(--font-weight-heavy);line-height:27px}@media print,screen and (min-width:64em){.tc-hero__title{font-size:var(--font-36);line-height:40px}}.tc-hero__leadin{font-size:var(--font-14);line-height:20px}.tc-hero__sponsor{color:var(--color-grey-9);font-size:var(--font-12)}@media print,screen and (min-width:64em){.tc-hero.tc-hero--immersive{gap:8px;grid-template-areas:"poster" "content";grid-template-columns:minmax(0,1fr)}.tc-hero.tc-hero--immersive:focus .tc-hero__title,.tc-hero.tc-hero--immersive:hover .tc-hero__title{color:var(--color-white)}}.tc-hero.tc-hero--immersive .tc-hero__immersive-poster{color:var(--tc-hero-content-color,var(--color-grey-12));display:grid;gap:8px;grid-template-columns:minmax(0,1fr);margin-inline:-16px}.tc-hero.tc-hero--immersive .tc-hero__immersive-poster .tc-hero__poster{grid-area:auto}@media print,screen and (min-width:64em){.tc-hero.tc-hero--immersive .tc-hero__immersive-poster{align-items:flex-end;margin-inline:0;position:relative}.tc-hero.tc-hero--immersive .tc-hero__immersive-poster .tc-hero__poster,.tc-hero.tc-hero--immersive .tc-hero__immersive-poster .tc-hero__title,.tc-hero.tc-hero--immersive .tc-hero__immersive-poster:after{grid-column:1;grid-row:1}.tc-hero.tc-hero--immersive .tc-hero__immersive-poster:after{background:linear-gradient(0deg,var(--color-grey-12) 0,rgba(var(--color-white-rgb),0) 95%);box-sizing:border-box;content:"";display:block;height:50%;width:100%;z-index:1}}.tc-hero.tc-hero--immersive .tc-hero__title{padding-inline:16px;z-index:2}@media print,screen and (min-width:64em){.tc-hero.tc-hero--immersive .tc-hero__title{color:var(--color-white);padding:24px}}