@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: 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');
}
@font-face {
    font-display: swap;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/barlow-condensed-v12-latin-900.eot');
    src: url('../fonts/barlow-condensed-v12-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-condensed-v12-latin-900.woff2') format('woff2'), url('../fonts/barlow-condensed-v12-latin-900.woff') format('woff'), url('../fonts/barlow-condensed-v12-latin-900.ttf') format('truetype'), url('../fonts/barlow-condensed-v12-latin-900.svg#BarlowCondensed') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #003771;
    font: 400 1em/1.3em 'Barlow', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 518px;
    margin: 1rem auto;
    border: solid 2px #003771;
    background: #fff;
    overflow: hidden;
}
h1, h2, strong {
    font-weight: 700;
}
p {
    padding-bottom: 0.5rem;
}
.nobr {
    display: inline-block;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.7em;
    line-height: 1.25em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    text-transform: uppercase;
}
h2+p {
    margin-top: 0.25rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
ul ul{
    padding-bottom: 0;
}
li {
    padding-left: 0.75rem;
}
li:before {
    content: "•";
    font-size: 1.3em;
    line-height: 0.9;
    float: left;
    margin: -1px 0 0 -0.75rem;
}
header::after {
    content: "";
    width: 35%;
    height: 1.25rem;
    background: #FFEB15;
    position: absolute;
    top: 0;
    right: 0;
}
header figure {
    padding: 2rem 1.5rem 0.5rem;
}
article {
    padding: 0.5rem 1rem 1rem;
}
article div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
article div p {
    text-align: center;
    font-size: 0.875em;
    line-height: 1.3;
    max-width: 93px;
}
article div p img {
    display: block;
    margin: 0 auto 1rem;
}
.button, .button2 {
    width: fit-content;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    background: #003771;
    color: #fff;
    margin: 0.5rem auto 1rem;
}
.cust {
    padding: 0.5rem 2.5rem;
}
.button2 {
    background: #FFD64A;
    color: #003771;
}
article>p:first-of-type {
    padding-bottom: 0.375rem;
    border-bottom: 1px solid #003771;
    margin-bottom: 0.5rem;
}
footer img {
    display: block;
}
footer p {
    padding: 0.75rem 1rem;
    background: #003771;
    color: #fff;
    font-size: 1.55em;
    line-height: 1.3;
    text-transform: uppercase;
}
footer p strong {
    font: 900 1em/1.3em 'Barlow Condensed', Arial, sans-serif;
}
@media only screen and (max-width:517px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .hide_m, ul br, h1 br {
        display: none;
    }
    span{
        display: inline-block;
    }
    h1 {
        font-size: 1.5em;
    }
    p, li {
        hyphens: auto;
    }
}
@media only screen and (max-width: 480px) {
    header figure {
        padding: 2rem 1rem 1rem;
    }
}