@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-serif-4-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-serif-4-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-serif-4-v14-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-serif-4-v14-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-serif-4-v14-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/source-serif-4-v14-latin-regular.svg#SourceSerif4') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-serif-4-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-serif-4-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-serif-4-v14-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-serif-4-v14-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-serif-4-v14-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/source-serif-4-v14-latin-700.svg#SourceSerif4') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v36-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v36-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-slab-v36-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-slab-v36-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-slab-v36-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-slab-v36-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v36-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v36-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-slab-v36-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-slab-v36-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-slab-v36-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 700 1.125em/1.3 'Source Serif 4', 'Times New Roman', serif;
}
#wrapper {
    position: relative;
    max-width: 890px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top 1rem center;
    overflow: hidden;
    padding: 2.25rem 4.25rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 3rem;
    font-size: 2.875em;
    line-height: 1.1em;
    text-shadow: 2px 2px 0px #111;
}
h1 span {
    font-size: 0.9rem;
    color: #000;
    text-shadow: none;
}
h2 {
    font-size: 4em;
    line-height: 1.2;
    margin-left: 13.25rem;
    text-shadow: 3px 3px 0px #111;
}
h3 {
    font-size: 1.85em;
    line-height: 1.1;
    margin-bottom: 1.75rem;
}
h4 {
    position: absolute;
    right: 4.25rem;
    top: 62.5rem;
    font-size: 1.063em;
    line-height: 1.3;
}
h5 {
    color: #0BA44E;
    font: 700 1em/1.2 'Roboto Slab', 'Times New Roman', Times, serif;
    margin-bottom: 0.5rem;
}
h6 {
    font-size: 0.875em;
    line-height: 1.3;
}
h6 + p {
    font-size: 0.65em;
    line-height: 1.4;
}
h4 span {
    display: block;
}
h3, .color, h6 {
    color: #60BB47;
}
h1, h3, header p {
    text-align: center;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    list-style: none;
    width: 40%;
}
li {
    padding: 0 0 1.313rem 2.25rem;
}
ul li:before {
    content: "";
    width: 30px;
    height: 36px;
    background: url('../images/icon.jpg') no-repeat center;
    float: left;
    margin: 3px 0 0 -2.25rem;
}
ul li:nth-of-type(3)::before {
    margin-top: -4px;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
header p {
    padding: 0.5rem 0;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.25;
}
.upper {
    text-transform: uppercase;
    font-size: 0.8125em;
    line-height: 1.3;
}
header > img {
    opacity: 0;
}
article {
    padding: 2.75rem 0 2.5rem;
}
h2, h4 span {
    text-transform: uppercase;
}
h1, h2, h4 span {
    color: #fff;
}
.box {
    position: absolute;
    top: 43.5rem;
    right: 5rem;
    width: 350px;
}
.box p {
    width: fit-content;
    margin: 0 auto;
    font-size: 1.25em;
    line-height: 1.3;
}
.width {
    display: inline-block;
    padding-right: 1.5rem;
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.qr {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
}
.qr div {width: 100px;}
.qr::before {
    content: "";
    width: 2px;
    height: 74%;
    background: #0BA44E;
    position: absolute;
    top: 6px;
    left: 72px;
}
.qr p {
    font: 400 0.625em/1.3 'Roboto Slab', 'Times New Roman', Times, serif;
    color: #4D4F4D;
}
.qr1 {
    align-items: flex-end;
}
@media only screen and (max-width: 889px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    header > img {
        display: block;
        opacity: 1;
    }
    article {
        padding: 0;
    }
    .title {
        margin: 0 -2rem 1.75rem;
        padding: 0.5rem 2rem;
        background: linear-gradient(to right, #ECF5E6, #60BB46);
    }
    h2 {
        margin: 0;
        text-align: center;
    }
    h1 {
        margin: 1rem 0 0;
    }
    ul {
        width: auto;
        padding-bottom: 1rem;
    }
    :is(h3, h5, ul) br {
        display: none;
    }
    ul li:before {
        margin-top: -4px;
    }
    .box {
        position: static;
        border: 4px dotted #60BB46;
        padding: 1rem 1rem 0;
        width: fit-content;
        margin: 0 auto 1rem;
    }
    h4 {
        background: linear-gradient(to right, #ECF5E6, #60BB46);
        position: static;
        padding: 1rem;
        width: fit-content;
        margin: 0 auto 1rem;
        text-align: center;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 1rem 2rem;
    }
    h2 {
        font-size: 3em;
    }
    h1 {
        font-size: 2.5em;
        line-height: 1.1;
    }
    footer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 2rem;
    }
    .qr div {
        width: auto;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    h2 {
        font-size: 2.25em;
    }
    h1 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
}