/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 15:07:04 */
.l-footer {
    border-top: 1px solid #e5e7eb;
}

.l-footer__foot {
	padding-top: 30px;
	padding-bottom: 30px;
}

.l-footer__menu {
	margin-bottom: 30px;
}


.l-footer__menu .l-footer__nav {
	margin-bottom: 0;
	margin-left: auto;
}

.l-footer__menu .custom-logo-link {
	display: block;
	max-width: 270px;
}

@media (min-width: 1000px) {
	.l-footer__menu {
		display: flex;
		align-items: center;
	}
}

@media (max-width: 999px) {	
	.l-footer {
		margin-top: 50px;
	}
	
	.l-footer__menu .custom-logo-link {
		margin: 0 auto 20px;
	}
	
	.l-footer__menu .l-footer__nav .menu-item {
		margin-bottom: 10px;
	}
}