@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-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-sans-3-v19-latin-regular.svg#SourceSans3') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-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-sans-3-v19-latin-700.svg#SourceSans3') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Atkinson Hyperlegible Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/atkinson-hyperlegible-mono-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/atkinson-hyperlegible-mono-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-regular.svg#AtkinsonHyperlegibleMono') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Atkinson Hyperlegible Mono';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/atkinson-hyperlegible-mono-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/atkinson-hyperlegible-mono-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/atkinson-hyperlegible-mono-v8-latin-700.svg#AtkinsonHyperlegibleMono') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.5em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 870px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 3rem 5rem 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: underline;
}
a[href^="tel:"] {
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
:is(h1, h3) {
    color: #4DA8D5;
}
h1 {
    margin: 0 0 1rem -1rem;
    font-size: 1.875em;
    line-height: 1.1;
}
h2 {
    font-size: 1.313em;
    line-height: 1.3;
    background: #4DA8D5;
    padding: 0.125rem 1rem;
    position: relative;
    margin: 0.5rem 0 1.5rem;
}
h2 img {
    position: absolute;
    left: -2.5rem;
    top: -7px;
}
h3 {
    font-size: 1.75em;
    line-height: 1.2;
    font-family: 'Atkinson Hyperlegible Mono', monospace;
    margin: 0 0 -1rem -1.5rem;
}
h4 {
    font-size: 1em;
    line-height: 1.3;
    padding-bottom: 1rem;
}
h5{
    font-size: 1em;
    font-weight: 400;
    text-decoration: underline;
}
li span{
    display: block;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.5rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: -1px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.info {
    background: #006851 url('../images/bg.jpg') no-repeat top right;
    background-size: 100%;
    margin: 0 -5rem 1.5rem;
    padding: 3.5rem 0 0;
    display: flex;
    justify-content: space-between;
}
.info div {
    width: fit-content;
    padding: 2.75rem 1rem 3.5rem 0;
    margin-left: auto;
}
.info img {
    display: none;
}
.info p {
    color: #fff;
    padding-bottom: 2.5rem;
    font: 400 1.125em/1.3'Atkinson Hyperlegible Mono', monospace;

}
header {
    padding: 0 0 2rem;
    margin-right: -3rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: center;
    gap: 1rem;
}
.justify, .qr p {
    text-align: justify;
}
.qr p:last-of-type {
    padding-bottom: 0;
}
.font {
    font: 400 1em/1.3 'Source Sans 3', Arial, sans-serif;
}
.qr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.qr div {
    width: 77%;
}
.qr div p {
    line-height: 1.3;
}
.font {
    font-size: 0.9em;
    line-height: 1.3;
}
footer {
    background: #4DA8D5;
    margin: 3rem -5rem 0;
    padding: 0.75rem 5rem;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 869px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
        text-align: left;
    }
    article p a, span {
        display: inline-block;
    }
    .info {
        margin: 0 -5rem 1.5rem;
        flex-direction: column;
        align-items: center;
        background: #fff;
        padding-top: 1.5rem;
    }
    .info div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 2rem 5rem 1rem;
        background: #4DA8D5;
    }
    .info img {
        display: block;
    }
    .info p {
        padding-bottom: 1rem;
    }
    .hide_m {
        display: none;
    }
    header {
        margin: 0;
    }
    h3 {
        font-size: 1.5em;
    }
    .qr {
        position: static;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 1rem;
    }
    .qr p {
        margin-left: 0;
    }
    .qr div {
        width: auto ;
    }
    .justify, .qr p {
        text-align: left;
    }
}
@media only screen and (max-width:780px) {
    #wrapper {
        padding: 2rem 2rem 0;
    }
    h1{
        margin-left: 0;
    }
    h2 {
        padding-left: 2rem;
    }
    h2 img {
        left: -1.5rem;
    }
    h3 {
        text-align: center;
    }
    .info div {
        padding: 1rem 2rem 0;
    }
    footer p {
        padding: 0.7rem 2rem;
        margin: 0 -2rem 0;
        font-size: 1.188em;
        line-height: 1.3;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem 1rem 0;
    }
    h1 {
        font-size: 1.625em;
    }
    h2 {
        padding-left: 3rem;
    }
    h2 img {
        left: -0.5rem;
    }
    h2, h3 {
        font-size: 1.25em;
    }
    header, .info div {
        flex-direction: column;
    }
    .info {
        margin: 0 -1rem 1.5rem;
    }
    .info p {
        text-align: center;
    }
    .info div {
        padding: 1rem 1rem 0;
    }
    footer p {
        padding: 0.7rem 1rem;
        margin: 0 -1rem 0;
    }
}