@font-face {
    font-family: icon-font;
    src: url("//static.chimeroi.com/home/icon-font/180530/icomoon.eot");
    src: url("//static.chimeroi.com/home/icon-font/180530/icomoon.eot") format("embedded-opentype"), url("//static.chimeroi.com/home/icon-font/180530/icomoon.woff2") format("woff2"), url("//static.chimeroi.com/home/icon-font/180530/icomoon.ttf") format("truetype"), url("//static.chimeroi.com/home/icon-font/180530/icomoon.woff") format("woff"), url("//static.chimeroi.com/home/icon-font/180530/icomoon.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: chime;
    font-display: block;
    src: url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.eot");
    src: url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.eot#iefix") format("embedded-opentype"), url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.ttf") format("truetype"), url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.woff") format("woff"), url("//static.chimeroi.com/crm/fonts/icon/18-08-15/icomoon.svg#icomoon") format("svg");
    font-weight: 400;
    font-style: normal
}
@media (max-width:640px) {
    .jsCalendar table tr {
        display: block;
        width: 100%
    }

    .jsCalendar thead .jsCalendar-title {
        width: 100%
    }
}

body {
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.book-demo-icon {
    font-family: icon-font;
    font-size: 14px
}

.book-demo-icon.icon-fillright:before {
    content: "\E936"
}

.book-demo-icon.icon-close:before {
    content: "\E90F"
}

.book-demo-icon.icon-check:before {
    content: "\E933"
}

.chime-icon {
    font-family: chime;
    font-size: 14px
}

.chime-icon.icon-down:before {
    content: "\E90D"
}

.chime-icon.icon-up:before {
    content: "\E90E"
}

.chime-icon.icon-close:before {
    content: "\E937"
}

@font-face {
    font-family: SF UI Text;
    font-style: normal;
    src: local("SF UI Text"), url("//static.chimeroi.com/crm/fonts/SFUIText/SFUIText-Regular.woff2"), url("//static.chimeroi.com/crm/fonts/SFUIText/SFUIText-Regular.woff"), url("//static.chimeroi.com/crm/fonts/SFUIText/SF-UI-Text-Regular.otf")
}

@keyframes showMaskAnimate {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes showPopAnimate {
    0% {
        opacity: 0;
        transform: translate(-50%, -70%)
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%)
    }
}

.toast {
    top: 40% !important
}

.form-pop.dialog-pop {
    display: none
}

.form-pop.dialog-pop form li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 1px
}

.form-pop.dialog-pop .left-panel li input.invalid_input {
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 10, 30, .1);
    background-color: #fdece9;
    border: 1px solid #fb6f67 !important
}

.form-pop.dialog-pop .error {
    color: #f0454c !important
}

.form-pop.dialog-pop .content {
    margin-top: 55px
}

.form-pop.dialog-pop form.left-panel {
    padding: 5px 0
}

.form-pop.dialog-pop .prompt {
    margin-top: 20px
}

.form-pop.dialog-pop input[type=submit] {
    background-color: #3B5CDE;
    font-weight: 600
}

.form-pop.dialog-pop input[type=submit]:hover {
    background-color: #3B5CDE
}

.form-pop.dialog-pop input[type=submit]:active {
    background-color: #3B5CDE
}

.form-pop.dialog-pop .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding-right: 0;
    height: auto;
    width: auto
}

.form-pop.dialog-pop .icon-close:before {
    content: "\E90F";
    font-size: 18px
}

#home-pop {
    height: auto;
    overflow-x: hidden
}

.no-scroll {
    overflow: hidden !important
}

@media (max-width:1023px) {
    #home-pop {
        width: 480px;
        transform: translate(-50%, -50%);
        z-index: 999;
        position: fixed
    }

    #home-pop .logo {
        display: none
    }

    #home-pop hgroup {
        width: 400px;
        margin: auto
    }

    #home-pop hgroup h2 {
        font-size: 20px;
        line-height: 24px;
        height: auto
    }

    #home-pop hgroup p {
        font-size: 14px;
        line-height: 16px;
        margin-top: 15px
    }

    #home-pop .content {
        width: 400px;
        height: auto;
        margin: 30px auto 40px
    }

    #home-pop .content .left-panel {
        margin-left: 0;
        padding: 0;
        width: 100%;
        height: auto
    }

    #home-pop .content .left-panel input {
        width: 400px
    }

    #home-pop .content .left-panel .prompt {
        margin-top: 10px
    }

    #home-pop .content .right-panel {
        display: none
    }
}

@media (max-width:500px) {
    #home-pop {
        width: 320px
    }

    #home-pop .logo {
        display: none
    }

    #home-pop .content,
    #home-pop .content .left-panel input,
    #home-pop hgroup {
        width: 260px
    }
}

body,
html {
    min-width: 320px
}

.small-screen {
    display: none
}

.max-content {
    position: relative;
    height: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0 160px;
    overflow: hidden;
    box-sizing: border-box
}

@media (min-width:1024px) and (max-width:1279px) {
    .max-content {
        padding: 0 80px
    }
}

@media (min-width:750px) and (max-width:1023px) {
    .max-content {
        padding: 0 40px
    }
}

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

.features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
	background-image: url(//static.chimeroi.com/home/images/products/banner-lead-generation@2x.png)
}

.features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .features-bg .features-content .title {
        width: 500px
    }

    .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .features-bg .features-content {
        left: 80px
    }

    .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .features-bg {
        height: 480px
    }

    .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .features-bg .features-content .sub-title,
    .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .features-bg .features-content {
        width: 100%
    }

    .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .features-bg .max-content {
        padding: 0 30px
    }

    .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.crm .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.crm .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.crm .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.crm .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.crm .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .crm .features-bg .features-content .title {
        width: 420px
    }

    .crm .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .crm .features-bg .features-content {
        left: 80px
    }

    .crm .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .crm .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .crm .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .crm .features-bg {
        height: 480px
    }

    .crm .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .crm .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .crm .features-bg .features-content .sub-title,
    .crm .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .crm .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .crm .features-bg .features-content {
        width: 100%
    }

    .crm .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .crm .features-bg .max-content {
        padding: 0 30px
    }

    .crm .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.mobile-crm .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.mobile-crm .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.mobile-crm .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.mobile-crm .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.mobile-crm .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .mobile-crm .features-bg .features-content .title {
        width: 420px
    }

    .mobile-crm .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .mobile-crm .features-bg .features-content {
        left: 80px
    }

    .mobile-crm .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .mobile-crm .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .mobile-crm .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .mobile-crm .features-bg {
        height: 480px
    }

    .mobile-crm .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile-crm .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mobile-crm .features-bg .features-content .sub-title,
    .mobile-crm .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .mobile-crm .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .mobile-crm .features-bg .features-content {
        width: 100%
    }

    .mobile-crm .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .mobile-crm .features-bg .max-content {
        padding: 0 30px
    }

    .mobile-crm .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.idx-website .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.idx-website .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.idx-website .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.idx-website .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.idx-website .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .idx-website .features-bg .features-content .title {
        width: 420px
    }

    .idx-website .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .idx-website .features-bg .features-content {
        left: 80px
    }

    .idx-website .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .idx-website .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .idx-website .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .idx-website .features-bg {
        height: 480px
    }

    .idx-website .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .idx-website .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .idx-website .features-bg .features-content .sub-title,
    .idx-website .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .idx-website .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .idx-website .features-bg .features-content {
        width: 100%
    }

    .idx-website .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .idx-website .features-bg .max-content {
        padding: 0 30px
    }

    .idx-website .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box;
        padding: 0
    }
}

