@charset "utf-8";
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v21-latin-600.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot');
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'),
        url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Source Sans Pro', Arial, sans-serif;
}
h2, h3, strong {
    font-weight: 600;
}
#wrapper {
    position: relative;
    max-width: 610px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 1.5rem 1rem 0.5rem;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.55em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
}
h1 span {
    font-size: 0.9em;
}
h1, h2, .color {
    color: #DE0271;
}
h3 {
    font-size: 2.3em;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 0.35rem;
}
h2, ul, article>p {
    font-size: 1.2em;
    line-height: 1.3;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
    width: 324px;
    line-height: 1.25;
}
li {
    padding-left: 0.75rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.75rem;
}
header p {
    text-transform: uppercase;
    font-size: 1.2em;
    padding-bottom: 1rem;
}
i {
    font-style: normal;
    padding-left: 1.3rem;
}
.box {
    padding: 0.5rem 0.5rem 0;
    border: 1px solid;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 225px;
}
.box figure {
    margin-bottom: 2rem;
}
.box p {
    padding-bottom: 1.25rem;
}
article{
    margin-bottom: 0.5rem;
}
footer p:first-of-type {
    font-size: 1.75em;
    line-height: 1.3;
}
footer p {
    text-align: center;
    font-size: 1.385em;
    line-height: 1.2;
}
@media only screen and (max-width:609px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding-top: 1rem;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(a), footer p span {
        display: inline-block;
    }
    li br, .hide_m, header br {
        display: none;
    }
    i {
        padding-left: 0;
    }
    ul{
        width: auto;
    }
    .box {
        position: static;
        width: auto;
        margin: 1rem 0;
    }
    .box figure {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    footer p{
        font-size: 1.25em;
    }
    footer p:first-of-type{
        font-size: 1.5em;
    }
    h1{
        font-size: 2em;
    }
    h3{
        font-size: 1.75em;
    }
}