@charset "utf-8";
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v14-latin-regular.eot'); 
  src: local(''),
       url('../fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/jost-v14-latin-regular.woff2') format('woff2'), 
       url('../fonts/jost-v14-latin-regular.woff') format('woff'), 
       url('../fonts/jost-v14-latin-regular.ttf') format('truetype'), 
       url('../fonts/jost-v14-latin-regular.svg#Jost') format('svg'); 
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v14-latin-700.eot'); 
  src: local(''),
       url('../fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/jost-v14-latin-700.woff2') format('woff2'), 
       url('../fonts/jost-v14-latin-700.woff') format('woff'), 
       url('../fonts/jost-v14-latin-700.ttf') format('truetype'), 
       url('../fonts/jost-v14-latin-700.svg#Jost') format('svg'); 
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #FFF;
    font: 400 1em/1.3em 'Jost', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #8BC63E;
    background:  url('../images/bg.jpg') no-repeat top left;
    overflow: hidden;
    padding: 3rem 4rem 5.625rem;
}
:is(h1,h2,h3,strong){
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 7rem;
    font-size: 1em;
    line-height: 1.3;
    padding-left: 1rem;
}
h1:before {
    content: "•";
    float: left;
    margin: 0 0 0 -1rem;
}
h2,h3{
    text-transform: uppercase;
}
h3 sup{
    text-transform: none;
}
h2 {
    font-size: 1.62em;
    line-height: 1.3;
    margin-bottom: 4rem;
}
h3 {
    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;
}
.res{
    display: none;
}
.logo{
    margin: -11px -19px 17rem 0;
}
article p {
    position: absolute;
    top: 285px;
    right: 58px;
    width: 150px;
    text-align: center;
    font-size: 1.152em;
    line-height: 1.3em;
    transform: rotate(350.5deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(350.5deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(350.5deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(350.5deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(350.5deg) scale(1) skew(1deg) translate(0px); 
}
article p span {
    font-size: 1.512em;
}
footer{
    display: flex;
    justify-content: start;
    gap: 0 3rem;
}
footer p{
    font-size: 0.8em;
    line-height: 1.3em;
}
.qr{
       position: absolute;
       bottom: 6.5rem;
       right: 4rem;
}
.qr p{
text-align: right;
padding-bottom: 0.5rem;
}
.qr figure,.logo{
    display: flex;
    justify-content: flex-end
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 0;
        background-image: none;
    }
    h1, h2 {
        margin-bottom: 2rem;
    }
    header img{
        display: block;
    }
    .logo{
        justify-content: center;
        margin: 1rem;
    }
    p :is(a,span){
        display: inline-block;
    }
    .res{
         display: block;
    }
    main{
        padding: 1rem;
        background-image: linear-gradient(to right, #00A779, #D3DA42);
    }
    .qr{
        right: 1rem;
        bottom: 2rem;
    }
    article p {
        display: none;
    }
}
@media only screen and (max-width:645px){
    footer{
        flex-direction: column;
    }
    .qr{
        position: static;
    }
    .qr p, footer p{
        text-align: center;
    }
    .qr figure{
        display: flex;
        justify-content: center;
    }
}