.SectionHeroNeo{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:100vw;height:auto;padding:5rem 6vw 6vw;overflow:hidden}.SectionHeroNeo.theme-blue{color:#fff;background-color:var(--color-blue)}.SectionHeroNeo.theme-space{color:#fff;background-color:var(--color-space)}.SectionHeroNeo.theme-slate{color:#fff;background-color:var(--color-slate)}.SectionHeroNeo.theme-smoke{color:var(--color-space);background-color:var(--color-smoke)}.SectionHeroNeo .text{padding:0 6vw 0 0}.SectionHeroNeo .text__heading{font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.1;max-width:15ch;margin-bottom:.375em;text-transform:uppercase}.SectionHeroNeo .text__subheading{font-size:clamp(18px,3vw,24px);font-weight:200;line-height:1.3;max-width:35ch;margin-bottom:1.125em;opacity:.9}.SectionHeroNeo .text__caption{font-size:1rem;font-weight:200;line-height:1.4;max-width:45ch;margin-bottom:1.5rem;opacity:.8}.SectionHeroNeo .form-container,.SectionHeroNeo .image,.SectionHeroNeo .video{overflow:hidden;width:100%;z-index:1;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05)}.SectionHeroNeo .image-background{position:absolute;object-fit:cover;height:auto;width:100%;bottom:0;z-index:0;pointer-events:none}@media(max-width:880px){.SectionHeroNeo{grid-template-columns:1fr;gap:2rem;padding:6rem 6vw}}