
.uk-scope html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #666;
}

.uk-scope body {
	margin: 0;
}

.uk-scope .uk-link, .uk-scope a {
	color: #1e87f0;
	text-decoration: none;
	cursor: pointer;
}

.uk-scope .uk-link-toggle:hover .uk-link, .uk-scope .uk-link:hover, .uk-scope a:hover {
	color: #0f6ecd;
	text-decoration: underline;
}

.uk-scope abbr[title] {
	text-decoration: underline dotted;
	-webkit-text-decoration-style: dotted;
}

.uk-scope b, .uk-scope strong {
	font-weight: bolder;
}

.uk-scope :not(pre) > code, .uk-scope :not(pre) > kbd, .uk-scope :not(pre) > samp {
	font-family: Consolas, monaco, monospace;
	font-size: 14px;
	color: #f0506e;
	white-space: nowrap;
	padding: 2px 6px;
	background: #f8f8f8;
}

.uk-scope em {
	color: #f0506e;
}

.uk-scope ins {
	background: #ffd;
	color: #666;
	text-decoration: none;
}

.uk-scope mark {
	background: #ffd;
	color: #666;
}

.uk-scope q {
	font-style: italic;
}

.uk-scope small {
	font-size: 80%;
}

.uk-scope sub, .uk-scope sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.uk-scope sup {
	top: -.5em;
}

.uk-scope sub {
	bottom: -.25em;
}

.uk-scope audio, .uk-scope canvas, .uk-scope iframe, .uk-scope img, .uk-scope svg, .uk-scope video {
	vertical-align: middle;
}

.uk-scope canvas, .uk-scope img, .uk-scope svg, .uk-scope video {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

.uk-scope img:not([src]) {
	visibility: hidden;
	min-width: 1px;
}

.uk-scope iframe {
	border: 0;
}

.uk-scope address, .uk-scope dl, .uk-scope fieldset, .uk-scope figure, .uk-scope ol, .uk-scope p, .uk-scope pre, .uk-scope ul {
	margin: 0 0 20px 0;
}

.uk-scope * + address, .uk-scope * + dl, .uk-scope * + fieldset, .uk-scope * + figure, .uk-scope * + ol, .uk-scope * + p, .uk-scope * + pre, .uk-scope * + ul {
	margin-top: 20px;
}

.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
	margin: 0 0 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	color: #333;
	text-transform: none;
}

.uk-scope * + .uk-h1, .uk-scope * + .uk-h2, .uk-scope * + .uk-h3, .uk-scope * + .uk-h4, .uk-scope * + .uk-h5, .uk-scope * + .uk-h6, .uk-scope * + .uk-heading-2xlarge, .uk-scope * + .uk-heading-large, .uk-scope * + .uk-heading-medium, .uk-scope * + .uk-heading-small, .uk-scope * + .uk-heading-xlarge, .uk-scope * + h1, .uk-scope * + h2, .uk-scope * + h3, .uk-scope * + h4, .uk-scope * + h5, .uk-scope * + h6 {
	margin-top: 40px;
}

.uk-scope .uk-h1, .uk-scope h1 {
	font-size: 35.7px;
	line-height: 1.2;
}

.uk-scope .uk-h2, .uk-scope h2 {
	font-size: 27.2px;
	line-height: 1.3;
}

.uk-scope .uk-h3, .uk-scope h3 {
	font-size: 24px;
	line-height: 1.4;
}

.uk-scope .uk-h4, .uk-scope h4 {
	font-size: 20px;
	line-height: 1.4;
}

.uk-scope .uk-h5, .uk-scope h5 {
	font-size: 16px;
	line-height: 1.4;
}

.uk-scope .uk-h6, .uk-scope h6 {
	font-size: 14px;
	line-height: 1.4;
}

@media (min-width:960px) {
	.uk-scope .uk-h1, .uk-scope h1 {
		font-size: 42px;
	}
	
	.uk-scope .uk-h2, .uk-scope h2 {
		font-size: 32px;
	}
}

.uk-scope ol, .uk-scope ul {
	padding-left: 30px;
}

.uk-scope ol > li > ol, .uk-scope ol > li > ul, .uk-scope ul > li > ol, .uk-scope ul > li > ul {
	margin: 0;
}

.uk-scope dt {
	font-weight: 700;
}

.uk-scope dd {
	margin-left: 0;
}

.uk-scope .uk-hr, .uk-scope hr {
	overflow: visible;
	text-align: inherit;
	margin: 0 0 20px 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

.uk-scope * + .uk-hr, .uk-scope * + hr {
	margin-top: 20px;
}

.uk-scope address {
	font-style: normal;
}

.uk-scope blockquote {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1.5;
	font-style: italic;
	color: #333;
}

.uk-scope * + blockquote {
	margin-top: 20px;
}

.uk-scope blockquote p:last-of-type {
	margin-bottom: 0;
}

.uk-scope blockquote footer {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}

.uk-scope blockquote footer::before {
	content: "— ";
}

.uk-scope pre {
	font: 14px/1.5 Consolas, monaco, monospace;
	color: #666;
	-moz-tab-size: 4;
	tab-size: 4;
	overflow: auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fff;
}

.uk-scope pre code {
	font-family: Consolas, monaco, monospace;
}

.uk-scope :focus {
	outline: 0;
}

.uk-scope :focus-visible {
	outline: 2px dotted #333;
}

.uk-scope ::selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}

.uk-scope details, .uk-scope main {
	display: block;
}

.uk-scope summary {
	display: list-item;
}

.uk-scope template {
	display: none;
}

.uk-scope :root {
	--uk-breakpoint-s: 640px;
	--uk-breakpoint-m: 960px;
	--uk-breakpoint-l: 1200px;
	--uk-breakpoint-xl: 1600px;
}

.uk-scope li {
	margin: 0;
}

.uk-scope .uk-link-muted a, .uk-scope .uk-link-toggle .uk-link-muted, .uk-scope a.uk-link-muted {
	color: #999;
}

.uk-scope .uk-link-muted a:hover, .uk-scope .uk-link-toggle:hover .uk-link-muted, .uk-scope a.uk-link-muted:hover {
	color: #666;
}

.uk-scope .uk-link-text a, .uk-scope .uk-link-toggle .uk-link-text, .uk-scope a.uk-link-text {
	color: inherit;
}

.uk-scope .uk-link-text a:hover, .uk-scope .uk-link-toggle:hover .uk-link-text, .uk-scope a.uk-link-text:hover {
	color: #999;
}

.uk-scope .uk-link-heading a, .uk-scope .uk-link-toggle .uk-link-heading, .uk-scope a.uk-link-heading {
	color: inherit;
}

.uk-scope .uk-link-heading a:hover, .uk-scope .uk-link-toggle:hover .uk-link-heading, .uk-scope a.uk-link-heading:hover {
	color: #1e87f0;
	text-decoration: none;
}

.uk-scope .uk-link-reset a, .uk-scope a.uk-link-reset {
	color: inherit !important;
	text-decoration: none !important;
}

.uk-scope .uk-link-toggle {
	color: inherit !important;
	text-decoration: none !important;
}

.uk-scope .uk-heading-small {
	font-size: 41.6px;
	line-height: 1.2;
}

.uk-scope .uk-heading-medium {
	font-size: 46.2px;
	line-height: 1.1;
}

.uk-scope .uk-heading-large {
	font-size: 54.4px;
	line-height: 1.1;
}

.uk-scope .uk-heading-xlarge {
	font-size: 64px;
	line-height: 1;
}

.uk-scope .uk-heading-2xlarge {
	font-size: 96px;
	line-height: 1;
}

