<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}
#gotop { display: none; position: fixed; right:10px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:45px; height:45px;line-height: 40px;  background:#0078ca; border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:19px; left: 17px;}
#gotop a:hover { opacity: 0.8;}

footer { background: #434343; padding: 50px 5%; color: #fff; line-height: 170%;}

.footer-info-section { display:flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 40px;}
.footer-info-section &gt; div { display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; padding-bottom: 20px;}
.footer-info-section &gt; div &gt; div:nth-of-type(1) { min-width: 60px;}
.footer-info-section &gt; div &gt; div:nth-of-type(2) { padding-left: 18px; font-size: 17px;}
.footer-info-section &gt; div &gt; div:nth-of-type(2) a { color: #fff;}
.footer-info-section &gt; div:nth-of-type(1) { width: 38%;}
.footer-info-section &gt; div:nth-of-type(2) { width: 28%; padding-left: 30px; padding-right: 30px;}
.footer-info-section &gt; div:nth-of-type(3) { width: 34%;}

.copyright { text-align: center; color: #ffffff; font-size: 15px;}
.copyright a { color: #ffffff;}

.footer-iso{width: 200px;position: absolute;right: 55px;bottom: 0;}
@media only screen and (max-width: 1279px) {
	.footer-info-section { justify-content: flex-start;}
	.footer-info-section &gt; div:nth-of-type(1) { width: 100%;}
	.footer-info-section &gt; div:nth-of-type(2) { width: 50%; padding-left: 0px; }
	.footer-info-section &gt; div:nth-of-type(3) { width: 50%;}
	.footer-info-section &gt; div { justify-content: flex-start;}
	
	.footer-iso{position: relative;padding-bottom: 20px;right: 0;}
	.footer-info-section{padding-bottom: 20px;}
}


@media only screen and (max-width: 980px) {
	
}
@media only screen and (max-width: 768px) {
	.footer-info-section &gt; div:nth-of-type(2) { width: 100%; padding-right: 0px; }
	.footer-info-section &gt; div:nth-of-type(3) { width: 100%;}
	.footer-info-section &gt; div &gt; div:nth-of-type(1) { min-width: inherit; max-width: 35px;}
	
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	footer { padding: 30px 5%; }
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	

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