.direct-mail .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.direct-mail .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.direct-mail .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.direct-mail .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.direct-mail .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .direct-mail .features-bg .features-content .title {
        width: 420px
    }

    .direct-mail .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .direct-mail .features-bg .features-content {
        left: 80px
    }

    .direct-mail .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .direct-mail .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .direct-mail .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .direct-mail .features-bg {
        height: 480px
    }

    .direct-mail .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .direct-mail .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .direct-mail .features-bg .features-content .sub-title,
    .direct-mail .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .direct-mail .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .direct-mail .features-bg .features-content {
        width: 100%
    }

    .direct-mail .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .direct-mail .features-bg .max-content {
        padding: 0 30px
    }

    .direct-mail .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.release .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.release .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.release .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.release .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.release .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .release .features-bg .features-content .title {
        width: 420px
    }

    .release .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .release .features-bg .features-content {
        left: 80px
    }

    .release .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .release .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .release .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .release .features-bg {
        height: 480px
    }

    .release .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .release .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .release .features-bg .features-content .sub-title,
    .release .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .release .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .release .features-bg .features-content {
        width: 100%
    }

    .release .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .release .features-bg .max-content {
        padding: 0 30px
    }

    .release .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.dialer .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px;
    color: #fff
}

.dialer .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.dialer .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.dialer .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.dialer .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .dialer .features-bg .features-content .title {
        width: 420px
    }

    .dialer .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .dialer .features-bg .features-content {
        left: 80px
    }

    .dialer .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .dialer .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .dialer .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .dialer .features-bg {
        height: 480px
    }

    .dialer .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .dialer .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .dialer .features-bg .features-content .sub-title,
    .dialer .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .dialer .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .dialer .features-bg .features-content {
        width: 100%
    }

    .dialer .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .dialer .features-bg .max-content {
        padding: 0 30px
    }

    .dialer .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.branding-ads .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px;
    color: #fff
}

.branding-ads .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.branding-ads .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.branding-ads .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.branding-ads .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .branding-ads .features-bg .features-content .title {
        width: 420px
    }

    .branding-ads .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .branding-ads .features-bg .features-content {
        left: 80px
    }

    .branding-ads .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .branding-ads .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .branding-ads .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .branding-ads .features-bg {
        height: 480px
    }

    .branding-ads .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .branding-ads .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .branding-ads .features-bg .features-content .sub-title,
    .branding-ads .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .branding-ads .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .branding-ads .features-bg .features-content {
        width: 100%
    }

    .branding-ads .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .branding-ads .features-bg .max-content {
        padding: 0 30px
    }

    .branding-ads .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.integrations .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.integrations .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.integrations .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.integrations .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.integrations .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .integrations .features-bg .features-content .title {
        width: 420px
    }

    .integrations .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .integrations .features-bg .features-content {
        left: 80px
    }

    .integrations .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .integrations .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .integrations .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .integrations .features-bg {
        height: 480px
    }

    .integrations .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .integrations .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .integrations .features-bg .features-content .sub-title,
    .integrations .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .integrations .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .integrations .features-bg .features-content {
        width: 100%
    }

    .integrations .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .integrations .features-bg .max-content {
        padding: 0 30px
    }

    .integrations .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.integrations .feature-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    box-sizing: border-box;
    height: 510px;
    padding: 80px 210px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.integrations .feature-box .item {
    display: inline-block;
    width: 20%;
    margin-right: 150px;
    text-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: SF UI Text, Helvetica, Arial, "san-serif"
}

.integrations .feature-box .item:last-child {
    margin-right: 0
}

.integrations .feature-box .item img {
    width: auto;
    max-height: 240px
}

.integrations .feature-box .item .h5 {
    font-size: 18px;
    font-weight: 600;
    color: #414676;
    margin: 20px 12px
}

.integrations .feature-box .item p {
    font-size: 14px;
    font-weight: 400;
    color: #7585b1;
    max-width: 240px;
    margin: auto
}

@media (max-width:1439px) {
    .integrations .feature-box {
        padding: 80px 160px 0
    }

    .integrations .feature-box .item {
        margin-right: 120px
    }
}

@media (max-width:1279px) {
    .integrations .feature-box {
        padding: 80px 80px 0
    }

    .integrations .feature-box .item {
        margin-right: 72px
    }
}

@media (max-width:1023px) {
    .integrations .feature-box {
        padding: 80px 40px;
        height: auto
    }

    .integrations .feature-box .item {
        width: 40%;
        max-width: 240px;
        margin-right: 60px
    }
}

@media (max-width:926px) {
    .integrations .feature-box .item {
        width: calc((100% - 160px) / 2);
        margin-right: 160px
    }

    .integrations .feature-box .item:nth-child(2) {
        margin-right: 0
    }

    .integrations .feature-box .item:last-child {
        margin-top: 60px
    }
}

@media (max-width:749px) {
    .integrations .feature-box {
        padding: 80px 68px;
        height: auto
    }

    .integrations .feature-box .item {
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-bottom: 60px
    }

    .integrations .feature-box .item:last-child {
        margin-bottom: 0
    }
}

.integrations .ad-wrapper .feature-title .h2 {
    margin-top: 60px;
    padding-bottom: 40px
}

.integrations .ad-wrapper .feature-title:after {
    content: none
}

.integrations .ad-wrapper .ad-content {
    max-width: 1440px;
    padding: 0 160px;
    margin: auto;
    box-sizing: border-box
}

.integrations .ad-wrapper .ad-content img {
    width: 100%;
    border-radius: 5.1px;
    box-shadow: 0 4px 17px 0 rgba(99, 159, 221, .15)
}

.integrations .ad-wrapper .footer-text {
    max-width: 1440px;
    margin: auto;
    padding: 24px 320px 60px;
    box-sizing: border-box;
    text-align: center;
    font-family: SF UI Text, Helvetica, Arial, "san-serif"
}

.integrations .ad-wrapper .footer-text p {
    font-size: 14px;
    color: #7585b1;
    max-width: 800px;
    margin: auto
}

@media (max-width:1439px) {
    .integrations .ad-wrapper .footer-text {
        padding: 24px 240px 60px
    }
}

@media (max-width:1279px) {
    .integrations .ad-wrapper .ad-content {
        padding: 0 80px
    }

    .integrations .ad-wrapper .footer-text {
        padding: 24px 112px 60px
    }
}

@media (max-width:1023px) {
    .integrations .ad-wrapper .ad-content {
        padding: 0 40px
    }

    .integrations .ad-wrapper .footer-text {
        padding: 24px 40px 60px
    }
}

@media (max-width:749px) {
    .integrations .ad-wrapper .ad-content {
        padding: 0 30px
    }

    .integrations .ad-wrapper .footer-text {
        padding: 24px 30px 60px
    }
}

.integrations .feature .feature-text {
    max-width: 560px
}

.transaction .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.transaction .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.transaction .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.transaction .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.transaction .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .transaction .features-bg .features-content .title {
        width: 420px
    }

    .transaction .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .transaction .features-bg .features-content {
        left: 80px
    }

    .transaction .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .transaction .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .transaction .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .transaction .features-bg {
        height: 480px
    }

    .transaction .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .transaction .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .transaction .features-bg .features-content .sub-title,
    .transaction .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .transaction .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .transaction .features-bg .features-content {
        width: 100%
    }

    .transaction .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .transaction .features-bg .max-content {
        padding: 0 30px
    }

    .transaction .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.assistant .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.assistant .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.assistant .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.assistant .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.assistant .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .assistant .features-bg .features-content .title {
        width: 420px
    }

    .assistant .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .assistant .features-bg .features-content {
        left: 80px
    }

    .assistant .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .assistant .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .assistant .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .assistant .features-bg {
        height: 480px
    }

    .assistant .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .assistant .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .assistant .features-bg .features-content .sub-title,
    .assistant .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .assistant .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .assistant .features-bg .features-content {
        width: 100%
    }

    .assistant .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom
    }
}

