﻿@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #3c3c3b;
    line-height: 1.25rem;
    font-size: 16px;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 910px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fff;
}

header {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

article {
    margin: 0;
}

footer {
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

:is(strong, h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
}

h1 {
    margin: 1rem -60px 1rem 0;
    font-size: 26px;
    line-height: 31px;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 25px;
    margin: 1rem 0;
    line-height: 28px;
    width: 300px;
}

h3 {
    font-size: 1rem;
    margin: 1rem 0;
    line-height: 1.125rem;
    color: #ee7300;
}

h4 {
    font-size: 18px;
    margin: 1rem 0;
    line-height: 1.25rem;
    color: #ee7300;
}

h5 {
    font-size: 15px;
    margin: 0.5rem 0;
    line-height: 1.125rem;
    text-align: center;
}

h6 {
    font-size: 22px;
    margin: 1rem 0;
    line-height: 1.125rem;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #3c3c3b;
    white-space: nowrap;
    text-decoration: none;
}

.text {
    background: url(../images/bg-text.png) no-repeat;
    width: 145px;
    height: 42px;
    color: #FFF;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: -19px;
    left: 35px;
    font-weight: bold;
}

ul {
    margin: 0 0 1rem;
    list-style: none;
}

ul li {
    padding-left: 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 1.5625rem;
    text-indent: -1rem;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.title {
    width: 410px;
    padding: 40px 0 0 40px;
}

.infor p {
    display: flex;
    align-items: center;
    gap: 10px;
}

.infor {
    display: flex;
    gap: 40px;
    margin: 0 -100px 0 0;
}

.content {
    display: flex;
    justify-content: space-between;
    padding: 19px 40px;
}

.benefit {
    background: #ececec;
    padding: 10px 40px 25px;
}

.benefit p {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex>div {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

.content div {
    width: 48%;
    padding: 0 35px 0 0;
}

.color {
    color: #ee7300;
    font-weight: bold;
}

.background {
    background: #3C3C3C;
    padding: 43px 40px 20px;
    position: relative;
}

.flex-background {
    display: flex;
    color: #FFF;
    justify-content: space-between;
    position: relative;
}

.flex-background div {
    width: 48%
}

.flex-background a {
    color: #FFF;
}

.icon {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 14px;
}

footer p {
    margin: 0;
}

hr {
    display: block;
    width: 69px;
    height: 5px;
    border-radius: 5px;
    background: #ff8500;
    border: none;
    margin: 1rem 0 2rem;
}

.text span {
    display: block;
    transform: rotate(-1deg);
}

.border {
    border-right: 1px solid #cecece;
}

.link {
    color: #ee7c00 !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.icontitle {
    height: 33px;
}

@media all and (max-width:909px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .logo {
        width: 40%
    }

    .title {
        width: 50%;
        padding: 1rem 0 0 1rem;
    }

    .infor {
        margin-right: 0;
        flex-wrap: wrap;
    }

    .benefit {
        padding: 1rem;
    }

    .flex {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .flex>div {
        width: 48%;
    }

    .flex .border {
        border: none;
    }

    br:not(footer br) {
        display: none;
    }

    .content {
        padding: 1rem;
        flex-wrap: wrap;
    }
}

@media all and (max-width:767px) {
    .flex>div {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .logo {
        width: auto;
    }

    .title {
        width: 100%;
        padding: 1rem;
    }

    .content div {
        width: 100%;
    }

    .border {
        border: none;
    }

    .background {
        padding: 3rem 1rem 1rem;
    }

    h1 {
        margin: 0;
        padding: 0 1rem 0 0;
    }

    h2 {
        width: auto;
    }

    footer {
        padding: 1rem;
        flex-wrap: wrap;
    }

    .flex-background {
        flex-direction: column;
    }

    .flex-background div {
        width: auto;
    }

    footer span {
        white-space: nowrap;
    }

    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}