.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.button:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

.lead-reference {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 5px;
  background: #eef5f8;
  color: var(--navy) !important;
  font: 700 11px Manrope, sans-serif;
  margin: 14px auto 0 !important;
  letter-spacing: .03em;
}

.consent a {
  color: var(--navy);
  text-decoration: underline;
}

