.disable-user-select {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body,
html {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
a {
    color: #1B87E6;
}
a:hover,
a:focus {
    color: #0095dc;
    outline: none;
    text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
}
body,
div,
li,
p,
td,
th {
    font-size: 12px;
}
.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #fff;
}
.comp-page-header thead,
.comp-feature-body-wrapper thead {
    display: block;
}
@media only screen and (min-width: 768px) {
    .comp-page-header thead,
    .comp-feature-body-wrapper thead {
        display: table-header-group;
    }
}
.comp-page-header thead tr,
.comp-feature-body-wrapper thead tr {
    display: block;
}
@media only screen and (min-width: 768px) {
    .comp-page-header thead tr,
    .comp-feature-body-wrapper thead tr {
        display: table-row;
    }
}
.comp-page-header thead tr th,
.comp-feature-body-wrapper thead tr th {
    display: block;
}
@media only screen and (min-width: 768px) {
    .comp-page-header thead tr th,
    .comp-feature-body-wrapper thead tr th {
        display: table-cell;
    }
}
.comp-page-header thead tr {
    font-size: 0;
}
.comp-page-header {
    background: #fff;
    clear: both;
    float: none;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.comp-page-header.fixed-header {
    width: 100%;
    left: 0;
    position: sticky;
    top: 50px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    z-index: 3;
}
@media only screen and (min-width: 1024px) {
    .comp-page-header.fixed-header {
        top: 64px;
    }
}
.comp-page-header.fixed-header .feature-table th:not(.ft-feature) {
    padding-top: 6px;
}
@media only screen and (min-width: 1024px) {
    .comp-page-header.fixed-header .feature-table th:not(.ft-feature) {
        padding-top: 16px;
    }
}
.comp-page-header.fixed-header .ft-feature {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    visibility: hidden;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .comp-page-header.fixed-header .ft-feature {
        display: table-cell;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        visibility: visible;
    }
}
.comp-feature-table {
    width: 100%;
    display: block;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .comp-feature-table {
        display: table;
    }
}
.comp-feature-table th:not(.comp-ft-feature) {
    text-align: center;
    vertical-align: top;
}
.comp-feature-table th .comp-ft-top-wrapper {
    position: relative;
}
.comp-feature-table th.comp-ft-feature {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .comp-feature-table th.comp-ft-feature {
        width: 40%;
        padding: 0 0 0 16px;
        text-align: left;
    }
}
@media only screen and (min-width: 1024px) {
    .comp-feature-table th.comp-ft-feature {
        padding: 0 30px;
    }
}
.comp-feature-body-wrapper {
    padding: 0 0 40px;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-wrapper {
        padding: 0 0 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .comp-feature-body-wrapper {
        padding: 0 0 80px;
    }
}
.comp-feature-body-wrapper .responses-info {
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 8px 16px 0 16px;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-wrapper .responses-info {
        padding: 16px 30px 0 30px;
    }
}
.comp-ft-plan {
    width: 50%;
    display: inline-block !important;
    padding: 30px 10px 0;
}
@media only screen and (min-width: 768px) {
    .comp-ft-plan {
        width: 30%;
        display: table-cell !important;
        padding: 40px 24px 0;
    }
}
.comp-ft-plan .logo-qp,
.comp-ft-plan .comp-logo-sur-monkey {
    width: 120px;
}
@media only screen and (min-width: 480px) {
    .comp-ft-plan .logo-qp,
    .comp-ft-plan .comp-logo-sur-monkey {
        width: 150px;
    }
}
@media only screen and (min-width: 768px) {
    .comp-ft-plan .logo-qp,
    .comp-ft-plan .comp-logo-sur-monkey {
        width: 180px;
    }
}
@media only screen and (min-width: 1200px) {
    .comp-ft-plan .logo-qp {
        width: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .comp-ft-plan .logo-sur-monkey {
        width: 240px;
    }
}
.comp-ft-plan .essent-free {
    width: 120px;
    left: 50%;
    position: absolute;
    top: 24px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
    .comp-ft-plan .essent-free {
        width: 140px;
    }
}
@media only screen and (min-width: 1024px) {
    .comp-ft-plan .essent-free {
        width: 157px;
        top: 28px;
    }
}
.comp-ft-plan.comp-essent .price {
    color: #ddd;
}
.comp-ft-plan.comp-adv .price {
    color: #00BF6F;
}
.comp-ft-plan .plan-title {
    color: #505F82;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin: 16px 0 0;
}
@media only screen and (min-width: 1024px) {
    .comp-ft-plan .plan-title {
        font-size: 24px;
        margin: 20px 0 0;
    }
}
.comp-ft-plan .price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 4px 0 0;
}
@media only screen and (min-width: 768px) {
    .comp-ft-plan .price {
        margin: 10px 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    .comp-ft-plan .price {
        font-size: 24px;
    }
}
.comp-feature-body-table {
    width: 100%;
}
.comp-feature-body-table .comp-ft-feature-title {
    color: #505F82;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 16px;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-table .comp-ft-feature-title {
        padding: 0 30px 15px;
    }
}
.comp-feature-body-table .comp-feature-category tr {
    width: 100%;
}
.comp-feature-body-table .comp-feature-category tr:nth-child(odd) {
    background: #fff;
}
@media only screen and (min-width: 1024px) {
    .comp-feature-body-table .comp-feature-category tr:nth-child(odd) {
        background: #f5f5f5;
    }
}
.comp-feature-body-table .comp-feature-category tr:nth-child(even) {
    background: #f5f5f5;
}
@media only screen and (min-width: 1024px) {
    .comp-feature-body-table .comp-feature-category tr:nth-child(even) {
        background: #fff;
    }
}
.comp-feature-body-table .comp-feature-category tr th {
    width: 100%;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items {
    color: #505F82;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 16px;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-table .comp-feature-category .comp-feature-items {
        display: table-cell;
        padding: 10px 30px;
    }
}
@media only screen and (min-width: 1024px) {
    .comp-feature-body-table .comp-feature-category .comp-feature-items {
        font-size: 14px;
    }
}
.comp-feature-body-table .comp-feature-category .comp-feature-items * {
    font-size: inherit;
    line-height: inherit;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items .fa-check {
    color: #505F82;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items .fa-times {
    color: #CC3956;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-name {
    width: 80%;
    color: #505050;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-name {
        width: 30%;
    }
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon {
    width: 19%;
    vertical-align: top;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon {
        width: 10%;
        vertical-align: middle;
        text-align: center;
    }
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .fa {
    width: 16px;
    height: 16px;
    color: #979797;
    display: none;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .fa {
        display: inline-block;
    }
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .fa:hover {
    cursor: pointer;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .tooltip {
    width: auto;
    max-width: unset;
    background: none;
    margin: 0;
    font-weight: 300;
    z-index: 4;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .tooltip.in {
    -moz-opacity: 8;
    -khtml-opacity: 8;
    -webkit-opacity: 8;
    opacity: 8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=800);
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #505050;
    border: 1px solid #505050;
    color: #fff;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .tooltip-inner {
    width: 160px !important;
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #505050;
    color: #fff;
    border: 1px solid #505050;
    text-align: left;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .tooltip.show {
    opacity: 1;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-icon .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #505050;
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-data {
    width: 49%;
    font-weight: 500;
    padding: 10px 16px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .comp-feature-body-table .comp-feature-category .comp-feature-items.comp-ft-data {
        width: 30%;
        padding: 5px 24px;
    }
}
.comp-feature-body-table .comp-feature-category .comp-feature-items.is-red {
    color: #CC3956;
}
.comp-advantage-section {
    overflow: hidden;
    text-align: center;
}
.comp-advantage-section .adv-main-title {
    color: #1B87E6;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
    .comp-advantage-section .adv-main-title {
        font-size: 32px;
        line-height: 1.25;
        margin: 0 0 80px;
    }
}
.comp-advantage-section .comp-adv-block-wrapper {
    margin-bottom: 50px;
}
@media only screen and (min-width: 640px) {
    .comp-advantage-section .comp-adv-block-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media only screen and (min-width: 1024px) {
    .comp-advantage-section .comp-adv-block-wrapper {
        margin-bottom: 58px;
    }
}
.comp-advantage-section .comp-adv-block-wrapper .block-icon {
    width: 64px;
    margin: 0 auto;
}
.comp-advantage-section .comp-adv-block-wrapper .comp-adv-block {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
}
@media only screen and (min-width: 640px) {
    .comp-advantage-section .comp-adv-block-wrapper .comp-adv-block {
        width: 45%;
    }
}
@media only screen and (min-width: 768px) {
    .comp-advantage-section .comp-adv-block-wrapper .comp-adv-block {
        width: 32%;
        margin-bottom: 42px;
        padding: 0 20px;
    }
}
.comp-advantage-section .comp-adv-block-wrapper .comp-adv-block:last-child img {
    width: 48px;
}
.comp-advantage-section .comp-adv-block-wrapper .comp-adv-block .advantage-sub-title {
    font-size: 16px;
    line-height: 1.5;
}
.comp-advantage-section .comp-adv-block-wrapper .comp-adv-block .advantage-description {
    font-size: 14px;
    line-height: 1.5;
}
.comp-advantage-section .comp-adv-block-wrapper .comp-adv-block .advantage-sub-title {
    color: #505F82;
    font-weight: 500;
    margin: 10px 0;
}
@media only screen and (min-width: 1024px) {
    .comp-advantage-section .comp-adv-block-wrapper .comp-adv-block .advantage-sub-title {
        margin: 24px 0 16px;
    }
}
.comp-advantage-section .comp-adv-block-wrapper .comp-adv-block .advantage-description {
    color: #707070;
    font-weight: 300;
    margin: 0;
}
.middle-features-wrapper {
    padding: 40px 16px;
}
@media only screen and (min-width: 1024px) {
    .middle-features-wrapper {
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .middle-features-wrapper {
        width: 1048px;
        margin: 0 auto;
    }
}
.middle-features-wrapper .features-wrapper {
    margin-bottom: 80px;
    padding: 40px 0;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .middle-features-wrapper .features-wrapper {
        width: 720px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1024px) {
    .middle-features-wrapper .features-wrapper {
        width: 990px;
        padding: 60px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .middle-features-wrapper .features-wrapper {
        width: 1048px;
        padding: 80px 0;
    }
}
@media only screen and (min-width: 768px) {
    .middle-features-wrapper .features-wrapper.reverse {
        flex-direction: row-reverse;
    }
}
.middle-features-wrapper .features-wrapper:last-child {
    margin-bottom: 0;
}
.middle-features-wrapper .features-wrapper .fs-title {
    color: #1B87E6;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 20px;
}
.middle-features-wrapper .features-wrapper .fs-description {
    color: #707070;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 24px;
}
.middle-features-wrapper .features-wrapper .fs-image-wrapper {
    margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
    .middle-features-wrapper .features-wrapper .fs-image-wrapper {
        width: 310px;
    }
}
@media only screen and (min-width: 1024px) {
    .middle-features-wrapper .features-wrapper .fs-image-wrapper {
        width: 419px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .middle-features-wrapper .features-wrapper .fs-content-wrapper {
        width: 350px;
    }
}
@media only screen and (min-width: 1024px) {
    .middle-features-wrapper .features-wrapper .fs-content-wrapper {
        width: 507px;
        padding: 0 20px;
    }
}
.middle-features-wrapper .features-wrapper img {
    width: auto;
    max-width: 100%;
}
.bottom-signup-wrapper {
    overflow: hidden;
    padding: 40px 15px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .bottom-signup-wrapper {
        padding: 80px 0;
    }
}
.bottom-signup-wrapper span {
    display: block;
}
.bottom-signup-wrapper .cta-text {
    color: #1B87E6;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 15px;
    font-weight: 300;
}
@media only screen and (min-width: 1024px) {
    .bottom-signup-wrapper .cta-text {
        font-size: 32px;
        line-height: 1.25;
        margin: 0 0 28px;
    }
}
.bottom-signup-wrapper .signup-btn {
    background: #ff9f00;
    -webkit-border-radius: 50px ;
    -moz-border-radius: 50px ;
    border-radius: 50px ;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 10px 36px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .bottom-signup-wrapper .signup-btn {
        font-size: 18px;
        padding: 11px 38px;
    }
}
@media only screen and (min-width: 1024px) {
    .bottom-signup-wrapper .signup-btn {
        margin-bottom: 20px;
        padding: 12px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .bottom-signup-wrapper .signup-btn {
        font-size: 20px;
        padding: 13px 42px;
    }
}
.bottom-signup-wrapper .signup-btn:hover {
    background: #ffbb33;
    text-decoration: none;
}
.bottom-signup-wrapper .signup-info {
    color: #505050;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.macro-banner .content-wrapper {
    z-index: 0;
}