<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, em, img, small, strong,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

:focus {
    outline: 0
}

input, textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}


/* Default Font Styles
______________________*/
body, input, select, textarea {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    color: #000;
    line-height: 1.4 !important;
    -webkit-text-size-adjust: 100%;
}

    input[type="submit"],
    button[type="submit"] {
        -webkit-appearance: none;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Headings
______________________*/
h1 {
    color: #000;
    font-size: 54px;
    margin: 0 0 25px;
    line-height: 1.2;
    font-weight: 400;
}

    h1 span {
        color: #2294f4;
        font-weight: 600;
    }

h2 {
    color: #000;
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

h2 span {
    color: #2294f4;
    font-weight: 600;
}

h3 {
}

h4 {
    font-size: 18px;
    margin: 0 0 25px;
    font-weight: 700;
    text-transform: capitalize;
}

h5 {
}

h6 {
}


/* Links
______________________*/
a {
    text-decoration: none;
}

    a:hover {
    }

/* p, blockquote, address
______________________*/
#main-wrap p {
    margin-bottom: 25px;
    font-size: medium;
}

img {
    max-width: 100%;
    height: auto;
}
/* Lists
______________________*/
ul {
}

    ul li {
    }

ol {
}

    ol li {
    }


/* Layout 
______________________*/

.content-width {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1160px;
}

/* Header
______________________*/
#header-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.logo {
    display: inline-block;
}

#call {
    float: none;
    position: absolute;
    border-left: 1px solid #d0dceb;
    display: inline-block;
    padding: 11px 28px;
    margin-top: 3px;
    margin-left: 40px;
}

    #call a, .call a {
        font-size: 20px;
        color: #000000;
        line-height: 25px;
        text-decoration: none;
        transition: all 0.3s linear 0s;
    }
        #call a img, .call a img {
            margin-right: 20px;
        }

        #call a small, .call a small {
            font-size: 14px;
            line-height: 25px;
            color: #a2a7ae;
            display: inline-block;
            vertical-align: middle;
        }

/*  Main Area
-------------------------------------- */
#main-wrap {
}

#main {
}

input::-webkit-input-placeholder {
    color: #537088;
    opacity: 1;
}

input::-moz-placeholder {
    color: #537088;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #537088;
    opacity: 1;
}

input::-o-input-placeholder {
    color: #537088;
    opacity: 1;
}

.main-sec {
    background: url(/assets/salesite/images/affiliate/main-sec-bg.png) no-repeat center top / cover;
    padding: 132px 0 224px;
}

    .main-sec h2 {
        font-size: 40px;
        line-height: 56px;
        color: #000;
        font-weight: 400;
    }

.left-sec {
    float: left;
    width: 50%;
    position: relative;
    z-index: 1;
}

    .left-sec p {
        color: #111;
        font-size: 20px !important;
        margin-bottom: 50px !important;
        font-weight: 500;
    }