@media (min-width:960px) {
	.uk-scope .uk-heading-small {
		font-size: 52px;
	}
	
	.uk-scope .uk-heading-medium {
		font-size: 56px;
	}
	
	.uk-scope .uk-heading-large {
		font-size: 64px;
	}
	
	.uk-scope .uk-heading-xlarge {
		font-size: 96px;
	}
	
	.uk-scope .uk-heading-2xlarge {
		font-size: 128px;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-heading-medium {
		font-size: 64px;
	}
	
	.uk-scope .uk-heading-large {
		font-size: 96px;
	}
	
	.uk-scope .uk-heading-xlarge {
		font-size: 128px;
	}
	
	.uk-scope .uk-heading-2xlarge {
		font-size: 176px;
	}
}

.uk-scope .uk-heading-divider {
	padding-bottom: calc(5px + .1em);
	border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.uk-scope .uk-heading-bullet {
	position: relative;
}

.uk-scope .uk-heading-bullet::before {
	content: "";
	display: inline-block;
	position: relative;
	top: calc(-.1 * 1em);
	vertical-align: middle;
	height: calc(4px + .7em);
	margin-right: calc(5px + .2em);
	border-left: calc(5px + .1em) solid #e5e5e5;
}

.uk-scope .uk-heading-line {
	overflow: hidden;
}

.uk-scope .uk-heading-line > * {
	display: inline-block;
	position: relative;
}

.uk-scope .uk-heading-line > ::after, .uk-scope .uk-heading-line > ::before {
	content: "";
	position: absolute;
	top: calc(50% - ( calc(.2px + .05em) / 2 ));
	width: 2000px;
	border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.uk-scope .uk-heading-line > ::before {
	right: 100%;
	margin-right: calc(5px + .3em);
}

.uk-scope .uk-heading-line > ::after {
	left: 100%;
	margin-left: calc(5px + .3em);
}

.uk-scope [class*=uk-divider] {
	border: none;
	margin-bottom: 20px;
}

.uk-scope * + [class*=uk-divider] {
	margin-top: 20px;
}

.uk-scope .uk-divider-icon {
	position: relative;
	height: 20px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-scope .uk-divider-icon.nitro-lazy {
	background-image: none !important;
}

.uk-scope .uk-divider-icon::after, .uk-scope .uk-divider-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	max-width: calc(50% - ( 50px / 2 ));
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .uk-divider-icon::before {
	right: calc(50% + ( 50px / 2 ));
	width: 100%;
}

.uk-scope .uk-divider-icon::after {
	left: calc(50% + ( 50px / 2 ));
	width: 100%;
}

.uk-scope .uk-divider-small {
	line-height: 0;
}

.uk-scope .uk-divider-small::after {
	content: "";
	display: inline-block;
	width: 100px;
	max-width: 100%;
	border-top: 1px solid #e5e5e5;
	vertical-align: top;
}

.uk-scope .uk-divider-vertical {
	width: max-content;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #e5e5e5;
}

.uk-scope .uk-list {
	padding: 0;
	list-style: none;
}

.uk-scope .uk-list > * {
	break-inside: avoid-column;
}

.uk-scope .uk-list > * > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-list > * > ul, .uk-scope .uk-list > :nth-child(n+2) {
	margin-top: 10px;
}

.uk-scope .uk-list-circle > *, .uk-scope .uk-list-decimal > *, .uk-scope .uk-list-disc > *, .uk-scope .uk-list-hyphen > *, .uk-scope .uk-list-square > * {
	padding-left: 30px;
}

.uk-scope .uk-list-decimal {
	counter-reset: decimal;
}

.uk-scope .uk-list-decimal > * {
	counter-increment: decimal;
}

.uk-scope .uk-list-circle > ::before, .uk-scope .uk-list-decimal > ::before, .uk-scope .uk-list-disc > ::before, .uk-scope .uk-list-hyphen > ::before, .uk-scope .uk-list-square > ::before {
	content: "";
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	display: list-item;
	list-style-position: inside;
	text-align: right;
}

.uk-scope .uk-list-disc > ::before {
	list-style-type: disc;
}

.uk-scope .uk-list-circle > ::before {
	list-style-type: circle;
}

.uk-scope .uk-list-square > ::before {
	list-style-type: square;
}

.uk-scope .uk-list-decimal > ::before {
	content: counter(decimal, decimal) " . ";
}

.uk-scope .uk-list-hyphen > ::before {
	content: "–  ";
}

.uk-scope .uk-list-muted > ::before {
	color: #999 !important;
}

.uk-scope .uk-list-emphasis > ::before {
	color: #333 !important;
}

.uk-scope .uk-list-primary > ::before {
	color: #1e87f0 !important;
}

.uk-scope .uk-list-secondary > ::before {
	color: #222 !important;
}

.uk-scope .uk-list-bullet > * {
	padding-left: 30px;
}

.uk-scope .uk-list-bullet > ::before {
	content: "";
	display: list-item;
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-scope .uk-list-divider > :nth-child(n+2) {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-list-striped > * {
	padding: 10px 10px;
}

.uk-scope .uk-list-striped > :nth-of-type(odd) {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .uk-list-striped > :nth-of-type(odd) {
	background: #f8f8f8;
}

.uk-scope .uk-list-striped > :nth-child(n+2) {
	margin-top: 0;
}

.uk-scope .uk-list-large > * > ul, .uk-scope .uk-list-large > :nth-child(n+2) {
	margin-top: 20px;
}

.uk-scope .uk-list-collapse > * > ul, .uk-scope .uk-list-collapse > :nth-child(n+2) {
	margin-top: 0;
}

.uk-scope .uk-list-large.uk-list-divider > :nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
}

.uk-scope .uk-list-collapse.uk-list-divider > :nth-child(n+2) {
	margin-top: 0;
	padding-top: 0;
}

.uk-scope .uk-list-large.uk-list-striped > * {
	padding: 20px 10px;
}

.uk-scope .uk-list-collapse.uk-list-striped > * {
	padding-top: 0;
	padding-bottom: 0;
}

.uk-scope .uk-list-collapse.uk-list-striped > :nth-child(n+2), .uk-scope .uk-list-large.uk-list-striped > :nth-child(n+2) {
	margin-top: 0;
}

.uk-scope .uk-description-list > dt {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.uk-scope .uk-description-list > dt:nth-child(n+2) {
	margin-top: 20px;
}

.uk-scope .uk-description-list-divider > dt:nth-child(n+2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}

.uk-scope * + .uk-table {
	margin-top: 20px;
}

.uk-scope .uk-table th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
	word-break: normal;
}

.uk-scope .uk-table td {
	padding: 16px 12px;
	vertical-align: top;
}

.uk-scope .uk-table td > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-table tfoot {
	font-size: 14px;
}

.uk-scope .uk-table caption {
	font-size: 14px;
	text-align: left;
	color: #999;
}

.uk-scope .uk-table-middle, .uk-scope .uk-table-middle td {
	vertical-align: middle !important;
}

.uk-scope .uk-table-divider > :first-child > tr:not(:first-child), .uk-scope .uk-table-divider > :not(:first-child) > tr, .uk-scope .uk-table-divider > tr:not(:first-child) {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-table-striped tbody tr:nth-of-type(odd), .uk-scope .uk-table-striped > tr:nth-of-type(odd) {
	background: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .uk-table-hover tbody tr:hover, .uk-scope .uk-table-hover > tr:hover {
	background: #ffd;
}

.uk-scope .uk-table tbody tr.uk-active, .uk-scope .uk-table > tr.uk-active {
	background: #ffd;
}

.uk-scope .uk-table-small td, .uk-scope .uk-table-small th {
	padding: 10px 12px;
}

.uk-scope .uk-table-large td, .uk-scope .uk-table-large th {
	padding: 22px 12px;
}

.uk-scope .uk-table-justify td:first-child, .uk-scope .uk-table-justify th:first-child {
	padding-left: 0;
}

.uk-scope .uk-table-justify td:last-child, .uk-scope .uk-table-justify th:last-child {
	padding-right: 0;
}

.uk-scope .uk-table-shrink {
	width: 1px;
}

.uk-scope .uk-table-expand {
	min-width: 150px;
}

.uk-scope .uk-table-link {
	padding: 0 !important;
}

.uk-scope .uk-table-link > a {
	display: block;
	padding: 16px 12px;
}

.uk-scope .uk-table-small .uk-table-link > a {
	padding: 10px 12px;
}

@media (max-width:959px) {
	.uk-scope .uk-table-responsive, .uk-scope .uk-table-responsive tbody, .uk-scope .uk-table-responsive td, .uk-scope .uk-table-responsive th, .uk-scope .uk-table-responsive tr {
		display: block;
	}
	
	.uk-scope .uk-table-responsive thead {
		display: none;
	}
	
	.uk-scope .uk-table-responsive td, .uk-scope .uk-table-responsive th {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		overflow: visible !important;
		white-space: normal !important;
	}
	
	.uk-scope .uk-table-responsive .uk-table-link:not(:first-child) > a, .uk-scope .uk-table-responsive td:not(:first-child):not(.uk-table-link), .uk-scope .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
		padding-top: 5px !important;
	}
	
	.uk-scope .uk-table-responsive .uk-table-link:not(:last-child) > a, .uk-scope .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-scope .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
		padding-bottom: 5px !important;
	}
	
	.uk-scope .uk-table-justify.uk-table-responsive td, .uk-scope .uk-table-justify.uk-table-responsive th {
		padding-left: 0;
		padding-right: 0;
	}
}

.uk-scope .uk-table tbody tr {
	transition: background-color .1s linear;
}

.uk-scope .uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-scope .uk-table-striped > tr:nth-of-type(2n):last-child {
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .uk-icon {
	margin: 0;
	border: none;
	border-radius: 0;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	padding: 0;
	background-color: transparent;
	display: inline-block;
	fill: currentcolor;
	line-height: 0;
}

.uk-scope button.uk-icon:not(:disabled) {
	cursor: pointer;
}

.uk-scope .uk-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-scope .uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
	fill: currentcolor;
}

.uk-scope .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke: currentcolor;
}

.uk-scope .uk-icon > * {
	transform: translate(0, 0);
}

.uk-scope .uk-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	object-fit: scale-down;
	max-width: none;
}

.uk-scope .uk-icon-link {
	color: #999;
	text-decoration: none !important;
}

.uk-scope .uk-icon-link:hover {
	color: #666;
}

.uk-scope .uk-active > .uk-icon-link, .uk-scope .uk-icon-link:active {
	color: #595959;
}

.uk-scope .uk-icon-button {
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background: #f8f8f8;
	color: #999;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: .1s ease-in-out;
	transition-property: color, background-color;
}

.uk-scope .uk-icon-button:hover {
	background-color: #ebebeb;
	color: #666;
}

.uk-scope .uk-active > .uk-icon-button, .uk-scope .uk-icon-button:active {
	background-color: #dfdfdf;
	color: #666;
}

.uk-scope .uk-button {
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 30px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color, border-color;
}

.uk-scope .uk-button:not(:disabled) {
	cursor: pointer;
}

.uk-scope .uk-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.uk-scope .uk-button:hover {
	text-decoration: none;
}

.uk-scope .uk-button-default {
	background-color: transparent;
	color: #333;
	border: 1px solid #e5e5e5;
}

.uk-scope .uk-button-default:hover {
	background-color: transparent;
	color: #333;
	border-color: #b2b2b2;
}

.uk-scope .uk-button-default.uk-active, .uk-scope .uk-button-default:active {
	background-color: transparent;
	color: #333;
	border-color: #999;
}

.uk-scope .uk-button-primary {
	background-color: #1e87f0;
	color: #fff;
	border: 1px solid transparent;
}

.uk-scope .uk-button-primary:hover {
	background-color: #0f7ae5;
	color: #fff;
}

.uk-scope .uk-button-primary.uk-active, .uk-scope .uk-button-primary:active {
	background-color: #0e6dcd;
	color: #fff;
}

.uk-scope .uk-button-secondary {
	background-color: #222;
	color: #fff;
	border: 1px solid transparent;
}

.uk-scope .uk-button-secondary:hover {
	background-color: #151515;
	color: #fff;
}

.uk-scope .uk-button-secondary.uk-active, .uk-scope .uk-button-secondary:active {
	background-color: #080808;
	color: #fff;
}

.uk-scope .uk-button-danger {
	background-color: #f0506e;
	color: #fff;
	border: 1px solid transparent;
}

.uk-scope .uk-button-danger:hover {
	background-color: #ee395b;
	color: #fff;
}

.uk-scope .uk-button-danger.uk-active, .uk-scope .uk-button-danger:active {
	background-color: #ec2147;
	color: #fff;
}

.uk-scope .uk-button-danger:disabled, .uk-scope .uk-button-default:disabled, .uk-scope .uk-button-primary:disabled, .uk-scope .uk-button-secondary:disabled {
	background-color: transparent;
	color: #999;
	border-color: #e5e5e5;
}

.uk-scope .uk-button-small {
	padding: 0 15px;
	line-height: 28px;
	font-size: 14px;
}

.uk-scope .uk-button-large {
	padding: 0 40px;
	line-height: 53px;
	font-size: 14px;
}

.uk-scope .uk-button-text {
	padding: 0;
	line-height: 1.5;
	background: 0 0;
	color: #333;
	position: relative;
}

.uk-scope .uk-button-text::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: 1px solid #333;
	transition: right .3s ease-out;
}

.uk-scope .uk-button-text:hover {
	color: #333;
}

.uk-scope .uk-button-text:hover::before {
	right: 0;
}

.uk-scope .uk-button-text:disabled {
	color: #999;
}

.uk-scope .uk-button-text:disabled::before {
	display: none;
}

.uk-scope .uk-button-link {
	padding: 0;
	line-height: 1.5;
	background: 0 0;
	color: #333;
}

.uk-scope .uk-button-link:hover {
	color: #999;
	text-decoration: none;
}

.uk-scope .uk-button-link:disabled {
	color: #999;
	text-decoration: none;
}

.uk-scope .uk-button-group {
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}

.uk-scope .uk-button-group > .uk-button:nth-child(n+2), .uk-scope .uk-button-group > div:nth-child(n+2) .uk-button {
	margin-left: -1px;
}

.uk-scope .uk-button-group .uk-button.uk-active, .uk-scope .uk-button-group .uk-button:active, .uk-scope .uk-button-group .uk-button:hover {
	position: relative;
	z-index: 1;
}

.uk-scope .uk-card {
	position: relative;
	box-sizing: border-box;
	transition: box-shadow .1s ease-in-out;
}

.uk-scope .uk-card-body {
	display: flow-root;
	padding: 30px 30px;
}

.uk-scope .uk-card-header {
	display: flow-root;
	padding: 15px 30px;
}

.uk-scope .uk-card-footer {
	display: flow-root;
	padding: 15px 30px;
}

@media (min-width:1200px) {
	.uk-scope .uk-card-body {
		padding: 40px 40px;
	}
	
	.uk-scope .uk-card-header {
		padding: 20px 40px;
	}
	
	.uk-scope .uk-card-footer {
		padding: 20px 40px;
	}
}

.uk-scope .uk-card-body > :last-child, .uk-scope .uk-card-footer > :last-child, .uk-scope .uk-card-header > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-card-title {
	font-size: 24px;
	line-height: 1.4;
}

.uk-scope .uk-card-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
	height: 22px;
	padding: 0 10px;
	background: #1e87f0;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	border-radius: 2px;
	text-transform: uppercase;
}

.uk-scope .uk-card-badge:first-child + * {
	margin-top: 0;
}

.uk-scope .uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-scope .uk-card-default {
	background-color: #fff;
	color: #666;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-scope .uk-card-default .uk-card-title {
	color: #333;
}

.uk-scope .uk-card-default.uk-card-hover:hover {
	background-color: #fff;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-scope .uk-card-default .uk-card-header {
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .uk-card-default .uk-card-footer {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-card-primary {
	background-color: #1e87f0;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-scope .uk-card-primary .uk-card-title {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-hover:hover {
	background-color: #1e87f0;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-scope .uk-card-secondary {
	background-color: #222;
	color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-scope .uk-card-secondary .uk-card-title {
	color: #fff;
}

.uk-scope .uk-card-secondary.uk-card-hover:hover {
	background-color: #222;
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-scope .uk-card-small .uk-card-body, .uk-scope .uk-card-small.uk-card-body {
	padding: 20px 20px;
}

.uk-scope .uk-card-small .uk-card-header {
	padding: 13px 20px;
}

.uk-scope .uk-card-small .uk-card-footer {
	padding: 13px 20px;
}

@media (min-width:1200px) {
	.uk-scope .uk-card-large .uk-card-body, .uk-scope .uk-card-large.uk-card-body {
		padding: 70px 70px;
	}
	
	.uk-scope .uk-card-large .uk-card-header {
		padding: 35px 70px;
	}
	
	.uk-scope .uk-card-large .uk-card-footer {
		padding: 35px 70px;
	}
}

.uk-scope .uk-card-body > .uk-nav-default {
	margin-left: -30px;
	margin-right: -30px;
}

.uk-scope .uk-card-body > .uk-nav-default:only-child {
	margin-top: -15px;
	margin-bottom: -15px;
}

.uk-scope .uk-card-body > .uk-nav-default .uk-nav-divider, .uk-scope .uk-card-body > .uk-nav-default .uk-nav-header, .uk-scope .uk-card-body > .uk-nav-default > li > a {
	padding-left: 30px;
	padding-right: 30px;
}

.uk-scope .uk-card-body > .uk-nav-default .uk-nav-sub {
	padding-left: 45px;
}

@media (min-width:1200px) {
	.uk-scope .uk-card-body > .uk-nav-default {
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.uk-scope .uk-card-body > .uk-nav-default:only-child {
		margin-top: -25px;
		margin-bottom: -25px;
	}
	
	.uk-scope .uk-card-body > .uk-nav-default .uk-nav-divider, .uk-scope .uk-card-body > .uk-nav-default .uk-nav-header, .uk-scope .uk-card-body > .uk-nav-default > li > a {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.uk-scope .uk-card-body > .uk-nav-default .uk-nav-sub {
		padding-left: 55px;
	}
}

.uk-scope .uk-card-small > .uk-nav-default {
	margin-left: -20px;
	margin-right: -20px;
}

.uk-scope .uk-card-small > .uk-nav-default:only-child {
	margin-top: -5px;
	margin-bottom: -5px;
}

.uk-scope .uk-card-small > .uk-nav-default .uk-nav-divider, .uk-scope .uk-card-small > .uk-nav-default .uk-nav-header, .uk-scope .uk-card-small > .uk-nav-default > li > a {
	padding-left: 20px;
	padding-right: 20px;
}

.uk-scope .uk-card-small > .uk-nav-default .uk-nav-sub {
	padding-left: 35px;
}

@media (min-width:1200px) {
	.uk-scope .uk-card-large > .uk-nav-default {
		margin: 0;
	}
	
	.uk-scope .uk-card-large > .uk-nav-default:only-child {
		margin: 0;
	}
	
	.uk-scope .uk-card-large > .uk-nav-default .uk-nav-divider, .uk-scope .uk-card-large > .uk-nav-default .uk-nav-header, .uk-scope .uk-card-large > .uk-nav-default > li > a {
		padding-left: 0;
		padding-right: 0;
	}
	
	.uk-scope .uk-card-large > .uk-nav-default .uk-nav-sub {
		padding-left: 15px;
	}
}

.uk-scope .uk-close {
	color: #999;
	transition: .1s ease-in-out;
	transition-property: color, opacity;
}

.uk-scope .uk-close:hover {
	color: #666;
}

.uk-scope .uk-spinner > * {
	animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(270deg);
	}
}

.uk-scope .uk-spinner > * > * {
	stroke-dasharray: 88px;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: uk-spinner-dash 1.4s ease-in-out infinite;
	stroke-width: 1;
	stroke-linecap: round;
}

@keyframes uk-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}
	
	50% {
		stroke-dashoffset: 22px;
		transform: rotate(135deg);
	}
	
	100% {
		stroke-dashoffset: 88px;
		transform: rotate(450deg);
	}
}

.uk-scope .uk-marker {
	padding: 5px;
	background: #222;
	color: #fff;
	border-radius: 500px;
}

.uk-scope .uk-marker:hover {
	color: #fff;
}

.uk-scope .uk-badge {
	box-sizing: border-box;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	background: #1e87f0;
	color: #fff !important;
	font-size: 11px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}

.uk-scope .uk-badge:hover {
	text-decoration: none;
}

.uk-scope .uk-label {
	display: inline-block;
	padding: 0 10px;
	background: #1e87f0;
	line-height: 1.5;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 2px;
	text-transform: uppercase;
}

.uk-scope .uk-label-success {
	background-color: #32d296;
	color: #fff;
}

.uk-scope .uk-label-warning {
	background-color: #faa05a;
	color: #fff;
}

.uk-scope .uk-label-danger {
	background-color: #f0506e;
	color: #fff;
}

.uk-scope .uk-overlay {
	padding: 30px 30px;
}

.uk-scope .uk-overlay > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-overlay-default {
	background: rgba(255, 255, 255, .8);
}

.uk-scope .uk-overlay-primary {
	background: rgba(34, 34, 34, .8);
}

.uk-scope .uk-accordion {
	padding: 0;
	list-style: none;
}

.uk-scope .uk-accordion > :nth-child(n+2) {
	margin-top: 20px;
}

.uk-scope .uk-accordion-title {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
}

.uk-scope .uk-accordion-title::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	margin-left: 10px;
	float: right;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-open > .uk-scope .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .uk-accordion-title:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .uk-accordion-content {
	display: flow-root;
	margin-top: 20px;
}

.uk-scope .uk-accordion-content > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	--uk-position-offset: 20px;
	--uk-position-viewport-offset: 15px;
	box-sizing: border-box;
	width: 300px;
}

.uk-scope .uk-drop.uk-open {
	display: block;
}

.uk-scope .uk-drop-stack .uk-drop-grid > * {
	width: 100% !important;
}

.uk-scope .uk-dropdown {
	display: none;
	position: absolute;
	z-index: 1020;
	--uk-position-offset: 10px;
	--uk-position-viewport-offset: 15px;
	box-sizing: border-box;
	min-width: 200px;
	padding: 25px;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}

.uk-scope .uk-dropdown.uk-open {
	display: block;
}

.uk-scope .uk-dropdown > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-dropdown-large {
	padding: 40px;
}

.uk-scope .uk-dropdown-nav {
	font-size: 14px;
}

.uk-scope .uk-dropdown-nav > li > a {
	color: #999;
}

.uk-scope .uk-dropdown-nav > li.uk-active > a, .uk-scope .uk-dropdown-nav > li > a:hover {
	color: #666;
}

.uk-scope .uk-dropdown-nav .uk-nav-subtitle {
	font-size: 12px;
}

.uk-scope .uk-dropdown-nav .uk-nav-header {
	color: #333;
}

.uk-scope .uk-dropdown-nav .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-dropdown-nav .uk-nav-sub a {
	color: #999;
}

.uk-scope .uk-dropdown-nav .uk-nav-sub a:hover, .uk-scope .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
	color: #666;
}

.uk-scope .uk-dropdown-stack .uk-dropdown-grid > * {
	width: 100% !important;
}

.uk-scope .uk-modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 15px 15px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: opacity .15s linear;
}

@media (min-width:640px) {
	.uk-scope .uk-modal {
		padding: 50px 30px;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-modal {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.uk-scope .uk-modal.uk-open {
	opacity: 1;
}

.uk-modal-page {
	overflow: hidden;
}

.uk-scope .uk-modal-dialog {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 600px;
	max-width: 100% !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: .3s linear;
	transition-property: opacity, transform;
}

.uk-scope .uk-open > .uk-modal-dialog {
	opacity: 1;
	transform: translateY(0);
}

.uk-scope .uk-modal-container .uk-modal-dialog {
	width: 1200px;
}

.uk-scope .uk-modal-full {
	padding: 0;
	background: 0 0;
}

.uk-scope .uk-modal-full .uk-modal-dialog {
	margin: 0;
	width: 100%;
	max-width: 100%;
	transform: translateY(0);
}

.uk-scope .uk-modal-body {
	display: flow-root;
	padding: 20px 20px;
}

.uk-scope .uk-modal-header {
	display: flow-root;
	padding: 10px 20px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .uk-modal-footer {
	display: flow-root;
	padding: 10px 20px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

@media (min-width:640px) {
	.uk-scope .uk-modal-body {
		padding: 30px 30px;
	}
	
	.uk-scope .uk-modal-header {
		padding: 15px 30px;
	}
	
	.uk-scope .uk-modal-footer {
		padding: 15px 30px;
	}
}

.uk-scope .uk-modal-body > :last-child, .uk-scope .uk-modal-footer > :last-child, .uk-scope .uk-modal-header > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-modal-title {
	font-size: 32px;
	line-height: 1.3;
}

.uk-scope [class*=uk-modal-close-] {
	position: absolute;
	z-index: 1010;
	top: 10px;
	right: 10px;
	padding: 5px;
}

.uk-scope [class*=uk-modal-close-]:first-child + * {
	margin-top: 0;
}

.uk-scope .uk-modal-close-outside {
	top: 0;
	right: -5px;
	transform: translate(0, -100%);
	color: #fff;
}

.uk-scope .uk-modal-close-outside:hover {
	color: #fff;
}

@media (min-width:960px) {
	.uk-scope .uk-modal-close-outside {
		right: 0;
		transform: translate(100%, -100%);
	}
}

.uk-scope .uk-modal-close-full {
	top: 0;
	right: 0;
	padding: 20px;
	background: #fff;
}

.uk-scope .uk-slideshow {
	-webkit-tap-highlight-color: transparent;
}

.uk-scope .uk-slideshow-items {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	-webkit-touch-callout: none;
	touch-action: pan-y;
}

.uk-scope .uk-slideshow-items > * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	will-change: transform, opacity;
}

.uk-scope .uk-slideshow-items > :not(.uk-active) {
	display: none;
}

.uk-scope .uk-slider {
	-webkit-tap-highlight-color: transparent;
}

.uk-scope .uk-slider-container {
	overflow: hidden;
}

.uk-scope .uk-slider-container-offset {
	margin: -11px -25px -39px -25px;
	padding: 11px 25px 39px 25px;
}

.uk-scope .uk-slider-items {
	will-change: transform;
	position: relative;
	touch-action: pan-y;
}

.uk-scope .uk-slider-items:not(.uk-grid) {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-touch-callout: none;
}

.uk-scope .uk-slider-items.uk-grid {
	flex-wrap: nowrap;
}

.uk-scope .uk-slider-items > * {
	flex: none;
	max-width: 100%;
	position: relative;
}

.uk-scope .uk-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .uk-switcher > :not(.uk-active) {
	display: none;
}

.uk-scope .uk-switcher > * > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .uk-grid > * {
	margin: 0;
}

.uk-scope .uk-grid > * > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-grid {
	margin-left: -30px;
}

.uk-scope .uk-grid > * {
	padding-left: 30px;
}

.uk-scope * + .uk-grid-margin, .uk-scope .uk-grid + .uk-grid, .uk-scope .uk-grid > .uk-grid-margin {
	margin-top: 30px;
}

@media (min-width:1200px) {
	.uk-scope .uk-grid {
		margin-left: -40px;
	}
	
	.uk-scope .uk-grid > * {
		padding-left: 40px;
	}
	
	.uk-scope * + .uk-grid-margin, .uk-scope .uk-grid + .uk-grid, .uk-scope .uk-grid > .uk-grid-margin {
		margin-top: 40px;
	}
}

.uk-scope .uk-grid-column-small, .uk-scope .uk-grid-small {
	margin-left: -15px;
}

.uk-scope .uk-grid-column-small > *, .uk-scope .uk-grid-small > * {
	padding-left: 15px;
}

.uk-scope * + .uk-grid-margin-small, .uk-scope .uk-grid + .uk-grid-row-small, .uk-scope .uk-grid + .uk-grid-small, .uk-scope .uk-grid-row-small > .uk-grid-margin, .uk-scope .uk-grid-small > .uk-grid-margin {
	margin-top: 15px;
}

.uk-scope .uk-grid-column-medium, .uk-scope .uk-grid-medium {
	margin-left: -30px;
}

.uk-scope .uk-grid-column-medium > *, .uk-scope .uk-grid-medium > * {
	padding-left: 30px;
}

.uk-scope * + .uk-grid-margin-medium, .uk-scope .uk-grid + .uk-grid-medium, .uk-scope .uk-grid + .uk-grid-row-medium, .uk-scope .uk-grid-medium > .uk-grid-margin, .uk-scope .uk-grid-row-medium > .uk-grid-margin {
	margin-top: 30px;
}

.uk-scope .uk-grid-column-large, .uk-scope .uk-grid-large {
	margin-left: -40px;
}

.uk-scope .uk-grid-column-large > *, .uk-scope .uk-grid-large > * {
	padding-left: 40px;
}

.uk-scope * + .uk-grid-margin-large, .uk-scope .uk-grid + .uk-grid-large, .uk-scope .uk-grid + .uk-grid-row-large, .uk-scope .uk-grid-large > .uk-grid-margin, .uk-scope .uk-grid-row-large > .uk-grid-margin {
	margin-top: 40px;
}

@media (min-width:1200px) {
	.uk-scope .uk-grid-column-large, .uk-scope .uk-grid-large {
		margin-left: -70px;
	}
	
	.uk-scope .uk-grid-column-large > *, .uk-scope .uk-grid-large > * {
		padding-left: 70px;
	}
	
	.uk-scope * + .uk-grid-margin-large, .uk-scope .uk-grid + .uk-grid-large, .uk-scope .uk-grid + .uk-grid-row-large, .uk-scope .uk-grid-large > .uk-grid-margin, .uk-scope .uk-grid-row-large > .uk-grid-margin {
		margin-top: 70px;
	}
}

.uk-scope .uk-grid-collapse, .uk-scope .uk-grid-column-collapse {
	margin-left: 0;
}

.uk-scope .uk-grid-collapse > *, .uk-scope .uk-grid-column-collapse > * {
	padding-left: 0;
}

.uk-scope .uk-grid + .uk-grid-collapse, .uk-scope .uk-grid + .uk-grid-row-collapse, .uk-scope .uk-grid-collapse > .uk-grid-margin, .uk-scope .uk-grid-row-collapse > .uk-grid-margin {
	margin-top: 0;
}

.uk-scope .uk-grid-divider > * {
	position: relative;
}

.uk-scope .uk-grid-divider > :not(.uk-first-column)::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e5e5e5;
}

.uk-scope .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-grid-divider {
	margin-left: -60px;
}

.uk-scope .uk-grid-divider > * {
	padding-left: 60px;
}

.uk-scope .uk-grid-divider > :not(.uk-first-column)::before {
	left: 30px;
}

.uk-scope .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}

.uk-scope .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}

@media (min-width:1200px) {
	.uk-scope .uk-grid-divider {
		margin-left: -80px;
	}
	
	.uk-scope .uk-grid-divider > * {
		padding-left: 80px;
	}
	
	.uk-scope .uk-grid-divider > :not(.uk-first-column)::before {
		left: 40px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
		margin-top: 80px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
		top: -40px;
		left: 80px;
	}
}

.uk-scope .uk-grid-divider.uk-grid-column-small, .uk-scope .uk-grid-divider.uk-grid-small {
	margin-left: -30px;
}

.uk-scope .uk-grid-divider.uk-grid-column-small > *, .uk-scope .uk-grid-divider.uk-grid-small > * {
	padding-left: 30px;
}

.uk-scope .uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before, .uk-scope .uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
	left: 15px;
}

.uk-scope .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin, .uk-scope .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
	margin-top: 30px;
}

.uk-scope .uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
	top: -15px;
	left: 30px;
}

