.ms4s-hero {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 100%), radial-gradient(192.55% 81.88% at 39.82% 27.34%, #DFE4B8 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
}
.ms4s-hero-top {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 5vw;
  min-height: 80vh;
}
@media all and (max-width: 680px) {
  .ms4s-hero-top {
    flex-flow: column;
    align-items: flex-start;
    padding: 5vh 0;
  }
}
.ms4s-hero__content {
  width: 50vw;
  max-width: 800px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3vh;
  z-index: 3;
}
@media all and (max-width: 680px) {
  .ms4s-hero__content {
    width: 90vw;
  }
}
.ms4s-hero__content-title {
  font-weight: normal;
}
.ms4s-hero__content .s4s-button {
  width: auto;
}
.ms4s-hero__content-card {
  font-style: italic;
}
.ms4s-hero__centered-content-title {
  text-align: center;
}
.ms4s-hero__centered-content-text {
  text-align: center;
}
.ms4s-hero__centered-content-form {
  display: flex;
  padding: 4vh 2vw;
  background-color: #EBEBEB;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 4vh 0;
}
.ms4s-hero__centered-content-form-image {
  box-shadow: -30px 30px 0px var(--wp--preset--color--green-300);
  margin-left: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.ms4s-hero__image {
  max-width: 45vw;
  max-height: 90%;
  position: absolute;
  right: 0;
}
.ms4s-hero__image img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 680px) {
  .ms4s-hero__image {
    z-index: 1;
    max-width: 65vw;
    opacity: 0.3;
  }
}

.registration-form-box {
  margin: 0 auto;
  max-width: 400px;
  font-size: var(--font-size-body-sm);
  text-align: center;
}
/*# sourceMappingURL=child-main.css.map */
