@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #1575BB;
    font: 400 1.063em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    background: #fff url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    padding: 1.25rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    position: relative;
    height: 529px;
    opacity: 0;
}
.abs {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    color: #002D66 !important;
}
.right {
    padding: 2rem 0.5rem 2rem 1.5rem;
    background: #002F67;
    color: #fff;
    position: absolute;
    line-height: 1.45;
    top: 4rem;
    right: 1.5rem;
    border-radius: 100%;
    transform: rotate(-5deg);
}
main {
    position: relative;
    border: solid 2px #284D7E;
}
footer {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        padding: 0;
    }
    header {
        height: auto;
        opacity: 1;
    }
    .right, .abs, footer {
        position: static;
    }
    .right {
        padding: 1rem;
        border-radius: 2rem;
        text-align: center;
        transform: none;
    }
    .abs {
        padding: 1rem 0;
    }
    br {
        display: none;
    }
    main {
        border: 0;
        padding: 0;
    }
    article {
        padding: 1rem 1rem 0;
    }
    footer {
        padding: 1rem;
        display: flex;
        justify-content: center;
    }
}