/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
input,
textarea {
  font-size: 4.26667vw;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 3.73333vw;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 3.73333vw;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 3.73333vw;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 3.73333vw;
}
input::placeholder,
textarea::placeholder {
  font-size: 3.73333vw;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  pointer-events: none;
}
img,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}