.sing-up-free {
    position: relative;
    max-width: 520px;
    padding-right: 217px;
}

    .sing-up-free input {
        width: 100%;
        color: #8197b5;
        height: 60px;
        padding: 0 30px;
        border-radius: 6px;
        border: 1px solid #b3c4dc;
    }

    .sing-up-free .button {
        background: #ff4608 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 80% 50%;
        min-width: 207px;
        min-height: 60px;
        line-height: 57px;
        text-align: center;
        border-radius: 6px;
        border: none;
        float: right;
        position: absolute;
        width: 39%;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

        .sing-up-free .button:hover {
            background: #d83600 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 80% 50%;
            box-shadow: 0 0 36px rgba(0, 0, 0, 0.25);
        }

.form-body .upload-sec a:hover {
    background: #000;
}

.right-sec {
    width: 69%;
    float: right;
}

    .mobile-version {
        display: none;
    }

.main-sec + .content-width {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-head {
    padding: 2px 10px 4px;
    background: #e3edfa;
    border-radius: 4px 4px 0 0;
}

    .form-head span {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 7px;
    }

.form-body {
    padding: 25px;
    background: #fff;
    position: relative;
    box-shadow: 0px 10px 20px 2px #f3f3f3;
}

    .form-body input,
    .form-body select {
        width: 100%;
        height: 36px;
        color: #537088;
        padding: 0 15px;
        font-size: 13px;
        background: #fff;
        border: 1px solid #e9f1fa;
        border-radius: 0 4px 4px 4px;
    }

.form-group {
    margin-bottom: 8px;
}

.form-body .clearfix {
    margin: 0 -4px;
}

    .form-body .clearfix .form-group {
        float: left;
        width: 50%;
        padding: 0 4px;
    }

.custome-select {
    position: relative;
}

    .custome-select:after {
        content: '';
        display: block;
        width: 19px;
        height: 36px;
        position: absolute;
        top: 0px;
        right: 1px;
        border-radius: 0 4px 4px 0;
        background: url(/assets/salesite/images/affiliate/select.jpg) no-repeat;
    }

.form-body .upload-sec {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 10px;
    border: 2px dashed #e3f0f8;
}

    .form-body .upload-sec span {
        display: block;
        font-size: 13px;
        color: #537088;
        margin-top: 10px;
    }

    .form-body .upload-sec a {
        display: inline-block;
        font-size: 13px;
        color: #fff;
        min-width: 112px;
        min-height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 4px;
        margin-top: 10px;
        background: #2190f0;
    }

.validationError {
    box-shadow: 0px 0 2px 1px #DD1913 !important;
    border: 1px solid #DD1913 !important;
}

.message-box {
    width: 350px;
    text-align: center;
    background: #1169ea;
    border-radius: 8px;
    padding: 60px 30px 0;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -10px 80px 0 0;
    box-shadow: 0px 0 25px 10px #cfd0d0;
}

    .message-box p {
        color: #fff;
        font-size: 17px;
        margin-bottom: 15px;
    }

        .message-box p span {
            font-weight: 600;
        }

.troch-light {
    position: absolute;
    top: -15px;
    right: 30px;
}

.message-box ul {
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #0854c4;
}

    .message-box ul:after {
        content: '';
        display: block;
        width: 45px;
        height: 16px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 -8px -22px;
        background: url(/assets/salesite/images/affiliate/clock-icon.png) no-repeat center top #1169ea;
    }

.message-box li {
    width: 60px;
    margin: 0 8px;
    display: inline-block;
}

    .message-box li a {
        display: block;
    }

    .message-box li img {
        margin-bottom: 10px;
        border-radius: 100%;
        border: 3px solid #fff;
    }

    .message-box li span {
        color: #fff;
        display: block;
        font-size: 13px;
    }

    .message-box li.center {
        bottom: -15px;
        width: 70px;
        position: relative;
    }

.responds {
    margin: 0 -30px;
}

    .responds p {
        font-size: 13px;
        margin-bottom: 0;
    }

    .responds img {
        width: 100%;
        display: block;
    }

.write-message {
    position: relative;
}

    .write-message input {
        height: 70px;
        padding: 0 145px 0 30px;
        background: #fff;
        font-size: 15px;
        color: #a6bbcd;
        border: none;
        border-radius: 0 0 7px 7px;
        line-height: 70px;
    }

    .write-message a {
        margin: 0 8px;
        display: inline-block;
        vertical-align: middle;
    }

    .write-message span {
        position: absolute;
        top: 20px;
        right: 30px;
    }

.paper-plane {
    position: absolute;
    bottom: 0;
    left: -265px;
}

.notification-sec {
    position: absolute;
    bottom: 135px;
    left: 100%;
    width: 225px;
    margin-left: -35px;
    text-align: left;
}

.notification-info {
    padding: 20px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    box-shadow: 2px 0px 13px 1px #d1d5d8;
}

    .notification-info p {
        font-size: 14px;
        color: #537088;
        margin-bottom: 0;
    }

        .notification-info p img {
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
        }

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
}

.avatar {
    position: absolute;
    top: 100%;
    right: -40px;
    margin-top: -15px;
}

    .avatar span {
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 20px;
        background: #ef082e;
        position: absolute;
        top: 0;
        right: 0;
    }

.worldwide {
    text-align: center;
    padding: 35px 15px 0;
}

    .worldwide h2 {
        font-weight: 500;
        line-height: 35px;
    }

.rating-num {
    width: 476px;
    margin: 0 auto 20px;
    position: relative;
    min-height: 225px;
    background: url(/assets/salesite/images/affiliate/rating-num-bg.png) no-repeat;
}

.rating-num-sec {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rating-num h2 {
    margin: 0 0 5px;
    color: #2294f4;
    line-height: 1;
    font-size: 80px;
    font-weight: 600;
}

.what-benefits {
    padding: 0 0;
    background: url(/assets/salesite/images/affiliate/bg-shadow.png) no-repeat center center #e4edf9;
}

    .what-benefits:before,
    .what-benefits:after,
    .ft-bg:after {
        content: '';
        display: block;
        padding-bottom: 170px;
        background: url(/assets/salesite/images/affiliate/bg.png) no-repeat center top / cover;
    }

    .what-benefits:after {
        background: url(/assets/salesite/images/affiliate/bg2.png) no-repeat center top / cover;
        z-index: 10;
        position: relative;
    }

.ft-bg:after {
    background: url(/assets/salesite/images/affiliate/ft-bg.png) no-repeat center top / cover;
}

.customers-love .content-width {
    padding: 20px 15px;
    max-width: 1190px;
}

.customers-love h2, .what-benefits h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.customers-love h3 {
    font-size: 30px;
    text-align: center;
}

.customers-love h4 {
    font-size: 20px;
}

.customers-love h2 span, .what-benefits h2 span, .features_list h2 span {
    color: #2294f4;
    font-weight: 600;
}

.features_list h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.features_list h3 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}

    .features_list h3 strong {
        font-weight: 600;
    }

.info h4 {
    padding-top: 10px;
}

.info p {
    color: #000;
}

.customers-love li {
    position: relative;
    padding-left: 115px;
    padding-right: 10px;
    float: left;
    width: 28.33%;
}

    .customers-love li:nth-child(2) {
        left: 10%;
    }

    .customers-love li:last-child {
        float: right;

    }

.customers-love .info h4 {
    padding-top: 23px;
}

.customers-love .info p, .customers-love .info a {
    line-height: unset;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.customers-love .info a {
    display:none;
    color: #2294f4;
    font-weight: 600;
}

    .customers-love li img {
        position: absolute;
        top: 0;
        left: 0;
        width: 105px;
    }

    .customers-love li h4 {
        margin:0px;
    }

    .customers-love ul.secondrow {
        padding-top: 40px;
    }

        .customers-love ul.firstrow li img, .customers-love ul.secondrow li img {
            padding-top: 5px;
        }

    .get-started .img-sec h2 {
        display: none;
    }

    .get-started .img-sec img {
        position: relative;
    }

    .get-started .content-width {
        padding-top: 50px;
    }

    .get-started h2, .what-benefits h2 {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    .get-started .info-sec li {
        margin-bottom: 15px;
    }

.img-sec {
    float: left;
    width: 47%;
}

    .img-sec h2 {
        display: none;
    }

.info-sec {
    width: 50%;
    float: right;
    padding-right: 0px;
}

    .info-sec li {
        padding-left: 36px;
        position: relative;
        margin-bottom: 30px;
        font-weight: 500;
        font-size: initial;
    }

        .info-sec li:before {
            content: '';
            display: inline-block;
            position: absolute;
            top: 0px;
            left: 0;
            width: 25px;
            height: 25px;
            background: url(/assets/salesite/images/affiliate/check.png) no-repeat center top;
        }

        .info-sec li h3 {
            font-size:large;
            color: #2294f4;
        }

.info-sec.left {
    float: left;
}

.img-sec.right {
    float: right;
}

.pricing_top {
    background: white;
    border: 1px solid;
    border-color: #dfdfdf;
    border-radius: 10px;
}

    .pricing_top h2 span, .pricing_top h2 strong {
        color: black;
    }

    .owl-carousel::before {
        left: -19px;
    }

.what-benefits .img-sec {
    width: 50%;
    padding-left: 0px;
    float: right;
    position: relative;
    z-index: 5;
}

    .what-benefits .img-sec img {
        max-width: 126%;
        top: -25px;
        left: -70px;
        position: absolute;
        z-index: 5;
    }

.what-benefits .info-sec {
    width: 55%;
    padding-right: 0px;
    position: relative;
    z-index: 10;
}


.what-benefits .info-sec li {
    margin-bottom: 20px;
}

    .what-benefits .info-sec li:before {
        top: 10px;
    }

.features_list .option0 .pricing_top h4,
.features_list .option1 .pricing_top h4,
.features_list .option2 .pricing_top h4 {
    margin-bottom: 52px;
}


.features_list {
    padding: 0 0;
    padding-bottom: 100px !important;
    background: url(/assets/salesite/images/affiliate/bg-shadow.png) no-repeat center center #e4edf9;
}

    .features_list:before {
        content: '';
        display: block;
        padding-bottom: 190px;
        background: url(/assets/salesite/images/affiliate/bg.png) no-repeat center top / cover;
    }

    .features_list .pricing_top a.sign_up {
        width: 90%;
        max-width: 155px;
        padding: 0 28px;
        background: url(/assets/salesite/images/arrow3.png) 80% center no-repeat;
    }

.option0 .pricing_top a.sign_up {
    background-color: #b6b6b6 !important;
}

.option1 .pricing_top a.sign_up {
    background-color: #fea839 !important;
}

.option2 .pricing_top a.sign_up {
    background-color: #fd7a5e !important;
}

.option3 .pricing_top a.sign_up {
    background-color: #03c1d9 !important;
}

.owl-theme .owl-nav {
    margin-top: 25px;
}

.owl-carousel:before, .owl-carousel:after {
    background: none !important;
}

#trail_section .content h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#trail_section .content h4 {
    font-size: small;
    font-weight: 400;
    margin-bottom: 50px;
}
/*  Footer 
-------------------------------------- */
.footer-wrap {
    color: #fff;
    text-align: center;
    padding: 40px 0 140px;
    background: url(/assets/salesite/images/affiliate/footer-bg.png) no-repeat center top / cover;
}

    .footer-wrap h2 {
        color: #fff;
    }

    .footer-wrap p {
        margin-bottom: 50px;
        font-size: initial;
    }

    .footer-wrap .sing-up-free {
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-wrap input {
        background: #202341;
        border-color: #202341;
    }

        .footer-wrap input::-webkit-input-placeholder {
            color: #bfcde1;
        }

        .footer-wrap input::-moz-placeholder {
            color: #bfcde1;
        }

        .footer-wrap input::-ms-input-placeholder {
            color: #bfcde1;
        }

        .footer-wrap input::-o-input-placeholder {
            color: #bfcde1;
        }

    .footer-wrap .button {
        background: #2294f4 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 80% 50%;
        min-width: 207px;
        min-height: 60px;
        line-height: 57px;
        text-align: center;
        border-radius: 6px;
        border: none;
        float: right;
        position: absolute;
        width: 40%;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

        .footer-wrap .button:hover {
            background: #1169EA url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 80% 50%;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
        }

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

@media (min-width: 1600px) {
    #main .content-width.right {
        max-width: 1255px;
    }

    .main-sec + .content-width.right {
        top: 165px;
        left: 56%;
    }

    .main-sec {
        padding: 200px 0 333px;
    }

    #header-wrap {
        left: 15px;
    }

    .left-sec,
    .img-sec {
        padding-left: 15px;
    }

    .worldwide {
        padding-top: 75px;
    }

    .customers-love:before,
    .customers-love:after,
    .what-benefits:before,
    .what-benefits:after,
    .ft-bg:after {
        padding-bottom: 175px;
    }

    h1 {
        font-size: 48px;
    }
}

@media (max-width: 1599px) {
    .main-sec {
        padding: 190px 0 295px;
    }

        .main-sec + .content-width {
            top: 150px;
            left: 56%;
        }

    #header-wrap {
        left: 15px;
    }

    .left-sec,
    .img-sec {
        padding-left: 15px;
    }

    .worldwide {
        padding-top: 75px;
    }

    .customers-love:before,
    .customers-love:after,
    .what-benefits:before,
    .what-benefits:after,
    .ft-bg:after {
        padding-bottom: 140px;
    }

    h1 {
        font-size: 48px;
    }
}

@media (max-width: 1500px) {
    .main-sec + .content-width {
        top: 175px;
        left: 57%;
    }
}

@media (max-width: 1440px) {
    .main-sec {
        padding: 200px 0 290px;
    }

    #header-wrap {
        left: 15px;
    }

    /*.left-sec,*/
    img-sec {
        padding-left: 15px;
    }

    .worldwide {
        padding-top: 75px;
    }

    .customers-love:before,
    .customers-love:after,
    .what-benefits:before,
    .what-benefits:after,
    .ft-bg:after {
        padding-bottom: 140px;
    }

    h1 {
        font-size: 48px;
    }
    #section1::after {
        bottom: 67%;
    }
}

