@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v32-latin-900.eot');
    src: url('../fonts/roboto-v32-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-900.woff2') format('woff2'), url('../fonts/roboto-v32-latin-900.woff') format('woff'), url('../fonts/roboto-v32-latin-900.ttf') format('truetype'), url('../fonts/roboto-v32-latin-900.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #484848;
    font: 400 1em/1.5em 'Roboto', Arial, sans-serif;
}
h1, h2, h3, h4 {
    font-weight: 900;
}
strong {
    font-weight: 700;
}
#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;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2em;
    line-height: 1.1em;
    color: #9a0012;
    text-transform: uppercase;
}
h2 {
    font-size: 1.55em;
    line-height: 1.3em;
    margin-bottom: 2rem;
}
h3 {
    font-size: 3em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.65em;
    line-height: 1.3em;
    margin: 1rem 0 0.5rem;
    color: #9a0012;
}
.center :is(h2, h3, h4, p) {
    text-align: center;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1.5rem;
}
li:before {
    content: url('../images/iconlist.png');
    float: left;
    margin: -1px 0 0 -1.5rem;
}
header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
}
header figure {
    margin: 0 -2rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 3rem;
}
.flex div {
    width: 50%;
}
.imagesl {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.box1 {
    background: #666666;
    padding: 2rem;
}
.box1 :is(h2, li), .benfit :is(h3, p) {
    color: #fff;
}
.box2 {
    padding: 2rem;
    background: #EEEFEF;
}
.iconct li:before {
    content: url('../images/iconct.png');
}
.benfit {
    background: linear-gradient(180deg, rgba(154,0,18,1) 0%, rgba(77,0,9,1) 100%);
    padding: 2rem;
    margin: 0 -2rem 2rem;
}
.benfit img {
    display: block;
    margin: 0 auto 1rem;
}
.benfit p {
    font-size: 0.875em;
    line-height: 1.3;
}
.benfit .flex {
    margin: 0 0 2rem;
}
.benfit .flex p {
    text-align: center;
}
a.link {
    display: inline-block;
    padding: 0.75rem 2rem 0.5rem;
    color: #9a0012;
    background: #fff;
}
a.apply {
    display: inline-block;
    padding: 0.5rem 2rem;
    color: #fff;
    background: #9a0012;
}
.center figure {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}
.social {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.social i {
    color: #9a0012;
    font-size: 2.5em;
    line-height: 1.3;
}
@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) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: 100%;
    }
    header {
        align-items: center;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    header figure {
        margin: 0 -1rem;
    }
}