@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 0.875em/1.25 Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top center;
    background-size: cover;
    overflow: hidden;
    padding: 1.25rem;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1em;
    line-height: 1.2;
    padding-left: 1.625rem;
    background: url('../images/icon.jpg') no-repeat top left;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1.75em;
    line-height: 1.2;
    color: #0AA8E1;
    margin: 0 0 1rem;
}
h3 {
    font-size: 1.17em;
    line-height: 1.3;
    border-bottom: 2px dotted;
    margin-bottom: 0.5rem;
}
h4 {
    font-size: 1.125em;
    line-height: 1.3;
    border-bottom: 2px dotted;
    margin-bottom: 0.5rem;
}
h5 {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.25rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -1rem;
}
.icon li {
    padding: 0 0 0.25rem 1.25rem;
}
.icon li::before {
    content: "";
    width: 17px;
    height: 19px;
    background: url('../images/icon.png') no-repeat center;
    margin: 0 0 0 -1.25rem;
}
header {
    padding: 0 17rem 0 0;
    width: 50%;
    position: relative;
}
header > img {
    position: absolute;
    top: 0;
    right: 0;
}
.left {
    width: fit-content;
    margin-bottom: 1.75rem;
}
.bg {
    background-color: #C6EAFA;
    position: absolute;
    top: 194px;
    right: 464px;
    width: 184px;
    padding: 0.5rem 0.5rem 0;
}
.bg :is(h4, p), h1, .title .color {
    color: #005AAA;
}
.bg p {
    font-size: 0.875em;
    line-height: 1.2;
}
.right {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    width: 425px;
}
.color {
    padding-bottom: 0;
}
.title {
    background-color: #C6EAFA;
    margin-top: 0.5rem;
    padding: 0.5rem 0.5rem 0;
    width: 75%;
}
.title :is(p, li) {
    color: #000;
}
.left2 {
    width: 49.75%;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex p {
    display: flex;
    align-items: flex-start;
    gap: 0.375rem;
    width: 44%;
    font-size: 0.92em;
    line-height: 1.25;
}
.flex p:nth-of-type(even) {
    width: 53%;
}
.flex p img {
    margin-top: 0.375rem;
}
.right2 {
    position: absolute;
    left: 52%;
    top: 440px;
    width: 320px;
    display: flex;
    justify-content: space-between;
}
.right2 div {
    width: 42%;
}
.right2 div:first-of-type {
    width: 49%;
}
.right2 :is(li, p) {
    font-size: 0.875em;
    line-height: 1.25;
}
.right2 h3 {
    margin-bottom: 1rem;
}
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    right: 1.25rem;
    gap: 2rem;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    .right, .right2, .bg, footer {
        position: static;
        width: auto;
    }
    br {
        display: none;
    }
    header > img {
        position: static;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        gap: 1rem;
        padding: 0;
    }
    header :is(h2, p) {
        text-align: center;
    }
    .left {
        margin: 1rem auto 1.5rem;
    }
    .bg, .title, .left2, .right2 {
        margin-bottom: 1.5rem;
    }
    .title, .left2 {
        width: auto;
    }
    footer {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 780px) {
    .flex, .right2 {
        display: block;
    }
    .flex p, .right2 div {
        width: auto !important;
    }
    .flex p {
        align-items: center;
    }
    .flex p img {
        margin: 0;
    }
    .right2 div:first-of-type {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
}