* {margin: 0; padding: 0; font: inherit; color: inherit;}
*, :after,:before {box-sizing: border-box;}
:root {-webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; cursor: default; line-height: 1.5; overflow-wrap: break-word; -moz-tab-size: 4; tab-size: 4;}
html, body {height: 100%;}
img, picture, video, canvas {display:  block; max-width: 100%;}
button {background: none; border: 0; cursor: pointer;}
a {text-decoration: none;}
table {border-collapse: collapse; border-spacing: 0;}
ul, ol {list-style: none}
table caption {font-size: 0;}
input:focus, button:focus {outline: none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}