<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Missing general-reset rule */
button, input, select, textarea {
	font-size: 100%;
	line-height: 1.15;
}
option {
	font-size: 1.6rem;
	font-family: initial;
}

/* Widgets */
#header-widgets .footer-widget {
	float: right;
	margin-bottom: 2px;
}
#header-widgets .footer-widget li {
	position: relative;
	padding-left: 14px;
}

#header-widgets .footer-widget li:before {
	position: absolute;
	top: 9px;
	left: 0;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	content: "";
}

#header-widgets .footer-widget li a {
	color: #fff;
	text-decoration: none;
}

#header-widgets .footer-widget li a:hover {
	color: rgba(255, 255, 255, 0.7);
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {

	#header-widgets .footer-widget .fwidget {
		margin-bottom: 16.21%;
	}

	.et_pb_gutters1 #header-widgets .footer-widget .fwidget {
		margin-bottom: 0;
	}

	#header-widgets {
		padding: 8% 0;
	}

	#header-widgets .footer-widget:nth-child(2n) {
		margin-right: 0 !important;
	}

	#header-widgets .footer-widget:nth-last-child(-n+2) {
		margin-bottom: 0 !important;
	}

}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
	/* Blog + Sidebar Module + Footer */
	#header-widgets .footer-widget,
	.et_pb_gutters1 #header-widgets .footer-widget {
		width: 100% !important;
		margin-right: 0 !important;
	}

	#header-widgets .footer-widget:nth-child(n),
	#header-widgets .footer-widget .fwidget {
		margin-bottom: 9.5% !important;
	}

	.et_pb_gutters1 #header-widgets .footer-widget:nth-child(n),
	.et_pb_gutters1 #header-widgets .footer-widget .fwidget {
		margin-bottom: 0 !important;
	}

	#header-widgets {
		padding: 10% 0;
	}

	#header-widgets .footer-widget .fwidget:last-child {
		margin-bottom: 0 !important;
	}

	#header-widgets .footer-widget:last-child {
		margin-bottom: 0 !important;
	}

}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

/* Blog + Sidebar Module + Footer */
	#header-widgets .footer-widget:nth-child(n),
	.footer-widget .fwidget {
		margin-bottom: 11.5% !important;
	}

	#header-widgets .footer-widget.last {
		margin-bottom: 0 !important;
	}

	.et_pb_gutters1 #header-widgets .footer-widget:nth-child(n),
	.et_pb_gutters1 #header-widgets .footer-widget .fwidget {
		margin-bottom: 0 !important;
	}

	#header-widgets {
		padding: 12% 0;
	}

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