@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

h1,
h3,
strong {
    font-weight: 700
}

h1 {
    font-size: 1rem;
    line-height: 1.1;
    margin: 0 0 1rem;
    text-align: center;
}

h2 {
    font-size: 1.062rem;
    text-align: center;
    margin: 0 0 1rem;
    font-weight: 400;
    line-height: 1.2
}

h3 {
    font-size: 1rem;
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 5.3rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1.1;
}

header {
    padding: 2rem 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

header img {
    margin: 0 0 1rem
}

article {
    padding: 0 4rem
}

footer {
    padding: 0 4rem 4rem
}

.margin {
    margin-left: 2rem
}

@media only screen and (max-width: 49.937rem) {
    #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.375rem
    }

    ul li:before {
        margin-left: -1rem;
    }

    header {
        padding: 0;
    }

    article {
        padding: 0
    }

    footer {
        padding: 0
    }

    footer p:last-of-type {
        margin: 0
    }

    h2 br {
        display: none
    }
}

@media only screen and (max-width: 37.5rem) {
    .margin {
        margin: 0
    }
}

@media only screen and (max-width: 30rem) {

    h2,
    h3 {
        margin: 0 0 .625rem
    }

    footer p,
    footer h3 {
        text-align: center
    }
}
