@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: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-600.woff') format('woff'), url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-600.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: #00155A;
    font: 400 1.063em/1.5em 'Open Sans', Arial, sans-serif;
    background: #EEEEEE;
}
#wrapper {
    position: relative;
    max-width: 980px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
}
:is(h2, h3, strong) {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.btn {
    display: inline-block;
    background: #2133F6;
    color: #fff;
    padding: 0.625rem 1.5rem;
    margin: 1.625rem 0;
    text-transform: uppercase;
    font-weight: 600;
    webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.btn:hover {
    background: #fff;
    color: #2133F6;
}
p {
    padding-bottom: 1.625rem;
}
h1 {
    margin: 0 0 1.625rem;
    font-size: 2.65em;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
}
h1 sup {
    font-size: 0.6em;
    font-weight: 400;
}
h1:before {
    content: " ";
    width: 17px;
    height: 100%;
    border-left: 12px solid #2133F6;
    border-top: 12px solid #2133F6;
    position: absolute;
    top: -9px;
    left: -5%;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3;
    margin: 0.625rem 0 1rem;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 1.625rem;
}
ul {
    padding: 0 0 1.625rem;
    margin-right: -1rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1.25rem;
    position: relative;
}
li:before {
    content: "\2012";
    font-size: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    position: relative;
    margin-bottom: 2.5rem;
}
.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;
    }
}
.logo {
    width: 26%;
    height: auto;
    position: absolute;
    top: 12%;
    left: 3%;
    z-index: 999;
}
article, footer {
    padding: 26px 8% 0;
}
footer {
    position: relative;
    position: relative;
    background: transparent url("../images/bg.jpg") no-repeat center center / cover;
}
footer :is(p, h3) {
    position: relative;
    z-index: 999;
    color: #fff;
}
footer:before {
    content: " ";
    width: 100%;
    height: 100%;
    max-height: 260px;
    background: url("../images/icon_bg.svg") no-repeat bottom right / contain;
    opacity: .26;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
figure {
    margin: 0;
}
@media only screen and (max-width:979px) {
    #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;
    }
    ul {
        margin-right: 0;
    }
}
@media only screen and (max-width:768px) {
    body {
        font-size: 0.938em;
        line-height: 1.5;
    }
    li:before {
        top: -5px;
    }
    h1 {
        font-size: 2.2em;
    }
    header{
        margin-bottom: 0;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.8em;
    }
    h1:before {
        border-left: 6px solid #2133F6;
        border-top: 6px solid #2133F6;
    }
}