@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Lobster Two';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lobster-two-v22-latin-700.eot');
    src: url('../fonts/lobster-two-v22-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lobster-two-v22-latin-700.woff2') format('woff2'), url('../fonts/lobster-two-v22-latin-700.woff') format('woff'), url('../fonts/lobster-two-v22-latin-700.ttf') format('truetype'), url('../fonts/lobster-two-v22-latin-700.svg#LobsterTwo') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 0.875em/1.3em 'Open Sans', Calibri, sans-serif;
    color: #000;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 930px;
    border: solid 1px #000;
    background: #000;
}
#wrapper:before {
    content: "";
    height: 30px;
    width: 100%;
    background: url('../images/before.png') top left;
    position: absolute;
    bottom: 31px;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
h1 {
    margin: 2rem 0rem 2rem;
    font-size: 1.692em;
    line-height: 1.1em;
}
h1 small {
    font-size: 0.5em;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
}
h2 {
    font-size: 2.5em;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h2 + p {
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: -0.2px;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
}
h4 {
    font-size: 1.75em;
    line-height: 1.1;
    padding-bottom: 0.3rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
h1, h2, h4 {
    font-family: 'Lobster Two', Arial, sans-serif;
}
main {
    display: flex;
    justify-content: space-between;
}
article {
    padding: 1.5rem;
    background: #fff;
    flex: 1;
}
.circle {
    position: absolute;
    right: 1rem;
    top: -7rem;
}
.box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.box p {
    padding-bottom: 0;
    font-size: 0.875em;
    line-height: 1.2;
}
.qrcode {
    padding-right: 1rem;
}
.flexbox {
    display: flex;
    justify-content: space-between;
}
footer p {
    background: #000;
    padding: 1rem 3rem;
    font-size: 0.750em;
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
    text-align: right;
}
figcaption {
    font-size: 0.875rem;
    line-height: 1.3;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    .circle {
        position: static;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    h1 {
        margin: 1rem 0;
    }
    h2 {
        font-size: 2em;
    }
    main {
        flex-direction: column;
        align-items: center;
    }
    article {
        padding: 1rem;
    }
    .box {
        align-items: flex-end;
    }
    p :is(span, a) {
        display: inline-block;
    }
    footer p {
        padding: 1rem;
        text-align: center;
    }
    #wrapper:before {
        display: none;
    }
}
@media only screen and (max-width:475px) {
    .box br {
        display: none;
    }
    .flexbox {
        flex-direction: column;
        gap: 1rem;
    }
    .qrcode {
        display: flex;
        justify-content: center;
        padding: 0;
    }
}