@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cairo-v22-latin-regular.eot');
    src: url('../fonts/cairo-v22-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-v22-latin-regular.woff2') format('woff2'), url('../fonts/cairo-v22-latin-regular.woff') format('woff'), url('../fonts/cairo-v22-latin-regular.ttf') format('truetype'), url('../fonts/cairo-v22-latin-regular.svg#Cairo') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/cairo-v22-latin-500.eot');
    src: url('../fonts/cairo-v22-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-v22-latin-500.woff2') format('woff2'), url('../fonts/cairo-v22-latin-500.woff') format('woff'), url('../fonts/cairo-v22-latin-500.ttf') format('truetype'), url('../fonts/cairo-v22-latin-500.svg#Cairo') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/cairo-v22-latin-700.eot');
    src: url('../fonts/cairo-v22-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-v22-latin-700.woff2') format('woff2'), url('../fonts/cairo-v22-latin-700.woff') format('woff'), url('../fonts/cairo-v22-latin-700.ttf') format('truetype'), url('../fonts/cairo-v22-latin-700.svg#Cairo') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/cairo-v22-latin-900.eot');
    src: url('../fonts/cairo-v22-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/cairo-v22-latin-900.woff2') format('woff2'), url('../fonts/cairo-v22-latin-900.woff') format('woff'), url('../fonts/cairo-v22-latin-900.ttf') format('truetype'), url('../fonts/cairo-v22-latin-900.svg#Cairo') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.35em 'Cairo', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #004C92 url('../images/bg.jpg') no-repeat bottom;
    overflow: hidden;
    padding: 0 2.35rem;
}
.fw500 {
    font-weight: 500;
}
:is(h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
h1, h2 {
    font-weight: 900;
}
h1 {
    margin: 0 0 1rem;
    font-size: 3.3em;
    line-height: 1.1;
    width: 532px;
}
h1 span {
    font-size: 1.5rem;
    line-height: 1.3;
    display: block;
    font-weight: 400;
}
h2 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0.35rem;
    color: #014D95;
}
h3 {
    font-size: 2.5em;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "\2010";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.hl {
    font-weight: 500;
    font-size: 1.75em;
    line-height: 1.2;
}
.hl strong {
    font-weight: 900;
}
.bg {
    background: #BED630;
    border-radius: 10px;
    padding: 0.35rem 2rem 0.35rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 6rem;
}
.bg-color {
    color: #000;
    margin: 5rem 1rem 10rem;
    width: 490px;
    position: relative;
}
header {
    margin: 0 -2rem 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
article figure {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
article figure figcaption {
    font-weight: 700;
}
footer {
    padding-left: 2rem;
}
footer figure {
    display: none;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: linear-gradient(0deg, #6EA4CA, #004C92);
        padding: 0 2rem;
    }
    :is(p, li) {
        text-align: left;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        width: auto;
        font-size: 2.5em;
    }
    h1 span {
        display: inline-block;
    }
    h3{
        font-size: 2.1em;
    }
    header {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-right: 0;
    }
    .hl {
        font-size: 1.5em;
    }
    .bg {
        padding: 0.5rem;
        gap: 0.5rem 2rem;
        width: auto;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: center;
    }
    .bg-color {
        background: #fff;
        width: auto;
        padding: 1rem 1rem 0;
        margin: 1rem 0;
    }
    footer {
        padding-left: 0;
    }
    footer p {
        text-align: center;
    }
    footer figure {
        display: block;
        margin: 0 -2rem;
    }
}
@media only screen and (max-width:580px) {
    #wrapper {
        padding: 0 1rem;
    }
    h1{
        font-size: 1.8em;
    }
    h2{
        font-size: 1.313em;
    }
    h3{
        font-size: 1.5em;
    }
    article figure{
        position: static;
        justify-content: center;
        align-items: center;
        padding-bottom: 1rem;
    }
    .hide_m{
        display: none;
    }
}