.uk-scope .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
	top: -15px;
}

.uk-scope .uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
	left: 30px;
}

.uk-scope .uk-grid-divider.uk-grid-column-medium, .uk-scope .uk-grid-divider.uk-grid-medium {
	margin-left: -60px;
}

.uk-scope .uk-grid-divider.uk-grid-column-medium > *, .uk-scope .uk-grid-divider.uk-grid-medium > * {
	padding-left: 60px;
}

.uk-scope .uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before, .uk-scope .uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
	left: 30px;
}

.uk-scope .uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-scope .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
	margin-top: 60px;
}

.uk-scope .uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
	left: 60px;
}

.uk-scope .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
	top: -30px;
}

.uk-scope .uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
	left: 60px;
}

.uk-scope .uk-grid-divider.uk-grid-column-large, .uk-scope .uk-grid-divider.uk-grid-large {
	margin-left: -80px;
}

.uk-scope .uk-grid-divider.uk-grid-column-large > *, .uk-scope .uk-grid-divider.uk-grid-large > * {
	padding-left: 80px;
}

.uk-scope .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-scope .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 40px;
}

.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
	margin-top: 80px;
}

.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
	top: -40px;
	left: 80px;
}

.uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
	top: -40px;
}

.uk-scope .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
	left: 80px;
}

@media (min-width:1200px) {
	.uk-scope .uk-grid-divider.uk-grid-column-large, .uk-scope .uk-grid-divider.uk-grid-large {
		margin-left: -140px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-column-large > *, .uk-scope .uk-grid-divider.uk-grid-large > * {
		padding-left: 140px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-scope .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
		left: 70px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
		margin-top: 140px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
		top: -70px;
		left: 140px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
		top: -70px;
	}
	
	.uk-scope .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
		left: 140px;
	}
}

.uk-scope .uk-grid-item-match, .uk-scope .uk-grid-match > * {
	display: flex;
	flex-wrap: wrap;
}

.uk-scope .uk-grid-item-match > :not([class*=uk-width]), .uk-scope .uk-grid-match > * > :not([class*=uk-width]) {
	box-sizing: border-box;
	width: 100%;
	flex: auto;
}

.uk-scope .uk-nav, .uk-scope .uk-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-scope .uk-nav li > a {
	display: flex;
	align-items: center;
	column-gap: .25em;
	text-decoration: none;
}

.uk-scope .uk-nav > li > a {
	padding: 5px 0;
}

.uk-scope ul.uk-nav-sub {
	padding: 5px 0 5px 15px;
}

.uk-scope .uk-nav-sub ul {
	padding-left: 15px;
}

.uk-scope .uk-nav-sub a {
	padding: 2px 0;
}

.uk-scope .uk-nav-parent-icon {
	margin-left: auto;
}

.uk-scope .uk-nav > li > a[aria-expanded=true] .uk-nav-parent-icon {
	transform: rotate(180deg);
}

.uk-scope .uk-nav-header {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 14px;
}

.uk-scope .uk-nav-header:not(:first-child) {
	margin-top: 20px;
}

.uk-scope .uk-nav .uk-nav-divider {
	margin: 5px 0;
}

.uk-scope .uk-nav-default {
	font-size: 14px;
	line-height: 1.5;
}

.uk-scope .uk-nav-default > li > a {
	color: #999;
}

.uk-scope .uk-nav-default > li > a:hover {
	color: #666;
}

.uk-scope .uk-nav-default > li.uk-active > a {
	color: #333;
}

.uk-scope .uk-nav-default .uk-nav-subtitle {
	font-size: 12px;
}

.uk-scope .uk-nav-default .uk-nav-header {
	color: #333;
}

.uk-scope .uk-nav-default .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-nav-default .uk-nav-sub {
	font-size: 14px;
	line-height: 1.5;
}

.uk-scope .uk-nav-default .uk-nav-sub a {
	color: #999;
}

.uk-scope .uk-nav-default .uk-nav-sub a:hover {
	color: #666;
}

.uk-scope .uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #333;
}

.uk-scope .uk-nav-primary {
	font-size: 24px;
	line-height: 1.5;
}

.uk-scope .uk-nav-primary > li > a {
	color: #999;
}

.uk-scope .uk-nav-primary > li > a:hover {
	color: #666;
}

.uk-scope .uk-nav-primary > li.uk-active > a {
	color: #333;
}

.uk-scope .uk-nav-primary .uk-nav-subtitle {
	font-size: 20px;
}

.uk-scope .uk-nav-primary .uk-nav-header {
	color: #333;
}

.uk-scope .uk-nav-primary .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-nav-primary .uk-nav-sub {
	font-size: 20px;
	line-height: 1.5;
}

.uk-scope .uk-nav-primary .uk-nav-sub a {
	color: #999;
}

.uk-scope .uk-nav-primary .uk-nav-sub a:hover {
	color: #666;
}

.uk-scope .uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #333;
}

.uk-scope .uk-nav-secondary {
	font-size: 16px;
	line-height: 1.5;
}

.uk-scope .uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider) {
	margin-top: 0;
}

.uk-scope .uk-nav-secondary > li > a {
	color: #333;
	padding: 10px 10px;
}

.uk-scope .uk-nav-secondary > li > a:hover {
	color: #333;
	background-color: #f8f8f8;
}

.uk-scope .uk-nav-secondary > li.uk-active > a {
	color: #333;
	background-color: #f8f8f8;
}

.uk-scope .uk-nav-secondary .uk-nav-subtitle {
	font-size: 14px;
	color: #999;
}

.uk-scope .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
	color: #666;
}

.uk-scope .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
	color: #333;
}

.uk-scope .uk-nav-secondary .uk-nav-header {
	color: #333;
}

.uk-scope .uk-nav-secondary .uk-nav-divider {
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-nav-secondary .uk-nav-sub {
	font-size: 14px;
	line-height: 1.5;
}

.uk-scope .uk-nav-secondary .uk-nav-sub a {
	color: #999;
}

.uk-scope .uk-nav-secondary .uk-nav-sub a:hover {
	color: #666;
}

.uk-scope .uk-nav-secondary .uk-nav-sub li.uk-active > a {
	color: #333;
}

.uk-scope .uk-nav-center {
	text-align: center;
}

.uk-scope .uk-nav-center li > a {
	justify-content: center;
}

.uk-scope .uk-nav-center .uk-nav-sub, .uk-scope .uk-nav-center .uk-nav-sub ul {
	padding-left: 0;
}

.uk-scope .uk-nav-center .uk-nav-parent-icon {
	margin-left: 4px;
}

.uk-scope .uk-nav.uk-nav-divider > :not(.uk-nav-header,.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider) {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e5e5e5;
}

.uk-scope .uk-subnav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.uk-scope .uk-subnav > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-scope .uk-subnav > * > :first-child {
	display: flex;
	align-items: center;
	column-gap: .25em;
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	transition: .1s ease-in-out;
	transition-property: color, background-color;
}

.uk-scope .uk-subnav > * > a:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .uk-subnav > .uk-active > a {
	color: #333;
}

.uk-scope .uk-subnav-divider {
	margin-left: -41px;
}

.uk-scope .uk-subnav-divider > * {
	display: flex;
	align-items: center;
}

.uk-scope .uk-subnav-divider > ::before {
	content: "";
	height: 1.5em;
	margin-left: 0;
	margin-right: 20px;
	border-left: 1px solid transparent;
}

.uk-scope .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: #e5e5e5;
}

.uk-scope .uk-subnav-pill > * > :first-child {
	padding: 5px 10px;
	background: 0 0;
	color: #999;
}

.uk-scope .uk-subnav-pill > * > a:hover {
	background-color: #f8f8f8;
	color: #666;
}

.uk-scope .uk-subnav-pill > * > a:active {
	background-color: #f8f8f8;
	color: #666;
}

.uk-scope .uk-subnav-pill > .uk-active > a {
	background-color: #1e87f0;
	color: #fff;
}

.uk-scope .uk-subnav > .uk-disabled > a {
	color: #999;
}

.uk-scope .uk-breadcrumb {
	padding: 0;
	list-style: none;
}

.uk-scope .uk-breadcrumb > * {
	display: contents;
}

.uk-scope .uk-breadcrumb > * > * {
	font-size: 14px;
	color: #999;
}

.uk-scope .uk-breadcrumb > * > :hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .uk-breadcrumb > :last-child > a:not([href]), .uk-scope .uk-breadcrumb > :last-child > span {
	color: #666;
}

.uk-scope .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	content: "/";
	display: inline-block;
	margin: 0 20px 0 calc(20px - 4px);
	font-size: 14px;
	color: #999;
}

.uk-scope .uk-tab {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
	position: relative;
}

.uk-scope .uk-tab::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 0;
	border-bottom: 1px solid #e5e5e5;
}

.uk-scope .uk-tab > * {
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-scope .uk-tab > * > a {
	display: flex;
	align-items: center;
	column-gap: .25em;
	justify-content: center;
	padding: 5px 10px;
	color: #999;
	border-bottom: 1px solid transparent;
	font-size: 14px;
	text-transform: uppercase;
	transition: color .1s ease-in-out;
}

.uk-scope .uk-tab > * > a:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .uk-tab > .uk-active > a {
	color: #333;
	border-color: #1e87f0;
}

.uk-scope .uk-tab > .uk-disabled > a {
	color: #999;
}

.uk-scope .uk-tab-bottom::before {
	top: 0;
	bottom: auto;
}

.uk-scope .uk-tab-bottom > * > a {
	border-top: 1px solid transparent;
	border-bottom: none;
}

.uk-scope .uk-tab-left, .uk-scope .uk-tab-right {
	flex-direction: column;
	margin-left: 0;
}

.uk-scope .uk-tab-left > *, .uk-scope .uk-tab-right > * {
	padding-left: 0;
}

.uk-scope .uk-tab-left::before {
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-scope .uk-tab-right::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	border-left: 1px solid #e5e5e5;
	border-bottom: none;
}

.uk-scope .uk-tab-left > * > a {
	justify-content: left;
	border-right: 1px solid transparent;
	border-bottom: none;
}

.uk-scope .uk-tab-right > * > a {
	justify-content: left;
	border-left: 1px solid transparent;
	border-bottom: none;
}

.uk-scope .uk-tab .uk-dropdown {
	margin-left: 30px;
}

.uk-scope .uk-slidenav {
	padding: 5px 10px;
	color: rgba(102, 102, 102, .5);
	transition: color .1s ease-in-out;
}

.uk-scope .uk-slidenav:hover {
	color: rgba(102, 102, 102, .9);
}

.uk-scope .uk-slidenav:active {
	color: rgba(102, 102, 102, .5);
}

.uk-scope .uk-slidenav-large {
	padding: 10px 10px;
}

.uk-scope .uk-slidenav-container {
	display: flex;
}

.uk-scope .uk-dotnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -12px;
}

.uk-scope .uk-dotnav > * {
	flex: none;
	padding-left: 12px;
}

.uk-scope .uk-dotnav > * > * {
	display: block;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: 1px solid rgba(102, 102, 102, .4);
	transition: .2s ease-in-out;
	transition-property: background-color, border-color;
}

.uk-scope .uk-dotnav > * > :hover {
	background-color: rgba(102, 102, 102, .6);
	border-color: transparent;
}

.uk-scope .uk-dotnav > * > :active {
	background-color: rgba(102, 102, 102, .2);
	border-color: transparent;
}

.uk-scope .uk-dotnav > .uk-active > * {
	background-color: rgba(102, 102, 102, .6);
	border-color: transparent;
}

.uk-scope .uk-dotnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px;
}

.uk-scope .uk-dotnav-vertical > * {
	padding-left: 0;
	padding-top: 12px;
}

.uk-scope .uk-thumbnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -15px;
}

.uk-scope .uk-thumbnav > * {
	padding-left: 15px;
}

.uk-scope .uk-thumbnav > * > * {
	display: inline-block;
	position: relative;
}

.uk-scope .uk-thumbnav > * > ::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .4);
	transition: background-color .1s ease-in-out;
}

.uk-scope .uk-thumbnav > * > :hover::after {
	background-color: transparent;
}

.uk-scope .uk-thumbnav > .uk-active > ::after {
	background-color: transparent;
}

.uk-scope .uk-thumbnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -15px;
}

.uk-scope .uk-thumbnav-vertical > * {
	padding-left: 0;
	padding-top: 15px;
}

.uk-scope .uk-iconnav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -10px;
}

.uk-scope .uk-iconnav > * {
	padding-left: 10px;
}

.uk-scope .uk-iconnav > * > a {
	display: flex;
	align-items: center;
	column-gap: .25em;
	line-height: 0;
	color: #999;
	text-decoration: none;
	font-size: 14px;
	transition: .1s ease-in-out;
	transition-property: color, background-color;
}

.uk-scope .uk-iconnav > * > a:hover {
	color: #666;
}

.uk-scope .uk-iconnav > .uk-active > a {
	color: #666;
}

.uk-scope .uk-iconnav-vertical {
	flex-direction: column;
	margin-left: 0;
	margin-top: -10px;
}

.uk-scope .uk-iconnav-vertical > * {
	padding-left: 0;
	padding-top: 10px;
}

.uk-scope .uk-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #000;
	opacity: 0;
	transition: opacity .15s linear;
	touch-action: pinch-zoom;
}

.uk-scope .uk-lightbox.uk-open {
	display: block;
	opacity: 1;
}

.uk-scope .uk-lightbox :focus {
	outline-color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-lightbox :focus-visible {
	outline-color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-lightbox-page {
	overflow: hidden;
}

.uk-scope .uk-lightbox-items > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, .7);
	will-change: transform, opacity;
}

.uk-scope .uk-lightbox-items > * > * {
	max-width: 100vw;
	max-height: 100vh;
}

.uk-scope .uk-lightbox-items > * > :not(iframe) {
	width: auto;
	height: auto;
}

