:root {
    font-size: 14px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

html,
body {
    min-height: 100%;
}

html {
    scroll-behavior: auto;
}

body {
    min-width: 320px;
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    background: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul,
ol,
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}

img,
video {
    height: auto;
}

button,
input,
select,
textarea {
    min-width: 0;
    font: inherit;
    color: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
}

select {
    appearance: none;
    -webkit-appearance: none;
    background-image: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    border: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

address {
    font-style: normal;
}

small {
    font-size: 12px;
}

[hidden] {
    display: none !important;
}
