.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer a {
  color: inherit;
}

.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-form-status {
  margin-top: 16px;
  font-family: basis-grotesque-medium, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #121111;
}

.contact-form-status.is-success {
  color: #121111;
}

.contact-form-status.is-error {
  color: #8a1f1f;
}

.wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}

.contact-map {
  display: block;
  width: 100%;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 8px;
}

#contact .text-emphasis a {
  color: inherit;
  text-decoration: none;
}

#contact .text-emphasis a:hover {
  text-decoration: underline;
}
