@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v31-latin-600.eot');
    src: url('../fonts/roboto-condensed-v31-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-600.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-600.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-600.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #182363;
    font: 400 1em/1.3em Calibri, Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.8125em;
    line-height: 1.1em;
    color: #80A5CF;
}
h1 span {
    font-size: 1.5em;
    text-transform: uppercase;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
h3 {
    font: 600 3rem/1.1 'Roboto Condensed', Arial, sans-serif;
    margin: 1rem 1rem 1rem 0;
    text-transform: uppercase;
    color: #80A5CF;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
h2, li {
    color: #fff;
}
article {
    padding: 1rem 1.5rem 0;
}
.box {
    padding: 1.5rem 1.5rem 1rem;
    margin: 0 -1.5rem;
    background: #0E2B71;
}
article > p:last-of-type {
    color: #80A5CF;
    font-size: 1.5em;
    line-height: 1.3;
}
.flex {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin: 1.5rem 0;
}
.benfit {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    justify-content: space-between;
}
.benfit img {
    display: block;
    margin: 0 auto 0.5rem;
}
.benfit p {
    font: 600 0.875rem/1.3 'Roboto Condensed', Arial, sans-serif;
    text-align: center;
}
footer {
    padding: 1.5rem 1.5rem 1rem;
    background: #0F2B72;
    display: flex;
    justify-content: space-between;
}
footer p {
    color: #fff;
    font-size: 1.25em;
    line-height: 1.2;
}
@media only screen and (max-width:929px) {
    #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) {
    footer {
        flex-direction: column;
        align-items: center;
    }
    footer p {
        text-align: center;
    }
    h3 {
        width: 100%;
        margin: 0 0 1rem;
    }
    h3 br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.375em;
    }
    h1 span {
        font-size: 1.25em;
    }
    article {
        padding: 1rem 1rem 0;
    }
}