.hero{display:grid;grid-template-columns:100%;overflow:hidden;background:black;}@media (orientation:portrait){.hero--has-no-foreground{grid-template-rows:50vh;}}.hero--has-foreground{grid-template-rows:77vh;}.hero__foreground,.hero__background{grid-column:1;grid-row:1;}.hero__background img,.hero__background video{width:100%;object-fit:cover;height:101%;}@media (orientation:portrait){.hero__background video{min-height:50vh;}.hero--has-foreground{grid-template-rows:100vh;}}@media (max-aspect-ratio:1 / 3){.hero--has-foreground{grid-template-rows:30rem;}}.hero__foreground{color:white;text-align:center;position:relative;display:grid;grid-template-rows:1fr auto;}.hero__title,.hero__subtitle{max-width:885px;padding:0 var(--safe-margin,3em);margin:0 auto;}.hero__title{font:var(--huge);}.hero__subtitle{font-weight:600;margin-top:2.555rem;}@media (max-width:745px){.hero__bottom{text-align:left;padding:var(--safe-margin,3em);}.hero__bottom__item{margin:1rem 0 0;}.hero__subtitle{margin-top:1.87rem;}}.hero__bottom__item{display:flex;align-items:center;}@media (min-width:746px){.hero__bottom{display:flex;justify-content:space-between;padding:1.6666rem var(--safe-margin,1.6666rem);}.hero__bottom__item{margin:0 1em;}}.hero__bottom__item__icon{display:inline;font-size:2.755rem;vertical-align:middle;}@media (max-width:910px){.hero__bottom__item__icon{font-size:1.111rem;}}.hero__bottom__item__text{margin:0;text-align:left;font-weight:600;padding-left:1.1666rem;}.hero__top{display:flex;flex-direction:column;justify-content:center;margin-top:5rem;}.hero__bottom__item__icon::after{content:attr(data-icon);}
