@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v43-latin-regular.eot');
    src: url('../fonts/open-sans-v43-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'),
        url('../fonts/open-sans-v43-latin-regular.woff') format('woff'),
        url('../fonts/open-sans-v43-latin-regular.ttf') format('truetype'),
        url('../fonts/open-sans-v43-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v43-latin-700.eot');
    src: url('../fonts/open-sans-v43-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'),
        url('../fonts/open-sans-v43-latin-700.woff') format('woff'),
        url('../fonts/open-sans-v43-latin-700.ttf') format('truetype'),
        url('../fonts/open-sans-v43-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333333;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #b11512;
    text-decoration: underline;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap;
}

h1 {
    font-size: 21px;
    position: absolute;
    bottom: 1rem;
    left: 16px
}

h2,
h3 {
    font-size: 1em;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 40px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -20px;
    font-size: 21px;
    line-height: 1.22;
}

header {
    position: relative;
}

article {
    padding: 1rem 1rem 0;
}

footer {
    padding: 0 1rem 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px
}

footer p {
    margin: 0
}

i {
    font-size: 32px
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    article {
        padding: 1rem 0 0
    }

    footer {
        padding: 0
    }
}

@media only screen and (max-width: 740px) {
    h1 {
        position: static;
        margin: 1rem 0 0
    }

    footer {
        justify-content: center
    }
}

@media only screen and (max-width: 500px) {
    ul li {
        padding-left: 20px
    }
}

@media only screen and (max-width: 400px) {
    footer {
        flex-wrap: wrap
    }
}
