<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer-aeme {
    padding: 25px 0;
    background: linear-gradient(0deg, #fff 85%, #cfcfd0);
    margin-top: 50px;
    margin-bottom: -12px;
}
#footer-aeme footer {
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 0;
}
#footer-aeme footer ul{padding:0; list-style-type:none}
#footer-aeme footer ul li:first-child {
    padding-bottom: 5px;
}
#footer-aeme footer a,
#footer-aeme footer strong {
    padding: 3px 0;
    display: block;
}
#footer-aeme footer a {
    text-decoration: none;
    color: #006890;
    font-size: 14px;
}
#footer-aeme footer a:hover {
    text-decoration: underline;
}
#footer-aeme footer strong {
    font-size: 14px;
}
#footer-aeme #copyrights strong {
    font-size: 12px;
	font-weight: normal;
}


@media screen and (max-width: 767px) {
    #footer-aeme footer [class^=col] {
        margin:25px 0;
    }

    #footer-aeme footer [class^=col] ul li {
        text-align: center
    }
}
.app-store-badge {
    background: url(/img/app-store-badge.svg) no-repeat;
}
.google-play-badge {
    background: url(/img/google-play-badge.svg) no-repeat;
}
.facebook-badge {
	background: url(/img/facebook-logo.svg) no-repeat;
}
.app-store-badge, .google-play-badge, .facebook-badge {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 22px;
    float: left;
    margin-right: 5px;
	text-decoration: none!important;
}
.app-store-badge {
    width: 78px;
}
.google-play-badge {
    width: 84px;
}
.facebook-badge {
    width: 22px;
}
footer#copyrights {
    padding-top: 15px;
    text-align: center;
    /*background-color: #000;*/
    /*margin-bottom: -10px;*/
}
footer#copyrights,
footer#copyrights a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
footer#copyrights nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer#copyrights a:not(:last-child) {
    border-right: 1px solid;
    margin-right: 10px;
    padding-right: 10px;
}</pre></body></html>