:root{scroll-behavior:smooth;--site-padding:16px;--vertical-padding:1.875rem;--content-gap:1rem;--paragraph-gap:.5rem;--extra-gap:1rem;--card-gap:1.8125rem;line-height:1.25}@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:.875rem;--text-size-normal:.875rem;--text-size-small:.8125rem;--text-size-footer:.75rem;--text-size-button:.8125rem;--text-size-label:.75rem;--text-size-trademark:.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:.9375rem;--text-size-footer:.75rem;--text-size-button:.9375rem;--text-size-label:.875rem;--text-size-trademark:.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.125rem;--text-size-citation:.875rem;--text-size-footer:.875rem;--text-size-button:1.1875rem;--text-size-label:.875rem;--text-size-trademark:.625rem}}.hero{padding-top:calc(var(--vertical-padding)*2 + 2.5rem + var(--vertical-padding)/2);padding-bottom:var(--vertical-padding);padding-left:var(--site-padding);padding-right:var(--site-padding);gap:var(--content-gap);padding-bottom:calc(var(--vertical-padding)*3);grid-template-areas:"image image""line line""title title""timestamp category""text text";width:100%;display:grid}@media (min-width:768px){.hero{grid-template-columns:2fr auto 1fr 1fr;grid-template-areas:"image line title title""image line timestamp category""image line text text"}.hero--flip{grid-template-columns:1fr 1fr auto 2fr;grid-template-areas:"title title line image""timestamp category line image""text text line image"}.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}.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>*{opacity:0;transform:translateY(-20px)}.hero__image-bg{background:var(--palette-callout-bg);color:var(--palette-callout-content);grid-area:image;place-self:center;display:flex;position:relative;bottom:.625rem;left:.625rem}.hero__image{position:relative;top:1.25rem;right:1.25rem}.hero__title{text-transform:none;font-size:var(--text-size-title);text-align:center;grid-area:title;font-weight:600}@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);background-color:var(--color-generic-border);position:relative}.hero__line:before{inset:-2px auto auto -2px}.hero__line{width:10.5rem;height:1px}.hero__line:after{inset:-2px -2px auto auto}.hero__line:before,.hero__line:after{content:"";background-color:var(--color-generic-border);width:5px;height:5px;position:absolute;transform:rotate(45deg)}.hero__line{grid-area:line;place-self:center}@media (min-width:768px){.hero__line{background-color:var(--color-generic-border);position:relative}.hero__line:before{inset:-2px auto auto -2px}.hero__line{width:1px;height:10.5rem}.hero__line:after{inset:auto -2px -2px auto}.hero__line:before,.hero__line:after{content:"";background-color:var(--color-generic-border);width:5px;height:5px;position:absolute;transform:rotate(45deg)}.hero__line{margin:0 0 0 .625rem}}.hero__timestamp{text-transform:uppercase;font-size:var(--text-size-label);color:var(--palette-neutral);grid-area:timestamp;font-weight:500}@media (min-width:768px){.hero__timestamp{align-self:flex-end}}.hero__category{text-transform:uppercase;font-size:var(--text-size-label);text-transform:uppercase;color:var(--palette-accent);grid-area:category;justify-self:flex-end;font-weight:500}@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}
