.section-contact-form .w-full input{
  border-bottom: 2px solid #7d7a77;
}
.section-contact-form .w-full textarea{
  border: 2px solid #7d7a77;
}
.section-contact-form .section-contact-form--form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.section-contact-form .input-wrapper {
  display: flex;
  flex-direction: column;
}
.section-contact-form .w-full,
.section-contact-form .w-partial {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-contact-form .w-partial {
    width: calc(50% - 7.5px);
  }
  .section-contact-form .form-success {
    display: inline-block;
  }
}
.section-contact-form
  .section-contact-form--submit-wrapper
  [data-spam-detection-disclaimer] {
  font-size: smaller;
}
.section-contact-form
  .section-contact-form--submit-wrapper
  [data-spam-detection-disclaimer]
  a {
  cursor: pointer;
}
.section-contact-form.homepage-sections-wrapper--light input:not(.btn),
.section-contact-form.homepage-sections-wrapper--light textarea {
  color: var(--color-scheme-light-text);
}
.section-contact-form.homepage-sections-wrapper--light
  input:not(.btn)::placeholder,
.section-contact-form.homepage-sections-wrapper--light textarea::placeholder {
  color: var(--color-scheme-light-text);
}
.section-contact-form.homepage-sections-wrapper--light input:not(.btn) {
  border-bottom-color: var(--color-scheme-light-text-transparent25);
}
.section-contact-form.homepage-sections-wrapper--light textarea {
  border-color: var(--color-scheme-light-text-transparent25);
}
.section-contact-form.homepage-sections-wrapper--accent input:not(.btn),
.section-contact-form.homepage-sections-wrapper--accent textarea {
  color: var(--color-scheme-accent-text);
}
.section-contact-form.homepage-sections-wrapper--accent
  input:not(.btn)::placeholder,
.section-contact-form.homepage-sections-wrapper--accent textarea::placeholder {
  color: var(--color-scheme-accent-text);
}
.section-contact-form.homepage-sections-wrapper--accent input:not(.btn) {
  border-bottom-color: var(--color-scheme-feature-text-transparent25);
}
.section-contact-form.homepage-sections-wrapper--accent textarea {
  border-color: var(--color-scheme-feature-text-transparent25);
}
.section-contact-form.homepage-sections-wrapper--dark input:not(.btn),
.section-contact-form.homepage-sections-wrapper--dark textarea {
  color: var(--color-scheme-dark-text);
}
.section-contact-form.homepage-sections-wrapper--dark
  input:not(.btn)::placeholder,
.section-contact-form.homepage-sections-wrapper--dark textarea::placeholder {
  color: var(--color-scheme-dark-text);
}
.section-contact-form.homepage-sections-wrapper--dark input:not(.btn) {
  border-bottom-color: var(--color-scheme-dark-text-transparent25);
}
.section-contact-form.homepage-sections-wrapper--dark textarea {
  border-color: var(--color-scheme-dark-text-transparent25);
}