@media (max-width:600px) {
    .assistant .features-bg .max-content {
        padding: 0 30px
    }

    .assistant .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.features-lead .features-bg {
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 60px;
    color: #414676;
    background: #ebf5ff;
    background-repeat: repeat;
    background-size: 360px 360px
}

.features-lead .features-bg .features-canvas {
    position: absolute;
    top: 0;
    right: 36px;
    width: 660px;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.features-lead .features-bg .features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 5
}

.features-lead .features-bg .features-content .title {
    width: 580px;
    font-family: Gotham Bold;
    font-size: 60px;
    line-height: 1.08;
    text-align: left;
    z-index: 10
}

.features-lead .features-bg .features-content .sub-title {
    width: 500px;
    margin-top: 10px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    z-index: 10
}

@media (max-width:1439px) {
    .features-lead .features-bg .features-content .title {
        width: 500px
    }

    .features-lead .features-bg .features-content .sub-title {
        width: 320px
    }
}

@media (max-width:1279px) {
    .features-lead .features-bg .features-content {
        left: 80px;
		margin-bottom: 50px;
    }

    .features-lead .features-bg .features-content .title {
        width: 350px;
        font-size: 46px;
        line-height: 1.13
    }

    .features-lead .features-bg .features-content .sub-title {
        width: 220px;
        font-size: 14px;
        line-height: 1.71
    }

    .features-lead .features-bg .features-canvas {
        right: 50px;
        width: 600px
    }
}

@media (max-width:1023px) {
    .features-lead .features-bg {
        height: 480px
    }

    .features-lead .features-bg .max-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center
    }

    .features-lead .features-bg .features-content {
        position: static;
        width: 670px;
        margin-top: 60px;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .features-lead .features-bg .features-content .sub-title,
    .features-lead .features-bg .features-content .title {
        width: 100%;
        text-align: center
    }

    .features-lead .features-bg .features-canvas {
        position: static;
        width: 600px;
        height: 262px;
        min-height: 262px;
        margin-top: 6px;
        background-position: bottom
    }
}

@media (max-width:749px) {
    .features-lead .features-bg .features-content {
        width: 100%
    }

    .features-lead .features-bg .features-canvas {
        width: 100%;
        max-width: 600px;
        height: auto;
        background-position: bottom;
		width: 100%;
		background-image: url(//cdn.chime.me/image/fs/sitebuild/2023323/1/original_897b62a6-0507-42d0-9182-39b4cb5e05b3.png);
		background-position: top;
		min-height: 160px;
    }
}

@media (max-width:600px) {
    .features-lead .features-bg .max-content {
        padding: 0 30px
    }

    .features-lead .features-bg .features-content {
        padding: 0 30px;
        box-sizing: border-box
    }
}

.flexible .features-bg {
    background: #ebf5ff;
    color: #414676
}

.flexible .feature .small-text {
    font-size: 16px;
    color: #7585b1;
    text-align: center;
    width: 55%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 29px;
    line-height: 19px
}

@media (max-width:1279px) {
    .flexible .feature .small-text {
        width: 70%
    }
}

.flexible .feature .ads-content {
    max-width: 1440px;
    padding: 0 160px
}

.flexible .feature .ads-content img {
    width: 100%
}

@media (max-width:1279px) {
    .flexible .feature .ads-content {
        padding: 0 80px
    }
}

@media (max-width:1023px) {
    .flexible .feature .ads-content {
        padding: 0 40px
    }
}

@media (max-width:749px) {
    .flexible .feature .ads-content {
        padding: 0 30px
    }
}

.main,
.main .feature {
    position: relative;
    width: 100%
}

.main .feature {
    overflow: hidden
}

@media (max-width:1023px) {
    .main .feature .timeroll {
        display: none
    }
}

@media (min-width:1024px) {
    .main .feature .timeroll {
        position: absolute;
        width: 560px;
        height: 560px;
        top: 60px;
        right: 60px
    }
}

.main .feature .feature-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 480px
}

.main .feature .client .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.main .feature .client .list .column {
    width: calc((100% - 100px) / 2)
}

.main .feature .client .list .column .item {
    padding: 24px 30px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(99, 159, 221, .15);
    margin-top: 40px;
    break-inside: avoid;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.main .feature .client .list .column .item .left-content {
    margin-right: 20px;
    -ms-flex: none;
    flex: none
}

.main .feature .client .list .column .item .left-content img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #e9f4ff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main .feature .client .list .column .item .right-content {
    line-height: 19px
}

.main .feature .client .list .column .item .right-content span {
    font-size: 16px;
    color: #7585b1
}

.main .feature .client .list .column .item .right-content p {
    margin-top: 20px;
    font-weight: 600;
    color: #414676
}

@media (max-width:1023px) {
    .main .feature .client .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main .feature .client .list .column {
        width: 100%
    }
}

.main .feature .feature-item-title {
    font-family: Gotham Bold;
    font-size: 36px;
    color: #414676;
    line-height: 36px;
    margin-top: 60px;
    text-align: center
}

.main .feature .feature-swiper {
    position: relative;
    overflow: hidden
}

.main .feature .feature-img,
.main .feature .swiper-image {
    width: 420px;
    height: 420px;
    line-height: 420px;
    max-width: 420px;
    max-height: 420px
}

.main .feature .feature-img img,
.main .feature .swiper-image img {
    max-width: 420px;
    max-height: 420px;
    vertical-align: middle
}

.main .feature .feature-text .h2,
.main .feature .feature-text .h3,
.main .feature .swiper-text .h2,
.main .feature .swiper-text .h3 {
    font-family: Gotham Book;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.11;
    text-align: left;
    color: #414676
}

.main .feature .feature-text p,
.main .feature .swiper-text p {
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 16px;
    line-height: 1.63;
    margin-top: 10px;
    text-align: left;
    color: #7585b1;
    font-weight: 400
}

.main .feature .feature-text p .point,
.main .feature .swiper-text p .point {
    margin-right: 8px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #7585b1;
    vertical-align: middle
}

.main .feature .feature-text .subtitle,
.main .feature .swiper-text .subtitle {
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 18px;
    line-height: 1.3;
    margin-top: 5px;
    color: #414676
}

.main .feature .swiper-pagination {
    display: none
}

.main .feature.what-box {
    overflow: initial;
    padding: 60px 0 80px
}

.main .feature.what-box .feature-title {
    padding-bottom: 60px
}

.main .feature.what-box .feature-title:after {
    border-top: none
}

.main .feature.what-box .feature-title .h2 {
    margin-top: 0
}

.main .feature.what-box .feature-content .item:first-child:after {
    left: 0;
    top: 40px;
    bottom: 0;
    width: 120px;
    background: url("//static.chimeroi.com/home/images/products/img-what-lead-01.png") no-repeat;
    background-size: contain
}

.main .feature.what-box .feature-content .item:nth-child(2)::after {
	width: 100px;
	height: 134px;
    background: url("//static.chimeroi.com/home/images/products/img-what-lead-02.png") no-repeat;
    background-size: 100px 134px;
    background-position: 100% 0;
	top: 0;
	right: 0;
}

.main .feature.what-box .feature-content .item:nth-child(3)::after {
	width: 120px;
	height: 120px;
    background: url("//static.chimeroi.com/home/images/products/img-what-lead-03.png") no-repeat;
    background-size: 120px;
    background-position: 100% 100%;
	bottom: 0;
	right: 0;
}

.main .feature.what-box .feature-content .item p {
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 16px;
    text-align: left;
    color: #7585b1
}

.main .feature.what-box .feature-content .item:first-child {
    margin-left: 0
}

.main .feature.what-box .feature-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 160px;
    margin: auto;
    overflow: inherit
}

.main .feature.what-box .feature-content .item {
	background-color: #fff;
    position: relative;
    display: inline-block;
    width: 30%;
    height: 200px;
    margin-left: 80px;
    border-radius: 6px;
    padding: 64px 40px;
    box-sizing: border-box;
    box-shadow: 0 5px 20px 0 rgba(99, 159, 221, .2)
}

.main .feature.what-box .feature-content .item:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: 50%
}

@media (max-width:1439px) {
    .main .feature.what-box .feature-content .item {
        margin-left: 40px
    }
}

@media (max-width:1279px) {
    .main .feature.what-box .feature-content {
        padding: 0 80px
    }

    .main .feature.what-box .feature-content .item {
        margin-left: 40px;
        padding: 52px 40px
    }
}

