.gfc.module-form {
  overflow: unset;
  position: relative;
}
.gfc.module-form .stage {
  position: relative;
  height: 100%;
}
@media (min-width: 992px) {
  .gfc.module-form .stage {
    height: var(--height);
  }
}
.gfc.module-form .stage::before {
  display: none;
}
@media (min-width: 992px) {
  .gfc.module-form .stage::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    top: 0;
    background-color: var(--bg-color);
    height: var(--height);
    left: calc((50vw - 100%) / -2);
  }
}
.gfc.module-form .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-form .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-form .stage .hero-content > .row {
  flex-wrap: wrap-reverse;
}
@media (min-width: 992px) {
  .gfc.module-form .stage .hero-content > .row {
    flex-wrap: wrap;
  }
}
.gfc.module-form .stage .hero-content .left-image-container {
  position: relative;
}
.gfc.module-form .stage .hero-content .left-image-container::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 60%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-form .stage .hero-content .left-image-container {
    position: unset;
  }
  .gfc.module-form .stage .hero-content .left-image-container::before {
    display: none;
  }
}
.gfc.module-form .stage .hero-content .left-image-container .left-image {
  box-shadow: 4px 4px 10px 2px rgba(64, 66, 71, 0.2);
}
@media (min-width: 992px) {
  .gfc.module-form .stage .hero-content .left-image-container .left-image {
    position: absolute;
    left: -15.6vw;
    width: calc(50% + 7vw);
    object-fit: cover;
    min-height: 800px;
  }
}
.gfc.module-form .stage .hero-content .grey-mobile {
  position: relative;
}
.gfc.module-form .stage .hero-content .grey-mobile::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  z-index: -1;
}
@media (min-width: 992px) {
  .gfc.module-form .stage .hero-content .grey-mobile {
    position: unset;
    padding-left: 3rem;
  }
  .gfc.module-form .stage .hero-content .grey-mobile::before {
    display: none;
  }
}
.gfc.module-form .stage .hero-content .grey-mobile h2,
.gfc.module-form .stage .hero-content .grey-mobile .sub-heading {
  color: var(--font-color, #1E2127);
}
.gfc.module-form .stage .hero-content .grey-mobile .sub-heading {
  font-size: clamp(18px, 4vw, 20px);
  line-height: clamp(28px, 4vw, 30px);
  font-weight: 400;
}
.gfc.module-form .stage .hero-content .grey-mobile form label {
  color: #000;
  font-family: Assistant, sans-serif;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(26px, 4vw, 30px);
  font-weight: 700;
}
.gfc.module-form .stage .hero-content .grey-mobile form label .asterisk {
  color: #C50023;
}
.gfc.module-form .stage .hero-content .grey-mobile form .form-control {
  --bs-body-bg: #fff;
  --bs-border-radius: 4px;
  --bs-body-color: #000;
  --bs-border-width: 1px;
  --bs-border-color: #E4E4E5;
  font-size: inherit;
  padding: 1rem 0.7rem;
}
.gfc.module-form .stage .hero-content .grey-mobile form .disclaimer {
  color: #404247;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gfc.module-form .ribbons.top.right {
    --ribbons-bottom-right-thin-width: 31%;
    --ribbons-bottom-right-thin-height: 3px;
    --ribbons-bottom-right-thin-bgcolor: #BA093D;
  }
  .gfc.module-form .ribbons.top.right .thin {
    position: relative;
    z-index: 2;
    left: calc(100vw - var(--ribbons-bottom-right-thin-width));
    width: var(--ribbons-bottom-right-thin-width, 30%);
    height: var(--ribbons-bottom-right-thin-height, 3px);
    background-color: var(--ribbons-bottom-right-thin-bgcolor, #BA093D);
  }
}
@media (min-width: 992px) {
  .gfc.module-form .ribbons.bottom.left {
    --ribbons-bottom-left-thin-width: 31%;
    --ribbons-bottom-left-thin-height: 3px;
    --ribbons-bottom-left-thin-bgcolor: #BA093D;
    --ribbons-bottom-left-thick-width: 27%;
    --ribbons-bottom-left-thick-height: 49px;
    --ribbons-bottom-left-thick-bgcolor: #9F0A3D;
  }
  .gfc.module-form .ribbons.bottom.left .thin {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(var(--ribbons-bottom-left-thick-height) * 2);
    width: var(--ribbons-bottom-left-thin-width, 30%);
    height: var(--ribbons-bottom-left-thin-height, 3px);
    background-color: var(--ribbons-bottom-left-thin-bgcolor, #BA093D);
  }
  .gfc.module-form .ribbons.bottom.left .thick {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: calc(var(--ribbons-bottom-left-thick-height) / 2);
    width: var(--ribbons-bottom-left-thick-width, 40%);
    height: var(--ribbons-bottom-left-thick-height, 50px);
    background-color: var(--ribbons-bottom-left-thick-bgcolor, #9F0A3D);
  }
}
.gfc.module-form .ribbons.bottom.right {
  --ribbons-bottom-right-thin-width: 30%;
  --ribbons-bottom-right-thin-height: 3px;
  --ribbons-bottom-right-thin-bgcolor: #BA093D;
  --ribbons-bottom-right-thick-width: 40%;
  --ribbons-bottom-right-thick-height: 35px;
  --ribbons-bottom-right-thick-bgcolor: #9F0A3D;
  position: relative;
  height: calc(var(--ribbons-bottom-right-thick-height) * 2);
}
.gfc.module-form .ribbons.bottom.right .thin {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 10px;
  bottom: var(--ribbons-bottom-right-thick-height);
  width: var(--ribbons-bottom-right-thin-width, 30%);
  height: var(--ribbons-bottom-right-thin-height, 3px);
  background-color: var(--ribbons-bottom-right-thin-bgcolor, #BA093D);
}
.gfc.module-form .ribbons.bottom.right .thick {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: calc(var(--ribbons-bottom-right-thick-height) / 5);
  width: var(--ribbons-bottom-right-thick-width, 40%);
  height: var(--ribbons-bottom-right-thick-height, 50px);
  background-color: var(--ribbons-bottom-right-thick-bgcolor, #9F0A3D);
}
@media (min-width: 992px) {
  .gfc.module-form .ribbons.bottom.right {
    display: none;
  }
}

/*# sourceMappingURL=module-form.css.map */
