@charset "utf-8";
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    src: local(''),
        url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-v23-latin-regular.woff2') format('woff2'),
        url('../fonts/lato-v23-latin-regular.woff') format('woff'),
        url('../fonts/lato-v23-latin-regular.ttf') format('truetype'),
        url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-italic.eot');
    src: local(''),
        url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-v23-latin-italic.woff2') format('woff2'),
        url('../fonts/lato-v23-latin-italic.woff') format('woff'),
        url('../fonts/lato-v23-latin-italic.ttf') format('truetype'),
        url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot');
    src: local(''),
        url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-v23-latin-700.woff2') format('woff2'),
        url('../fonts/lato-v23-latin-700.woff') format('woff'),
        url('../fonts/lato-v23-latin-700.ttf') format('truetype'),
        url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v23-latin-900.eot');
    src: local(''),
        url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-v23-latin-900.woff2') format('woff2'),
        url('../fonts/lato-v23-latin-900.woff') format('woff'),
        url('../fonts/lato-v23-latin-900.ttf') format('truetype'),
        url('../fonts/lato-v23-latin-900.svg#Lato') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.8em/1.4em 'Lato', 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;
}
strong {
    font-weight: 700;
}
:is(h1, h2) {
    font-weight: 900;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1, h2 {
    text-transform: uppercase;
}
h1 {
    margin: 0;
    font-size: 1.8em;
    line-height: 1.3;
}
h1 span {
    display: inline-block;
    width: 215px;
}
h1 small {
    font-size: 0.8em;
}
h2 {
    font-size: 1.125em;
    line-height: 1.3;
    color: #2B4A5E;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 1rem 1rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 0.7rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #005F97;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
hr {
    border: none;
    background: #2B4A5E;
    height: 2px;
    margin: 0 0 1.25rem;
}
.pb {
    padding-bottom: 8rem;
}
.pb1 {
    padding-bottom: 3rem;
}
.box1 {
    color: #fff;
    position: absolute;
    top: 25rem;
    left: 2rem;
}
.box2 {
    margin-left: 29.5rem;
}
.flex {
    display: flex;
    gap: 0 5rem;
    margin: 3rem 0 1rem 22rem;
}
.hr1 {
    width: 190px;
    margin-left: -74px;
}
.hr2 {
    width: 127px;
    margin-left: -47px;
}
.hr3 {
    width: 300px;
    margin-right: -52px;
}
.hr4 {
    background: #fff;
    margin-left: -2rem;
    width: 200px;
}
header p {
    color: #fff;
    text-align: right;
    padding: 1rem 3rem 3rem 0;
}
article {
    padding: 0;
}
footer {
    padding: 0;
    position: absolute;
    left: 2rem;
    bottom: 5rem;
}
footer :is(p, h2) {
    color: #fff;
}
figure {
    margin: 0;
}
@media only screen and (max-width:929px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 span {
        display: inline;
        width: auto;
    }
    hr {
        margin: 0 0 1rem !important;
        width: 100% !important;
    }
    .box1 {
        position: static;
        background: #005F97;
        margin: 0 -2rem 2rem;
        padding: 1rem 2rem 0;
        width: auto;
    }
    header p {
        background: #2B4A5E;
        padding: 1rem;
        text-align: center;
    }
    article {
        padding: 0 2rem;
    }
    article br, .hide_m {
        display: none;
    }
    .pb, .pb1 {
        padding-bottom: 1.5rem;
    }
    .box2 {
        margin-left: 0;
    }
    .flex {
        margin: 1rem 0;
    }
    .left, .right {
        width: 48%;
    }
    footer {
        position: static;
        background: #005F97;
        padding: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    footer :is(p, h2) {
        text-align: center;
    }
}
@media only screen and (max-width:768px) {
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0 1rem;
    }
}