@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v25-latin-regular.eot');
    src: url('../fonts/lato-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v25-latin-regular.woff2') format('woff2'), url('../fonts/lato-v25-latin-regular.woff') format('woff'), url('../fonts/lato-v25-latin-regular.ttf') format('truetype'), url('../fonts/lato-v25-latin-regular.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v25-latin-900.eot');
    src: url('../fonts/lato-v25-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v25-latin-900.woff2') format('woff2'), url('../fonts/lato-v25-latin-900.woff') format('woff'), url('../fonts/lato-v25-latin-900.ttf') format('truetype'), url('../fonts/lato-v25-latin-900.svg#Lato') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Lato', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 900;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 2rem;
    font-size: 2.5em;
    line-height: 1.3;
}
h1 span {
    font-weight: 400;
    display: block;
    font-size: 1.5rem;
    line-height: 1.3;
}
h2 {
    font-size: 1.875em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header figure {
    margin: 2rem -2rem;
}
hr {
    border: 0;
    border-bottom: 1px dashed #6c6c6c;
    margin: 2rem 0;
}
.flex {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 2rem 0;
}
.flex figure {
    width: 50%;
    border-radius: 1rem;
    overflow: hidden;
}
.flex ul {
    flex: 1;
}
.icon {
    display: flex;
    justify-content: center;
    gap: 1rem 4rem;
    margin: 1rem 0 2rem;
}
.icon p {
    text-align: center;
    font-size: 1.25em;
    line-height: 1.3;
    position: relative;
}
.icon p:not(:last-of-type):after {
    content: "";
    width: 75%;
    height: 6px;
    background: #CA0538;
    border-radius: 0.5rem;
    position: absolute;
    top: 1.25rem;
    left: 89%;
}
:is(.icon, .benfit) img {
    display: block;
    margin: 0 auto 0.5rem;
}
.big {
    font-size: 1.3125em;
    line-height: 1.3;
}
.benfit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}
.benfit img {
    margin: 0 auto 1rem;
}
.benfit p {
    width: 30%;
    text-align: center;
}
a.apply {
    display: block;
    width: fit-content;
    padding: 0.5rem 2rem;
    border-radius: 0.25rem;
    border: 1px solid #bb0032;
    background: #bb0032;
    color: #fff;
    font-weight: 700;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
    }
}
@media only screen and (max-width:520px) {
    #wrapper {
        padding: 1rem;
    }
    header figure {
        margin: 1rem -1rem;
    }
    .flex figure {
        width: 100%;
    }
    .icon p {
        width: 100%;
    }
    .icon p:not(:last-of-type):after {
        display: none;
    }
    .icon {
        flex-direction: column;
    }
    .benfit p {
        width: 46%;
    }
}