<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	height: 100%;
}
body {
	min-width: 300px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	position: relative;
}
.title, h1, h2, .subtitle {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.description {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
}

h2 {
	font-size: 35px;
	line-height: 41px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 15px;
}

h3 {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 25px 0;
	min-height: 40px;
}
.title, h1 {
	margin: 0 0 50px 0;
}
.subtitle {
	font-size: 18px;
	margin: 0 0 35px 0;
}
.with_icon {
	margin-bottom: 5px;
}
.title {
	font-size: 48px;
	color: #FFFFFF;
}
.small_title {
	font-size: 32px;
}

.font_16 {
	font-size: 16px;
}
.font_36 {
	font-size: 36px;
}
.marsh_color {
	color: #8e9c15;
}
.pink_color {
	color: #ff9898;
}
.green_color {
	color: #60a510;
}
.orange_color {
	color: #ffb44a;
}
.blue_color {
	color: #4985ff;
}

.hide {
	display: none;
}
.header_wrapper {
	width: 100%;
	background: #00488F;
	height: 117px;
}
.footer_wrapper {
	background: #00488F;
	height: 108px;
	padding: 30px 0 30px 0;
}
.navbar-default {
	background: #00488F;
	border: none;
	padding: 34px 0;
	min-width: 300px;
	-webkit-transition: padding 0.5s linear;
   -moz-transition: padding 0.5s linear;
   -o-transition: padding 0.5s linear;
   transition: padding 0.5s linear;
}
@media (min-width: 768px) {
	.navbar-default.small-nav {
		padding: 10px;
	} 
}
.navbar-brand {
	color: #ffffff !important;
	font-size: 25px;
	line-height: 27px;
}
.navbar-default .navbar-nav&gt;li {
	margin-right: 12px;
}
.navbar-default .navbar-nav&gt;li&gt;a {
	font-size: 14px;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 35px;
	position: relative;
}
.navbar-default .navbar-nav&gt;li&gt;a:focus, .navbar-default .navbar-nav&gt;li&gt;a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.navbar-default .navbar-nav&gt;.active&gt;a,
.navbar-default .navbar-nav&gt;.active&gt;a:focus,
.navbar-default .navbar-nav&gt;.active&gt;a:hover {
	color: #ffffff;
	background: none;
}

.navbar-default .navbar-toggle {
	margin: 0 15px 0 0;
	padding: 18px;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #0a55a4;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #032a52;
	box-shadow: none;
}

.promo_container {
	background: #FFFFFF;
	padding: 50px 80px 70px 80px;
}
.promo_container {
	color: #333333;
}
.main_wrapper {
	padding: 40px 0;
}
.main_content_row {
	border-bottom: 2px solid #717171;
	margin-bottom: 50px;
}
.with_margin_bottom {
	margin-bottom: 25px;
}
.margin_fixer {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.header_wrapper {
		padding: 0;
		min-height: 50px;
		height: auto;
	}
	.navbar-default {
		padding: 0;
	}
	.navbar-brand {
		width: 190px;
		height: 50px;
	}
	.promo_wrapper {
		background: #FFFFFF;
		height: auto;
		padding: 0;
	}
	.navbar-default .navbar-nav&gt;li {
		margin-right: 0;
	}
	.promo_container {
		padding: 50px 15px 30px 15px;
	}
	.navbar-default .navbar-nav&gt;li&gt;a:hover:after {
		border: none;
	}
	.navbar-default .navbar-nav&gt;li&gt;a:hover {
		color: #0a55a4;
		background: #bdd3eb;
	}
	h2 {
		font-size: 32px; 
	}
	.title {
		font-size: 38px;
	}
}

.banner_wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 110px);
	background-image: url('../images/banner-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.scroll-icon {
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
}

.scroll-icon .icon-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.svg-icon {
	fill: #ffffff;
}

.up-icon {
	animation: bounce-up 1.2s ease infinite;
}

.down-icon {
	animation: bounce-down 1.2s ease infinite;
}


.banner_container {
	text-align: left;
	color: #ffffff;
}

.banner-title {
	font-size: 45px;
	line-height: 52px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: left;
}

.banner-subtitle {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 35px;
}

.banner_wrapper .button-more {
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	background-color: #ffffff;
	padding: 10px 65px 10px 48px;
}

.banner_wrapper .button-more:hover {
	text-decoration: none;
}

.banner_wrapper .button-more::after {
	content: '';
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../images/left-arrow.svg');
	background-repeat: no-repeat;
	width: 7px;
	height: 12px;
	transition: right 0.3s;
}

.banner_wrapper .button-more:hover::after {
	right: 45px;
}

.about-list,
.system-list {
	list-style: none;
	padding: 0;
	font-weight: 500;
}

.system-list {
	margin-bottom: 30px;
}

.system-list .list-item {
	position: relative;
	padding-left: 16px;
	margin-bottom: 10px;
}

.system-list .list-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	background: #697FEC;
	border-radius: 50%;
}

.laws-list {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.laws-list .list-item {
	margin-bottom: 5px;
}

.laws-list .list-link {
	color: #000000;
	text-decoration: underline;
}

.laws-list .list-link:hover {
	color: #697FEC;
}

.docs {
	background: #f1f1f1;
	padding: 35px 0;
}

.docs-inner {
	display: flex;
	padding-top: 20px;
}

.docs-img {
	width: 24%;
}

.docs-description {
	width: 76%;
	padding-left: 15px;
}

.docs-description .text {
	margin-bottom: 2px;
}

.-bold {
	font-weight: 500;
}

.features {
	padding: 35px 0;
}

.features-title {
	margin-bottom: 25px;
}

.features .subtitle {
	font-size: 20px;
	line-height: 23px;
	color: #000000;
	margin: 0 0 10px 0;
	min-height: auto;
}

.features .text {
	margin-bottom: 20px;
}

.footer-text {
	color: #ffffff;
	text-align: center;
}

@keyframes bounce-up {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

@keyframes bounce-down {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(10px); }
	100% { transform: translateY(0); }
}

@media (max-width: 1024px) {
	.docs-img {
		width: 34%;
	}

	.docs-description {
		width: 65%;
	}
}

@media (max-width: 992px) {
	.navbar-container {
		display: flex;
	}

	.navbar-header {
		width: 35%;
	}

	.navbar-brand {
		font-size: 18px;
		line-height: 20px;
	}

	.navbar-default .navbar-collapse {
		width: 65%;
	}

	.navbar-default .navbar-nav&gt;li&gt;a {
		font-size: 11px;
	}

	.docs-img {
		width: 45%;
	}

	.docs-description {
		width: 55%;
	}
}

@media (max-width: 767px) {
	.navbar-container {
		flex-direction: column;
		align-items: center;
	}

	.navbar-header {
		width: 100%;
		height: 50px;
		border-bottom: none;
	}

	.navbar-default .navbar-collapse {
		width: 100%;
	}

	.navbar-toggle {
		position: absolute;
		right: 0;
	}

	.navbar-default .navbar-brand {
		width: auto;
	}
}

@media (max-width: 575px) {
	.docs-inner {
		flex-direction: column;
	}

	.docs-img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.docs-description {
		width: 100%;
	}
}

@media (max-width: 375px) {
	.banner-title {
		font-size: 28px;
		line-height: 30px;
	}

	.banner-subtitle {
		font-size: 16px;
	}

	.scroll-icon {
		display: none;
	}
}

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