@media (max-width: 1200px) {
    .content-width {
        padding: 0 44px;
        max-width: 1190px;
    }
}

@media (max-width: 1199px) {
    .main-sec + .content-width {
        max-width: 1024px;
    }

    #header-wrap {
        top: 25px;
    }

    .main-sec {
        padding: 150px 0 245px;
    }

        .main-sec + .content-width {
            max-width: 1100px;
            top: 126px;
            left: 54%;
        }

    .worldwide {
        padding-top: 50px;
    }

    .right-sec {
        width: 65%;
    }

    .left-sec p {
        margin-bottom: 40px !important;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    .left-sec p {
        font-size: 16px !important;
    }

    .sing-up-free {
        max-width: 450px;
        padding-right: 180px;
    }

        .sing-up-free .button {
            min-width: 170px;
            background: #ff4608 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
        }

            .sing-up-free .button:hover {
                background: #d83600 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
                box-shadow: 0 0 36px rgba(0, 0, 0, 0.25);
            }

    .footer-wrap .button {
        width: 34%;
        min-width: 170px;
        background: #2294f4 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
    }

        .footer-wrap .button:hover {
            background: #1169EA url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
        }

    .customers-love .content-width, .what-benefits .content-width {
        padding-bottom: 0;
    }

    .info-sec {
        padding-right: 20px;
    }

        .info-sec li {
            padding-left: 50px;
        }

    .info p br {
        display: none;
    }

    .worldwide,
    .customers-love .content-width, .what-benefits .content-width {
        padding-left: 44px;
        padding-right: 44px;
    }

    .customers-love li img {
        left: 15px;
        width: 90px;
    }

    h4 {
        font-size: 17px;
    }

    .packageBundleStandardPrice, .packageBundlePremiumPrice, .packageBundleProfessionalPrice, .packageBundleGrowthPrice {
        font-size: 44px !important;
    }

    .what-benefits .img-sec img {
        left: -30px;
    }
}

