@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v20-latin-regular.eot');
    src: url('../fonts/inter-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v20-latin-regular.woff2') format('woff2'), url('../fonts/inter-v20-latin-regular.woff') format('woff'), url('../fonts/inter-v20-latin-regular.ttf') format('truetype'), url('../fonts/inter-v20-latin-regular.svg#Inter') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v20-latin-700.eot');
    src: url('../fonts/inter-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v20-latin-700.woff2') format('woff2'), url('../fonts/inter-v20-latin-700.woff') format('woff'), url('../fonts/inter-v20-latin-700.ttf') format('truetype'), url('../fonts/inter-v20-latin-700.svg#Inter') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v20-latin-900.eot');
    src: url('../fonts/inter-v20-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v20-latin-900.woff2') format('woff2'), url('../fonts/inter-v20-latin-900.woff') format('woff'), url('../fonts/inter-v20-latin-900.ttf') format('truetype'), url('../fonts/inter-v20-latin-900.svg#Inter') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 0.875em/1.3em 'Inter', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 910px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 1.75em;
    line-height: 1.1em;
}
h2 {
    font-size: 3.25em;
    line-height: 1.3em;
    font-weight: 900;
    text-transform: uppercase;
    width: 50%;
    margin: -16rem 0 2rem;
}
h2:after {
    content: "";
    width: 8.5rem;
    border: 2px solid #AB3192;
    display: block;
    z-index: 2;
    position: relative;
    border-radius: 0.5rem;
}
h2 small {
    display: block;
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.3;
}
h3 {
    font-size: 1.75em;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 2rem;
}
h2, h3 {
    color: #fff;
}
article {
    padding: 1rem 1rem 0;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.flex div {
    width: 49%;
}
h1, h2 span, .color {
    color: #00767B;
}
footer {
    padding: 0 1rem 1rem;
}
@media only screen and (max-width:909px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(.inlb, a) {
        display: inline-block;
    }
    h2 {
        margin-top: 0;
        width: auto;
        font-size: 2.25em;
    }
    h2, h3 {
        color: inherit;
    }
    .hide_m {
        display: none;
    }
    footer {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:780px) {
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
}