.block-frontpage-hero{align-items:center;background-color:var(--color--green-60);background-image:url(../../../img/illustrations/hero_bg.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:52.5rem;padding:2rem 1.5rem}@media (min-width:992px){.block-frontpage-hero{padding:4rem 5.5rem}}.block-frontpage-hero__logo{background-image:url(../../../img/icons/logo.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:.875rem;margin:auto auto 1.25rem;max-width:10.9rem;width:100%}.block-frontpage-hero__title{color:var(--color--blue)}.block-frontpage-hero__card{background:var(--color--white);border-radius:.5rem;box-shadow:0 10px 30px #0000000d;margin-top:5.75rem;max-width:52rem;padding:1.5rem 1rem;text-align:center;width:100%}@media (min-width:768px){.block-frontpage-hero__card{margin-top:3.75rem;padding:3.75rem 2.5rem}}.block-frontpage-hero__ingress{color:var(--color--blue);line-height:1.5;margin:auto auto 1.75rem;max-width:41rem}.block-frontpage-hero__form-wrapper{margin:0 auto;max-width:30.688rem}.block-frontpage-hero__form-wrapper .hero-form.error .hero-form-group{outline:var(--rnb--color--input-error-border) solid 2px;outline-offset:-2px}.block-frontpage-hero .hero-form-label{color:var(--color--blue);display:block;margin-bottom:.25rem;text-align:left}.block-frontpage-hero .hero-form-group{background-color:var(--color--beige-2);border-radius:.5rem;display:flex;gap:.6rem;padding:1.5rem 2rem}@media (max-width:992px){.block-frontpage-hero .hero-form-group{flex-direction:column}}.block-frontpage-hero .hero-form-group input{background-color:var(--color--beige-2);background-image:none;border:none;border-radius:.25rem;flex:1;font-size:1.5rem;outline:none;padding:.25rem .75rem}.block-frontpage-hero .hero-form-group input:where(:user-invalid,[aria-invalid=true]){background-color:var(--rnb--color--input-error-background);background-image:url(../../../img/icons/error.svg);background-position:right 1.25rem center;background-repeat:no-repeat;background-size:1.5rem;padding-right:3.25rem}.block-frontpage-hero .hero-form-group input::placeholder{color:var(--color--blue)}.block-frontpage-hero .hero-form-message{color:var(--color--error-red);font-size:.875rem;margin-top:.5rem;text-align:left}