@font-face {
    font-display: swap;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/maven-pro-v33-latin-regular.eot');
    src: url('../fonts/maven-pro-v33-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/maven-pro-v33-latin-regular.woff2') format('woff2'), url('../fonts/maven-pro-v33-latin-regular.woff') format('woff'), url('../fonts/maven-pro-v33-latin-regular.ttf') format('truetype'), url('../fonts/maven-pro-v33-latin-regular.svg#MavenPro') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/maven-pro-v33-latin-700.eot');
    src: url('../fonts/maven-pro-v33-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/maven-pro-v33-latin-700.woff2') format('woff2'), url('../fonts/maven-pro-v33-latin-700.woff') format('woff'), url('../fonts/maven-pro-v33-latin-700.ttf') format('truetype'), url('../fonts/maven-pro-v33-latin-700.svg#MavenPro') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #010B49;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 898px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
}

.color {
    color: #FF0000;
}

article {
    padding: 10px 55px 0;
    margin: -205px 0 0;
}

.benefit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4px;
}

.benefit p {
    width: 49.75%;
    text-align: center;
    padding: 10px;
    background: #F2F2F2;
    margin: 0;
}

article figure {
    margin: 20px 0 0;
    display: flex;
    gap: 15px;
}

footer {
    padding: 27px 50px 30px;
    font-size: 93%;
}

footer figure {
    margin: 0;
}

footer a img {
    position: absolute;
    right: 50px;
    bottom: 45px;
}

p {
    margin: 0 0 18px;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
}

h1 span {
    color: #E4013A;
}

h1 small {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

h2 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 76px;
    line-height: 76px;
}

h2+p {
    margin: 0;
}

h2 small {
    display: block;
    font-size: 20px;
    line-height: 29px;
}

h2 strong {
    display: inline-block;
    background: #EB003B;
    border-radius: 50%;
}

h2 span {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 73px;
}

h3 {
    margin: 20px 0 5px;
    font-size: 20px;
    line-height: 27px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #010B49;
    text-decoration: none;
    white-space: nowrap;
}

.link {
    white-space: normal !important;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

em {
    font-style: normal;
    white-space: nowrap;
}

ul {
    margin: 0 0 20px;
    list-style: none;
}

ul li {
    padding-left: 31px;
}

li:before {
    content: '\2022';
    color: #FF0000;
    float: left;
    margin-left: 0;
    font-size: 30px;
    text-indent: -32px;
}

p small {
    font-size: 98%;
    font-weight: 700;
    display: block;
}

p span {
    font-weight: bold;
    color: #E4013A;
}

@media all and (max-width: 897px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    article {
        padding: 0 16px;
        margin: -20% 0 0;
    }

    .benefit p {
        width: 49.5%;
    }

    :is(h1, h2, p, ul li) {
        hyphens: auto;
    }

    footer {
        padding: 20px 16px 16px;
    }

    footer p:nth-of-type(2) {
        margin-right: 260px;
    }

    footer a img {
        position: absolute;
        right: 10px;
        bottom: 22px;
    }

    h2 {
        font-size: 55px;
        line-height: 55px;
    }

    footer a {
        white-space: nowrap;
    }

    br:not(h2 br, figure br, footer br) {
        display: none;
    }

    .link {
        word-break: break-all;
    }
}

@media all and (max-width: 652px) {
    .benefit {
        display: block;
    }

    .benefit p {
        width: 100%;
        margin: 0 0 4px;
    }

    footer p:nth-of-type(2) {
        margin-right: 0;
    }

    footer p {
        text-align: center;
    }

    footer figure {
        display: flex;
        justify-content: center;
    }

    footer a img {
        position: static;
    }
}

@media all and (max-width: 460px) {
    h2 {
        margin: 0 0 20px;
        font-weight: 700;
        font-size: 39px;
        line-height: 36px;
    }

    h2 span {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        color: #fff;
        font-size: 40px;
    }
}