@charset "utf-8";
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/overpass-v12-latin-regular.eot');
    src: local(''),
        url('../fonts/overpass-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/overpass-v12-latin-regular.woff2') format('woff2'),
        url('../fonts/overpass-v12-latin-regular.woff') format('woff'),
        url('../fonts/overpass-v12-latin-regular.ttf') format('truetype'),
        url('../fonts/overpass-v12-latin-regular.svg#Overpass') format('svg');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/overpass-v12-latin-700.eot');
    src: local(''),
        url('../fonts/overpass-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/overpass-v12-latin-700.woff2') format('woff2'),
        url('../fonts/overpass-v12-latin-700.woff') format('woff'),
        url('../fonts/overpass-v12-latin-700.ttf') format('truetype'),
        url('../fonts/overpass-v12-latin-700.svg#Overpass') format('svg');
}
@font-face {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/overpass-v12-latin-900.eot');
    src: local(''),
        url('../fonts/overpass-v12-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/overpass-v12-latin-900.woff2') format('woff2'),
        url('../fonts/overpass-v12-latin-900.woff') format('woff'),
        url('../fonts/overpass-v12-latin-900.ttf') format('truetype'),
        url('../fonts/overpass-v12-latin-900.svg#Overpass') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.2em 'Overpass', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    padding: 1rem 1.5rem 1rem 21rem;
    height: 640px;
}
strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
.color {
    color: #01437C;
}
h2, footer p {
    color: #40B7E9;
}
h1, h2, footer p {
    font-weight: 900;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.35em;
    line-height: 1.1;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    padding: 0 0 1.5rem;
    display: flex;
    justify-content: flex-end
}
header figure {
    display: none;
}
article {
    width: 428px;
    margin-left: auto;
}
footer {
    padding: 8rem 0 0;
    display: flex;
    gap: 0 3rem;
}
footer p:first-of-type {
    text-align: right;
}
footer p:last-of-type {
    font-size: 2.7em;
    line-height: 1;
}
figure {
    margin: 0;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        height: auto;
        padding: 1rem;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .logo {
        padding: 1rem;
    }
    header {
        background: #F1F5F6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin-bottom: 1rem;
    }
    header figure {
        display: block;
    }
    article {
        width: auto;
    }
    footer {
        padding-top: 1rem;
    }
}
@media only screen and (max-width:768px) {
    footer p:last-of-type {
        font-size: 2em;
    }
}
@media only screen and (max-width:480px) {
    footer {
        flex-direction: column;
    }
    footer br {
        display: none;
    }
    footer p:first-of-type {
        text-align: left;
    }
    footer p:last-of-type {
        font-size: 1.7em;
    }
}