<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact div .HeadContact:hover {
	color: white !important;
}
.slide-title {
	font-size: calc(25px + (66 - 25) * ((100vw - 320px) / (1600 - 320))) !important;
}
.slide-content {
	font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1600 - 320))) !important;
}
@media only screen and (max-width: 1024px) {
	.HeaderWave {
		visibility: hidden;
	}
}
@media only screen and (max-width: 812px) {
	.HeadContact {
		font-size: 15px;
	}
}</pre></body></html>