.section-contact-form .section-contact-form--form{display:flex;flex-wrap:wrap;row-gap:15px;column-gap:20px}.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% - 10px)}.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}.border-radius-round .section-contact-form textarea{padding:10px 18px}.section-contact-form.color-scheme--light input:not(.btn),.section-contact-form.color-scheme--light textarea{color:var(--color-scheme-light-text)}.section-contact-form.color-scheme--light input:not(.btn)::placeholder,.section-contact-form.color-scheme--light textarea::placeholder{color:var(--color-scheme-light-text)}.section-contact-form.color-scheme--light input:not(.btn){border-bottom-color:var(--color-scheme-light-text-transparent25)}.section-contact-form.color-scheme--light textarea{border-color:var(--color-scheme-light-text-transparent25)}.section-contact-form.color-scheme--accent input:not(.btn),.section-contact-form.color-scheme--accent textarea{color:var(--color-scheme-accent-text)}.section-contact-form.color-scheme--accent input:not(.btn)::placeholder,.section-contact-form.color-scheme--accent textarea::placeholder{color:var(--color-scheme-accent-text)}.section-contact-form.color-scheme--accent input:not(.btn){border-bottom-color:var(--color-scheme-feature-text-transparent25)}.section-contact-form.color-scheme--accent textarea{border-color:var(--color-scheme-feature-text-transparent25)}.section-contact-form.color-scheme--dark input:not(.btn),.section-contact-form.color-scheme--dark textarea{color:var(--color-scheme-dark-text)}.section-contact-form.color-scheme--dark input:not(.btn)::placeholder,.section-contact-form.color-scheme--dark textarea::placeholder{color:var(--color-scheme-dark-text)}.section-contact-form.color-scheme--dark input:not(.btn){border-bottom-color:var(--color-scheme-dark-text-transparent25)}.section-contact-form.color-scheme--dark textarea{border-color:var(--color-scheme-dark-text-transparent25)}

  .section-contact-form {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    position: relative;
  }
  .section-title {
    font-family: "American Purpose" !important;
    font-weight: 400;
    font-size: 38px !important;
    line-height: 52px;
     text-align: center;
  }
  .section-description p {
    font-size: 17px;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    padding-bottom: 45px;
    padding-top: 15px;
    color: #582B1B;
  }
  .template-contact .section-contact-form input:not(.alt-input):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=submit]):not([type=hidden]):not(.btn),
  .template-contact .section-contact-form textarea{
    color: #512e1f !important;
  }
  .template-contact .section-contact-form input::placeholder,
  .template-contact .section-contact-form textarea::placeholder {
    color: #512e1f !important;
    opacity: 0.8 !important;
  }
  .input-wrapper input, textarea {
    border: 1px solid #f1d0c2 !important;
    max-width: 410px !important;
    width: 100%;
    padding: 12px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    border-radius: 10px !important;
    color: var(--chocolate_three) !important;
  }
  .reason-dropdown {
      margin: 0;
  }
  .reason-dropdown select {
      border: 1px solid #f1d0c2 !important;
      width: 100%;
      padding: 12px !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 24px !important;
      border-radius: 10px !important;
      color: #512e1f !important;
      opacity: 0.8 !important;
      appearance: auto;
  }
  .input-wrapper textarea {
    height: 230px;
    max-width: 834px !important;
    width: 100%;
    margin: 0 auto;
    display: block;
    opacity: 0.8 !important;
  }
  .width--narrow{
    max-width: 834px;
  }
  .section-contact-form--submit-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-contact-form--submit-wrapper p, 
  .section-contact-form--submit-wrapper p a {
    font-size: 19px !important;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    line-height: 33px;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    color: var(--chocolate_three) !important;
  }
  .section-contact-form--submit-wrapper button {
    max-width: 456px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 40px;
    border-radius: 6px;
    border: 1px solid #582B1B;
    background: #582B1B;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
  }
  .section-contact-form--submit-wrapper button:hover {
    color: #582B1B;
    background: #FFF;
    border-radius: 72px;
  }
  .section-title--wrapper{
    margin-bottom: 0px;
  }
  .section-description{
    margin: 0 !important;
  }
  .input-wrapper input {
    height: 46px !important;
  }
  p.note.form-success {
    position: absolute;
    bottom: 20px;
    left: 165px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 510px;
    font-size: 16px;
    font-weight: 400;
    font-family: "LatoLatin-Regular", sans-serif;
    border-radius: 8px;
    border: 1px solid #f1d0c2;
    background: #f6e9cf;
    color: #8A4730;
  }
  .section-contact-form .section-contact-form--form {
    position: relative;
  }

  @media screen and (max-width: 1024px) {
    .section-contact-form {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
    }
    .section-title{
      font-size: 32px !important;
    } 
    .section-description {
      max-width: 100% !important;
    }
    .section-description p{
      font-size: 14px;
      line-height: 24px;
    }
    .section-contact-form--submit-wrapper p a,
    .section-contact-form--submit-wrapper p{
      font-size: 16px !important;
      line-height: 23px;
    }
    .width--narrow {
      max-width: 690px;
    }
    .input-wrapper input {
      height: 39px !important;
    }
    .input-wrapper textarea{
      height: 192px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .section-contact-form--submit-wrapper button{
      margin-bottom: 10px;
    }
    .section-contact-form {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
    }
    .width--narrow {
      max-width: 308px;
    }
    .input-wrapper input {
      height: 35px !important;
    }
    .input-wrapper textarea{
      height: 174px;
    }
    .section-contact-form--submit-wrapper p a,
    .section-contact-form--submit-wrapper p {
      font-size: 12px !important;
      line-height: 12px;
    }
    .section-contact-form--submit-wrapper button{
      margin-bottom: 20px;
    }
    .section-description p{
      line-height: 16px;
    }
    .reason-dropdown select{
      padding: 7px !important;
    }
  }
  @media screen and (max-width: 425px){
    .width--narrow {
      max-width: 100%;
    }
  }
