@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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: 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');
}

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.eot');
    src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v17-latin-700.eot');
    src: url('../fonts/fira-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700.svg#FiraSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #000 solid;
    max-width: 980px;
    background: #FFFFFF url('../images/background.png') right bottom no-repeat;
}

.logo {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.background {
    background: #0054a6;
    padding: 18px 16px 3px;
    position: relative;
}

.background img {
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 1;
}

header p {
    text-align: center;
    color: #fff;
}

article {
    padding: 0 30px 0 75px;
}

section {
    margin: 10px -30px 0 -75px;
    background: rgba(0, 71, 153, 0.9) none repeat scroll 0 0;
    padding: 16px 30px 16px 75px;
}

section :is(p, a) {
    color: #fff !important;
}

section p {
    font-size: 18px;
    line-height: 1.5;
}

section p span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 56px 0 0;
    font-size: 20px;
    line-height: 1;
    vertical-align: baseline;
}

section p span:nth-of-type(3) {
    padding-right: 20px;
}

:is(header, footer, section) p {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-weight: 400;
}

footer {
    padding: 10px 30px 10px 75px;
}

footer p {
    font-size: 14px;
    color: #1a4e9a !important;
}

p:not(:is(footer, section) p) {
    margin-bottom: 16px;
}

:is(strong, h1, h4) {
    font-weight: 700;
}

h1 {
    margin: 20px 0 30px;
    font-size: 28px;
    line-height: 1.25;
    color: #1b4e9b;
}

h2 {
    font-size: 20px;
    margin: 16px 0 25px;
    font-weight: 400;
    text-align: center;
}

h3 {
    font-size: 16px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    font-family: 'Fira Sans', Arial, sans-serif;
    color: #fff;
}

ul {
    margin-bottom: 16px;
    list-style: none;
}

ul li {
    padding-left: 11px;
    position: relative;
}

ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #000;
    display: block;
    border-radius: 50%;
}

h3+p {
    margin: 0 !important;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #1a4e9a;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media only screen and (max-width:980px) {
    #wrapper {
        border: none;
        margin: 0;
        background-size: 90%;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    article {
        padding: 0 16px;
    }

    footer {
        padding: 16px;
    }

    section {
        margin: 25px -16px 0;
        padding: 16px;
    }

    section p span {
        padding-right: 10px !important;
    }

    span {
        white-space: nowrap;
    }

    br {
        display: none;
    }
}

@media only screen and (max-width:850px) {
    .background {
        display: flex;
        align-items: center;
        padding: 18px 16px 16px;
        flex-direction: column;
    }

    .background img {
        position: static;
    }
}

@media only screen and (max-width:670px) {
    :is(section p, h4, footer p) {
        text-align: center;
    }
}