*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow: overlay;
  word-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  font: inherit;
  color: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

picture,
video,
figure {
  display: block;
}

img {
  display: block;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

input {
  display: block;
  background-color: #fff;
  outline: 0;
  border: none;
}

button {
  font-family: inherit;
  font-size: 100%;
  border: 0;
  outline: none;
  background-color: #fff;
  cursor: pointer;
}

/*# sourceMappingURL=reset.css.map */
