@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v50-latin-300.eot');
    src: url('../fonts/roboto-v50-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v50-latin-300.woff2') format('woff2'), url('../fonts/roboto-v50-latin-300.woff') format('woff'), url('../fonts/roboto-v50-latin-300.ttf') format('truetype'), url('../fonts/roboto-v50-latin-300.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v50-latin-500.eot');
    src: url('../fonts/roboto-v50-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v50-latin-500.woff2') format('woff2'), url('../fonts/roboto-v50-latin-500.woff') format('woff'), url('../fonts/roboto-v50-latin-500.ttf') format('truetype'), url('../fonts/roboto-v50-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v50-latin-700.eot');
    src: url('../fonts/roboto-v50-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v50-latin-700.woff2') format('woff2'), url('../fonts/roboto-v50-latin-700.woff') format('woff'), url('../fonts/roboto-v50-latin-700.ttf') format('truetype'), url('../fonts/roboto-v50-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #2F1E73;
    font: 300 1em/1.3em 'Roboto', Arial, sans-serif;
}
h2, h4 {
    font-weight: 500;
}
#wrapper {
    position: relative;
    max-width: 1052px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 2rem;
    font-size: 1.875em;
    line-height: 1.1em;
    font-weight: 700;
}
h2 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
}
h3 {
    font-size: 2em;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 0.625rem;
}
li:before {
    content: "•";
    float: left;
    font-weight: 700;
    margin: -1px 0 0 -0.625rem;
}
.abs {
    width: 420px;
    height: 420px;
    border-radius: 100%;
    padding: 4rem 1.5rem 0 2.75rem;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 1rem;
    left: -1rem;
}
.abs :is(h3, p) {
    text-align: center;
}
.flex {
    display: flex;
    gap: 1rem;
}
.left {
    padding: 3rem 2rem;
    width: 770px;
}
.right {
    width: 250px;
    padding: 5rem 1rem;
    background: #E7E5F1;
}
.right h2 {
    margin-bottom: 0.5rem;
}
.right p {
    padding-bottom: 0.5rem;
}
.right .pdb {
    padding-bottom: 2rem;
}
footer {
    position: absolute;
    bottom: 2rem;
    right: 4.5rem;
}
@media only screen and (max-width: 1051px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    .abs {
        padding: 1rem 1rem 0;
        width: auto;
        height: auto;
        position: static;
    }
    .flex {
        flex-direction: column;
    }
    .left {
        width: auto;
        padding: 0 1rem;
    }
    .right {
        padding: 1rem;
        width: auto;
    }
    .hide_m {
        display: none;
    }
    footer {
        padding: 0 1rem 1rem;
        position: static;
        display: flex;
        justify-content: center;
        background: #E7E5F1;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}