@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font: 0.9375rem/1.4 Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
    padding: 55px
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.button {
    background: #2B6FB2;
    color: #fff;
    font-weight: bold;
    padding: 6px .937rem;
    border-radius: 7px;
    margin-top: 15px
}

a.button:hover {
    background: #DA3941
}

p {
    margin: 0 0 .937rem;
}

h1 {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 .937rem
}

h1 small {
    font-size: 1em;
    font-weight: normal;
}

h2 {
    font-size: 1em;
    text-align: center;
    margin: 0 0 .937rem
}

h3 {
    font-size: 1em;
    margin: 0 0 .625rem
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 44px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -24px;
    font-size: 1.375em;
    line-height: 1.1;
}

.big_margin {
    margin-bottom: 2.5rem
}

header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.875rem
}

footer {
    display: flex;
    justify-content: center
}

.logo {
    position: absolute;
    left: .625rem;
    bottom: 45%
}

@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;
    }

    ul li {
        padding-left: 1.5rem
    }

    .big_margin {
        margin-bottom: 1.562rem
    }

    .logo {
        display: none;
    }

    .button {
        margin: 1.25rem 0
    }
}
