@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/saira-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/saira-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v23-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/saira-v23-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/saira-v23-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/saira-v23-latin-regular.svg#Saira') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Saira';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/saira-v23-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/saira-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-v23-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/saira-v23-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/saira-v23-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/saira-v23-latin-600.svg#Saira') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #535658;
    font: 400 1.125em/1.3 'Saira', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 750px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg-top.jpg') no-repeat top left, url('../images/bg-b.jpg') no-repeat bottom 24px left, url('../images/bg-right.jpg') no-repeat bottom 238px right, #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 2.5rem 0 3.5rem 2.625rem;
    font-size: 1.692em;
    line-height: 1.1em;
}
h1 span {
    font-size: 0.45em;
    color: #535658;
    font-weight: 400;
    text-transform: initial;
    transform: rotate(-90deg);
    position: absolute;
    right: -10px;
    bottom: 190px;
}
h1::before {
    content: "";
    width: 30px;
    height: 24px;
    background: url('../images/icon.jpg') no-repeat center;
    float: left;
    margin: 4px 0 0 -2.625rem;
}
h2 {
    font-size: 2.688em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
h2 img {
    display: block;
    margin-top: 0.25rem;
}
h3 {
    font-size: 1.563em;
    line-height: 1.2;
}
h1, h2, h3 {
    text-transform: uppercase;
}
h1, h2, h3, .color {
    color: #004990;
}
h1, h3, h2, strong {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
.logo {
    padding: 4rem 0.75rem 2.125rem;
    display: flex;
    justify-content: flex-end;
}
header > img, figure img {
    opacity: 0;
}
article {
    padding: 1.5rem 0.75rem 1.875rem;
    position: relative;
}
figure {
    position: absolute;
    right: 43px;
    bottom: 180px;
}
.qr {
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
    background-color: #014990;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qr p {
    color: #fff;
    padding-bottom: 0.375rem;
    font-size: 0.8em;
    line-height: 1.3;
}
.qr img {
    display: block;
}
footer {
    padding: 0 0.75rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media only screen and (max-width: 749px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    .logo {
        display: flex;
        justify-content: center;
        padding: 1rem 0.75rem;
    }
    header > img, figure img {
        opacity: 1;
    }
    h2 {
        width: fit-content;
        margin: 0 auto 1.25rem;
        text-align: center;
    }
    h2 img {
        width: fit-content;
        margin: 0 auto;
    }
    h1 {
        margin: 0.5rem 0 1.5rem 2.625rem;
    }
    h1 span {
        position: static;
        transform: none;
        font-size: 0.6em;
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
    figure {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 1.25rem;
    }
    p span {
        display: inline-block;
    }
    .color {
        display: initial;
    }
}
@media only screen and (max-width: 615px) {
    .qr {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 0.75rem;
    }
    .qr p {
        text-align: center;
    }
    h2 {
        font-size: 2.25em;
        line-height: 1.3;
    }
    h2 img {
        width: 80%;
    }
}
@media only screen and (max-width: 400px) {
    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding-bottom: 1rem;
    }
}