@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 59.375rem;
    margin: 1rem auto;
    overflow: hidden;
    background: url('../images/background.png') no-repeat;
    border: solid 1px #000;
    background-size: 83% 62%;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

span {
    color: #008FC3;
    font-weight: 700;
}

h1 {
    color: #008FC3;
    line-height: 1.2;
    font-size: 2.25rem;
    margin: 0 0 1.187rem;
    font-weight: 700;
}

h1 span {
    font-weight: 400;
}

h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #003865
}

h2 span {
    font-weight: 400;
}

h3 {
    margin: 0 0 1.25rem;
}

.no_border h3 {
    margin: 0;
}

h4 {
    margin: 0 0 10px;
}

h3,
h4 {
    font-size: 1rem;
    color: #008FC3;
}

p {
    margin: 0 0 1rem;
}

ul {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

ul li {
    padding-left: 1.8rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.3rem;
    font-size: 21px;
    line-height: 1;
}

.nomargin {
    margin: 0
}

header {
    padding: 3.125rem 0 0;
    margin: 0 4.375rem;
}

article {
    padding: 0 4.375rem;
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 1rem;
    padding: 1.25rem 0;
    border-top: solid .062rem #009BB4;
}

.icons {
    align-items: center;
    padding: 5px 1rem;
}

.big_margin {
    margin: 0 0 8rem;
}

.no_border {
    border-top: 0;
}

.section {
    width: 48%;
}

.aside {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 33.3%;
}

.aside p {
    margin: 0;
}

.child_width {
    width: 50%;
}

footer {
    padding: 1.875rem 4.375rem 3.125rem;
}

.image {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 59.312rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background: #fff;
    }

    h1,
    h2 {
        text-align: center;
    }

    h1 {
        font-size: 2rem;
        line-height: 1.4;
    }

    h2 {
        font-size: 1.25rem
    }

    h3 {
        margin: 0 0 .625rem
    }

    header {
        margin: 0;
    }

    .flex:first-of-type {
        flex-wrap: wrap;
        align-items: center;
        gap: 1.25rem;
        justify-content: center;
    }

    .aside {
        width: 30%;
    }

    header,
    article,
    footer {
        padding: 0;
    }

    .image {
        width: 39%;
    }

    .big_margin {
        margin: 0 0 1.25rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    article br {
        display: none;
    }

    ul li {
        padding-left: 1rem;
    }

    ul li:before {
        margin-left: -1rem;
    }

    .flex {
        flex-direction: column;
        margin: 0;
        padding-bottom: 0;
    }

    .icons {
        padding: 1rem;
    }

    .section {
        width: 100%;
    }

    .flex:first-of-type {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .aside {
        width: auto;
        align-items: center;
        justify-content: center;
    }

    .aside p {
        margin: 0;
    }
}

@media only screen and (max-width: 43.687rem) {
    .image {
        display: none;
    }

    .child_width {
        width: 100%;
    }

    h1 {
        font-size: 1.5rem;
        margin: 1rem 0;
    }

    h2 {
        margin: 0 0 .625rem;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0;
    }

    a.web,
    .no_border h3,
    .flex:last-of-type p {
        text-align: center
    }
}