.hero{align-items:center;background:var(--sitecover-secondary);color:var(--sitecover-white);display:flex;flex-direction:column;height:91dvh;justify-content:center;min-height:91vh;overflow:hidden;position:relative;width:100%}.hero__bg{height:100vh;inset:0;object-fit:cover;z-index:0}.hero__bg,.hero__content{position:absolute;width:100%}.hero__content{align-items:center;display:flex;flex-direction:column;left:50%;text-align:center;top:50%;transform:translate(-50%,-100%);z-index:1}.hero__tagline{background-color:hsla(0,0%,100%,.9);color:var(--sitecover-primary);font-size:.75rem;margin-bottom:1rem;padding:.25rem .75rem}.hero__heading{color:var(--sitecover-white);margin:0}.hero--no-cards{height:40rem;min-height:40rem}.hero--no-cards .hero__bg{height:40rem}.hero--no-cards .hero__content{transform:translate(-50%,-50%)}.hero__cards{align-items:stretch;bottom:0;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);position:absolute;width:100%}@media (min-width:1200px){.hero__cards{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}}.hero__card{align-items:center;background-color:var(--sitecover-white);color:var(--sitecover-primary);display:flex;flex-direction:column;justify-content:space-evenly;min-height:100%;padding:1.5rem 1rem;text-align:center}@media (min-width:992px){.hero__card{flex:1 1 0;max-width:none;min-width:19.4375rem;padding:2.8125rem 1.5rem}}.hero__card-title{color:var(--sitecover-primary);font-size:1rem;letter-spacing:.0125rem;margin-bottom:.25rem}@media (min-width:992px){.hero__card-title{font-size:1.75rem;line-height:2.25rem}}.hero__card-desc{color:var(--sitecover-secondary);font-size:.875rem}