/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

body {
    font-family: neue-haas-grotesk-text, sans-serif;
    color: #3E4C59;
}

body > img {
    bottom: 0;
}

a {
    color: #0059F1;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8 {
    font-weight: 500;
    color: #111B25;
}

.h1 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -2px;
}

.h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

.h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
}

.h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h6 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.h7 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.h8 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

@media screen and (min-width: 992px) {
    .h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -1.4px;
    }

    .h2 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1px;
    }

    .h3 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
    }

    .h4 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.8px;
    }

    .h5 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }

    .h6 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }

    .h7 {
        font-size: 18px;
        line-height: 22px;
    }

    .h8 {
        font-size: 16px;
        line-height: 20px;
    }
}

.text-primary {
    color: #0059F1 !important;
}

.text-custom {
    color: #BE8A02 !important;
}

.text-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #52606D;
}

.text-featured {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 992px) {
    .text-opening {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.3px;
    }

    .text-featured {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (max-width: 991px) and (min-width: 375px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.header-section {
    text-align: center;
}

.header-section .h2 {
    margin-bottom: 11px;
}

.header-section p {
    margin-bottom: 0;
}

.slick-custom .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-custom .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-custom .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-custom .slick-dots li button:before {
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background: #CBD2D9;
    border-radius: 100%;
}

.slick-custom .slick-dots li.slick-active button:before {
    background: #0059F1;
}

.hero-page {
    padding-top: 100px;
    padding-bottom: 64px;
    background: #F7F7F7;
    overflow: hidden;
    position: relative;
}

.hero-badge {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #111B25;
    background: #E4E7EB;
    border-radius: 74px;
    padding: 6px 12px;
    display: inline-block;
}

.hero-page-name {
    font-size: 20px;
    line-height: 25px;
    color: #0059F1;
    margin-bottom: 15px;
}

.hero-page .h1 {
    margin-bottom: 20px;
}

.hero-page .hero-opening {
    font-size: 18px;
    line-height: 28px;
    color: #323F4B;
    margin-bottom: 32px;
}

.hero-page .btn {
    width: 100%;
}

.hero-page .btn + .btn {
    margin-top: 12px;
}

.hero-page .hero-reviews {
    text-align: center;
    margin-top: 28px;
    font-size: 16px;
    line-height: 20px;
    color: #323F4B;
}

.hero-page .hero-reviews b {
    font-weight: 500;
}

.hero-page .hero-reviews svg {
    margin-bottom: 8px;
}

.hero-page .hero-compatibility {
    margin-top: 28px;
}

.hero-page .hero-compatibility .h8 {
    margin-bottom: 8px;
}

.hero-page .hero-compatibility img + img {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .hero-page .form-box {
        margin-top: 18px;
    }
}

@media screen and (min-width: 992px) {
    .hero-page {
        padding-top: 191px;
        padding-bottom: 120px;
    }

    .hero-badge {
        font-size: 14px;
        line-height: 1.21;
        padding: 8px 12px;
    }

    .hero-page-name {
        font-weight: 500;
        margin-bottom: 21px;
    }

    .hero-page .h1 {
        margin-bottom: 16px;
    }

    .hero-page .hero-opening {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 39px;
    }

    .hero-page .hero-image {
        margin-top: 30px;
    }

    .hero-page .btn {
        width: auto;
        font-size: 18px;
        padding: 19px 28px;
        line-height: 24px;
    }

    .hero-page .btn + .btn {
        margin-top: 0;
        margin-left: 9px;
    }

    .hero-page .hero-reviews {
        text-align: left;
        margin-top: 54px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .hero-page .h1 {
        font-size: 62px;
        line-height: 68px;
        letter-spacing: -2px;
    }

    .hero-page .btn {
        font-size: 16px;
    }
}

.hero-page-blue {
    background: #0245B9;
}

.hero-page-blue-light {
    background: #0059F1;
}

[class*='hero-page-blue'] .hero-page-name {
    color: #FFF;
}

[class*='hero-page-blue'] .h1, .hero-bg .h1 {
    color: #FFF;
}

.hero-page-blue .hero-opening {
    color: #C2D9FF;
}

.hero-page-blue-light .hero-opening, .hero-bg .hero-opening {
    color: #E0E0E0;
}

[class*='hero-page-blue'] .hero-reviews, [class*='hero-page-blue'] .hero-reviews a, .hero-bg .hero-reviews, .hero-bg .hero-reviews a {
    color: #F0F5FF;
}

.hero-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.check-list {
    padding: 0;
    list-style: none;
}

.check-list li {
    font-size: 17px;
    line-height: 24px;
    color: #3E4C59;
    display: flex;
    align-items: center;
}

.check-list li svg {
    flex: 0 0 24px;
    color: #0059F1;
    margin-right: 6px;
}

.check-list li + li {
    margin-top: 16px;
}

.check-list.dark li {
    color: #FFFFFF;
}

.check-list.dark li svg {
    color: #00CA75;
}

@media screen and (min-width: 992px) {
    .check-list li svg {
        margin-right: 8px;
    }

    .check-list li + li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .check-list li span {
        width: calc(100% - 21px);
    }
}

.check-list-inline {
    padding: 0;
    list-style: none;
}

.check-list-inline li {
    font-size: 17px;
    line-height: 21px;
    color: #3E4C59;
}

.check-list-inline li svg {
    color: #0059F1;
    margin-right: 6px;
}

.check-list-inline.dark li {
    color: #FFFFFF;
}

.check-list-inline.dark li svg {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .check-list-inline {
        display: flex;
    }

    .check-list-inline li {
        display: flex;
        align-items: center;
    }

    .check-list-inline li svg {
        margin-right: 8px;
    }

    .check-list-inline li + li {
        margin-left: 19px;
    }
}

@media screen and (max-width: 991px) {
    .check-list-inline li + li {
        margin-top: 16px;
    }
}

.badge {
    font-size: 14px;
    line-height: 20px;
    border-radius: 100px;
    padding: 3px 8px;
    font-weight: normal;
}

.badge-primary {
    background: #0059F1;
    color: #fff;
}

.content-page-text {
    font-size: 17px;
    line-height: 24px;
}

.content-page-opening {
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    margin-top: 32px;
    font-weight: 500;
}

.content-page-name {
    font-size: 17px;
    line-height: 21px;
    color: #0059F1;
    margin-bottom: 16px;
    font-weight: 500;
}

.content-page-name .badge {
    margin-left: 7px;
}

.content-page .h3, .content-page .h2 {
    margin-bottom: 24px;
}

.content-page .check-list {
    margin-top: 30px;
}

.content-page-opening + .check-list {
    margin-top: 21px;
}

.content-page-btn {
    margin-top: 40px;
}

.content-page-img {
    margin: 26px auto 0;
    display: block;
    max-width: 100%;
}

.content-page-img img {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .content-page-img,
    .content-page-img img {
        margin: 0 0 0 auto;
        display: block;
    }

    .content-page .h3 {
        font-size: 48px;
        line-height: 51px;
        letter-spacing: -0.4px;
        margin-bottom: 32px;
    }

    .content-page .flex-lg-row-reverse .content-page-img {
        margin: 0;
    }

    .check-list + .content-page-btn {
        margin-top: 49px;
    }
}

.accordion {
    border-bottom: 1px solid #d9e2ec;
    border-top: 1px solid #d9e2ec;
    margin-bottom: 36px;
}

.accordion-item-header {
    cursor: pointer;
    padding: 15px 33px 15px 0;
    position: relative;
}

.accordion-item-header:not(.collapsed) .accordion-item-header-title:before {
    width: 100%;
    transition: ease-in 0.4s;
}

.accordion-item-header-title {
    letter-spacing: normal;
    margin-bottom: 0;
}

.accordion-item-header-title:before {
    content: '';
    position: absolute;
    top: -2px;
    border-top: 2px solid #F5F7FA;
    left: 0;
    width: 0;
}

.accordion-item-header:before, .accordion-item-header:after {
    background-color: #0059F1;
    border-radius: 1px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-item-header:before {
    height: 2px;
    right: 0;
    width: 18px;
}

.accordion-item-header.collapsed:after {
    width: 2px;
    right: 8px;
    height: 18px;
}

.accordion-item-body {
    position: relative;
    bottom: 6px;
}

.accordion-item-body:last-child {
    margin-bottom: 0;
}

.accordion-item-body p {
    opacity: 1;
    transition: ease-in-out 0.15s;
}

.accordion-item-body p:last-child {
    padding-bottom: 30px;
}

.accordion-item-body.collapsing p {
    opacity: 0;
}

.accordion-item + .accordion-item {
    border-top: 1px solid #d9e2ec;
}

@media (min-width: 1200px) {
    .accordion {
        margin-left: auto;
        margin-right: auto;
        max-width: 884px;
    }

    .accordion-item-header {
        padding-bottom: 26px;
        padding-top: 26px;
    }

    .accordion-item-header:before, .accordion-item-header:after {
        background-color: #E4E7EB;
    }

    .accordion-item-body {
        font-size: 18px;
        line-height: 24px;
        position: relative;
        bottom: 9px;
    }

    .accordion-item-body p:last-child {
        padding-bottom: 5px;
    }
}

.accordion-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.accordion-dark .accordion-item-header-title {
    color: #F5F7FA;
}

.accordion-dark .accordion-item-body {
    color: #E4E7EB;
}

.accordion-dark .accordion-item + .accordion-item {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.accordion.faq-animation .accordion-item-header:not(.collapsed) .accordion-item-header-title:before {
    transition: ease-in 5s;
}

.start-now {
    overflow: hidden;
    background: #111B25;
    padding-top: 48px;
    padding-bottom: 72px;
}

.start-now-badge {
    color: #111B25;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    background: #E4E7EB;
    border-radius: 100px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 18px;
}

.start-now .h2 {
    color: white;
    margin-bottom: 23px;
}

.start-now .text-opening {
    color: #9AA5B1;
    margin-bottom: 26px;
}

@media screen and (max-width: 1199px) {
    .start-now-image {
        text-align: center;
    }

    .start-now-image img {
        max-width: 100%;
        width: 490px;
    }
}

@media screen and (max-width: 575px) {
    .start-now-image {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media screen and (min-width: 992px) {
    .start-now {
        position: relative;
        padding-top: 132px;
        padding-bottom: 137px;
        height: 835px;
    }

    .start-now .start-now-content {
        width: 457px;
        max-width: 100%;
    }

    .start-now .start-now-content .h2 {
        margin-bottom: 37px;
    }

    .start-now .start-now-content .text-opening {
        margin-bottom: 34px;
    }

    .start-now-image {
        position: relative;
    }

    .start-now-shape-1, .start-now-shape-2 {
        position: absolute;
        z-index: 1;
    }

    .start-now-shape-1 {
        top: 64px;
        left: 54px;
    }

    .start-now-shape-1 svg {
        width: 274px;
        height: 281px;
    }

    .start-now-shape-2 {
        top: 43px;
        right: -243px;
    }

    .start-now-shape-2 svg {
        width: 539px;
        height: 513px;
    }

    .start-now-image img {
        position: relative;
        z-index: 2;
        left: 45px;
        top: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .start-now {
        height: 876px;
    }
}

.list-icon-inline {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #111B25;
    padding: 0;
    display: flex;
    align-items: center;
}

.list-icon-inline svg {
    color: white;
    margin-right: 10px;
}

.list-icon-inline li {
    display: flex;
    align-items: center;
}

.list-icon-inline li + li {
    margin-left: 35px;
}

@media screen and (min-width: 992px) {
    .list-icon-inline {
        font-size: 16px;
    }
}

.we-are-complete {
    overflow: hidden;
    background: #0152DC;
    padding: 70px 0 72px;
}

.we-are-complete .h2 {
    color: #fff;
    margin-bottom: 23px;
}

.we-are-complete .btn {
    margin-top: 57px;
}

@media screen and (min-width: 992px) {
    .we-are-complete {
        padding: 106px 0 101px;
    }

    .we-are-complete .h2 {
        margin-bottom: 40px;
        line-height: 52px;
        letter-spacing: -0.4px;
    }

    .we-are-complete .row > [class*='col-']:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .we-are-complete-image {
        height: auto;
        max-width: 100%;
        margin-bottom: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .img-bottom.we-are-complete-image {
        margin-top: 48px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .we-are-complete .btn {
        width: 100%;
    }
}

.intelligence {
    overflow: hidden;
    background: #F5F7FA;
    padding: 70px 0 72px;
}

.intelligence .h3 {
    margin-bottom: 23px;
}

.intelligence .btn {
    margin-top: 57px;
}

@media screen and (min-width: 992px) {
    .intelligence {
        padding: 105px 0 100px;
    }

    .intelligence .h3 {
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -0.4px;
    }

    .intelligence .row > [class*='col-']:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .intelligence .intelligence-image {
        height: auto;
        max-width: 100%;
        margin-bottom: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .intelligence .btn {
        width: 100%;
    }
}

.other-benefits {
    background: #F5F7FA;
    padding-bottom: 55px;
    padding-top: 55px;
}

.other-benefits .h2 {
    margin-bottom: 42px;
}

.other-benefits .h3 {
    margin-bottom: 42px;
}

.other-benefits-icon {
    margin-bottom: 17px;
}

.other-benefits p {
    font-size: 16px;
    line-height: 24px;
    color: #323F4B;
    margin-bottom: 49px;
}

.other-benefits a + a {
    margin-top: 12px;
}

.other-benefits-img img {
    max-width: 100%;
}

.other-benefits .other-benefits-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

@media screen and (max-width: 991px) {
    .other-benefits {
        text-align: center;
    }

    .other-benefits-img {
        margin-left: -10px;
        margin-right: -10px;
    }

    .other-benefits .h3 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .other-benefits .h7 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }
}

@media screen and (min-width: 992px) {
    .other-benefits {
        padding-bottom: 110px;
        padding-top: 106px;
    }

    .other-benefits a + a {
        margin-left: 8px;
        margin-top: 0;
    }

    .other-benefits-icon {
        margin-bottom: 25px;
    }

    .other-benefits .h7 {
        margin-bottom: 12px;
        letter-spacing: normal;
    }

    .other-benefits p {
        margin-bottom: 89px;
    }

    .other-benefits .h2 {
        line-height: 51px;
        letter-spacing: -0.4px;
        margin-bottom: 81px;
    }

    .other-benefits .h3 {
        margin-bottom: 89px;
    }

    .other-benefits .other-benefits-opening {
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
    }
}

.testimonials {
    padding-top: 67px;
    padding-bottom: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111B25;
}

strong{
    font-weight: 500;
}

.testimonials .h2 {
    margin-bottom: 44px;
    text-align: center;
}

.testimonials-carousel > .testimonial:not(:first-child) {
    display: none;
}

.testimonials .testimonial-content .icon-quote-l {
    margin-bottom: 18px;
}

.testimonials .testimonial-author {
    margin-top: 34px;
}

.testimonials .testimonial-author-content span {
    display: block;
}

.testimonials .testimonial-author-content span:last-child {
    font-size: 16px;
    line-height: 24px;
    color: #52606D;
}

.testimonials .testimonial-author-image {
    margin-right: 4px;
}

.testimonials-logo {
    width: 1075px;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
}

.testimonials-logo:not(.slick-initialized) {
    align-items: center;
    display: flex;
    justify-content: center;
}

.testimonials-logo:not(.slick-initialized) > div:nth-child(n+7) {
    display: none;
}

.testimonials-logo-item {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 37px;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .testimonials-logo .slick-slide:not(.slick-current) .testimonials-logo-item {
        opacity: 0.3;
    }
}

@media screen and (max-width: 991px) {
    .testimonials-logo-group {
        position: relative;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .testimonials {
        padding-top: 120px;
        padding-bottom: 94px;
    }

    .testimonials .h2 {
        margin-bottom: 64px;
    }

    .testimonials .testimonial-content {
        width: 570px;
    }

    .testimonials .testimonial-content .icon-quote-l, .testimonials .testimonial-content .icon-quote-r {
        width: 31px;
        height: 26px;
    }

    .testimonials .testimonial-content .icon-quote-l {
        margin-bottom: 22px;
    }

    .testimonials .testimonial-content .icon-quote-r {
        margin-bottom: 0px;
        margin-right: 36px;
        margin-top: 9px;
    }

    .testimonials .testimonial-content p {
        font-weight: normal;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.2px;
    }

    .testimonials .slick-dots {
        margin-top: 23px;
    }
}

.carousel-arrow > * {
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-arrow-prev {
    left: 0;
}

.carousel-arrow-next {
    right: 0;
}

.api {
    overflow: hidden;
    position: relative;
    background: #111B25;
    padding-top: 67px;
    border-bottom: 1px solid #242d36;
}

.api .h2 {
    color: white;
    margin-bottom: 25px;
}

.api p {
    color: #9AA5B1;
    margin-bottom: 32px;
}

.api .check-list-inline.dark li svg {
    color: #00CA75;
}

.api-image img {
    max-width: 100%;
}

.api .btn {
    margin-top: 44px;
}

@media screen and (max-width: 991px) {
    .api-image {
        margin-top: 36px;
    }
}

@media screen and (min-width: 992px) {
    .api {
        padding-top: 120px;
        padding-bottom: 117px;
    }

    .api .h2 {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
        color: white;
    }

    .api p {
        font-size: 18px;
        line-height: 28px;
    }

    .api-content {
        width: 50%;
    }

    .api-image {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .api-image img {
        width: 823px;
        height: auto;
    }

    .api .check-list-inline li {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.2px;
        font-weight: 500;
    }

    .api .check-list-inline li svg {
        margin-right: 4px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1679px) {
    .api-image {
        width: 48%;
    }

    .api-image img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) and (min-width: 576px) {
    .api {
        padding-bottom: 67px;
    }
}

@media screen and (max-width: 991px) {
    .api-image {
        text-align: right;
    }

    .api-image img {
        width: 100%;
        max-width: 500px;
    }
}

.analysis {
    margin-top: 48px;
    margin-bottom: 72px;
}

.analysis-img {
    display: block;
    margin: 35px auto 40px;
    max-width: 100%;
}

.analysis-icon {
    margin-right: 16px;
}

.analysis-icon + .h7 {
    margin-top: 8px;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .analysis {
        margin-top: 150px;
        margin-bottom: 120px;
    }

    .analysis .h2 {
        line-height: 51px;
    }

    .analysis-img {
        position: relative;
        right: 12px;
    }
}

@media screen and (max-width: 991px) {
    .analysis-img {
        max-width: 100%;
    }

    .analysis .analysis-items > * {
        align-items: center;
    }

    .analysis .analysis-items > *:not(:last-child) {
        margin-bottom: 24px;
    }

    .analysis-icon + .h7 {
        width: calc(100% - 60px);
        margin-top: 0;
    }
}

.test-now {
    background-color: #0059F1;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
}

.test-now-box {
    padding: 46px 22px;
    overflow: hidden;
    position: relative;
    margin-top: 65px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(17, 27, 37, 0.25);
    border-radius: 16px;
    text-align: center;
    width: 970px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.test-now-box .h3 {
    margin-bottom: 26px;
}

.test-now-box p {
    font-size: 17px;
    line-height: 24px;
    color: #3E4C59;
}

.test-now-box .btn {
    margin-top: 8px;
}

.test-now-box-shape:before, .test-now-box-shape:after {
    position: absolute;
    display: block;
    content: '';
}

.test-now-box-shape:before {
    left: -16px;
    bottom: -105px;
    border: 10px solid #00CA75;
    border-radius: 763px;
    transform: rotate(50.25deg);
    width: 101px;
    height: 151px;
}

.test-now-box-shape:after {
    right: -175px;
    top: -223px;
    width: 200px;
    height: 307px;
    border: 10px solid #0059F1;
    border-radius: 763px;
    transform: rotate(50.25deg);
}

.test-now-price {
    color: #00CA75;
    margin-bottom: 4px;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    font-weight: 500;
}

.test-now-price-old {
    font-size: 15px;
    line-height: 1;
    text-decoration-line: line-through;
    color: #616E7C;
    margin-bottom: 7px;
}

.test-now-price-currency {
    font-size: 14px;
    vertical-align: super;
    position: relative;
    bottom: 4px;
}

.test-now-promotional {
    font-size: 14px;
    line-height: 1.42;
    color: #52606D;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .test-now {
        margin-top: 119px;
        padding-top: 107px;
        padding-bottom: 144px;
    }

    .test-now-box {
        padding: 69px 22px 72px;
    }

    .test-now-box-shape:before {
        left: -76px;
        top: -61px;
        width: 208px;
        height: 311px;
    }

    .test-now-box-shape:after {
        right: -283px;
        top: auto;
        bottom: -68px;
        width: 373px;
        height: 572px;
    }

    .test-now-box .btn {
        margin-top: 16px;
    }

    .test-now-price {
        font-size: 48px;
    }

    .test-now-price-currency,
    .test-now-price-period {
        font-size: 16px;
    }

    .test-now-promotional {
        font-size: 15px;
    }
}

.plans {
    margin-top: 42px;
    display: flex;
    justify-content: flex-end;
}

.plans .plan {
    width: 309px;
}

.plans .plan .plan-header {
    color: #111B25;
    padding: 16px 0;
    font-size: 19px;
    letter-spacing: -.26px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0;
    border-top: 1px solid #E4E7EB;
    border-bottom: 1px solid #E4E7EB;
}

.plans .plan .plan-header-blue {
    color: #0059F1;
}

.plans .plan .plan-header-goldenrod {
    color: #BE8A02;
}

.plans .plan {
    border-left: 1px solid #E4E7EB;
}

.plans .plan:last-child {
    border-right: 1px solid #E4E7EB;
}

.plan-content-row {
    height: 72px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 6px;
}

.plan-content-row + .plan-content-row {
    border-top: 1px solid #E4E7EB;
}

.plan-content-row:nth-of-type(2n+1) {
    background-color: #F5F7FA;
}

.plans .plan .plan-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 230px;
    border-top: 1px solid #E4E7EB;
    border-bottom: 1px solid #E4E7EB;
}

.plan-footer .especial-value {
    font-size: 24px;
    line-height: 2.3;
    color: #111B25;
    font-weight: 500;
}

.plan-footer .especial-value.custom {
    font-size: 20px;
    line-height: 1.4;
}

.plans .plan-description {
    flex-grow: 1;
    border: 1px solid #E4E7EB;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    background-color: #fff;
    margin-top: 60px;
}

.plans .plan-description p {
    margin-bottom: 0;
    height: 72px;
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.plans .plan-description p:nth-of-type(2n+1) {
    background-color: #F5F7FA;
}

.plans .plan-description p:first-child {
    border-radius: 6px 6px 0 0;
}

.plans .plan-description p:last-child {
    border-radius: 0 0 6px 6px;
}

.plans .plan-description p .small {
    margin-top: 6px;
}

.plans .plan-description p + p {
    border-top: 1px solid #E4E7EB;
}

.plan-content-row, .plans .plan-description p {
    font-size: 15px;
    line-height: 1.3;
    color: #111B25;
}

.plans .plan .btn {
    height: 54px;
    font-size: 17px;
    line-height: 19px;
    padding: 16px 42px;
    margin-top: 24px;
}

.plan-value {
    font-size: 13px;
    color: #52606D;
    line-height: 1.6;
}

.plan-value-currency {
    font-size: 14px;
    color: #0059F1;
    line-height: 1;
    vertical-align: top;
    font-weight: 500;
    margin-right: 6px;
    position: relative;
    top: 6px;
}

.plan-value-price {
    font-size: 24px;
    color: #0059F1;
    line-height: 1.25;
    vertical-align: super;
    font-weight: 500;
}

.plan-value-period {
    font-size: 14px;
    position: relative;
    bottom: 6px;
}

@media screen and (max-width: 991px) {
    .plans-section {
        padding-top: 54px;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }

    .plans {
        display: block;
    }

    .plans .plan {
        width: 100%;
        border-radius: 6px;
        border-right: 1px solid #E4E7EB;
    }

    .plans .plan + .plan {
        margin-top: 28px;
    }

    .plan-content-row span {
        margin-right: 4px;
    }

    .plans .plan .plan-footer > div {
        width: 100%;
        padding: 20px;
    }

    .plans .plan .plan-header {
        border-radius: 6px 6px 0 0;
    }

    .plans .plan .plan-footer {
        height: auto;
        border-radius: 0 0 6px 6px;
    }
}

@media screen and (min-width: 992px) {
    .plans .plan {
        overflow: hidden;
    }

    .plans .plan:nth-child(2) {
        border-radius: 6px 0 0 0;
    }

    .plans .plan:last-child {
        border-radius: 0 6px 6px 0;
    }

    .plan-content-row, .plans .plan-description p {
        font-size: 17px;
        line-height: 25px;
    }

    .plans .plan-description p:last-child {
        padding-top: 62px;
    }
}

.card {
    box-shadow: 0px 4px 8px -2px rgba(17, 27, 37, 0.25);
    background: #FFFFFF;
    border: 0 none;
    border-radius: 8px;
}

.card-body {
    padding: 40px 32px;
}

.modal {
    padding: 0 !important;
}

.modal .close {
    outline: none;
}

.modal-dialog-right {
    max-width: 571px;
    margin: 0 0 0 auto;
    height: 100%;
}

.modal-dialog-right .modal-content {
    min-height: 100%;
    border-radius: 0;
}

.modal-dialog-right .modal-header {
    border: 0 none;
}

.modal-dialog-right .modal-header .close {
    margin: -1rem;
}

.modal-dialog-right .modal-body {
    padding: 1rem;
}

.modal-dialog-right .modal-header + .modal-body {
    padding: 0 1rem 1rem;
}

.modal .close-icon {
    color: #000;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #CBD2D9;
}

.modal-opening {
    font-size: 16px;
    line-height: 24px;
    color: #3E4C59;
}

@media screen and (min-width: 992px) {
    .modal-dialog-right .modal-body {
        padding: 1rem 2.5rem;
    }

    .modal-opening {
        font-size: 17px;
    }
}


.modal-elevated .modal-content {
    border: 0 none;
}

.modal-elevated .modal-header {
    border-bottom: 0;
    padding: 24px 24px 16px;
}

.modal-elevated .modal-title {
    color: #111B25;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.modal-elevated .close {
    color: #111B25;
    transition: opacity 0.15s;
}

.modal-elevated .modal-body {
    padding: 24px;
}

.modal-elevated .modal-header + .modal-body {
    padding-top: 0;
}


@media (max-width: 992px) {
    .modal-elevated .modal-dialog {
        display: flex;
        align-items: flex-end;
        min-height: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .modal-elevated .modal-content {
        border-radius: 24px 24px 0 0;
        position: relative;
        -webkit-animation: animatebottom 0.4s;
        animation: animatebottom 0.4s;
        max-height: 75dvh;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .modal-elevated .modal-header {
        border-bottom: 0;
        padding: 32px 32px 24px;
    }

    .modal-elevated .modal-body {
        padding: 32px;
    }

    .modal-elevated .modal-header + .modal-body {
        padding-top: 0;
    }

    .modal-elevated .modal-dialog {
        max-width: 870px;
    }

    .modal-elevated .modal-content {
        border-radius: 16px;
    }
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    transform-origin: center;
    width: 60px;
}

.spin circle {
    fill: none;
    stroke-width: 4;
}

.spin .dash {
    stroke: #0059F1;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}

.btn {
    font-family: 'neue-haas-grotesk-text', sans-serif;
    padding: 15px 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 24px;
    border-radius: 50rem;
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
}

.btn svg {
    position: relative;
    bottom: 1px;
    vertical-align: middle;
}

.btn-arrow, .btn-arrow-left {
    position: relative;
    transition: all 0.3s ease;
}

.btn-arrow {
    left: 0;
}

.btn-arrow-left {
    right: 0;
}

.btn:hover .btn-arrow {
    left: 5px;
}

.btn:hover .btn-arrow-left {
    right: 5px;
}

.btn-primary {
    color: #fff;
    background: #0059F1;
    border-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background: #2173FF;
    border-color: #2173FF;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #0152DC;
    border-color: #0152DC;
}

.btn-primary.disabled, .btn.btn-primary:disabled {
    color: #fff;
    background-color: #0059F1;
    border-color: transparent;
}

.btn-outline-primary {
    color: #0059F1;
    background: transparent;
    border-color: #D9E2EC;
}

.btn-outline-primary:hover {
    background: #F0F5FF;
    border-color: #F0F5FF;
    color: #0059F1;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #0059F1;
    background: #C2D9FF;
    border-color: #C2D9FF;
}

.btn-outline-secondary {
    color: #111B25;
    background: transparent;
    border-color: #CBD2D9;
}

.btn-outline-secondary:hover {
    background: #E4E7EB;
    border-color: #E4E7EB;
    color: #111B25;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background: #CBD2D9;
    border-color: #CBD2D9;
    color: #111B25;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.24);
}

.btn-outline-light:hover {
    background-color: #2173FF;
    border-color: #2173FF;
    color: #fff;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    background-color: #0059F1;
    border-color: #0059F1;
    color: #fff;
}

.btn-dark {
    background: #111B25;
    border-color: #111B25;
}

.btn-dark:hover {
    background: #F5F7FA;
    border-color: #F5F7FA;
    color: #111B25;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    background: #E4E7EB;
    border-color: #E4E7EB;
    color: #111B25;
}

.btn-light {
    background: #fff;
    border-color: #fff;
    color: #0059F1;
}

.btn-light:hover {
    color: #0059F1;
    border-color: #F0F5FF;
    background: #F0F5FF;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background: #C2D9FF;
    color: #0059F1;
}

.btn-link {
    color: #0059F1;
}

.btn-link:hover {
    color: #498CFF;
    text-decoration: none;
}

.btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active, .show > .btn-link.dropdown-toggle {
    color: #0245B9;
    text-decoration: none;
}

.btn-link .btn-arrow {
    position: relative;
    left: -2px;
}

.btn-link:hover .btn-arrow {
    left: 3px;
}

.btn-back {
    border: 1px solid #E4E7EB;
    color: #616E7C;
    background-color: transparent;
}

.btn-back svg {
    bottom: 2px;
}

@media screen and (min-width: 992px) {
    .btn {
        padding: 19px 33px;
        height: 64px;
        font-size: 16px;
        line-height: 20px;
    }

    .btn-sm {
        height: 56px;
        font-size: 16px;
        padding: 17px 33px;
    }
}

.btn-xs {
    height: 32px;
    font-size: 15px;
    padding: 5px 16px;
    letter-spacing: -0.2px;
}

.btn .spin {
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: 20px;
}

.btn .spin circle {
    stroke-width: 6;
}

.btn .spin .dash {
    stroke: #fff;
}

.btn:focus {
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.header {
    background-color: #F7F7F7;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
}

.header-ppc {
    position: absolute;
    background-color: transparent;
}

.header .navbar {
    padding: 14px 0;
}

.header .navbar .navbar-brand {
    z-index: 99;
}

.header .navbar .navbar-brand img {
    width: 142px;
    height: 30px;
    /*height: 37px;*/
}

.header-ppc .navbar .navbar-brand img {
    width: 156px;
    height: 33px;
    /*height: 41px;*/
}

.header .navbar .navbar-brand img:nth-child(2) {
    display: none;
}

.header .navbar #navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #000000;
    cursor: pointer;
}

.header .navbar #navbar .navbar-nav .nav-link.highlight {
    color: #0059F1;
}

.header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed) svg {
    transform: rotate(180deg);
}

.header .navbar #navbar .navbar-nav .nav-link .icon {
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .header .navbar #navbar .navbar-nav .nav-button {
        margin-top: 65px;
    }

    .header .navbar #navbar .navbar-nav .nav-button .btn {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .header .navbar #navbar:before {
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        content: '';
        display: block;
    }

    .header .navbar #navbar {
        position: fixed;
        left: 0;
        top: 70px;
        height: calc(100% - 70px);
        width: 100%;
        background-color: white;
        padding-top: 16px;
        padding-bottom: 24px;
        z-index: 9;
        overflow: auto;
    }

    .header .navbar .navbar-nav {
        padding-left: 25px;
        padding-right: 25px;
    }

    .header .navbar #navbar:not(.open) {
        display: none;
    }

    .header .navbar #navbar.open .navbar-nav {
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .header .navbar #navbar.open .navbar-nav {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .header {
        background-color: #FFFFFF;
        border-bottom: 1px solid #E1E1E1;
        height: 84px;
    }

    .header-ppc {
        background-color: transparent;
        border-bottom: 0 none;
    }

    .header .navbar {
        padding: 18px 0;
        position: static;
    }

    .header-ppc .navbar {
        padding: 28px 0;
    }

    .header .navbar .ico-menu {
        display: none;
    }

    .header .navbar #navbar {
        width: 100%;
        margin-left: 8px;
    }

    .header .navbar #navbar .navbar-nav {
        align-items: center;
        width: 100%;
    }

    .header .navbar #navbar .navbar-nav .nav-item:not(:last-child) {
        margin-right: 6px;
    }

    .header .navbar #navbar .navbar-nav .nav-item.nav-login {
        margin-left: auto;
        margin-right: 9px;
    }

    .header .navbar #navbar .navbar-nav .nav-item.nav-button .btn {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: -0.2px;
        height: 48px;
        padding: 13px 18px;
        font-weight: 500;
    }

    .header .navbar #navbar .navbar-nav .nav-item.nav-button .btn svg {
        left: 3px;
        bottom: 2px;
    }

    .header .navbar #navbar .navbar-nav .nav-link {
        font-size: 15px;
        padding-right: 4px;
        padding-left: 4px;
        line-height: 24px;
        letter-spacing: -0.2px;
        display: flex;
        align-items: center;
        position: relative;
        transition: all 0.3s;
    }

    .header .navbar #navbar .navbar-nav .nav-link:hover {
        color: #498CFF;
    }

    .header .navbar #navbar .navbar-nav .nav-link.has-submenu {
        padding-right: 5px;
    }

    .header .navbar #navbar .navbar-nav .nav-link:before {
        opacity: 0;
        content: '';
        background: #0059F1;
        height: 2px;
        width: calc(100% - 14px);
        left: 8px;
        bottom: -21px;
        position: absolute;
        transition: ease-in-out 0.12s;
    }

    .header .navbar #navbar .navbar-nav .nav-link.active, .header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed) {
        color: #0059F1;
    }

    .header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed):before {
        opacity: 1;
    }

    .header .navbar #navbar .navbar-nav .nav-link.has-submenu:before {
        width: calc(100% - 23px);
    }
}

