@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-v30-latin-regular.eot');
    src: url('../fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-regular.woff') format('woff'), url('../fonts/merriweather-v30-latin-regular.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-v30-latin-700.eot');
    src: url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'), url('../fonts/merriweather-v30-latin-700.woff') format('woff'), url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'), url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: .937rem;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    margin: 0 auto;
}

.container {
    position: relative;
    max-width: 940px;
    margin: 1rem auto 0;
    overflow: hidden;
    background: #fff;
    box-shadow: .187rem .187rem .687rem .125rem #939095;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 30px;
    text-align: justify;
}

h1 {
    margin: 16px 0 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Merriweather", "Arial", sans-serif;
}

h2 {
    margin: 1rem 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0 25px;
    font-family: "Merriweather", "Arial", sans-serif;
}

ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

ul li {
    padding: 0 0 4px .937rem;
    position: relative;
    overflow: hidden;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    color: #f50001;
    font-size: 1.062rem;
    position: relative;
    top: -.062rem;
    left: 0;
}

header {
    padding: 2.187rem 3.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section {
    padding: 0 3.5rem;
}

.first {
    padding-left: 5.062rem;
}

.box {
    margin: 0 0 45px;
    background-color: #f50001;
    padding: 16px 56px;
}

.margin {
    margin: 0 0 40px;
    font-family: "Merriweather", "Arial", sans-serif;
    font-size: 1rem;
}

.last {
    margin: 0 0 2.812rem;
}

footer {
    margin: 80px 0 0;
    border-top: .062rem solid #f50001;
    background: #fff;
    padding: 0 3.5rem;
}

a.apply {
    color: #fff;
    background: #f50001;
    border: .062rem solid #f50001;
    font-size: 1rem;
    padding: .5rem 1.25rem;
    margin: .5rem auto 0;
    display: block;
    width: fit-content;
}

@media only screen and (max-width: 939px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .container {
        margin: 1rem 1rem 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {

    .firet,
    .section {
        padding: 0 1.25rem;
    }

    .box {
        padding: 16px;
        margin: 1rem 0;
    }

    h1 {
        margin: 0 0 1rem;
        font-size: 22px;
    }

    h2 {
        margin: 0;
    }

    h3 {
        margin: 1rem 0;
    }

    .margin {
        margin: 1rem 0;
    }

    .last {
        margin: 0 0 2.187rem;
    }
}

@media only screen and (max-width: 480px) {
    .margin br {
        display: none
    }

    header {
        justify-content: center;
        align-items: center;
    }

    h1,
    h2,
    .margin,
    .last {
        text-align: center;
    }

    footer {
        margin: 30px 0 0;
        padding: 16px
    }
}
