h1 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 40px !important;
	line-height: 50px;
	color: #0d1f43;
}

h2 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 30px !important;
	line-height: 40px;
	color: #0d1f43;
}

.article-wrapper {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}

.article-wrapper p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #212121;
}

.meta-title {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 68px;
	color: #212121;
	text-transform: uppercase;
	margin: 15px 0;
}

.meta-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #212121;
}

.uk-nav-side .uk-nav-header {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #0d1f43;
	margin-top: 20px;
}

.uk-nav-side .uk-nav-divider {
	border-top: 1px solid #0d1f43;
}

.uk-nav-side > li > a {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #0d1f43;
}

.uk-nav-side > li > a:focus,
.uk-nav-side > li > a:hover {
	color: #212121;
}

.uk-list.az {
	margin: 10px auto;
}

.uk-list.az li {
	text-align: center;
	padding: 2px 0;
}

.uk-list.az li a {
	display: inline-block;
	width: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #0d1f43;
	padding: 2px 5px;
	border: 2px solid transparent;
	border-radius: 8px;
}

.uk-list.az li a:focus,
.uk-list.az li a:hover,
.uk-list.az li a.uk-active {
	border: 2px solid #0d1f43;
}

.uk-list.az li a.disabled {
	font-weight: 400 !important;
	color: #ccc !important;
	border: none !important;
	cursor: initial;
}

.uk-breadcrumb > li > a {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #0d1f43;
}

.subsection-title {
	font-family: 'Inter', sans-serif !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	line-height: 32px !important;
	color: #0d1f43 !important;
	border-bottom: 1px solid #0d1f43;
	margin: 0 0 15px 0;
}

.terms > li > a {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #0d1f43;
}

.terms > li > a:focus,
.terms > li > a:hover {
	color: #212121;
}

@media screen and (max-width: 1199px) {
	
	.meta-title,
	.meta-intro,
	.uk-breadcrumb,
	.article-wrapper,
	h1 {
		margin: 10px !important;
	}
	
}

@media screen and (max-height: 768px) {
	
	.uk-list.az li {
		padding: 1px 0;
	}
	
	.uk-list.az li a {
		font-size: 12px;
		line-height: 12px;
	}
	
}

@media screen and (max-width: 639px) {
	
	.uk-list.az li a {
		font-size: 13px;
		line-height: 13px;
	}
	
}