.uk-scope .uk-lightbox-items > .uk-active {
	display: flex;
}

.uk-scope .uk-lightbox-toolbar {
	padding: 10px 10px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-lightbox-toolbar > * {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-lightbox-toolbar-icon {
	padding: 5px;
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-lightbox-toolbar-icon:hover {
	color: #fff;
}

.uk-scope .uk-lightbox-button {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .7);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.uk-scope .uk-lightbox-button:hover {
	color: #fff;
}

.uk-scope .uk-lightbox-caption:empty {
	display: none;
}

.uk-scope .uk-lightbox-iframe {
	width: 80%;
	height: 80%;
}

.uk-scope [class*=uk-animation-] {
	animation: .5s ease-out both;
}

.uk-scope .uk-animation-fade {
	animation-name: uk-fade;
	animation-duration: .8s;
	animation-timing-function: linear;
}

.uk-scope .uk-animation-scale-up {
	animation-name: uk-fade, uk-scale-up;
}

.uk-scope .uk-animation-scale-down {
	animation-name: uk-fade, uk-scale-down;
}

.uk-scope .uk-animation-slide-top {
	animation-name: uk-fade, uk-slide-top;
}

.uk-scope .uk-animation-slide-bottom {
	animation-name: uk-fade, uk-slide-bottom;
}

.uk-scope .uk-animation-slide-left {
	animation-name: uk-fade, uk-slide-left;
}

.uk-scope .uk-animation-slide-right {
	animation-name: uk-fade, uk-slide-right;
}

.uk-scope .uk-animation-slide-top-small {
	animation-name: uk-fade, uk-slide-top-small;
}

.uk-scope .uk-animation-slide-bottom-small {
	animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-scope .uk-animation-slide-left-small {
	animation-name: uk-fade, uk-slide-left-small;
}

.uk-scope .uk-animation-slide-right-small {
	animation-name: uk-fade, uk-slide-right-small;
}

.uk-scope .uk-animation-slide-top-medium {
	animation-name: uk-fade, uk-slide-top-medium;
}

.uk-scope .uk-animation-slide-bottom-medium {
	animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-scope .uk-animation-slide-left-medium {
	animation-name: uk-fade, uk-slide-left-medium;
}

.uk-scope .uk-animation-slide-right-medium {
	animation-name: uk-fade, uk-slide-right-medium;
}

.uk-scope .uk-animation-kenburns {
	animation-name: uk-kenburns;
	animation-duration: 15s;
}

.uk-scope .uk-animation-shake {
	animation-name: uk-shake;
}

.uk-scope .uk-animation-stroke {
	animation-name: uk-stroke;
	animation-duration: 2s;
	stroke-dasharray: var(--uk-animation-stroke);
}

.uk-scope .uk-animation-reverse {
	animation-direction: reverse;
	animation-timing-function: ease-in;
}

.uk-scope .uk-animation-fast {
	animation-duration: .1s;
}

.uk-scope .uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
	animation-name: none;
}

@keyframes uk-fade {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes uk-scale-up {
	0% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes uk-scale-down {
	0% {
		transform: scale(1.1);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes uk-slide-top {
	0% {
		transform: translateY(-100%);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes uk-slide-bottom {
	0% {
		transform: translateY(100%);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes uk-slide-left {
	0% {
		transform: translateX(-100%);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes uk-slide-right {
	0% {
		transform: translateX(100%);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes uk-slide-top-small {
	0% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes uk-slide-bottom-small {
	0% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes uk-slide-left-small {
	0% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes uk-slide-right-small {
	0% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes uk-slide-top-medium {
	0% {
		transform: translateY(-50px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes uk-slide-bottom-medium {
	0% {
		transform: translateY(50px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes uk-slide-left-medium {
	0% {
		transform: translateX(-50px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes uk-slide-right-medium {
	0% {
		transform: translateX(50px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes uk-kenburns {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.2);
	}
}

@keyframes uk-shake {
	0%, 100% {
		transform: translateX(0);
	}
	
	10% {
		transform: translateX(-9px);
	}
	
	20% {
		transform: translateX(8px);
	}
	
	30% {
		transform: translateX(-7px);
	}
	
	40% {
		transform: translateX(6px);
	}
	
	50% {
		transform: translateX(-5px);
	}
	
	60% {
		transform: translateX(4px);
	}
	
	70% {
		transform: translateX(-3px);
	}
	
	80% {
		transform: translateX(2px);
	}
	
	90% {
		transform: translateX(-1px);
	}
}

@keyframes uk-stroke {
	0% {
		stroke-dashoffset: var(--uk-animation-stroke);
	}
	
	100% {
		stroke-dashoffset: 0;
	}
}

.uk-scope [class*=uk-child-width] > * {
	box-sizing: border-box;
	width: 100%;
}

.uk-scope .uk-child-width-1-2 > * {
	width: 50%;
}

.uk-scope .uk-child-width-1-3 > * {
	width: calc(100% * 1 / 3.001);
}

.uk-scope .uk-child-width-1-4 > * {
	width: 25%;
}

.uk-scope .uk-child-width-1-5 > * {
	width: 20%;
}

.uk-scope .uk-child-width-1-6 > * {
	width: calc(100% * 1 / 6.001);
}

.uk-scope .uk-child-width-auto > * {
	width: auto;
}

.uk-scope .uk-child-width-expand > :not([class*=uk-width]) {
	flex: 1;
	min-width: 1px;
}

@media (min-width:640px) {
	.uk-scope .uk-child-width-1-1\@s > * {
		width: 100%;
	}
	
	.uk-scope .uk-child-width-1-2\@s > * {
		width: 50%;
	}
	
	.uk-scope .uk-child-width-1-3\@s > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-child-width-1-4\@s > * {
		width: 25%;
	}
	
	.uk-scope .uk-child-width-1-5\@s > * {
		width: 20%;
	}
	
	.uk-scope .uk-child-width-1-6\@s > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-child-width-auto\@s > * {
		width: auto;
	}
	
	.uk-scope .uk-child-width-expand\@s > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-child-width-1-1\@m > * {
		width: 100%;
	}
	
	.uk-scope .uk-child-width-1-2\@m > * {
		width: 50%;
	}
	
	.uk-scope .uk-child-width-1-3\@m > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-child-width-1-4\@m > * {
		width: 25%;
	}
	
	.uk-scope .uk-child-width-1-5\@m > * {
		width: 20%;
	}
	
	.uk-scope .uk-child-width-1-6\@m > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-child-width-auto\@m > * {
		width: auto;
	}
	
	.uk-scope .uk-child-width-expand\@m > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-child-width-1-1\@l > * {
		width: 100%;
	}
	
	.uk-scope .uk-child-width-1-2\@l > * {
		width: 50%;
	}
	
	.uk-scope .uk-child-width-1-3\@l > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-child-width-1-4\@l > * {
		width: 25%;
	}
	
	.uk-scope .uk-child-width-1-5\@l > * {
		width: 20%;
	}
	
	.uk-scope .uk-child-width-1-6\@l > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-child-width-auto\@l > * {
		width: auto;
	}
	
	.uk-scope .uk-child-width-expand\@l > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-child-width-1-1\@xl > * {
		width: 100%;
	}
	
	.uk-scope .uk-child-width-1-2\@xl > * {
		width: 50%;
	}
	
	.uk-scope .uk-child-width-1-3\@xl > * {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-child-width-1-4\@xl > * {
		width: 25%;
	}
	
	.uk-scope .uk-child-width-1-5\@xl > * {
		width: 20%;
	}
	
	.uk-scope .uk-child-width-1-6\@xl > * {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-child-width-auto\@xl > * {
		width: auto;
	}
	
	.uk-scope .uk-child-width-expand\@xl > :not([class*=uk-width]) {
		flex: 1;
		min-width: 1px;
	}
}

.uk-scope [class*=uk-width] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.uk-scope .uk-width-1-2 {
	width: 50%;
}

.uk-scope .uk-width-1-3 {
	width: calc(100% * 1 / 3.001);
}

.uk-scope .uk-width-2-3 {
	width: calc(100% * 2 / 3.001);
}

.uk-scope .uk-width-1-4 {
	width: 25%;
}

.uk-scope .uk-width-3-4 {
	width: 75%;
}

.uk-scope .uk-width-1-5 {
	width: 20%;
}

.uk-scope .uk-width-2-5 {
	width: 40%;
}

.uk-scope .uk-width-3-5 {
	width: 60%;
}

.uk-scope .uk-width-4-5 {
	width: 80%;
}

.uk-scope .uk-width-1-6 {
	width: calc(100% * 1 / 6.001);
}

.uk-scope .uk-width-5-6 {
	width: calc(100% * 5 / 6.001);
}

.uk-scope .uk-width-small {
	width: 150px;
}

.uk-scope .uk-width-medium {
	width: 300px;
}

.uk-scope .uk-width-large {
	width: 450px;
}

.uk-scope .uk-width-xlarge {
	width: 600px;
}

.uk-scope .uk-width-2xlarge {
	width: 750px;
}

.uk-scope .uk-width-auto {
	width: auto;
}

.uk-scope .uk-width-expand {
	flex: 1;
	min-width: 1px;
}

@media (min-width:640px) {
	.uk-scope .uk-width-1-1\@s {
		width: 100%;
	}
	
	.uk-scope .uk-width-1-2\@s {
		width: 50%;
	}
	
	.uk-scope .uk-width-1-3\@s {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-width-2-3\@s {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-scope .uk-width-1-4\@s {
		width: 25%;
	}
	
	.uk-scope .uk-width-3-4\@s {
		width: 75%;
	}
	
	.uk-scope .uk-width-1-5\@s {
		width: 20%;
	}
	
	.uk-scope .uk-width-2-5\@s {
		width: 40%;
	}
	
	.uk-scope .uk-width-3-5\@s {
		width: 60%;
	}
	
	.uk-scope .uk-width-4-5\@s {
		width: 80%;
	}
	
	.uk-scope .uk-width-1-6\@s {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-width-5-6\@s {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-scope .uk-width-small\@s {
		width: 150px;
	}
	
	.uk-scope .uk-width-medium\@s {
		width: 300px;
	}
	
	.uk-scope .uk-width-large\@s {
		width: 450px;
	}
	
	.uk-scope .uk-width-xlarge\@s {
		width: 600px;
	}
	
	.uk-scope .uk-width-2xlarge\@s {
		width: 750px;
	}
	
	.uk-scope .uk-width-auto\@s {
		width: auto;
	}
	
	.uk-scope .uk-width-expand\@s {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-width-1-1\@m {
		width: 100%;
	}
	
	.uk-scope .uk-width-1-2\@m {
		width: 50%;
	}
	
	.uk-scope .uk-width-1-3\@m {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-width-2-3\@m {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-scope .uk-width-1-4\@m {
		width: 25%;
	}
	
	.uk-scope .uk-width-3-4\@m {
		width: 75%;
	}
	
	.uk-scope .uk-width-1-5\@m {
		width: 20%;
	}
	
	.uk-scope .uk-width-2-5\@m {
		width: 40%;
	}
	
	.uk-scope .uk-width-3-5\@m {
		width: 60%;
	}
	
	.uk-scope .uk-width-4-5\@m {
		width: 80%;
	}
	
	.uk-scope .uk-width-1-6\@m {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-width-5-6\@m {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-scope .uk-width-small\@m {
		width: 150px;
	}
	
	.uk-scope .uk-width-medium\@m {
		width: 300px;
	}
	
	.uk-scope .uk-width-large\@m {
		width: 450px;
	}
	
	.uk-scope .uk-width-xlarge\@m {
		width: 600px;
	}
	
	.uk-scope .uk-width-2xlarge\@m {
		width: 750px;
	}
	
	.uk-scope .uk-width-auto\@m {
		width: auto;
	}
	
	.uk-scope .uk-width-expand\@m {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-width-1-1\@l {
		width: 100%;
	}
	
	.uk-scope .uk-width-1-2\@l {
		width: 50%;
	}
	
	.uk-scope .uk-width-1-3\@l {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-width-2-3\@l {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-scope .uk-width-1-4\@l {
		width: 25%;
	}
	
	.uk-scope .uk-width-3-4\@l {
		width: 75%;
	}
	
	.uk-scope .uk-width-1-5\@l {
		width: 20%;
	}
	
	.uk-scope .uk-width-2-5\@l {
		width: 40%;
	}
	
	.uk-scope .uk-width-3-5\@l {
		width: 60%;
	}
	
	.uk-scope .uk-width-4-5\@l {
		width: 80%;
	}
	
	.uk-scope .uk-width-1-6\@l {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-width-5-6\@l {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-scope .uk-width-small\@l {
		width: 150px;
	}
	
	.uk-scope .uk-width-medium\@l {
		width: 300px;
	}
	
	.uk-scope .uk-width-large\@l {
		width: 450px;
	}
	
	.uk-scope .uk-width-xlarge\@l {
		width: 600px;
	}
	
	.uk-scope .uk-width-2xlarge\@l {
		width: 750px;
	}
	
	.uk-scope .uk-width-auto\@l {
		width: auto;
	}
	
	.uk-scope .uk-width-expand\@l {
		flex: 1;
		min-width: 1px;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-width-1-1\@xl {
		width: 100%;
	}
	
	.uk-scope .uk-width-1-2\@xl {
		width: 50%;
	}
	
	.uk-scope .uk-width-1-3\@xl {
		width: calc(100% * 1 / 3.001);
	}
	
	.uk-scope .uk-width-2-3\@xl {
		width: calc(100% * 2 / 3.001);
	}
	
	.uk-scope .uk-width-1-4\@xl {
		width: 25%;
	}
	
	.uk-scope .uk-width-3-4\@xl {
		width: 75%;
	}
	
	.uk-scope .uk-width-1-5\@xl {
		width: 20%;
	}
	
	.uk-scope .uk-width-2-5\@xl {
		width: 40%;
	}
	
	.uk-scope .uk-width-3-5\@xl {
		width: 60%;
	}
	
	.uk-scope .uk-width-4-5\@xl {
		width: 80%;
	}
	
	.uk-scope .uk-width-1-6\@xl {
		width: calc(100% * 1 / 6.001);
	}
	
	.uk-scope .uk-width-5-6\@xl {
		width: calc(100% * 5 / 6.001);
	}
	
	.uk-scope .uk-width-small\@xl {
		width: 150px;
	}
	
	.uk-scope .uk-width-medium\@xl {
		width: 300px;
	}
	
	.uk-scope .uk-width-large\@xl {
		width: 450px;
	}
	
	.uk-scope .uk-width-xlarge\@xl {
		width: 600px;
	}
	
	.uk-scope .uk-width-2xlarge\@xl {
		width: 750px;
	}
	
	.uk-scope .uk-width-auto\@xl {
		width: auto;
	}
	
	.uk-scope .uk-width-expand\@xl {
		flex: 1;
		min-width: 1px;
	}
}

.uk-scope .uk-width-max-content {
	width: max-content;
}

.uk-scope .uk-width-min-content {
	width: min-content;
}

.uk-scope [class*=uk-height] {
	box-sizing: border-box;
}

.uk-scope .uk-height-1-1 {
	height: 100%;
}

.uk-scope .uk-height-viewport {
	min-height: 100vh;
}

.uk-scope .uk-height-viewport-2 {
	min-height: 200vh;
}

.uk-scope .uk-height-viewport-3 {
	min-height: 300vh;
}

.uk-scope .uk-height-viewport-4 {
	min-height: 400vh;
}

.uk-scope .uk-height-small {
	height: 150px;
}

.uk-scope .uk-height-medium {
	height: 300px;
}

.uk-scope .uk-height-large {
	height: 450px;
}

.uk-scope .uk-height-max-small {
	max-height: 150px;
}

.uk-scope .uk-height-max-medium {
	max-height: 300px;
}

.uk-scope .uk-height-max-large {
	max-height: 450px;
}

.uk-scope .uk-text-lead {
	font-size: 24px;
	line-height: 1.5;
	color: #333;
}

.uk-scope .uk-text-meta {
	font-size: 14px;
	line-height: 1.4;
	color: #999;
}

.uk-scope .uk-text-meta a {
	color: #999;
}

.uk-scope .uk-text-meta a:hover {
	color: #666;
	text-decoration: none;
}

.uk-scope .uk-text-small {
	font-size: 14px;
	line-height: 1.5;
}

.uk-scope .uk-text-large {
	font-size: 24px;
	line-height: 1.5;
}

.uk-scope .uk-text-default {
	font-size: 16px;
	line-height: 1.5;
}

.uk-scope .uk-text-light {
	font-weight: 300;
}

.uk-scope .uk-text-normal {
	font-weight: 400;
}

.uk-scope .uk-text-bold {
	font-weight: 700;
}

.uk-scope .uk-text-lighter {
	font-weight: lighter;
}

.uk-scope .uk-text-bolder {
	font-weight: bolder;
}

.uk-scope .uk-text-italic {
	font-style: italic;
}

.uk-scope .uk-text-capitalize {
	text-transform: capitalize !important;
}

.uk-scope .uk-text-uppercase {
	text-transform: uppercase !important;
}

.uk-scope .uk-text-lowercase {
	text-transform: lowercase !important;
}

.uk-scope .uk-text-decoration-none {
	text-decoration: none !important;
}

.uk-scope .uk-text-muted {
	color: #999 !important;
}

.uk-scope .uk-text-emphasis {
	color: #333 !important;
}

.uk-scope .uk-text-primary {
	color: #1e87f0 !important;
}

.uk-scope .uk-text-secondary {
	color: #222 !important;
}

.uk-scope .uk-text-success {
	color: #32d296 !important;
}

.uk-scope .uk-text-warning {
	color: #faa05a !important;
}

.uk-scope .uk-text-danger {
	color: #f0506e !important;
}

.uk-scope .uk-text-background {
	-webkit-background-clip: text;
	color: transparent !important;
	display: inline-block;
	background-color: #1e87f0;
}

.uk-scope .uk-text-left {
	text-align: left !important;
}

.uk-scope .uk-text-right {
	text-align: right !important;
}

.uk-scope .uk-text-center {
	text-align: center !important;
}

.uk-scope .uk-text-justify {
	text-align: justify !important;
}

@media (min-width:640px) {
	.uk-scope .uk-text-left\@s {
		text-align: left !important;
	}
	
	.uk-scope .uk-text-right\@s {
		text-align: right !important;
	}
	
	.uk-scope .uk-text-center\@s {
		text-align: center !important;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-text-left\@m {
		text-align: left !important;
	}
	
	.uk-scope .uk-text-right\@m {
		text-align: right !important;
	}
	
	.uk-scope .uk-text-center\@m {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-text-left\@l {
		text-align: left !important;
	}
	
	.uk-scope .uk-text-right\@l {
		text-align: right !important;
	}
	
	.uk-scope .uk-text-center\@l {
		text-align: center !important;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-text-left\@xl {
		text-align: left !important;
	}
	
	.uk-scope .uk-text-right\@xl {
		text-align: right !important;
	}
	
	.uk-scope .uk-text-center\@xl {
		text-align: center !important;
	}
}

.uk-scope .uk-text-top {
	vertical-align: top !important;
}

.uk-scope .uk-text-middle {
	vertical-align: middle !important;
}

.uk-scope .uk-text-bottom {
	vertical-align: bottom !important;
}

.uk-scope .uk-text-baseline {
	vertical-align: baseline !important;
}

.uk-scope .uk-text-nowrap {
	white-space: nowrap;
}

.uk-scope .uk-text-truncate {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uk-scope td.uk-text-truncate, .uk-scope th.uk-text-truncate {
	max-width: 0;
}

.uk-scope .uk-text-break {
	overflow-wrap: break-word;
}

.uk-scope td.uk-text-break, .uk-scope th.uk-text-break {
	word-break: break-word;
}

.uk-scope [class*=uk-column-] {
	column-gap: 30px;
}

@media (min-width:1200px) {
	.uk-scope [class*=uk-column-] {
		column-gap: 40px;
	}
}

.uk-scope [class*=uk-column-] img {
	transform: translate3d(0, 0, 0);
}

.uk-scope .uk-column-divider {
	column-rule: 1px solid #e5e5e5;
	column-gap: 60px;
}

@media (min-width:1200px) {
	.uk-scope .uk-column-divider {
		column-gap: 80px;
	}
}

.uk-scope .uk-column-1-2 {
	column-count: 2;
}

.uk-scope .uk-column-1-3 {
	column-count: 3;
}

.uk-scope .uk-column-1-4 {
	column-count: 4;
}

.uk-scope .uk-column-1-5 {
	column-count: 5;
}

.uk-scope .uk-column-1-6 {
	column-count: 6;
}

@media (min-width:640px) {
	.uk-scope .uk-column-1-2\@s {
		column-count: 2;
	}
	
	.uk-scope .uk-column-1-3\@s {
		column-count: 3;
	}
	
	.uk-scope .uk-column-1-4\@s {
		column-count: 4;
	}
	
	.uk-scope .uk-column-1-5\@s {
		column-count: 5;
	}
	
	.uk-scope .uk-column-1-6\@s {
		column-count: 6;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-column-1-2\@m {
		column-count: 2;
	}
	
	.uk-scope .uk-column-1-3\@m {
		column-count: 3;
	}
	
	.uk-scope .uk-column-1-4\@m {
		column-count: 4;
	}
	
	.uk-scope .uk-column-1-5\@m {
		column-count: 5;
	}
	
	.uk-scope .uk-column-1-6\@m {
		column-count: 6;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-column-1-2\@l {
		column-count: 2;
	}
	
	.uk-scope .uk-column-1-3\@l {
		column-count: 3;
	}
	
	.uk-scope .uk-column-1-4\@l {
		column-count: 4;
	}
	
	.uk-scope .uk-column-1-5\@l {
		column-count: 5;
	}
	
	.uk-scope .uk-column-1-6\@l {
		column-count: 6;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-column-1-2\@xl {
		column-count: 2;
	}
	
	.uk-scope .uk-column-1-3\@xl {
		column-count: 3;
	}
	
	.uk-scope .uk-column-1-4\@xl {
		column-count: 4;
	}
	
	.uk-scope .uk-column-1-5\@xl {
		column-count: 5;
	}
	
	.uk-scope .uk-column-1-6\@xl {
		column-count: 6;
	}
}

.uk-scope .uk-column-span {
	column-span: all;
}

.uk-scope [data-uk-cover], .uk-scope [uk-cover] {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	--uk-position-translate-x: -50%;
	--uk-position-translate-y: -50%;
	transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

.uk-scope iframe[data-uk-cover], .uk-scope iframe[uk-cover] {
	pointer-events: none;
}

.uk-scope .uk-cover-container {
	overflow: hidden;
	position: relative;
}

.uk-scope .uk-background-default {
	background-color: #fff;
}

.uk-scope .uk-background-muted {
	background-color: #f8f8f8;
}

.uk-scope .uk-background-primary {
	background-color: #1e87f0;
}

.uk-scope .uk-background-secondary {
	background-color: #222;
}

.uk-scope .uk-background-contain, .uk-scope .uk-background-cover, .uk-scope .uk-background-height-1-1, .uk-scope .uk-background-width-1-1 {
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.uk-scope .uk-background-cover {
	background-size: cover;
}

.uk-scope .uk-background-contain {
	background-size: contain;
}

.uk-scope .uk-background-width-1-1 {
	background-size: 100%;
}

.uk-scope .uk-background-height-1-1 {
	background-size: auto 100%;
}

.uk-scope .uk-background-top-left {
	background-position: 0 0;
}

.uk-scope .uk-background-top-center {
	background-position: 50% 0;
}

.uk-scope .uk-background-top-right {
	background-position: 100% 0;
}

.uk-scope .uk-background-center-left {
	background-position: 0 50%;
}

.uk-scope .uk-background-center-center {
	background-position: 50% 50%;
}

.uk-scope .uk-background-center-right {
	background-position: 100% 50%;
}

.uk-scope .uk-background-bottom-left {
	background-position: 0 100%;
}

.uk-scope .uk-background-bottom-center {
	background-position: 50% 100%;
}

.uk-scope .uk-background-bottom-right {
	background-position: 100% 100%;
}

.uk-scope .uk-background-norepeat {
	background-repeat: no-repeat;
}

.uk-scope .uk-background-fixed {
	background-attachment: fixed;
	backface-visibility: hidden;
}

@media (pointer:coarse) {
	.uk-scope .uk-background-fixed {
		background-attachment: scroll;
	}
}

@media (max-width:639px) {
	.uk-scope .uk-background-image\@s {
		background-image: none !important;
	}
	
	.uk-scope .uk-background-image\@s.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:959px) {
	.uk-scope .uk-background-image\@m {
		background-image: none !important;
	}
	
	.uk-scope .uk-background-image\@m.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:1199px) {
	.uk-scope .uk-background-image\@l {
		background-image: none !important;
	}
	
	.uk-scope .uk-background-image\@l.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width:1599px) {
	.uk-scope .uk-background-image\@xl {
		background-image: none !important;
	}
	
	.uk-scope .uk-background-image\@xl.nitro-lazy {
		background-image: none !important;
	}
}

.uk-scope .uk-background-blend-multiply {
	background-blend-mode: multiply;
}

.uk-scope .uk-background-blend-screen {
	background-blend-mode: screen;
}

.uk-scope .uk-background-blend-overlay {
	background-blend-mode: overlay;
}

.uk-scope .uk-background-blend-darken {
	background-blend-mode: darken;
}

.uk-scope .uk-background-blend-lighten {
	background-blend-mode: lighten;
}

.uk-scope .uk-background-blend-color-dodge {
	background-blend-mode: color-dodge;
}

.uk-scope .uk-background-blend-color-burn {
	background-blend-mode: color-burn;
}

.uk-scope .uk-background-blend-hard-light {
	background-blend-mode: hard-light;
}

.uk-scope .uk-background-blend-soft-light {
	background-blend-mode: soft-light;
}

.uk-scope .uk-background-blend-difference {
	background-blend-mode: difference;
}

.uk-scope .uk-background-blend-exclusion {
	background-blend-mode: exclusion;
}

.uk-scope .uk-background-blend-hue {
	background-blend-mode: hue;
}

.uk-scope .uk-background-blend-saturation {
	background-blend-mode: saturation;
}

.uk-scope .uk-background-blend-color {
	background-blend-mode: color;
}

.uk-scope .uk-background-blend-luminosity {
	background-blend-mode: luminosity;
}

.uk-scope [class*=uk-align] {
	display: block;
	margin-bottom: 30px;
}

.uk-scope * + [class*=uk-align] {
	margin-top: 30px;
}

.uk-scope .uk-align-center {
	margin-left: auto;
	margin-right: auto;
}

.uk-scope .uk-align-left {
	margin-top: 0;
	margin-right: 30px;
	float: left;
}

.uk-scope .uk-align-right {
	margin-top: 0;
	margin-left: 30px;
	float: right;
}

@media (min-width:640px) {
	.uk-scope .uk-align-left\@s {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	
	.uk-scope .uk-align-right\@s {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-align-left\@m {
		margin-top: 0;
		margin-right: 30px;
		float: left;
	}
	
	.uk-scope .uk-align-right\@m {
		margin-top: 0;
		margin-left: 30px;
		float: right;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-align-left\@l {
		margin-top: 0;
		float: left;
	}
	
	.uk-scope .uk-align-right\@l {
		margin-top: 0;
		float: right;
	}
	
	.uk-scope .uk-align-left, .uk-scope .uk-align-left\@l, .uk-scope .uk-align-left\@m, .uk-scope .uk-align-left\@s {
		margin-right: 40px;
	}
	
	.uk-scope .uk-align-right, .uk-scope .uk-align-right\@l, .uk-scope .uk-align-right\@m, .uk-scope .uk-align-right\@s {
		margin-left: 40px;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-align-left\@xl {
		margin-top: 0;
		margin-right: 40px;
		float: left;
	}
	
	.uk-scope .uk-align-right\@xl {
		margin-top: 0;
		margin-left: 40px;
		float: right;
	}
}

.uk-scope .uk-svg, .uk-scope .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
	fill: currentcolor;
}

.uk-scope .uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke: currentcolor;
}

.uk-scope .uk-svg {
	transform: translate(0, 0);
}

.uk-scope .uk-panel {
	display: flow-root;
	position: relative;
	box-sizing: border-box;
}

.uk-scope .uk-panel > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-panel-scrollable {
	height: 170px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	resize: both;
}

.uk-scope .uk-clearfix::before {
	content: "";
	display: table-cell;
}

.uk-scope .uk-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.uk-scope .uk-float-left {
	float: left;
}

.uk-scope .uk-float-right {
	float: right;
}

.uk-scope [class*=uk-float-] {
	max-width: 100%;
}

.uk-scope .uk-overflow-hidden {
	overflow: hidden;
}

.uk-scope .uk-overflow-auto {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.uk-scope .uk-overflow-auto > :last-child {
	margin-bottom: 0;
}

.uk-scope .uk-box-sizing-content {
	box-sizing: content-box;
}

.uk-scope .uk-box-sizing-border {
	box-sizing: border-box;
}

.uk-scope .uk-resize {
	resize: both;
}

.uk-scope .uk-resize-horizontal {
	resize: horizontal;
}

.uk-scope .uk-resize-vertical {
	resize: vertical;
}

.uk-scope .uk-display-block {
	display: block !important;
}

.uk-scope .uk-display-inline {
	display: inline !important;
}

.uk-scope .uk-display-inline-block {
	display: inline-block !important;
}

.uk-scope [class*=uk-inline] {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

.uk-scope .uk-inline-clip {
	overflow: hidden;
}

.uk-scope .uk-preserve-width, .uk-scope .uk-preserve-width canvas, .uk-scope .uk-preserve-width img, .uk-scope .uk-preserve-width svg, .uk-scope .uk-preserve-width video {
	max-width: none;
}

.uk-scope .uk-responsive-height, .uk-scope .uk-responsive-width {
	box-sizing: border-box;
}

.uk-scope .uk-responsive-width {
	max-width: 100% !important;
	height: auto;
}

.uk-scope .uk-responsive-height {
	max-height: 100%;
	width: auto;
	max-width: none;
}

.uk-scope [data-uk-responsive], .uk-scope [uk-responsive] {
	max-width: 100%;
}

.uk-scope .uk-object-cover {
	object-fit: cover;
}

.uk-scope .uk-object-contain {
	object-fit: contain;
}

.uk-scope .uk-object-fill {
	object-fit: fill;
}

.uk-scope .uk-object-none {
	object-fit: none;
}

.uk-scope .uk-object-scale-down {
	object-fit: scale-down;
}

.uk-scope .uk-object-top-left {
	object-position: 0 0;
}

.uk-scope .uk-object-top-center {
	object-position: 50% 0;
}

.uk-scope .uk-object-top-right {
	object-position: 100% 0;
}

.uk-scope .uk-object-center-left {
	object-position: 0 50%;
}

.uk-scope .uk-object-center-center {
	object-position: 50% 50%;
}

.uk-scope .uk-object-center-right {
	object-position: 100% 50%;
}

.uk-scope .uk-object-bottom-left {
	object-position: 0 100%;
}

.uk-scope .uk-object-bottom-center {
	object-position: 50% 100%;
}

.uk-scope .uk-object-bottom-right {
	object-position: 100% 100%;
}

.uk-scope .uk-border-circle {
	border-radius: 50%;
}

.uk-scope .uk-border-pill {
	border-radius: 500px;
}

.uk-scope .uk-border-rounded {
	border-radius: 5px;
}

.uk-scope .uk-inline-clip[class*=uk-border-] {
	-webkit-transform: translateZ(0);
}

.uk-scope .uk-box-shadow-small {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.uk-scope .uk-box-shadow-medium {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-scope .uk-box-shadow-large {
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-scope .uk-box-shadow-xlarge {
	box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

.uk-scope [class*=uk-box-shadow-hover] {
	transition: box-shadow .1s ease-in-out;
}

.uk-scope .uk-box-shadow-hover-small:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.uk-scope .uk-box-shadow-hover-medium:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.uk-scope .uk-box-shadow-hover-large:hover {
	box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}

.uk-scope .uk-box-shadow-hover-xlarge:hover {
	box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}

@supports (filter:blur(0)) {
	.uk-scope .uk-box-shadow-bottom {
		display: inline-block;
		position: relative;
		z-index: 0;
		max-width: 100%;
		vertical-align: middle;
	}
	
	.uk-scope .uk-box-shadow-bottom::after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		z-index: -1;
		height: 30px;
		border-radius: 100%;
		background: #444;
		filter: blur(20px);
		will-change: filter;
	}
}

.uk-scope .uk-dropcap::first-letter, .uk-scope .uk-dropcap > p:first-of-type::first-letter {
	display: block;
	margin-right: 10px;
	float: left;
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: -2px;
}

@-moz-document url-prefix() {
	.uk-scope .uk-dropcap::first-letter, .uk-scope .uk-dropcap > p:first-of-type::first-letter {
		margin-top: 1.1%;
	}
}

.uk-scope .uk-logo {
	font-size: 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #333;
	text-decoration: none;
}

.uk-scope :where(.uk-logo) {
	display: inline-block;
	vertical-align: middle;
}

.uk-scope .uk-logo:hover {
	color: #333;
	text-decoration: none;
}

.uk-scope .uk-logo :where(img,svg,video) {
	display: block;
}

.uk-scope .uk-logo-inverse {
	display: none;
}

.uk-scope .uk-disabled {
	pointer-events: none;
}

.uk-drag, .uk-drag * {
	cursor: move;
}

.uk-drag iframe {
	pointer-events: none;
}

.uk-dragover {
	box-shadow: 0 0 20px rgba(100, 100, 100, .3);
}

.uk-scope .uk-blend-multiply {
	mix-blend-mode: multiply;
}

.uk-scope .uk-blend-screen {
	mix-blend-mode: screen;
}

.uk-scope .uk-blend-overlay {
	mix-blend-mode: overlay;
}

.uk-scope .uk-blend-darken {
	mix-blend-mode: darken;
}

.uk-scope .uk-blend-lighten {
	mix-blend-mode: lighten;
}

.uk-scope .uk-blend-color-dodge {
	mix-blend-mode: color-dodge;
}

.uk-scope .uk-blend-color-burn {
	mix-blend-mode: color-burn;
}

.uk-scope .uk-blend-hard-light {
	mix-blend-mode: hard-light;
}

.uk-scope .uk-blend-soft-light {
	mix-blend-mode: soft-light;
}

.uk-scope .uk-blend-difference {
	mix-blend-mode: difference;
}

.uk-scope .uk-blend-exclusion {
	mix-blend-mode: exclusion;
}

.uk-scope .uk-blend-hue {
	mix-blend-mode: hue;
}

.uk-scope .uk-blend-saturation {
	mix-blend-mode: saturation;
}

.uk-scope .uk-blend-color {
	mix-blend-mode: color;
}

.uk-scope .uk-blend-luminosity {
	mix-blend-mode: luminosity;
}

.uk-scope .uk-transform-center {
	transform: translate(-50%, -50%);
}

.uk-scope .uk-transform-origin-top-left {
	transform-origin: 0 0;
}

.uk-scope .uk-transform-origin-top-center {
	transform-origin: 50% 0;
}

.uk-scope .uk-transform-origin-top-right {
	transform-origin: 100% 0;
}

.uk-scope .uk-transform-origin-center-left {
	transform-origin: 0 50%;
}

.uk-scope .uk-transform-origin-center-right {
	transform-origin: 100% 50%;
}

.uk-scope .uk-transform-origin-bottom-left {
	transform-origin: 0 100%;
}

.uk-scope .uk-transform-origin-bottom-center {
	transform-origin: 50% 100%;
}

.uk-scope .uk-transform-origin-bottom-right {
	transform-origin: 100% 100%;
}

.uk-scope .uk-flex {
	display: flex;
}

.uk-scope .uk-flex-inline {
	display: inline-flex;
}

.uk-scope .uk-flex-left {
	justify-content: flex-start;
}

.uk-scope .uk-flex-center {
	justify-content: center;
}

.uk-scope .uk-flex-right {
	justify-content: flex-end;
}

.uk-scope .uk-flex-between {
	justify-content: space-between;
}

.uk-scope .uk-flex-around {
	justify-content: space-around;
}

@media (min-width:640px) {
	.uk-scope .uk-flex-left\@s {
		justify-content: flex-start;
	}
	
	.uk-scope .uk-flex-center\@s {
		justify-content: center;
	}
	
	.uk-scope .uk-flex-right\@s {
		justify-content: flex-end;
	}
	
	.uk-scope .uk-flex-between\@s {
		justify-content: space-between;
	}
	
	.uk-scope .uk-flex-around\@s {
		justify-content: space-around;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-flex-left\@m {
		justify-content: flex-start;
	}
	
	.uk-scope .uk-flex-center\@m {
		justify-content: center;
	}
	
	.uk-scope .uk-flex-right\@m {
		justify-content: flex-end;
	}
	
	.uk-scope .uk-flex-between\@m {
		justify-content: space-between;
	}
	
	.uk-scope .uk-flex-around\@m {
		justify-content: space-around;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-flex-left\@l {
		justify-content: flex-start;
	}
	
	.uk-scope .uk-flex-center\@l {
		justify-content: center;
	}
	
	.uk-scope .uk-flex-right\@l {
		justify-content: flex-end;
	}
	
	.uk-scope .uk-flex-between\@l {
		justify-content: space-between;
	}
	
	.uk-scope .uk-flex-around\@l {
		justify-content: space-around;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-flex-left\@xl {
		justify-content: flex-start;
	}
	
	.uk-scope .uk-flex-center\@xl {
		justify-content: center;
	}
	
	.uk-scope .uk-flex-right\@xl {
		justify-content: flex-end;
	}
	
	.uk-scope .uk-flex-between\@xl {
		justify-content: space-between;
	}
	
	.uk-scope .uk-flex-around\@xl {
		justify-content: space-around;
	}
}

.uk-scope .uk-flex-stretch {
	align-items: stretch;
}

.uk-scope .uk-flex-top {
	align-items: flex-start;
}

.uk-scope .uk-flex-middle {
	align-items: center;
}

.uk-scope .uk-flex-bottom {
	align-items: flex-end;
}

.uk-scope .uk-flex-row {
	flex-direction: row;
}

.uk-scope .uk-flex-row-reverse {
	flex-direction: row-reverse;
}

.uk-scope .uk-flex-column {
	flex-direction: column;
}

.uk-scope .uk-flex-column-reverse {
	flex-direction: column-reverse;
}

.uk-scope .uk-flex-nowrap {
	flex-wrap: nowrap;
}

.uk-scope .uk-flex-wrap {
	flex-wrap: wrap;
}

.uk-scope .uk-flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.uk-scope .uk-flex-wrap-stretch {
	align-content: stretch;
}

.uk-scope .uk-flex-wrap-top {
	align-content: flex-start;
}

.uk-scope .uk-flex-wrap-middle {
	align-content: center;
}

.uk-scope .uk-flex-wrap-bottom {
	align-content: flex-end;
}

.uk-scope .uk-flex-wrap-between {
	align-content: space-between;
}

.uk-scope .uk-flex-wrap-around {
	align-content: space-around;
}

.uk-scope .uk-flex-first {
	order: -1;
}

.uk-scope .uk-flex-last {
	order: 99;
}

@media (min-width:640px) {
	.uk-scope .uk-flex-first\@s {
		order: -1;
	}
	
	.uk-scope .uk-flex-last\@s {
		order: 99;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-flex-first\@m {
		order: -1;
	}
	
	.uk-scope .uk-flex-last\@m {
		order: 99;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-flex-first\@l {
		order: -1;
	}
	
	.uk-scope .uk-flex-last\@l {
		order: 99;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-flex-first\@xl {
		order: -1;
	}
	
	.uk-scope .uk-flex-last\@xl {
		order: 99;
	}
}

.uk-scope .uk-flex-none {
	flex: none;
}

.uk-scope .uk-flex-auto {
	flex: auto;
}

.uk-scope .uk-flex-1 {
	flex: 1;
}

.uk-scope .uk-margin {
	margin-bottom: 20px;
}

.uk-scope * + .uk-margin {
	margin-top: 20px !important;
}

.uk-scope .uk-margin-top {
	margin-top: 20px !important;
}

.uk-scope .uk-margin-bottom {
	margin-bottom: 20px !important;
}

.uk-scope .uk-margin-left {
	margin-left: 20px !important;
}

.uk-scope .uk-margin-right {
	margin-right: 20px !important;
}

.uk-scope .uk-margin-small {
	margin-bottom: 10px;
}

.uk-scope * + .uk-margin-small {
	margin-top: 10px !important;
}

.uk-scope .uk-margin-small-top {
	margin-top: 10px !important;
}

.uk-scope .uk-margin-small-bottom {
	margin-bottom: 10px !important;
}

.uk-scope .uk-margin-small-left {
	margin-left: 10px !important;
}

.uk-scope .uk-margin-small-right {
	margin-right: 10px !important;
}

.uk-scope .uk-margin-medium {
	margin-bottom: 40px;
}

.uk-scope * + .uk-margin-medium {
	margin-top: 40px !important;
}

.uk-scope .uk-margin-medium-top {
	margin-top: 40px !important;
}

.uk-scope .uk-margin-medium-bottom {
	margin-bottom: 40px !important;
}

.uk-scope .uk-margin-medium-left {
	margin-left: 40px !important;
}

.uk-scope .uk-margin-medium-right {
	margin-right: 40px !important;
}

.uk-scope .uk-margin-large {
	margin-bottom: 40px;
}

.uk-scope * + .uk-margin-large {
	margin-top: 40px !important;
}

.uk-scope .uk-margin-large-top {
	margin-top: 40px !important;
}

.uk-scope .uk-margin-large-bottom {
	margin-bottom: 40px !important;
}

.uk-scope .uk-margin-large-left {
	margin-left: 40px !important;
}

.uk-scope .uk-margin-large-right {
	margin-right: 40px !important;
}

@media (min-width:1200px) {
	.uk-scope .uk-margin-large {
		margin-bottom: 70px;
	}
	
	.uk-scope * + .uk-margin-large {
		margin-top: 70px !important;
	}
	
	.uk-scope .uk-margin-large-top {
		margin-top: 70px !important;
	}
	
	.uk-scope .uk-margin-large-bottom {
		margin-bottom: 70px !important;
	}
	
	.uk-scope .uk-margin-large-left {
		margin-left: 70px !important;
	}
	
	.uk-scope .uk-margin-large-right {
		margin-right: 70px !important;
	}
}

.uk-scope .uk-margin-xlarge {
	margin-bottom: 70px;
}

.uk-scope * + .uk-margin-xlarge {
	margin-top: 70px !important;
}

.uk-scope .uk-margin-xlarge-top {
	margin-top: 70px !important;
}

.uk-scope .uk-margin-xlarge-bottom {
	margin-bottom: 70px !important;
}

.uk-scope .uk-margin-xlarge-left {
	margin-left: 70px !important;
}

.uk-scope .uk-margin-xlarge-right {
	margin-right: 70px !important;
}

@media (min-width:1200px) {
	.uk-scope .uk-margin-xlarge {
		margin-bottom: 140px;
	}
	
	.uk-scope * + .uk-margin-xlarge {
		margin-top: 140px !important;
	}
	
	.uk-scope .uk-margin-xlarge-top {
		margin-top: 140px !important;
	}
	
	.uk-scope .uk-margin-xlarge-bottom {
		margin-bottom: 140px !important;
	}
	
	.uk-scope .uk-margin-xlarge-left {
		margin-left: 140px !important;
	}
	
	.uk-scope .uk-margin-xlarge-right {
		margin-right: 140px !important;
	}
}

.uk-scope .uk-margin-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.uk-scope .uk-margin-auto-top {
	margin-top: auto !important;
}

.uk-scope .uk-margin-auto-bottom {
	margin-bottom: auto !important;
}

.uk-scope .uk-margin-auto-left {
	margin-left: auto !important;
}

.uk-scope .uk-margin-auto-right {
	margin-right: auto !important;
}

.uk-scope .uk-margin-auto-vertical {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

@media (min-width:640px) {
	.uk-scope .uk-margin-auto\@s {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-scope .uk-margin-auto-left\@s {
		margin-left: auto !important;
	}
	
	.uk-scope .uk-margin-auto-right\@s {
		margin-right: auto !important;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-margin-auto\@m {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-scope .uk-margin-auto-left\@m {
		margin-left: auto !important;
	}
	
	.uk-scope .uk-margin-auto-right\@m {
		margin-right: auto !important;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-margin-auto\@l {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-scope .uk-margin-auto-left\@l {
		margin-left: auto !important;
	}
	
	.uk-scope .uk-margin-auto-right\@l {
		margin-right: auto !important;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-margin-auto\@xl {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.uk-scope .uk-margin-auto-left\@xl {
		margin-left: auto !important;
	}
	
	.uk-scope .uk-margin-auto-right\@xl {
		margin-right: auto !important;
	}
}

.uk-scope .uk-margin-remove {
	margin: 0 !important;
}

.uk-scope .uk-margin-remove-top {
	margin-top: 0 !important;
}

.uk-scope .uk-margin-remove-bottom {
	margin-bottom: 0 !important;
}

.uk-scope .uk-margin-remove-left {
	margin-left: 0 !important;
}

.uk-scope .uk-margin-remove-right {
	margin-right: 0 !important;
}

.uk-scope .uk-margin-remove-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.uk-scope .uk-margin-remove-adjacent + *, .uk-scope .uk-margin-remove-first-child > :first-child {
	margin-top: 0 !important;
}

.uk-scope .uk-margin-remove-last-child > :last-child {
	margin-bottom: 0 !important;
}

@media (min-width:640px) {
	.uk-scope .uk-margin-remove-left\@s {
		margin-left: 0 !important;
	}
	
	.uk-scope .uk-margin-remove-right\@s {
		margin-right: 0 !important;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-margin-remove-left\@m {
		margin-left: 0 !important;
	}
	
	.uk-scope .uk-margin-remove-right\@m {
		margin-right: 0 !important;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-margin-remove-left\@l {
		margin-left: 0 !important;
	}
	
	.uk-scope .uk-margin-remove-right\@l {
		margin-right: 0 !important;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-margin-remove-left\@xl {
		margin-left: 0 !important;
	}
	
	.uk-scope .uk-margin-remove-right\@xl {
		margin-right: 0 !important;
	}
}

.uk-scope .uk-padding {
	padding: 30px;
}

@media (min-width:1200px) {
	.uk-scope .uk-padding {
		padding: 40px;
	}
}

.uk-scope .uk-padding-small {
	padding: 15px;
}

.uk-scope .uk-padding-large {
	padding: 40px;
}

@media (min-width:1200px) {
	.uk-scope .uk-padding-large {
		padding: 70px;
	}
}

.uk-scope .uk-padding-remove {
	padding: 0 !important;
}

.uk-scope .uk-padding-remove-top {
	padding-top: 0 !important;
}

.uk-scope .uk-padding-remove-bottom {
	padding-bottom: 0 !important;
}

.uk-scope .uk-padding-remove-left {
	padding-left: 0 !important;
}

.uk-scope .uk-padding-remove-right {
	padding-right: 0 !important;
}

.uk-scope .uk-padding-remove-vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.uk-scope .uk-padding-remove-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.uk-scope :root {
	--uk-position-margin-offset: 0px;
}

.uk-scope [class*=uk-position-bottom], .uk-scope [class*=uk-position-center], .uk-scope [class*=uk-position-left], .uk-scope [class*=uk-position-right], .uk-scope [class*=uk-position-top] {
	position: absolute !important;
	max-width: calc(100% - ( var(--uk-position-margin-offset) * 2 ));
	box-sizing: border-box;
}

.uk-scope .uk-position-top {
	top: 0;
	left: 0;
	right: 0;
}

.uk-scope .uk-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-scope .uk-position-left {
	top: 0;
	bottom: 0;
	left: 0;
}

.uk-scope .uk-position-right {
	top: 0;
	bottom: 0;
	right: 0;
}

.uk-scope .uk-position-top-left {
	top: 0;
	left: 0;
}

.uk-scope .uk-position-top-right {
	top: 0;
	right: 0;
}

.uk-scope .uk-position-bottom-left {
	bottom: 0;
	left: 0;
}

.uk-scope .uk-position-bottom-right {
	bottom: 0;
	right: 0;
}

.uk-scope .uk-position-center {
	top: calc(50% - var(--uk-position-margin-offset));
	left: calc(50% - var(--uk-position-margin-offset));
	--uk-position-translate-x: -50%;
	--uk-position-translate-y: -50%;
	transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
	width: max-content;
}

.uk-scope [class*=uk-position-center-left], .uk-scope [class*=uk-position-center-right] {
	top: calc(50% - var(--uk-position-margin-offset));
	--uk-position-translate-y: -50%;
	transform: translate(0, var(--uk-position-translate-y));
}

.uk-scope .uk-position-center-left {
	left: 0;
}

.uk-scope .uk-position-center-right {
	right: 0;
}

.uk-scope .uk-position-center-left-out {
	right: 100%;
	width: max-content;
}

.uk-scope .uk-position-center-right-out {
	left: 100%;
	width: max-content;
}

.uk-scope .uk-position-bottom-center, .uk-scope .uk-position-top-center {
	left: calc(50% - var(--uk-position-margin-offset));
	--uk-position-translate-x: -50%;
	transform: translate(var(--uk-position-translate-x), 0);
	width: max-content;
}

.uk-scope .uk-position-top-center {
	top: 0;
}

.uk-scope .uk-position-bottom-center {
	bottom: 0;
}

.uk-scope .uk-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-scope .uk-position-small {
	margin: 15px;
	--uk-position-margin-offset: 15px;
}

.uk-scope .uk-position-medium {
	margin: 30px;
	--uk-position-margin-offset: 30px;
}

.uk-scope .uk-position-large {
	margin: 30px;
	--uk-position-margin-offset: 30px;
}

@media (min-width:1200px) {
	.uk-scope .uk-position-large {
		margin: 50px;
		--uk-position-margin-offset: 50px;
	}
}

.uk-scope .uk-position-relative {
	position: relative !important;
}

.uk-scope .uk-position-absolute {
	position: absolute !important;
}

.uk-scope .uk-position-fixed {
	position: fixed !important;
}

.uk-scope .uk-position-sticky {
	position: sticky !important;
}

.uk-scope .uk-position-z-index {
	z-index: 1;
}

.uk-scope .uk-position-z-index-zero {
	z-index: 0;
}

.uk-scope .uk-position-z-index-negative {
	z-index: -1;
}

.uk-scope :where(.uk-transition-fade), .uk-scope :where([class*=uk-transition-scale]), .uk-scope :where([class*=uk-transition-slide]) {
	--uk-position-translate-x: 0;
	--uk-position-translate-y: 0;
}

.uk-scope .uk-transition-fade, .uk-scope [class*=uk-transition-scale], .uk-scope [class*=uk-transition-slide] {
	--uk-translate-x: 0;
	--uk-translate-y: 0;
	--uk-scale-x: 1;
	--uk-scale-y: 1;
	transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
	transition: .3s ease-out;
	transition-property: opacity, transform, filter;
	opacity: 0;
}

.uk-scope .uk-transition-active.uk-active .uk-transition-fade, .uk-scope .uk-transition-toggle .uk-transition-fade:focus-within, .uk-scope .uk-transition-toggle:focus .uk-transition-fade, .uk-scope .uk-transition-toggle:hover .uk-transition-fade {
	opacity: 1;
}

.uk-scope [class*=uk-transition-scale] {
	-webkit-backface-visibility: hidden;
}

.uk-scope .uk-transition-scale-up {
	--uk-scale-x: 1;
	--uk-scale-y: 1;
}

.uk-scope .uk-transition-scale-down {
	--uk-scale-x: 1.03;
	--uk-scale-y: 1.03;
}

.uk-scope .uk-transition-active.uk-active .uk-transition-scale-up, .uk-scope .uk-transition-toggle .uk-transition-scale-up:focus-within, .uk-scope .uk-transition-toggle:focus .uk-transition-scale-up, .uk-scope .uk-transition-toggle:hover .uk-transition-scale-up {
	--uk-scale-x: 1.03;
	--uk-scale-y: 1.03;
	opacity: 1;
}

.uk-scope .uk-transition-active.uk-active .uk-transition-scale-down, .uk-scope .uk-transition-toggle .uk-transition-scale-down:focus-within, .uk-scope .uk-transition-toggle:focus .uk-transition-scale-down, .uk-scope .uk-transition-toggle:hover .uk-transition-scale-down {
	--uk-scale-x: 1;
	--uk-scale-y: 1;
	opacity: 1;
}

.uk-scope .uk-transition-slide-top {
	--uk-translate-y: -100%;
}

.uk-scope .uk-transition-slide-bottom {
	--uk-translate-y: 100%;
}

.uk-scope .uk-transition-slide-left {
	--uk-translate-x: -100%;
}

.uk-scope .uk-transition-slide-right {
	--uk-translate-x: 100%;
}

.uk-scope .uk-transition-slide-top-small {
	--uk-translate-y: calc(-1 * 10px);
}

.uk-scope .uk-transition-slide-bottom-small {
	--uk-translate-y: 10px;
}

.uk-scope .uk-transition-slide-left-small {
	--uk-translate-x: calc(-1 * 10px);
}

.uk-scope .uk-transition-slide-right-small {
	--uk-translate-x: 10px;
}

.uk-scope .uk-transition-slide-top-medium {
	--uk-translate-y: calc(-1 * 50px);
}

.uk-scope .uk-transition-slide-bottom-medium {
	--uk-translate-y: 50px;
}

.uk-scope .uk-transition-slide-left-medium {
	--uk-translate-x: calc(-1 * 50px);
}

.uk-scope .uk-transition-slide-right-medium {
	--uk-translate-x: 50px;
}

.uk-scope .uk-transition-active.uk-active [class*=uk-transition-slide], .uk-scope .uk-transition-toggle [class*=uk-transition-slide]:focus-within, .uk-scope .uk-transition-toggle:focus [class*=uk-transition-slide], .uk-scope .uk-transition-toggle:hover [class*=uk-transition-slide] {
	--uk-translate-x: 0;
	--uk-translate-y: 0;
	opacity: 1;
}

.uk-scope .uk-transition-opaque {
	opacity: 1;
}

.uk-scope .uk-transition-slow {
	transition-duration: .7s;
}

.uk-scope .uk-hidden, .uk-scope [hidden] {
	display: none !important;
}

@media (min-width:640px) {
	.uk-scope .uk-hidden\@s {
		display: none !important;
	}
}

@media (min-width:960px) {
	.uk-scope .uk-hidden\@m {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.uk-scope .uk-hidden\@l {
		display: none !important;
	}
}

@media (min-width:1600px) {
	.uk-scope .uk-hidden\@xl {
		display: none !important;
	}
}

@media (max-width:639px) {
	.uk-scope .uk-visible\@s {
		display: none !important;
	}
}

@media (max-width:959px) {
	.uk-scope .uk-visible\@m {
		display: none !important;
	}
}

@media (max-width:1199px) {
	.uk-scope .uk-visible\@l {
		display: none !important;
	}
}

@media (max-width:1599px) {
	.uk-scope .uk-visible\@xl {
		display: none !important;
	}
}

.uk-scope .uk-invisible {
	visibility: hidden !important;
}

.uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

.uk-scope .uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
	opacity: 0 !important;
}

@media (hover:none) {
	.uk-scope .uk-hidden-touch {
		display: none !important;
	}
}

@media (hover) {
	.uk-scope .uk-hidden-notouch {
		display: none !important;
	}
}

.uk-scope .uk-card-primary.uk-card-body, .uk-scope .uk-card-primary > :not([class*=uk-card-media]), .uk-scope .uk-card-secondary.uk-card-body, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]), .uk-scope .uk-light, .uk-scope .uk-overlay-primary {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-link, .uk-scope .uk-card-primary.uk-card-body a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) a, .uk-scope .uk-card-secondary.uk-card-body .uk-link, .uk-scope .uk-card-secondary.uk-card-body a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) a, .uk-scope .uk-light .uk-link, .uk-scope .uk-light a, .uk-scope .uk-overlay-primary .uk-link, .uk-scope .uk-overlay-primary a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link, .uk-scope .uk-card-primary.uk-card-body .uk-link:hover, .uk-scope .uk-card-primary.uk-card-body a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link, .uk-scope .uk-card-secondary.uk-card-body .uk-link:hover, .uk-scope .uk-card-secondary.uk-card-body a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) a:hover, .uk-scope .uk-light .uk-link-toggle:hover .uk-link, .uk-scope .uk-light .uk-link:hover, .uk-scope .uk-light a:hover, .uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link, .uk-scope .uk-overlay-primary .uk-link:hover, .uk-scope .uk-overlay-primary a:hover {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body :not(pre) > code, .uk-scope .uk-card-primary.uk-card-body :not(pre) > kbd, .uk-scope .uk-card-primary.uk-card-body :not(pre) > samp, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp, .uk-scope .uk-card-secondary.uk-card-body :not(pre) > code, .uk-scope .uk-card-secondary.uk-card-body :not(pre) > kbd, .uk-scope .uk-card-secondary.uk-card-body :not(pre) > samp, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp, .uk-scope .uk-light :not(pre) > code, .uk-scope .uk-light :not(pre) > kbd, .uk-scope .uk-light :not(pre) > samp, .uk-scope .uk-overlay-primary :not(pre) > code, .uk-scope .uk-overlay-primary :not(pre) > kbd, .uk-scope .uk-overlay-primary :not(pre) > samp {
	color: rgba(255, 255, 255, .7);
	background: rgba(255, 255, 255, .1);
}

.uk-scope .uk-card-primary.uk-card-body em, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) em, .uk-scope .uk-card-secondary.uk-card-body em, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) em, .uk-scope .uk-light em, .uk-scope .uk-overlay-primary em {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-h1, .uk-scope .uk-card-primary.uk-card-body .uk-h2, .uk-scope .uk-card-primary.uk-card-body .uk-h3, .uk-scope .uk-card-primary.uk-card-body .uk-h4, .uk-scope .uk-card-primary.uk-card-body .uk-h5, .uk-scope .uk-card-primary.uk-card-body .uk-h6, .uk-scope .uk-card-primary.uk-card-body .uk-heading-2xlarge, .uk-scope .uk-card-primary.uk-card-body .uk-heading-large, .uk-scope .uk-card-primary.uk-card-body .uk-heading-medium, .uk-scope .uk-card-primary.uk-card-body .uk-heading-small, .uk-scope .uk-card-primary.uk-card-body .uk-heading-xlarge, .uk-scope .uk-card-primary.uk-card-body h1, .uk-scope .uk-card-primary.uk-card-body h2, .uk-scope .uk-card-primary.uk-card-body h3, .uk-scope .uk-card-primary.uk-card-body h4, .uk-scope .uk-card-primary.uk-card-body h5, .uk-scope .uk-card-primary.uk-card-body h6, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-h1, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-h2, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-h3, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-h4, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-h5, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-h6, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) h1, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) h2, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) h3, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) h4, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) h5, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) h6, .uk-scope .uk-card-secondary.uk-card-body .uk-h1, .uk-scope .uk-card-secondary.uk-card-body .uk-h2, .uk-scope .uk-card-secondary.uk-card-body .uk-h3, .uk-scope .uk-card-secondary.uk-card-body .uk-h4, .uk-scope .uk-card-secondary.uk-card-body .uk-h5, .uk-scope .uk-card-secondary.uk-card-body .uk-h6, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-2xlarge, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-large, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-medium, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-small, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-xlarge, .uk-scope .uk-card-secondary.uk-card-body h1, .uk-scope .uk-card-secondary.uk-card-body h2, .uk-scope .uk-card-secondary.uk-card-body h3, .uk-scope .uk-card-secondary.uk-card-body h4, .uk-scope .uk-card-secondary.uk-card-body h5, .uk-scope .uk-card-secondary.uk-card-body h6, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) h1, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) h2, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) h3, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) h4, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) h5, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) h6, .uk-scope .uk-light .uk-h1, .uk-scope .uk-light .uk-h2, .uk-scope .uk-light .uk-h3, .uk-scope .uk-light .uk-h4, .uk-scope .uk-light .uk-h5, .uk-scope .uk-light .uk-h6, .uk-scope .uk-light .uk-heading-2xlarge, .uk-scope .uk-light .uk-heading-large, .uk-scope .uk-light .uk-heading-medium, .uk-scope .uk-light .uk-heading-small, .uk-scope .uk-light .uk-heading-xlarge, .uk-scope .uk-light h1, .uk-scope .uk-light h2, .uk-scope .uk-light h3, .uk-scope .uk-light h4, .uk-scope .uk-light h5, .uk-scope .uk-light h6, .uk-scope .uk-overlay-primary .uk-h1, .uk-scope .uk-overlay-primary .uk-h2, .uk-scope .uk-overlay-primary .uk-h3, .uk-scope .uk-overlay-primary .uk-h4, .uk-scope .uk-overlay-primary .uk-h5, .uk-scope .uk-overlay-primary .uk-h6, .uk-scope .uk-overlay-primary .uk-heading-2xlarge, .uk-scope .uk-overlay-primary .uk-heading-large, .uk-scope .uk-overlay-primary .uk-heading-medium, .uk-scope .uk-overlay-primary .uk-heading-small, .uk-scope .uk-overlay-primary .uk-heading-xlarge, .uk-scope .uk-overlay-primary h1, .uk-scope .uk-overlay-primary h2, .uk-scope .uk-overlay-primary h3, .uk-scope .uk-overlay-primary h4, .uk-scope .uk-overlay-primary h5, .uk-scope .uk-overlay-primary h6 {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body blockquote, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) blockquote, .uk-scope .uk-card-secondary.uk-card-body blockquote, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) blockquote, .uk-scope .uk-light blockquote, .uk-scope .uk-overlay-primary blockquote {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body blockquote footer, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) blockquote footer, .uk-scope .uk-card-secondary.uk-card-body blockquote footer, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) blockquote footer, .uk-scope .uk-light blockquote footer, .uk-scope .uk-overlay-primary blockquote footer {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-hr, .uk-scope .uk-card-primary.uk-card-body hr, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-hr, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) hr, .uk-scope .uk-card-secondary.uk-card-body .uk-hr, .uk-scope .uk-card-secondary.uk-card-body hr, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) hr, .uk-scope .uk-light .uk-hr, .uk-scope .uk-light hr, .uk-scope .uk-overlay-primary .uk-hr, .uk-scope .uk-overlay-primary hr {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body :focus, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) :focus, .uk-scope .uk-card-secondary.uk-card-body :focus, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) :focus, .uk-scope .uk-light :focus, .uk-scope .uk-overlay-primary :focus {
	outline-color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body :focus-visible, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) :focus-visible, .uk-scope .uk-card-secondary.uk-card-body :focus-visible, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) :focus-visible, .uk-scope .uk-light :focus-visible, .uk-scope .uk-overlay-primary :focus-visible {
	outline-color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-link-muted a, .uk-scope .uk-card-primary.uk-card-body a.uk-link-muted, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-scope .uk-card-secondary.uk-card-body .uk-link-muted a, .uk-scope .uk-card-secondary.uk-card-body a.uk-link-muted, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted, .uk-scope .uk-light .uk-link-muted a, .uk-scope .uk-light a.uk-link-muted, .uk-scope .uk-overlay-primary .uk-link-muted a, .uk-scope .uk-overlay-primary a.uk-link-muted {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-link-muted a:hover, .uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted, .uk-scope .uk-card-primary.uk-card-body a.uk-link-muted:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-link-muted a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted, .uk-scope .uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover, .uk-scope .uk-light .uk-link-muted a:hover, .uk-scope .uk-light .uk-link-toggle:hover .uk-link-muted, .uk-scope .uk-light a.uk-link-muted:hover, .uk-scope .uk-overlay-primary .uk-link-muted a:hover, .uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link-muted, .uk-scope .uk-overlay-primary a.uk-link-muted:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-link-text a:hover, .uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text, .uk-scope .uk-card-primary.uk-card-body a.uk-link-text:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-link-text a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text, .uk-scope .uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover, .uk-scope .uk-light .uk-link-text a:hover, .uk-scope .uk-light .uk-link-toggle:hover .uk-link-text, .uk-scope .uk-light a.uk-link-text:hover, .uk-scope .uk-overlay-primary .uk-link-text a:hover, .uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link-text, .uk-scope .uk-overlay-primary a.uk-link-text:hover {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-link-heading a:hover, .uk-scope .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading, .uk-scope .uk-card-primary.uk-card-body a.uk-link-heading:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-link-heading a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading, .uk-scope .uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover, .uk-scope .uk-light .uk-link-heading a:hover, .uk-scope .uk-light .uk-link-toggle:hover .uk-link-heading, .uk-scope .uk-light a.uk-link-heading:hover, .uk-scope .uk-overlay-primary .uk-link-heading a:hover, .uk-scope .uk-overlay-primary .uk-link-toggle:hover .uk-link-heading, .uk-scope .uk-overlay-primary a.uk-link-heading:hover {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-heading-divider, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-scope .uk-light .uk-heading-divider, .uk-scope .uk-overlay-primary .uk-heading-divider {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-scope .uk-light .uk-heading-bullet::before, .uk-scope .uk-overlay-primary .uk-heading-bullet::before {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-heading-line > ::after, .uk-scope .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-line > ::after, .uk-scope .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-scope .uk-light .uk-heading-line > ::after, .uk-scope .uk-light .uk-heading-line > ::before, .uk-scope .uk-overlay-primary .uk-heading-line > ::after, .uk-scope .uk-overlay-primary .uk-heading-line > ::before {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-divider-icon, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-scope .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-scope .uk-light .uk-divider-icon, .uk-scope .uk-overlay-primary .uk-divider-icon {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-scope .uk-card-primary.uk-card-body .uk-divider-icon.nitro-lazy, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon.nitro-lazy, .uk-scope .uk-card-secondary.uk-card-body .uk-divider-icon.nitro-lazy, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon.nitro-lazy, .uk-scope .uk-light .uk-divider-icon.nitro-lazy, .uk-scope .uk-overlay-primary .uk-divider-icon.nitro-lazy {
	background-image: none !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-divider-icon::after, .uk-scope .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-scope .uk-card-secondary.uk-card-body .uk-divider-icon::after, .uk-scope .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-scope .uk-light .uk-divider-icon::after, .uk-scope .uk-light .uk-divider-icon::before, .uk-scope .uk-overlay-primary .uk-divider-icon::after, .uk-scope .uk-overlay-primary .uk-divider-icon::before {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-scope .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-scope .uk-light .uk-divider-small::after, .uk-scope .uk-overlay-primary .uk-divider-small::after {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-scope .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-scope .uk-light .uk-divider-vertical, .uk-scope .uk-overlay-primary .uk-divider-vertical {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-muted > ::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-scope .uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before, .uk-scope .uk-light .uk-list-muted > ::before, .uk-scope .uk-overlay-primary .uk-list-muted > ::before {
	color: rgba(255, 255, 255, .5) !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-emphasis > ::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-scope .uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before, .uk-scope .uk-light .uk-list-emphasis > ::before, .uk-scope .uk-overlay-primary .uk-list-emphasis > ::before {
	color: #fff !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-primary > ::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-scope .uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before, .uk-scope .uk-light .uk-list-primary > ::before, .uk-scope .uk-overlay-primary .uk-list-primary > ::before {
	color: #fff !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-secondary > ::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-scope .uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before, .uk-scope .uk-light .uk-list-secondary > ::before, .uk-scope .uk-overlay-primary .uk-list-secondary > ::before {
	color: #fff !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-bullet > ::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-scope .uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before, .uk-scope .uk-light .uk-list-bullet > ::before, .uk-scope .uk-overlay-primary .uk-list-bullet > ::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-scope .uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2), .uk-scope .uk-light .uk-list-divider > :nth-child(n+2), .uk-scope .uk-overlay-primary .uk-list-divider > :nth-child(n+2) {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-light .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-overlay-primary .uk-list-striped > :nth-of-type(odd) {
	border-top-color: rgba(255, 255, 255, .2);
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-light .uk-list-striped > :nth-of-type(odd), .uk-scope .uk-overlay-primary .uk-list-striped > :nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .1);
}

.uk-scope .uk-card-primary.uk-card-body .uk-table th, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table th, .uk-scope .uk-card-secondary.uk-card-body .uk-table th, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table th, .uk-scope .uk-light .uk-table th, .uk-scope .uk-overlay-primary .uk-table th {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-table caption, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table caption, .uk-scope .uk-card-secondary.uk-card-body .uk-table caption, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table caption, .uk-scope .uk-light .uk-table caption, .uk-scope .uk-overlay-primary .uk-table caption {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-table tbody tr.uk-active, .uk-scope .uk-card-primary.uk-card-body .uk-table > tr.uk-active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table > tr.uk-active, .uk-scope .uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active, .uk-scope .uk-card-secondary.uk-card-body .uk-table > tr.uk-active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table > tr.uk-active, .uk-scope .uk-light .uk-table tbody tr.uk-active, .uk-scope .uk-light .uk-table > tr.uk-active, .uk-scope .uk-overlay-primary .uk-table tbody tr.uk-active, .uk-scope .uk-overlay-primary .uk-table > tr.uk-active {
	background: rgba(255, 255, 255, .08);
}

.uk-scope .uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child), .uk-scope .uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr, .uk-scope .uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child), .uk-scope .uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child), .uk-scope .uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr, .uk-scope .uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child), .uk-scope .uk-light .uk-table-divider > :first-child > tr:not(:first-child), .uk-scope .uk-light .uk-table-divider > :not(:first-child) > tr, .uk-scope .uk-light .uk-table-divider > tr:not(:first-child), .uk-scope .uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child), .uk-scope .uk-overlay-primary .uk-table-divider > :not(:first-child) > tr, .uk-scope .uk-overlay-primary .uk-table-divider > tr:not(:first-child) {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .uk-scope .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd), .uk-scope .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd), .uk-scope .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd), .uk-scope .uk-light .uk-table-striped tbody tr:nth-of-type(odd), .uk-scope .uk-light .uk-table-striped > tr:nth-of-type(odd), .uk-scope .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd), .uk-scope .uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd) {
	background: rgba(255, 255, 255, .1);
	border-top-color: rgba(255, 255, 255, .2);
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover, .uk-scope .uk-card-primary.uk-card-body .uk-table-hover > tr:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-table-hover > tr:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover, .uk-scope .uk-light .uk-table-hover tbody tr:hover, .uk-scope .uk-light .uk-table-hover > tr:hover, .uk-scope .uk-overlay-primary .uk-table-hover tbody tr:hover, .uk-scope .uk-overlay-primary .uk-table-hover > tr:hover {
	background: rgba(255, 255, 255, .08);
}

.uk-scope .uk-card-primary.uk-card-body .uk-icon-link, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link, .uk-scope .uk-card-secondary.uk-card-body .uk-icon-link, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link, .uk-scope .uk-light .uk-icon-link, .uk-scope .uk-overlay-primary .uk-icon-link {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-scope .uk-light .uk-icon-link:hover, .uk-scope .uk-overlay-primary .uk-icon-link:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-active > .uk-icon-link, .uk-scope .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-scope .uk-card-secondary.uk-card-body .uk-active > .uk-icon-link, .uk-scope .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-scope .uk-light .uk-active > .uk-icon-link, .uk-scope .uk-light .uk-icon-link:active, .uk-scope .uk-overlay-primary .uk-active > .uk-icon-link, .uk-scope .uk-overlay-primary .uk-icon-link:active {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-icon-button, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button, .uk-scope .uk-card-secondary.uk-card-body .uk-icon-button, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button, .uk-scope .uk-light .uk-icon-button, .uk-scope .uk-overlay-primary .uk-icon-button {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-scope .uk-light .uk-icon-button:hover, .uk-scope .uk-overlay-primary .uk-icon-button:hover {
	background-color: rgba(255, 255, 255, .15);
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-scope .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-scope .uk-light .uk-icon-button:active, .uk-scope .uk-overlay-primary .uk-icon-button:active {
	background-color: rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-default, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default, .uk-scope .uk-card-secondary.uk-card-body .uk-button-default, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default, .uk-scope .uk-light .uk-button-default, .uk-scope .uk-overlay-primary .uk-button-default {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-scope .uk-light .uk-button-default:hover, .uk-scope .uk-overlay-primary .uk-button-default:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-default.uk-active, .uk-scope .uk-card-primary.uk-card-body .uk-button-default:active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-scope .uk-card-secondary.uk-card-body .uk-button-default.uk-active, .uk-scope .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-scope .uk-light .uk-button-default.uk-active, .uk-scope .uk-light .uk-button-default:active, .uk-scope .uk-overlay-primary .uk-button-default.uk-active, .uk-scope .uk-overlay-primary .uk-button-default:active {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-primary, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary, .uk-scope .uk-card-secondary.uk-card-body .uk-button-primary, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary, .uk-scope .uk-light .uk-button-primary, .uk-scope .uk-overlay-primary .uk-button-primary {
	background-color: #fff;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-scope .uk-light .uk-button-primary:hover, .uk-scope .uk-overlay-primary .uk-button-primary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-primary.uk-active, .uk-scope .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-scope .uk-card-secondary.uk-card-body .uk-button-primary.uk-active, .uk-scope .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-scope .uk-light .uk-button-primary.uk-active, .uk-scope .uk-light .uk-button-primary:active, .uk-scope .uk-overlay-primary .uk-button-primary.uk-active, .uk-scope .uk-overlay-primary .uk-button-primary:active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-secondary, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-scope .uk-light .uk-button-secondary, .uk-scope .uk-overlay-primary .uk-button-secondary {
	background-color: #fff;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-scope .uk-light .uk-button-secondary:hover, .uk-scope .uk-overlay-primary .uk-button-secondary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-secondary.uk-active, .uk-scope .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active, .uk-scope .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-scope .uk-light .uk-button-secondary.uk-active, .uk-scope .uk-light .uk-button-secondary:active, .uk-scope .uk-overlay-primary .uk-button-secondary.uk-active, .uk-scope .uk-overlay-primary .uk-button-secondary:active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-text, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text, .uk-scope .uk-card-secondary.uk-card-body .uk-button-text, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text, .uk-scope .uk-light .uk-button-text, .uk-scope .uk-overlay-primary .uk-button-text {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-text::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-scope .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before, .uk-scope .uk-light .uk-button-text::before, .uk-scope .uk-overlay-primary .uk-button-text::before {
	border-bottom-color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-scope .uk-light .uk-button-text:hover, .uk-scope .uk-overlay-primary .uk-button-text:hover {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-scope .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-scope .uk-light .uk-button-text:disabled, .uk-scope .uk-overlay-primary .uk-button-text:disabled {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-link, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link, .uk-scope .uk-card-secondary.uk-card-body .uk-button-link, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link, .uk-scope .uk-light .uk-button-link, .uk-scope .uk-overlay-primary .uk-button-link {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-scope .uk-light .uk-button-link:hover, .uk-scope .uk-overlay-primary .uk-button-link:hover {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body.uk-card-badge, .uk-scope .uk-card-primary > :not([class*=uk-card-media]).uk-card-badge, .uk-scope .uk-card-secondary.uk-card-body.uk-card-badge, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]).uk-card-badge, .uk-scope .uk-light.uk-card-badge, .uk-scope .uk-overlay-primary.uk-card-badge {
	background-color: #fff;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-close, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-close, .uk-scope .uk-card-secondary.uk-card-body .uk-close, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-scope .uk-light .uk-close, .uk-scope .uk-overlay-primary .uk-close {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-close:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-close:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover, .uk-scope .uk-light .uk-close:hover, .uk-scope .uk-overlay-primary .uk-close:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-marker, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-marker, .uk-scope .uk-card-secondary.uk-card-body .uk-marker, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker, .uk-scope .uk-light .uk-marker, .uk-scope .uk-overlay-primary .uk-marker {
	background: #f8f8f8;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-marker:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-marker:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:hover, .uk-scope .uk-light .uk-marker:hover, .uk-scope .uk-overlay-primary .uk-marker:hover {
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-badge, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-badge, .uk-scope .uk-card-secondary.uk-card-body .uk-badge, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge, .uk-scope .uk-light .uk-badge, .uk-scope .uk-overlay-primary .uk-badge {
	background-color: #fff;
	color: #666 !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-label, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-label, .uk-scope .uk-card-secondary.uk-card-body .uk-label, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-label, .uk-scope .uk-light .uk-label, .uk-scope .uk-overlay-primary .uk-label {
	background-color: #fff;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-accordion-title, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-scope .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-scope .uk-light .uk-accordion-title, .uk-scope .uk-overlay-primary .uk-accordion-title {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-scope .uk-light .uk-accordion-title:hover, .uk-scope .uk-overlay-primary .uk-accordion-title:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-scope .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-scope .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-scope .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-scope .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-scope .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-scope .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-scope .uk-light .uk-nav-default > li > a, .uk-scope .uk-overlay-primary .uk-nav-default > li > a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-scope .uk-light .uk-nav-default > li > a:hover, .uk-scope .uk-overlay-primary .uk-nav-default > li > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-scope .uk-light .uk-nav-default > li.uk-active > a, .uk-scope .uk-overlay-primary .uk-nav-default > li.uk-active > a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-scope .uk-light .uk-nav-default .uk-nav-header, .uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-header {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-scope .uk-light .uk-nav-default .uk-nav-divider, .uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-divider {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-scope .uk-light .uk-nav-default .uk-nav-sub a, .uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-sub a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-scope .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-scope .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-scope .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-scope .uk-light .uk-nav-primary > li > a, .uk-scope .uk-overlay-primary .uk-nav-primary > li > a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-scope .uk-light .uk-nav-primary > li > a:hover, .uk-scope .uk-overlay-primary .uk-nav-primary > li > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-scope .uk-light .uk-nav-primary > li.uk-active > a, .uk-scope .uk-overlay-primary .uk-nav-primary > li.uk-active > a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-scope .uk-light .uk-nav-primary .uk-nav-header, .uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-header {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-scope .uk-light .uk-nav-primary .uk-nav-divider, .uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-divider {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-scope .uk-light .uk-nav-primary .uk-nav-sub a, .uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-sub a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-scope .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-scope .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-scope .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary > li > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a, .uk-scope .uk-light .uk-nav-secondary > li > a, .uk-scope .uk-overlay-primary .uk-nav-secondary > li > a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover, .uk-scope .uk-light .uk-nav-secondary > li > a:hover, .uk-scope .uk-overlay-primary .uk-nav-secondary > li > a:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a, .uk-scope .uk-light .uk-nav-secondary > li.uk-active > a, .uk-scope .uk-overlay-primary .uk-nav-secondary > li.uk-active > a {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle, .uk-scope .uk-light .uk-nav-secondary .uk-nav-subtitle, .uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-scope .uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-scope .uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-scope .uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-scope .uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header, .uk-scope .uk-light .uk-nav-secondary .uk-nav-header, .uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-header {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider, .uk-scope .uk-light .uk-nav-secondary .uk-nav-divider, .uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-divider {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a, .uk-scope .uk-light .uk-nav-secondary .uk-nav-sub a, .uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover, .uk-scope .uk-light .uk-nav-secondary .uk-nav-sub a:hover, .uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-scope .uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-scope .uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider), .uk-scope .uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider), .uk-scope .uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider), .uk-scope .uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header,.uk-nav-divider) {
	border-top-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-scope .uk-light .uk-subnav > * > :first-child, .uk-scope .uk-overlay-primary .uk-subnav > * > :first-child {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-scope .uk-light .uk-subnav > * > a:hover, .uk-scope .uk-overlay-primary .uk-subnav > * > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-scope .uk-light .uk-subnav > .uk-active > a, .uk-scope .uk-overlay-primary .uk-subnav > .uk-active > a {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-scope .uk-light .uk-subnav-pill > * > :first-child, .uk-scope .uk-overlay-primary .uk-subnav-pill > * > :first-child {
	background-color: transparent;
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-scope .uk-light .uk-subnav-pill > * > a:hover, .uk-scope .uk-overlay-primary .uk-subnav-pill > * > a:hover {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-scope .uk-light .uk-subnav-pill > * > a:active, .uk-scope .uk-overlay-primary .uk-subnav-pill > * > a:active {
	background-color: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-scope .uk-light .uk-subnav-pill > .uk-active > a, .uk-scope .uk-overlay-primary .uk-subnav-pill > .uk-active > a {
	background-color: #fff;
	color: #666;
}

.uk-scope .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-scope .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-scope .uk-light .uk-subnav > .uk-disabled > a, .uk-scope .uk-overlay-primary .uk-subnav > .uk-disabled > a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-scope .uk-light .uk-breadcrumb > * > *, .uk-scope .uk-overlay-primary .uk-breadcrumb > * > * {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-scope .uk-light .uk-breadcrumb > * > :hover, .uk-scope .uk-overlay-primary .uk-breadcrumb > * > :hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-scope .uk-light .uk-breadcrumb > :last-child > *, .uk-scope .uk-overlay-primary .uk-breadcrumb > :last-child > * {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-scope .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-tab::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before, .uk-scope .uk-card-secondary.uk-card-body .uk-tab::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before, .uk-scope .uk-light .uk-tab::before, .uk-scope .uk-overlay-primary .uk-tab::before {
	border-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-scope .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-scope .uk-light .uk-tab > * > a, .uk-scope .uk-overlay-primary .uk-tab > * > a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-scope .uk-light .uk-tab > * > a:hover, .uk-scope .uk-overlay-primary .uk-tab > * > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-scope .uk-light .uk-tab > .uk-active > a, .uk-scope .uk-overlay-primary .uk-tab > .uk-active > a {
	color: #fff;
	border-color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-scope .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-scope .uk-light .uk-tab > .uk-disabled > a, .uk-scope .uk-overlay-primary .uk-tab > .uk-disabled > a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-slidenav, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav, .uk-scope .uk-card-secondary.uk-card-body .uk-slidenav, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav, .uk-scope .uk-light .uk-slidenav, .uk-scope .uk-overlay-primary .uk-slidenav {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-scope .uk-light .uk-slidenav:hover, .uk-scope .uk-overlay-primary .uk-slidenav:hover {
	color: rgba(255, 255, 255, .95);
}

.uk-scope .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-scope .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-scope .uk-light .uk-slidenav:active, .uk-scope .uk-overlay-primary .uk-slidenav:active {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-scope .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-scope .uk-light .uk-dotnav > * > *, .uk-scope .uk-overlay-primary .uk-dotnav > * > * {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .9);
}

.uk-scope .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-scope .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-scope .uk-light .uk-dotnav > * > :hover, .uk-scope .uk-overlay-primary .uk-dotnav > * > :hover {
	background-color: rgba(255, 255, 255, .9);
	border-color: transparent;
}

.uk-scope .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-scope .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-scope .uk-light .uk-dotnav > * > :active, .uk-scope .uk-overlay-primary .uk-dotnav > * > :active {
	background-color: rgba(255, 255, 255, .5);
	border-color: transparent;
}

.uk-scope .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-scope .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-scope .uk-light .uk-dotnav > .uk-active > *, .uk-scope .uk-overlay-primary .uk-dotnav > .uk-active > * {
	background-color: rgba(255, 255, 255, .9);
	border-color: transparent;
}

.uk-scope .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-scope .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-scope .uk-light .uk-iconnav > * > a, .uk-scope .uk-overlay-primary .uk-iconnav > * > a {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-scope .uk-light .uk-iconnav > * > a:hover, .uk-scope .uk-overlay-primary .uk-iconnav > * > a:hover {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-scope .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-scope .uk-light .uk-iconnav > .uk-active > a, .uk-scope .uk-overlay-primary .uk-iconnav > .uk-active > a {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-text-lead, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead, .uk-scope .uk-card-secondary.uk-card-body .uk-text-lead, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead, .uk-scope .uk-light .uk-text-lead, .uk-scope .uk-overlay-primary .uk-text-lead {
	color: rgba(255, 255, 255, .7);
}

.uk-scope .uk-card-primary.uk-card-body .uk-text-meta, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta, .uk-scope .uk-card-secondary.uk-card-body .uk-text-meta, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta, .uk-scope .uk-light .uk-text-meta, .uk-scope .uk-overlay-primary .uk-text-meta {
	color: rgba(255, 255, 255, .5);
}

.uk-scope .uk-card-primary.uk-card-body .uk-text-muted, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted, .uk-scope .uk-card-secondary.uk-card-body .uk-text-muted, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted, .uk-scope .uk-light .uk-text-muted, .uk-scope .uk-overlay-primary .uk-text-muted {
	color: rgba(255, 255, 255, .5) !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-scope .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-scope .uk-light .uk-text-emphasis, .uk-scope .uk-overlay-primary .uk-text-emphasis {
	color: #fff !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-text-primary, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary, .uk-scope .uk-card-secondary.uk-card-body .uk-text-primary, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary, .uk-scope .uk-light .uk-text-primary, .uk-scope .uk-overlay-primary .uk-text-primary {
	color: #fff !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-text-secondary, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-scope .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-scope .uk-light .uk-text-secondary, .uk-scope .uk-overlay-primary .uk-text-secondary {
	color: #fff !important;
}

.uk-scope .uk-card-primary.uk-card-body .uk-column-divider, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider, .uk-scope .uk-card-secondary.uk-card-body .uk-column-divider, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider, .uk-scope .uk-light .uk-column-divider, .uk-scope .uk-overlay-primary .uk-column-divider {
	column-rule-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-logo, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-logo, .uk-scope .uk-card-secondary.uk-card-body .uk-logo, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo, .uk-scope .uk-light .uk-logo, .uk-scope .uk-overlay-primary .uk-logo {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-logo:hover, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-scope .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-scope .uk-light .uk-logo:hover, .uk-scope .uk-overlay-primary .uk-logo:hover {
	color: #fff;
}

.uk-scope .uk-card-primary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type), .uk-scope .uk-card-primary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type), .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-scope .uk-card-secondary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type), .uk-scope .uk-card-secondary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type), .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-scope .uk-light .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type), .uk-scope .uk-light .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-scope .uk-overlay-primary .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type), .uk-scope .uk-overlay-primary .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse) {
	display: none;
}

.uk-scope .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-scope .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-scope .uk-light .uk-logo-inverse, .uk-scope .uk-overlay-primary .uk-logo-inverse {
	display: block;
}

.uk-scope .uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-scope .uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(2n):last-child, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(2n):last-child, .uk-scope .uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-scope .uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(2n):last-child, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(2n):last-child, .uk-scope .uk-light .uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-scope .uk-light .uk-table-striped > tr:nth-of-type(2n):last-child, .uk-scope .uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(2n):last-child, .uk-scope .uk-overlay-primary .uk-table-striped > tr:nth-of-type(2n):last-child {
	border-bottom-color: rgba(255, 255, 255, .2);
}

.uk-scope .uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-scope .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before, .uk-scope .uk-light .uk-accordion-title::before, .uk-scope .uk-overlay-primary .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-scope .uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-scope .uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-scope .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-scope .uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before, .uk-scope .uk-light .uk-open > .uk-accordion-title::before, .uk-scope .uk-overlay-primary .uk-open > .uk-accordion-title::before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

@media print {
	.uk-scope *, .uk-scope ::after, .uk-scope ::before {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	.uk-scope a, .uk-scope a:visited {
		text-decoration: underline;
	}
	
	.uk-scope blockquote, .uk-scope pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	.uk-scope thead {
		display: table-header-group;
	}
	
	.uk-scope img, .uk-scope tr {
		page-break-inside: avoid;
	}
	
	.uk-scope img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	.uk-scope h2, .uk-scope h3, .uk-scope p {
		orphans: 3;
		widows: 3;
	}
	
	.uk-scope h2, .uk-scope h3 {
		page-break-after: avoid;
	}
}