@media (max-width:1023px) {
    .main .feature.what-box .feature-content {
        padding: 0 94px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main .feature.what-box .feature-content .item {
        width: 45%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 40px;
        padding: 52px 40px
    }

    .main .feature.what-box .feature-content .item:nth-child(3) {
        width: calc(50% - 20px);
        margin-top: 40px;
        margin-left: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (max-width:749px) {
    .main .feature.what-box .feature-content {
        padding: 0 58px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main .feature.what-box .feature-content .item {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
        padding: 52px 40px
    }

    .main .feature.what-box .feature-content .item:nth-child(3) {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
}

.main .feature.what-branding-ads {
    padding: 60px 0 80px;
    overflow: initial
}

.main .feature.what-branding-ads .feature-title {
    padding-bottom: 60px
}

.main .feature.what-branding-ads .feature-title:after {
    border-top: none
}

.main .feature.what-branding-ads .feature-title .h2 {
    margin-top: 0
}

.main .feature.what-branding-ads .feature-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 160px;
    margin: auto;
    overflow: inherit
}

.main .feature.what-branding-ads .feature-content .item {
    position: relative;
    display: inline-block;
    width: 30%;
    height: 200px;
    margin-left: 80px;
    border-radius: 6px;
    padding: 64px 40px;
    box-sizing: border-box;
    box-shadow: 0 5px 20px 0 rgba(99, 159, 221, .2)
}

@media (max-width:1439px) {
    .main .feature.what-branding-ads .feature-content .item {
        margin-left: 40px
    }
}

@media (max-width:1279px) {
    .main .feature.what-branding-ads .feature-content {
        padding: 0 80px
    }

    .main .feature.what-branding-ads .feature-content .item {
        margin-left: 40px;
        padding: 52px 40px
    }
}

@media (max-width:1023px) {
    .main .feature.what-branding-ads .feature-content {
        padding: 0 94px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main .feature.what-branding-ads .feature-content .item {
        width: 45%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 40px;
        padding: 52px 40px
    }

    .main .feature.what-branding-ads .feature-content .item:nth-child(3) {
        width: calc(50% - 20px);
        margin-top: 40px;
        margin-left: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (max-width:749px) {
    .main .feature.what-branding-ads .feature-content {
        padding: 0 58px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main .feature.what-branding-ads .feature-content .item {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0;
        padding: 52px 40px
    }

    .main .feature.what-branding-ads .feature-content .item:nth-child(3) {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }
}

.main .feature.what-branding-ads .feature-content .item:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-position: 50%
}

.main .feature.what-branding-ads .feature-content .item:first-child:after {
    left: 0;
    top: 18px;
    width: 136px;
    height: 112px;
    background: url("//static.chimeroi.com/home/images/products/img-what-branding-01.png") no-repeat;
    background-size: contain
}

.main .feature.what-branding-ads .feature-content .item:nth-child(2):after {
    right: 0;
    bottom: 0;
    width: 100px;
    height: 118px;
    background: url("//static.chimeroi.com/home/images/products/img-what-branding-02.png") no-repeat;
    background-size: contain
}

.main .feature.what-branding-ads .feature-content .item:nth-child(3):after {
    right: 12px;
    bottom: 40px;
    width: 120px;
    height: 120px;
    background: url("//static.chimeroi.com/home/images/products/img-what-branding-03.png") no-repeat;
    background-size: contain
}

.main .feature.what-branding-ads .feature-content .item p {
    max-width: 210px;
    max-height: 75px;
    margin: auto;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 16px;
    text-align: left;
    color: #7585b1
}

.main .feature.what-branding-ads .feature-content .item:first-child {
    margin-left: 0
}

.main .feature.how-box .feature-title {
    padding: 60px 0
}

.main .feature.how-box .feature-title:after {
    border-top: none
}

.main .feature.how-box .feature-title .h2 {
    margin-top: 0
}

.main .feature.how-box .work-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0 160px;
    box-sizing: border-box
}

.main .feature.how-box .work-box .item-wrap {
    position: relative;
    width: 24%;
    height: auto;
    margin-right: 140px;
    margin-bottom: 140px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main .feature.how-box .work-box .item-wrap:nth-child(3n) {
    margin-right: 0
}

.main .feature.how-box .work-box .item-wrap:nth-child(n+4) {
    margin-bottom: 80px
}

.main .feature.how-box .work-box .item-wrap:after,
.main .feature.how-box .work-box .item-wrap:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: contain !important
}

.main .feature.how-box .work-box .item-wrap:first-child:after,
.main .feature.how-box .work-box .item-wrap:nth-child(2):after,
.main .feature.how-box .work-box .item-wrap:nth-child(4):after,
.main .feature.how-box .work-box .item-wrap:nth-child(5):after {
    top: 0;
    left: 100%;
    width: 124px;
    height: 100%;
    background: url(//static.chimeroi.com/home/images/products/arrow-01.png) no-repeat 50%
}

.main .feature.how-box .work-box .item-wrap:first-child:before {
    top: 100%;
    left: 0;
    width: 100%;
    height: 124px;
    background: url(//static.chimeroi.com/home/images/products/arrow-02.png) no-repeat 50%
}

.main .feature.how-box .work-box .item-wrap:nth-child(3):before {
    top: 100%;
    left: calc(-100% - 140px);
    width: calc(200% + 140px);
    height: 124px;
    background: url(//static.chimeroi.com/home/images/products/arrow-03.png) no-repeat 50%
}

.main .feature.how-box .work-box .item-box {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(99, 159, 221, .15)
}

.main .feature.how-box .work-box .item-box .item-img,
.main .feature.how-box .work-box .item-box img {
    width: 100%
}

.main .feature.how-box .work-box .item-box p {
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 14px;
    color: #7585b1;
    text-align: center;
    padding: 0 30px
}

@media (min-width:1280px) and (max-width:1439px) {
    .main .feature.how-box .work-box .item-wrap {
        width: 20%;
        margin-right: 120px;
        margin-bottom: 120px
    }

    .main .feature.how-box .work-box .item-wrap:nth-child(3n) {
        margin-right: 0
    }

    .main .feature.how-box .work-box .item-wrap:nth-child(n+4) {
        margin-bottom: 80px
    }

    .main .feature.how-box .work-box .item-wrap:first-child:before {
        height: 104px
    }

    .main .feature.how-box .work-box .item-wrap:first-child:after,
    .main .feature.how-box .work-box .item-wrap:nth-child(2):after,
    .main .feature.how-box .work-box .item-wrap:nth-child(4):after,
    .main .feature.how-box .work-box .item-wrap:nth-child(5):after {
        width: 104px
    }

    .main .feature.how-box .work-box .item-wrap:nth-child(3):before {
        left: calc(-100% - 120px);
        width: calc(200% + 120px);
        height: 104px
    }

    .main .feature.how-box .work-box .item-box {
        border-radius: 5.1px;
        box-shadow: 0 4px 17px 0 rgba(99, 159, 221, .15)
    }

    .main .feature.how-box .work-box .item-box p {
        font-size: 12px;
        padding: 0 25px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .main .feature.how-box .work-box {
        padding: 0 80px
    }

    .main .feature.how-box .work-box .item-wrap {
        width: 20%;
        margin-right: 108px;
        margin-bottom: 108px
    }

    .main .feature.how-box .work-box .item-wrap:nth-child(3n) {
        margin-right: 0
    }

    .main .feature.how-box .work-box .item-wrap:nth-child(n+4) {
        margin-bottom: 80px
    }

    .main .feature.how-box .work-box .item-wrap:first-child:before {
        height: 85.6px
    }

    .main .feature.how-box .work-box .item-wrap:first-child:after,
    .main .feature.how-box .work-box .item-wrap:nth-child(2):after,
    .main .feature.how-box .work-box .item-wrap:nth-child(4):after,
    .main .feature.how-box .work-box .item-wrap:nth-child(5):after {
        width: 85.6px
    }

    .main .feature.how-box .work-box .item-wrap:nth-child(3):before {
        left: calc(-100% - 108px);
        width: calc(200% + 108px);
        height: 85.6px
    }

    .main .feature.how-box .work-box .item-box {
        border-radius: 4.6px;
        box-shadow: 0 4px 15px 0 rgba(99, 159, 221, .15)
    }

    .main .feature.how-box .work-box .item-box p {
        font-size: 12px;
        padding: 0 23px
    }
}

@media (max-width:1023px) {
    .main .feature.how-box {
        display: none
    }

    .main .feature.how-box.small-screen {
        display: block;
        background-color: #3B5CDE0D
    }

    .main .feature.how-box.small-screen .work-box {
        padding: 0 105px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap {
        width: 30%;
        margin-right: 108px;
        margin-bottom: 108px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(n+5) {
        margin-bottom: 80px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(2n) {
        margin-right: 0
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:first-child:before {
        left: 100%;
        top: 0;
        width: 90px;
        height: 100%;
        background: url(//static.chimeroi.com/home/images/products/arrow-01.png) no-repeat 50%
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:first-child:after,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(2):after,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(3):after,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(4):after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 90px;
        background: url(//static.chimeroi.com/home/images/products/arrow-02.png) no-repeat 50%
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(5):before {
        left: 100%;
        top: calc(-100% - 108px);
        width: 90px;
        height: calc(200% + 108px);
        background: url(//static.chimeroi.com/home/images/products/arrow-04.png) no-repeat 50%
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(3):before,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(5):after {
        content: none
    }

    .main .feature.how-box.small-screen .work-box .item-box {
        padding-top: 10px;
        padding-bottom: 80%;
        border-radius: 4.6px;
        box-shadow: 0 4px 15px 0 rgba(99, 159, 221, .15)
    }

    .main .feature.how-box.small-screen .work-box .item-box img {
        width: 75%;
        height: auto
    }

    .main .feature.how-box.small-screen .work-box .item-box p {
        font-size: 12px;
        padding: 0 23px
    }
}

@media (max-width:749px) {
    .main .feature.how-box.small-screen .work-box {
        padding: 0 30px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap {
        width: 30%;
        margin-right: 63px;
        margin-bottom: 63px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(n+5) {
        margin-bottom: 80px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(2n) {
        margin-right: 0
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:first-child:before {
        left: 100%;
        top: 0;
        width: 50px;
        height: 100%;
        background: url(//static.chimeroi.com/home/images/products/arrow-01.png) no-repeat 50%
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:first-child:after,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(2):after,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(3):after,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(4):after {
        top: 100%;
        left: 0;
        width: 100%;
        height: 50px;
        background: url(//static.chimeroi.com/home/images/products/arrow-02.png) no-repeat 50%
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(5):before {
        left: 100%;
        top: calc(-100% - 63px);
        width: 50px;
        height: calc(200% + 63px);
        background: url(//static.chimeroi.com/home/images/products/arrow-04.png) no-repeat 50%
    }

    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(3):before,
    .main .feature.how-box.small-screen .work-box .item-wrap:nth-child(5):after {
        content: none
    }

    .main .feature.how-box.small-screen .work-box .item-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 162px;
        padding-bottom: 30px;
        border-radius: 2.7px;
        box-shadow: 0 2px 9px 0 rgba(99, 159, 221, .15)
    }

    .main .feature.how-box.small-screen .work-box .item-box img {
        width: 60%;
        height: auto
    }

    .main .feature.how-box.small-screen .work-box .item-box p {
        font-size: 12px;
        margin-top: 10px;
        padding: 0 13.5px
    }
}

@media (max-width:374px) {
    .main .feature.how-box.small-screen .work-box {
        padding: 0 30px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap .item-box {
        padding-bottom: 20px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap .item-box img {
        width: 80%;
        margin-top: 10px
    }

    .main .feature.how-box.small-screen .work-box .item-wrap .item-box p {
        padding: 0 10px;
        margin-top: 12px
    }
}

@media (max-width:320px) {
    .main .feature.how-box.small-screen .work-box .item-wrap .item-box {
        padding-bottom: 30px
    }
}

.main .feature.where-box {
    padding-bottom: 60px
}

.main .feature.where-box .feature-title:after {
    content: none
}

.main .feature.where-box .feature-title .h2 {
    margin-top: 60px;
    margin-bottom: 40px
}

.main .feature.where-box .work-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 0 160px;
    box-sizing: border-box
}

.main .feature.where-box .work-box .item-wrap {
    position: relative;
    width: calc((100% - 120px) / 4);
    height: 140px;
    margin-right: 40px;
    margin-bottom: 40px
}

.main .feature.where-box .work-box .item-wrap:last-child,
.main .feature.where-box .work-box .item-wrap:nth-child(4) {
    margin-right: 0
}

.main .feature.where-box .work-box .item-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(99, 159, 221, .15)
}

.main .feature.where-box .work-box .item-box .item-img,
.main .feature.where-box .work-box .item-box img {
    width: 100%
}

.main .feature.where-box .work-box .item-box p {
    width: 800px;
    margin: auto;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 14px;
    color: #7585b1;
    text-align: center
}

.main .feature.where-box .footer-text {
    max-width: 1440px;
    margin: auto;
    padding: 0 160px;
    box-sizing: border-box;
    text-align: center;
    font-family: SF UI Text, Helvetica, Arial, "san-serif"
}

.main .feature.where-box .footer-text .h5 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #414676;
    border-top: 1px solid #e4eafb
}

.main .feature.where-box .footer-text p {
    font-size: 14px;
    color: #7585b1;
    max-width: 800px;
    margin: auto
}

@media (max-width:1279px) {

    .main .feature.where-box .footer-text,
    .main .feature.where-box .work-box {
        padding: 0 80px
    }
}

@media (max-width:1023px) {
    .main .feature.where-box .work-box {
        padding: 0 56px
    }

    .main .feature.where-box .work-box .item-wrap {
        width: calc((100% - 80px) / 3)
    }

    .main .feature.where-box .work-box .item-wrap:nth-child(3n) {
        margin-right: 0
    }

    .main .feature.where-box .work-box .item-wrap:nth-child(4) {
        margin-right: 40px
    }

    .main .feature.where-box .footer-text {
        padding: 0 40px
    }
}

@media (max-width:749px) {
    .main .feature.where-box .work-box {
        padding: 0 95px
    }

    .main .feature.where-box .work-box .item-wrap {
        width: 100%;
        margin-right: 0 !important
    }

    .main .feature.where-box .work-box .item-wrap img {
        width: auto;
        height: 100%
    }

    .main .feature.where-box .footer-text {
        padding: 0 30px
    }
}

@media (max-width:500px) {
    .main .feature.where-box .work-box .item-wrap img {
        width: 100%;
        height: auto
    }
}

.main .feature.why-box {
    background-color: #fff !important
}

.main .feature.why-box .feature-title .h2 {
    margin: 55px 0
}

.main .feature:nth-child(2n) {
    background-color: #3B5CDE0D
}

.main .feature:nth-child(2n) .feature-text {
    margin-left: 140px
}

.main .feature:nth-child(2n) .swiper-slide {
    -ms-flex-direction: row;
    flex-direction: row
}

.main .feature:nth-child(2n) .swiper-slide .swiper-image {
    margin-left: 0
}

.main .feature:nth-child(2n) .swiper-slide .swiper-text {
    margin-left: 140px
}

.main .feature:nth-child(odd) .feature-wrapper {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.main .feature:nth-child(odd) .feature-img {
    margin-left: 140px
}

.main .feature:nth-child(odd) .swiper-slide {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.main .feature:nth-child(odd) .swiper-slide .swiper-image {
    margin-left: 140px
}

.main .feature:nth-child(odd) .swiper-slide .swiper-text {
    margin-left: 0
}

.main .feature.comparison {
    width: 100%
}

.main .feature.comparison .max-content {
    height: 100%;
    padding: 60px 0
}

.main .feature.comparison .max-content .h5 {
    font-family: Gotham Bold;
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    color: #414676
}

.main .feature.comparison .max-content table {
    width: 100%;
    max-width: 980px;
    margin: auto;
    margin-top: 40px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(99, 159, 221, .15)
}

.main .feature.comparison .max-content table tbody th,
.main .feature.comparison .max-content table thead th {
    background-color: #f8fcff
}

.main .feature.comparison .max-content table tr {
    border-bottom: 1px solid #e4eafb
}

.main .feature.comparison .max-content table tbody tr:last-child {
    border-bottom: none
}

.main .feature.comparison .max-content table td,
.main .feature.comparison .max-content table th {
    border-right: 1px solid #e4eafb
}

.main .feature.comparison .max-content table td:last-child,
.main .feature.comparison .max-content table th:last-child {
    border-right: none
}

.main .feature.comparison .max-content table th {
    width: 159px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #414676
}

.main .feature.comparison .max-content table th:first-child {
    width: 179px
}

.main .feature.comparison .max-content table tr {
    height: 70px
}

.main .feature.comparison .max-content table tbody tr td {
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 14px;
    text-align: center;
    color: #7585b1
}

.main .feature.comparison .max-content table tbody tr td span {
    display: block;
    width: 100%
}

.main .feature.comparison .max-content table tbody tr td span:nth-child(2) {
    color: #ffa600
}

.main .feature.comparison .max-content table tbody tr td:first-child {
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    color: #414676
}

.main .feature.promotion .feature-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.main .feature.promotion .feature-wrapper .feature-swiper {
    max-width: 560px
}

.main .feature.promotion .feature-wrapper .feature-swiper .swiper-wrapper {
    height: 360px;
    margin-top: 40px
}

.main .feature.promotion .feature-wrapper .feature-swiper .swiper-wrapper .swiper-slide {
    height: 100%;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden
}

.main .feature.promotion .swiper-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 45%
}

.main .feature.promotion .swiper-image {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    height: 100%;
    max-height: 480px;
    box-sizing: border-box
}

.main .feature.promotion .swiper-image img {
    width: 100%;
    height: auto
}

.main .feature.promotion .swiwer-left {
    margin-left: 140px
}

@media (max-width:1439px) {
    .main .feature.promotion .swiwer-left {
        margin-left: 80px
    }
}

@media (max-width:1279px) {
    .main .feature.promotion .feature-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }

    .main .feature.promotion .feature-wrapper .feature-swiper {
        max-width: 560px
    }

    .main .feature.promotion .feature-wrapper .feature-swiper .swiper-wrapper {
        height: 324px;
        margin-top: 60px
    }
}

@media (max-width:1023px) {
    .main .feature.promotion .feature-wrapper {
        height: 626px;
        padding: 40px
    }

    .main .feature.promotion .feature-wrapper .feature-swiper {
        height: 360px;
        max-width: calc(100% - 130px);
        margin: 0 65px
    }

    .main .feature.promotion .feature-wrapper .feature-swiper .swiper-slide {
        height: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main .feature.promotion .swiwer-left {
        margin-left: 0
    }

    .main .feature.promotion .swiwer-left .h3 {
        margin-top: 30px
    }

    .main .feature.promotion .swiper-text {
        max-width: 100%
    }

    .main .feature.promotion .swiper-image {
        margin: 0;
        max-height: 360px
    }
}

@media (max-width:749px) {
    .main .feature.promotion .feature-wrapper {
        height: 490px;
        padding: 30px
    }

    .main .feature.promotion .feature-wrapper .feature-swiper {
        height: 210px;
        max-width: 100%;
        margin: 0
    }

    .main .feature.promotion .feature-wrapper .feature-swiper .swiper-wrapper {
        margin-top: 0
    }
}

.main .feature.promotion .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 40px;
    counter-reset: sectioncounter;
    line-height: 1;
    transition: initial
}

.main .feature.promotion .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    margin: 0 15px;
    border-radius: 100%;
    cursor: pointer;
    color: #c6d5ff;
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #c6d5ff;
    box-sizing: border-box;
    opacity: 1
}

.main .feature.promotion .swiper-pagination .swiper-pagination-bullet:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter
}

.main .feature.promotion .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #4f78e9;
    border: 2px solid #4f78e9
}

@media (min-width:1024px) {
    .main .feature.promotion .swiper-pagination {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        width: 24px;
        height: auto;
        left: 50%
    }

    .main .feature.promotion .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        margin-bottom: 15px
    }

    .main .feature.promotion .swiper-pagination:after {
        content: "";
        display: inline-block;
        width: 1px;
        position: absolute;
        top: -85px;
        left: 12px;
        bottom: 100px;
        height: 280px;
        z-index: -1;
        background-color: #e4eafb
    }
}

@media (max-width:1023px) {
    .main .feature.promotion .swiper-pagination {
        left: 0;
        right: 0
    }

    .main .feature.promotion .feature-wrapper {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
}

.main .feature.dominator .feature-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.main .feature.dominator .feature-wrapper .feature-swiper {
    max-width: 560px
}

.main .feature.dominator .feature-wrapper .feature-swiper .swiper-wrapper {
    height: 360px;
    margin-top: 40px
}

.main .feature.dominator .feature-wrapper .feature-swiper .swiper-wrapper .swiper-slide {
    height: 100%;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden
}

.main .feature.dominator .swiper-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 45%
}

.main .feature.dominator .swiper-image {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    height: 100%;
    max-height: 480px;
    box-sizing: border-box
}

.main .feature.dominator .swiper-image img {
    width: 100%;
    height: auto
}

.main .feature.dominator .swiwer-left {
    margin-left: 140px
}

@media (max-width:1439px) {
    .main .feature.dominator .swiwer-left {
        margin-left: 80px
    }
}

@media (max-width:1279px) {
    .main .feature.dominator .feature-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }

    .main .feature.dominator .feature-wrapper .feature-swiper {
        max-width: 560px
    }

    .main .feature.dominator .feature-wrapper .feature-swiper .swiper-wrapper {
        height: 324px;
        margin-top: 60px
    }
}

@media (max-width:1023px) {
    .main .feature.dominator .feature-wrapper {
        height: 626px;
        padding: 40px
    }

    .main .feature.dominator .feature-wrapper .feature-swiper {
        height: 360px;
        max-width: calc(100% - 130px);
        margin: 0 65px
    }

    .main .feature.dominator .feature-wrapper .feature-swiper .swiper-slide {
        height: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main .feature.dominator .swiwer-left {
        margin-left: 0
    }

    .main .feature.dominator .swiwer-left .h3 {
        margin-top: 30px
    }

    .main .feature.dominator .swiper-text {
        max-width: 100%
    }

    .main .feature.dominator .swiper-image {
        margin: 0;
        max-height: 360px
    }
}

@media (max-width:749px) {
    .main .feature.dominator .feature-wrapper {
        height: 490px;
        padding: 30px
    }

    .main .feature.dominator .feature-wrapper .feature-swiper {
        height: 210px;
        max-width: 100%;
        margin: 0
    }

    .main .feature.dominator .feature-wrapper .feature-swiper .swiper-wrapper {
        margin-top: 0
    }
}

.main .feature.dominator .feature-swiper {
    width: auto;
    box-sizing: border-box
}

.main .feature.dominator .feature-swiper img {
    max-width: 540px
}

.main .feature.dominator .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 40px;
    counter-reset: sectioncounter;
    line-height: 1;
    transition: initial
}

.main .feature.dominator .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    margin: 0 15px;
    border-radius: 100%;
    cursor: pointer;
    color: #c6d5ff;
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #c6d5ff;
    box-sizing: border-box;
    opacity: 1
}

.main .feature.dominator .swiper-pagination .swiper-pagination-bullet:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter
}

.main .feature.dominator .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #4f78e9;
    border: 2px solid #4f78e9
}

@media (max-width:1023px) {
    .main .feature.dominator .swiper-pagination {
        left: 0;
        right: 0
    }

    .main .feature.dominator .feature-swiper {
        position: static
    }
}

.main .feature.sphere:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: #dfefff
}

.main .feature.sphere .feature-swiper {
    overflow: hidden;
    background-color: #fff
}

.main .feature.sphere .feature-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.main .feature.sphere .feature-wrapper .feature-swiper {
    max-width: 560px
}

.main .feature.sphere .feature-wrapper .feature-swiper .swiper-wrapper {
    height: 360px;
    margin-top: 40px
}

.main .feature.sphere .feature-wrapper .feature-swiper .swiper-wrapper .swiper-slide {
    height: 100%;
    box-sizing: border-box;
    margin: auto;
    overflow: hidden
}

.main .feature.sphere .swiper-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 45%
}

.main .feature.sphere .swiper-image {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    height: 100%;
    max-height: 480px;
    box-sizing: border-box
}

.main .feature.sphere .swiper-image img {
    width: 100%;
    height: auto
}

.main .feature.sphere .swiwer-left {
    margin-left: 140px
}

@media (max-width:1439px) {
    .main .feature.sphere .swiwer-left {
        margin-left: 80px
    }
}

@media (max-width:1279px) {
    .main .feature.sphere .feature-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }

    .main .feature.sphere .feature-wrapper .feature-swiper {
        max-width: 560px
    }

    .main .feature.sphere .feature-wrapper .feature-swiper .swiper-wrapper {
        height: 324px;
        margin-top: 60px
    }
}

@media (max-width:1023px) {
    .main .feature.sphere .feature-wrapper {
        height: 626px;
        padding: 40px
    }

    .main .feature.sphere .feature-wrapper .feature-swiper {
        height: 360px;
        max-width: calc(100% - 130px);
        margin: 0 65px
    }

    .main .feature.sphere .feature-wrapper .feature-swiper .swiper-slide {
        height: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main .feature.sphere .swiwer-left {
        margin-left: 0
    }

    .main .feature.sphere .swiwer-left .h3 {
        margin-top: 30px
    }

    .main .feature.sphere .swiper-text {
        max-width: 100%
    }

    .main .feature.sphere .swiper-image {
        margin: 0;
        max-height: 360px
    }
}

@media (max-width:749px) {
    .main .feature.sphere .feature-wrapper {
        height: 490px;
        padding: 30px
    }

    .main .feature.sphere .feature-wrapper .feature-swiper {
        height: 210px;
        max-width: 100%;
        margin: 0
    }

    .main .feature.sphere .feature-wrapper .feature-swiper .swiper-wrapper {
        margin-top: 0
    }
}

.main .feature.sphere .swiper-image {
    background-color: #dfefff
}

.main .feature.sphere .swiper-image:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: #dfefff
}

.main .feature.sphere .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 40px;
    counter-reset: sectioncounter;
    line-height: 1;
    transition: initial
}

.main .feature.sphere .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    margin: 0 15px;
    border-radius: 100%;
    cursor: pointer;
    color: #c6d5ff;
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    border: 2px solid #c6d5ff;
    box-sizing: border-box;
    opacity: 1
}

.main .feature.sphere .swiper-pagination .swiper-pagination-bullet:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter
}

.main .feature.sphere .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #4f78e9;
    border: 2px solid #4f78e9
}

@media (min-width:1024px) {
    .main .feature.sphere .swiper-pagination {
        top: 50%;
        left: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        width: 24px;
        height: auto
    }

    .main .feature.sphere .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        margin-bottom: 15px
    }
}

@media (max-width:1023px) {
    .main .feature.sphere .swiper-pagination {
        left: 0;
        right: 0
    }

    .main .feature.sphere .feature-wrapper {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .main .feature.sphere:before {
        content: none
    }

    .main .feature.sphere .swiper-image {
        margin-bottom: 30px;
        background-color: #fff
    }

    .main .feature.sphere .swiper-image:before {
        content: none
    }
}

.main .pricing-container {
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    font-family: Gotham Bold;
    font-size: 24px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #3443bd
}

.main .pricing-container .button {
    display: inline-block;
    width: 400px;
    height: 60px;
    color: #fff;
    line-height: 52px;
    border-radius: 30px;
    border: 3px solid #fff;
    box-sizing: border-box;
    transition: all .3s
}

.main .pricing-container .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3443bd
}

.main .pricing-container .button:active {
    background-color: #adb3e4;
    border-color: #adb3e4
}

.main .feature-title {
    position: relative;
    overflow: hidden;
    text-align: center
}

.main .feature-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    border-top: 1px solid #e5eef3;
    border-radius: 1.5px;
    transition: all .3s
}

.main .feature-title .h2 {
    font-family: Gotham Bold;
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    color: #414676;
    margin-top: 40px
}

.main .feature-title p {
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    font-size: 16px;
    line-height: 1.88;
    margin-top: 10px;
    text-align: center;
    color: #7585b1
}

.main .feature-title .nav-container {
    margin-top: 30px
}

.main .feature-title .nav-container ul {
    overflow: hidden;
    overflow-x: auto;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.main .feature-title .nav-container ul li {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    color: #a0a3af;
    font-size: 14px;
    color: #7585b1;
    line-height: 2.14;
    padding-bottom: 3px;
    white-space: nowrap;
    margin-right: 80px;
    font-family: SF UI Text, Helvetica, Arial, "san-serif";
    border: 0
}

.main .feature-title .nav-container ul li:last-child {
    margin-right: 0 !important
}

.main .feature-title .nav-container ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
    width: 0;
    height: 3px;
    box-sizing: border-box;
    background-color: #4f78e9;
    border-radius: 1.5px;
    transition: all .3s;
    border-color: #fff
}

.main .feature-title .nav-container ul li.active:after {
    left: 0;
    width: 100%;
    border-color: #4f78e9
}

.main .feature-title .nav-container ul li.active {
    color: #4f78e9;
    font-weight: 700
}

.main .feature-title .nav-container ul::-webkit-scrollbar {
    display: none
}

.main .swiper-wrapper {
    height: 100%;
    width: 100%
}

.main .swiper-wrapper .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 480px;
    position: relative
}

.main .swiper-wrapper .swiper-slide .slide-right .swiper-text {
    left: 40px
}

.main .swiper-wrapper .swiper-slide .slide-right .swiper-image {
    right: 40px
}

@media (min-width:1440px) {
    .main .pricing-container {
        background-size: contain
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    .main {
        position: relative;
        width: 100%
    }

    .main .feature .feature-wrapper,
    .main .feature .swiper-wrapper .swiper-slide {
        height: 480px
    }

    .main .feature .feature-text,
    .main .feature .swiper-text {
        margin: 0 auto
    }

    .main .feature .feature-img,
    .main .feature .swiper-image {
        width: 420px;
        height: 420px
    }

    .main .feature:nth-child(2n) .feature-text,
    .main .feature:nth-child(2n) .swiper-slide .swiper-text,
    .main .feature:nth-child(odd) .feature-img,
    .main .feature:nth-child(odd) .swiper-slide .swiper-image {
        margin-left: 70px;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .main .comparison.feature .max-content {
        margin: 0 160px
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .main {
        position: relative;
        width: 100%
    }

    .main .feature .feature-title .nav-container {
        padding: 0 40px
    }

    .main .feature .feature-title .nav-container ul li {
        margin-right: 64px
    }

    .main .feature .feature-wrapper,
    .main .feature .swiper-wrapper .swiper-slide {
        height: 480px
    }

    .main .feature .feature-text,
    .main .feature .swiper-text {
        margin: 0 auto
    }

    .main .feature .feature-text .h3,
    .main .feature .swiper-text .h3 {
        font-size: 28px;
        line-height: 1.14
    }

    .main .feature .feature-text p,
    .main .feature .swiper-text p {
        font-size: 16px;
        line-height: 1.63
    }

    .main .feature .feature-img,
    .main .feature .swiper-image {
        width: 378px;
        height: 378px
    }

    .main .feature .feature-img img,
    .main .feature .swiper-image img {
        width: 378px
    }

    .main .feature:nth-child(2n) .feature-text,
    .main .feature:nth-child(2n) .swiper-slide .swiper-text,
    .main .feature:nth-child(odd) .feature-img,
    .main .feature:nth-child(odd) .swiper-slide .swiper-image {
        margin-left: 70px
    }

    .main .comparison.feature .max-content {
        margin: 0 80px
    }
}

@media (min-width:1024px) {
    .main .feature .feature-title .nav-container ul li:hover {
        color: #4f78e9
    }

    .main .feature .feature-title .nav-container ul li:hover:after {
        left: 0;
        width: 100%;
        border-color: #4f78e9
    }
}

@media (max-width:1023px) {
    .main {
        position: relative;
        width: 100%
    }

    .main .pricing-container {
        display: none
    }

    .main .feature .feature-title .nav-container {
        padding-left: 0;
        padding-right: 0
    }

    .main .feature .feature-title .nav-container ul li {
        margin-right: 64px
    }

    .main .feature .feature-img {
        margin: 40px auto 30px !important
    }

    .main .feature .feature-img img {
        width: 100%;
        height: auto
    }

    .main .feature .feature-text {
        margin: 0 auto !important
    }

    .main .feature .feature-wrapper,
    .main .feature .swiper-wrapper .swiper-slide {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main .feature .feature-wrapper .swiper-image,
    .main .feature .feature-wrapper .swiper-text,
    .main .feature .swiper-wrapper .swiper-slide .swiper-image,
    .main .feature .swiper-wrapper .swiper-slide .swiper-text {
        margin-left: 0
    }

    .main .feature .feature-wrapper .swiper-image img,
    .main .feature .swiper-wrapper .swiper-slide .swiper-image img {
        width: 100%;
        height: auto
    }

    .main .comparison.feature .max-content {
        margin: 0 40px
    }

    .main .feature.comparison .max-content table tbody tr td,
    .main .feature.comparison .max-content table thead tr th {
        font-size: 12px !important
    }

    .main .feature.comparison .max-content table th:first-child {
        width: 149px
    }
}

@media (min-width:750px) and (max-width:1023px) {
    .main {
        position: relative;
        width: 100%
    }

    .main .feature .feature-title .nav-container ul li {
        margin-right: 30px
    }

    .main .feature .feature-title .h2 {
        font-size: 36px;
        line-height: 1.11
    }

    .main .feature .feature-title p {
        font-size: 16px;
        line-height: 1.88
    }

    .main .feature .feature-wrapper,
    .main .feature .swiper-wrapper .swiper-slide {
        height: 750px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main .feature .feature-text,
    .main .feature .swiper-text {
        display: block;
        width: 100%;
        margin: 0 auto
    }

    .main .feature .feature-text .h3,
    .main .feature .swiper-text .h3 {
        font-size: 28px;
        line-height: 1.14;
        margin-top: 30px
    }

    .main .feature .feature-text p,
    .main .feature .swiper-text p {
        font-size: 16px;
        line-height: 1.63
    }

    .main .feature .feature-img,
    .main .feature .swiper-image {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 40px
    }
}

@media (max-width:749px) {
    .large-screen {
        display: none
    }

    .small-screen {
        display: table
    }

    .small-screen td {
        font-size: 12px !important
    }

    .main {
        position: relative;
        width: 100%
    }

    .main .feature .feature-title .nav-container ul {
        display: block;
        word-wrap: normal;
        white-space: nowrap;
        text-align: center;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main .feature .feature-title .nav-container ul li {
        display: inline-block;
        margin-right: 40px
    }

    .main .feature .feature-title .h2 {
        font-size: 28px;
        line-height: 1.14
    }

    .main .feature .feature-title p {
        font-size: 14px;
        line-height: 2
    }

    .main .feature .feature-wrapper,
    .main .feature .swiper-wrapper .swiper-slide {
        height: auto;
        padding-bottom: 80px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main .feature .feature-text,
    .main .feature .swiper-text {
        display: block;
        width: 100%;
        margin: 0 auto
    }

    .main .feature .feature-text .h3,
    .main .feature .swiper-text .h3 {
        font-size: 28px;
        line-height: 1.14;
        margin-top: 30px
    }

    .main .feature .feature-text p,
    .main .feature .swiper-text p {
        font-size: 14px;
        line-height: 1.73
    }

    .main .feature .feature-img,
    .main .feature .swiper-image {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 40px
    }

    .main .pricing-container {
        padding: 0 30px;
        box-sizing: border-box;
        font-size: 24px
    }

    .main .pricing-container .button {
        width: 100%;
        height: 60px;
        line-height: 52px;
        box-sizing: border-box
    }

    .main .comparison.feature .max-content {
        margin: 0 30px
    }
}

@media (max-width:319px) {
    .main .feature.what-box .feature-content .item {
        padding: 50px 20px
    }
}

@media (max-width:600px) {

    .flexible .feature .ads-content,
    .flexible .features-bg .features-content {
        padding: 0
    }

    .flexible .feature .small-text {
        width: 100%
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.integrated {
    text-align: center;
    box-sizing: border-box;
    position: relative
}

.integrated>img {
    width: 100%;
    min-width: 100%;
    overflow: hidden
}

.integrated form {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.form-user {
    color: #fff
}

.input-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.input-wrap input {
    box-sizing: border-box;
    display: block
}

.input-wrap p {
    position: absolute;
    text-align: left
}

.user-info input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    opacity: 1;
    height: 37px;
    line-height: 22px
}

.user-info input::-webkit-input-placeholder {
    color: #bbbaba
}

.user-info input:-moz-placeholder,
.user-info input::-moz-placeholder {
    color: #bbbaba
}

.integrated .link input {
    color: #fff;
    font-size: 16px;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #37a4db;
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .35)
}

@media (min-width:1024px) {
    .integrated {
        height: 399px
    }

    .form-user .h2 {
        font-size: 32px
    }

    .user-info {
        margin-top: 27px
    }

    .input-wrap:not(:last-of-type) {
        padding-right: 63px
    }

    .user-info input {
        width: 243px;
        font-size: 16px;
        padding-left: 16px
    }

    .link {
        margin-top: 45px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .integrated {
        height: 576px
    }

    .integrated form {
        width: calc(100% - 216px);
        margin: 0 auto
    }

    .form-user .h2 {
        font-size: 32px;
        line-height: 1.3
    }

    .user-info {
        margin-top: 53px
    }

    .input-wrap {
        display: block
    }

    .input-wrap:not(:first-of-type) {
        margin-left: 0;
        margin-top: 34px
    }

    .user-info input {
        width: 354px;
        font-size: 16px;
        padding-left: 16px;
        margin: 0 auto
    }

    .user-info p {
        left: 50%;
        transform: translateX(-50%);
        width: 354px
    }

    .link {
        margin-top: 45px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .integrated {
        height: 662px
    }

    .integrated form {
        width: calc(100% - 110px);
        margin: 0 auto
    }

    .form-user .h2 {
        font-size: 32px;
        line-height: 1.3
    }

    .user-info {
        margin-top: 45px
    }

    .input-wrap {
        display: block
    }

    .input-wrap:not(:first-of-type) {
        margin-left: 0;
        margin-top: 34px
    }

    .user-info input {
        width: 354px;
        font-size: 16px;
        padding-left: 16px;
        margin: 0 auto
    }

    .input-wrap p {
        width: 354px;
        left: 50%;
        transform: translateX(-50%)
    }

    .link {
        margin-top: 45px
    }
}

@media (max-width:479px) {
    .integrated {
        height: 581px
    }

    .integrated form {
        width: calc(100% - 16px);
        margin: 0 auto
    }

    .form-user .h2 {
        font-size: 32px;
        line-height: 1.1
    }

    .user-info {
        margin-top: 40px
    }

    .input-wrap {
        display: block
    }

    .input-wrap:not(:first-of-type) {
        margin-left: 0;
        margin-top: 34px
    }

    .user-info input {
        width: 100%;
        font-size: 16px;
        padding-left: 16px;
        margin: 0 auto
    }

    .input-wrap p {
        width: 100%;
        left: 50%;
        transform: translateX(-50%)
    }

    .link {
        margin-top: 33px
    }
}