@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v44-latin-regular.eot');
    src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v44-latin-600.eot');
    src: url('../fonts/open-sans-v44-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-600.woff') format('woff'), url('../fonts/open-sans-v44-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-600.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-slab-v36-latin-600.eot');
    src: url('../fonts/roboto-slab-v36-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v36-latin-600.woff2') format('woff2'), url('../fonts/roboto-slab-v36-latin-600.woff') format('woff'), url('../fonts/roboto-slab-v36-latin-600.ttf') format('truetype'), url('../fonts/roboto-slab-v36-latin-600.svg#RobotoSlab') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #3D5781;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
strong {
    font-weight: 600;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 1rem 0 2rem;
    font: 600 2.125em/1.3 'Roboto Slab', "Time New Roman", serif;
}
header {
    padding: 0;
}
article {
    padding: 0 3rem;
    margin: -5rem 0 2rem;
}
article p {
    font-size: 1.4375em;
    line-height: 1.3;
}
footer {
    display: flex;
    gap: 1rem 2rem;
    padding: 5rem 3rem 2rem;
    background: #38588A url('../images/bg.jpg') top left no-repeat;
}
footer div {
    flex: 1;
}
footer p {
    color: #fff;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    article {
        margin: 0;
        padding: 0 1rem;
    }
    .hide_m {
        display: none;
    }
    footer {
        padding: 5rem 1rem 0;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}