@media (max-width: 1024px) {
    .main-sec + .content-width {
        top: 164px;
        left: 57%;
    }

    .get-started .img-sec img {
        max-width: 125%;
        left: -90px;
        top: 15px;
    }

    .get-started .content-width {
        padding-top: 0px;
    }

    .what-benefits .img-sec img {
        top: 138px;
        left: 12px;
    }

    .customers-love ul.firstrow li img, .customers-love ul.secondrow li img {
        padding-top: 28px;
    }
}

@media (max-width: 1023px) {
    .content-width {
        padding: 0 65px;
    }
    .main-sec + .content-width {
        max-width: 768px;
        top: 95px;
        left: 58%;
    }

    #header-wrap {
        top: 20px;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .main-sec {
        padding: 110px 0 175px;
    }

    .left-sec p {
        font-size: 15px !important;
        margin-bottom: 25px !important;
    }

    .worldwide {
        padding-top: 25px;
    }

    .sing-up-free {
        max-width: 350px;
        padding-right: 150px;
    }

    .footer-wrap .sing-up-free {
        padding-right: 150px;
        max-width: 400px;
    }

        .sing-up-free input {
            height: 50px;
            padding: 0 15px;
        }

        .sing-up-free .button {
            min-width: 142px;
            min-height: 48px;
            line-height: 48px;
            background: #ff4608 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
        }

            .sing-up-free .button:hover {
                background: #d83600 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
                box-shadow: 0 0 36px rgba(0, 0, 0, 0.25);
            }

    .footer-wrap .button {
        min-width: 142px;
        min-height: 48px;
        line-height: 48px;
        width: 30%;
        background: #2294f4 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
    }

        .footer-wrap .button:hover {
            background: #1169EA url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
        }

    .right-sec {
        width: 85%;
    }

    .customers-love li {
        padding-left: 100px;
    }

        .customers-love li img {
            width: 80px;
        }

    h4 {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .info p {
        font-size: 13px !important;
    }

    .info-sec {
        width: 50%;
        padding-right: 0;
    }

        .info-sec li {
            padding-left: 40px;
            font-size: 14px;
        }

    .worldwide, .customers-love .content-width, .what-benefits .content-width {
        padding-left: 65px;
        padding-right: 65px;
    }

    .customers-love:before,
    .customers-love:after,
    .what-benefits:before,
    .what-benefits:after,
    .ft-bg:after {
        padding-bottom: 122px;
    }

    .footer-wrap {
        padding-bottom: 60px;
    }

    .customers-love h2 {
        font-size: 28px;
    }

    .main-sec h2,
    .footer-wrap h2,
    .get-started h2,
    .what-benefits h2 {
        font-size: 30px;
    }

    .features_list .option0 .pricing_top h4, .features_list .option1 .pricing_top h4, .features_list .option2 .pricing_top h4 {
        margin-bottom: 40px;
    }

    .packageBundleStandardPrice, .packageBundlePremiumPrice, .packageBundleProfessionalPrice, .packageBundleGrowthPrice {
        font-size: 36px !important;
    }

    .sing-up-free input, .sing-up-free .button {
        font-size: 13px;
    }

    .what-benefits .img-sec img {
        top: 48px;
        left: 12px;
    }

    .customers-love h4 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 1000px) {
    .get-started .content-width {
        padding-top: 0px;
    }

    .what-benefits .img-sec img {
        top: 70px;
        left: 12px;
    }
}

@media (width: 820px) {
.what-benefits:after {padding-bottom: 84px;}
.what-benefits .img-sec img {top: 110px;left: 19px;max-width: 152%;}
.customers-love li {width: 33%;}
.customers-love li:nth-child(2) {left: 0;}
.customers-love .content-width, .what-benefits .content-width {padding-left: 30px;padding-right: 30px;}
.customers-love ul.secondrow {padding-top: 15px;}
.features_list .pricing_top a.sign_up {padding: 0 20px;background: url(/assets/salesite/images/arrow3.png) 85% center no-repeat;}
.features_list .pricing_top h2 sup {top: 13px;left: -3px;}
.packageBundleStandardPrice, .packageBundlePremiumPrice, .packageBundleProfessionalPrice, .packageBundleGrowthPrice {font-size: 34px !important;}
}

@media (max-width: 800px) {
    .content-width {
        padding: 0 20px;
    }

    .right-sec {
        width: 75%;
    }

    .main-sec + .content-width {
        max-width: 768px;
        top: 100px;
        left: 58%;
    }

    .main-sec {
        padding: 110px 0 195px;
    }

    .sing-up-free {
        max-width: 345px;
        padding-right: 150px;
    }

    .worldwide, .customers-love .content-width {
        padding-left: 15px;
        padding-right: 15px;
    }

    .what-benefits .content-width {
        padding-left: 35px;
        padding-right: 35px;
    }

    .pricing_top a.sign_up {

        width:170px;
    }
}

@media (max-width: 768px) {
    .main-sec {
        padding: 90px 0 150px;
    }

        .main-sec + .content-width {
            top: 100px;
            left: 54%;
        }

    .right-sec {
        width: 70%;
    }

    .customers-love li {
        padding-left: 90px;
    }
        .customers-love li img {
            left: 0px;
        }

    .sing-up-free {
        max-width: 337px;
        padding-right: 150px;
    }

    .footer-wrap .sing-up-free {
        max-width: 380px;
        padding-right: 150px;
    }

    .sing-up-free .button {
        min-width: 142px;
        min-height: 48px;
        line-height: 48px;
        background: #ff4608 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
    }

        .sing-up-free .button:hover {
            background: #d83600 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
            box-shadow: 0 0 36px rgba(0, 0, 0, 0.25);
        }

    .customers-love li {
        width: 33.33%;
    }

    .customers-love li:nth-child(2) {
        left: unset;
    }

    .customers-love li:last-child {
        float: left;
    }

    .footer-wrap .button {
        width: 30%;
        min-width: 142px;
        min-height: 48px;
        line-height: 48px;
        background: #2294f4 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
    }

        .footer-wrap .button:hover {
            background: #1169EA url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 90% 50%;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
        }

        .what-benefits .img-sec img {
            max-width: 188%;
            top: 103px;
            left: -57px;
        }

        .what-benefits .info-sec {
            width: 45%;
        }

    .get-started .content-width, .what-benefits .content-width {
        padding-top: 0px;
    }

    .pricing_top a.sign_up {
        width: 150px;
        padding: 0 22px !important;
    }
}

@media (max-width: 767px) {
    .content-width {
        padding: 0 30px;
    }

    .customers-love .content-width, .what-benefits .content-width {
        padding: 20px 30px 0;
    }

    #header-wrap {
        text-align: center;
        top: 38px;
    }

    .logo {
        width: 110px;
    }

    #call {
        display: block;
        position: relative;
        border-left: none;
        padding-top: 0px;
        margin-left: 0px;
    }

        #call a {
            font-size: 12px;
            margin-top: 0px;
        }

            #call a small, .call a small {
                font-size: 12px;
            }

            #call a img {
                width: 12px;
                margin-right: 5px;
            }

    .left-sec {
        width: auto;
        float: none;
        text-align: center;
    }

    h1 {
        margin-bottom: 35px;
    }

    .main-sec {
        background: url(/assets/salesite/images/affiliate/bg-shadow.png) no-repeat center center #e5edf8;
        padding: 65px 0 0;
    }

        .main-sec:after {
            content: '';
            display: block;
            padding-bottom: 180px;
            margin-top: -80px;
            background: url(/assets/salesite/images/affiliate/bg2.png) no-repeat center top / cover;
        }

    .customers-love:before,
    .customers-love:after,
    .what-benefits:before,
    .what-benefits:after,
    .ft-bg:after {
        padding-bottom: 70px;
    }

    .main-sec + .content-width {
        transform: none;
        position: static;
        margin-top: -130px;
    }

    #main-wrap .content-width {
        padding-top: 30px;
    }

    .get-started .content-width {
        padding-top: 45px !important;
    }

    .get-started .info-sec h2 {
        display:none;
    }

    .right-sec {
        width: auto;
        float: none;
        margin: 0 -30px;
    }

        .right-sec .desktop-version {
            display: none;
        }

    .mobile-version {
        display: block;
        margin: auto;
    }

    .sing-up-free {
        max-width: 240px;
        margin: 0 auto;
        padding: 20px 10px 0;
    }

        .sing-up-free input {
            height: 42px;
            text-align: center;
            margin-bottom: 25px;
        }

        .sing-up-free .button {
            position: static;
            min-height: 42px;
            line-height: 42px;
            min-width: 150px;
            font-size: 14px;
            float: none;
            background: #ff4608 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
        }

            .sing-up-free .button:hover {
                background: #d83600 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
                box-shadow: 0 0 36px rgba(0, 0, 0, 0.25);
            }

    .customers-love li:last-child {
        float: none;
    }

    .footer-wrap .button {
        position: static;
        min-height: 42px;
        line-height: 42px;
        min-width: 150px;
        font-size: 14px;
        float: none;
        background: #2294f4 url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
    }

        .footer-wrap .button:hover {
            background: #1169EA url(/assets/salesite/images/affiliate/btn-arrow.png) no-repeat 85% 50%;
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
        }

    .left-sec p {
        max-width: 205px;
        margin: 0 auto 20px;
        font-weight: 600;
        font-size: 14px !important;
    }

    .customer-landing .left-sec p {
        max-width: 235px;
    }

    .left-sec p br {
        display: none;
    }

    .left-sec .sing-up-free:before {
        content: '';
        display: block;
        width: 21px;
        height: 38px;
        background: url(/assets/salesite/images/affiliate/arrow-left.png) no-repeat;
        position: absolute;
        top: -40px;
        left: 0;
    }

    .left-sec .sing-up-free:after {
        content: '';
        display: block;
        background: url(/assets/salesite/images/affiliate/arrow-right.png) no-repeat;
        position: absolute;
        bottom: 12px;
        right: 0;
        width: 33px;
        height: 50px;
    }

    .worldwide {
        padding-top: 0;
    }

    h2 {
        font-size: 22px;
    }

    .worldwide h2 br {
        display: none;
    }

    .worldwide p {
        font-size: 14px !important;
        max-width: 260px;
        margin: 0 auto 20px;
    }

    .customer-landing .worldwide p {
        max-width: 220px;
    }

    .customers-love ul.secondrow {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .customers-love li {
        float: none;
        width: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .customers-love ul.firstrow li img, .customers-love ul.secondrow li img {
        padding-top: 16px;
    }

    .img-sec {
        float: none;
        width: auto;
        text-align: center;
        padding-left: 0;
        margin-bottom: 35px;
    }

    .info-sec {
        float: none;
        width: auto;
    }

    .footer-wrap {
        padding: 0 0 70px;
        background: url(/assets/salesite/images/affiliate/footer-bg-xs.jpg) no-repeat center top / cover;
    }

        .footer-wrap .sing-up-free {
            max-width: 240px;
            padding-right: 0px;
        }

    .customer-landing .customers-love:after, .customer-landing .what-benefits:after {
        display: none;
    }

    .customer-landing .footer-wrap:before {
        background: url(/assets/salesite/images/affiliate/bg3.png) no-repeat center top / cover;
    }

    .customer-landing .customers-love, .customer-landing .what-benefits {
        padding-bottom: 10px;
        background: #e4edf9;
    }

    .footer-wrap p {
        margin-bottom: 20px;
    }

    .get-started:after {
        display: none;
    }

    .img-sec h1 {
        display: block;
        text-align: center;
    }

    .info-sec h1 {
        display: none;
    }

    .customers-love h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .rating-num h2 {
        font-size: 50px;
        margin-bottom: 5px;
    }

    .rating-num img {
        width: 20px;
    }

    .rating-num {
        width: 350px;
        min-height: 170px;
        background-size: 100%;
    }

    .footer-wrap h2 {
        font-size: 24px;
    }

    h4 {
        font-size: 16px;
    }

    .get-started {
        background: none;
    }

        .get-started .img-sec h2 {
            display: block;
        }

        .get-started .img-sec {
            display: block;
            width: 100%;
            padding: 0px;
        }

            .get-started .img-sec img {
                width: 50%;
                min-width: 390px;
                left: 0;
                top: 0;
            }

    .what-benefits {
        background: url(/assets/salesite/images/affiliate/bg-shadow.png) no-repeat center center #e4edf9;
    }

        .what-benefits .content-width {
            padding-bottom: 0px;
        }

        .what-benefits .img-sec {
            display: block;
            width: 100%;
            padding: 0px;
        }

            .what-benefits .img-sec img {
                position: relative;
                top: 0;
                left: 0;
                width: 60%;
                min-width: 300px;
            }

        .what-benefits .info-sec {
            width: 100%;
        }

            .what-benefits .info-sec li h3 {
                font-size: medium;
                color: #2294f4;
            }

    .features_list h2 {
        font-size: 24px;
        padding-bottom: 22px;
    }

    .features_list h3 {
        font-size: 16px;
    }

    .features_list .content-width h2.title {
        width: 50%;
        line-height: 30px;
    }

    .features_list .option0 .pricing_top h4,
    .features_list .option1 .pricing_top h4,
    .features_list .option2 .pricing_top h4,
    .features_list .option3 .pricing_top h4 {
        margin-bottom: 20px;
    }

    .pricing_top h2 {
        width: 100%;
    }

        .pricing_top h2 sup {
            font-size: 25px;
            vertical-align: middle;
            top: -1px;
        }

    .packageBundleStandardPrice, .packageBundlePremiumPrice, .packageBundleProfessionalPrice, .packageBundleGrowthPrice {
        font-size: 38px !important;
    }

    .features_list:before {
        padding-bottom: 75px;
    }
}

@media (max-width: 559px) {
    .footer-wrap h2 br {
        display: none;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    body, input, select, textarea {
        font-size: 14px;
    }

    .left-sec, .img-sec {
        padding-left: 0px;
    }

    .worldwide {
        padding: 0 30px;
    }

        .worldwide h2 {
            font-size: 16px;
            max-width: 280px;
            margin: 10px auto 10px;
        }

            .worldwide h2 br {
                display: none;
            }

    .rating-num {
        width: auto;
        min-height: 175px;
        margin-bottom: 25px;
    }

        .rating-num h2 {
            font-size: 70px;
        }

    .customers-love li {
        padding-left: 0;
        text-align: center;
    }

        .customers-love li img {
            position: static;
            margin-bottom: 0px;
            display: inline-block;
        }

    .customers-love h4 br {
        display: none;
    }

    .customer-landing .customers-love h2 span {
        display: inline-block;
    }

    #footer h2 {
        padding: 0 12% 0 12%;
    }

    .footer-wrap:before {
        margin: 0 0 20px;
    }

    .footer-wrap h2 {
        font-size: 22px;
    }

    .main-sec h2, .get-started h2, .what-benefits h2 {
        font-size: 24px;
    }

    .get-started .content-width, .what-benefits .content-width {
        padding-top: 10px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .customers-love li {
        float: none;
        width: auto;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .features_list h2 {
        font-size: 24px;
        padding-bottom: 0px;
    }

    .features_list h3 {
        font-size: 16px;
    }

    .customers-love .info h4 {
        padding-top: 5px;
    }

    .features_list .content-width {
        padding-top: 0px;
    }
}

@media (max-width: 425px) {
    .get-started .img-sec img {
        width: 100%;
        min-width: 100%;
    }

    .what-benefits .img-sec img {
        width: 100%;
    }
}

@media (max-width:375px) {
    .left-sec, .img-sec {
        padding-left: 0px;
    }

    .rating-num {
        min-height: 150px;
    }

        .rating-num h2 {
            font-size: 50px !important;
        }

    .rating-num-sec h2 {
        font-size: 50px;
    }

    .worldwide h2 {
        line-height: 21px;
    }

    .worldwide h2 {
        margin: 0 auto 20px;
    }
}

@media (max-width:320px) {
    .left-sec, .img-sec {
        padding-left: 0px;
    }

    .rating-num {
        width: 230px;
        min-height: 125px;
    }

    .get-started .content-width, .customers-love .content-width, .what-benefits .content-width {
        padding: 20px 22px 0;
    }

    .what-benefits .content-width, .customers-love .content-width, .features_list .content-width {
        padding-top: 0px !important;
    }

    .customers-love li {
        padding-top: 0px;
    }

    .features_list .option0 .pricing_top h4,
    .features_list .option1 .pricing_top h4,
    .features_list .option2 .pricing_top h4 {
        margin-bottom: 24px;
    }

    .features_list .option3 .pricing_top h4 {
        margin-bottom: 0px;
    }

    .pricing_top h2 sup {
        font-size: 18px;
        vertical-align: middle;
        top: 1px;
    }

    .packageBundleStandardPrice, .packageBundlePremiumPrice, .packageBundleProfessionalPrice, .packageBundleGrowthPrice {
        font-size: 28px !important;
    }

    .pricing_top a.sign_up {
        width: 125px;
        padding: 0 16px;
    }

    #call {
        margin-top: 45px !important;
    }

    .features_list .pricing_top a.sign_up {
        padding: 0 11px !important;
        background: url(/assets/salesite/images/arrow3.png) 88% center no-repeat;
    }
}
</pre></body></html>