html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}
a {
    text-decoration: none;
}
body{
    overflow-x: hidden;
}
.container {
    width: 100%;
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}

.btn {
    background: #A8D230;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 50px;
    padding: 0 32px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: #82ad07;
}

nav {
    background: #170142;
    height: 90px;
}

nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
nav img {
    width: 200px;
}

header {
    padding-bottom: 72px;
    overflow: hidden;
    background: #ECEBF6;
}

header .bg {
    background-image: radial-gradient(50% 100%, #33264F 45%, #1F2123 100%);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

header .bonus {
    width: 50%;
    padding: 0 15px;
}

header .bonus * {
    color: #fff;
}

header .bonus .top {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}

header .bonus h1 {
    font-size: 38px;
    color: #E3C100;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 24px;
}

header .bonus .bottom {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: uppercase;
}

header .bonus ul li {
    font-size: 22px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

header .bonus .container-btn {
    margin-top: 32px;
}

header .bonus ul li img {
    margin-right: 8px;
}

header .bonus i {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    margin-top: 8px;
}

header .container-btn .btn {
    margin-bottom: 8px;
}

header .visuel {
    width: 50%;
    margin-bottom: -48px;
}

header .visuel img {
    width: 600px;
}

.promo {
    background: #ECEBF6;
    padding: 0 15px 72px 15px;
}

.promo .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.promo .container > div {
    margin: 0 16px;
}

.promo .top {
    font-size: 26px;
    font-weight: 500;
    margin: 8px 0;
    text-transform: uppercase;
}

.promo .top span {
    color: #ff5685;
}

.promo .bottom {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.promo .container > div:nth-of-type(2) .top span {
    color: #ff9200;;
}

.promo .container > div:nth-of-type(3) .top span {
    color: #009fd0;
}

.promo .logo_1 {
    width: 136px;
    height: 96px;
}

.promo .logo_2 {
    width: 195px;
    height: 96px;
}

.promo .logo_3 {
    width: 195px;
    height: 96px;
}

.last {
    background: linear-gradient(187deg, #170142 42.02%, #5b4189);
    color: #fff;
    text-align: center;
}

.last .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.payments,
.providers {
    padding: 30px 15px;

}

.listing {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.listing img {
    margin: 16px;
    max-width: 80px;
    max-height: 55px;
    width: auto;
    height: auto;
}

.listing + p {
    margin: 32px 0;
    line-height: 22px;
}

.fluid.cta {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 378px;
    background: rgba(216,216,216,.3);
    margin-top: 30px;
}

.fluid.cta img {
    position: absolute;
    left: calc(35% - 350px);
    height: 430px;
    bottom: 0;
    z-index: 20;
}

.fluid.cta .btn {
    position: relative;
    z-index: 21;
}

.footer {
    padding: 64px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    header .bonus {
        width: 50%;
    }

    header .visuel {
        width: 50%;
        margin-top: 32px;
    }

    header .visuel img {
        width: 600px;
    }
}

@media screen and (max-width: 991px) {
    nav img {
        width: 150px;
    }

    header .bonus .top {
        font-size: 20px;
    }

    header .bonus h1 {
        font-size: 42px;
    }

    header .bonus ul li {
        font-size: 18px;
    }

    header .bonus ul li img {
        width: 22px;
    }

    header .visuel {
        margin-bottom: -40px;
    }

    header .visuel img {
        width: 500px;
    }

    .fluid.cta img {
        left: calc(35% - 215px);
    }
}

@media screen and (max-width: 767px) {
    nav,
    nav .container {
        justify-content: center;
        height: 65px;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    nav .container img {
        width: 130px;
    }

    nav .btn {
        display: none;
    }

    header .container {
        flex-wrap: wrap;
        padding-top: 97px;
    }

    header .bonus {
        position: relative;
        z-index: 21;
        width: 100%;
        text-align: center;
    }

    header .bonus i {
        text-shadow: 0 0 7px #000000;
    }

    header .bonus h1 {
        font-size: 36px;
    }

    header .bonus .bottom {
        font-size: 20px;
    }

    header .bonus ul {
        max-width: 250px;
        margin: 0 auto;
    }

    header .visuel {
        position: relative;
        z-index: 20;
        margin-top: -32px;
        width: 100%;
        text-align: center;
    }

    .promo .container {
        flex-wrap: wrap;
    }

    .promo .container > div {
        width: 100%;
        margin-bottom: 80px;
    }

    .payments {
        padding-top: 0;
    }

    .listing img {
        margin: 8px;
    }
}

@media screen and (max-width: 375px) {
    .fluid.cta img {
        left: calc(35% - 250px);
    }
}
