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

* {
	transition: all 0.5s ease;
}

a:hover, a {
	text-decoration: none !important;
}

body {
	background: #e5e5e5 !important;
	font-family: 'Mulish';
}

.p10 {
	padding: 10px !important;
}

.btn-default {
	background: rgba(0, 0, 0, .08) !important;
}

.title {
	font-size: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #c8c8c8;
    margin: 0 0 20px 0;
}

#top {
	border-bottom: 3px solid #ffd60a;
	background: #0f1923;
	padding: 10px 0;
	text-align: center;
}

#top img {
	max-height: 50px;
	margin: 10px 0;
}

#menu {
	background: #252f38;
}

#menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

#menu ul li {
	list-style: none;
	display: inline-block;
}

#menu ul li a {
	font-size: 18px;
	color: #FFF;
	display: block;
	padding: 13px 10px 10px 10px;
	border-bottom: 2px solid transparent
}

#menu ul li a:hover {
	border-bottom: 3px solid #000;
}

#menu ul li a.active {
	border-bottom: 3px solid #000 !important;
}

.hvr-sweep-to-bottom:before {
	background: #272727 !important;
}

#title {
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	background: #f8f8f8;
}

.image_menu {
	background: #dfdfdf;
	padding: 15px;
	margin: 0 auto;
	max-width: 400px;
	border: 1px solid #c8c6c6;
	border-radius: 20px;
}

.image_menu li {
	list-style: none;
	display: block;
}

.image_menu li a {
	display: block;
	text-align: center;
	padding: 10px 0;
    border-bottom: 1px solid #c8c6c6;
}

.image_menu li a img {
	max-width: 80%;
}

.filters {
	margin: -10px 0 10px 0;
}

.filters * {
	border-radius: 0 !important;
}

.filters input {
	background: rgba(255, 255, 255, .5);
}</pre></body></html>