#affiliate-accounts {
    min-width: 310px;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 2rem;
}

#affiliate-accounts .section {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#affiliate-accounts .button__holder {
    position: relative;
    text-align: left;
}

#affiliate-accounts .list-basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0;
    font-size: 0;
    list-style-type: none;
}

#affiliate-accounts .button {
    display: inline-block;
    vertical-align: middle;
    min-width: 30rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 3rem 0;
    overflow: hidden;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    text-align: center;
    text-decoration: none;
}

html[lang="es"] #affiliate-accounts .button,
html[lang="de"] #affiliate-accounts .button {
    padding: 20px 0;
}

@media (max-width: 575px) {
    #affiliate-accounts .button {
        min-width: 100%;
    }
}

#affiliate-accounts .button-green {
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
    color: #ffffff;
}

#affiliate-accounts .button-green--small {
    font-size: 0.8em;
}

#affiliate-accounts .button-green #affiliate-accounts .button-bottom {
    margin-bottom: -18.8rem;
}

#affiliate-accounts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#affiliate-accounts h1,
#affiliate-accounts h2,
#affiliate-accounts h3,
#affiliate-accounts h4,
#affiliate-accounts h5,
#affiliate-accounts h6,
#affiliate-accounts h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
    color: #ffffff;
}

#affiliate-accounts h1 {
    font-weight: 500;
    margin-bottom: 1.4rem;
}

#affiliate-accounts .main__content p {
    font-size: 2rem;
    font-weight: 200;
    line-height: 2.5rem;
}

#affiliate-accounts h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#affiliate-accounts h4 {
    font-size: 2.2rem;
    line-height: 4rem;
    font-weight: 300;
}

@media all and (max-width: 650px) {
    #affiliate-accounts h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    #affiliate-accounts #banner p {
        font-size: 2rem;
    }
}

#affiliate-accounts .main {
    color: #fff;
    background-color: #192b79;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(images/bg.jpg);
}


#affiliate-accounts .main__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding-right: 1rem;
    padding-bottom: 10rem;
    padding-top: 6rem;
}

@media (max-width: 930px) {
    #affiliate-accounts .main__content {
        max-width: 100%;
    }

    #affiliate-accounts .main {
        -webkit-box-shadow: inset 0 800px 0px rgba(10, 10, 10, 0.5), 0 3px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 800px 0px rgba(10, 10, 10, 0.5), 0 3px 0 rgba(0, 0, 0, 0.15);

    }
}

#affiliate-accounts .main__details {
    margin-top: 4rem;
    margin-bottom: 3.6rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 300;
}

#affiliate-accounts .main__details li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 300;
}

#affiliate-accounts .benefits_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0 1rem;
    font-size: 0;
    list-style-type: none;
    color: #000;
    margin-top: 6rem;
    margin-bottom: 3rem;
}

#affiliate-accounts .benefits_list li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
}

@media (max-width: 745px) {
    #affiliate-accounts .benefits_list li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 50%;
        text-align: center;
        margin-bottom: 2rem;
    }

    #affiliate-accounts .benefits_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 540px) {
    #affiliate-accounts .benefits_list li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}

#affiliate-accounts .benefits_list h4 {
    margin: 2.4rem 0 2.2rem 0;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
    color: #000000;
}

#affiliate-accounts .benefits_list p {
    color: #697d8c;
    font-size: 1.4rem;
    text-align: center;
}

#affiliate-accounts .benefits_list .list__img {
    display: inline-block;
    width: 80px;
    height: 90px;
}

#affiliate-accounts .benefits_list .list__img-1 {
    background: url(images/icon-1.png);
    background-repeat: no-repeat;
}

#affiliate-accounts .benefits_list .list__img-2 {
    background: url(images/icon-2.png);
    background-repeat: no-repeat;
}

#affiliate-accounts .benefits_list .list__img-3 {
    background: url(images/icon-3.png);
    background-repeat: no-repeat;
}

#affiliate-accounts .information {
    background-color: #f9fafa;
    padding-top: 9rem;
}

#affiliate-accounts .information h3 {
    color: #000;
    text-align: center;
    font-size: 4rem;
    line-height: 1;
}

#affiliate-accounts .information ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem;
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#affiliate-accounts .information ul li {
    position: relative;
    margin-left: 4rem;
    max-width: 41%;
}



@media (max-width: 1024px) {
    #affiliate-accounts .information ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    #affiliate-accounts .information ul li {
        max-width: 100%;
    }
}

@media (max-width: 540px) {
    #affiliate-accounts .information h3 {
        line-height: 4rem;
    }

}

#affiliate-accounts .information ul li:before {
    content: "\2022";
    position: absolute;
    left: -16px;
    color: #7fba2f;
    font-size: 3rem;
    vertical-align: middle;
    top: 1.3rem;
}

