.hero {
    background: #F5F7FA;
    padding-top: 103px;
    padding-bottom: 64px;
}

.hero-page {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #0059F1;
}

.hero-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.4px;
    color: #111B25;
}

.hero-opening {
    font-size: 17px;
    line-height: 1.41;
    color: #3E4C59;
    margin-bottom: 32px;
}

.hero-form {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 24px;
    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);
}

.hero-form-title {
    line-height: 1.4;
    margin-bottom: 32px;
}

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

@media (min-width: 576px) {
    .hero-form .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .hero {
        padding-top: 217px;
        padding-bottom: 111px;
        overflow: hidden;
        position: relative;
    }

    .hero-content {
        margin-top: 45px;
    }

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

    .hero-title {
        font-size: 64px;
        line-height: 1.06;
        letter-spacing: -1.4px;
        margin-bottom: 16px;
    }

    .hero-opening {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .hero-form {
        box-shadow: 0 24px 32px rgba(16, 42, 67, 0.04), 0 16px 24px rgba(16, 42, 67, 0.11), 0px 4px 8px rgba(16, 42, 67, 0.15), 0 0 1px rgba(16, 42, 67, 0.19);
        border-radius: 12px;
        padding: 48px 32px;
    }

    .hero-form-title {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.2px;
    }

    .hero-form .btn {
        margin-top: 8px;
    }

    .hero .container {
        position: relative;
        z-index: 9;
    }

    .hero .hero-shape-1 {
        position: absolute;
        top: -210px;
        width: 697px;
        height: 1126px;
        right: 0;
    }

    .hero .hero-shape-2 {
        position: absolute;
        right: -110px;
        top: 30px;
        width: 307px;
        height: 637px;
    }
}

.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 {
    color: #0059F1;
    margin-right: 6px;
}

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

@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;
    }
}

.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;
        margin-top: 32px;
    }
}

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

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

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

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

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

.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: 0;
}

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

.content-page-img {
    margin-top: 48px;
    margin-left: -6px;
    margin-right: -6px;
}

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

@media (min-width: 576px) {
    .content-page-img {
        margin-left: 0;
        margin-right: 0;
    }
}

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

    .content-page-img {
        margin: 0;
    }

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

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

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

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

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

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

.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 .we-are-complete-image {
        height: auto;
        max-width: 100%;
        margin-bottom: 32px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

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

.other-benefits {
    padding-top: 64px;
    text-align: center;
}

.other-benefits [class*='col-'] + [class*='col-'] {
    margin-top: 30px;
}

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

.other-benefits-heading {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #111B25;
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {
    .other-benefits {
        text-align: inherit;
        padding-top: 128px;
    }

    .other-benefits [class*='col-'] + [class*='col-'] {
        margin-top: 0;
    }

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

    .other-benefits-heading {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }
}

.bs-section-title {
    margin-top: 129px;
}

.bs-section-title + .content-page {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .bs-section-title-heading {
        font-size: 48px;
        line-height: 1.06;
        letter-spacing: -0.7px;
    }

    .bs-section-title + .content-page {
        margin-top: 55px;
    }
}

.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;
    }
}

.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;
}

.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: 196px;
    }

    .bank-slip-plans .opening {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 78px;
    }
}

.bank-slip-plans .plans {
    margin-bottom: 56px;
}

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

.plans .plan {
    width: 309px;
}

.plans .plan.grey {
    border-radius: 0 6px 6px 0;
    background-color: #fff;
}

.plans .plan .plan-header {
    background: #0059F1;
    padding: 16px 0;
    color: #fff;
    font-size: 19px;
    letter-spacing: -.26px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0;
}

.plans .plan.grey .plan-header {
    color: #fff;
    background: #111B25;
}

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

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

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

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

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

.plans .plan .value {
    margin-top: 0;
    margin-bottom: 24px;
}

.plans .plan .value span {
    color: #fff;
}

.plans .plan.grey .value span {
    color: #333;
}

.plans .plan .value span:nth-child(1) {
    font-size: 15px;
    line-height: 1;
    color: #616E7C;
    display: block;
    margin-bottom: 4px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.plans .plan .value span:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    color: #0059F1;
}

.plans .plan .value span:nth-child(3) {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    line-height: 22px;
    color: #111B25;
}

.plans .plan .especial-value {
    margin-bottom: 49px;
    margin-top: 20px;
}

.plans .plan .especial-value span {
    font-size: 24px;
    line-height: 30px;
    color: #111B25;
}

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

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

.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;
}

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

.plans .plan .btn {
    height: 54px;
    font-size: 17px;
    line-height: 19px;
    padding: 16px 63px;
}

@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.grey {
        border-radius: 6px;
    }

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

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

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

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

    .plans .plan .plan-footer {
        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;
    }

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

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

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

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

.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.5;
    }
}

@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: 163px;
        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;
}

.form-footer {
    padding: 71px 0;
}

@media (max-width: 991px) {
    .form-footer-img {
        height: auto;
        max-width: 100%;
        margin-bottom: 62px;
    }
}

@media (min-width: 992px) {
    .form-footer {
        padding: 129px 0 128px;
    }
}

.form-box {
    background: #FFFFFF;
    box-shadow: 0 24px 32px rgba(16, 42, 67, 0.04), 0 16px 24px rgba(16, 42, 67, 0.11), 0 4px 8px rgba(16, 42, 67, 0.15), 0 0 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 {
    width: 100%;
}

@media (min-width: 576px) {
    .form-box .btn {
        width: auto;
        margin-top: 8px;
    }
}

@media (min-width: 992px) {
    .form-box {
        padding: 48px 32px;
    }

    .form-box-title {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: -0.2px;
        margin-bottom: 32px;
    }

    .form-box p {
        font-size: 17px;
        line-height: 24px;
    }
}