:root{scroll-behavior:smooth;line-height:1.25;--site-padding:16px;--vertical-padding:1.875rem;--content-gap:1rem;--paragraph-gap:0.5rem;--extra-gap:1rem;--card-gap:1.8125rem}@media(min-width:768px){:root{--site-padding:32px;--vertical-padding:2.5rem;--content-gap:1.5rem;--paragraph-gap:1rem;--extra-gap:1rem}}@media(min-width:1024px){:root{--site-padding:max(100px,calc((100vw - 1800px) / 2));--vertical-padding:2.5rem;--content-gap:1.875rem;--paragraph-gap:1rem;--extra-gap:1rem}}:root{--text-size-title:1.375rem;--text-size-callout:1rem;--text-size-heading:1.125rem;--text-size-subheading:0.875rem;--text-size-normal:0.875rem;--text-size-small:0.8125rem;--text-size-footer:0.75rem;--text-size-button:0.8125rem;--text-size-label:0.75rem;--text-size-trademark:0.5rem}@media(min-width:768px){:root{--text-size-title:1.5rem;--text-size-callout:1.125rem;--text-size-heading:1.25rem;--text-size-subheading:1rem;--text-size-normal:1rem;--text-size-small:0.9375rem;--text-size-footer:0.75rem;--text-size-button:0.9375rem;--text-size-label:0.875rem;--text-size-trademark:0.5rem}}@media(min-width:1024px){:root{--text-size-title:1.75rem;--text-size-callout:1.375rem;--text-size-heading:1.5rem;--text-size-subheading:1.25rem;--text-size-normal:1.25rem;--text-size-small:1.1875rem;--text-size-footer:1.125rem;--text-size-button:1.1875rem;--text-size-label:1rem;--text-size-trademark:0.6875rem}}.hero{display:grid;grid-template-areas:"image image" "line line" "title title" "timestamp category" "text text";grid-gap:var(--content-gap);gap:var(--content-gap);padding:calc(var(--vertical-padding)*2 + 2.5rem + var(--vertical-padding)/2) var(--site-padding) calc(var(--vertical-padding)*3);width:100%}@media(min-width:768px){.hero{grid-template-areas:"image line title title" "image line timestamp category" "image line text text";grid-template-columns:2fr auto 1fr 1fr}.hero--flip{grid-template-areas:"title title line image" "timestamp category line image" "text text line image";grid-template-columns:1fr 1fr auto 2fr}.hero--flip .hero__line{margin:0 .625rem 0 0}}.hero--two-rows{grid-template-areas:"image image" "line line" "title title" "text text"}@media(min-width:768px){.hero--two-rows{grid-template-areas:"image line title title" "image line text text"}.hero--two-rows.hero--flip{grid-template-areas:"title title line image" "text text line image"}}.hero>*{animation:inherit;animation-delay:2.2s;opacity:0;transform:translateY(-20px)}.hero>:first-child{animation-delay:.4s}.hero>:nth-child(2){animation-delay:.6s}.hero>:nth-child(3){animation-delay:.8s}.hero>:nth-child(4){animation-delay:1s}.hero>:nth-child(5){animation-delay:1.2s}.hero>:nth-child(6){animation-delay:1.4s}.hero>:nth-child(7){animation-delay:1.6s}.hero>:nth-child(8){animation-delay:1.8s}.hero>:nth-child(9){animation-delay:2s}.hero>:nth-child(10){animation-delay:2.2s}.hero__image-bg{background:var(--palette-callout-bg);color:var(--palette-callout-content);position:relative;left:.625rem;bottom:.625rem;display:flex;grid-area:image;place-self:center}.hero__image{position:relative;right:calc(.625rem*2);top:calc(.625rem*2)}.hero__title{text-transform:none;font-size:var(--text-size-title);font-weight:600;grid-area:title;text-align:center}@media(min-width:768px){.hero__title{text-align:initial;align-self:flex-end}}.hero__line{margin-top:var(--vertical-padding);margin-bottom:var(--vertical-padding);position:relative;background-color:var(--color-generic-border);width:10.5rem;height:1px;grid-area:line;place-self:center}.hero__line:before{inset:-2px auto auto -2px}.hero__line:after{inset:-2px -2px auto auto}.hero__line:after,.hero__line:before{content:"";position:absolute;width:5px;height:5px;background-color:var(--color-generic-border);transform:rotate(45deg)}@media(min-width:768px){.hero__line{position:relative;background-color:var(--color-generic-border);height:10.5rem;width:1px;margin:0 0 0 .625rem}.hero__line:before{inset:-2px auto auto -2px}.hero__line:after{inset:auto -2px -2px auto}.hero__line:after,.hero__line:before{content:"";position:absolute;width:5px;height:5px;background-color:var(--color-generic-border);transform:rotate(45deg)}}.hero__timestamp{text-transform:uppercase;font-size:var(--text-size-label);font-weight:500;grid-area:timestamp;color:var(--palette-neutral)}@media(min-width:768px){.hero__timestamp{align-self:flex-end}}.hero__category{font-size:var(--text-size-label);font-weight:500;grid-area:category;justify-self:flex-end;text-transform:uppercase;color:var(--palette-accent)}@media(min-width:768px){.hero__category{align-self:flex-end}}.hero__text{grid-area:text}.hero__trademark{text-transform:none;font-size:var(--text-size-trademark);font-weight:400}