.hero-page{background-color:#fff;flex-direction:column;justify-content:space-between;min-height:97vh;padding:2rem;font-family:sans-serif;display:flex}.hero-page__header{display:flex}.hero-page__header:after{content:"";flex:1;display:block}.hero-page__header-text{flex-direction:column;justify-content:center;align-items:center;width:2.4rem;display:flex}@media (min-width:720px){.hero-page__header-text{width:4rem;font-size:3.2rem}}.hero-page__content{flex-direction:column;align-items:center;gap:4rem;display:flex}.hero-page__title-group{flex-direction:column;display:flex}.hero-page__title-group h1{text-transform:uppercase;font-size:9.6rem}@media (min-width:720px){.hero-page__title-group h1{font-size:16rem}}.hero-page__title-group h2{color:#666;text-align:center;font-size:2.4rem;font-weight:lighter}@media (min-width:720px){.hero-page__title-group h2{font-size:4rem}}.hero-page__status{color:#fff;background-color:orange;padding:1rem 2rem;font-size:3.2rem;font-style:italic}@media (min-width:480px){.hero-page__status{font-size:4.8rem}}@media (min-width:720px){.hero-page__status{font-size:6.4rem}}.hero-page__footer{color:#aaa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;font-size:1.2rem;display:flex}.hero-page__footer-links{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (min-width:480px){.hero-page__footer-links{flex-direction:row}}.hero-page__footer-links>a{color:inherit}
