.form_section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 82px;
  position: relative;
}
.form_section-wrapper .logotypes-banner {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 40px;
}
.trusted-widgets-wrapper__widgets--widget:hover {
  color: inherit!important;
}
.form_section-wrapper .logotypes-banner .logo-wrapper {
  display: flex;
  align-items: center;
}
max-width: 200px;
}
.form_section-wrapper.style-dark .h2, .form_section-wrapper.style-dark .subtitle, .form_section-wrapper.style-dark .p-massive, .form_section-wrapper.style-dark .p-small {
  color: var(--body-text) !important;
}

.form_section-wrapper .right-column__image {
  display: flex; 
  justify-content: center;
  margin-bottom: 35px;
}

.form_section-wrapper.style-light .h2, .form_section-wrapper.style-light .subtitle, .form_section-wrapper.style-light .p-massive, .form_section-wrapper.style-light .text-box-wrapper .p-small  {
  color: #FFF;
}
.form_section-wrapper.style-dark .h2, .form_section-wrapper.style-dark .subtitle, .form_section-wrapper.style-dark .p-massive, .form_section-wrapper.style-dark .text-box-wrapper .p-small  {
  color: #000;
}
.form_section-wrapper .content-wrapper .subtitle {
  opacity: 0.8;
}

.form_section-wrapper .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.form_section-wrapper .column-half a {
  display: block;
  color: #0E9E73 !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0em !important;
}


.form_section-wrapper .text-box-wrapper p {
  margin-bottom: 32px !important;
}


.form_section-wrapper .text-box-wrapper,
.form_section-wrapper .right-column {
  width: 50%;
}

.form_section-wrapper .right-column {
  max-width: 463px;
}


.dnd_area-row-0-background-image::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  position: absolute;
  top: 0;
  left: 0;
}


.columns-wrapper__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 64px 0 0;
}
.form_section-wrapper .additional-richtext-wrapper {
  margin: 32px 0 0;
}
.columns-wrapper .column-half {
  grid-column: span 1 / span 1;
}

.columns-wrapper .column-full {
  grid-column: span 2 / span 2;
}

.text-box-wrapper .columns-wrapper .p-massive {
  font-weight: 600 !important;
  letter-spacing: -0.06em !important;
  margin-bottom: 1em !important; 
}

.text-box-wrapper .columns-wrapper .p-small {
  opacity: 0.6;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 1200px) {
  .columns-wrapper .big-column-full {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 500px) {
  .columns-wrapper .column-half {
    grid-column: span 2 / span 2;
  }
}

/* FORM */
.right-column__form {
  padding: 24px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0px 28px 28px rgba(0,0,0,0.05);
}

.right-column__form h3 {
  margin-bottom: 12px !important;
}

.right-column__form .hs-button {
  width: 100%;
  height: 52px;
}

.right-column__form input, 
.right-column__form textarea,
.right-column__form select {
  border-radius: 8px;
  border: 1px solid var(--gray-200) !important;
  background: var(--gray-50);
  padding: 14px !important;
  font-size: 1rem !important;
}

.right-column__form select {
  padding: 11px 14px !important;
}

.right-column__form textarea {
  min-height: 144px;
}

.right-column__form input::-ms-input-placeholder,
.right-column__form input::placeholder,
.right-column__form textarea::-ms-input-placeholder,
.right-column__form textarea::placeholder{ 
  color: var(--gray-400);
}

.right-column__form .hs-form-booleancheckbox p {
  font-size: 12px !important;
  color: var(--gray);
}

.right-column__form .hs-form-field > label {
  color: var(--text-color);
}

.right-column__form .legal-consent-container {
  margin: 24px 0px 24px;
}

.right-column__form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 36px;
}

.right-column__form .legal-consent-container .hs-form-booleancheckbox-display input {
  height: 24px !important;
  margin-top: 3px;
  width: 24px !important;
  padding: 0px !important;
  border-radius: 4px !important;
  border: 1px solid var(--light-gray) !important;
  appearance: none;
  -webkit-appearance: none;
  background: var(--white);
}

.right-column__form label.hs-error-msg {
  font-weight: 600 !important;
  margin-top: 0px !important;
}

span.hs-form-required {
  margin-left: 4px;
}

.submitted-message {
  border-radius: 8px;
  background: #ECFDF3;
  border: 1px solid #D1FADF;
  padding: 40px 20px;
  color: #05603A !important;
  text-align: center;
}

.submitted-message p {
  font-weight: 700 !important;
  max-width: 400px;
  margin: 0 auto !important;
  font-size: 1rem !important;
}

.hs_error_rollup {
  display: none !important;
}

.right-column__form .legal-consent-container .hs-form-booleancheckbox-display input:checked {
  background: var(--brand) !important;
  border: 1px solid var(--brand) !important;
  position: relative;
}

.right-column__form .legal-consent-container .hs-form-booleancheckbox-display input:checked:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  height: 10px;
  width: 5px;
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  margin-top: -1px !important;
}

.right-column__form .legal-consent-container .hs-form-booleancheckbox-display input:focus {
  outline: none !important;
}

.right-column__form label.hs-form-booleancheckbox-display {
  cursor: pointer;
}


@media only screen and (max-width: 1200px) {
  .form_section-wrapper .trusted-widgets-wrapper__widgets {
    justify-content: center;
  }

  .form_section-wrapper .right-column {
    max-width: auto;
  }

  .form_section-wrapper .text-box-wrapper {
    width: 100%;
    max-width: 700px;
    text-align: center;
  }

  .form_section-wrapper .right-column {
    width: 100%;
    max-width: 900px;
  }
}

@media(max-width: 576px) {
  .form_section-wrapper .logotypes-banner {
    flex-wrap: wrap; 
    row-gap: 40px;
  }
  .form_section-wrapper .logotypes-banner .logo-wrapper {
    width: calc(50% - 20px);
    justify-content: center;
  }
}