@media screen and (min-width: 1200px) {
    .header .navbar #navbar {
        margin-left: 21px;
    }

    .header .navbar #navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .ico-menu button {
        background: transparent;
        border: 0 none;
        display: block;
        outline: none;
        position: relative;
        padding: 12px 0px;
        z-index: 99;
    }

    .ico-menu button > span {
        background: #1F2933;
        display: block;
        height: 2px;
        position: relative;
        top: 0;
        transition: transform 0.25s ease, opacity 0.25s 0.15s, top 0.25s ease 0.15s;
        width: 28px;
    }

    .ico-menu button > span + span {
        margin-top: 5px;
    }

    .ico-menu button > span + span:not(.closed) {
        margin-top: 6px;
    }

    .ico-menu button:not(.closed) > span {
        background: #1F2933;
        opacity: 0;
        transition: top 0.25s ease, opacity 0.25s, transform 0.25s ease 0.15s;
    }

    .ico-menu button:not(.closed) > span:first-child {
        opacity: 1;
        transform: rotate(45deg);
        top: 8px;
    }

    .ico-menu button:not(.closed) > span:last-child {
        opacity: 1;
        transform: rotate(-45deg);
        top: -8px;
    }

    .ico-menu button.closed > span:first-child {
        opacity: 0;
    }
}

.megamenu .container {
    padding-left: 0;
    padding-right: 0;
}

.megamenu-item:hover {
    text-decoration: none;
}

.megamenu-links {
    list-style: none;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 20px;
}

.megamenu-links-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.41;
    padding: 4px 0;
    color: #111B25;
    margin-bottom: 0;
}

[class*='megamenu-links-icon'] {
    display: none;
}

.megamenu-links-description {
    display: none;
}

.megamenu-footer {
    display: none;
}

@media screen and (min-width: 992px) {
    .megamenu {
        border-top: #E4E7EB;
        background: #FFFFFF;
        box-shadow: 0 20px 32px -15px rgba(17, 27, 37, 0.25);
        width: 100%;
        overflow: hidden;
        padding-bottom: 80px;
    }

    .megamenu .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .megamenu-item {
        display: flex;
        margin-bottom: 50px;
        align-items: center;
    }

    .megamenu-links {
        padding: 52px 0 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .megamenu-title ~ div .megamenu-links {
        padding-top: 32px;
    }

    [class*='megamenu-links-icon'] {
        display: block;
        margin-right: 20px;
        flex: 0 0 40px;
        width: 40px;
    }

    .megamenu-links-icon-dark {
        display: none;
    }

    .megamenu-links-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #111B25;
        margin-bottom: 8px;
        transition: ease-in-out .15s;
        padding: 0;
    }

    .megamenu-links-title:last-child {
        margin-bottom: 0;
    }

    .megamenu-links-description {
        font-size: 14px;
        line-height: 21px;
        color: #3E4C59;
        margin-bottom: 0;
        transition: ease-in-out .15s;
        display: block;
    }

    .megamenu-links a:hover .megamenu-links-description {
        color: #111B25;
    }

    .megamenu-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 60px;
        font-size: 17px;
        line-height: 24px;
        color: #3E4C59;
        display: flex;
        align-items: center;
        box-shadow: 0px -1px 0px #E4E7EB;
        width: 100%;
    }

    .megamenu-footer .btn {
        padding: 19px 11px;
    }

    .megamenu-overlay {
        height: 0;
        width: 0;
    }

    .megamenu-group {
        width: 100%;
        position: absolute;
        left: 0;
        top: 84px;
        z-index: 999;
    }

    .megamenu-overlay {
        width: 100%;
        top: 200px;
        left: 0;
        position: fixed;
        z-index: 99;
        transition: opacity 0.08s;
        height: 0;
        opacity: 0;
    }

    .megamenu-overlay:before {
        display: block;
        content: '';
        background-color: rgba(17, 27, 37, 0.4);
        width: 100%;
        height: 100%;
        transition: fade .15s;
    }

    .megamenu-group.show ~ .megamenu-overlay {
        opacity: 1;
        height: calc(100vh - 200px);
    }

    .megamenu-title {
        margin-top: 24px;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.71;
        color: #616E7C;
        padding-bottom: 8px;
        border-bottom: 1px solid #E4E7EB;
        text-transform: uppercase;
    }
}

.footer {
    padding-top: 71px;
    padding-bottom: 59px;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 47px;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #52606D;
}

.footer-links li a:hover {
    color: #3b4851;
}

.footer-associated {
    margin-top: 12px;
    margin-bottom: 31px;
}

.footer-associated .h6 {
    font-weight: 500;
    color: #616E7C;
    margin-bottom: 21px;
}

.footer-associated img + img {
    margin-left: 25px;
}

.footer-separator {
    height: 1px;
    width: 100%;
    background: #E4E7EB;
    margin-top: 16px;
}

.footer-copy {
    margin-top: 31px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #616E7C;
}

.footer-social {
    text-align: center;
    margin-top: 43px;
}

.footer-social a {
    text-decoration: none;
}

.footer-social a svg {
    color: #E4E7EB;
}

.footer-social a + a {
    margin-left: 16px;
}

.footer .h5 {
    margin-bottom: 24px;
}

.footer p, .footer address {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #616E7C;
}

.footer p {
    margin-bottom: 1px;
}

.footer address {
    letter-spacing: -0.1px;
    margin-top: 24px;
    margin-bottom: 46px;
}

@media screen and (min-width: 992px) {
    .footer {
        padding-top: 95px;
        padding-bottom: 42px;
    }

    .footer-logo {
        margin-bottom: 27px;
    }

    .footer-logo:nth-child(2) {
        display: none;
    }

    .footer-links {
        margin-bottom: 129px;
    }

    .footer-links li a {
        color: #52606D;
        font-size: 17px;
        line-height: 28px;
        transition: ease-in-out .15s;
    }

    .footer-associated {
        margin-top: 40px;
        margin-bottom: 31px;
    }

    .footer-associated img + img {
        margin-left: 21px;
    }

    .footer-associated .h6 {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 18px;
    }

    .footer-separator {
        margin-top: 9px;
    }

    .footer-copy {
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        margin-top: 40px;
    }

    .footer-social {
        margin-top: 0;
        text-align: right;
    }

    .footer .h5 {
        font-size: 17px;
        line-height: 20px;
        margin-top: 9px;
    }

    .footer p, .footer address {
        font-weight: normal;
        font-size: 14px;
    }

    .footer p {
        margin-bottom: 3px;
        line-height: 17px;
    }

    .footer address {
        letter-spacing: -0.1px;
        margin-top: 39px;
        margin-bottom: 46px;
        line-height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .footer-associated img {
        display: block;
    }

    .footer-associated img + img {
        margin-left: 0;
        margin-top: 16px;
    }
}

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 1px solid #CBD2D9;
    cursor: pointer;
    height: 22px;
    outline: none;
    transition: all 0.15s ease;
    width: 22px;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #0059F1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='%23ffffff'%3E%3Cpath d='M3.9777 9.8237L.1595 5.5522c-.2127-.235-.2127-.6175 0-.855l.7713-.8538c.2128-.235.5586-.235.7713 0l2.6618 2.9902L10.2974.1769c.2127-.235.5586-.235.7713 0l.7713.855c.2127.235.2127.6188 0 .8526L4.749 9.8237c-.2127.235-.5585.235-.7713 0'/%3E%3C/svg%3E");
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    border-color: #0059F1;
}

input[type="checkbox"] {
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    border-color: #0044B8;
}

.form-group {
    margin-bottom: 1rem;
    position: relative;
}

.form-group label {
    color: #616E7C;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.form-group label ~ .form-control {
    padding: 15px 14px !important;
}

.form-group.has-error .form-control, .form-control.error {
    border-color: #E12D39;
    box-shadow: 0 0 0 1px #E12D39, 0 0 0 4px #FFE3E3;
}

.form-group.has-error .help-block, .form-group .error-block {
    color: #E12D39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    display: block;
}

.form-control {
    border-color: #CBD2D9;
    font-size: 14px;
    height: 64px;
    line-height: 22px;
    padding: 20px 14px;
    color: #242931;
}

