@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3 "Raleway", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 955px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('./bg.jpg') no-repeat top center;
    overflow: hidden;
    height: 1351px;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0.75rem 0 0;
    font-size: 2.375em;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
}
h1 span {
    font-size: 0.5em;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    width: fit-content;
    margin: 0 0 0.25rem -2.75rem;
    border-bottom: 2px solid #7C7C7C;
    padding: 0 0 0 2.75rem;
}
h2, strong {
    font-weight: 500;
}
.fw-700 {
    font-weight: 700;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
ul:nth-last-of-type(2) {
    padding-bottom: 0.25rem;
}
li {
    padding: 0 0 0.313rem 0.625rem;
}
li:before {
    content: "•";
    float: left;
    margin-top: 0;
    margin-left: -0.625rem;
}
header {
    padding: 2.75rem 2.75rem 1rem;
}
header :is(h1, p), footer p {
    color: #fff;
}
article {
    padding: 1.5rem 15.875rem 0 2.75rem;
}
.fw-700 {
    margin: 0 -3.5rem 0.5rem 0;
}
hr {
    margin: 0 -5rem 0.75rem 0;
    border: 0;
    border-bottom: 2px solid #7C7C7C;
}
.center {
    text-align: center;
    font-size: 1.313em;
    line-height: 1.3em;
}
figure a:first-of-type {
    position: absolute;
    top: 13.4rem;
    right: 119px;
}
figure a:nth-of-type(2) {
    position: absolute;
    top: 34rem;
    right: 120px;
}
figure a:nth-of-type(3) {
    position: absolute;
    top: 49.9rem;
    right: 119px;
}
figure a:nth-of-type(4) {
    position: absolute;
    top: 72.55rem;
    right: 120px;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 13rem 0.25rem 2.75rem;
}
footer p strong {
    font-weight: 600;
}
.qr p {
    padding: 0;
}
.qr {
    display: flex;
    align-items: flex-start;
    gap: 0.25rem;
}
@media only screen and (max-width: 954px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        background: #fff;
    }
    :is(header, article) br {
        display: none;
    }
    p, li {
        hyphens: auto;
    }
    header, article {
        padding: 2rem;
    }
    header {
        background-color: #CD1619;
    }
    .fw-700 {
        margin-right: 0;
    }
    figure a {
        position: static !important;
    }
    figure {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 1rem;
    }
    footer {
        padding: 1rem 2rem 0.75rem;
        background-color: #575656;
    }
}
@media only screen and (max-width: 540px) {
    h1 {
        font-size: 2em;
    }
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
}
@media only screen and (max-width: 480px) {
    header, article, footer {
        padding: 1rem;
    }
}