@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v44-latin-300.eot');
    src: url('../fonts/open-sans-v44-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-300.woff') format('woff'), url('../fonts/open-sans-v44-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-300.svg#OpenSans') format('svg');
}
@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: 700;
    src: url('../fonts/open-sans-v44-latin-700.eot');
    src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/open-sans-v44-latin-800italic.eot');
    src: url('../fonts/open-sans-v44-latin-800italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-800italic.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-800italic.woff') format('woff'), url('../fonts/open-sans-v44-latin-800italic.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-800italic.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 0.75em/1.3em 'Open Sans', Arial, sans-serif;
}
h1, h4, strong {
    font-weight: 700;
}
h3, h5 {
    font-weight: 800;
    font-style: italic;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #8B8C8E;
    background: #fff;
    overflow: hidden;
    padding: 1rem;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.5em;
    line-height: 1.3;
}
h2 {
    font-size: 3.25em;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 1rem;
}
h3 {
    font-size: 1em;
    line-height: 1.3em;
    padding: 1.25rem 0.75rem 0.5rem;
    background: #00529C;
    text-align: center;
    color: #fff;
    position: absolute;
    transform: rotate(-8deg);
    border-radius: 100%;
    top: 4rem;
    right: 1rem;
}

h3 span {
    display: block;
    font-size: 1.5em;
    line-height: 1.3;
}
h4 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
}
h5 {
    font-size: 1.375em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
header p {
    font-size: 0.9375rem;
    line-height: 1.3;
    padding-bottom: 1rem;
}
article {
    display: flex;
    justify-content: space-between;
}
article figure {
    position: absolute;
    left: 248px;
}
.wid1 {
    width: 220px;
}
.wid2 {
    width: 200px;
}
.mgt {
    margin-top: 18.5rem;
}
.abs {
    position: absolute;
    top: 30rem;
    left: 1rem;
}
article p {
    font-weight: 300;
    text-align: justify;
}
article :is(h4, h5, strong), h1 {
    color: #00529C;
}
.left {
    text-align: left;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    padding: 1rem 3rem 0;
}
footer p {
    font-weight: 400;
    padding: 0.5rem 1rem;
    background: #00529C;
    color: #fff;
    position: absolute;
    left: 13.5rem;
    bottom: 1.5rem;
}
.blockm {
    display: none;
}
@media only screen and (max-width:929px) {
    #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;
    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        position: static;
        width: fit-content;
        margin: 0 auto 1rem;
    }
    .blockm {
        display: inline;
    }
    .hide_m {
        display: none;
    }
    article {
        flex-direction: column;
    }
    article figure, .abs {
        position: static;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    article p {
        text-align: left;
    }
    .wid1, .wid2 {
        width: 100%;
    }
    .mgt {
        margin: 0;
    }
    footer {
        flex-direction: row;
        padding: 1rem 0 0;
        gap: 1rem;
    }
    footer p {
        width: 100%;
        text-align: center;
        position: static;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 0.875em;
        line-height: 1.3;
    }
}