<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-moz-selection {
	background: #7773b3;
}

::selection {
	background: #7773b3;
}

html {
	font: normal 14px / 20px "Inter", Helvetica, Arial, sans-serif;
	background: #eef1f2;
	color: #222;
}

hr {
	border-top: 1px solid #56227d;
}

h1 {
	margin: 0 0 30px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 3px;
	text-transform: none;
	color: #222;
}

h2 {
	margin: 0 0 20px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 1.6px;
	text-transform: none;
	color: #222;
}

h3 {
	margin: 0 0 10px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.28;
	letter-spacing: 1.25px;
	text-transform: none;
	color: #222;
}

h4 {
	margin: 0 0 30px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: normal;
	text-transform: none;
	color: #222;
}

h5 {
	margin: 0 0 10px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: normal;
	text-transform: none;
	color: #222;
}

h6 {
	margin: 0 0 10px 0;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	color: #222;
}

.inverse {
	color: #fff!important;
}

.header {
	background: url('../img/header-welcome.png') no-repeat top center;
	background-size: cover;
	padding: 20px;
	text-align: center;
}

.header.header-large {
	padding: 50px 20px;
}

.primary-logo {
	background: url('../img/logo-hd.svg') center center no-repeat;
	background-size: contain;
	width: 187px;
	height: 70px;
	margin: 0;
}

.logo-hd {
	background: url('../img/logo-hd.svg') center center no-repeat;
	background-size: contain;
	width: 384px;
	max-width: 100%;
	height: 160px;
	margin: 0 auto;
}

.logo-hd.logo-inverse {
	background: url('../img/logo-hd-inverse.svg') center center no-repeat;
	background-size: contain;
	width: 384px;
	max-width: 100%;
	height: 160px;
	margin: 0 auto;
}

.logo-hd.logo-mini {
	width: 96px;
	height: 40px;
}

.eg-navbar {
	padding: 10px 0;
	border: none;
	background: #fff;
}

.eg-navbar .uk-navbar-brand {
	color: #222;
}

.eg-navbar .uk-navbar-toggle {
	color: #444;
	padding: 20px;
}

.eg-navbar .uk-navbar-nav &gt; li &gt; a {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: normal;
	height: 30px;
	margin: 20px 0 20px 20px;
	padding: 0;
	border-radius: 0!important;
	text-shadow: none;
	color: #545454;
}

.eg-navbar .uk-navbar-nav &gt; li.uk-active &gt; a {
	background-color: transparent;
	color: #0d1f43;
	border-bottom: 2px solid #0d1f43;
}

.eg-navbar .uk-navbar-nav &gt; li:focus &gt; a,
.eg-navbar .uk-navbar-nav &gt; li:hover &gt; a,
.eg-navbar .uk-navbar-nav &gt; li &gt; a:focus,
.eg-navbar .uk-navbar-nav &gt; li &gt; a:hover {
	background-color: transparent;
	color: #0d1f43;
}

.eg-card {
	position: relative;
	z-index: 99;
	background: #fff;
	margin: 30px auto!important;
	padding: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-radius: 10px;
}

.eg-card:first-child {
	margin-top: 0!important;
}

.eg-card:last-child {
	margin-bottom: 0!important;
}

.eg-card .eg-card-body {
	padding: 50px;
}

.eg-card .eg-card-body-medium {
	padding: 40px;
}

.eg-card .eg-card-body-small {
	padding: 25px;
}

.eg-card .eg-card-body p {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.78;
	letter-spacing: normal;
	margin-bottom: 25px;
}

.eg-card .eg-card-body ul {
	margin: 30px 0 !important;
	list-style: none;
}

.eg-card .eg-card-body ul li {
	background: url('../img/bulletin.svg') 0 10px no-repeat;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: normal;
	margin: 25px 0;
	padding-left: 40px;
}

