body{
    font-family: 'Montserrat', sans-serif;
}

.content-header {
    padding: 20px 15px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 92%;
    justify-content: space-between;
}

.logo-header img {
    height: 43px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.box-links-header {
}

.links-header {
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.reg-links {
    display: inherit;
    align-items: center;
}

.cred-links {
    position: absolute;
    right: 0;
    display: inherit;
    align-items: center;
}

.link-header {
    padding: 10px 20px;
    margin: 0 20px;
    color: #3860FB;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none !important;
}

.link-header:hover {
    color: #4e61b2;
    text-decoration: none;
}

.btn-design1 {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    background: #3860FB;
    color: #fff;
    border-radius: 27px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #3860FB;
}

.btn-mobile {
    display: none;
}

.link-sign-in {
    margin-left: 25px;
    font-size: 15px;
    line-height: 16px;
}

#banner {
    position: relative;
    padding-top: 170px;
    padding-bottom: 250px;
}

.bg-banner {
    position: absolute;
    right: 0;
    top: 150px;
    height: auto;
    width: 50%;
}

.container-banner {
}

.title1 {
    font-weight: 700;
    color: #4E61B2;
    font-size: 40px;
    margin-bottom: 20px;
}

.col-content-banner {
    padding-right: 5%;
    width: 570px;
    margin: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    margin-right: auto;
    max-width: 100%;
    margin-left: 0;
    padding-top: 50px;
}

.box-text1 p {
    color: #5E5E5E;
    font-size: 17px;
}

.col-content-banner .box-text1 {
    width: 390px;
    margin-bottom: 24px;
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgb(255 255 255 / 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0.16);
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0.16);
}

#how-it-works .title1 {
    text-align: center;
    margin: 0;
}

.title-small {
    font-size: 15px;
    color: #3860FB;
    margin-bottom: 15px;
    font-weight: 500;
}

.title2 {
    font-size: 28px;
    color: #4e61b2;
    font-weight: 700;
    margin-bottom: 35px;
}

.col-img-how-it-works img {
    width: 100%;
}

.title3 {
    font-size: 20px;
    font-weight: 700;
    color: #4E61B2;
}

.items-how-it-works .item-how-it-works {
    -webkit-filter: grayscale(1) opacity(0.5);
            filter: grayscale(1) opacity(0.5);
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 35px;
    cursor: pointer;
}

.items-how-it-works .item-how-it-works.active {
    -webkit-filter: grayscale(0) opacity(1);
            filter: grayscale(0) opacity(1);
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
}

.items-how-it-works {
    width: calc(100% - 80px);
}

.items-how-it-works .item-how-it-works:before {content: "";height: 100%;width: 2px;background: #4e61b2;position: absolute;left: -50px;}

.col-content-how-it-works {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 475px;
            flex: 0 0 475px;
    margin-left: auto;
    width: 475px;
}

.items-how-it-works .item-how-it-works:last-child {
    margin-bottom: 0;
}

#carousel-how-it-works {
    display: none;
}

.section-custom {
    background: #fff;
    padding: 70px 0;
}

.col-img-section-custom img {
    width: 100%;
}

.col-text-section-custom {
    margin: auto;
    padding-right: 3%;
    padding-left: 5%;
}

.col-text-section-custom .box-text1 {
    width: 430px;
    max-width: 100%;
}

.section-custom .title1 {
    font-size: 28px;
}

.col-content-pricing {
    margin: auto;
}

#pricing .title-small {
    text-align: center;
}

#pricing .title2 {
    text-align: center;
}

.box-check-time-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-plans-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 50px;
    padding-top: 50px;
}

.title-item-plan {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.title-item-plan span {
    font-size: 13px;
    display: block;
    color: #00C307;
    margin-top: 5px;
    font-weight: 600;
}

.box-price-item-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.text-price-item-plan p {
    margin: 0;
    font-size: 13px;
    padding-left: 5px;
}

.title-price-item-plan {
    margin: 0;
    font-size: 28px;
    color: #4e61b2;
    font-weight: 600;
}

.text-discount-item-plan {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #5E5E5E;
    margin-bottom: 10px;
}

.item-plan {
    width: 33.33333333%;
    padding: 30px;
    background: #FCFCFC;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / .16);
            box-shadow: 0px 0px 0px 0px rgb(0 0 0 / .16);
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    position: relative;
}

.list-benefics-item-plan li {
    font-size: 13px;
    margin-bottom: 12px;
    position: relative;
}

.list-benefics-item-plan {
    padding: 0;
    list-style: none;
}

.list-benefics-item-plan li:after {content: "";display: block;width: 17px;height: 17px;position: absolute;right: 0;background-image: url("../../img/icon-check.svg");top: 3px;background-size: 15px;}

.box-action-check {
    width: 70px;
    height: 33px;
    background: #EFEFEF;
    border-radius: 23px;
    border: 3px solid #8FA5F8;
    cursor: pointer;
    position: relative;
}

.circle-action-check {
    display: block;
    height: 33px;
    width: 33px;
    background: #3860fb;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -3px;
    left: -3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.circle-action-check span {
    display: block;
    position: relative;
    height: 15px;
    width: 15px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    top: 9px;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / .5);
            box-shadow: 0px 5px 15px 0px rgb(0 0 0 / .5);
}

.text-time-pricing {
    margin: 0;
    font-size: 13px;
    position: relative;
    font-weight: 600;
}

.text-time-pricing span {
    position: absolute;
    top: -15px;
    width: 100px;
    right: -115px;
    color: #4e61b2;
    font-weight: 500;
}

.text-time-pricing span img {
    display: block;
    position: relative;
    left: -3px;
}

.text-right-time-pricing {
    padding-left: 18px;
}

.text-left-time-pricing {
    padding-right: 18px;
}

.box-btn-item-plan {
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-plan:hover {-webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / .16);box-shadow: 0px 10px 30px 0px rgb(0 0 0 / .16);z-index: 3;background: #FFFFFF;}

.item-plan:hover .box-btn-item-plan {
    opacity: 1;
    bottom: -22px;
}

#pricing {
    padding: 75px 0 10px;
}

#faqs {
    padding: 50px 0 130px 0;
}

