<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bottom_fixed_menu li a {
    color: #575757;
    font-family: 'Bodoni';
    font-weight: 500;
    font-size: 14px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.bottom_fixed_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 5%;
}

.bottom_fixed_menu a.footer-menu-link [class^="icon-"] {
    text-align: center;
    font-size: 28px;
}

.bottom_fixed_menu {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F8F8F8;
    left: 0;
    -webkit-box-shadow: 0 -3px 10px rgb(93 93 93 / 10%);
    box-shadow: 0 -3px 10px rgb(93 93 93 / 10%);
}

.bottom_fixed_menu a.selected.footer-menu-link {
    color: #e31c1b;
}

.bottom_fixed_menu {
    display: none;
}

@media (max-width: 778px) {
    .bottom_fixed_menu {
        display: block;
    }
}</pre></body></html>