@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #001F5F;
    font: 400 1.063em/1.3em Segoe, "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 845px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
}
:is(p, li) {
    text-align: justify;
    hyphens: auto;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1.25rem;
}
h1 {
    margin: 0 0 2rem;
    font-size: 1.6em;
    line-height: 1.3;
    text-align: center;
}
h2 {
    font-size: 1.313em;
    line-height: 1.3;
    color: #003C63;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0.35rem;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.75rem;
    position: relative;
    line-height: 1.5;
}
li:before {
    content: "\25A0";
    font-size: 0.45rem;
    position: absolute;
    left: 0;
    top: 7px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
hr {
    border: none;
    background: #003C63;
    height: 6px;
    margin: 0.5rem -2rem;
}
header {
    padding: 0 0 0.5rem;
}
header img {
    border-bottom: 6px solid #003C63;
}
article {
    padding: 0 2rem;
}
.right {
    text-align: left;
    width: 82%;
    margin: 0 -2rem 0 auto;
    font-size: 1rem !important;
    hyphens: none;
}
article>p:first-of-type {
    color: #003B62;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.3;
    padding-top: 1rem;
}
.text span {
    font: 1.1667em/1.2 Calibri, Arial, sans-serif;
    color: #1DB9DF;
}
.box-bg-color {
    background: #003C63;
    margin: 0 -2rem;
    padding: 1rem 2rem 0;
}
.box-bg-color :is(p, h3) {
    color: #fff;
}
.box-bg {
    background: #F1EBE8;
    margin: 0 -2rem 2rem;
    padding: 1rem 2rem 0;
}
.box-bg-color.avt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1rem 0;
}
.avt div {
    flex: 1;
}
.avt p {
    font-size: 1rem;
}
.bg {
    background: #003C63;
    color: #fff;
}
article .box-bg p {
    font-size: 1.1em;
    line-height: 1.3;
}
article section:first-of-type p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 1rem;
}
article section:first-of-type p span:first-of-type {
    width: 56px;
}
article section:first-of-type p span:last-of-type {
    width: 90%;
}
article .flex {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    margin-bottom: 0;
}
article .flex .box {
    width: 43.5%;
    padding-top: 1rem;
}
article .flex .box-left {
    border-right: 16px solid #fff;
    padding-right: 2rem;
    width: 53%;
}
article figure {
    margin: 0 0 2rem;
    display: flex;
    justify-content: flex-end;
}
footer {
    padding: 1.5rem 0;
    background: #003C63 url('../images/bg.jpg') no-repeat;
    background-size: cover;
}
footer section {
    background: rgba(0, 60, 99, 0.8);
    max-width: 431px;
    width: fit-content;
    margin-left: auto;
    padding: 1rem 4.1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
footer .social {
    display: flex;
    justify-content: center;
    gap: 0 2rem;
    margin-top: 0.25rem;
}
footer p {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.3;
    text-align: center;
}
footer p strong {
    display: block;
    margin-bottom: 0.5rem;
}
footer figure {
    margin: 0 0 0.5rem;
}
@media only screen and (max-width:844px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        text-align: left;
    }
    p a {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    article .flex {
        display: block;
    }
    article .flex .box {
        width: 100%;
        border: none;
        padding-right: 0;
    }
    article figure {
        justify-content: center;
    }
    .right {
        margin: 0;
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
    }
    h1 {
        font-size: 1.313em;
    }
    ul {
        padding-bottom: 1rem;
    }
    article {
        padding: 0 1rem;
    }
    footer section {
        padding: 1rem;
    }
    .box-bg-color.avt {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 -1rem;
        gap: 0;
        padding: 1rem;
    }
}