<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stories-teaser{--grid-gutter:2rem;--grid-columns:1;--margin-horizontal:clamp(0.75rem,2vw + 0.25rem,2rem);display:grid;grid-template-columns:repeat(var(--grid-columns),1fr);margin-right:var(--margin-horizontal);margin-left:var(--margin-horizontal);padding:1rem;gap:var(--grid-gutter);border-radius:var(--border-radius-xl);background-color:var(--color-black-90)}@media (min-width:37.5em){.stories-teaser{--grid-columns:2;--grid-gutter:8.4%}}.stories-teaser__logo{display:block;width:var(--stories-logo-size);height:var(--stories-logo-size);margin-bottom:1.5rem;fill:var(--color-stories-logo-fill)}@media (prefers-reduced-motion:no-preference){.stories-teaser__logo{animation:logo-pulse 2s ease-in-out infinite}}.stories-teaser__content{--grid-gutter:2rem;display:inline-flex;flex-direction:column;gap:var(--grid-gutter)}@media (min-width:37.5em){.stories-teaser__content{justify-content:space-between;padding:1rem}}.stories-teaser__heading{color:var(--color-inverted-text)}.stories-teaser__description.text{margin-top:0;color:var(--color-inverted-secondary-text)}.stories-teaser img{width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius-s)}</pre></body></html>