<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* codeDESIGN - custom_code_html.css */
@charset "utf-8";

/* CUSTOM CODE HTML */
.custom_code_html [class^="col-"],
.custom_code_html [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

div.custom_code_html div.custom_box {
	background: var(--ci_color);
	color: var(--ci_color_white);
	padding: 20px;
	margin-right: 40px;
	margin-bottom: 40px;
}

div.custom_code_html div.custom_box h1 {
	text-transform: uppercase;
	color: var(--ci_color_white);
	font-size: 24px;
	border-bottom: none;
	padding: 0px;
}
div.custom_code_html div.custom_box h1::after {
	content: none;
}

div.custom_code_html div.custom_box a,
div.custom_code_html div.custom_box a:link,
div.custom_code_html div.custom_box a:visited {
	color: var(--ci_color_white);
	text-decoration: none;
	font-weight: 600;
}

div.custom_code_html div.custom_box strong {
	font-weight: 600;
}

div.custom_code_html i[class^="fa"] {
	margin-right: 10px;
}
</pre></body></html>