@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-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/titillium-web-v19-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/titillium-web-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/titillium-web-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/titillium-web-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/titillium-web-v19-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #0166B3;
    font: 400 0.8125em/1.4 'Titillium Web', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 922px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #FEEACC url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    padding: 2.75rem 2.625rem 1rem 4.625rem;
    height: 1287px;
}
p {
    padding-bottom: 0.875rem;
    text-align: justify;
    hyphens: auto;
}
h1 {
    margin: 1.625rem -0.625rem 2.75rem;
    font-size: 2.688em;
    line-height: 1.1;
    text-align: right;
}
h1 span {
    display: inline-block;
}
h2 {
    font-size: 4em;
    line-height: 1.1;
}
h3 {
    font-size: 2.75em;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 0.25rem;
}
h2 span, h1, h3 {
    color: #fff;
}
h1, h2, h3, strong {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
.width {
    width: 431px;
    margin-left: auto;
}
p img {
    float: left;
    margin: 0.25rem 0.5rem 1rem 0;
}
.font {
    font-size: 1.125em;
    line-height: 1.3;
}
.bg {
    background-color: #F9A51B;
    color: #fff;
    padding: 0.625rem 0.5rem;
    margin-top: -0.375rem;
    line-height: 1.3;
}
.qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    transform: rotate(-13.5deg);
    margin: 2.5rem 0 0 0.5rem;
}
footer {
    margin: 3rem 1.75rem 0 -1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer p {
    padding: 0;
    font: 400 2.875em/1.2 Arial, sans-serif;
    letter-spacing: 1px;
}
@media only screen and (max-width: 921px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        padding: 0;
        background: #FEEACC;
    }
    p {
        text-align: left;
    }
    h2 {
        background-color: #F9A51B;
        text-align: center;
        font-size: 3em;
        line-height: 1.2;
    }
    article, h2, footer {
        padding: 2rem;
    }
    article {
        padding-top: 0;
    }
    h1, h2 {
        text-align: center;
    }
    h1 {
        margin: 0 -2rem 1rem;
        padding: 1rem 2rem;
        background-color: #0166B3;
        font-size: 2.25em;
        line-height: 1.2;
    }
    .width {
        width: auto;
    }
    h3 br {
        display: none;
    }
    .qr {
        transform: none;
        background-color: #0166B3;
        padding: 1rem;
        margin: 2rem auto 0;
    }
    footer {
        background: linear-gradient(to right, #FDDBA9, #FAAD1C);
        margin: 0;
    }
    footer p {
        font-size: 2.25em;
    }
}
@media only screen and (max-width: 780px) {
    footer {
        flex-direction: column;
        gap: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    article, h2, footer {
        padding: 1rem;
    }
    article {
        padding-top: 0;
    }
    h2 {
        font-size: 2.25em;
    }
    h1, h3 {
        font-size: 1.75em;
        line-height: 1.3;
    }
    footer p {
        font-size: 1.5em;
        letter-spacing: 0;
    }
}