html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

body {
    margin: 0;
    background-color: #ffffff;
    color: #3e3e3e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #3e3e3e;
}

h1 {
    margin: 0 0 30px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 50px;
}

h2 {
    margin: 25px 0 30px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 24px;
}

h3 {
    margin: 5px 0 30px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
}

h4,
h5,
h6 {
    margin: 10px 0 20px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
}

a {
    background-color: transparent;
    color: #1e70b6;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #1e70b6;
    text-decoration: underline;
}

a:active {
    color: #bfbfbf;
}

a:visited {
    color: #1e70b6;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

ul,
ol {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 40px;
    padding-left: 15px;
}

li {
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

details {
    display: block;
}

summary {
    display: list-item;
}

figcaption {
    color: #3e3e3e;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
}

[hidden],
template {
    display: none;
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    line-height: 1.5;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #666666;
    border-radius: 3px;
    transition: all 0.3s;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #333333;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    width: auto;
    -webkit-appearance: button;
}

[type="button"],
[type="submit"],
button {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #1e70b6;
    border-radius: 3px;
    background-color: transparent;
    color: #1e70b6;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
    user-select: none;
    white-space: nowrap;
}

[type="button"]:hover,
[type="button"]:focus,
[type="submit"]:hover,
[type="submit"]:focus,
button:hover,
button:focus {
    background-color: #1e70b6;
    color: #ffffff;
    text-decoration: none;
}

[type="button"]:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

select {
    display: block;
}

table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    font-size: 0.9em;
}

table th,
table td {
    padding: 15px;
    border: 1px solid hsla(0, 0%, 50%, 0.502);
    line-height: 1.5;
    vertical-align: top;
}

table th {
    font-weight: 700;
}

table thead th,
table tfoot th {
    font-size: 1em;
}

table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td {
    border-top: 1px solid hsla(0, 0%, 50%, 0.502);
}

table tbody > tr:nth-child(odd) > th,
table tbody > tr:nth-child(odd) > td {
    background-color: hsla(0, 0%, 50%, 0.071);
}

table tbody tr:hover > th,
table tbody tr:hover > td {
    background-color: hsla(0, 0%, 50%, 0.102);
}

table tbody + tbody {
    border-top: 2px solid hsla(0, 0%, 50%, 0.502);
}

@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }

    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }

    table table th {
        font-weight: 400;
    }
}

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote,
    pre {
        break-inside: avoid;
        border: 1px solid #cccccc;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        break-inside: avoid;
    }

    h2,
    h3,
    p {
        widows: 3;
        orphans: 3;
    }

    h2,
    h3 {
        break-after: avoid;
    }
}
