@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lato-v24-latin-regular.eot);
    src: url(../fonts/lato-v24-latin-regular_8b7d8b69c993f3aa.eot) format('embedded-opentype'), url(../fonts/lato-v24-latin-regular.woff2) format('woff2'), url(../fonts/lato-v24-latin-regular.woff) format('woff'), url(../fonts/lato-v24-latin-regular.ttf) format('truetype'), url(../fonts/lato-v24-latin-regular_22ab4cafea0cdc32.svg) format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/lato-v24-latin-700.eot);
    src: url(../fonts/lato-v24-latin-700_8b7d8b69c993f3aa.eot) format('embedded-opentype'), url(../fonts/lato-v24-latin-700.woff2) format('woff2'), url(../fonts/lato-v24-latin-700.woff) format('woff'), url(../fonts/lato-v24-latin-700.ttf) format('truetype'), url(../fonts/lato-v24-latin-700_22ab4cafea0cdc32.svg) format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #333333;
    font: 400 1em/1.3em 'Lato', Arial, sans-serif;
}
h1, h2, h3, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color {
    color: #ff6600;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2em;
    line-height: 1.1em;
    position: absolute;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    top: 12rem;
}

h1 span {
    font-size: 0.7em;
    display: block;
    font-weight: 400;
}
h2 {
    font-size: 1.75em;
    line-height: 1.3em;
    margin: 1rem 0 0.5rem;
}
h3 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    background: #E8E8E8;
    border-radius: 0.75rem;
    padding: 1.5rem 1.5rem 1.5rem 11.125rem;
}

h3 span {
    font-size: 1rem;
    font-weight: 400;
}
h4 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 3rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1.5rem;
}
figure {
    padding: 2rem;
}
.box-red {
    padding: 2rem;
    background: #AA0C23;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box-red h2 {
    width: 100%;
    margin-bottom: 1rem;
}
.box-red p {
    width: 49%;
    font-size: 1.125em;
    line-height: 1.3;
}
.box-red :is(h2, p) {
    color: #fff;
}
.box {
    padding: 2rem;
}
.pdb {
    padding-bottom: 2rem;
}
.icon img {
    vertical-align: sub;
    margin-right: 1rem
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex div {
    width: 49%;
}
.avt > img {
    float: left;
    margin: -5.75rem 1.25rem 1.25rem;
    border-radius: 0.75rem;
}
.avt p img {
    margin-right: 1rem;
}
footer {
    padding: 2rem 2rem 1rem;
    background: #F2F2F2;
}

footer :is(h4, p) {
    text-align: center;
}
a.apply {
    background: #FF6600;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    display: inline-block;
}
@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;
    }
    figure {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
        gap: 2rem;
    }
    .flex div {
        width: auto;
    }
    h1 {
        position: static;
        color: #333;
        margin: 1rem;
    }
}
@media only screen and (max-width:480px) {
    li {
        padding-left: 1rem;
    }
    li:before {
        margin-left: -1rem;
    }
    .box-red p {
        width: 100%;
    }
    .box, .box-red, footer {
        padding: 1rem;
    }
}
@media only screen and (max-width:440px) {
    .avt > img {
        float: none;
        display: block;
        margin: 0 auto 1rem;
    }
    h3 {
        padding: 1rem;
    }
}