﻿h3 {
    font-size: 40px;
    line-height: 48px;
}

.page-section ul {
    list-style: none;
}

    .page-section ul:not(.hs-error-msgs) li::before {
        content: " ";
        background-color: #1F6542;
        border-radius: 50%;
        display: inline-block;
        height: 6px;
        width: 6px;
        margin: auto 10px 3px -16px;
    }

.banner {
    padding: 130px 0px;
}

    .banner h1 {
        font-size: 60px;
        line-height: 72px;
        padding-bottom: 32px;
    }

.page_subtitle {
    margin-bottom: 32px;
}

#definition-section {
    padding: 94px 0px 134px;
    box-shadow: 0px 3px 6px #00000029;
    background: linear-gradient(294deg, #D1E7DD 35%, #FFFFFF 95%);
    margin-bottom: 160px;
    font-size: 18px;
    line-height: 1.5;
}
    #definition-section h3 {
        max-width: 500px;
    }
    #definition-section ul li, #definition-section p {
        margin-bottom: 24px;
    }


#features-section {
    margin-bottom: 160px;
}

    #features-section h3, #features-section .content {
        text-align: center;
    }

    #features-section .content {
        max-width: 1145px;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    #features-section .icon-container {
        padding: 24px 32px 32px 32px;
        box-shadow: 0px 0px 6px #00000029;
        text-align: left;
        min-height: 364px;
        height: 100%;
    }

        #features-section .icon-container .image-container {
            margin-bottom: 24px;
        }

        #features-section .icon-container .icon-label {
            font-size: 24px;
            line-height: 30px;
            font-weight: bold;
            margin-bottom: 16px;
        }

        #features-section .icon-container .content {
            text-align: left;
            margin-bottom: 0px;
        }

#why-choose-section {
    margin: 0px 64px 160px 64px;
    box-shadow: 0px 3px 8px #00000029;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 48px 80px 48px 96px;
}

    #why-choose-section .right-col {
        padding-left: 31px;
    }

    #why-choose-section li:not(:last-of-type) {
        margin-bottom: 16px;
    }

    #why-choose-section .item-label {
        font-weight: bold;
        color: #1F6542;
    }

#cta-section {
    background: linear-gradient(298deg, #0B5D5D, #151C28 95%, #000000);
    padding: 160px 0px;
    color: #FFFFFF;
}

    #cta-section h3 {
        color: #FFFFFF;
    }

    #cta-section .content {
        font-size: 22px;
        line-height: 36px;
    }

    #cta-section .form-container {
        max-width: 520px;
        margin: 0 auto;
    }

        #cta-section .form-container input:not([type=submit]) {
            margin: 0px 0px 16px;
            border-radius: 10px;
            padding: 12px 12px 12px 24px;
            font-size: 16px;
            width: 100%;
        }

    #cta-section label {
        display: none;
    }

    #cta-section ul.hs-error-msgs {
        padding-inline-start: 16px;
    }

        #cta-section ul.hs-error-msgs label {
            display: inline-block !important;
        }

    #cta-section .hs-submit {
        text-align: center;
        padding-top: 16px;
    }

    #cta-section .hs-button, #cta-section .hs-button:hover {
        height: 45px !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        padding: 11px 62px;
        font-weight: 700 !important;
        background-color: #FFFFFF;
        color: #092858;
        margin-bottom: 16px;
    }

footer.eri-footer {
    background-color: transparent;
    margin-top: -40px;
}


@media (max-width: 1199px) {
    #why-choose-section {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 991px) {
    #features-section .col-md-6 {
        margin-bottom: 24px;
    }

    #why-choose-section {
        padding: 44px 24px 60px 24px;
    }

        #why-choose-section .left-col {
            text-align: center;
            padding: 0px 48px 48px 48px;
        }
}

@media (max-width: 767px) {
    .banner {
        padding: 52px 0px 44px;
    }

        .banner h1 {
            font-size: 48px;
            line-height: 58px;
            padding-bottom: 16px;
        }

    h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }

    #definition-section {
        padding: 48px 0px 56px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 104px;
    }

        #definition-section ul li, #definition-section p {
            margin-bottom: 16px;
        }

        #definition-section .left-col {
            margin-bottom: 12px;
        }

    #features-section {
        margin-bottom: 80px;
    }

        #features-section .icon-container {
            min-height: 300px;
        }

        #features-section .content {
            margin-bottom: 54px;
        }

    #why-choose-section {
        margin: 0px 0px 80px 0px;
    }

        #why-choose-section .right-col {
            padding-left: 15px;
            padding-right: 15px;
        }

    #cta-section {
        padding: 48px 0px 96px;
    }

        #cta-section .content {
            margin-bottom: 36px;
        }
}

@media (max-width: 576px) {
    .banner h1 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 16px;
    }

    .btn {
        width: 100%;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    #cta-section .content {
        font-size: 16px;
        line-height: 22px;
    }
}
