<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contatti-sedi-corp {
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding-top: 79px;
}

.contatti-sedi-corp .background-img img {
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 0;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}

.contatti-sedi-corp .section-name {
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.2px;
	color: #2f373f;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.contatti-sedi-corp .page-name {
	font-size: 28px;
	font-weight: 300;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 3.27px;
	color: #2f373f;
	margin-bottom: 53px;
	text-transform: uppercase;
}

.contatti-sedi-corp .plain-text {
	margin-bottom: 40px;
}

.contatti-sedi-corp .plain-text p {
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 1.16px;
	color: #2f373f;
	margin-bottom: 30px;
}

.contatti-sedi-corp .plain-text p b {
	font-weight: 700;
}

.contatti-sedi-corp .img-wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.contatti-sedi-corp .img-wrapper img {
	width: 100%;
}

@media (min-width: 768px) {
	.contatti-sedi-corp .background-img img {
		height: auto;
	}
}

@media (min-width: 1360px) {
	.contatti-sedi-corp {
		margin-top: 120px;
		padding-top: 82px;
	}
	.contatti-sedi-corp .section-name {
		font-size: 16px;
		line-height: normal;
		letter-spacing: 2.67px;
		margin-bottom: 10px;
	}
	.contatti-sedi-corp .page-name {
		font-size: 40px;
		margin-bottom: 77px;
		letter-spacing: 8px;
	}
	.contatti-sedi-corp .contatti-sedi-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contatti-sedi-corp .contatti-sedi-wrapper .page-name {
		width: 100%;
	}
	.contatti-sedi-corp .contatti-sedi-wrapper .plain-text {
		max-width: 48%;
		margin-bottom: 0px;
	}
	.contatti-sedi-corp .contatti-sedi-wrapper .img-wrapper {
		max-width: 48%;
		margin-left: auto;
		margin-right: auto;
	}
}
</pre></body></html>