body.home .lfdl-home-contact-native {
  display: block;
  flex: 1 1 100%;
  width: 100%;
}

body.home .lfdl-home-contact-native__field {
  margin: 0 0 19px;
}

body.home .lfdl-home-contact-native label {
  display: block;
  margin: 0 0 10px;
  color: var(--lfdl-ink);
  font-size: 13px;
  font-weight: 400;
}

body.home .lfdl-home-contact-native input,
body.home .lfdl-home-contact-native textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(45, 51, 47, .58);
  border-radius: 0;
  padding: 14px;
  color: var(--lfdl-ink);
  background: rgba(255, 255, 255, .18);
  font-size: 14px;
  font-weight: 300;
}

body.home .lfdl-home-contact-native textarea {
  min-height: 176px;
  resize: vertical;
}

body.home .lfdl-home-contact-native input:focus,
body.home .lfdl-home-contact-native textarea:focus {
  border-color: var(--lfdl-forest);
  outline: 3px solid rgba(21, 91, 59, .18);
  outline-offset: 2px;
}

body.home .lfdl-home-contact-native__actions {
  margin: 0;
}

body.home .lfdl-home-contact-native button {
  width: 100%;
  min-height: 67px;
  border: 1px solid var(--lfdl-forest);
  border-radius: 0;
  padding: 18px 24px;
  color: #fff;
  background: rgba(14, 89, 56, .9);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

body.home .lfdl-home-contact-native button:hover,
body.home .lfdl-home-contact-native button:focus {
  color: var(--lfdl-forest-dark);
  background: #fff;
}

body.home .lfdl-home-contact-native button:disabled {
  cursor: wait;
  opacity: .7;
}

body.home .lfdl-home-contact-native__notice {
  margin: 0 0 19px;
  border-left: 4px solid var(--lfdl-forest);
  padding: 14px 15px;
  color: var(--lfdl-ink);
  background: #edf5ef;
  font-size: 14px;
  line-height: 1.5;
}

body.home .lfdl-home-contact-native__notice--error {
  border-left-color: #a83b31;
  background: #fbefed;
}

body.home .lfdl-home-contact-native__recaptcha-notice {
  margin: 14px 0 0;
  color: #676c67;
  font-size: 11px;
  line-height: 1.5;
}

body.home .lfdl-home-contact-native__recaptcha-notice a {
  color: inherit;
  text-decoration: underline;
}

body.home .lfdl-home-contact-native__honeypot {
  position: absolute !important;
  left: -9999px !important;
}
