@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-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-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.4;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 900px;
    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: blue;
    text-decoration: underline;
}

.nowrap {
    white-space: nowrap
}

p {
    margin: 0 0 .625rem;
}

h1 {
    text-align: center;
    font-size: 1.375rem;
    margin: 1rem 0;
}

h2 {
    font-size: 1rem;
    margin: 0 0 1rem
}

h3 {
    font-size: 1em;
    text-decoration: underline;
}

h4 {
    text-align: center;
    font-size: 1.062rem;
    margin: 1.562rem 0
}

ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

ul li {
    padding-left: 55px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -25px;
    font-size: 1.375em;
    line-height: 1.1;
}

article {
    padding: 1.25rem 2.812rem
}

.qr {
    display: flex;
    justify-content: center;
    margin-bottom: .625rem;
}

.center {
    text-align: center;
    margin: 1.562rem 0
}

footer {
    display: flex;
    column-gap: 2.812rem;
    padding-right: 1.562rem
}

footer img {
    display: block
}

.flex {
    display: flex;
    margin: 20px 0 .625rem
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul li {
        padding-left: 1.562rem
    }

    article {
        padding: 1rem
    }

    footer {
        padding: 0
    }
}

@media only screen and (max-width: 37.5rem) {
    article {
        padding: 1rem 0
    }

    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (max-width: 420px) {
    a.wrap {
        white-space: normal
    }
}