@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v15-latin-regular.eot');
    src: url('../fonts/jost-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/jost-v15-latin-regular.woff2') format('woff2'), url('../fonts/jost-v15-latin-regular.woff') format('woff'), url('../fonts/jost-v15-latin-regular.ttf') format('truetype'), url('../fonts/jost-v15-latin-regular.svg#Jost') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v15-latin-700.eot');
    src: url('../fonts/jost-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/jost-v15-latin-700.woff2') format('woff2'), url('../fonts/jost-v15-latin-700.woff') format('woff'), url('../fonts/jost-v15-latin-700.ttf') format('truetype'), url('../fonts/jost-v15-latin-700.svg#Jost') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 1rem;
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4375rem;
    text-align: left;
    color: #fff;
}

#wrapper {
    margin: 0.75rem auto;
    max-width: 910px;
    background: #4f5450;
    overflow: hidden;
    border: solid 3px #e41e26;
}

p {
    margin: 0 0 .625rem;
}

span {
    white-space: nowrap
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

:is(a:link, a:visited, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.no_margin {
    margin: 0;
}

ul {
    margin: 0 0 0.625rem 0.9375rem;
}

ul li {
    list-style: none;
    text-indent: -0.9375rem;
}

ul li:before {
    font-size: 1.125rem;
    margin-right: 0.9375rem;
    position: relative;
    top: -0.125rem;
    float: left;
    content: "\203A";
    color: #ffde00;
}

h1 {
    margin: 0.8125rem 0 0.625rem;
    font-size: 2.25rem;
    line-height: 1.2;
    color: #ffde00;
    text-align: center;
    text-shadow: .125rem .125rem .25rem #949494
}

h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    background: #e41e26;
    text-align: center;
    padding: 1.25rem 2.8125rem;
    color: #ffde00;
}

h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0.625rem 0 0.125rem;
    color: #ffde00;
}

h4 {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 1.25rem;
}

header {
    background: #e41e26;
    padding: 1.25rem 2.8125rem 1rem;
    display: flex;
}

article {
    padding: 1rem 2.813rem;
}

footer {
    padding: 1.5625rem 2.8125rem;
    background: #e41e26;
    color: #ffde00;
}

footer p {
    margin: 0 0 1rem;
}

@media screen and (max-width: 909px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media screen and (max-width: 777px) {
    h2 {
        padding: 1rem;
    }

    header {
        padding: 1rem;
        justify-content: center;
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        margin: 0.9375rem 0 0;
        padding: 0.9375rem 1.0625rem;
    }
}

@media screen and (max-width: 445px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.125rem;
    }

    footer p {
        text-align: center
    }
}