<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* /bow/900/modules/header/template.css */
.section-title.text-center
{
	-webkit-justify-content: center;
	justify-content: center;
}

.section-title figure
{
	position:relative;
	display:inline-block;
	width:auto;
}
.section-title figure::before
{
	content:'';
	display:block;
	width:60px;
	height:60px;
	border-radius:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	background-color:var(--accent);
	z-index:-1;
}
.ratio
{
	display:block;
	position:relative;
}

.ratio-1_1
{
	padding-bottom:100%;
	height:0;
}

.ratio-news
{
	padding-bottom:38.743%;
	height:0;
}


.ratio img
{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	object-fit:cover;
}

.navbar .custom-menu ul li a.active:before {
	width: 50%;
	content:'';
	background: var(--accent);
	transition: width .25s ease;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;
}

/* /bow/900/modules/vc-page-header/template.css */
.page-header::before
{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	opacity:1;
}
.page-header::after
{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

.single .page-header {
    height: 320px;
}
	.page-header::before
	{
		content:"";
		display:block;
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		background: rgb(255,255,255);
		opacity:.75;
	}
}

.page-header .text
{
	z-index:2;
}

.category  .page-header .inner h1
{
	font-family: fabiola-script;
}

.category  .page-header .inner h1
{
	font-family: fabiola-script;
}
.page-header .inner
{
	z-index:2;
}

/* /bow/900/modules/footer/template.css */
#accordion-footer .accordion-style1.panel-group .panel-heading { border-top: 1px solid #e4e4e4; }
.accordion-style1 .panel-heading .text-dark  i{ font-size: 14px; color: #000 !important; }
.accordion-style1 .panel-heading .text-white i { font-size: 14px; color: #fff !important; }

.accordion-style1.panel-group .panel-heading+.panel-collapse&gt;.panel-body {  border-top: 0; padding: 0px 0; }
.accordion-style1 .panel-title { font-size: 14px; padding: 12px 0 12px 0; }
.accordion-style1 .panel-heading i {
    font-size: 12px;
    color: #000;
}
@media (max-width: 991px) { 
	#accordion-footer .accordion-style1.panel-group .panel-heading { border-top: 0px solid #e4e4e4; }
	.accordion-style1 .list-unstyled { border-bottom: 1px solid #e4e4e4; padding: 5px 0 10px 0;  }
	.accordion-style1 .list-unstyled li a { padding: 6px 0;  display: block;  }
}

.border-lg-right { margin-right:20px; padding-right:20px; border-right: 1px solid #999; }

@media (max-width: 768px) { 
	.border-lg-right { margin-right:0px; padding-right:0px; border-right: 0px solid #999; }
}

/* footer */
.footer-logo { max-height: 107px; }
.list-inline { padding-left: 0; list-style: none; margin-left: -5px;}
.list-inline&gt;li { display: inline-block; padding:0; margin:0; }
.list-inline&gt;li a { padding: 10px 10px 10px 10px; letter-spacing: 0.5px; display: block; }
</pre></body></html>