.col-content-faqs {
    margin: auto;
}

#faqs .title-small {
    text-align: center;
}

#faqs .title2 {
    text-align: center;
}

.btn-item-faq {
    font-size: 20px;
    font-weight: 600;
    color: #4e61b2;
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    position: relative;
    padding: 12px 0;
    padding-right: 30px;
    outline: none !important;
}

.btn-item-faq img {
    width: 18px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.content-item-faq {
    padding: 16px 0;
    display: none;
}

.item-faq {
    padding-bottom: 15px;
}

.items-faqs {
    padding-top: 20px;
}

footer {
    position: relative;
}

.bg-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.content-footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 150px 15px 35px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92%;
    margin: auto;
}

.links-booter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}

.links-rd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 5%;
}

.links-booter a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    margin: 0 10px;
    text-decoration: none !important;
}

.links-rd a {
    display: block;
    padding: 0 10px;
}

#how-it-works {
    padding: 70px 0 100px 0;
}

.container-how-it-works,.container-banner {
    width: 92%;
}

.btn-design1:hover {
    background: #ffffff;
    text-decoration: none !important;
    color: #3860FB;
}

.btn-item-faq.active img {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}

.box-action-check.active .circle-action-check {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    left: 3px;
}

div.active > .text-time-pricing {
    color: #4e61b2;
}

.separate-line {
    height: 1px;
    width: 90%;
    margin-left: auto;
    background: #EDEDED;
    margin-bottom: 15px;
    margin-right: auto;
}

.break-point-footer{
    display: none;
}

header.menu-fixed {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.16);
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.16);
}

header.menu-fixed .logo-header img {
    height: 36px;
}

header.menu-fixed .link-header {
    font-size: 14px;
}

header.menu-fixed .link-sign-in {
    font-size: 14px;
    line-height: 14px;
}

header.menu-fixed .content-header {
    padding: 15px 15px;
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .1;
    display: none;
}

.bg-banner-mobile,
.bg-footer-mobile{
    display: none;
}

.container-banner .row-banner {
    height: auto;
}

.col-content-banner .title1 {
    color: #001364;
}

.img-content-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.small-title1 {
    font-size: 16px;
    text-align: center;
    color: #4e61b2;
    font-weight: 600;
}

.row-section-custom-invert .col-text-section-custom {
    padding-right: 15px;
    padding-left: 7%;
    padding-right: 5%;
}

#affiliate-management {
    background: #FAFBFF;
    padding: 50px 0;
}

.img-content-header-mobile{
    display: none;
}

.preview-load-page {
    position: fixed;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.col-img-section-custom {
    padding-right: 5%;
}

.row-section-custom-invert .col-img-section-custom {
    padding-left: 5%;
    padding-right: 15px;
}


.payouts-simplified-container-custom1 {
    padding: 80px 0 120px;
}

.payouts-simplified-container-custom1 .payouts-simplified-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.box-payouts-simplifield-custom1 {
    display: flex;
    align-items: center;
    position: relative;
    width: 1000px;
    max-width: 100%;
}

.box-text-payouts-simplifield-custom1 {
    flex: 0 0 370px;
    text-align: left;
    margin-bottom: -60px;
}

.box-img-payouts-simplifield-custom1 {
    flex: 0 0 55%;
    margin-left: auto;
}

.box-img-payouts-simplifield-custom1 img {
    width: 100%;
}

.title-payouts-simplifield-custom1 {
    font-size: 40px;
    color: #fff;
}

.box-text-int-payouts-simplifield-custom1 p {
    color: #fff;
}

.get-up-container.get-up-container-custom1 {
    padding-bottom: 70px;
    padding-top: 120px;
}

.get-up-container.get-up-container-custom1:after {
    background: #fff;
}

.img-get-up-container {
    width: 94%;
}

.box-payouts-simplified-img-mobile{
    display: none;
}

.img-big-desktop,
.img-mobile{
    display: none;
}

.img-desktop{
    display: block;
}