/* -------------------------------------------------- */
/* reset */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
a,
abbr,
address,
area,
article,
aside,
audio,
b,
blockquote,
br,
button,
canvas,
caption,
cite,
code,
datalist,
del,
details,
dfn,
dd,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
map,
mark,
menu,
meter,
nav,
object,
ol,
optgroup,
option,
output,
p,
pre,
progress,
q,
s,
samp,
section,
select,
small,
source,
span,
strong,
sub,
summary,
sup,
svg,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
track,
tr,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  text-align: left;
  z-index: 0;
}
@-ms-viewport {
  width: device-width;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
abbr,
dfn {
  font-style: normal;
}
address {
  font-style: normal;
  line-height: inherit;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
button {
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
cite,
em {
  font-style: normal;
}
div,
p {
  letter-spacing: inherit;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
i {
  font-style: normal;
  vertical-align: middle;
}
img {
  border-style: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}
legend {
  color: inherit;
  display: block;
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}
mark {
  background: none;
}
ol,
ul,
dl {
  list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
output {
  display: inline-block;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
progress {
  vertical-align: baseline;
}
q {
  quotes: none;
}
small {
  font-size: 80%;
}
strong,
b {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
summary {
  display: list-item;
  cursor: pointer;
}
svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
template {
  display: none;
}

/* -------------------------------------------------- */
/* var */

:root {
  -moz-tab-size: 4;
  tab-size: 4;
}
:root {
  --black: #2b2b2b;
  --green: #abcd00;
  --orange: #e88700;
}
