:root {
  --solid-beige: #F6F5F2;
}

#landing-page.solve-landing-page-hero.solve-custom-page-hero {
  min-height: 70vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3rem 4%;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero::after {
  display: none;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .bg-image {
  -o-object-position: center center;
     object-position: center center;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .video-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  aspect-ratio: 3/5;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  width: 100%;
}
@media (min-width: 1250px) {
  #landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content {
    width: 80%;
  }
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner {
  text-align: left;
  display: block;
  max-width: none;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner h1 {
  font-family: "Baskerville", serif;
  margin: 0 0 1rem 0;
  opacity: 0;
  -webkit-animation: fade-up 1s ease 1s forwards;
          animation: fade-up 1s ease 1s forwards;
  font-size: clamp(2.6rem, 4.2vw, 4rem);
  line-height: clamp(3rem, 4.6vw, 4.4rem);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1500px) {
  #landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner h1 {
    font-size: clamp(2.6rem, 3.6vw, 5.5rem);
    line-height: clamp(2.8rem, 4vw, 5.6rem);
  }
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner p {
  font-size: clamp(1.2rem, 1vw, 2rem);
  line-height: clamp(1.6rem, 2.1vw, 2.4rem);
  font-family: "Independent", sans-serif;
  font-weight: 100;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: fade-up 1s ease 2s forwards;
          animation: fade-up 1s ease 2s forwards;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner ul {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: fade-up 1s ease 3s forwards;
          animation: fade-up 1s ease 3s forwards;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner li {
  color: var(--wp--preset--color--white);
  padding-left: 1.8rem;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner li.benefit-cta {
  padding-left: 0;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .inner li.benefit-cta::before {
  content: none;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .heyflow-widget-root form {
  background: #fff;
}
#landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .form-embed {
  background: var(--wp--preset--color--white);
  position: relative;
  padding: 0.75rem 2rem 0 2rem;
  margin-top: 4rem;
  opacity: 0;
  -webkit-animation: fade-in 0.5s ease 4s forwards;
          animation: fade-in 0.5s ease 4s forwards;
  -webkit-box-shadow: 0.1px 0.1px 20px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0.1px 0.1px 20px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media (min-width: 1250px) {
  #landing-page.solve-landing-page-hero.solve-custom-page-hero .hero-content .form-embed {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1250px) {
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-content-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-content-right .hero-content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-content-right .inner {
    text-align: right;
  }
}
@media (min-width: 1250px) {
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-content-centre {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-content-centre .hero-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-content-centre .inner {
    text-align: center;
  }
}
@media (min-width: 1250px) {
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-row-form-right .hero-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-row-form-right .hero-content .form-embed {
    margin-top: 0;
    margin-left: 4rem;
  }
}
@media (min-width: 1250px) {
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-row-form-left .hero-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-row-form-left .hero-content .inner h1 {
    -webkit-animation: fade-up 1s ease 2s forwards;
            animation: fade-up 1s ease 2s forwards;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-row-form-left .hero-content .inner p {
    -webkit-animation: fade-up 1s ease 3s forwards;
            animation: fade-up 1s ease 3s forwards;
  }
  #landing-page.solve-landing-page-hero.solve-custom-page-hero.is-style-row-form-left .hero-content .form-embed {
    margin-top: 0;
    margin-right: 4rem;
    -webkit-animation: fade-in 0.5s ease 1s forwards;
            animation: fade-in 0.5s ease 1s forwards;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}