<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'GT Eesti Pro Display Light';
    src: url('../fonts/GT-EESTI-PRO-DISPLAY-LIGHT.OTF');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti Pro Display';
    src: url('../fonts/GT-EESTI-PRO-DISPLAY-REGULAR.OTF');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti Pro Display Medium';
    src: url('../fonts/GT-EESTI-PRO-DISPLAY-MEDIUM.OTF');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT Eesti Pro Display Bold';
    src: url('../fonts/GT-EESTI-PRO-DISPLAY-BOLD.OTF');
    font-weight: 600;
    font-style: normal;
}

#z8 .box-info {
	background-color: white;
	color: black;
	font-size: 20px;
	padding: 25px 15px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#z8 h3{
	color:white;
	font-family: 'GT Eesti Pro Display';
	font-size:35px;
	line-height:1.1;
	margin: 0px;
}

#z8 .text-yellow {
	color: #ffe101;
}

#z8 p, #z8 label {
	color:white;
	font-size:20px;
   	font-family: 'GT Eesti Pro Display Light';
   	text-align:center;
   	line-height:1.25;	
}

#z8 small {
	font-size: 12px;
	line-height: 1.1;
}

	#z8 small a {
		color: white;
		text-decoration: underline;
	}

#z8 .border-white {
	border: 3px solid white;
	padding: 35px;
}

#z8 .form-group select, #z8 .select2-selection {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 17px;
	font-weight: 700;
	height: 40px;
	text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;	
}

#z8 #select2-regione-container {
	height: 40px;
    line-height: 2.2;
}

#z8 .form-group input {
	border-radius: 0;
	font-size: 18px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-weight: 700;
}
	#z8 .form-group input::placeholder {
		color: black;	
		font-weight: 700;
	}

#z8 .form-group .btn {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-color: #ffe101;
	color: black;
	font-size: 18px;
	font-weight: 800;
	padding: 5px 30px;
}

#z8 .row-gray {
	background-color: #5a5a5a;
	padding: 80px 0;
	margin-top: 80px;
	display: flex;
	align-items: center;
}

#z8 .row-gimbal {
	padding: 80px 0;
	display: flex;
	align-items: center;
}

#z8 .row-gray p, #z8 .row-gimbal p {
	text-align: left!important;
}

#z8 .row-partner {
	background-color: white;
	padding: 30px 0;
}

#z8 .row-partner p {
	color: black!important;
}

#z8 .row-partner img {
    max-width: 220px;
}

#z8 .img-01 {
	max-width: 400px;
	text-align: center;
}

#z8 .img-02 img{
	max-width: 700px;
}

#z8 .img-03 {
	max-width: 400px;
	text-align: center;
}

#z8 .dji-white {
	max-width: 100px;
}

#z8 label.error {
	display: none!important;
}

#z8 .error {
	border: 2px solid red;
}

.header-footer-z8 {
	background-color: #303030;
	padding: 20px;
}

.header-footer-z8 img {
	max-width: 85px;
}

.header-footer-z8 img.float-right {
	float: right;
}
@media (max-width: 991px) {
	#z8 .border-white {
		border: 0px;
	}

	#z8 .row-gray, #z8 .row-gimbal {
		display: block;
		padding: 20px 0px;
		background-color: black;
	}

	#z8 .row-gray img {
		margin-bottom: 30px!important;
	}

	#z8 .row-gimbal img {
		margin: auto;
	}

	#z8 img {
		max-width: 100% !important;
	}
	#z8 .img-01, #z8 .img-02 {
		max-width: 100%;
	}

	#z8 .row-partner img {
		max-width: 100%;
	}

	#z8 .dji-white {
		max-width: 50px!important;
	}

	#z8 h3{
		font-size: 25px;
	}

	#z8 .text-mobile-center {
		text-align: center;
	}

	.header-footer-z8 {
		padding: 15px;
	}
}</pre></body></html>