*,
*::before,
*::after {
    box-sizing: border-box;
}

*::-moz-focus-inner {
    padding: 0;
    border: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    width: 100%;
    height: 100%;
    font-family: 'Barlow';
}

body {
    width: 100%;
    height: 100%;
}

body,
span,
time,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

div,
main,
applet,
object,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
mark,
audio,
video,
form,
table {
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: relative;
    vertical-align: top;
}

table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    border: 1px solid #aaa;
    padding: 0;
    height: auto;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

td,
th,
label,
input,
textarea,
select,
button,
.button,
.input,
li,
a,
span,
p {
    font-size: 1.125rem;
    line-height: 1.25em;
}

ul,
ol {
    margin-left: 0;
}

ul li,
ol li {
    margin-left: 2em;
}

ul li ul,
ol li ol {
    margin-left: 0;
}

ol li ol li {
    list-style-type: lower-roman;
}

ol.lsabc {
    list-style-type: upper-alpha;
}

ol.lsabc li ol li {
    list-style-type: lower-alpha;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 0;
    padding: 0;
    line-height: 1.125em;
}

hr {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #aaa;
}

a {
    cursor: pointer;
    /*color: navy;*/
    text-decoration: none;
}

/*
a:visited {
    color: gray;
}

a:hover {
    color: blue;
}

a:active {
    color: red;
}
*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    line-height: inherit;
}

.usn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label,
input,
.input,
textarea,
select,
select optgroup,
button,
.button {
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    vertical-align: top;
    background-color: transparent;
    font-weight: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    outline: 0;
    border: 1px solid #aaa;
    font-family: inherit;
    padding: 0.5em 1em;
    border-radius: 0.25em;
}

input[type="checkbox"] {}

input[type="radio"] {}

input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.button {
    text-align: center;
    background: #eee;
    color: #222;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.button,
select,
select optgroup,
textarea,
label {
    border: 1px solid #aaa;
    padding: 0.5em 1em;
    display: inline-block;
    font-family: inherit;
    overflow: hidden;
    min-height: 2.45em;
}

input[type="submit"]:not([disabled]):hover,
input[type="button"]:not([disabled]):hover,
input[type="reset"]:not([disabled]):hover,
button:not([disabled]):hover,
.button:not([disabled]):hover,
input[type="submit"]:not([.disabled]):hover,
input[type="button"]:not([.disabled]):hover,
input[type="reset"]:not([.disabled]):hover,
button:not([.disabled]):hover,
.button:not([.disabled]):hover {
    background-color: #f3f3f3;
    color: #111;
    cursor: pointer;
}

select {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(0,0,0,0.5)" d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19L403 749q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/></svg>');
    background-size: 1.6em;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.4em) center;
    padding-right: 2.6em;
}

select::-ms-expand {
    display: none;
}

textarea:focus,
select:focus,
input:focus {
    outline: none;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus,
.button:focus {
    outline: none;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input[type="checkbox"]+label {
    position: relative;
    padding-left: 2.6em;
}

input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    height: 1.6em;
    width: 1.6em;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(0,0,0,0.5)" d="M405.333 106.667v298.666H106.667V106.667h298.666m0-42.667H106.667C83.198 64 64 83.198 64 106.667v298.666C64 428.802 83.198 448 106.667 448h298.666C428.802 448 448 428.802 448 405.333V106.667C448 83.198 428.802 64 405.333 64z"/></svg>');
    background-size: 1.6em;
    background-repeat: no-repeat;
    background-position: 0 0;
}

input[type="checkbox"]:checked+label::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(0,0,0,0.8)" d="M168.531 215.469l-29.864 29.864 96 96L448 128l-29.864-29.864-183.469 182.395-66.136-65.062zm236.802 189.864H106.667V106.667H320V64H106.667C83.198 64 64 83.198 64 106.667v298.666C64 428.802 83.198 448 106.667 448h298.666C428.802 448 448 428.802 448 405.333V234.667h-42.667v170.666z"/></svg>');
}

input[type="radio"] {
    opacity: 0;
    position: absolute;
}

input[type="radio"]+label {
    position: relative;
    padding-left: 2.6em;
}

input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    height: 1.6em;
    width: 1.6em;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(0,0,0,0.5)" d="M256 48C141.601 48 48 141.601 48 256s93.601 208 208 208 208-93.601 208-208S370.399 48 256 48zm0 374.399c-91.518 0-166.399-74.882-166.399-166.399S164.482 89.6 256 89.6 422.4 164.482 422.4 256 347.518 422.399 256 422.399z"/></svg>');
    background-size: 1.6em;
    background-repeat: no-repeat;
    background-position: 0 0;
}

input[type="radio"]:checked+label::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgba(0,0,0,0.8)" d="M256 152c-57.2 0-104 46.8-104 104s46.8 104 104 104 104-46.8 104-104-46.8-104-104-104zm0-104C141.601 48 48 141.601 48 256s93.601 208 208 208 208-93.601 208-208S370.399 48 256 48zm0 374.4c-91.518 0-166.4-74.883-166.4-166.4S164.482 89.6 256 89.6 422.4 164.482 422.4 256 347.518 422.4 256 422.4z"/></svg>');
}