#affiliate-accounts .information h4 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3rem;
    color: #000;
}

#affiliate-accounts .information p {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    color: #697d8c;
}

#affiliate-accounts #accounts {
    background: #062547;
}

#affiliate-accounts #accounts .h2 {
    margin: 3.1rem 0 3.7rem 0;
    color: #fff;
    text-align: center;
}

#affiliate-accounts #accounts .h2 {
    font-size: 4rem;
    font-weight: 300;
    color: #000;
    text-align: center;
}

#affiliate-accounts .account-open h2 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 4rem;
    color: #000;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 3rem;
}

#affiliate-accounts .account-open h4 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3rem;
    color: #000;
    margin: 0;
    margin-bottom: 1rem;
}

#affiliate-accounts .account-open p {

    text-align: center;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
    color: #000;


}


#affiliate-accounts .account-open__list p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #697d8c;
    text-align: left;
}

#affiliate-accounts .account-open__list a {
    text-decoration: none;
    color: #168ac9;
    font-size: 1.4rem;
}


#affiliate-accounts .account-open ul {
    margin-top: 10rem;
    padding: 1rem 0;
    text-align: left;
    margin-bottom: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    position: relative;
    margin-bottom: 9rem;
}

#affiliate-accounts .account-open ul li {
    display: inline-block;
    width: 38%;
    margin-left: 10rem;
    position: relative;
}

@media (max-width: 850px) {
    #affiliate-accounts .account-open ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        margin-bottom: 4.5rem;

    }

    #affiliate-accounts .account-open ul li {
        width: auto;


    }

    #affiliate-accounts .account-open ul li:not(:last-child) {
        margin-bottom: 2rem;

    }

}

@media (max-width: 560px) {
    #affiliate-accounts .account-open ul li {
        margin-left: 0;


    }
}

#affiliate-accounts .account-open__list_item-1::before,
#affiliate-accounts .account-open__list_item-2::before {
    content: "";
    position: absolute;
    width: 78px;
    height: 155px;
    border-radius: 160px 0 0 160px;
    border-left: 3px solid #e8ebf0;
    border-top: 3px solid #e8ebf0;
    border-bottom: 3px solid #e8ebf0;
    left: -100px;
    top: -9px;
}

#affiliate-accounts .account-open__img {
    width: 100px;
    height: 72px;
    background: url(images/open-account-icon1.png);
    background-repeat: no-repeat;
}

#affiliate-accounts .account-open__img-2 {
    background: url(images/open-account-icon2.png);
    background-repeat: no-repeat;
}

#affiliate-accounts .account-open__list_title {
    color: #000000;
    margin: 1.6rem 0 2rem 0;
    font-size: 2.4rem;
    font-weight: 300;
    word-spacing: -0.4px;
    letter-spacing: -0.15px;
}

#affiliate-accounts .amount__list_describe {
    line-height: 1.45;
    word-spacing: 0.9px;
    color: #7d8e9b;
}

#affiliate-accounts .account-open__list_item-1::after,
#affiliate-accounts .account-open__list_item-2::after {
    content: "1";
    position: absolute;
    color: #e8ebf0;
    font-size: 6rem;
    font-weight: 900;
    top: 60px;
    margin: auto;
    left: -46px;
}

#affiliate-accounts .account-open__list_item-2::after {
    content: "2";
}

#affiliate-accounts .account-open .button__holder {
    text-align: center;
}

html[dir="rtl"] #affiliate-accounts {
    text-align: right;
}

html[dir="rtl"] #affiliate-accounts .main {
    background-image: url(images/bg-ae.jpg);
}

html[dir="rtl"] #affiliate-accounts .main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 1rem;
}

html[dir="rtl"] #affiliate-accounts .information ul li:before {
    right: -16px;
    left: auto;
}

html[dir="rtl"] #affiliate-accounts .information ul li {
    margin-left: 0;
    margin-right: 4rem;
}

html[dir="rtl"] #affiliate-accounts .account-open__list_item-1::before,
html[dir="rtl"] #affiliate-accounts .account-open__list_item-2::before {
    right: -100px;
    left: auto;
    border-radius: 0 160px 160px 0;
    border-right: 3px solid #e8ebf0;
    border-left: none;
}

html[dir="rtl"] #affiliate-accounts .account-open__list_item-1::after,
html[dir="rtl"] #affiliate-accounts .account-open__list_item-2::after {
    right: -46px;
    left: auto;
}

html[dir="rtl"] #affiliate-accounts .account-open ul li {
    margin-right: 10rem;
    margin-left: 0;
}

html[dir="rtl"] #affiliate-accounts .account-open ul {
    text-align: right;
}

/*# sourceMappingURL=ae.css.map */