.footer-container {
    /* background-color: #f7faff; */
    position: relative;
    z-index: 1;
    font-size: 13px;
    background-color: #e9e2dd;
    border-top: 6px solid #cdcdcd;
    padding: 10px;
}
.footer-container #footer {
    color: #777777;
    padding-bottom: 30px;
    max-width:95%;
    /* background-color: #f7faff; */
    /* margin-right: -3px; */
    /* margin-left: 0; */
}

.footer-container #footer .row {
    position: relative;
    margin-right: -20px;    
    margin-left: -20px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-container #footer .footer-block {
    margin-top: 45px;
    color: #000;
}
.footer-container #footer .title_footer, 
.footer-container #footer .title_footer a {
    font: 900 16px/22px 'Poppins', sans-serif;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    cursor: pointer;
}
.about-us-content p {
    color: #000;
    margin: 0 0 9px;
    text-align: justify;
}
.footer-container #footer #block_contact_infos > div {
    padding: 0 0 0 5px;
}
.footer-container #footer ul li {
    padding-bottom: 8px;
}
.footer-container #footer ul li a {
    color: #000;
}
.footer-container #footer ul li a:hover {
    color: #d90186;
}
.footer-container.faldon {
    background-color: #000;
    padding-bottom: 10px;
}
.faldon.footer-container .container {
    padding-bottom: 0px;
}
#copyright {
    padding-top: 15px;
    color: #fff;
}
#copyright a{
    color: #fff;
}
#copyright span, #desing {
    color: #fff;
}
#footerBlockRight .socialIcons {
    float: right;
}
#footerBlockRight .socialIcons li {
    float: right;
    /* text-indent: -999999px; */
    /* overflow: hidden; */
    list-style: none;
}
#footerBlockRight .socialIcons li i {
    color: #eef5ff;
    font-size: 35px;
    padding: 15px;
    /* text-indent: 999999px; */
}
#footerBlockRight{
    text-align: center;
    padding: 10px 0;
}
#footerBlockRight img {
    max-width: 80%;
    display: inline-block;
}


.JSlink{
    cursor: pointer;
}

.ersonFooter.footer-container {
    background: #f8fafc;
    border-top: 1px solid #e5eaf1;
    padding: 48px 0 26px;
    color: #111827;
    font-family: "Open Sans", Arial, sans-serif;
}

.ersonFooter__inner {
    width: min(100%, var(--erson-page-max, 1440px));
    margin: 0 auto;
    padding: 0 24px !important;
    display: grid;
    grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(130px, 0.6fr)) minmax(260px, 1fr);
    gap: 46px;
    color: #111827 !important;
}

.ersonFooter__brand,
.ersonFooter__nav,
.ersonFooter__newsletter {
    min-width: 0;
}

.ersonFooter__logo {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
    margin-bottom: 18px;
}

.ersonFooter__logo img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 70px;
}

.ersonFooter__brand p,
.ersonFooter__brand .about-us-content,
.ersonFooter__newsletter p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.ersonFooter__brand .about-us-content p {
    color: #4b5563;
    text-align: left;
}

.ersonFooter__social {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.ersonFooter__social li {
    padding: 0 !important;
}

.ersonFooter__social a {
    color: #111827;
    font-size: 22px;
}

.ersonFooter__social a:hover {
    color: var(--erson-primary-color);
}

.ersonFooter__nav .title_footer,
.ersonFooter__newsletter h4 {
    margin: 0 0 16px;
    color: #111827 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    text-transform: none !important;
}

.ersonFooter__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ersonFooter__nav ul li {
    padding: 0 0 4px !important;
}

.ersonFooter__nav ul li a {
    color: #374151 !important;
    font-size: 14px;
    line-height: 18px !important;
}

.ersonFooter__nav ul li a:hover {
    color: var(--erson-primary-color) !important;
    text-decoration: none;
}

.ersonFooter__newsletter form {
    display: flex;
    flex-wrap: wrap;
    min-height: 48px;
    border: 1px solid #d7deea;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.ersonFooter__newsletter input {
    min-width: 0;
    flex: 1;
    border: 0;
    padding: 0 16px;
    color: #111827;
    font-size: 14px;
}

.ersonFooter__newsletter input:focus {
    outline: none;
}

.ersonFooter__newsletter button {
    width: 56px;
    border: 0;
    color: #fff;
    background: var(--erson-primary-color);
    cursor: pointer;
}

.ersonFooter__newsletter button:hover {
    background: #003fb5;
}

.ersonFooter__accept {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #eef2f7;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    padding: 10px 14px;
}

.ersonFooter__accept input {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    padding: 0;
}

.ersonFooter__success {
    color: #008a2e;
    font-weight: 800;
}

.ersonFooter__bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 28px;
    margin-top: 6px;
    border-top: 1px solid #e5eaf1;
    color: #4b5563;
    font-size: 13px;
}

