.dual-hero-section {
  position: relative;
  padding: 160px 0;
  margin-top: -1px;
}
label.hs-error-msg {
  display: none !important;
}
.submitted-message > p {
  font-size: 20px;
  line-height: 30px;
}
.dual-hero-section.grad1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(85.36deg, #6f618d 11.89%, #ccb4ff 100%);
}
.dual-hero-section.grad2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(79.93deg, #00a595 2.21%, #d6e8e5 102.19%);
}
.dual-hero-section.grad3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(
      96.93deg,
      var(--green-dark) -10.41%,
      var(--green-hover) 119.22%
    );
}
.dual-hero-wrapper {
  max-width: 100%;
  min-width: 100%;
  column-gap: 24px;
}
.custom-form-holder {
  padding: 80px 56px;
  background-color: var(--green-dark);
  clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0% 100%);
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% calc(100% - 40px), 0% 100%);
  min-width: 470px;
}
.custom-form-holder form label {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
  max-width: 350px;
}
.custom-form-holder .hs-custom-form form .hs-fieldtype-booleancheckbox label {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.custom-form-holder .hs-custom-form form .actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.custom-form-holder form input[type="checkbox"] + label {
  margin: 0 5px !important;
}
.custom-form-holder form input:not([type="checkbox"]) {
  border-radius: 8px;
}
.custom-form-holder form input[type="checkbox"] {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 2px;
  width: 24px !important;
  height: 24px;
  accent-color: var(--neutrals-obsidian);
}
.custom-form-holder form input[type="submit"] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 16px;
  font-family: "Maison Neue Extended";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--green-dark);
  transition: all 0.2s linear;
  border: none;
  width: max-content;
  background-color: var(--green-4);
}
.custom-form-holder form input[type="submit"]:disabled {
  cursor: not-allowed !important;
}
@media screen and (min-width: 992px) {
  .dual-hero-section {
    padding: 120px 0;
  }
  .dual-hero-wrapper {
    max-width: 1312px;
    min-width: unset;
    width: 100%;
    margin: 0 auto;
  }
  .dual-hero-wrapper .content {
    max-width: 640px;
    margin-top: 72px;
  }
  .dual-hero-wrapper h1 {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 8rem;
  }
}
@media screen and (max-width: 1352px) {
  .dual-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .dual-hero-section.no-clip {
    clip-path: none;
  }
  .custom-form-holder {
    min-width: 50%;
  }
  .custom-form-holder form {
    gap: 20px;
  }
  .custom-form-holder .h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .close-btn {
    position: absolute;
    top: 40px;
    right: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .dual-hero-section {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .dual-hero-section.short-form {
    padding-top: 120px;
  }
  .dual-hero-section h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .custom-form-holder {
    max-width: 470px;
    min-width: auto;
    width: 100%;
    padding: 64px 16px;
    margin: 0 auto -200px;
    z-index: 2;
  }
  .custom-form-holder form {
    gap: 1.6rem;
  }
  .custom-form-holder .hs-custom-form form .actions {
    margin-top: 24px;
  }
  .custom-form-holder form input[type="checkbox"] + label {
    font-size: 1.2rem !important;
    line-height: 2.2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .dual-hero-wrapper .content {
    text-align: center;
  }
  .dual-hero-wrapper p:not(.h3) {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 4px;
  }
}
#bg-overlay {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
  top: 0;
  left: 0;
}
#bg-overlay-success {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
  top: 0;
  left: 0;
}
.form-modal {
  display: none;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 520px;
  max-width: calc(100vw - 40px);
  background: var(--green-dark);
  position: absolute;
  padding: 60px 40px 60px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  z-index: 101;
}
#success-modal.form-modal {
  top: 2%;
}
.form-modal .modal-content,
.form-modal .modal-content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.form-modal .modal-content a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.form-modal .modal-content a:hover,
.form-modal .modal-content a:focus {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}
.form-modal .close-form-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  @media screen and (min-width: 992px) {
    .dual-hero-wrapper .custom-form-holder {
      margin-right: 24px;
    }
  }
  .dual-hero-section .dual-hero-wrapper .content > * ~ * {
    margin-top: 32px;
  }
  .dual-hero-wrapper .custom-form-holder form > * ~ * {
    margin-top: 32px;
  }
}
#mkt {
  opacity: 0;
  height: 0;
}
.loader-holder {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #00000033;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
