@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: 600;
  src: url('../fonts/source-sans-3-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-3-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-3-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-3-v19-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/source-sans-3-v19-latin-600.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-600.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 */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.5em/1.2 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 645px;
    margin: 1rem auto;
    border: solid 3px #00AEEF;
    border-left-width: 18px;
    background: #fff url('../images/bg.jpg') no-repeat top right;
    overflow: hidden;
    padding: 1rem 1.875rem 0 2.25rem;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 2rem;
    font-size: 3.063em;
    line-height: 1.1;
    color: #00AEEF;
    position: relative;
}
h1 span {
    font-size: 0.6em;
    line-height: 1.3;
    display: block;
}
h1 small {
    font-weight: 400;
    font-size: 0.55em;
}
h1::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #00AEEF;
    position: absolute;
    left: -36px;
    top: 22px;
}
h2 {
    font-size: 1.08em;
    line-height: 1.2;
    color: #fff;
    background-color: #00AEEF;
    padding: 0.25rem 1rem;
    transform: rotate(-6deg);
    width: fit-content;
    margin: 0 0 4.5rem -1rem;
}
h2 span {
    font-weight: 400;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    position: absolute;
    right: 1rem;
    top: 17.75rem;
}
.qr, .small {
    margin-left: -1.25rem;
}
.qr {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    margin-bottom: 0.25rem;
}
.qr p {
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: -0.5rem;
}
.small {
    font-size: 0.57em;
    line-height: 1.3;
    padding: 0;
}
footer {
    background-color: #00AEEF;
    margin: 0 -1.875rem 0 -2.25rem;
    padding: 0.375rem 1rem 0 0.25rem;
}
footer p {
    font-weight: 600;
    line-height: 1.4;
}
footer p:first-of-type {
    color: #fff;
    text-align: justify;
}
.black {
    position: absolute;
    right: 1rem;
    bottom: -0.125rem;
    font-size: 1.313em;
    line-height: 1.3;
}
@media only screen and (max-width: 644px) {
    body {
        font-size: 1.25em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem 1.875rem 0;
        background: #fff;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .small {
        font-size: 0.75em;
        line-height: 1.25;
        padding-bottom: 0.5rem;
    }
    h1 {
        font-size: 2.5em;
    }
    h1::before {
        top: 12px;
    }
    h2 {
        transform: none;
        margin: 0 auto 2rem;
    }
    .qr br {
        display: none;
    }
    .qr {
        flex-direction: column;
        align-items: center;
    }
    footer {
        margin-left: -1.875rem;
        padding-left: 1rem;
    }
    footer p, .small, footer p:first-of-type {
        text-align: center;
    }
    .black {
        position: static;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1.125em;
    }
    #wrapper {
        padding: 1rem 1rem 0;
    }
    h1::before {
        display: none;
    }
    footer {
        margin: 0 -1rem;
    }
}
@media only screen and (max-width: 380px) {
    h1 {
        font-size: 2.125em;
    }
}