/* FOOTER */

.j6de-footer {
    background: #E4F4FF;
    color: #3E3E4A;
    padding: 32px 0;
    text-align: center;
    font-size: 14px;
}

.j6de-footer p + p {
    margin-top: 4px;
}

.j6de-footer p {
    margin-bottom: 10px;
}

.j6de-footer-links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.j6de-footer a {
    color: #3E3E4A;
    text-decoration: none;
    padding: 2px;
    font-weight: 600;
    transition: .2s;
}

.j6de-footer a:hover {
    color: #0068FF;
}

.j6de-footer a.active {
    color: #0068FF;
}