@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v34-latin-regular.eot');
    src: url('../fonts/roboto-slab-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-regular.svg#RobotoSlab') format('svg');
}

@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');
}

: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;
    background-color: #f4f4f4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
    background-color: #fff;
    -moz-box-shadow: 0 0 1.437rem #a6a6a6;
    -webkit-box-shadow: 0 0 1.437rem #a6a6a6;
    box-shadow: 0 0 1.437rem #a6a6a6;
    padding: 0 1.187rem;
}

h1 {
    font-family: "Roboto Slab", Times New Roman, serif;
    font-size: 2.8rem;
    line-height: 1.1;
    color: #0051a1;
    padding: 0;
    margin: 2rem 0;
    font-weight: 400
}

h2 {
    font-family: "Roboto Slab", Times New Roman, serif;
    font-size: 1.062rem;
    margin: 0 0 0.625rem;
}

h2 + p {
    margin-top: 0.312rem;
}

p {
    margin: 0 0 1rem;
}

p span {
    white-space: nowrap;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 2rem;
}

ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -1.375rem;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #e30616;
}

header {
    margin: 1.5rem 0 1rem;
}

article {
    padding: 0.5rem 0;
}

.section {
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #f2f2f2;
    margin: 0 0 2rem;
}

footer {
    padding: 0 0 1rem;
}

footer p {
    margin: 0;
    font-weight: bold;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        hyphens: auto;
    }

    h1 {
        font-size: 2.187rem;
        line-height: 1.2;
    }

    h2 {
        font-size: 1rem;
    }

    header {
        margin: 0 0 1rem;
    }

    .section {
        padding: 1rem;
        margin: 0 0 1.25rem;
    }

}

@media only screen and (max-width: 37.5rem) {
    h1 {
        font-size: 24px;
        text-align: center;
    }

    ul li {
        padding-left: 1.125rem;
    }

    ul li:before {
        margin-left: -1.125rem;
    }

    footer p,
    footer h2 {
        text-align: center;
    }
}