* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

body {
  margin: 0;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
}

fieldset {
  border: none;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}
input[type=submit] {
  border: none;
}
input[type=submit]:disabled {
  cursor: not-allowed;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  resize: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1em;
  color: inherit;
}

ul {
  list-style: none;
}
ul.wp-block-list {
  list-style: disc;
}

ol.wp-block-list {
  list-style: decimal;
}

.wp-block-list {
  padding: revert;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}/*# sourceMappingURL=reset.css.map */