<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.oz_menu_footer {
    background: #dee2e6;
    padding: 25px 5px 5px 5px;
}
.footer_contact_info {
    line-height: 50px;
    font-size: 15px;
}
.footer_bookmark_links {
    line-height: 30px;
}
.footer_bookmark_links li a {
    color: #5a5858 !important;
}
.footer_bookmark_links li i {
    margin-right: 10px;
}
i.fascontact {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 0.6em;
    color: #fff;
    background-color: #474646;
    margin-right: 5px;
}
.footer_social_links a {
    float: left;
    width: 41px;
    height: 38px;
    padding: 7px 0 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.footer_social_links a.facebook {
    background: #3b5998;
}
.footer_social_links a.twitter {
    background: #00aced;
}
.footer_social_links a.linkedin {
    background: #007bb6;
}
.footer_social_links a.youtube {
    background: #b00;
}
.footer_social_links a.instagram {
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer_newsletter input[type="text"] {
    float: left;
    width: 95%;
    padding: 15px 0 15px 5%;
    border-radius: 25px;
    background: #fff;
    border: none;
    color: #58585a;
    font-size: 15px;
}
.footer_newsletter input[type="submit"] {
    border: none;
    background: #1eaa0d;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 25px;
    padding: 15px 0;
    text-align: center;
    width: 170px;
    cursor: pointer;
    margin: 15px 0 0;
}
.paymentsinfo {
    margin-top: 15px;
    font-size: 23px;
}
.footer_bottom_bar {
    background: #293236;
    padding: 15px 10px;
}
</pre></body></html>