textarea.form-control {
    min-height: 170px;
}

.form-control ~ label:not(.error-block) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 20px;
    transition: all 0.15s ease;
}

.form-control:focus {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059F1, 0 0 0 4px #EBF2FF;
}

select.form-control:not(:-moz-placeholder-shown), .form-control[placeholder]:not(:-moz-placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:not(:-ms-input-placeholder), .form-control[placeholder]:not(:-ms-input-placeholder) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:focus, select.form-control:not(:placeholder-shown), .form-control[placeholder]:focus, .form-control[placeholder]:not(:placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:not(:-moz-placeholder-shown) ~ label:not(.error-block), .form-control[placeholder]:not(:-moz-placeholder-shown) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:not(:-ms-input-placeholder) ~ label:not(.error-block), .form-control[placeholder]:not(:-ms-input-placeholder) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:focus ~ label:not(.error-block), select.form-control:not(:placeholder-shown) ~ label:not(.error-block), .form-control[placeholder]:focus ~ label:not(.error-block), .form-control[placeholder]:not(:placeholder-shown) ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control:-webkit-autofill, .form-control[placeholder]:-webkit-autofill {
    padding-bottom: 6px;
    padding-top: 24px;
}

select.form-control:-webkit-autofill ~ label:not(.error-block), .form-control[placeholder]:-webkit-autofill ~ label:not(.error-block) {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 18px center;
}

.select2-container .select2-selection {
    border-color: #CBD2D9;
    height: 64px;
    padding-bottom: 13px;
    padding-top: 17px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059f1, 0 0 0 4px #ebf2ff;
}

.select2-container .select2-selection .select2-selection__rendered {
    color: #616E7C;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 14px;
}

.select2-container .select2-selection .select2-selection__placeholder {
    color: #616E7C;
}

.select2-container .select2-selection .select2-selection__arrow {
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: left center;
    height: 64px;
    width: 32px;
}

.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    box-shadow: 0 4px 8px 2px rgba(17, 17, 17, 0.08);
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    padding: 12px 14px;
}

.select2-results__option {
    color: #616E7C;
    padding: 7px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebf2ff;
    color: #616E7C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F7FA;
    color: #616E7C;
}

.form-check {
    line-height: 22px;
    padding-left: 28px;
}

.form-check-input {
    margin-left: -28px;
    margin-top: 0;
}

.form-check .error-block {
    position: absolute;
    bottom: -6px;
    left: 0px;
}

.form-check label {
    font-size: 15px;
}

.group-password {
    position: relative;
}

.toggle-password {
    background: url(../images/sprite.svg#g-pass-show) no-repeat center;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 22px;
}

.toggle-password.show {
    background-image: url(../images/sprite.svg#g-pass-hide);
}

.hero {
    padding-top: 100px;
    padding-bottom: 64px;
    background: #F5F7FA;
    overflow: hidden;
    position: relative;
}

.hero .h1 {
    margin-bottom: 20px;
}

.hero .hero-opening {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.3px;
    color: #323F4B;
    margin-bottom: 32px;
}

.hero .btn {
    width: 100%;
}

.hero .btn + .btn {
    margin-top: 12px;
}

.hero .hero-reviews {
    text-align: center;
    margin-top: 28px;
    font-size: 16px;
    line-height: 20px;
    color: #323F4B;
}

.hero-reviews a {
    color: #323F4B;
    text-decoration: none;
}

.hero .hero-reviews svg {
    margin-bottom: 8px;
}

.hero-before {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #0059F1;
    margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .hero {
        padding-top: 237px;
        padding-bottom: 254px;
    }

    .hero > .container {
        position: relative;
        display: flex;
    }

    .hero > .container .hero-content {
        width: 562px;
        z-index: 10;
        position: relative;
    }

    .hero .hero-content .h1 {
        font-size: 72px;
        line-height: 74px;
        letter-spacing: -2px;
    }

    .hero .hero-content .hero-opening {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 48px;
    }

    .hero .hero-content .btn {
        width: auto;
        font-size: 18px;
        padding: 21px 31px;
    }

    .hero .hero-content .btn + .btn {
        margin-top: 0;
        margin-left: 9px;
    }

    .hero .hero-content .hero-reviews {
        text-align: left;
        margin-top: 53px;
    }

    .hero .hero-image img {
        position: absolute;
        top: -28px;
        right: -83px;
        z-index: 9;
    }

    .hero .hero-shape-1, .hero .hero-shape-2 {
        position: absolute;
        right: -17%;
    }

    .hero .hero-shape-1 {
        top: -145px;
        width: 787px;
        height: 1023px;
    }

    .hero .hero-shape-2 {
        top: 107px;
        width: 307px;
        height: 637px;
    }

    .hero-before {
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 21px;
    }
}

@media screen and (min-width: 1340px) {
    .hero .hero-shape-1, .hero .hero-shape-2 {
        right: -8%;
    }
}

@media screen and (min-width: 1540px) {
    .hero .hero-shape-1, .hero .hero-shape-2 {
        right: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .hero > .container .hero-image img {
        height: 332px;
        top: 37px;
    }
}

.features {
    margin-top: 67px;
    margin-bottom: 64px;
}

.features svg {
    margin-bottom: 17px;
}

.features .h6 {
    margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
    .features .row > [class*='col-'] + [class*='col-'] {
        margin-top: 24px;
    }
}

@media screen and (min-width: 992px) {
    .features {
        margin-top: 96px;
        margin-bottom: 119px;
    }

    .features svg {
        margin-bottom: 23px;
    }

    .features .h6 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.4px;
    }

    .features p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.2px;
    }
}

.charge-features {
    padding-top: 67px;
    padding-bottom: 67px;
}

.charge-features .h2 {
    margin-bottom: 18px;
}

.charge-features p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 24px;
    color: #3E4C59;
}

.charge-features-pro {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: white;
    background: #0059F1;
    border-radius: 100px;
    padding: 2px 8px;
    margin-bottom: 16px;
    display: inline-block;
}

.charge-features .check-list {
    margin-top: 32px;
    margin-bottom: 0px;
}

.charge-features .list-icon-inline {
    margin-top: 32px;
    margin-bottom: 32px;
}

.charge-features .slick-custom .slick-dots {
    margin: 37px 0 0;
}

@media screen and (max-width: 991px) {
    .charge-features img {
        display: block;
        margin: auto;
        margin-bottom: 36px;
        max-width: 100%;
        width: 173px;
    }
}

@media screen and (min-width: 992px) {
    .charge-features {
        padding-top: 84px;
        padding-bottom: 0;
        height: 100vh;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .charge-feature-group {
        display: flex;
        align-items: center;
    }

    .charge-feature-navigation {
        width: 357px;
    }

    .charge-feature-items {
        width: calc(100% - 357px);
        max-width: 100%;
    }

    .charge-feature-item-content {
        width: 470px;
        max-width: 100%;
        opacity: 0;
        transition: 0.8s;
        transform: translateY(300px);
    }

    .slick-current .charge-feature-item-content {
        opacity: 1;
        transform: translateY(0);
    }

    .motion .charge-feature-item-content {
        opacity: 0;
        transform: translateY(-300px);
    }

    .charge-feature-item-content .h2 {
        margin-bottom: 22px;
    }

    .charge-feature-item-content .btn {
        margin-top: 45px;
    }

    .charge-feature-item-image {
        border-radius: 29px;
        background-color: #111B25;
        overflow: hidden;
    }

    .charge-feature-item-image img {
        opacity: 0;
        transition: 0.8s;
        transform: translateX(100px);
    }

    .slick-current .charge-feature-item-image img {
        opacity: 1;
        transform: translateX(0);
    }

    .motion .charge-feature-item-image img {
        opacity: 0;
        transform: translateX(-100px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .charge-feature-image {
        width: 236px;
    }
}

.numeric-list {
    padding: 0;
    list-style: none;
}

.numeric-list li {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.numeric-list li .number {
    color: #FFFFFF;
    width: 34px;
    height: 34px;
    background: #0059F1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: ease-in-out 0.4s;
    transform: scale(1);
    font-weight: 400;
}

.numeric-list li .text {
    color: #000000;
}

.numeric-list li:not(.active) {
    margin-bottom: 40px;
}

.numeric-list li:not(.active) .number {
    opacity: 0;
    width: 0;
    transform: scale(0.5);
}

.numeric-list li:not(.active):before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border: 2px solid #CBD2D9;
    border-radius: 100%;
    margin-right: 10px;
}

.numeric-list li:not(.active) .text {
    color: #9AA5B1;
}

.numeric-list li:last-child {
    margin-bottom: 0;
}

.billing-methods {
    margin-top: 60px;
    margin-bottom: 60px;
}

.billing-methods a {
    text-decoration: none;
}

.billing-methods .h2 {
    margin-bottom: 44px;
}

.billing-methods-item {
    background: #F5F7FA;
    border-radius: 8px;
    padding: 48px 40px;
    -webkit-transition: ease-in-out 0.15s;
    -moz-transition: ease-in-out 0.15s;
    -ms-transition: ease-in-out 0.15s;
    -o-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
}

.billing-methods-item:hover {
    background: #F1F4F8;
}

.billing-methods-item p {
    font-size: 17px;
    line-height: 24px;
    color: #3E4C59;
}

.billing-methods-item .h6 {
    margin-bottom: 13px;
}

.billing-methods-icon {
    margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .billing-methods {
        margin-top: 154px;
        margin-bottom: 82px;
    }

    .billing-methods .h2 {
        margin-bottom: 84px;
    }

    .billing-methods-item {
        height: 397px;
    }
}

@media screen and (max-width: 991px) {
    .billing-methods-item {
        margin-bottom: 22px;
    }
}

.for-you {
    background: #F5F7FA;
    padding: 60px 0;
}

.for-you .h7 {
    letter-spacing: normal;
    margin-bottom: 11px;
}

.for-you .h2 {
    margin-bottom: 32px;
}

.for-you img {
    max-width: 100%;
    margin-bottom: 20px;
}

.for-you p {
    font-size: 18px;
    line-height: 26px;
    color: #3E4C59;
}

@media screen and (min-width: 992px) {
    .for-you {
        padding: 134px 0;
    }

    .for-you .h2 {
        margin-bottom: 69px;
    }
}

@media screen and (max-width: 991px) {
    .for-you [class*='col-']:not(:last-child) {
        margin-bottom: 42px;
    }
}

.plan-cards {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #F5F7FA;
}

.plan-cards .h2 {
    margin-bottom: 32px;
}

.plan-cards-type {
    color: #111B25;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 4px
}

.plan-cards-type.highlight {
    color: #BE8A02;
}


.plan-cards-type-tag {
    color: #CD9404;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.72;
    border-radius: 18px;
    background: #FEF5DE;
    padding: 0 6px;
}

.plan-cards-description {
    color: #3E4C59;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 18px;
}

.plan-cards-feature {
    color: #52606D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
}

.plan-cards-feature + .plan-cards-feature {
    margin-top: 16px;
}

.plan-cards-feature-title {
    color: #111B25;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    display: flex;
    gap: 8px;
}

.plan-cards-feature-title {
    flex: 0 0 22px;
}

.plan-cards-feature-description {
    display: block;
    margin-left: 30px;
}

.plan-cards-price {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.5px;
    color: #111B25;
    margin-bottom: 54px;
    font-weight: 500;
}

.plan-cards-price .month {
    font-size: 15px;
    vertical-align: middle!important;
    color: #52606D;
}

.plan-cards-custom {
    color: #111B25;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: -0.8px;
    margin-bottom: 26px;
}

.plan-cards-text {
    color: #3E4C59;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 32px;
}

.plan-cards-list {
    font-size: 16px;
    line-height: 1.25;
    padding-left: 14px;
    color: #111B25;
}

.plan-cards-list span {
    font-weight: 500;
}

.plan-cards .btn {
    margin-top: 33px;
}

.plan-cards .card-plan-promotional .plan-cards-price {
    margin-bottom: 4px;
}

.plan-cards-discount {
    color: #111B25;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .plan-cards {
        padding-bottom: 144px;
    }

    .plan-cards .h2 {
        margin-bottom: 62px;
    }

    .plan-cards .card {
        width: 370px;
    }

    .plan-cards .card + .card {
        margin-left: 30px;
    }

    .plan-cards .card-body {
        padding-bottom: 64px;
    }

    .plan-cards .card-body {
        display: flex;
        flex-direction: column;
    }

    .plan-cards-footer {
        margin-top: auto;
    }

    .plan-cards-type {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .plan-cards-description {
        font-size: 16px;
    }

    .plan-cards-custom {
        font-size: 26px;
    }

    .plan-cards-text {
        font-size: 16px;
    }
}

.plan-cards-cta {
    margin-top: 48px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .plan-cards .card + .card {
        margin-top: 20px;
    }

    .plan-cards .card + .card-plan-promotional {
        margin-top: 60px;
    }

    .plan-cards-cta {
        margin-top: 48px;
    }
}

.content-page-automated-monthly, .content-page-issue-booklets, .content-page-recurrence-credit, .content-page-issuer-nfe {
    margin-top: 60px;
}

@media screen and (min-width: 992px) {
    .content-page-automated-monthly {
        margin-top: 117px;
    }

    .content-page-issue-booklets {
        margin-top: 117px;
    }

    .content-page-recurrence-credit {
        margin-top: 117px;
    }

    .content-page-issuer-nfe {
        margin-top: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-automated-monthly .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-issue-booklets .content-page-img {
        position: relative;
        top: -2px;
        right: 13px;
    }

    .content-page-recurrence-credit .content-page-img {
        position: relative;
        top: 6px;
        right: 65px;
    }

    .content-page-issuer-nfe .content-page-img {
        max-width: none;
    }
}

@media screen and (min-width: 992px) {
    .home-page .bs-section-title {
        padding-top: 126px;
        padding-bottom: 0;
    }
}

.content-page-practicality {
    margin-top: 132px;
}

.content-page-plans {
    margin-top: 137px;
}

.content-page-nf {
    margin-top: 145px;
    margin-bottom: 144px;
}

.content-page-nf .content-page-btn {
    margin-top: 49px;
}

.content-page-customer {
    margin-top: 124px;
}

.content-page-alerts {
    margin-top: 115px;
    margin-bottom: 147px;
}

@media screen and (min-width: 992px) {
    .content-page-alerts .content-page-text {
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 991px) {
    .content-page-practicality, .content-page-customer, .content-page-plans, .content-page-nf, .content-page-alerts {
        margin-top: 60px;
    }

    .content-page-nf, .content-page-alerts {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-page-tuition .hero-image {
        margin-top: 14px;
    }

    .content-page-practicality .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-plans .content-page-img {
        position: relative;
        top: 8px;
        right: 12px;
    }

    .content-page-nf .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-customer .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-alerts .content-page-img {
        position: relative;
        top: 10px;
        right: 19px;
    }
}

.pl-values {
    background: #F5F7FA;
    padding-top: 60px;
    padding-bottom: 60px;
}

.pl-values .h3 {
    margin-bottom: 17px;
}

.pl-values .h7 {
    letter-spacing: normal;
    margin-bottom: 10px;
}

.pl-values-opening {
    font-size: 20px;
    line-height: 30px;
    color: #323F4B;
    margin-bottom: 64px;
}

.pl-values-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(16, 42, 67, 0.05), 0px 1px 3px rgba(16, 42, 67, 0.02), 0px 0px 1px rgba(16, 42, 67, 0.04);
    border-radius: 6px;
    padding: 40px 22px 24px;
    text-align: center;
}

.pl-values-icon {
    margin-bottom: 18px;
}

.pl-values-price {
    font-size: 48px;
    line-height: 54px;
    color: #0059F1;
    height: 87px;
}

.pl-values-price span {
    font-size: 14px;
    line-height: 17px;
    color: #616E7C;
    display: block;
    margin-top: 1px;
}

.pl-values-description {
    font-size: 16px;
    line-height: 24px;
    color: #323F4B;
    height: 61px;
}

@media screen and (max-width: 991px) {
    .pl-values .row > [class*='col-']:last-child {
        margin-top: 26px;
    }

    .pl-values-price {
        height: auto;
        margin-bottom: 10px;
    }

    .pl-values-description {
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .pl-values {
        padding-top: 106px;
        padding-bottom: 118px;
    }

    .pl-values .h7 {
        margin-bottom: 23px;
    }

    .pl-values-box {
        padding: 60px 58px 33px;
    }
}

.content-page-product {
    margin-top: 10px;
}

.content-page-method {
    margin-top: 60px;
}

.content-page-link {
    margin-top: 60px;
    margin-bottom: 60px;
}

.content-page-link-social img + img {
    margin-left: 12px;
}

@media screen and (min-width: 992px) {
    .content-page-product {
        margin-top: 48px;
    }

    .content-page-method {
        margin-top: 141px;
    }

    .content-page-link {
        margin-top: 148px;
        margin-bottom: 149px;
    }

    .content-page-link .content-page-text {
        margin-bottom: 37px;
    }

    .content-page-link .content-page-btn {
        margin-top: 38px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-product .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-link .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }
}

@media screen and (min-width: 992px) {
    .payment-link .hero-page {
        padding-top: 180px;
        padding-bottom: 100px;
    }

    .payment-link .hero-page .hero-compatibility {
        margin-top: 56px;
    }

    .payment-link .hero-page .h8 {
        font-size: 16px;
        line-height: 20px;
    }

    .payment-link .hero-page .hero-image {
        margin-top: 90px;
    }

    .payment-link .other-benefits {
        padding-top: 125px;
        padding-bottom: 0;
    }

    .payment-link .other-benefits-2 {
        padding-top: 117px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .payment-link .hero-page .hero-compatibility {
        text-align: center;
        padding-bottom: 26px;
    }
}

.content-page-flag {
    background: #F9941B;
    border-radius: 100px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}

.content-page-easy {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #18222c;
}

.content-page-webhooks {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #111B25;
}

.content-page-sdk {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #18222c;
}

.content-page-secure {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #18222c;
}

.content-page-secure .api-badge {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .content-page-secure .content-page-img {
        margin: 56px auto 0;
    }
}

@media screen and (min-width: 992px) {
    .content-page-secure .content-page-img {
        margin: auto;
    }
}

@media screen and (min-width: 992px) {
    .content-page-easy {
        padding-top: 124px;
        padding-bottom: 122px;
    }

    .content-page-webhooks {
        padding-top: 136px;
        padding-bottom: 134px;
    }

    .content-page-sdk {
        padding-top: 109px;
        padding-bottom: 109px;
    }

    .content-page-secure {
        padding-top: 63px;
        padding-bottom: 130px;
    }
}

.api-badge-item {
    background: #00CA9A;
    border-radius: 100px;
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    padding: 10px 18px;
}

.api-badge-item svg {
    margin-right: 12px;
    position: relative;
    bottom: 1px;
}

.api-badge-item + .api-badge-item {
    margin-left: 10px;
}

.api-page .other-benefits .h3 {
    margin-bottom: 17px;
}

.api-page .other-benefits .other-benefits-opening {
    margin-bottom: 42px;
}

@media screen and (min-width: 992px) {
    .api-page .hero-page {
        padding-top: 176px;
        padding-bottom: 120px;
    }

    .api-page .hero-page .hero-image {
        position: absolute;
        right: 0;
        bottom: 21px;
        margin: 0;
    }
}

@media screen and (max-width: 1500px) {
    .api-page .hero-page .hero-image img {
        height: auto;
        width: 100%;
    }

    .api-page .hero-page .hero-image {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .api-page .other-benefits-img {
        margin-top: 48px;
    }
}

.agency-page-ppc .content-page-booklet-notes {
    margin-bottom: 60px;
}

.payment-booklet-page .content-page-booklet-notes .content-page-text-2, .recurring-page-ppc .content-page-booklet-notes .content-page-text-2, .agency-page-ppc .content-page-booklet-notes .content-page-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #3E4C59;
    margin-top: 32px;
}

@media screen and (min-width: 992px) {
    .payment-booklet-page .hero-page {
        padding-top: 188px;
        padding-bottom: 120px;
    }

    .payment-booklet-page .hero-page .hero-image {
        margin-top: 26px;
        position: relative;
        left: 63px;
    }

    .payment-booklet-page .other-benefits {
        padding-top: 125px;
        padding-bottom: 0;
    }

    .payment-booklet-page .other-benefits-2 {
        padding-top: 107px;
        padding-bottom: 0;
    }

    .payment-booklet-page .content-page-benefits {
        margin-top: 50px;
    }

    .payment-booklet-page .content-page-interest {
        margin-top: 127px;
    }

    .payment-booklet-page .content-page-booklet-notes {
        margin-top: 137px;
        margin-bottom: 154px;
    }

    .agency-page-ppc .content-page-booklet-notes {
        margin-bottom: 132px;
    }

    .payment-booklet-page .content-page-booklet-notes .content-page-text, .recurring-page-ppc .content-page-booklet-notes .content-page-text, .agency-page-ppc .content-page-booklet-notes .content-page-text {
        margin-bottom: 32px;
    }

    .payment-booklet-page .content-page-historic {
        margin-top: 120px;
    }

    .payment-booklet-page .content-page-booklet-notify {
        margin-top: 131px;
        margin-bottom: 142px;
    }
}

@media screen and (max-width: 991px) {
    .payment-booklet-page .other-benefits {
        padding-top: 60px;
    }

    .payment-booklet-page .other-benefits-2 {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .payment-booklet-page .content-page-benefits {
        margin-top: 50px;
    }

    .payment-booklet-page .content-page-interest {
        margin-top: 60px;
    }

    .payment-booklet-page .content-page-booklet-notes {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .payment-booklet-page .content-page-historic {
        margin-top: 60px;
    }

    .payment-booklet-page .content-page-booklet-notify {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-benefits .content-page-img {
        position: relative;
        top: 8px;
        right: 39px;
    }

    .content-page-interest .content-page-img {
        position: relative;
        top: 7px;
        right: 12px;
    }

    .content-page-booklet-notes .content-page-img {
        position: relative;
        top: 0;
        right: 65px;
    }

    .agency-page-ppc .content-page-booklet-notes .content-page-img {
        position: relative;
        top: 8px;
        right: -20px;
    }

    .content-page-historic .content-page-img {
        position: relative;
        top: 10px;
        right: 12px;
    }

    .content-page-booklet-notify .content-page-img {
        position: relative;
        top: 10px;
        left: 21px;
    }
}

@media screen and (min-width: 1440px) {
    .content-page-benefits .content-page-img {
        right: -85px;
    }
}

@media screen and (min-width: 992px) {
    .pro-page .hero-page .hero-image {
        margin-top: 67px;
        position: relative;
        left: 39px;
    }
}

.content-page-different-plans, .content-page-unlimited, .content-page-revenues, .content-page-sell-more, .content-page-goal, .content-page-dashboard, .content-page-recurrent {
    margin-top: 60px;
}

.recurring-page .content-page-dashboard, .recurring-page-ppc .content-page-dashboard, .agency-page-ppc .content-page-dashboard {
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .content-page-different-plans {
        margin-top: 130px;
    }

    .content-page-unlimited {
        margin-top: 137px;
    }

    .content-page-unlimited .content-page-btn {
        margin-top: 48px;
    }

    .content-page-revenues {
        margin-top: 122px;
    }

    .content-page-sell-more {
        margin-top: 143px;
    }

    .content-page-goal {
        margin-top: 154px;
    }

    .content-page-dashboard {
        margin-top: 130px;
    }

    .recurring-page .content-page-dashboard, .recurring-page-ppc .content-page-dashboard, .agency-page-ppc .content-page-dashboard {
        margin-bottom: 110px;
    }

    .content-page-recurrent {
        margin-top: 138px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-different-plans .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-unlimited .content-page-img {
        position: relative;
        top: 8px;
        right: 12px;
    }

    .content-page-revenues .content-page-img {
        position: relative;
        top: 8px;
        right: 6px;
    }

    .content-page-sell-more .content-page-img {
        position: relative;
        top: 5px;
    }

    .content-page-goal .content-page-img {
        position: relative;
        top: 5px;
        right: 18px;
    }

    .content-page-dashboard .content-page-img {
        position: relative;
        top: 8px;
        right: -13px;
    }

    .content-page-dashboard .check-list li + li {
        margin-top: 16px;
    }

    .content-page-dashboard .content-page-btn {
        margin-top: 50px;
    }

    .content-page-recurrent .content-page-img {
        position: relative;
        top: 8px;
        right: -50px;
    }

    .content-page-recurrent .content-page-btn {
        margin-top: 50px;
    }
}

.content-page-recurring-notes {
    margin-top: 60px;
    margin-bottom: 60px;
}

.content-page-recurring-notes .content-page-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #3E4C59;
    margin-top: 32px;
}

@media screen and (min-width: 992px) {
    .content-page-recurring-notes {
        margin-top: 145px;
        margin-bottom: 149px;
    }

    .content-page-recurring-notes .content-page-text {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-recurring-notes .content-page-img {
        position: relative;
        top: 0;
        left: 24px;
    }
}

.pro-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    background: #F5F7FA;
}

.pro-testimonial-content {
    margin-top: 25px;
}

.pro-testimonial .h3 {
    margin-bottom: 25px;
}

.pro-testimonial-name {
    font-weight: 600;
}

.pro-testimonial-office {
    margin-bottom: 42px;
}

.pro-testimonial-image img {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .pro-testimonial {
        margin-top: 134px;
        padding-top: 110px;
        padding-bottom: 136px;
    }

    .pro-testimonial-image {
        margin-right: 60px;
    }

    .pro-testimonial .h3 {
        letter-spacing: -0.4px;
    }

    .pro-testimonial-content {
        width: calc(100% - 400px);
    }
}

.bank-slip-page .testimonials {
    background: #F5F7FA;
}

@media screen and (min-width: 992px) {
    .bank-slip-page .hero-page {
        padding-top: 224px;
        padding-bottom: 125px;
    }

    .bank-slip-page .hero-page .hero-image {
        position: relative;
        left: -14px;
        top: -33px;
    }

    .bank-slip-page .other-benefits {
        padding-top: 130px;
        padding-bottom: 2px;
    }
}

@media screen and (max-width: 991px) {
    .bank-slip-page .other-benefits .h7 {
        margin-bottom: 38px;
    }
}

.bs-section-title {
    padding-top: 40px;
    padding-bottom: 0px;
}

@media screen and (min-width: 992px) {
    .bs-section-title {
        padding-top: 133px;
        padding-bottom: 74px;
    }

    .bs-section-title .h2 {
        line-height: 51px;
        letter-spacing: -0.7px;
    }
}

.content-page-no-account, .content-page-fines, .content-page-conciliation, .content-page-bs-notes, .content-page-bs-alerts {
    margin-top: 60px;
}

.content-page-conciliation, .content-page-bs-alerts {
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .content-page-no-account {
        margin-top: 6px;
    }

    .content-page-fines {
        margin-top: 127px;
    }

    .content-page-conciliation {
        margin-top: 137px;
        margin-bottom: 151px;
    }

    .content-page-bs-notes {
        margin-top: 132px;
    }

    .content-page-bs-notes .content-page-text {
        margin-bottom: 32px;
    }

    .content-page-bs-notes .content-page-text-2 {
        font-size: 14px;
        line-height: 22px;
        color: #3E4C59;
        margin-top: 32px;
    }

    .content-page-bs-alerts {
        margin-top: 142px;
        margin-bottom: 135px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-no-account .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-fines .content-page-img {
        position: relative;
        top: 8px;
        left: -12px;
    }

    .content-page-conciliation .content-page-img {
        position: relative;
        top: 10px;
        left: 12px;
    }

    .content-page-bs-notes .content-page-img {
        position: relative;
        top: 10px;
    }

    .content-page-bs-alerts .content-page-img {
        position: relative;
        top: 10px;
        left: 20px;
    }
}

.bank-slip-plans {
    margin-top: 60px;
    margin-bottom: 60px;
}

.bank-slip-plans .h3 {
    margin-bottom: 16px;
}

.bank-slip-plans .opening {
    font-size: 16px;
    line-height: 24px;
    color: #323F4B;
    margin-bottom: 26px;
}

@media screen and (min-width: 992px) {
    .bank-slip-plans {
        margin-top: 96px;
        margin-bottom: 129px;
    }

    .bank-slip-plans .opening {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 78px;
    }
}

.bank-slip-plans .plans {
    margin-bottom: 56px;
}

.about-hero {
    padding-top: 100px;
    padding-bottom: 12px;
    overflow: hidden;
}

.about-hero-opening {
    font-size: 20px;
    line-height: 25px;
    color: #0059F1;
    margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
    .about-hero {
        padding-top: 147px;
        position: relative;
        /*&-image{
      position: absolute;
    }*/
    }

    .about-hero .h2 {
        line-height: 52px;
    }

    .about-hero-content {
        top: 179px;
        position: absolute;
        left: 0;
        width: 100%;
    }

    .about-hero-image {
        text-align: right;
        padding-right: 17px;
    }
}

.why-we-exist {
    padding-top: 60px;
    padding-bottom: 60px;
}

.why-we-exist p {
    font-size: 16px;
    line-height: 24px;
    color: #111B25;
}

.why-we-exist-features {
    margin-top: 72px;
}

.why-we-exist svg {
    margin-bottom: 24px;
}

.why-we-exist .h6 {
    margin-bottom: 17px;
}

.why-we-exist .row + .row {
    margin-top: 24px;
}

@media screen and (min-width: 992px) {
    .why-we-exist {
        padding-top: 99px;
        padding-bottom: 125px;
    }

    .why-we-exist .h2 {
        line-height: 52px;
    }

    .why-we-exist .h6 {
        letter-spacing: normal;
    }

    .why-we-exist p {
        font-size: 17px;
    }

    .why-we-exist .row + .row {
        margin-top: 164px;
    }
}

@media screen and (max-width: 991px) {
    .why-we-exist .h2 {
        margin-bottom: 16px;
    }

    .why-we-exist-features {
        margin-top: 72px;
    }

    .why-we-exist-features .row > *:first-child {
        margin-bottom: 40px;
    }
}

.values {
    background: #0245B9;
    padding-top: 60px;
    padding-bottom: 60px;
    color: white;
}

.values p {
    font-size: 16px;
    line-height: 24px;
    color: #F5F7FA;
}

.values .h2, .values .h5 {
    color: white;
}

.values .h5 {
    margin-bottom: 8px;
}

.values-item {
    display: flex;
    margin-bottom: 34px;
}

.values-item p {
    margin-bottom: 0;
}

.values-items {
    margin-top: 50px;
}

.values-number {
    width: 59px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    opacity: 0.5;
}

.values-content {
    width: calc(100% - 59px);
}

@media screen and (min-width: 992px) {
    .values {
        padding-top: 120px;
        padding-bottom: 72px;
    }

    .values p {
        font-size: 17px;
    }

    .values-items {
        margin-top: 80px;
    }

    .values-item {
        margin-bottom: 64px;
    }
}

.our-team {
    padding-top: 60px;
}

.our-team-intro p {
    font-size: 16px;
    line-height: 24px;
    color: #111B25;
}

.our-team-intro p span {
    font-weight: 500;
}

.our-team .h6 {
    margin-top: 34px;
    margin-bottom: 16px;
}

.our-team-people {
    margin-top: 26px;
}

.our-team-item {
    background: #F5F7FA;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 16px;
    margin-bottom: 30px;
}

.our-team-item .h7, .our-team-item p {
    padding-left: 20px;
    padding-right: 20px;
}

.our-team-item .h7 {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    letter-spacing: normal;
    margin-bottom: 3px;
}

.our-team-item img {
    margin-bottom: 16px;
    width: 100%;
}

.our-team-office {
    font-size: 15px;
    line-height: 22px;
    color: #3E4C59;
    margin-bottom: 0;
}

.our-team-career {
    margin-top: 22px;
}

.our-team-career p {
    font-size: 16px;
    line-height: 24px;
    color: #3E4C59;
}

.our-team-career .btn-link {
    padding: 9px 9px 9px 0;
}

@media screen and (min-width: 992px) {
    .our-team {
        padding-top: 139px;
    }

    .our-team-intro p {
        font-size: 17px;
    }

    .our-team .h6 {
        margin-top: 0px;
    }

    .our-team-people {
        margin-top: 67px;
    }

    .our-team-career {
        margin-top: 33px;
    }

    .our-team-career p {
        font-size: 17px;
    }
}

.board-directors {
    margin-top: 28px;
    margin-bottom: 34px;
}

.board-directors .container:before {
    content: '';
    border-top: 1px solid #E4E7EB;
    display: block;
    margin-bottom: 46px;
}

.board-directors p {
    font-size: 17px;
    line-height: 24px;
    color: #111B25;
}

.board-directors p span {
    font-weight: 500;
}

.board-directors-items {
    margin-top: 50px;
}

.board-directors-items p {
    margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
    .board-directors {
        margin-top: 67px;
        margin-bottom: 96px;
    }

    .board-directors .container:before {
        margin-bottom: 120px;
    }

    .board-directors-items {
        margin-top: 81px;
    }

    .board-directors-items p {
        margin-bottom: 46px;
    }
}

.clients {
    background: #F5F7FA;
    padding-top: 60px;
    padding-bottom: 28px;
}

.clients-items {
    width: 100%;
    max-width: 1050px;
    margin: 34px auto 0;
}

.clients-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 32px;
}

@media screen and (max-width: 991px) {
    .clients-item {
        width: 33%;
    }
}

@media (max-width: 575px) {
    .clients-item {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .clients {
        padding-top: 135px;
        padding-bottom: 84px;
    }

    .clients-items {
        margin: 106px auto 0;
    }

    .clients-item {
        width: 20%;
        margin: 0 0 82px;
    }
}

.history {
    margin-top: 60px;
    margin-bottom: 60px;
}

.history .h2 {
    margin-bottom: 36px;
}

@media screen and (min-width: 992px) {
    .history {
        margin-top: 140px;
        margin-bottom: 140px;
    }

    .history .h2 {
        margin-bottom: 52px;
    }
}

.timeline {
    width: 770px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.timeline .highlight {
    color: #0059F1;
    font-weight: 500;
}

.timeline-bar {
    content: '';
    width: 1px;
    background-color: #E4E7EB;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-bar:before, .timeline-bar:after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    background: #E4E7EB;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
}

.timeline-bar:before {
    top: 0;
}

.timeline-bar:after {
    bottom: 0;
}

.timeline-item {
    width: calc(50%);
}

.timeline-item + .timeline-item {
    margin-top: 40px;
}

.timeline-item:first-child {
    padding-top: 47px;
}

.timeline-item:nth-child(odd) {
    text-align: right;
    padding-right: 15px;
}

.timeline-item:nth-child(odd) .h5 {
    text-align: right;
    padding-right: 16px;
}

.timeline-item:nth-child(odd) .h5:before {
    right: -38px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-item:nth-child(odd) .timeline-text:before {
    right: -23px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-item:nth-child(even) {
    padding-left: 15px;
    margin-left: auto;
}

.timeline-item:nth-child(even) .h5 {
    text-align: left;
    padding-left: 16px;
}

.timeline-item:nth-child(even) .h5:before {
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-item:nth-child(even) .timeline-text:before {
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-item .h5 {
    margin-bottom: 40px;
    position: relative;
}

.timeline-item .h5:before {
    content: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3E%3Cg filter='url(%23filter0_d)'%3E%3Ccircle cx='12' cy='10' r='8' fill='%23fff'/%3E%3C/g%3E%3Ccircle cx='11.999' cy='10' r='4.667' fill='%230059F1'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='.667' width='24' height='24' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeMorphology radius='1.333' in='SourceAlpha' result='effect1_dropShadow'/%3E%3CfeOffset dy='2.667'/%3E%3CfeGaussianBlur stdDeviation='2.667'/%3E%3CfeColorMatrix values='0 0 0 0 0.0666667 0 0 0 0 0.105882 0 0 0 0 0.145098 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    width: 23px;
    height: 19px;
    display: block;
    position: absolute;
    z-index: 99;
}

.timeline-item.last {
    padding-bottom: 47px;
}

.timeline-item.last .h5:before {
    width: 34px;
    height: 28px;
}

.timeline .timeline-text {
    position: relative;
    background: #F5F7FA;
    border-radius: 8px;
    padding: 16px 12px;
    margin-bottom: 24px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #111B25;
}

.timeline .timeline-text.no-bg {
    background-color: #fff;
}

.timeline .timeline-text:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #E4E7EB;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 99;
}

.timeline .timeline-text:last-child {
    margin-bottom: 0;
}

.timeline .timeline-text p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .timeline .timeline-text {
        padding: 16px;
        font-size: 17px;
        line-height: 24px;
    }
}

.credit-card-page .content-page-card-notes .content-page-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #3E4C59;
    margin-top: 32px;
}

.credit-card-page .testimonials {
    background: #F5F7FA;
}

@media screen and (min-width: 992px) {
    .credit-card-page .hero-page {
        padding-top: 224px;
        padding-bottom: 125px;
    }

    .credit-card-page .hero-page .hero-image {
        position: relative;
        left: -8px;
    }

    .credit-card-page .other-benefits {
        padding-top: 125px;
    }

    .credit-card-page .bs-section-title {
        padding-bottom: 67px;
    }
}

@media screen and (max-width: 991px) {
    .credit-card-page .other-benefits .h7 {
        margin-bottom: 38px;
    }
}

.content-page-card-practicality, .content-page-card-default, .content-page-card-notes, .content-page-card-precaution, .content-page-card-coverage {
    margin-top: 60px;
}

.content-page-card-notes, .content-page-card-coverage {
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .content-page-card-practicality {
        margin-top: 6px;
    }

    .content-page-card-default {
        margin-top: 134px;
    }

    .content-page-card-notes {
        margin-top: 139px;
        margin-bottom: 149px;
    }

    .content-page-card-notes .content-page-text {
        margin-bottom: 32px;
    }

    .content-page-card-precaution {
        margin-top: 116px;
    }

    .content-page-card-coverage {
        margin-top: 139px;
        margin-bottom: 137px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-card-practicality .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-page-card-default .content-page-img {
        position: relative;
        top: 8px;
        left: 11px;
    }

    .content-page-card-notes .content-page-img {
        position: relative;
        top: 1px;
        left: -65px;
    }

    .content-page-card-precaution .content-page-img {
        position: relative;
        top: 10px;
        left: -21px;
    }

    .content-page-card-coverage .content-page-img {
        position: relative;
        top: -15px;
        left: 0;
    }
}

.career-hero {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #0245B9;
    overflow: hidden;
    position: relative;
}

.career-hero-opening {
    font-size: 20px;
    line-height: 25px;
    color: #C2D9FF;
    margin-bottom: 16px;
}

.career-hero .h1 {
    color: #fff;
}

.career-hero > .container {
    position: relative;
    z-index: 9;
}

.career-hero-shape:before, .career-hero-shape:after {
    position: absolute;
    display: block;
    content: '';
}

.career-hero-shape:before {
    right: 389px;
    top: 144px;
    border: 10px solid #00CA75;
    border-radius: 763px;
    transform: rotate(50.25deg);
    width: 198px;
    height: 291px;
}

.career-hero-shape:after {
    border: 10px solid #0059F1;
    border-radius: 763px;
    transform: rotate(50.25deg);
    right: -52px;
    top: 84px;
    width: 358px;
    height: 549px;
}

@media screen and (min-width: 992px) {
    .career-hero {
        padding-top: 179px;
        padding-bottom: 132px;
        position: relative;
    }

    .career-hero-image {
        text-align: right;
        padding-right: 17px;
    }
}

@media screen and (max-width: 1440px) {
    .career-hero-shape:before {
        right: 219px;
        top: 144px;
    }

    .career-hero-shape:after {
        right: -232px;
    }
}

.career-opening {
    margin-top: 60px;
    margin-bottom: 60px;
}

.career-opening .h3 {
    margin-bottom: 24px;
}

.career-opening p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #111B25;
}

.career-opening .container {
    border-bottom: 1px solid #E4E7EB;
    padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .career-opening {
        margin-top: 115px;
    }

    .career-opening .container {
        padding-bottom: 87px;
    }

    .career-opening .h3, .career-opening p {
        max-width: 770px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .career-opening p {
        font-size: 17px;
    }
}

.careers-content {
    margin-top: 60px;
    margin-bottom: 60px;
}

.careers-content-title {
    margin-top: 54px;
    margin-bottom: 19px;
}

@media screen and (min-width: 992px) {
    .careers-content {
        margin-top: 104px;
        margin-bottom: 80px;
    }

    .careers-content-title {
        margin-top: 80px;
    }
}

@media screen and (max-width: 991px) {
    .careers-content .careers-content-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.job-list {
    border-top: 1px solid #E1E6EC;
}

.job-list + .careers-content-title {
    margin-top: 64px;
}

.job-item {
    border-bottom: 1px solid #E1E6EC;
    padding: 16px 0;
}

.job-item p {
    font-size: 16px;
    line-height: 24px;
    color: #111B25;
}

.job-item .btn {
    height: 47px;
    font-size: 15px;
    padding: 13px 24px;
}

@media screen and (min-width: 992px) {
    .job-item {
        display: flex;
        align-items: center;
    }

    .job-item p {
        font-size: 17px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .job-title {
        font-weight: 600;
    }

    .job-item p {
        margin-bottom: 6px;
    }

    .job-item p:first-child {
        margin-bottom: 16px;
    }

    .job-item p.job-action {
        margin-top: 16px;
    }
}

.careers-text {
    max-width: 714px;
    margin: 20px auto 60px;
    font-size: 15px;
    line-height: 22px;
    color: #111B25;
}

.careers-text a {
    color: #0059F1;
}

@media screen and (min-width: 992px) {
    .careers-text {
        margin: 20px auto 165px;
    }
}

.job-apply-header {
    margin-top: 48px;
    border-bottom: 1px solid #E4E7EB;
    padding-bottom: 22px;
    margin-bottom: 24px;
}

.job-apply-header-title {
    font-size: 15px;
    line-height: 22px;
    color: #111B25;
    margin-bottom: 9px;
}

.job-apply-header-box {
    background: #F5F7FA;
    border: 1px solid #E4E7EB;
    border-radius: 4px;
    padding: 16px;
}

.job-apply-header ul {
    color: #3E4C59;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    line-height: 22px;
}

.job-apply-header ul li {
    display: inline-block;
}

.job-apply-header ul li:before {
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';
    margin-right: 4px;
}

.job-apply-header ul li + li {
    margin-left: 18px;
}

.job-apply .btn[type="submit"] {
    margin-top: 8px;
}

.dark-mode {
    background: #111B25;
    color: #9AA5B1;
}

.dark-mode .h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5, .dark-mode .h6, .dark-mode .h7 {
    color: #E4E7EB;
}

.dark-mode .btn.btn-outline-secondary {
    color: #FFFFFF;
    border-color: #52606D;
}

.dark-mode .btn.btn-link {
    color: #498CFF;
}

.dark-mode .header {
    background: #111B25;
}

.dark-mode .header .navbar .navbar-brand img:first-child {
    display: none;
}

.dark-mode .header .navbar .navbar-brand img:nth-child(2) {
    display: block;
}

.dark-mode .header .navbar #navbar .navbar-nav .nav-link {
    color: #F5F7FA;
}

.dark-mode .header .navbar #navbar .navbar-nav .nav-link.highlight {
    color: #F5F7FA;
}

@media screen and (max-width: 991px) {
    .dark-mode .header .navbar #navbar {
        background-color: #111B25;
    }

    .dark-mode .header .navbar #navbar:before {
        background-color: #111B25;
    }
}

@media screen and (min-width: 992px) {
    .dark-mode .header {
        border-bottom: 0 none;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link:before {
        background: #498CFF;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link:hover {
        color: #9AA5B1;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link.has-submenu:not(.collapsed) {
        color: #498CFF;
    }

    .dark-mode .header .navbar #navbar .navbar-nav .nav-link.active {
        color: #7B8794;
    }
}

@media screen and (max-width: 991px) {
    .dark-mode .header .ico-menu button > span {
        background: #E4E7EB;
    }

    .dark-mode .header .ico-menu button:not(.closed) > span {
        background: #E4E7EB;
    }
}

.dark-mode .megamenu-links-title {
    color: #F5F7FA;
}

.dark-mode .megamenu-title {
    color: #F5F7FA;
    border-color: #323F4B;
}

@media (min-width: 992px) {
    .dark-mode .megamenu {
        border-top: 1px solid #323F4B;
        background: #18222C;
    }

    .dark-mode .megamenu-links-icon-light {
        display: none;
    }

    .dark-mode .megamenu-links-icon-dark {
        display: block;
    }

    .dark-mode .megamenu-links-description {
        color: #E4E7EB;
    }

    .dark-mode .megamenu-links a:hover .megamenu-links-title, .dark-mode .megamenu-links a:hover .megamenu-links-description {
        color: #498CFF;
    }

    .dark-mode .megamenu-footer {
        color: #E4E7EB;
        box-shadow: 0px -1px 0px #323F4B;
    }

    .dark-mode .megamenu-footer .btn {
        padding: 19px 11px;
    }

    .dark-mode .megamenu-posts .h8 {
        color: #E4E7EB;
    }

    .dark-mode .megamenu-posts .megamenu-posts-item + .megamenu-posts-item {
        border-color: #323F4B;
    }

    .dark-mode .megamenu-posts-overflow {
        border-left: 1px solid #323F4B;
        background: #18222C;
    }

    .dark-mode .megamenu-posts-title {
        color: #E4E7EB;
    }

    .dark-mode .megamenu-posts:after {
        background: #18222C;
    }

    .dark-mode .megamenu-posts-item:hover .megamenu-posts-title {
        color: #498CFF;
    }
}

.dark-mode .hero-page {
    background: #111B25;
}

.dark-mode .hero-page-name {
    color: #CBD2D9;
}

.dark-mode .hero-page .hero-opening {
    color: #CBD2D9;
}

.dark-mode .hero-page .hero-reviews {
    color: #F5F7FA;
}

.dark-mode .hero-page .hero-reviews a {
    color: #F5F7FA;
    text-decoration: none;
}

.dark-mode .content-page-name {
    color: #9AA5B1;
}

.dark-mode .other-benefits {
    background: #111B25;
}

.dark-mode .footer p, .dark-mode .footer address {
    color: #9AA5B1;
}

.dark-mode .footer-links li a {
    color: #9AA5B1;
}

.dark-mode .footer-links li a:hover {
    color: #CBD2D9;
}

.dark-mode .footer-associated .h6 {
    color: #7B8794;
}

.dark-mode .footer-separator {
    background: #3E4C59;
}

.dark-mode .footer-copy {
    color: #9AA5B1;
}

.dark-mode .footer-logo:first-child {
    display: none;
}

.dark-mode .footer-logo:nth-child(2) {
    display: block;
}

.dark-mode .other-benefits .other-benefits-opening {
    color: #9AA5B1;
}

.footer-ppc {
    color: #b8bbbe;
    background: #111B25;
    padding: 32px 0;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .footer-ppc {
        text-align: center;
    }

    .footer-ppc img {
        margin-top: 16px;
    }
}

.box-form {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-form-title {
    font-size: 15px;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
    .box-form {
        border-radius: 16px;
        background-color: #fbfbfb;
        padding: 40px;
        max-width: 740px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        margin-bottom: 120px;
    }
}

.api-success {
    padding-top: 100px;
    padding-bottom: 60px;
}

.api-success img {
    margin-bottom: 22px;
}

.api-success p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 48px;
    color: #323F4B;
}

@media screen and (min-width: 992px) {
    .api-success {
        padding-top: 179px;
        padding-bottom: 132px;
    }
}

.required-options {
    position: relative;
}

.required-options .form-check {
    position: static;
}

.required-options .error-block {
    position: absolute;
    left: 0;
    bottom: -8px;
}

.job-subscribe-page {
    padding-top: 100px;
    padding-bottom: 60px;
}

.job-left .h7 {
    margin-top: 22px;
    margin-bottom: 8px;
}

.job-right {
    font-size: 16px;
    line-height: 24px;
    color: #111B25;
    margin-top: 33px;
}

.job-description p {
    margin-bottom: 24px;
}

.job-description ul {
    margin-top: 16px;
    padding-left: 15px;
}

.job-description ul:not(:last-child) {
    margin-bottom: 24px;
}

.job-description ul li + li {
    margin-top: 8px;
}

.job-form {
    margin-top: 42px;
}

.job-form .btn[type="submit"] {
    margin-top: 8px;
}

.job-form .h5 {
    letter-spacing: -0.2px;
}

.job-form-subtitle {
    color: #3E4C59;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .job-subscribe-page {
        padding-top: 156px;
        padding-bottom: 138px;
    }

    .job-right {
        font-size: 17px;
        margin-top: 63px;
    }

    .job-left {
        position: relative;
    }

    .job-left .h7 {
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .job-form {
        margin-top: 146px;
    }

    .job-form-subtitle {
        margin-bottom: 50px;
    }

    .job-content-fixed {
        position: fixed;
    }

    .job-fixed-bottom {
        padding-bottom: 81px;
        margin-top: auto;
    }

    .job-fixed-bottom .job-content-fixed {
        position: static;
    }
}

.form-success {
    padding-top: 130px;
    padding-bottom: 100px;
}

.form-success .h5 {
    margin-bottom: 16px;
}

.form-success svg {
    margin-bottom: 32px;
}

.form-success p:last-child {
    margin-bottom: 0;
}

.form-success p {
    font-size: 16px;
    line-height: 24px;
    color: #3E4C59;
    margin-bottom: 39px;
}

.form-success-content {
    width: 570px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
    .form-success {
        padding-top: 204px;
        padding-bottom: 227px;
    }

    .form-success p {
        font-size: 17px;
    }
}

.job-no-vacancy {
    padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .job-no-vacancy {
        padding-top: 30px;
        padding-bottom: 100px;
    }
}

.section-header {
    margin-bottom: 55px;
    text-align: center;
}

.section-header .h2 {
    margin-bottom: 20px;
}

.section-header .h4 {
    color: #111111;
}

.section-header .h3, .section-header .h4 {
    margin-bottom: 16px;
}

.plan-cards-basic {
    padding-top: 112px;
}

.home-page .plan-cards-basic {
    padding-top: 60px;
}

.plan-cards-basic .card:not(.card-plan-promotional) .plan-cards-price-old {
    text-decoration-line: none;
}

.plan-cards-basic .plan-cards-price  span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-right: 2px;
    vertical-align: super;
}

.plan-cards-basic .card-plan-promotional .plan-cards-price {
    color: #0059F1;
}

.plan-cards-basic .btn {
    margin-top: 46px;
}

.plan-cards-basic .card-plan-promotional {
    position: relative;
    z-index: 0;
}

.plan-cards-basic .card-plan-promotional .card-header {
    background-color: #0059F1;
    border-radius: 8px 8px 0 0;
    bottom: calc(100% - 8px);
    color: #fff;
    font-size: 15px;
    left: 0;
    padding-bottom: 16px;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.plan-cards-basic .card-plan-promotional .card-body {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    border: 2px solid #0059F1;
}

.plan-cards-price-description {
    color: #52606D;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    margin-top: 8px;
    margin-bottom: 26px;
}

.plan-cards-price-description span {
    text-decoration-line: line-through;
}

.plan-cards-price-description b {
    font-weight: 500;
    color: #0059F1;
}

.plan-cards .card-plan-promotional .plan-cards-price.monthly {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .plan-cards-basic .card {
        margin-top: 39px;
    }

    .plan-cards-basic .card-body {
        padding-bottom: 40px;
    }

    .plan-cards-basic .plan-cards-list {
        min-height: 220px;
    }

    .plan-cards .card-plan-promotional .plan-cards-price.monthly {
        margin-bottom: 58px;
    }
}

.zero-default-success .plan-cards-basic {
    background-color: #fff;
}

.plans-compare {
    padding-bottom: 56px;
    padding-top: 56px;
}

.table-plans-compare {
    background-color: #fff;
    border: 1px solid #E4E7EB;
    color: #111B25;
    font-size: 15px;
    line-height: 1.46667;
    margin-top: 92px;
}

.table-plans-compare td, .table-plans-compare th {
    border-top-color: #E4E7EB;
    border-left: 1px solid #E4E7EB;
    vertical-align: middle;
}

.table-plans-compare thead th {
    border-bottom: none;
    font-size: 14px;
    line-height: 1.33334;
    position: relative;
    vertical-align: top;
    font-weight: 500;
}

.table-plans-compare .col-plan-price-custom {
    padding: 4px 0;
}

.table-plans-compare thead th,
.table-plans-compare tbody th,
.table-plans-compare tbody td {
    padding: 16px 24px;
}

.table-plans-compare tbody td:not(:first-child) {
    text-align: center;
}

.table-plans-compare .col-alert {
    background-color: #0059F1;
    border-radius: 8px 8px 0 0;
    bottom: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    left: 0;
    line-height: 1.18;
    padding: 6px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.table-plans-compare .col-alert:first-letter {
    text-transform: uppercase;
}

.table-plans-compare thead tr:last-child th {
    border-top: none;
}

.table-plans-compare .col-basic-link {
    margin-top: 8px;
    display: block;
}

.table-plans-compare tbody th {
    background-color: #F5F7FA;
    border-left: none;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.table-plans-compare tbody svg {
    margin-right: 6px;
}

.table-plans-compare .icon {
    color: #9AA5B1;
}

.table-plans-compare .icon-check {
    color: #0059F1;
}

.table-plans-compare th.col-pro {
    color: #0059F1;
}

.table-plans-compare .col-plan-text {
    color: #616E7C;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.33334;
    margin-top: 12px;
}

.table-plans-compare .col-plan-price {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 500;
}

.table-plans-compare .col-plan-price-custom {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.table-plans-compare .col-plan-price + .col-plan-text {
    margin-top: 0;
}

.table-plans-compare .col-plan-price > span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-right: 2px;
    vertical-align: super;
}

.table-plans-compare .col-plan-price > span.col-plan-price-period {
    color: #52606D;
    font-size: 15px;
    vertical-align: initial;
}

.table-plans-compare .small {
    color: #52606D;
    font-size: 12px;
    line-height: 1.82;

}

.table-plans-compare tfoot td {
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .table-plans-compare td, .table-plans-compare th {
        width: 50%;
    }

    .table-plans-compare thead tr:first-child th:first-child, .table-plans-compare tfoot td:first-child, .table-plans-compare tbody th:last-child {
        display: none;
    }

    .table-plans-compare thead tr:first-child th {
        text-align: center;
    }

    .table-plans-compare thead tr:first-child th:not(.active) {
        background-color: #F5F7FA;
        box-shadow: inset 0 -1px 0 0 #E4E7EB;
    }

    .container.fixed-top {
        padding-left: 0;
        padding-right: 0;
    }

    .fixed-top .table-plans-compare {
        margin-top: 70px;
    }

    .fixed-top .table-plans-compare .col-alert {
        display: none;
    }

    .fixed-top .table-plans-compare thead tr:last-child th {
        display: none;
    }

    .fixed-top .table-plans-compare td, .fixed-top .table-plans-compare th {
        width: 50.5%;
    }

    .fixed-top .table-plans-compare thead tr:first-child th {
        box-shadow: inset 0 -1px 0 0 #E4E7EB;
    }
}

@media (max-width: 575px)  {
    .plans-compare .container:not(.fixed-top) > .table-plans-compare {
        margin-left: -25px;
        margin-right: -25px;
        width: calc(100% + 50px);
    }
}

@media (min-width: 992px) {
    .plan-cards-basic {
        padding-bottom: 108px;
        padding-top: 172px;
    }

    .home-page .plan-cards-basic {
        padding-top: 101px;
    }

    .plans-compare {
        padding-bottom: 108px;
        padding-top: 108px;
    }

    .table-plans-compare {
        margin-top: 117px;
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
    }

    .table-plans-compare thead tr:first-child th {
        padding-bottom: 0;
    }

    .table-plans-compare thead tr:first-child th.col-custom {
        color: #BE8A02;
    }

    .table-plans-compare td {
        line-height: 1.6;
        padding: 14px 24px;
    }

    .table-plans-compare td, .table-plans-compare th {
        width: 19.33%;
    }

    .table-plans-compare .col-title {
        width: 42%;
    }

    .table-plans-compare thead th:first-child {
        padding: 24px 24px 28px;
        font-size: 16px;
        border-bottom: none;
    }

    .table-plans-compare thead tr:first-child th:first-child {
        border-left: none;
        border-top: none;
    }

    .table-plans-compare tbody th {
        font-size: 17px;
        line-height: 1.29412;
        border-left: 1px solid #E4E7EB;
    }

    .table-plans-compare thead th, .table-plans-compare tbody th, .table-plans-compare tbody td {
        padding: 16px 20px;
    }

    .table-plans-compare tfoot td {
        padding: 20px;
    }

    .table-plans-compare tfoot td:first-child {
        border-left: 0;
    }

    .table-plans-compare tfoot td:not(:first-child) {
        border-bottom: 1px solid #E4E7EB;
    }

    .table-plans-compare tfoot td .btn {
        padding-left: 12px;
        padding-right: 12px;
    }

    .col-plan-brands {
        display: block;
        margin-top: 10px;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .table-plans-compare .col-alert {
        font-size: 15px;
        padding: 8px;
        border-radius: 10px 10px 0 0;
    }

    .fixed-top .table-plans-compare {
        margin-top: 84px;
    }

    .fixed-top .table-plans-compare .col-alert {
        border-radius: 4px;
        bottom: auto;
        font-size: 10px;
        margin-left: 3px;
        padding: 6px 8px;
        position: relative;
        top: -2px;
    }
}

.faq-section {
    background-color: #F5F7FA;
    padding-bottom: 60px;
    padding-top: 60px;
}

.faq-section .accordion {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 28px;
}

.faq-section .accordion + .accordion {
    border-top: none;
}

.faq-section .accordion-title {
    margin-bottom: 16px;
    position: relative;
    cursor: pointer;
    color: #111111;
}

.faq-section .accordion-title:before, .faq-section .accordion-title:after {
    background-color: #A9A9A7;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.faq-section .accordion-title:before {
    height: 18px;
    right: 8px;
    width: 2px;
}

.faq-section .accordion-title:after {
    height: 2px;
    right: 0;
    width: 18px;
}

.faq-section .accordion-title:not(.collapsed):before {
    display: none;
}

.faq-section .accordion-title:not(.collapsed):after {
    background-color: #0059F1;
}

.faq-section .accordion-body {
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .faq-section .accordion {
        margin-bottom: 0;
        padding-bottom: 16px;
        padding-top: 23px;
    }

    .faq-section .accordion-title {
        font-size: 18px;
        margin-bottom: 7px;
        padding-right: 37px;
    }

    .faq-section .accordion-body {
        padding-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .faq-section {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.recurring-page-ppc .hero-page .container, .agency-page-ppc .hero-page .container {
    position: relative;
    z-index: 99;
}

.form-box {
    background: #FFFFFF;
    box-shadow: 0px 24px 32px rgba(16, 42, 67, 0.04), 0px 16px 24px rgba(16, 42, 67, 0.11), 0px 4px 8px rgba(16, 42, 67, 0.15), 0px 0px 1px rgba(16, 42, 67, 0.19);
    border-radius: 12px;
    padding: 32px 24px;
    max-width: 499px;
}

.form-box-header {
    margin-bottom: 32px;
}

.form-box-header :last-child {
    margin-bottom: 0;
}

.form-box .btn {
    margin-top: 8px;
}

.form-box .h4 span {
    color: #0059F1;
}

@media (min-width: 992px) {
    .form-box {
        padding: 52px 40px;
    }

    .form-box p {
        font-size: 17px;
        line-height: 24px;
    }

    .form-box .h4 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.3px;
    }
}

.recurring-page-ppc .content-page-plans, .agency-page-ppc .content-page-plans {
    margin-bottom: 60px;
}

.recurring-page-ppc .hero-page .form-box {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .recurring-page-ppc .hero-page {
        padding-top: 118px;
        padding-bottom: 119px;
    }

    .agency-page-ppc .hero-page {
        padding-top: 98px;
        padding-bottom: 150px;
    }

    .recurring-page-ppc .h1 {
        margin-top: 80px;
    }

    .agency-page-ppc .h1 {
        margin-top: 66px;
    }

    .recurring-page-ppc .hero-page .btn, .agency-page-ppc .hero-page .btn {
        font-size: 16px;
        line-height: 20px;
    }

    .recurring-page-ppc .content-page-nf {
        margin-top: 94px;
        margin-bottom: 122px;
    }

    .agency-page-ppc .content-page-nf {
        margin-top: 124px;
    }

    .recurring-page-ppc .content-page-plans, .agency-page-ppc .content-page-plans {
        margin-top: 122px;
        margin-bottom: 128px;
    }

    .recurring-page-ppc .content-page-booklet-notes, .agency-page-ppc .content-page-booklet-notes {
        margin-bottom: 131px;
    }

    .recurring-page-ppc .content-page-dashboard, .agency-page-ppc .content-page-dashboard {
        margin-top: 117px;
        margin-bottom: 115px;
    }

    .recurring-page-ppc .hero-shape-1, .recurring-page-ppc .hero-shape-2 {
        position: absolute;
        right: -17%;
    }

    .recurring-page-ppc .hero-shape-1 {
        top: -210px;
        width: 697px;
        height: 1126px;
        right: 0;
    }

    .recurring-page-ppc .hero-shape-2 {
        right: -110px;
        top: 30px;
        width: 307px;
        height: 637px;
    }
}

.form-footer {
    padding: 60px 0;
    background: #F5F7FA;
}

@media (max-width: 991px) {
    .form-footer-img {
        height: auto;
        max-width: 100%;
        margin-top: 16px;
    }
}

@media (min-width: 992px) {
    .form-footer {
        padding: 112px 0 114px;
    }

    .form-footer-img {
        position: relative;
        bottom: 12px;
    }
}

@media (min-width: 992px) {
    .banner-bottom {
        position: fixed;
        left: 0;
        bottom: 31px;
        width: 100%;
        z-index: -1;
        font-size: 17px;
        line-height: 23px;
        color: #F5F7FA;
        opacity: 0;
        transform: translateY(80px);
        transition: all .3s;
    }

    .banner-bottom.show {
        opacity: 1;
        transform: translateY(0);
        z-index: 997;
    }

    .banner-bottom span {
        width: calc(100% - 400px);
    }

    .banner-bottom-body {
        height: 96px;
        background: #0059F1;
        padding-left: 19px;
        padding-right: 28px;
        filter: drop-shadow(0px 10px 20px rgba(17, 17, 17, 0.08)), drop-shadow(0px 2px 6px rgba(17, 17, 17, 0.05)), drop-shadow(0px 0px 1px rgba(17, 17, 17, 0.04));
        border-radius: 10px;
    }

    .banner-bottom img {
        margin-right: 16px;
    }

    .banner-bottom .btn {
        margin-left: auto;
        height: 48px;
        padding: 12px 27px;
    }
}

@media (min-width: 992px) {
    .modal-exit .modal-content {
        border-radius: 16px;
    }

    .modal-exit .modal-body {
        padding: 60px;
        position: relative;
    }

    .modal-exit .modal-body:before {
        position: absolute;
    }

    .modal-exit .modal-title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -0.5px;
        color: #111B25;
        margin-bottom: 36px;
    }

    .modal-exit .modal-title span {
        color: #616E7C;
    }

    .modal-exit .h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
        letter-spacing: -0.3px;
    }

    .modal-exit p {
        font-size: 17px;
        line-height: 24px;
        color: #3E4C59;
        margin-bottom: 32px;
    }

    .modal-exit .btn {
        margin-top: 24px;
    }

    .modal-exit .close {
        font-weight: 300;
        position: absolute;
        top: 11px;
        right: 18px;
        font-size: 34px;
        color: #616e7c;
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .modal-exit-cover {
        width: 49%;
        padding-right: 100px;
    }

    .modal-exit .modal-content {
        background: linear-gradient(90deg, rgba(245, 247, 250, 1) 0%, rgba(245, 247, 250, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 100%);
    }

    .modal-exit .modal-body {
        padding: 76px 100px 82px;
    }

    .modal-exit-cover + .modal-exit-form {
        width: 51%;
        padding-left: 125px;
    }

    .modal-exit .modal-dialog {
        max-width: 1170px;
    }
}

.feature-boxes {
    margin-top: 60px;
    margin-bottom: 60px;
}

.feature-boxes .h2 {
    margin-bottom: 32px;
}

.feature-boxes .h5 {
    margin-bottom: 47px;
}

.feature-boxes p {
    margin-top: 31px;
}

.feature-box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(17, 17, 17, 0.08), 0px 2px 6px rgba(17, 17, 17, 0.05), 0px 0px 1px rgba(17, 17, 17, 0.04);
    border-radius: 8px;
    text-align: center;
}

.feature-box svg {
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    .feature-box {
        height: 156px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .feature-boxes {
        margin-top: 96px;
        margin-bottom: 100px;
    }

    .feature-boxes .h2 {
        margin-bottom: 74px;
    }

    .feature-boxes .h5 {
        letter-spacing: -0.2px;
    }

    .feature-box {
        max-height: 176px;
        padding: 42px 24px;
    }
}

.team-goals {
    padding: 32px;
    background: #F5F7FA;
    border-radius: 12px;
}

@media (max-width: 991px) {
    .team-goals {
        text-align: center;
    }

    .team-goals .h3 {
        margin-top: 24px;
    }

    .team-goals img {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .team-goals {
        padding: 48px 56px;
    }

    .team-goals .h3 {
        margin-bottom: 45px;
        width: calc(100% - 363px);
    }
}

.request-name {
    display: none;
}

/* lp ebook */

.ebook-hero {
    background: #E4E7EB;
    position: relative;
}

.ebook-hero .container {
    padding-top: 332px;
}

.ebook-hero .row {
    position: relative;
    z-index: 9;
}

.ebook-hero p {
    color: #9AA5B1;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.ebook-hero .h4 {
    color: #0059F1;
}

.ebook-hero .form-box {
    padding: 41px 21px;
}

@media (max-width: 991px) {
    .ebook-hero {
        background-image: url(../images/zero-default/ebook-inadimplencia-zero-xs.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .ebook-hero:before {
        background-color: #fff;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 390px;
    }

    .ebook-hero .h4 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.8px;
    }

    .ebook-hero .form-box .form-box-header {
        margin-bottom: 39px;
    }

    .ebook-hero .form-box .btn {
        font-size: 16px;
    }

    .ebook-hero-partner {
        margin-top: 34px;
    }
}

@media (min-width: 992px) {
    .ebook-hero p {
        font-size: 17px;
        line-height: 21px;
    }

    .ebook-hero .container {
        padding-top: 184px;
        padding-bottom: 101px;
    }

    .ebook-hero-img {
        position: absolute;
        top: -4px;
        left: 32px;
    }

    .ebook-hero .form-box {
        padding: 41px 40px;
    }
}

.box-benefits {
    margin-top: 53px;
    margin-bottom: 48px;
}

.box-benefits-item {
    box-shadow: 0 4px 8px rgba(16, 42, 67, 0.05), 0 1px 3px rgba(16, 42, 67, 0.02), 0px 0px 1px rgba(16, 42, 67, 0.04);
    padding: 32px 26px 32px;
}

.box-benefits .h2 {
    margin-bottom: 40px;
}

.box-benefits .h7 {
    margin-bottom: 9px;
}

.box-benefits-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .box-benefits .h2 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.8px;
    }

    .box-benefits-item {
        display: flex;
        margin-bottom: 14px;
    }

    .box-benefits-icon {
        width: 57px;
    }

    .box-benefits-text {
        width: calc(100% - 57px);
    }
}

@media (min-width: 992px) {
    .box-benefits {
        margin-top: 125px;
        margin-bottom: 125px;
    }

    .box-benefits .h2 {
        letter-spacing: -0.4px;
        margin-bottom: 78px;
    }

    .box-benefits-item {
        padding: 24px;
        min-height: 300px;
    }

    .box-benefits-icon {
        margin-bottom: 27px;
    }

    .box-benefits .h7 {
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .we-are-complete {
        padding: 70px 0 66px;
    }

    .zero-default-page .we-are-complete {
        text-align: center;
    }

    .zero-default-page .we-are-complete .btn {
        width: auto;
    }

    .zero-default-page .we-are-complete-image {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 39px;
    }

    .zero-default-page .we-are-complete .h2 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.8px;
    }

    .zero-default-page .we-are-complete .btn {
        margin-top: 34px;
    }

    .zero-default-page .other-benefits .h6 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: normal;
        margin-top: 7px;
        margin-bottom: 48px;
    }
}

@media (min-width: 992px) {
    .zero-default-page .we-are-complete {
        padding: 132px 0 126px;
    }

    .zero-default-page .we-are-complete .h2 {
        margin-bottom: 56px;
    }

    .zero-default-page .we-are-complete .btn {
        margin-top: 0;
    }

    .zero-default-page .other-benefits .h6 {
        margin-top: 32px;
        margin-bottom: 26px;
    }

    .zero-default-page .banner-bottom span {
        width: calc(100% - 474px);
    }

    .zero-default-page .banner-bottom img {
        margin-left: 25px;
    }
}

.modal-exit-ebook .close {
    font-weight: 300;
    position: absolute;
    top: 11px;
    right: 18px;
    font-size: 34px;
    color: #616e7c;
    opacity: 1;
}

@media (min-width: 992px) {
    .modal-exit-ebook .modal-content {
        border-radius: 16px;
    }

    .modal-exit-ebook .modal-body {
        padding: 60px;
        position: relative;
    }

    .modal-exit-ebook .modal-body:before {
        position: absolute;
    }

    .modal-exit-ebook .h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
        letter-spacing: -0.3px;
        color: #0059F1;
    }

    .modal-exit-ebook p {
        font-size: 17px;
        line-height: 24px;
        color: #3E4C59;
        margin-bottom: 32px;
    }

    .modal-exit-ebook .btn {
        margin-top: 8px;
    }

    .modal-exit-ebook .close {
        font-weight: 300;
        position: absolute;
        top: 11px;
        right: 18px;
        font-size: 34px;
        color: #616e7c;
        opacity: 1;
    }

    .modal-exit-ebook-img {
        position: absolute;
        left: 35px;
        top: -1px;
    }

    .modal-exit-ebook .modal-exit-ebook-opening {
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        color: #9AA5B1;
        margin-bottom: 16px;
    }

    .modal-exit-ebook-form {
        padding-top: 19px;
        position: relative;
        z-index: 9;
    }
}

@media (min-width: 1200px) {
    .modal-exit-ebook-cover {
        width: 49%;
        padding-right: 100px;
    }

    .modal-exit-ebook .modal-content {
        background: #fff;
    }

    .modal-exit-ebook .modal-body {
        padding: 76px 100px 122px;
    }

    .modal-exit-ebook-cover + .modal-exit-ebook-form {
        width: 51%;
        padding-left: 125px;
    }

    .modal-exit-ebook .modal-dialog {
        max-width: 1170px;
    }
}

.hero-success {
    background: #F2F5F7;
    padding-top: 108px;
}

.hero-success-not-sent {
    font-size: 15px;
    line-height: 21px;
    color: #52606D;
    margin-bottom: 48px;
}

.hero-success-email {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #3E4C59;
    margin-bottom: 0;
    padding-bottom: 39px;
}

.hero-success-email span {
    color: #0059F1;
}

@media (max-width: 991px) {
    .hero-success .h2 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.8px;
        margin-top: 24px;
    }

    .hero-success-not-sent {
        margin-top: 14px;
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .hero-success {
        padding-top: 184px;
    }

    .hero-success .h2 {
        margin-top: 24px;
        margin-bottom: 14px;
    }

    .hero-success-icon {
        width: 90px;
        height: 90px;
    }

    .hero-success-email {
        padding-bottom: 88px;
    }
}

.success-page .plan-cards {
    padding-top: 0;
    position: relative;
}

.success-page .plan-cards .h5 {
    margin-bottom: 57px;
}

.success-page .plan-cards:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #F2F5F7;
    height: 300px;
    width: 100%;
}

.success-page .plan-cards .container {
    position: relative;
    z-index: 9;
}

@media (max-width: 991px) {
    .success-page .plan-cards .h5 {
        font-size: 20px;
        line-height: 26px;
    }
}

.form-control-sm, .form-control-sm + .select2-container .select2-selection, .form-group label ~ .form-control-sm {
    height: 45px;
}

.form-control-sm, .form-group label ~ .form-control-sm {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.form-control-sm + .select2-container .select2-selection {
    padding-bottom: 8px;
    padding-top: 8px;
}

.form-control-sm + .select2-container .select2-selection__arrow {
    height: 43px;
}

.receipt-online-hero {
    background-color: #0059F1;
    color: #C2D9FF;
    font-size: 20px;
    padding-bottom: 60px;
    padding-top: 100px;
}

.receipt-online-hero .h1 {
    color: #fff;
    margin-bottom: 16px;
}

.receipt-online-opening > span {
    background-color: #262626;
    border-radius: 16px;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
}

.receipt-online-tips {
    margin-top: 56px;
}

.receipt-online-tips .h5 {
    margin-bottom: 36px;
}

.receipt-online-tips ul {
    counter-reset: counter;
    font-size: 17px;
    line-height: 24px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.receipt-online-tips li {
    padding-left: 37px;
    position: relative;
}

.receipt-online-tips li:before {
    color: #0059F1;
    counter-increment: counter;
    content: "0" counter(counter);
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    left: 0;
    letter-spacing: -0.2px;
    position: absolute;
    top: 2px;
}

.receipt-online-tips li + li {
    margin-top: 20px;
}

.receipt-online-body {
    background-color: #F5F7FA;
    padding-bottom: 60px;
    padding-top: 60px;
}

.receipt-online-body .card {
    box-shadow: 0 0 0 1px #EAEAEA;
}

.receipt-online-body .h6 {
    margin-bottom: 30px;
}

.receipt-online-body .h8 {
    margin-bottom: 20px;
}

.receipt-online-body .card-body {
    padding: 40px 25px;
}

.receipt-online-body .card-body + .card-body {
    border-top: 1px solid #EAEAEA;
}

.receipt-online-body .form-group {
    margin-bottom: 20px;
}

.receipt-online-body .form-control, .select2-container .select2-selection {
    background-color: #fff;
    border-color: #CBD2D9;
}

.receipt-online-body label:not(.form-check) {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 7px;
}

.receipt-online-body .card-after {
    font-size: 12px;
    margin-top: 15px;
}

.receipt-online-item-list {
    margin-bottom: 19px;
}

.receipt-online-item-list .btn {
    height: auto;
    padding: 0;
}

.receipt-online-item-list .btn:before {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

.receipt-online-item-list .btn-add-item {
    color: #0055F5;
}

.receipt-online-item-list .btn-add-item:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%230055F5' d='M11.0833 7.58333V6.41667c0-.15799-.0577-.29471-.1731-.41016-.1155-.11545-.2522-.17318-.4102-.17318H8.16667V3.5c0-.15799-.05773-.2947-.17318-.41016-.11545-.11545-.25217-.17317-.41016-.17317H6.41667c-.15799 0-.29471.05772-.41016.17317-.11545.11546-.17318.25217-.17318.41016v2.33333H3.5c-.15799 0-.2947.05773-.41016.17318-.11545.11545-.17317.25217-.17317.41016v1.16666c0 .15799.05772.29471.17317.41016.11546.11545.25217.17318.41016.17318h2.33333V10.5c0 .158.05773.2947.17318.4102.11545.1154.25217.1731.41016.1731h1.16666c.15799 0 .29471-.0577.41016-.1731.11545-.1155.17318-.2522.17318-.4102V8.16667H10.5c.158 0 .2947-.05773.4102-.17318.1154-.11545.1731-.25217.1731-.41016zM14 7c0 1.26997-.3129 2.44119-.9388 3.5137-.6259 1.0725-1.475 1.9216-2.5475 2.5475C9.44119 13.6871 8.26997 14 7 14c-1.26997 0-2.44119-.3129-3.51367-.9388-1.07248-.6259-1.92166-1.475-2.547528-2.5475C.312934 9.44119 0 8.26997 0 7c0-1.26997.312934-2.44119.938802-3.51367C1.56467 2.41385 2.41385 1.56467 3.48633.938802 4.55881.312934 5.73003 0 7 0c1.26997 0 2.44119.312934 3.5137.938802 1.0725.625868 1.9216 1.475048 2.5475 2.547528C13.6871 4.55881 14 5.73003 14 7z'/%3E%3C/svg%3E");
    height: 14px;
    top: 1px;
    width: 14px;
}

.receipt-online-item-list .btn-remove-item {
    color: #FF625F;
    height: 45px;
}

.receipt-online-item-list .btn-remove-item:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23FF625F' d='M4.36364 9.75v-5.5c0-.07292-.02557-.13281-.07671-.17969C4.2358 4.02344 4.17045 4 4.09091 4h-.54546c-.07954 0-.14488.02344-.19602.07031-.05113.04688-.0767.10677-.0767.17969v5.5c0 .07292.02557.13281.0767.17969.05114.04687.11648.07031.19602.07031h.54546c.07954 0 .14489-.02344.19602-.07031.05114-.04688.07671-.10677.07671-.17969zm2.18181 0v-5.5c0-.07292-.02556-.13281-.0767-.17969C6.41761 4.02344 6.35227 4 6.27273 4h-.54546c-.07954 0-.14488.02344-.19602.07031-.05114.04688-.0767.10677-.0767.17969v5.5c0 .07292.02556.13281.0767.17969.05114.04687.11648.07031.19602.07031h.54546c.07954 0 .14488-.02344.19602-.07031.05114-.04688.0767-.10677.0767-.17969zm2.18182 0v-5.5c0-.07292-.02557-.13281-.0767-.17969C8.59943 4.02344 8.53409 4 8.45455 4h-.54546c-.07954 0-.14489.02344-.19602.07031-.05114.04688-.07671.10677-.07671.17969v5.5c0 .07292.02557.13281.07671.17969.05113.04687.11648.07031.19602.07031h.54546c.07954 0 .14488-.02344.19602-.07031.05113-.04688.0767-.10677.0767-.17969zM4.09091 2h3.81818L7.5 1.08594C7.46023 1.03906 7.41193 1.01042 7.35511 1h-2.7017c-.05682.01042-.10511.03906-.14489.08594L4.09091 2zM12 2.25v.5c0 .07292-.0256.13281-.0767.17969-.0511.04687-.1165.07031-.196.07031h-.8182v7.4062c0 .4323-.1335.806-.4006 1.1211-.267.3151-.58805.4727-.96305.4727h-7.0909c-.375 0-.69603-.1523-.96307-.457-.26705-.3047-.40057-.6732-.40057-1.1055V3H.272727c-.079545 0-.144886-.02344-.1960225-.07031C.0255682 2.88281 0 2.82292 0 2.75v-.5c0-.07292.0255682-.13281.0767045-.17969C.127841 2.02344.193182 2 .272727 2H2.90625L3.50284.695312c.08523-.192708.23864-.35677.46023-.492187C4.18466.0677083 4.40909 0 4.63636 0h2.72728c.22727 0 .4517.0677083.67329.203125.22159.135417.375.299479.46023.492187L9.09375 2h2.63355c.0795 0 .1449.02344.196.07031.0511.04688.0767.10677.0767.17969z'/%3E%3C/svg%3E");
    height: 12px;
    top: 1px;
    width: 12px;
}

.receipt-online-item-total {
    text-align: right;
}

.receipt-online .faq-section {
    background-color: transparent;
}

.control-dropzone {
    background-color: #fff;
    border: 1px dashed #ccc;
    border-radius: 4px;
    font-size: 14px;
    height: 70px;
    line-height: 1.42857;
}

@media (min-width: 992px) {
    .form-group-dropzone {
        display: inline-block;
    }
}

.dz-clickable {
    cursor: pointer;
}

.dz-max-files-reached {
    cursor: default;
}

.dz-message, .dz-preview {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px 8px 8px;
}

.dz-message {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dz-btn {
    color: #0055F5;
    font-weight: 600;
}

.dz-btn:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='%230055F5' d='M11.0833 7.58333V6.41667c0-.15799-.0577-.29471-.1731-.41016-.1155-.11545-.2522-.17318-.4102-.17318H8.16667V3.5c0-.15799-.05773-.2947-.17318-.41016-.11545-.11545-.25217-.17317-.41016-.17317H6.41667c-.15799 0-.29471.05772-.41016.17317-.11545.11546-.17318.25217-.17318.41016v2.33333H3.5c-.15799 0-.2947.05773-.41016.17318-.11545.11545-.17317.25217-.17317.41016v1.16666c0 .15799.05772.29471.17317.41016.11546.11545.25217.17318.41016.17318h2.33333V10.5c0 .158.05773.2947.17318.4102.11545.1154.25217.1731.41016.1731h1.16666c.15799 0 .29471-.0577.41016-.1731.11545-.1155.17318-.2522.17318-.4102V8.16667H10.5c.158 0 .2947-.05773.4102-.17318.1154-.11545.1731-.25217.1731-.41016zM14 7c0 1.26997-.3129 2.44119-.9388 3.5137-.6259 1.0725-1.475 1.9216-2.5475 2.5475C9.44119 13.6871 8.26997 14 7 14c-1.26997 0-2.44119-.3129-3.51367-.9388-1.07248-.6259-1.92166-1.475-2.547528-2.5475C.312934 9.44119 0 8.26997 0 7c0-1.26997.312934-2.44119.938802-3.51367C1.56467 2.41385 2.41385 1.56467 3.48633.938802 4.55881.312934 5.73003 0 7 0c1.26997 0 2.44119.312934 3.5137.938802 1.0725.625868 1.9216 1.475048 2.5475 2.547528C13.6871 4.55881 14 5.73003 14 7z'/%3E%3C/svg%3E");
    display: inline-block;
    height: 14px;
    margin-right: 2px;
    position: relative;
    top: 2px;
    width: 14px;
}

.dz-preview {
    position: relative;
}

.dz-thumbnail {
    background: #F5F7FA url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 26 26'%3E%3Crect width='23.4' height='23.4' x='.899902' y='.895264' stroke='%239AA5B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' rx='1.8'/%3E%3Cpath stroke='%239AA5B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6.7487 8.09531c-.24837.00067-.44924.20243-.4488.4508.00044.24837.20203.44942.4504.4492.24837-.00022.4496-.20162.4496-.45 0-.24852-.20147-.45-.45-.45'/%3E%3Cpath stroke='%239AA5B1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M20.6998 18.8952l-4.644-7.0032c-.1654-.2471-.4423-.3964-.7397-.3988-.2973-.0024-.5766.1424-.7459.3868l-2.394 3.42-1.4844-1.1868c-.197-.1573-.451-.2248-.70006-.186-.2491.0387-.47051.1802-.61037.39l-3.0552 4.578H20.6998z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 52px;
    margin-right: 16px;
    width: 52px;
}

.dz-thumbnail > img {
    background-color: #fff;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dz-progress {
    flex-grow: 1;
    margin-right: 28px;
}

.dz-progress .download {
    float: right;
    padding: 1px;
    margin-top: 1px;
}

.dz-started {
    background-color: #FBFBFB;
}

.dz-started .dz-message {
    display: none;
}

.dz-remove {
    display: block;
    font-size: 20px;
    padding: 8px 16px;
    position: absolute;
    right: 0;
}

.dz-remove:hover {
    text-decoration: none;
}

.dz-remove, .dz-remove:hover, .dz-remove:focus {
    color: #ff625f;
}

.card-loading {
    min-height: 100%;
}

.card-loading .card-body {
    font-size: 20px;
}

.card-loading .card-icon {
    margin-bottom: 32px;
}

.card-loading .h2 {
    margin-bottom: 24px;
}

.card-loading .btn {
    margin-top: 24px;
}

.banner-nf {
    margin-top: 60px;
    text-align: center;
}

.banner-nf > img {
    height: auto;
    max-width: 100%;
}

@media (min-width: 992px) {
    .receipt-online-hero {
        overflow: hidden;
        padding-bottom: 80px;
        padding-top: 164px;
        position: relative;
        z-index: 0;
    }

    .receipt-online-hero:before, .receipt-online-hero:after {
        position: absolute;
        display: block;
        content: '';
        z-index: -1;
    }

    .receipt-online-hero:after {
        border: 12px solid #00CA75;
        border-radius: 894px;
        height: 342px;
        right: 81px;
        top: -90px;
        transform: rotate(50.25deg);
        width: 233px;
    }

    .receipt-online-hero:before {
        border: 12px solid #0245B9;
        border-radius: 894px;
        height: 647px;
        right: -55px;
        top: -3px;
        transform: rotate(50.25deg);
        width: 427px;
    }

    .receipt-online-body {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .banner-nf {
        margin-top: 0;
    }
}

.receipt-viewer-body {
    background-color: #F5F7FA;
    padding-bottom: 70px;
    padding-top: 164px;
    text-align: center;
}

.receipt-viewer-body .card {
    margin-top: 51px;
    text-align: left;
}

.receipt-viewer-body .card-body {
    font-size: 14px;
    line-height: 1.42857;
    padding: 40px 25px;
}

.receipt-viewer-body .card-body + .card-body {
    padding-top: 0;
}

.receipt-viewer-body .card-logo {
    height: 25px;
    margin: 0 auto 25px;
    width: 210px;
}

.receipt-viewer-body .card-logo > img {
    height: 100%;
    object-fit: contain;
    object-position: right center;
    width: 100%;
}

@media (min-width: 992px) {
    .receipt-viewer-body .card-logo {
        margin-bottom: 0;
        position: absolute;
        right: 25px;
        top: 40px;
    }
}

.receipt-viewer-body .h6 {
    margin-bottom: 20px;
}

.receipt-viewer-body .table {
    margin-bottom: 0;
}

.receipt-viewer-body .table td, .receipt-viewer-body .table th {
    border-bottom: 1px solid #EAEAEA;
    border-top: none;
    padding: 9px;
}

.receipt-viewer-body .table td:first-child, .receipt-viewer-body .table th:first-child {
    padding-left: 0;
}

.receipt-viewer-body .table td:last-child, .receipt-viewer-body .table th:last-child {
    padding-right: 0;
}

.receipt-viewer-body .table tfoot td {
    border-bottom: none;
    font-size: 18px;
    padding-top: 40px;
    text-align: right;
}

.receipt-viewer-body .col-value {
    text-align: right;
    width: 50%;
}

.receipt-viewer-body .card-signature {
    font-size: 12px;
    line-height: 1.41667;
    margin: 54px auto 8px;
    text-align: center;
    width: 300px;
}

.receipt-viewer-body .card-signature:before {
    background-color: #EAEAEA;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 6px;
}

.receipt-viewer-body .card-after {
    margin-top: 40px;
}

.receipt-viewer-body .card-after .btn {
    display: block;
    margin-bottom: 10px;
}

.receipt-viewer-body .card-after .btn + .btn {
    margin-left: 7px;
}

@media (min-width: 992px) {
    .receipt-viewer-body .card-after .btn {
        display: inline-block;
    }
}

.nf-unlimited-auto {
    background-color: #0059F1;
    color: #fff;
    font-size: 17px;
    line-height: 1.41177;
    padding-bottom: 140px;
    padding-top: 140px;
}

.nf-unlimited-auto .content-page-name {
    color: #C2D9FF;
}

.nf-unlimited-auto .h2 {
    color: #fff;
    margin-bottom: 24px;
}

.nf-unlimited-auto ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 48px;
    margin-top: 32px;
}

.nf-unlimited-auto li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 13'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.3' d='M6.84613 12.764c-.13677-.0004-.27198-.029-.39724-.0839-.12526-.0549-.2379-.135-.3309-.2353L1.27037 7.28802c-.18121-.19312-.278283-.45031-.26986-.715.00841-.26469.12163-.51519.31475-.6964.19311-.18121.4503-.27828.71499-.26987.26469.00842.51519.12164.6964.31476l4.10951 4.37879 8.38854-9.17654c.0852-.10601.1911-.193493.3112-.257082.1202-.063589.2521-.10194.3876-.112697.1356-.010756.2719.006308.4006.050144.1287.043837.247.113521.3478.204775.1008.09125.1819.20214.2382.32586.0564.12372.0869.25766.0896.39359.0027.13593-.0224.27098-.0737.39686-.0514.12588-.128.23992-.225.33513L7.58425 12.4349c-.09213.1021-.20437.184-.32967.2407-.12531.0566-.26097.0867-.39847.0884h-.00998z'/%3E%3C/svg%3E") no-repeat left 4px center;
    background-size: 18px 13px;
    padding-left: 32px;
}

.nf-unlimited-auto li + li {
    margin-top: 24px;
}

.receipt-online-body .form-group.required label:after {
    content: "*";
    color: black;
}

.btn.btn-whatsapp {
    background: #00CA75;
    border-color: #00CA75;
    color: #fff;
}

/* nfe */

@media (max-width: 991px) {
    .nfe-page .hero {
        padding-top: 104px;
    }

    .nfe-page .hero .h1 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -1.4px;
    }

    .hero .hero-opening {
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .nfe-page .hero {
        padding-top: 191px;
        padding-bottom: 120px;
    }

    .nfe-page .hero .h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -1.2px;
    }

    .nfe-page .hero .hero-content .h1 {
        font-size: 64px;
        line-height: 68px;
        letter-spacing: -1.2px;
        margin-bottom: 15px;
    }

    .nfe-page .hero .hero-content .hero-opening {
        margin-bottom: 41px;
    }

    .nfe-page .hero .hero-image img {
        top: 4px;
    }
}

@media (max-width: 991px) {
    .nfe-page .content-page .h3 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.8px;
    }

    .nfe-page .content-page-btn {
        margin-top: 31px;
    }

    .nfe-page .content-page-img {
        max-width: none;
    }

    .nfe-page .content-page-img img {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .nfe-page .content-page-btn .btn {
        width: 100%;
    }

    .nfe-page .content-page-img {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 991px) {
    .nfe-page .other-benefits-items > :not(:last-child) {
        margin-bottom: 24px;
    }
}

.nfe-page .other-benefits {
    padding-top: 121px;
}

.nfe-page .other-benefits-items {
    text-align: left;
    margin-bottom: 87px;
}

.nfe-page .h7, .nfe-page .other-benefits-icon {
    margin-bottom: 0;
}

.nfe-page .other-benefits-icon {
    margin-right: 24px;
}

.content-you-choose, .content-send-nfe, .content-nfe-simple, .content-nfe-single, .content-nfe-autonomy, .content-automatic-sending {
    margin-top: 60px;
}

.content-nfe-simple {
    margin-bottom: 60px;
}

.content-automatic-sending {
    margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
    .content-you-choose {
        margin-top: 132px;
    }

    .content-send-nfe {
        margin-top: 132px;
    }

    .content-nfe-simple {
        margin-top: 142px;
        margin-bottom: 148px;
    }

    .content-nfe-single {
        margin-top: 129px;
    }

    .content-nfe-autonomy {
        margin-top: 133px;
    }

    .content-automatic-sending {
        margin-top: 130px;
        margin-bottom: 126px;
    }
}

@media screen and (min-width: 1200px) {
    .content-you-choose .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-send-nfe .content-page-img {
        position: relative;
        top: 8px;
        right: 20px;
    }

    .content-send-nfe .content-page-img img {
        margin-left: 0;
    }

    .content-nfe-simple .content-page-img {
        position: relative;
        top: 12px;
        right: -12px;
    }

    .content-nfe-single .content-page-img {
        position: relative;
        top: 8px;
        left: 12px;
    }

    .content-nfe-autonomy .content-page-img {
        position: relative;
        top: -2px;
        right: 13px;
    }

    .content-nfe-autonomy .content-page-img img {
        margin-left: 0;
    }

    .content-automatic-sending .content-page-img {
        position: relative;
        top: 6px;
        right: 65px;
    }
}

.map-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F0F5FF;
    overflow: hidden;
}

.map-section-img {
    max-width: 100%;
}

.map-section .form {
    margin-top: 31px;
}

.map-section .form .btn {
    margin-top: 8px;
}

.map-section .form .error-block {
    position: absolute;
    bottom: -8px;
}

.map-section .form .error-block + .select2 {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .map-section-img {
        margin-bottom: 35px;
    }

    .map-section .h2 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.8px;
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .map-section .form .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .map-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .map-section .h2 {
        margin-bottom: 24px;
    }

    .map-section .btn {
        padding: 20px 30px;
        font-size: 18px;
        line-height: 22px;
    }
}

.modal-one {
    font-size: 18px;
    line-height: 24px;
    color: #515151;
}

.modal-one .modal-title {
    color: #111B25;
    border-bottom: 1px solid #E1E6EC;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .modal-one .modal-content {
        border-radius: 32px 32px 0 0;
        border-color: transparent;
        -webkit-animation: animatebottom 0.4s;
        animation: animatebottom 0.4s;
        position: relative;
    }

    .modal-one .modal-body {
        padding: 32px 24px 40px;
    }

    .modal-one .modal-dialog {
        display: flex;
        align-items: flex-end;
        min-height: 100%;
        margin: 0;
        max-width: 100%;
    }

    .modal-one .modal-icon {
        margin-bottom: 24px;
    }

    .modal-one .modal-title {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.8px;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .modal-one .h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .modal-one .modal-bottom {
        margin-top: 32px;
    }

    .modal-one .modal-bottom .btn + .btn {
        margin-top: 16px;
    }
}

@media (max-width: 575px) {
    .modal-one .modal-bottom .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .modal-one .close {
        position: absolute;
        right: 16px;
        top: 16px;
        font-weight: 400;
        font-size: 28px;
    }

    .modal-one .modal-icon {
        margin-bottom: 40px;
        width: 92px;
        height: 92px;
    }

    .modal-one .modal-title {
        font-size: 48px;
        line-height: 52px;
        letter-spacing: -1px;
        padding-bottom: 80px;
        border-bottom: 1px solid #E1E6EC;
        margin-bottom: 80px;
    }

    .modal-one .h3 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 16px;
    }

    .modal-one {
        font-size: 20px;
        line-height: 30px;
    }

    .modal-one .modal-bottom {
        margin-top: 40px;
    }

    .modal-one .modal-bottom .btn + .btn {
        margin-left: 22px;
    }

    .modal-one .form-control ~ label:not(.error-block) {
        top: 16px;
    }

    .modal-one .modal-dialog {
        max-width: 960px;
    }

    .modal-one .modal-body {
        padding: 60px 32px;
    }
}

@media (min-width: 1200px) {
    .modal-one .modal-dialog {
        max-width: 1170px;
    }

    .modal-one .modal-body {
        padding: 167px 60px;
    }
}

/* pix-page */

.hero-pix {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-pix .h1 {
    color: #F5F7FA;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -1.4px;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 16px;
}

.hero-pix .h1 span {
    color: #0FDB97;
    font-weight: 500;
}

.hero-pix .hero-badge {
    margin-bottom: 19px;
}

.hero-pix-text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 32px;
}

.hero-pix-text strong {
    font-weight: 500;
}

.hero-pix .btn {
    width: auto;
}

.hero-pix .btn-light {
    color: #111B25;
}

.hero-pix .hero-reviews p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hero-pix {
        background: #111B25;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hero-pix {
        height: 534px;
        background-color: #fff;
    }

    .hero-pix:before,
    .hero-pix:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
    }

    .hero-pix:before {
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 375 544'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M375 0H0v376.859l150.142 124.875c66.007 54.898 159.71 54.499 224.858 3.969V0z' fill='%23111B25'/%3E%3C/svg%3E");
        height: 534px;
        z-index: 2;
        background-size: cover;
        background-position: bottom center;
        top: -59px;
    }

    .hero-pix:after {
        background-image: url(../images/pix/cobranca-pix-cobrefacil-xs.png);
        background-size: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        z-index: 3;
        height: 644px;
        top: -72px;
    }

    .hero-pix .container {
        position: relative;
        z-index: 99;
    }

    .hero-pix .btn {
        font-size: 13px;
        line-height: 1.3;
        padding: 14px 24px;
    }
}

@media (min-width: 992px) {
    .hero-pix {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 84px;
        background: #111B25;
    }

    .hero-pix .hero-image {
        margin-top: 0;
    }

    .hero-pix .hero-reviews,
    .hero-pix .hero-reviews a {
        color: #616E7C;
    }

    .hero-pix-logo {
        width: 220px;
        height: 67px;
    }

    .hero-pix .h1 {
        margin-top: 8px;
        font-size: 54px;
        line-height: 1.26;
        letter-spacing: -1.2px;
        margin-bottom: 16px;
    }

    .hero-pix-text {
        font-size: 22px;
        line-height: 1.36;
        margin-bottom: 39px;
    }

    .hero-pix .hero-badge {
        margin-bottom: 25px;
    }

    .hero-pix .hero-image,
    .hero-pix .hero-image img {
        position: relative;
    }

    .hero-pix .hero-image img {
        z-index: 9;
    }

    .hero-pix .hero-image-shape {
        position: absolute;
    }

    .hero-pix .hero-image-shape:before {
        content: '';
        display: block;
    }

    .hero-pix .hero-image-shape:nth-child(1) {
        right: -20px;
        top: 18px;
        z-index: 1;
    }

    .hero-pix .hero-image-shape:nth-child(1):before {
        width: 359px;
        height: 561px;
        background: #15202C;
        border-radius: 590px;
        transform: rotate(50.25deg);
    }

    .hero-pix .hero-image-shape:nth-child(2) {
        right: 10px;
        bottom: 0;
        z-index: 2;
    }

    .hero-pix .hero-image-shape:nth-child(2):before {
        width: 292px;
        height: 448px;
        border: 8px solid #0059F1;
        border-radius: 599px;
        transform: rotate(50.25deg);
    }

    .hero-pix .hero-image-shape:nth-child(3) {
        left: 112px;
        top: 100px;
        z-index: 3;
    }

    .hero-pix .hero-image-shape:nth-child(3):before {
        border: 8px solid #00CA75;
        border-radius: 599px;
        transform: rotate(50.25deg);
        width: 148px;
        height: 221px;
    }
}

@media (min-width: 1200px) {
    .hero-pix .hero-image {
        left: 69px;
    }
}

.pix-page .other-benefits {
    padding-top: 68px;
}

@media (max-width: 991px) {
    .pix-page .other-benefits .h7 {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.22;
        margin-bottom: 65px;
    }

    .pix-page .other-benefits-icon {
        margin-bottom: 26px;
    }
}

@media (min-width: 992px) {
    .pix-page .other-benefits {
        padding-top: 131px;
    }
}

@media (max-width: 991px) {
    .pix-page .content-page .h3 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -0.8px;
        margin-bottom: 22px;
    }

    .pix-page .content-page-text {
        font-size: 15px;
        line-height: 1.33;
    }
}

.content-page-pix-one {
    margin-top: 9px;
}

.content-page-pix-two {
    margin-top: 74px;
    margin-bottom: 74px;
}

.content-page-pix-two .content-page-img {
    box-shadow: 0px 8px 16px -4px rgba(17, 27, 37, 0.25);
    border-radius: 8px;
}

.content-page-pix-three {
    margin-top: 74px;
}

.content-page-pix-four {
    margin-top: 74px;
    padding-top: 74px;
    background: #F5F7FA;
}

.content-page-pix-four .content-page-text-2 {
    font-size: 14px;
    line-height: 1.57;
    color: #3E4C59;
}

.content-page-pix-four .list-icon-inline {
    margin-top: 32px;
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .content-page-pix-one .content-page-img {
        margin-top: 6px;
    }

    .content-page-pix-one .content-page-btn {
        margin-top: 15px;
    }

    .content-page-pix-two .content-page-img {
        margin-top: 9px;
    }

    .content-page-pix-two .content-page-btn {
        margin-top: 45px;
    }

    .pix-page .content-page-pix-four .h3 {
        margin-bottom: 26px;
    }

    .content-page-pix-four .content-page-text {
        line-height: 1.47;
    }

    .content-page-pix-four .content-page-btn {
        margin-top: 56px;
    }

    .content-page-pix-four .content-page-img {
        padding-left: 6px;
        padding-right: 6px;
        margin-top: 74px;
    }
}

@media (max-width: 575px) {
    .content-page-pix-one .content-page-img {
        margin-left: -15px;
        margin-right: -15px;
        max-width: none;
    }
}

@media screen and (min-width: 992px) {
    .content-page-pix-one {
        margin-top: 132px;
        margin-bottom: 208px;
    }

    .content-page-pix-two {
        margin-top: 134px;
        margin-bottom: 150px;
    }

    .content-page-pix-three {
        margin-top: 108px;
        padding-bottom: 43px;
        overflow: hidden;
    }

    .content-page-pix-four {
        margin-top: 0;
        padding-top: 136px;
    }

    .pix-page .content-page-pix-four .content-page-img {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .content-page-pix-one .content-page-img {
        position: relative;
        bottom: 5px;
        left: 20px;
    }

    .content-page-pix-three .content-page-img {
        position: relative;
        bottom: -42px;
        left: 68px;
    }
}

.pix-tax {
    padding-top: 74px;
    padding-bottom: 74px;
    background: #111B25;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.33;
    color: #F5F7FA;
}

.pix-tax .h2 {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    margin-bottom: 22px;
    color: #fff;
}

.pix-tax-price {
    font-weight: bold;
    font-size: 72px;
    line-height: 1.26;
    color: #00CA75;
    margin-top: 44px;
    margin-bottom: 30px;
}

.pix-tax-description {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.pix-tax-description svg {
    margin: 0 14px;
}

.pix-tax .btn {
    margin-top: 28px;
}

@media (min-width: 992px) {
    .pix-tax {
        padding-top: 115px;
        padding-bottom: 119px;
        font-size: 20px;
        line-height: 1.5;
        background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 550'%3E%3Cg stroke-width='10'%3E%3Crect x='364.211' y='2' width='349.868' height='537.452' rx='174.934' transform='rotate(50.25 364.211 2)' stroke='%230059F1'/%3E%3Crect x='185.514' y='-150' width='188.433' height='281.613' rx='94.217' transform='rotate(50.25 185.514 -150)' stroke='%2352606D'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 306px 550px;
        background-repeat: no-repeat;
        background-position: top right;
    }

    .pix-tax .h2 {
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: -0.4px;
        margin-bottom: 17px;
    }

    .pix-tax-price {
        font-size: 200px;
        line-height: 1.26;
        margin-top: 26px;
        margin-bottom: 6px;
    }

    .pix-tax-description {
        font-size: 34px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .pix-tax-description svg {
        margin: 0 14px;
        width: 147px;
        height: 45px;
    }

    .pix-tax .btn {
        margin-top: 33px;
    }
}

.pix-secure {
    padding-top: 74px;
    padding-bottom: 74px;
    text-align: center;
}

.pix-secure .h2 {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 27px;
    letter-spacing: -0.8px;
}

.pix-secure-text {
    font-size: 15px;
    line-height: 1.33;
}

.pix-secure-logo img {
    margin-top: 20px;
    margin-bottom: 44px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .pix-secure {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pix-secure .h2 {
        font-size: 48px;
        line-height: 1.06;
        letter-spacing: -0.4px;
        margin-bottom: 18px;
    }

    .pix-secure-text {
        font-size: 17px;
        line-height: 1.41;
    }

    .pix-secure-logo img {
        margin-top: 41px;
        margin-bottom: 56px;
    }

    .pix-secure-text {
        width: 800px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-protest {
    padding-top: 104px;
}

.hero-protest .hero-before {
    font-size: 15px;
    line-height: 1.40;
    letter-spacing: -0.4px;
}

.hero-protest .h1 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

@media (min-width: 992px) {
    .hero-protest {
        padding-top: 240px;
        padding-bottom: 158px;
    }

    .hero-protest .hero-before {
        font-size: 20px;
        line-height: 1.25;
    }

    .hero-protest .hero-content .h1 {
        font-size: 64px;
        line-height: 1.06;
        letter-spacing: -1.2px;
        margin-bottom: 16px;
    }

    .hero-protest .hero-content .hero-opening {
        margin-bottom: 41px;
    }

    .hero-protest .hero-image img {
        position: absolute;
        top: -30px;
        right: -109px;
        z-index: 9;
    }
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .hero-protest > .container .hero-image img {
        height: auto;
        top: 37px;
        width: 490px;
    }
}

.protest-benefits {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
    font-size: 17px;
    line-height: 1.41;
}

.protest-benefits [class*='col-'] + [class*='col-'] {
    margin-top: 48px;
}

.protest-benefits p:last-child {
    margin-bottom: 0;
}

.protest-benefits-icon {
    margin-bottom: 16px;
}

.protest-benefits-title {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #111B25;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .protest-benefits {
        padding-top: 97px;
        padding-bottom: 120px;
        text-align: inherit;
    }

    .protest-benefits [class*='col-'] + [class*='col-'] {
        margin-top: 0;
    }

    .protest-benefits-icon {
        margin-bottom: 24px;
    }

    .protest-benefits-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 13px;
    }
}

.protest-steps {
    text-align: center;
    font-size: 17px;
    line-height: 1.41;
    margin-bottom: 64px;
    overflow: hidden;
}

.protest-steps-item + .protest-steps-item {
    margin-top: 24px;
}

.protest-steps-title {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
    color: #111B25;
}

.protest-steps-number {
    width: 42px;
    height: 42px;
    background: #0059F1;
    border-radius: 50%;
    margin-bottom: 16px;
    display: inline-block;
    font-size: 20px;
    line-height: 42px;
    color: #FFFFFF;
}

.protest-steps-heading {
    font-size: 18px;
    line-height: 1.222;
    color: #111B25;
    margin-bottom: 16px;
}

.protest-steps p:last-child {
    margin-bottom: 0;
}

.protest-steps-img {
    margin-top: 64px;
    margin-left: -30px;
    margin-right: -30px;
}

.protest-steps-img img {
    max-width: 100%;
}

@media (min-width: 576px) {
    .protest-steps-img {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .protest-steps {
        text-align: inherit;
        margin-top: 41px;
    }

    .protest-steps-item {
        padding-left: 14px;
    }

    .protest-steps-item + .protest-steps-item {
        margin-top: 66px;
    }

    .protest-steps-item:first-child {
        margin-top: 20px;
    }

    .protest-steps-title {
        font-size: 48px;
        line-height: 1.06;
        letter-spacing: -0.4px;
        margin-bottom: 173px;
        text-align: center;
    }

    .protest-steps-number {
        margin-bottom: 24px;
        text-align: center;
    }

    .protest-steps-heading {
        margin-bottom: 14px;
    }

    .protest-steps-img {
        margin-top: 0;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .protesto-24 .map-section .h2 {
        letter-spacing: -1.3px;
    }
}

.protest-partner {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.41;
    padding-top: 64px;
    padding-bottom: 64px;
}

.protest-partner-title {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    color: #111B25;
    margin-bottom: 16px;
}

.protest-partner-logos {
    margin-top: 32px;
    display: flex;
}

.protest-partner-logos {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}

.protest-partner-logo + .protest-partner-logo {
    margin-left: 32px;
}

.protest-partner .btn {
    width: 100%;
}

@media (min-width: 376px) {
    .protest-partner .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .protest-partner {
        padding-top: 96px;
        padding-bottom: 96px;
        text-align: center;
    }

    .protest-partner-title {
        font-size: 48px;
        line-height: 1.08;
        letter-spacing: -0.4px;
        margin-bottom: 30px;
    }

    .protest-partner-logos {
        margin-top: 45px;
        margin-bottom: 58px;
    }

    .protest-partner-logo {
        height: 42px;
    }

    .protest-partner-logo + .protest-partner-logo {
        margin-left: 62px;
    }

    .protest-partner .btn {
    }
}

.protest-features {
    background: #F5F7FA;
    padding-top: 64px;
    text-align: center;
}

.protest-features [class*='col-'] + [class*='col-'] {
    margin-top: 25px;
}

.protest-features-title {
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -0.8px;
    color: #111B25;
    margin-bottom: 32px;
}

.protest-features-icon {
    margin-bottom: 17px;
}

.protest-features-heading {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #111B25;
}

.protest-features-img {
    margin-top: 60px;
}

.protest-features-img img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .protest-features {
        padding-top: 96px;
        text-align: inherit;
    }

    .protest-features-title {
        margin-bottom: 72px;
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: -0.5px;
        text-align: center;
    }

    .protest-features [class*='col-'] + [class*='col-'] {
        margin-top: 0;
    }

    .protest-features-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .protest-features-icon {
        margin-bottom: 0;
        margin-right: 24px;
    }

    .protest-features-heading {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 22px;
    }

    .protest-features-img {
        margin-top: 71px;
    }
}

.hero-materials {
    margin-top: 70px;
    padding-top: 47px;
    padding-bottom: 93px;
    background: #054FED;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.33;
    position: relative;
    overflow: hidden;
}

.hero-materials .container {
    position: relative;
    z-index: 2;
}

.hero-materials-title {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
}

.hero-materials p:last-child {
    margin-bottom: 0;
}

.hero-materials-bg {
    position: absolute;
    right: -36px;
    bottom: -94px;
    width: 357px;
}

@media (min-width: 992px) {
    .hero-materials {
        margin-top: 84px;
        padding-top: 75px;
        padding-bottom: 83px;
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }

    .hero-materials-title {
        margin-bottom: 16px;
        font-size: 48px;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .hero-materials-bg {
        position: absolute;
        bottom: auto;
        right: auto;
        left: 50%;
        top: 50%;
        transform: translate(-54%, -56%);
        height: 664px;
        width: auto;
    }
}

.stick-nav {
    background: #FFFFFF;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #E4E7EB;
}

.stick-nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}

.stick-nav-item {
    text-align: center;
}

.stick-nav-link {
    display: block;
    color: #111B25;
    opacity: .62;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    position: relative;
    padding: 10px 5px 6px;
    transition: ease-in-out .15s;
}

.stick-nav-link:hover {
    text-decoration: none;
    color: #111B25;
    opacity: .8;
}

.stick-nav-link.active {
    opacity: 1;
}

.stick-nav-link.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #054FED;
}

.stick-nav-icon {
    display: block;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.stick .stick-nav {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
}

.stick-nav-group {
    height: 64px;
    background: #F7F7F7;
}

@media (min-width: 575px) {
    .stick-nav ul {
        justify-content: center;
        margin-left: -15px;
        margin-right: -15px;
    }

    .stick-nav-item {
        margin-left: 20px;
        margin-right: 20px;
    }

    .stick-nav-link {
        padding: 10px 15px 6px;
    }
}

@media (min-width: 992px) {
    .stick-nav-item {
        margin-left: 24px;
        margin-right: 24px;
    }

    .stick-nav-link {
        font-size: 15px;
        line-height: 1.47;
        padding: 17px 15px 10px;
    }

    .stick-nav-icon {
        width: 25px;
        height: 25px;
        margin-bottom: 5px;
    }

    .stick .stick-nav {
        border: 1px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 48px;
        max-width: 782px;
        border-radius: 40px;
        box-shadow: 0px 4px 8px rgba(16, 42, 67, 0.05), 0px 1px 3px rgba(16, 42, 67, 0.02), 0px 0px 1px rgba(16, 42, 67, 0.04);
    }

    .stick-nav-group {
        height: 81px;
    }
}

.material-items {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #F7F7F7;
}

.material {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.47;
    color: #52606D;
    width: 100%;
    margin-bottom: 32px;
}

.material:last-child {
    margin-bottom: 0;
}

.material-img {
    width: 100%;
}

.material-body {
    padding: 16px 24px 32px;
}

.material-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #7B8794;
    margin-bottom: 8px;
}

.material-info svg {
    position: relative;
    bottom: 1px;
}

.material-info span + span:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #7B8794;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    bottom: 1px;
}

.material-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #111B25;
}

.material .btn {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: -0.2px;
    padding: 10px 12px 10px 16px;
    font-weight: 500;
    line-height: 1.667;
    height: auto;
}

.material-speaker {
    border-left: 3px solid #2173FF;
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.material-speaker p {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.09;
    color: #616E7C;
}

.material-speaker p:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    color: #3E4C59;
}

.material-speaker p:last-child {
    margin-bottom: 0;
}

.material-speaker-item + .material-speaker-item {
    border-top: 1px solid #E4E7EB;
    margin-top: 8px;
    padding-top: 8px;
}

@media (min-width: 992px) {
    .material {
        display: flex;
        font-size: 17px;
        line-height: 1.41;
        align-items: stretch;
    }

    .material-cover {
        max-width: 225px;
    }

    .material-img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .material-body {
        width: calc(100% - 225px);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px 185px 12px 50px;
    }

    .material-title {
        margin-bottom: 16px;
    }

    .material .btn {
        position: absolute;
        right: 48px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .material-title-description {
        margin-bottom: 0;
    }

    .material-title-description + .material-title-description {
        margin-top: 12px;
    }

    .material-speaker {
        display: flex;
        border: 0;
        padding-left: 0;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .material-speaker-item + .material-speaker-item {
        border-top: 0;
        border-left: 1px solid #E4E7EB;
        margin-top: 0;
        padding-top: 0;
        margin-left: 24px;
        padding-left: 24px;
    }

    .material-speaker p:first-child {
        font-size: 12px;
        line-height: 1.83;
    }

    .material-speaker p:first-child {
        font-size: 15px;
        line-height: 1.47;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .material-body {
        padding: 12px 310px 12px 50px;
    }
}

.newsletter {
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    background-image: url('../images/materials/newsletter-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.newsletter-title {
    text-align: center;
    margin-bottom: 64px;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -0.5px;
    color: #002566;
}

.newsletter-form .btn {
    width: 100%;
}

.form-container.form-sent {
    opacity: 0;
}

.form-message {
    text-align: center;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 32px;
}

.form-message-icon {
    margin-bottom: 16px;
}

.form-container.form-sent {
    opacity: 0;
}

.form-container.form-sent + .form-message {
    display: block;
}

@media (max-width: 991px) {
    .stick jdiv[class*='wrap_'] {
        bottom: 70px;
    }
}

@media (min-width: 992px) {
    .newsletter {
        background: #F7F7F7;
    }

    .newsletter .form-container {
        display: flex;
        align-items: center;
    }

    .newsletter-body {
        padding: 48px 90px 48px 77px;
        background: #FFFFFF;
        border: 1px solid rgba(17, 27, 37, 0.15);
        border-radius: 10px;
        position: relative;
        overflow: hidden;
    }

    .newsletter-body:before {
        content: '';
        width: 215px;
        height: 323px;
        border: 6px solid #00CA75;
        border-radius: 487px;
        transform: matrix(0.64, 0.76, -0.78, 0.64, 0, 0);
        position: absolute;
        right: -153px;
        top: -204px;
    }

    .newsletter-body:after {
        content: '';
        width: 215px;
        height: 322px;
        border: 6px solid #2173FF;
        border-radius: 488px;
        transform: matrix(0.64, 0.76, -0.78, 0.64, 0, 0);
        position: absolute;
        left: 220px;
        bottom: -252px;
    }

    .newsletter-title {
        font-size: 36px;
        line-height: 1.28;
        letter-spacing: -0.5px;
        margin-bottom: 0;
        margin-right: 139px;
        text-align: inherit;
        flex: 0 0 363px;
    }

    .newsletter-form {
        flex-grow: 1;
    }

    .newsletter .form-message .h3 {
        font-size: 36px;
        line-height: 1.28;
        letter-spacing: -0.5px;
    }
}

.free-content jdiv[class*='wrap_'] {
    z-index: 99;
}

.hide {
    display: none !important;
}


/* newwww */

.hero-solution {
    padding-top: 112px;
    padding-bottom: 34px;
    position: relative;
    background: #0059F1;
}

.hero-solution-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    color: #fff;
}

.hero-solution-opening {
    font-size: 17px;
    line-height: 1.76;
    color: #E4E7EB;
    margin-bottom: 32px;
}

.hero-solution .container {
    position: relative;
    z-index: 2;
}

.hero-solution-buttons {
    margin-top: 32px;
}

.hero-feature {
    margin-top: 44px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.18;
    color: #FFFFFF;
}

.hero-feature-item-body {
    display: flex;
    align-items: center;
}

.hero-feature-icon {
    width: 58px;
    height: 64px;
    flex: 0 0 58px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .hero-solution-buttons .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .hero-solution {
        padding-top: 118px;
        padding-bottom: 56px;
        overflow: hidden;
        position: relative;
    }

    .hero-solution-content {
        margin-bottom: 56px;
    }

    .hero-solution-title {
        font-size: 48px;
        line-height: 1.17;
        letter-spacing: -1.4px;
        margin-bottom: 32px;
    }

    .hero-solution-opening {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .hero-feature {
        margin-top: 52px;
        display: flex;
        margin-bottom: 0;
    }

    .hero-feature-item {
        display: flex;
        position: relative;
    }

    .hero-feature-item + .hero-feature-item {
        margin-left: 21px;
        padding-left: 21px;
    }

    .hero-feature-item + .hero-feature-item:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        background-color: rgba(255, 255, 255, 0.5);
        height: 60px;
        width: 1px;
    }
}

.dashboard-section {
    background: #F5F7FA;
    padding-top: 72px;
    padding-bottom: 72px;
    text-align: center;
}

.dashboard-section-img {
    max-width: 100%;
}

.dashboard-section-title {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .dashboard-section {
        padding-top: 84px;
        padding-bottom: 104px;
    }

    .dashboard-section-title {
        font-size: 48px;
        line-height: 1.17;
        letter-spacing: -0.4px;
        margin-bottom: 46px;
    }
}

.section-feature {
    margin-top: 72px;
    margin-bottom: 72px;
}

.section-feature-text {
    font-size: 17px;
    line-height: 24px;
}

.section-feature-text-2 {
    font-size: 14px;
    line-height: 22px;
    color: #3E4C59;
    margin-top: 32px;
}

.section-feature-opening {
    font-size: 18px;
    line-height: 22px;
    color: #111B25;
    font-weight: 500;
}

.section-feature-name {
    font-size: 17px;
    line-height: 21px;
    color: #0059F1;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.section-feature-name .badge {
    margin-left: 7px;
}

.section-feature .h3, .section-feature .h2 {
    margin-bottom: 24px;
}

.section-feature .check-list {
    margin-top: 30px;
}

.section-feature-opening + .check-list {
    margin-top: 0;
}

.section-feature-btn {
    margin-top: 40px;
}

.section-feature-img {
    margin-top: 48px;
    margin-left: -6px;
    margin-right: -6px;
}

.section-feature-img img {
    max-width: 100%;
}

@media (min-width: 576px) {
    .section-feature-img {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .section-feature {
        margin-top: 96px;
        margin-bottom: 96px;
    }

    .section-feature-img {
        margin: 0;
    }

    .section-feature .h3, .section-feature .h2 {
        margin-bottom: 32px;
    }

    .section-feature .h3 {
        font-size: 48px;
        line-height: 51px;
        letter-spacing: -0.4px;
    }

    .section-feature .flex-lg-row-reverse .section-feature-img {
        margin: 0;
    }

    .check-list + .section-feature-btn {
        margin-top: 49px;
    }

    .section-feature-opening + .check-list {
        margin-top: 22px;
    }

    .section-feature-img {
        position: relative;
        top: 6px;
    }

    .section-feature-opening {
        margin-top: 34px;
    }
}

.other-features {
    background: #F5F7FA;
    padding-top: 72px;
    padding-bottom: 23px;
}

.other-features-title {
    margin-bottom: 48px;
}

.other-features-icon {
    margin-bottom: 21px;
}

.other-features p {
    font-size: 16px;
    line-height: 24px;
    color: #323F4B;
    margin-bottom: 49px;
}

.other-features a + a {
    margin-top: 12px;
}

.other-features-img {
    text-align: center;
}

.other-features-img img {
    max-width: 100%;
}

.other-features-opening {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.other-features-heading {
    letter-spacing: normal;
    margin-bottom: 20px;
}

.other-features-heading .badge {
    position: relative;
    bottom: 2px;
}

@media screen and (min-width: 992px) {
    .other-features {
        padding-top: 97px;
        padding-bottom: 0;
    }

    .other-features a + a {
        margin-left: 8px;
        margin-top: 0;
    }

    .other-features-icon {
        margin-bottom: 25px;
    }

    .other-features p {
        margin-bottom: 72px;
    }

    .other-features-title {
        margin-bottom: 71px;
    }

    .other-features-heading {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .other-features-opening {
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
    }
}

.career-section {
    padding: 96px 0;
    background-color: #111B25;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.career-section-img {
    max-width: 100%;
    display: block;
    margin: 56px auto 0;
}

.career-section .container{
    position: relative;
    z-index: 10;
}

.career-section-title {
    margin-bottom: 32px;
    color: #fff;
}

@media (min-width: 992px) {
    .career-section {
        padding: 96px 0 150px;
    }

    .career-section-title {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .career-section:before {
        width: 379px;
        height: 617px;
        transform: rotate(50.249deg);
        border: 10px solid #0059F1;
        position: absolute;
        bottom: -350px;
        left: 23%;
        content: '';
        border-radius: 200px;
    }
}

.tabs {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    color:  #323F4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.tab-item {
    background-color: #fff;
    border-radius: 12px 0 0 12px;
    border: 2px solid #0059F1;
    width: 136px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    transition: all .15s ease-in-out;
}

.tab-item:focus, .tab-item:active {
    outline: none;
}

.tab-item:last-child {
    border-radius: 0 12px 12px 0;
}

.tab-item.active {
    background-color: #0059F1;
    color: #fff;
    font-weight: 500;
    cursor: auto;
}

.tab-item:not(.active):hover {
    background-color: #E4E7EB;
}

@media (min-width: 992px) {
    .tabs {
        margin-bottom: 42px;
    }

    .tab-item {
        border: 1px solid #0059F1;
        width: 184px;
    }
}

.tabs-pill {
    gap: 8px;
    font-size: 14px;
}

.tabs-pill .tab-item {
    border-radius: 74px;
    padding: 6px 16px;
    font-weight: 500;
}

.tabs-pill .tab-item:not(.active) {
    background-color: #F5F7FA;
    border-color: #F5F7FA;
}

.table-card {
    border: 1px solid #E4E7EB;
    border-radius: 12px;
}

.table-card .table {
    margin: 0;
}

.table-card thead {
    border: 0;
}

.table-card thead th {
    color: #111B25;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    border-top: 0;
    border-bottom: 1px solid #E4E7EB;
}

.table-card thead,
.table-card tbody {
    text-align: center;
}
.table-card tbody {
    border-radius: 12px;
    overflow: hidden;
    color: #111B25;
    font-size: 14px;
    line-height: 1.28;
}

.table-card tbody td {
    padding: 18px 8px;
    vertical-align: middle;
}

.table-card  thead th + th,
.table-card  tbody td + td {
    border-left: 1px solid #E4E7EB;
}

.table-card  tbody tr:first-child td {
    border-top: 0;
}

@media (max-width: 991px) {
    .table-card {
        max-height: calc(70dvh - 200px);
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .table-card {
        border: 0;
        overflow: visible;
        border-radius: 0;
    }

    .table-card thead th:not(:first-child) {
        border-top: 1px solid #E4E7EB;
    }

    .table-card thead th:last-child {
        border-right: 1px solid #E4E7EB;
    }


    .table-card tbody td:first-child {
        border-left: 1px solid #E4E7EB;
    }

    .table-card tbody td:last-child {
        border-right: 1px solid #E4E7EB;
    }

    .table-card tbody tr:last-child td {
        border-bottom: 1px solid #E4E7EB;
    }

    .table-card thead th,
    .table-card tbody td
    {
        padding: 10px 30px;
    }

    .table-card tbody {
        line-height: 1.42;
    }

    .table-card-invisible-th {
        position: relative;
    }
}

@media (max-width: 992px) {
    .ebook-hero.recurring {
        background-image: url(../images/ebook/recurring-billing-hero.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .ebook-hero.recurring .container {
        padding-top: 362px;
    }
}
@media (min-width: 992px) {
    .ebook-hero.recurring {
        background: linear-gradient(180deg, rgba(194, 217, 255, 0.00) 0%, rgba(194, 217, 255, 0.36) 100%);
    }

    .ebook-hero.recurring:before {
        content: '';
        width: 303px;
        height: 558px;
        transform: rotate(135deg);
        border-radius: 402px;
        border: 8px solid #2173FF;
        position: absolute;
        top: -130px;
        left: 0;
    }

    .ebook-hero.recurring .ebook-hero-img {
        top: calc(50% + 40px);
        left: 0;
        transform: translateY(-50%);
    }
}

.modal-exit-ebook.recurring .modal-content {
    position: relative;
    overflow: hidden;
}

.modal-exit-ebook.recurring .modal-exit-ebook-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    pointer-events: none;
}

.modal-exit-ebook.recurring .modal-exit-ebook-img {
    position: static;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.modal-exit-ebook.recurring .modal-body {
    background: linear-gradient(180deg, rgba(194, 217, 255, 0.00) 0%, rgba(194, 217, 255, 0.36) 100%);
    display: flex;
}

.modal-exit-ebook.recurring .modal-exit-ebook-form {
    margin-left: auto;
}

.modal-exit-ebook.recurring .modal-exit-ebook-form .select2 {
    width: 100% !important;
}

.modal-exit-ebook.recurring .modal-exit-ebook-form .select2 {
    width: 100% !important;
}

.modal.funnel [data-visible="exit"] {
    display: none;
}

.modal:not(.funnel) [data-visible="funnel"] {
    display: none;
}

.modal.funnel .modal-heading {
    text-align: center;
}

.modal.funnel .modal-exit-ebook-form {
    width: 100%;
    margin: auto;
    padding: 0;
}

.modal.funnel .modal-exit-ebook-form .form {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.modal.funnel .modal-exit-ebook-form .btn {
    width: 100%;
}

@media (max-width: 1199px) {
    .modal-exit-ebook.recurring .modal-exit-ebook-cover {
        display: none;
    }

    .modal.funnel .modal-exit-ebook-form {
       padding-top: 36px;
    }
}

.banner-bottom.recurring .banner-bottom-body {
    position: relative;
    overflow: hidden;
    padding-left: 220px;

}

.banner-bottom.recurring .banner-bottom-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.banner-bottom.recurring .banner-bottom-img ~ * {
   position: relative;
    z-index: 2;
}

.banner-bottom.recurring .banner-bottom-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.download-page .hero-success {
    background-color: #F5F7FA;
}

.download-page .plan-cards-basic {
    padding-top: 32px;
    background-color: #F5F7FA;
}

.download-page .plan-cards-basic .h2 {
    font-size: 24px;
}

@media (min-width: 992px) {
    .download-page .plan-cards-basic {
        padding-top: 0;
        padding-bottom: 24px;
        background-color: #fff;
        position: relative;
        z-index: 0;
    }

    .download-page .plan-cards-basic:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 330px;
        background-color: #F5F7FA;
        left: 0;
        top: 0;
        z-index: -1;
    }
}