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


.fck-content p {
    margin-top: 0;
    margin-bottom: 25px;
}


.fck-content h1, .fck-content h2, .fck-content h3, .fck-content h4, .fck-content h5, .fck-content h6{
    margin-top: 0;
    margin-bottom: 25px;
}

.contact-txt a {color: #9f958b; text-decoration:none !important;}
 
.fck-content  a {color: #9f958b; }

/* Image width mobile*/ 
.fck-content img {height:auto !important}

 
.hide-desktop {



}

@media only screen and (min-width: 1000px) {

	.hide-desktop {
		display:none;
	}

}</pre></body></html>