@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    max-width: 868px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
}

header {
    padding: 20px 26px 36px;
    display: flex;
    justify-content: flex-end;
}

article {
    padding: 0 60px;
}

figure {
    margin: 0 -60px 50px;
}

footer {
    padding: 20px 60px 30px;
}

footer p {
    font-size: 0.59375rem;
    line-height: 15px;
}

.color {
    color: #0563c1 !important;
}

span:not(span.color) {
    white-space: nowrap;
}

p {
    margin: 0 0 20px;
    text-align: justify;
    hyphens: auto;
}

h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #033b7e;
}

:is(strong, h2, h3) {
    font-weight: 700;
}

h2 {
    margin: 50px 0 14px;
    font-size: 1rem;
    color: #033b7e;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

a.color {
    text-decoration: underline !important;
}

a.link {
    white-space: normal !important;
}

ul {
    list-style: none;
    margin: 0 0 20px;
}

ul li {
    padding-left: 25px;
}

li:before {
    content: "\2022";
    float: left;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: -25px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width:866px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, ul, h1, h2) {
        hyphens: auto;
        text-wrap: pretty;
        text-align: left;
    }

    :is(header, footer) {
        padding: 16px;
    }

    article {
        padding: 0 16px;
    }

    figure {
        margin: 0 -16px 20px;
    }

    ul li {
        padding-left: 20px;
    }

    li:before {
        text-indent: -20px;
    }

    a.link {
        word-break: break-all;
    }

    footer p {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media all and (max-width:500px) {
    header {
        justify-content: center;
    }

    h2 {
        margin-top: 25px;
    }
}