/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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

path {
    transition: fill .4s;
}

html, body {
    overflow-x: hidden;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, address, img, strong, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td, footer, header, nav, section, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

:focus {
    outline: 0;
}

article, footer, header, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

[hidden] {
    display: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button {
    padding: 0;
    font-family: "IBMPlexSans";
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}


button,
select {
    text-transform: none;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}


button[disabled],
html input[disabled] {
    cursor: default;
}


input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #000;
}

::-moz-selection {
    background: #006DB2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #006DB2;
    color: #fff;
    text-shadow: none;
}

textarea {
    resize: none;
}