.home_hero{flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.home_hero .bkg_container{z-index:-1;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.home_hero .bkg_container .bkg{object-fit:cover}.home_hero a{color:#000d2e;background-color:#00ebac;border:1px solid #23ffc4;border-radius:8px;outline:none;align-self:center;margin-top:1rem;padding:.6rem 1.2rem;font-family:inherit;font-weight:500;transition:all .25s ease-in-out;display:inline-flex}.home_hero a[data-hovered],.home_hero a[data-pressed]{color:#001a5c;background-color:#23ffc4;box-shadow:0 0 8px 1px #00ebac}.home_hero_content{background-color:#000d2ee6;flex-direction:column;gap:1.5rem;width:100%;padding:1rem;display:flex;box-shadow:1px 1px 8px 1px #f0fffb}.home_hero_content h1{font-family:var(--font-roboto);font-size:clamp(1rem,.886rem + .568vw,1.25rem);font-weight:400}.home_hero_content .subtitle{color:#fff;font-family:var(--font-merienda);text-align:center;font-size:clamp(2rem,1.814rem + .93vw,2.5rem)}@media screen and (max-width:500px){.home_hero_content .subtitle{font-size:1.6rem}}.home_hero_content h1,.home_hero_content span{text-align:center}@media screen and (min-width:970px){.home_hero_content p{text-align:center}}@media screen and (min-width:768px){.home_hero_content{border-radius:10px;width:75%}}
