@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #435052;
    background: #fff;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: 0.0625rem solid #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

h1 {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-bottom: 0.9375rem;
    text-align: center;
}

h2 {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 0 0.3125rem;
}

p {
    margin: 0 0 .625rem;
}

span {
    white-space: nowrap;
}

ul {
    margin-bottom: 0.9375rem;
    list-style: none;
}

ul li {
    padding-left: 0.9375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.9375rem;
    font-size: 1.125rem;
    line-height: 1.05;
}

header {
    display: flex;
    justify-content: center;
    padding: 1.875rem 1rem;
}

article {
    padding: 10px 30px 0;
}

footer {
    padding: 0 30px 1.875rem;
}

a.link {
    color: #e00028;
    text-decoration: underline;
}

a.apply {
    color: #FFF;
    background: #E00028;
    padding: 6px 12px;
    display: inline-block;
    cursor: pointer;
}

a.apply:hover {
    background: #ad001f;
}

i {
    color: #e00028
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 672px) {
    a.wrap {
        white-space: normal;
    }

    article {
        padding: 10px 16px 0;
    }

    footer {
        padding: 0 16px 1rem;
        text-align: center;
    }
}
