@charset "utf-8";

:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   font: 0.813em/1.3em "Segoe UI", Calibri, sans-serif;
   color: #000;
}

#wrapper {
   position: relative;
   margin: 1rem auto;
   overflow: hidden;
   max-width: 1000px;
   border: solid 1px #000;
   background: #fff;
   padding: 1.5rem 3rem;
}

p {
   padding-bottom: 1rem;
}

h1 {
   margin: 1rem 0;
   font-size: 2.2em;
   line-height: 1.1em;
}

h1 span {
   display: block;
   font-weight: 400;
   color: #000;
}

h1,
h2 {
   color: #009C82;
}

h2 {
   font-size: 1.375em;
   line-height: 1.3;
   padding-bottom: 0.6rem;
}

h3 {
   font-size: 1em;
   line-height: 1.3;
}

:is(a:link, a:visited, a:hover, a:active) {
   color: inherit;
   text-decoration: none;
}

ul {
   padding: 0 0 0.7rem;
   list-style: none;
}

li {
   padding: 0 0 0 25px;
}

ul li:before {
   content: "\2022";
   font-size: 1.6em;
   margin: 0 0 0 -16px;
   float: left;
}

header {
   padding: 0;
}

header p {
   font-size: 1.6em;
   line-height: 1.3;
   padding-bottom: 0;
}

header p,
.qrcode p {
   color: #878786;

}

.flex {
   display: flex;
   justify-content: space-between;
   align-items: end;
   padding-bottom: 1rem;
}

.intro p {
   font-size: 1.063em;
   line-height: 1.3;
}

.intro,
.box {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 1rem 0;
}

.intro p:last-of-type {
   width: 83%;
   font-size: 1.250em;
   line-height: 1.1;
}

.left,
.right {
   width: 47%;
}

.right {
   width: 50%;
}

section {
   background: #009C82;
   padding: 1rem 1rem 0;
}

section :is(p, h3) {
   color: #fff;
}

a.link {
   color: #009C82;
}

.qrcode {
   display: flex;
   gap: 1rem;
   align-items: end;
   padding-top: 5rem;
}

.qrcode p {
   font-size: 1.188em;
   line-height: 1.3;
   padding-bottom: 0;
}

footer>p {
   font-size: 1.188em;
   line-height: 1.3;
}

footer {
   margin: -267px 0 0;
}

img {
   max-width: 100%;
   height: auto;

}

@media only screen and (max-width:999px) {
   #wrapper {
      border: none;
      margin: 0 auto;
      padding: 1rem;
   }

   p {
      text-align: left;
   }

   p :is(a, span) {
      display: inline-block;
   }

   .intro p:last-of-type {
      width: 100%;
   }

   footer {
      margin: 0;
   }

   footer>p br,.intro br {
      display: none;
   }

   .qrcode {
      padding: 1rem 0 0;
   }
}

@media only screen and (max-width:780px) {

   .left,
   .right {
      width: 100%;
   }
}
