@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v36-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-slab-v36-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v36-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-slab-v36-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-slab-v36-latin-300.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-300.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 */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v50-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v50-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v50-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v50-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v50-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v50-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v50-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v50-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v50-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v50-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v50-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-v50-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 300 1.25em/1.3 'Roboto', Arial, sans-serif;
    color: #000;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 875px;
    border: solid 1px #000;
    background: #fff;
    padding: 3rem 3rem 0;
}
p {
    padding-bottom: 1.25rem;
    text-align: justify;
    hyphens: auto;
}
p span {
    display: inline-block;
}
h1, h2 {
    color: #347DBB;
}
h1 {
    margin: 0 0 0.5rem 2.25rem;
    font: 700 1.3em/1.1 'Roboto Slab', Arial, sans-serif;
}
h1:before {
    content: "►";
    font-size: 0.75em;
    margin: 0 0 0 -30px;
    float: left;
    color: #71BF44;
}
h1 span {
    font-size: 0.8em;
    font-weight: 300;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    padding-bottom: 0.7rem;
}
h2, strong {
    font-weight: 700;
}
hr {
    border: none;
    margin: 0.2rem 0 1.25rem;
    border-bottom: 1px solid #71BF44;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
article {
    padding: 1.3rem 0 0;
}
.lorry {
    position: relative;
    margin-top: 0.75rem;
}
.lorry img {
    position: relative;
    z-index: 999;
}
.lorry:before {
    content: '';
    position: absolute;
    top: 44px;
    right: 0px;
    width: 86%;
    height: 2px;
    background: #71BF44;
}
.qr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1rem;
    position: absolute;
    right: 3rem;
    bottom: 6rem;
}
.qr p {
    padding-bottom: 0;
}
.qr a {
    position: relative;
    z-index: 1;
}
footer p {
    text-align: right;
    color: #3285C1;
    font-size: 0.7em;
    line-height: 1.3;
    margin: -1.875rem 0 0 0;
    padding-bottom: 1rem;
    position: relative;
    z-index: 999;
}
img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 874px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    p, li {
        text-align: left;
        hyphens: auto;
    }
    .qr {
        position: static;
        justify-content: center;
    }
}
@media only screen and (max-width: 780px) {
    body {
        font-size: 1.125em;
    }
    #wrapper {
        padding: 2rem;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.25em;
    }
    footer p {
        margin-top: 0;
        text-align: center;
    }
}