<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    font: 1.125em/1.5em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
    color: #06599F;
}
#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    max-width: 700px;
    border: solid 1px #000;
    background: #E1E1EB url('../images/bg.jpg') no-repeat bottom right;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.4em;
    line-height: 1.3em;
}
h2 {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.3;
    color: #FED41D;
    font-weight: 400;
}
h3 {
    margin: 0 2rem 1rem;
    color: #1B3F94;
    background-color: #FED41D;
    padding: 0.5rem 1rem 0.35rem;
    font-size: 1.8em;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
}
h2 img {
    vertical-align: -10px;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -1rem 0 -6rem;
}
.small {
    font-size: 0.8em;
    line-height: 1.4;
}
.qr {
    position: absolute;
    right: 3rem;
    bottom: 5rem;
}
.button a {
    display: inline-block;
    background: #06599F;
    color: #fff;
    padding: 0.5rem 1rem;
}
header {
    padding: 3rem 2rem;
    background-color: #23408E;
}
article {
    padding: 1rem 3rem 4rem 8rem;
}
article p:first-of-type {
    padding-bottom: 0.5rem;
    font-size: 1.188em;
    line-height: 1.3em;
}
footer p {
    transform: rotate(-90deg);
    font-size: 0.813em;
    line-height: 1.3;
    position: absolute;
    right: -46px;
    bottom: 8.5rem;
    font-weight: bold;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #E1E1EB;
    }
    p :is(a, span) {
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
    header, article {
        padding: 1rem;
    }
    .flexbox {
        margin: 1rem 0;
        align-items: center;
    }
    .flexbox+p {
        text-align: center;
        padding-bottom: 0.5rem;
    }
    footer p {
        position: static;
        transform: none;
        text-align: center;
        padding: 0 1rem 1rem;
    }
    .qr {
        position: static;
    }
    .button {
        text-align: center;
    }
    h3 {
        font-size: 1.7em;
        letter-spacing: 0;
        line-height: 1.2;
        text-align: center;
        margin-inline: 0;
    }
}
@media only screen and (max-width: 400px) {
    .flexbox {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    h3 {
        font-size: 1.313em;
        line-height: 1.2em;
        letter-spacing: 1px;
        padding: 0.5rem 1rem;
    }
}</pre></body></html>