html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}
a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

p, a {
  line-height: 1;
}

.wpcf7-spinner {
  display: none !important;
}/*# sourceMappingURL=reset.css.map */