html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}
a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}
a:visited {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
a:link {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
a img {
  border-width: 0px;
  border-style: none;
  border-color: rgb(255, 255, 255);
  background: transparent;
}
ins {
  background-color: rgb(255, 255, 153);
  color: rgb(0, 0, 0);
  text-decoration: none;
}
mark {
  background-color: rgb(255, 255, 153);
  color: rgb(0, 0, 0);
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
hr {
  display: block;
  height: 1px;
  border-width: 1px 0px 0px;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-top-style: solid;
  border-top-color: rgb(204, 204, 204);
  margin: 1em 0px;
  padding: 0px;
}
input,
select {
  vertical-align: middle;
}
ul {
  list-style: none;
}
input,
button,
textarea,
select {
  appearance: none;
  font-family: inherit;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}
html {
  font-size: 62.5%;
}
body {
    overflow-y: scroll;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  ::selection {
  }
  img[src$=".svg"] {
    width: auto;
    height: auto;
  }
  svg {
    width: auto;
    height: auto;
    overflow: hidden;
  }
  img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }