.hero {
    padding-top: 103px;
    padding-bottom: 0;
    position: relative;
    background: #F5F7FA;
}

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

.hero-opening {
    font-size: 17px;
    line-height: 1.41;
    color: #E4E7EB;
    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: 6px;
}

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

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

.hero-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 170px);
}

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

.hero-feature {
    margin-top: 32px;
    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: 58px;
    flex: 0 0 58px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

@media (min-width: 992px) {
    .hero {
        padding-top: 172px;
        padding-bottom: 62px;
        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: 32px;
    }

    .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: 32px;
        line-height: 1.19;
        letter-spacing: -0.2px;
        margin-bottom: 8px;
    }

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

    .hero-feature {
        margin-top: 62px;
        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;
    }

    .hero-img {
        height: 100%;
    }
}

.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: 128px;
        padding-bottom: 74px;
    }

    .dashboard-section-title {
        margin-bottom: 64px;
    }
}

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

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

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

    .content-page-opening {
        margin-top: 34px;
    }
}

@media (min-width: 1200px) {
    .content-page-nfe {
        padding-left: 64px;
    }
}

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

    .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 {
    background: #F5F7FA;
    padding-top: 72px;
    padding-bottom: 23px;
}

.other-benefits-title {
    margin-bottom: 48px;
}

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

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

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

.other-benefits-img {
    text-align: center;
}

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

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

.other-benefits-heading {
    letter-spacing: normal;
    margin-bottom: 20px;
}

.other-benefits-heading .badge {
    position: relative;
    bottom: 2px;
}

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

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

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

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

    .other-benefits-title {
        margin-bottom: 71px;
    }

    .other-benefits-heading {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 14px;
    }

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

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

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

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

.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: 32px;
        line-height: 1.19;
        letter-spacing: -0.2px;
        margin-bottom: 32px;
    }

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