@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #444444;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
strong {
    font-weight: 700;
}
h1, h2, h3 {
    font-weight: 400;
}
#wrapper {
    position: relative;
    max-width: 1140px;
    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;
}
a.ins {
    text-decoration: underline;
    color: #0000EE;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.5em;
    line-height: 1.3;
    padding-bottom: 1rem;
    border-bottom: solid 5px #005ca3;
}
h2 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #005ca3;
}
h3 {
    font-size: 2em;
    line-height: 1.3em;
    color: #ffffff;
    background-color: #005ca3;
    width: fit-content;
    margin-top: 1rem;
    font-weight: normal;
    padding: 5px 16px 5px 8px;
}
h3.mgl {
    margin-left: 16%;
}
h4 {
    font-size: 0.9375em;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 2rem;
}

li ul {
    padding: 0;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    padding: 3rem 3rem 1rem;
    background: url('../images/bg.jpg') center right no-repeat;
    background-size: cover;
}
article {
    padding: 3rem 3rem 0;
}
.bg {
    padding: 2rem 3rem 1rem;
    margin: 0 -3rem;
    background: url('../images/bg-ft.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.bg div {
    width: 32%;
}
.bg :is(p, li) {
    font-size: 0.875em;
    line-height: 1.3;
}
.abs {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 8.5rem;
    left: -6rem;
}
footer {
    padding: 1rem;
    display: flex;
    justify-content: center;
}
a.apply {
    background: #005ca3;
    color: #fff;
    display: inline-block;
    padding: 0.5rem 1.5rem;
}
@media only screen and (max-width:1139px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    header figure {
        display: flex;
        justify-content: center;
    }
    h3 {
        margin: 1rem auto;
        text-align: center;
    }
    h3.mgl {
        margin-left: auto;
    }
    .bg {
        flex-direction: column;
    }
    .bg div {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    li {
        padding-left: 1rem;
    }
    header {
        padding: 2rem 1rem 1rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
    .abs {
        position: static;
        transform: none;
    }
}