@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.eot');
    src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v17-latin-500.eot');
    src: url('../fonts/fira-sans-v17-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-500.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-500.woff') format('woff'), url('../fonts/fira-sans-v17-latin-500.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-500.svg#FiraSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 59.375rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color:#0000ff;
    text-decoration: underline;
}

strong {
    font-weight: 500;
}

span {
    white-space: nowrap;
}

p {
    margin: 0 0 .875rem;
}

p.margin {
    margin: .937rem 0 .875rem;
}

h1 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #0089A8;
    line-height: 1.2;
    margin: .312rem 0 1rem;
}

h1 br {
    display: none;
}

h2 {
    font-size: 1.187rem;
    font-weight: 400;
    color: #0089A8;
    margin-bottom: 6px;
}

h3 {
    font-size: 1.187rem;
    font-weight: 400;
    color: #0089A8;
}

h4 {
    font-size: 1em;
    font-weight: normal
}

ul {
    list-style: none;
    margin: 0 0 1.25rem 1.687rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.875rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    position: relative;
    margin: 0 0 20px;
}

.box {
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    width: 100%;
    padding: 0 3.75rem 0 0;
}

.content_box {
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    shape-outside: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    float: left;
    width: 34%;
    height: 10rem;
}

.box p {
    color: #fff;
}

.logo {
    position: absolute;
    right: 2.812rem;
    top: 16px
}

article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3.75rem
}

.title {
    width: 80%;
}

.title p {
    margin: 0;
}

.section {
    width: 73%;
}

.aside {
    width: 23%;
}

.color,
footer {
    color: #0089A8;
}

.aside p {
    margin: 0 0 1.25rem;
}

p.color {
    margin: 2.187rem 0 0;
}

footer {
    padding: 20px 3.125rem 0 3.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
footer .right {
    width: 20rem;
}

a.mail {
    text-decoration: underline;
    color: #0000FF;
}

@media only screen and (max-width: 949px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .box {
        position: static;
        background: #26669D;
        padding: 1.25rem;
    }

    .box p {
        margin: 0;
    }

    .content_box {
        display: none;
    }

    .logo {
        right: 16px;
    }

    article,
    footer {
        padding: 0 1.25rem;
    }
}

@media only screen and (max-width: 768px) {
    article {
        flex-direction: column;
    }

    .section,
    .aside {
        width: 100%;
    }

    .aside {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 1.25rem;
    }

    .content {
        width: 47%;
    }

    p.color {
        margin: 0 0 1rem;
        width: 100%;
    }

    aside p {
        margin: 0 0 1rem;
    }

    p,
    ul {
        margin: 0 0 1rem;
    }

    .title {
        width: 100%;
    }

    h1 {
        font-size: 1.625rem;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    footer {
        flex-direction: column;
    }
    footer .right {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    h1 {
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.3;
    }

    h2 {
        margin-bottom: .5rem;
    }

    article,
    footer {
        padding: 0;
    }

    .aside {
        flex-direction: column;
    }

    .content {
        width: 100%;
    }

    .logo {
        max-width: 180px;
        top: .625rem
    }
}