@import url("styles-core.css");

body {
  letter-spacing: 0;
}

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

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}
