.absolute-footer {
    display: none;
}

.ab-footer {
    color: rgba(80, 80, 80, 0.5);
    font-size: 14px
}

.ab-footer p {
    margin: 0;
}

.ab-footer .section-content {
    display: flex;
    justify-content: space-between;
    width: 1344px;
    margin: 0 auto;
    align-items: center;
    padding: 0 15px;
}

.ab-footer .ux-menu.stack {
    flex-direction: row;
}

.ab-footer .ux-menu.stack a {
    min-height: unset;
    padding: 0;
    color: #646464;
    line-height: normal;
}

.ab-footer .ux-menu-link.flex.menu-item+.ux-menu-link.flex.menu-item:before {
    content: "|";
    margin: 0 5px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

footer .icon-box-text * {
    margin: 0px;
    font-size: 14px;
}

footer .icon-box-text strong {
    font-size: 16px;
}

footer .icon-box-img {
    position: relative;
    top: 4px;
}

footer .icon-box {
    margin-bottom: 20px;
}

footer .ux-menu-link__link:hover {
    color: var(--primary-color) !important;
}

@media screen and (max-width: 850px) {}

@media screen and (max-width: 550px) {
    .ab-footer .section-content {
        flex-direction: column;
        gap: 5px;
    }
}