.ersonFooter__bottom nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 26px;
}

.ersonFooter__bottom a {
    color: #4b5563;
}

.ersonFooter__bottom a:hover {
    color: var(--erson-primary-color);
    text-decoration: none;
}

#footerDevelopedBy {
    display: none !important;
}

@media (max-width: 991px) {
    .ersonFooter__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ersonFooter__brand,
    .ersonFooter__newsletter,
    .ersonFooter__bottom {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .ersonFooter.footer-container {
        padding-top: 32px;
    }

    .ersonFooter__inner {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 0 16px !important;
    }

    .ersonFooter__brand,
    .ersonFooter__newsletter,
    .ersonFooter__bottom {
        grid-column: auto;
    }

    .ersonFooter__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .ersonFooter__bottom nav {
        justify-content: flex-start;
        gap: 14px 20px;
    }
}

/* Final footer overrides */
#container #JScallToActionNewsletter,
#container #JScallToActionNewsletter.form,
#container .col-12:has(#JScallToActionNewsletter) {
    display: none !important;
}

.ersonFooter.footer-container {
    background: #f8fafc !important;
    border-top: 1px solid #e5eaf1 !important;
    padding: 48px 0 26px !important;
    margin-top: 0 !important;
}

.ersonFooter.footer-container #footer.ersonFooter__inner,
.ersonFooter.footer-container .ersonFooter__inner {
    width: var(--erson-page-width, calc(100% - 96px)) !important;
    max-width: var(--erson-page-max, 1440px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: #f8fafc !important;
    border-top: 0 !important;
    color: #111827 !important;
    display: grid !important;
    grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(120px, 0.6fr)) minmax(250px, 1fr) !important;
    gap: 44px !important;
}

.ersonFooter.footer-container .ersonFooter__logo img {
    filter: none !important;
    opacity: 1 !important;
}

.ersonFooter.footer-container .ersonFooter__brand p,
.ersonFooter.footer-container .ersonFooter__brand .about-us-content,
.ersonFooter.footer-container .ersonFooter__brand .about-us-content p,
.ersonFooter.footer-container .ersonFooter__newsletter p {
    color: #4b5563 !important;
}

.ersonFooter.footer-container .ersonFooter__nav .title_footer,
.ersonFooter.footer-container .ersonFooter__newsletter h4 {
    color: #111827 !important;
}

.ersonFooter.footer-container .ersonFooter__nav ul li a,
.ersonFooter.footer-container .ersonFooter__bottom,
.ersonFooter.footer-container .ersonFooter__bottom a {
    color: #374151 !important;
}

.ersonFooter.footer-container #footer.ersonFooter__inner .ersonFooter__nav ul li a,
.ersonFooter.footer-container #footer.ersonFooter__inner .ersonFooter__bottom,
.ersonFooter.footer-container #footer.ersonFooter__inner .ersonFooter__bottom a {
    color: #374151 !important;
}

.ersonFooter.footer-container #footer.ersonFooter__inner .ersonFooter__nav .title_footer,
.ersonFooter.footer-container #footer.ersonFooter__inner .ersonFooter__newsletter h4 {
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.ersonFooter.footer-container #footer.ersonFooter__inner .ersonFooter__nav ul li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.ersonFooter.footer-container .ersonFooter__nav ul li a:hover,
.ersonFooter.footer-container .ersonFooter__bottom a:hover {
    color: var(--erson-primary-color) !important;
}

.ersonFooter.footer-container .ersonFooter__bottom {
    border-top: 1px solid #e5eaf1 !important;
}

.ersonFooter.footer-container .ersonFooter__bottom nav a {
    text-transform: none !important;
}

@media (max-width: 991px) {
    .ersonFooter.footer-container #footer.ersonFooter__inner,
    .ersonFooter.footer-container .ersonFooter__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .ersonFooter.footer-container #footer.ersonFooter__inner,
    .ersonFooter.footer-container .ersonFooter__inner {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
        padding: 0 16px !important;
    }
}
