@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'),
        url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'),
        url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'),
        url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v15-latin-600.eot');
    src: url('../fonts/source-sans-3-v15-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-3-v15-latin-600.woff2') format('woff2'),
        url('../fonts/source-sans-3-v15-latin-600.woff') format('woff'),
        url('../fonts/source-sans-3-v15-latin-600.ttf') format('truetype'),
        url('../fonts/source-sans-3-v15-latin-600.svg#SourceSans3') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #172E53;
    font: 400 1em/1.3em 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 529px;
    margin: 1rem auto;
    border: solid 2px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0.8rem 0.8rem 0.4rem;
}
strong, li {
    font-weight: 600;
}
p {
    padding-bottom: 0.4rem;
}
p span.ml {
    margin-left: 1rem;
}
h1 {
    margin: 0.25rem 0 0;
    font-size: 2.25em;
    line-height: 1.1em;
    font-weight: 400;
}
h1 span {
    font-weight: 400;
    font-size: 1rem;
}
:is(a:link, a:hover, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem 0.9rem;
    list-style: none;
}
li {
    padding-left: 0.8rem;
    color: #D11C21;
    font-size: 1.51em;
    line-height: 1.3em;
    font-weight: 700;
}
ul li:before {
    content: "-";
    font-size: 1em;
    float: left;
    margin-left: -0.8rem;
}
article>p:first-of-type {
    color: #231F20;
    padding-top: 0.35rem;
}
@media only screen and (max-width:528px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    span {
        display: inline-block;
    }
    p span.ml{
      margin: 0;
    }
    h1 br {
        display: none;
    }
}
 