<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul, li{
	list-style-type: none;
}
.has_eae_slider footer.bg-dark p{
	margin: 0;
	padding: 0;
}
.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.has_eae_slider footer.bg-dark{
	background: #445261;
	padding-bottom: 10px;
	font-size: 18px;
	color: #fff;
}

.has_eae_slider footer.bg-dark .container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
.section .container {
    position: relative;
    z-index: 1;
}
.has_eae_slider footer.bg-dark .country-text,
.has_eae_slider footer.bg-dark .law-text{
    color: #fff;
    line-height: 25px;
    margin-right: 10px;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.contact-ul{
	width: 320px;
	margin: 0;
	padding: 0;
}
.contact-ul img{
	width: 88px;
	height: auto;
}
.has_eae_slider footer.bg-dark .country-flag {
    width: auto;
    height: 25px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.has_eae_slider footer.bg-dark .law-flag {
    width: 50px;
    height: 50px;
    vertical-align: middle;
	}
.has_eae_slider footer.bg-dark	.list-inline-item-btn {
	    width: 150px;
	    height: 40px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 20px;
	    color: #fff;
	}
	.has_eae_slider footer.bg-dark .download-img {
	    width: 20px;
	    height: 20px;
	    margin-right: 10px;
	}
	.has_eae_slider footer.bg-dark .download-text{
		font-size: 14px;
		margin-top: 10px;
		display: none;
	}
@media (min-width: 768px) {
    .section {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
	.col-md-auto {
	    -webkit-box-flex: 0;
	    flex: 0 0 auto;
	    width: auto;
	    max-width: 100%;
	}
	.col-md {
		flex-basis: 0;
		-webkit-box-flex: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}</pre></body></html>