*, *:before, *:after {
  box-sizing: inherit;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
ol, ul {
  list-style-type: none;
}
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
::-webkit-search-decoration, ::-webkit-search-cancel-button, ::-webkit-search-results-button, ::-webkit-search-results-decoration {
  display: none;
}
/*# sourceMappingURL=reset.css.map */