<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

a {
	text-decoration: none;
}

#slide-menu {
	color: black;
}

div.menu-bar {
	background-color: #2f3235;
	border-color: #2f3235;
	/*margin: -0.1rem;*/
}

#sidr-menu&gt;div.card-header {
	margin: 0;
	padding: 1rem;
	border: 0;
	border-radius: 0;
	color: white;
	background-color: inherit;
}

#sidr-menu&gt;div.card-header&gt;a, #sidr-menu&gt;div.card-body&gt;a, #sidr-menu&gt;div.card-collapse&gt;div.card-body&gt;a {
	color: white;
	background-color: inherit;
	font-size: 1.5rem;
}

#sidr-menu&gt;div.card-collapse&gt;div.active, #sidr-menu&gt;div.active {
	border-left: 0.6rem solid #2196f3;
}


#sidr-menu&gt;div.card-header {
	padding-left: 3.6rem;
	padding-right: 3.6rem;
}

#sidr-menu&gt;div.card-body {
	border-bottom: 1px solid black;
	padding-left: 3.6rem;
	padding-right: 3.6rem;
}

#sidr-menu&gt;div.card-header, #sidr-menu&gt;div.card-body {
	border-top: 1px solid #4a4e52;
}

#sidr-menu&gt;div.card-collapse&gt;div.card-body {
	padding-left: 3.6rem;
	padding-right: 3.6rem;
}

ul.footer-nav-list&gt;li {
	border-left: 0.1rem solid #333333;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: lighter;
}

ul.footer-nav-list&gt;li:first-child {
	border-left: none;
}

li.footer-nav-item&gt;a {
	color: black;
	margin: 1.5rem;
}

li.footer-nav-item&gt;a:hover {
	background-color: inherit;
	color: black;
}

@media ( max-width : 768px) {
	ul.footer-nav-list&gt;li {
		border-left: 0.1rem solid white;
		display: inline-block;
	}
	li.footer-nav-item&gt;a {
		color: white;
		margin: 1.5rem;
	}
	li.footer-nav-item&gt;a:hover {
		background-color: inherit;
		color: white;
	}
}

.offer-count {
	color: white;
	font-size: 1.4rem;
    font-weight: lighter;
}</pre></body></html>