<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.block_brand {
	height: 520px;
	position: relative;
}

.block_brand .title {
	margin: 0;
	width: 100%;
	height: 520px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

.block_brand .container { position: relative; }

.block_brand hr {
	position: absolute;
	top: -264px;
	border: 0;
	background: #a09f9d;
	width: 670px;
	height: 1px;
	left: 50%;
	margin-left: -335px;
}

.block_brand hr::before {
	content: '';
	display: inline-block;
	width: 78px;
	height: 9px;
	background: #12a8ff;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -39px;
}

.block_brand .text {
	position: absolute;
	top: -217px;
	width: 688px;
	left: 50%;
	margin-left: -335px;
}

.block_brand .text p {
	font-family: special_font_4;
	font-size: 21px;
	color: #706f6f;
	letter-spacing: -0.3px;
	text-align: center;
	line-height: 28px;
}

.block_brand .brand_background { display: none; }</pre></body></html>