.heading {
  align-self: stretch;
  position: relative;
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
}
.pointer {
  cursor: pointer;
}
.contact_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.container-parent-dark input.text,
.container-parent-dark input.title,
.container-parent-dark input[type="email"],
.container-parent-dark input[type="password"],
.container-parent-dark input[type="tel"],
.container-parent-dark input[type="text"],
.container-parent-dark select,
.container-parent-dark textarea {
  background-color: transparent;
  border: 1px solid rgba(13, 17, 31, 0.4) !important;
  border-radius: 4px;
  color: var(--Primary-Black, #000) !important;
  padding: 10px 20px;
  height: 44px;
  width: 100%;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* Error state for inputs */
.container-parent-dark input.error,
.container-parent-dark textarea.error {
  border: 2px solid #c8100d !important;
  padding-right: 48px; /* Make room for the error icon */
}

/* Position the error icon */
.trailing-icon-error {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
}

/* Show error icon when input has error */
.has-error .trailing-icon-error {
  display: flex;
}

/* Error message styling */
.supporting-text {
  width: 100%;
  margin: 0 !important;
  position: absolute;
  right: 0px;
  bottom: -19px;
  left: 0px;
  height: 20px;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0px 0px;
  box-sizing: border-box;
  z-index: 2;
  font-size: 14px;
  color: #c8100d;
}

/* Show error message when input has error */
.has-error .supporting-text {
  display: flex;
}

/* Newsletter form white styling */
.news_letter_form.container-parent-dark {
  display: flex !important;
  flex-direction: row;
}

.news_letter_form.container-parent-dark input.text,
.news_letter_form.container-parent-dark input.title,
.news_letter_form.container-parent-dark input[type="email"],
.news_letter_form.container-parent-dark input[type="password"],
.news_letter_form.container-parent-dark input[type="tel"],
.news_letter_form.container-parent-dark input[type="text"],
.news_letter_form.container-parent-dark select,
.news_letter_form.container-parent-dark textarea {
  border: 1px solid var(--glesys-white) !important;
  color: var(--glesys-white) !important;
}

.news_letter_form.container-parent-dark input::placeholder {
  color: var(--glesys-white) !important;
}

.news_letter_form.container-parent-dark input:focus {
  border: 1px solid var(--glesys-white) !important;
}

/* Newsletter form error states - override white styling with red */
.news_letter_form.container-parent-dark input.error,
.news_letter_form.container-parent-dark textarea.error {
  border: 2px solid #c8100d !important;
  color: #c8100d !important;
}

/* Color white class */
.color-white {
  color: white !important;
}

/* Newsletter form label hiding */
.news_letter_form .newsletter-label {
  display: none !important;
}

.news_letter_form .newsletter-field .text-field {
  display: none;
}

/* Newsletter form horizontal layout */
.newsletter-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.newsletter-form-wrapper .news_letter_form.container-parent-dark .container1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.newsletter-form-wrapper
  .news_letter_form.container-parent-dark
  .input-field-parent {
  flex: 1;
  min-width: 250px;
}

.newsletter-form-wrapper .news_letter_form.container-parent-dark .container3 {
  flex-shrink: 0;
  align-self: flex-start;
}

.newsletter-form-wrapper .root-body-privacy {
  margin: 0;
  color: white !important;
}

/* Fix error message positioning in newsletter forms */
.newsletter-form-wrapper .supporting-text {
  position: static !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

/* Remove input field gap in newsletter forms */
.newsletter-form-wrapper .input-field {
  gap: 0 !important;
}

.container-parent-dark input::placeholder {
  color: var(--Primary-Black, #000);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.container-parent-dark input:focus {
  border-radius: 4px;
  border: 1px solid var(--Indigo-900, #0d111f) !important;
}
.fill-in-your {
  position: relative;
  line-height: 130%;
  color: #0d111f;
}
.headline {
  position: relative;
  line-height: 120%;
  font-weight: 500;
}
.text-field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.placeholder-text {
  flex: 1;
  position: relative;
  line-height: 120%;
}
.text-field1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.input-field {
  flex: 1;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.input-field-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.text-field6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.div3 {
  position: relative;
  line-height: 120%;
  font-weight: 500;
  opacity: 0;
}
.text-field16 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  z-index: 0;
  color: #000;
}
.text-field17 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.trailing-icon {
  width: 48px;
  height: 48px;
  display: none;
}
textarea {
  align-self: stretch !important;
  border-radius: 4px !important;
  border: 1px solid rgba(13, 17, 31, 0.4) !important;
  box-sizing: border-box !important;
  height: 74px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 8px 16px !important;
  z-index: 1 !important;
  resize: none;
}
.button8 {
  width: 100%;
}
.button {
  width: 100%;
  position: relative;
}

/* Error icon styling */
.trailing-icon-error {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Hide error icon by default */
.trailing-icon-error {
  display: none;
}

/* Show error icon when input has error class */
.input-field.has-error .trailing-icon-error {
  display: flex;
}
.supporting-text {
  width: 100%;
  margin: 0 !important;
  position: absolute;
  right: 0px;
  bottom: -19px;
  left: 0px;
  height: 20px;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4px 0px 0px;
  box-sizing: border-box;
  z-index: 2;
  font-size: 14px;
  color: #c8100d;
}

/* Show error message when input has error */
.input-field.has-error .supporting-text {
  display: flex;
}
.input-field8 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: 8px;
  color: rgba(0, 0, 0, 0.4);
}
.container1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.i-would-like {
  flex: 1;
  position: relative;
  line-height: 130%;
  z-index: 0;
}
.container2 {
  width: 18px;
  position: relative;
  border-radius: 2px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  height: 18px;
}
.state-layer {
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 11px;
}
.checkboxes {
  margin: 0 !important;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
  z-index: 1;
}
.checkbox-button {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 0px 14px 48px;
  position: relative;
  color: #0d111f;
}
.button9 {
  border-radius: 4px;
  background-color: #0d111f;
  border: 1px solid #0d111f;
  box-sizing: border-box;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
}
.container3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
}
.container-parent-dark {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.container-form {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-family: Aeonik;
  padding: 64px 40px;
}

/* Mobile Styles */
@media screen and (max-width: 980px) {
  .input-field-parent {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .input-field {
    width: 100% !important;
  }
  .container1 {
    gap: 24px !important;
  }
  .container-form {
    padding: 0px !important;
    gap: 40px !important;
  }
  #contact-image-hide {
    display: none !important;
  }

  .container-parent-dark {
    gap: 24px !important;
  }
  .success-banner {
    margin-left: 0px !important;
    margin-right: 16px !important;
  }
  .not-required {
    display: none !important;
  }

  /* Newsletter form mobile layout */
  .news_letter_form.container-parent-dark {
    flex-direction: column !important;
  }

  .newsletter-form-wrapper {
    gap: 16px !important;
  }

  .newsletter_body .et_pb_text_inner {
    gap: 8px !important;
    display: flex;
    flex-direction: column !important;
  }
}