@charset "utf-8";
@font-face {
    font-family: 'FS Elliot Pro';
    src: url('../fonts/FSElliotPro-Bold.eot');
    src: url('../fonts/FSElliotPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FSElliotPro-Bold.woff2') format('woff2'), url('../fonts/FSElliotPro-Bold.woff') format('woff'), url('../fonts/FSElliotPro-Bold.ttf') format('truetype'), url('../fonts/FSElliotPro-Bold.svg#FSElliotPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Elliot Pro';
    src: url('../fonts/FSElliotPro.eot');
    src: url('../fonts/FSElliotPro.eot?#iefix') format('embedded-opentype'), url('../fonts/FSElliotPro.woff2') format('woff2'), url('../fonts/FSElliotPro.woff') format('woff'), url('../fonts/FSElliotPro.ttf') format('truetype'), url('../fonts/FSElliotPro.svg#FSElliotPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #1B3868;
    font: normal 0.9375em/1.3em 'FS Elliot Pro', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #C2E9FB url('../images/bg.jpg') top left no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 1.25rem 1.25rem 0.25rem;
}
p {
    padding-bottom: 0.75rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.75rem;
    font-size: 2.5em;
    line-height: 1.3;
}
h1 span {
    font-size: 1.25rem;
    line-height: 1.3;
}
h2, h3 {
    font-size: 1.25em;
    line-height: 1.2;
}
h2 {
    padding: 0.25rem 0.25rem 0;
    margin: 0 -0.25rem 0.25rem;
    background: #1B3868;
    color: #fff;
    width: fit-content;
    border-radius: 0.375rem;
}
h3 span {
    font-weight: normal;
}
ul {
    padding: 0 0 0.75rem;
    list-style: none;
}
li {
    padding-left: 0.75rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.75rem;
}
header h3 {
    text-transform: uppercase;
}
.left {
    width: 63%;
}
.right {
    width: 31%;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
}
.right h3.tr {
    text-align: right;
    margin-bottom: 2rem;
}
.abs {
    width: calc(31% + 1rem);
    position: absolute;
    bottom: 14rem;
    right: 1rem;
}
figure {
    position: absolute;
    bottom: 7rem;
    right: 35%;
}
footer {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .left, .right, .abs {
        width: auto;
    }
    .right, .abs {
        position: static;
    }
    .right h3.tr {
        text-align: left;
        margin-bottom: 1rem;
    }
    figure, footer {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
    .hide_m {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 2em;
    }
}