@font-face {
    font-family: "Sari";
    src: url(Sari-Regular.eot);
    src: url(Sari-Regular_8b7d8b69c993f3aa.eot) format("embedded-opentype"), url(Sari-Regular.woff2) format("woff2"), url(Sari-Regular.woff) format("woff"), url(Sari-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sari";
    src: url(Sari-Bold.eot);
    src: url(Sari-Bold_8b7d8b69c993f3aa.eot) format("embedded-opentype"), url(Sari-Bold.woff2) format("woff2"), url(Sari-Bold.woff) format("woff"), url(Sari-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 1009px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #fff;
    overflow: hidden;
    font-family: "Sari", Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    display: flex;
}

#wrapper .mb0 {
    margin-bottom: 0;
}

#wrapper .background p.center {
    text-align: center;
    font-size: 19px;
}

#wrapper .icon {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin: 10px 0 14px;
}

#wrapper .icon p {
    flex: 1 1 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
}

#wrapper .benefit {
    background: #003264;
    padding: 36px 48px 50px 42px;
    border-top: 5px solid #fff;
}

.flexbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    background: #8bb31a;
}

#wrapper .benefit h3,
#wrapper .benefit p,
#wrapper .show-mobile h3,
#wrapper .show-mobile p {
    color: #fff;
}

#wrapper .logo {
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

#wrapper .background p,
#wrapper .background p a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

#wrapper .background {
    padding: 65px 42px 35px;
    background: #84b63b;
}

#wrapper .contact {
    padding-top: 10px;
}

#wrapper .main {
    flex: 1 1 0;
}

#wrapper .nobr,
#wrapper .nobr-1 {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper .article {
    padding: 25px 45px;
}

#wrapper .color img {
    position: relative;
    top: -4px;
}

#wrapper .color {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    color: #9C9C9C;
}

#wrapper p {
    margin-bottom: 15px;
    text-align: justify;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 .small {
    font-size: 15px;
    font-weight: 400;
}

#wrapper h1 .span {
    font-size: 16px;
    font-weight: 400;
}

#wrapper h1 {
    font-size: 31px;
    font-weight: 700;
    color: #003264;
    margin-bottom: 31px;
}

#wrapper h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #003264;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 23px;
    list-style: none;
    text-align: justify;
}

#wrapper ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 0px;
}

#wrapper ul li:before {
    content: "\002022";
    font-size: 15px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 2px;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

#wrapper .show-mobile {
    display: none;
}

@media (max-width: 999px) {
    #wrapper {
        margin: 0;
        text-wrap: pretty;
    }

    #wrapper .icon {
        column-gap: 16px;
    }

    #wrapper .benefit,
    #wrapper .background {
        padding: 30px 26px;
    }

    #wrapper .nobr-1 {
        white-space: normal;
    }

    #wrapper :is(p, ul) {
        text-align: left;
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .article {
        padding: 5%;
    }

    #wrapper .footer {
        padding: 16px;
    }
}

@media (max-width: 699px) {
    #wrapper {
        display: block;
    }

    #wrapper .color {
        margin-bottom: 20px;
    }

    #wrapper .article {
        padding: 16px;
    }

    #wrapper .logo {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .flexbox {
        width: 100%;
    }

    #wrapper .background {
        padding: 16px;
    }

    #wrapper .benefit {
        display: none;
    }

    #wrapper .show-mobile {
        padding: 16px;
        display: block;
        background: #003569;
        margin: 16px -16px;
    }

    #wrapper .contact {
        padding: 0;
    }

    #wrapper h1 {
        font-size: 29px;
    }
}