@charset "utf-8";
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.eot');
    src: local(''),
        url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'),
        url('../fonts/barlow-v12-latin-regular.woff') format('woff'),
        url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'),
        url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/barlow-v12-latin-500.eot');
    src: local(''),
        url('../fonts/barlow-v12-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-v12-latin-500.woff2') format('woff2'),
        url('../fonts/barlow-v12-latin-500.woff') format('woff'),
        url('../fonts/barlow-v12-latin-500.ttf') format('truetype'),
        url('../fonts/barlow-v12-latin-500.svg#Barlow') format('svg');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-v12-latin-600.eot');
    src: local(''),
        url('../fonts/barlow-v12-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-v12-latin-600.woff2') format('woff2'),
        url('../fonts/barlow-v12-latin-600.woff') format('woff'),
        url('../fonts/barlow-v12-latin-600.ttf') format('truetype'),
        url('../fonts/barlow-v12-latin-600.svg#Barlow') format('svg');
}
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.eot');
    src: local(''),
        url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/barlow-v12-latin-700.woff2') format('woff2'),
        url('../fonts/barlow-v12-latin-700.woff') format('woff'),
        url('../fonts/barlow-v12-latin-700.ttf') format('truetype'),
        url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #3C3C3C;
    font: 400 1.125em/1.4em 'Barlow', Arial, sans-serif;
    background: transparent url("../images/bg_body.jpg") no-repeat center center / cover;
    background-attachment: fixed;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
:is(h3, h4, strong) {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.button {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    background: #1F6FB9;
    color: #fff;
}
a.button:hover {
    background: #021D49;
}
p {
    padding-bottom: 1.5rem;
}
h1, h2, h3 {
    color: #1F6FB9;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 1.65em;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1.385em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
h3 {
    font-size: 1.385em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
h4 {
    font-size: 1.385em;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0 0 1.5rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "\25A0";
    font-size: 0.7rem;
    position: absolute;
    left: 0;
    top: -1px;
    color: #1F6FB9;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.slider {
    position: relative;
}
.slider img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 18s linear infinite 0s;
}
.slider img:nth-of-type(1) {
    position: static;
    opacity: 1;
}
.slider img:nth-of-type(2) {
    animation-delay: 6s;
}
.slider img:nth-of-type(3) {
    animation-delay: 12s;
}
@keyframes imageAnimation {
    4% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
}
header, article, footer {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.26);
}
header {
    position: relative;
}
article {
    padding: 2.1875rem 2.1875rem 0;
}
footer {
    padding: 2.1875rem 2.1875rem 0.5rem;
    color: #fff;
    background: #1F6FB9;
}
footer :is(p, h4) {
    color: #fff;
}
.ab {
    position: absolute;
    right: 2rem;
    bottom: 0.5rem;
}
figure {
    margin: 0;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 br {
        display: none;
    }
}
@media only screen and (max-width:600px) {
    .ab {
        position: static;
    }
}
@media only screen and (max-width:480px) {
    article, footer {
        padding: 1rem 1rem 0;
    }
    h1 {
        font-size: 1.5em;
    }
    h2, h3, h4 {
        font-size: 1.25em;
    }
}