@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v51-latin-regular.eot');
    src: url('../fonts/roboto-v51-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v51-latin-regular.woff') format('woff'), url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v51-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v51-latin-500.eot');
    src: url('../fonts/roboto-v51-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-500.woff2') format('woff2'), url('../fonts/roboto-v51-latin-500.woff') format('woff'), url('../fonts/roboto-v51-latin-500.ttf') format('truetype'), url('../fonts/roboto-v51-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-v51-latin-600.eot');
    src: url('../fonts/roboto-v51-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-600.woff2') format('woff2'), url('../fonts/roboto-v51-latin-600.woff') format('woff'), url('../fonts/roboto-v51-latin-600.ttf') format('truetype'), url('../fonts/roboto-v51-latin-600.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto-v51-latin-800.eot');
    src: url('../fonts/roboto-v51-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v51-latin-800.woff2') format('woff2'), url('../fonts/roboto-v51-latin-800.woff') format('woff'), url('../fonts/roboto-v51-latin-800.ttf') format('truetype'), url('../fonts/roboto-v51-latin-800.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 500 1em/1.3em 'Roboto', Arial, sans-serif;
}
.fw600 {
    font-weight: 600;
}
strong, h1, h2 {
    font-weight: 800;
}
#wrapper {
    position: relative;
    max-width: 630px;
    margin: 1rem auto;
    border: solid 2px #00AEEF;
    background: url('../images/bg1.jpg') top left no-repeat, url('../images/bg2.jpg') bottom left no-repeat, #083162;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
: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 3.5rem;
    font-size: 3.5em;
    line-height: 1;
    text-transform: uppercase;
    word-spacing: 1rem;
}
h1 span {
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    text-transform: uppercase;
}
h2:before {
    content: "";
    border-right: 10px solid transparent;
    border-bottom: 20px solid #00AEEF;
    float: left;
    margin: -3px 0 0 -2rem;
}
h3 {
    font-size: 1.75em;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #00AEEF;
    text-align: center;
    font-weight: 500;
    margin: 1rem 0;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 0.625rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.625rem;
}
.column {
    columns: 2;
}
.column li:before {
    content: "›";
    color: #00AEEF;
}
header {
    opacity: 0;
}
figcaption {
    font-weight: 400;
    font-size: 0.8125em;
    line-height: 1.3;
}
article {
    padding: 0 2rem;
}
.benfit img {
    vertical-align: middle;
}
.benfit {
    margin-left: 1rem;
}
article p:first-of-type {
    padding-left: 1rem;
}
figure {
    position: absolute;
    top: 29rem;
    right: 2rem;
}
footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #053263;
    margin-top: 1rem;
    padding: 0 1rem;
}
.mg {
    display: inline-block;
    margin: 0 0.25rem;
}
footer p {
    font-size: 1.125em;
    line-height: 1.3;
    padding-bottom: 0.75rem;
}
a.btn {
    font-size: 1.3125rem;
    line-height: 1.3;
}
@media only screen and (max-width:629px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        padding: 1rem;
        background: #00AEEF;
        word-spacing: 0;
        font-size: 2em;
        margin: 0 0 1rem;
    }
    header {
        opacity: 1;
    }
    article {
        padding: 1rem 2rem 0;
    }
    article p:first-of-type {
        padding: 0 0 1rem;
    }
    .column {
        columns: 1;
    }
    figure {
        position: static;
        text-align: center;
        margin: 1rem 0;
    }
    footer {
        padding: 1rem;
        background: #00AEEF;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    footer p {
        text-align: center;
    }
    a.btn {
        padding: 0.25rem 0.5rem;
        background: #FFFFFF;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
}