/* footer */

#MainFooter {}

.footer {
    width: 100%;
    min-height: 166px !important;
    height: 5vh !important;
    scroll-snap-align: start !important;
    overflow: hidden !important;
}

.footer-top {
    background: #1A1A1A;
    padding: 15px 0;
    text-align: center;
}

.footer-top a {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    width: 40px;
    height: 40px;
}

.footer-top a:hover {
    filter: brightness(.9);
}

.col-link-ft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-bottom {
    background-color: #0A0A0A;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.footer-bottom .logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* footer */

.col-link-ft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.col-logo-inft .rh {
    height: 25px;
    border-right: 1px solid #9A9DA3;
}


.col-logo-inft .hof {
    height: 60px;
}

.footer-bottom .links {
    text-align: start;
    flex: 1;
}

.footer-bottom .links a {
    color: #aaa;
    margin-right: 10px;
    text-decoration: none;
    font-size: 12px;
}

.footer-bottom .links a:hover {
    text-decoration: underline;
}

.footer-bottom .copyright {
    flex: 1;
    font-size: 12px;
    color: #888;
}

.col-link-ft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.col-logo-inft .rh {
    height: 55px;
    border-right: 1px solid #9A9DA3;
}

.col-logo-inft .hof {
    height: 55px;
}

.links .is-disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(100%);
}


@media (max-width: 992px) {

    .footer-bottom .links a {
        margin: 0;
    }

    .col-link-ft {
        align-items: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom .copyright {
        margin-top: 10px;
        text-align: center;
    }

    footer {
        padding-bottom: 80px;
    }
}



@media (max-width: 575px) {
    footer {
        padding-bottom: 60px;
    }
}