@charset "utf-8";
@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/eb-garamond-v26-latin-700.eot');
    src: local(''),
        url('../fonts/eb-garamond-v26-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/eb-garamond-v26-latin-700.woff2') format('woff2'),
        url('../fonts/eb-garamond-v26-latin-700.woff') format('woff'),
        url('../fonts/eb-garamond-v26-latin-700.ttf') format('truetype'),
        url('../fonts/eb-garamond-v26-latin-700.svg#EBGaramond') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 700 1em/1.3em 'EB Garamond', "Times New Roman", Times, serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    padding: 2.75rem 3rem 1rem;
    height: 1125px;
}
:is(h1, h2, h3, h4, h5, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
h1, h4 {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
}
h1 {
    margin: 0;
    font-size: 3.1em;
    line-height: 1.1;
}
h1 span {
    font-size: 1.313rem;
    color: #000;
    text-shadow: none;
}
h2, h3, h5 {
    color: #60BB46;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
h3 {
    font-size: 1.125em;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}
h3+p {
    padding-bottom: 0;
}
h4 {
    font-size: 2.6em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
h5 {
    font-size: 2em;
    line-height: 1.1;
    text-align: center;
    border: 3px dashed #60BB46;
    padding: 0.5rem 0.5rem 0.75rem;
    margin: 0.5rem 0;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 0 2.25rem;
    margin-bottom: 1.25rem;
    background: url('../images/icon_bg.jpg') no-repeat left center;
    font-size: 1.25em;
    line-height: 1.3;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}
header p {
    font-size: 0.8em;
    line-height: 1.3;
}
.qr {
    display: flex;
    gap: 0.5rem;
    margin: 0.25rem 0 0.75rem;
    width: 200px;
}
.qr1 {
    align-items: flex-end;
}
.qr1 p {
    padding-bottom: 0;
}
.qr figure {
    padding-right: 0.5rem;
    border-right: 1px solid #60BB46;
    width: 72px;
}
.qr div {
    flex: 1;
}
.title {
    width: 300px;
    margin: 7rem 0 8.75rem auto;
}
.title p {
    font-size: 1.313em;
    line-height: 1.3;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.right p {
    font-size: 1.4em;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 1rem;
}
.right p span {
    color: #60BB46;
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1;
}
footer {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
}
footer p {
    font-size: 1.25em;
    line-height: 1.3;
}
.hl {
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 0.9em;
}
figure {
    margin: 0;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        height: auto;
        padding: 1rem;
    }
    :is(p, li) {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    header {
        flex-direction: column;
        align-items: center;
    }
    .title {
        background: #60BB46;
        margin: 0 -1rem 1rem;
        padding: 1rem;
        width: auto;
    }
    .title :is(p, h1, h4), footer p {
        text-align: center;
    }
    footer {
        background: #60BB46;
        margin: 0 -1rem -1rem;
        padding: 1rem;
        position: static;
    }
}
@media only screen and (max-width:768px) {
    .flex {
        flex-direction: column;
        align-items: center;
    }
    li {
        padding-block: 0.35rem 0;
    }
    li br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 2.5em;
    }
    h4 {
        font-size: 2.2em;
    }
    h5 {
        font-size: 1.7em;
    }
}