.eg-card .eg-card-footer {
	position: relative;
	width: 100%;
    height: 150px;
    background: linear-gradient(to top right, #56227d 49.5%, #fff 50.5%);
	border-bottom: 150px solid #56227d;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: -300px;
}

.eg-card .eg-card-title {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #56227d;
}

.eg-card .eg-intro {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: normal;
	margin: 10px 0;
	text-align: left;
	color: #222;
}

.eg-hover:hover {
	background-color: rgba(141, 16, 183, 0.05);
	border-radius: 10px;
}

.ico-ta {
	width: 120px;
	height: 120px;
	background: url('../img/ico-ta.svg') center center no-repeat;
	background-size: contain;
	margin: 20px auto;
}

.ico-cm {
	width: 120px;
	height: 120px;
	background: url('../img/ico-cm.svg') center center no-repeat;
	background-size: contain;
	margin: 20px auto;
}

.ico-ac {
	width: 120px;
	height: 120px;
	background: url('../img/ico-ac.svg') center center no-repeat;
	background-size: contain;
	margin: 20px auto;
}

.uk-badge {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.19;
	letter-spacing: normal;
	margin: 10px 10px 0 0;
	text-align: left;
	background: #fff;
	color: #8d10b7;
	padding: 0 10px 3px 10px;
	border-radius: 10px;
	border: 2px solid #8d10b7;
}

.uk-badge.uk-badge-notification {
	border: none;
}

.uk-pagination &gt; .uk-active &gt; span {
	background: #8d10b7;
    border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
}

.uk-accordion-title {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: normal;
	background: transparent;
	color: #3b3b3b;
	padding: 10px 0;
}

.uk-form legend {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: normal;
	background: #fff;
	padding: 10px;
	color: #545454;
}

.uk-form legend:after {
	display: none;
}

.uk-modal-dialog {
	border-radius: 10px;
}

.uk-modal-header {
	border-radius: 10px 10px 0 0;
}

.uk-modal-footer {
	border-radius: 0 0 10px 10px;
}

.uk-panel {
	border-radius: 10px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 30px;
}

.uk-panel.uk-panel-box {
	border: 2px solid #56227d;
}

.uk-panel.uk-panel-box-secondary {
	border: 1px solid #cfcfcf;
	margin-bottom: 10px;
	padding: 15px;
}

.uk-alert {
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.uk-breadcrumb {
	border-radius: 10px;
	border: 2px solid #56227d;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.uk-pagination {
	margin: 20px auto;
}

.uk-panel-title,
.uk-text-primary {
	color: #222!important;
}

.uk-text-secondary {
	color: #8d10b7!important;
}

strong,
.uk-text-bold {
	font-weight: 600!important;
}

.uk-text-xlarge {
	font-size: 30px;
}

.uk-text-xxlarge {
	font-size: 35px;
}

.uk-button {
	border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin: 10px;
	padding: 0 30px;
}

.uk-button-primary {
	background-color: #0d1f43;
	color: #fff;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
	background-color: #0077dd;
	color: #fff;
}

.uk-button-secondary {
	background-color: #8d10b7;
	color: #fff;
	padding: 10px 50px;
	border-radius: 10px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
	background-color: #56227d;
	color: #fff;
}

.uk-button-link {
	color: #545454;
	box-shadow: none;
	margin: 0 10px;
	padding: 5px;
}

.uk-button-link:hover {
	color: #222;
}

.uk-nav-side &gt; li &gt; a:focus,
.uk-nav-side &gt; li &gt; a:hover {
	border-radius: 10px;
	background-color: rgba(141, 16, 183, 0.05);
}

.uk-nav-side &gt; li.uk-active &gt; a {
	background: #8d10b7;
	color: #fff;
	border-radius: 10px;
}

.uk-form input:not([type=radio]):not([type=checkbox]),
.uk-form select,
.uk-form textarea {
	border-radius: 10px;
}

.uk-form input[type=radio]:checked:before {
    background: #56227d;
}

.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before {
	background: #56227d;
	color: #fff;
}

.uk-form .my-recaptcha {
	max-width: 100%;
	overflow: hidden;
}

.uk-form .my-recaptcha .g-recaptcha {
	display: table;
	margin: 0 auto;
}

@media (max-width: 1023px) {
	
	.eg-navbar .uk-navbar-toggle {
		padding: 0 10px;
	}
	
}

@media (max-width: 480px) {
	
	h1 {
		font-size: 40px;
	}
	
	.eg-card .eg-card-body {
		padding: 20px;
	}
	
}</pre></body></html>