@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v34-latin-500.eot');
    src: url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-500.woff') format('woff'), url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: 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;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: .875rem;
    line-height: 1.5;
    color: #404040;
    font-weight: 400
}
img {
    max-width: 100%;
    height: auto;
}
#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
p {
    margin: 0 0 0.625rem;
    text-align: justify;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
span {
    white-space: nowrap
}
h1 {
    font-size: 2.125rem;
    font-weight: 500;
    color: #27488D;
    line-height: 1.2;
    margin: .625rem 0;
}
h2 {
    color: #F55c00;
    font-size: 1.125rem;
    margin: 0 0 1.875rem;
}
h3 {
    font-size: 1.062rem;
    font-weight: 500;
    color: #27488D;
    margin-bottom: 0.937rem;
}
ul {
    list-style: none;
    margin: 0 0 1.562rem;
    padding: 0;
}
ul li {
    padding-left: 1.375rem;
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.562rem;
    font-size: 1.375em;
    line-height: 1;
}
.opacity {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
}
.opacity img {
    margin-bottom: 1rem
}
.opacity p {
    margin-top: 0.312rem;
    color: #7F7F7F;
    position: absolute;
    top: 6.875rem;
    left: 50%;
    transform: translate(-50%);
}
.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;
    }
}
.blue {
    padding: 2.8125rem 4.375rem;
    background: #031C3A
}
.blue p {
    color: #FFFFFF
}
.gray {
    background: #E5E5E5;
    padding: 1.5625rem 4.375rem 0.625rem;
}
footer {
    padding: 1.5625rem 4.375rem 0.625rem;
}
@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        margin: 0.312rem 0;
    }
    h3 {
        font-size: 1rem;
        margin-bottom: 0.312rem;
    }
    p {
        text-align: left
    }
    ul li {
        padding-left: 1.25rem;
    }
    ul li:before {
        margin-left: -1.25rem;
    }
    .opacity {
        margin: 1rem 0 0
    }
    .blue,
    .gray {
        padding: 1rem;
    }
    footer {
        padding: 1rem 1rem 0;
    }
}
@media only screen and (max-width: 30rem) {
    h1,
    footer p,
    footer h3 {
        text-align: center
    }
    .opacity {
        background: none;
        position: static;
    }
    .opacity img {
        margin-bottom: 0;
    }
    .opacity p {
        margin-top: 0;
        text-align: center;
        position: static;
        transform: translate(0%);
    }
}