@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-regular.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-700.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #221C22;
    font: 400 0.875em/1.3em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
p.justify {
    text-align: justify;
    hyphens: auto;
}
h2, p.ttu {
    text-transform: uppercase;
}
:is(h2, strong) {
    font-weight: 700;
}
h1 span {
    font-weight: 400;
    text-transform: none;
    font-size: 0.9em;
    display: block;
    color: #221C22;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #EE1C22;
    font-weight: normal;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header img {
    display: block;
}
article {
    padding: 1rem 2rem 2rem;
    position: relative;
}
.map {
    position: absolute;
    top: 4rem;
    right: -1rem;
}
footer {
    background: #43474D;
    padding: 1rem 2rem 0 2rem;
}
footer :is(p, a){
    position: relative;
    z-index: 999;
}
footer p, h3 {
    color: #FFF;
}
.flex-s, .flex {
    display: flex;
    justify-content: start;
    gap: 0 1rem;
}
p.flex-s, footer .flex-s {
    align-items: center;
}
.qr {
    margin-bottom: -5.1rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 1rem;
}
.qr p{
    text-align: right;
}
.social {
    padding-right: 0.2rem;
    border-right: 1px solid #FFF;
}
footer .flex-s p {
    padding-bottom: 0;
}
footer .flex {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 0 2rem;
    flex-wrap: wrap;
}
footer p {
    font-size: 0.9em;
    line-height: 1.3em;
}
.logo{
    background: #FFF;
    margin: 0 -2rem;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p.justify {
        text-align: left;
    }
    .qr{
        margin-bottom: -4rem;
    }
}
@media only screen and (max-width:820px){
    .map{
        display: flex;
        justify-content: center;
        position: static;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
}
@media only screen and (max-width:580px) {
    div.flex-s {
        flex-wrap: wrap;
        gap: 0 1rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem;
    }
    .qr {
        margin: 0;
        flex-direction: column;
        align-items: center;
    }
    footer .flex {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
    footer p {
        text-align: center;
    }
}