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

	to {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

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

	to {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}

@-webkit-keyframes uk-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}

	50% {
		stroke-dashoffset: 22px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	to {
		stroke-dashoffset: 88px;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

@keyframes uk-spinner-dash {
	0% {
		stroke-dashoffset: 88px;
	}

	50% {
		stroke-dashoffset: 22px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	to {
		stroke-dashoffset: 88px;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}

html {
	font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background: #f8f8f8;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body,ol>li>ol,ol>li>ul,ul>li>ol,ul>li>ul {
	margin: 0;
}

a {
	-webkit-text-decoration-skip: objects;
}

a:active,a:hover {
	outline: 0;
}

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

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

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

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

em {
	color: #f0506e;
}

ins {
	text-decoration: none;
}

ins,mark {
	background: #ffd;
	color: #666;
}

q {
	font-style: italic;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

audio,canvas,img,video {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

svg:not(:root) {
	overflow: hidden;
}

img:not([src]) {
	visibility: hidden;
}

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

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

.uk-h1,.uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6,h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
	font-weight: 400;
	color: #333;
	text-transform: none;
}

*+.uk-h1,*+.uk-h2,*+.uk-h3,*+.uk-h4,*+.uk-h5,*+.uk-h6,*+h1,*+h2,*+h3,*+h4,*+h5,*+h6 {
	margin-top: 40px;
}

.uk-h1,h1 {
	font-size: 1.575rem;
	line-height: 1.2;
}

.uk-h2,h2 {
	font-size: 1.4rem;
	line-height: 1.3;
}

.uk-h3,h3 {
	font-size: 1.2rem;
	line-height: 1.4;
}

.uk-h4,blockquote,h4 {
	font-size: 1.25rem;
	line-height: 1.4;
}

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

.uk-h6,h6 {
	font-size: .875rem;
	line-height: 1.4;
}

@media (min-width:960px) {
	.uk-h1,h1 {
		font-size: 2.625rem;
	}

	.uk-h2,h2 {
		font-size: 2rem;
	}
}

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

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

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

address {
	font-style: normal;
}

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

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

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

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

blockquote footer::before {
	content: "— ";
}

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

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

::-moz-selection {
	background: #39f;
	color: #fff;
	text-shadow: none;
}

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

details,main {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

iframe {
	border: 0;
}

a,area,button,input,label,select,summary,textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.var-media-s::before {
	content: '640px';
}

.var-media-m::before {
	content: '960px';
}

.var-media-l::before {
	content: '1200px';
}

.var-media-xl::before {
	content: '1600px';
}

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

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

.uk-link-text a:not(:hover),a.uk-link-text:not(:hover) {
	color: inherit;
}

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

.uk-link-heading a:not(:hover),a.uk-link-heading:not(:hover) {
	color: inherit;
}

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

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

.uk-heading-primary {
	font-size: 3rem;
	line-height: 1.2;
}

@media (min-width:960px) {
	.uk-heading-primary {
		font-size: 3.375rem;
	}
}

@media (min-width:1200px) {
	.uk-heading-primary {
		font-size: 3.75rem;
		line-height: 1.1;
	}
}

.uk-heading-hero {
	font-size: 4rem;
	line-height: 1.1;
}

@media (min-width:960px) {
	.uk-heading-hero {
		font-size: 6rem;
		line-height: 1;
	}
}

@media (min-width:1200px) {
	.uk-heading-hero {
		font-size: 8rem;
		line-height: 1;
	}
}

.uk-heading-divider {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

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

.uk-heading-bullet::before {
	content: "";
	top: calc(-.1*1em);
	vertical-align: middle;
	height: .9em;
	margin-right: 10px;
	border-left: 5px solid #e5e5e5;
}

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

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

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

.uk-heading-line>::before {
	right: 100%;
	margin-right: .6em;
}

.uk-heading-line>::after {
	left: 100%;
	margin-left: .6em;
}

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

.uk-list>li::after,.uk-list>li::before {
	content: "";
	display: table;
}

.uk-list>li::after {
	clear: both;
}

.uk-list>li>:last-child,.uk-table td>:last-child {
	margin-bottom: 0;
}

.uk-list ul {
	margin: 0;
	padding-left: 30px;
	list-style: none;
}

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

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

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

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

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

.uk-list-bullet>li {
	position: relative;
	padding-left: calc(1.5em + 10px);
}

.uk-list-bullet>li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 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%;
	float: left;
}

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

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

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

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

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

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

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

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

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

.uk-table th {
	padding: 16px 12px;
	vertical-align: bottom;
	font-weight: 400;
	text-transform: uppercase;
}

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

.uk-table tfoot {
	font-size: .875rem;
}

.uk-table caption,.uk-table th {
	font-size: .875rem;
	text-align: left;
	color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:959px) {
	.uk-table-responsive,.uk-table-responsive tbody,.uk-table-responsive td,.uk-table-responsive th,.uk-table-responsive tr {
		display: block;
	}

	.uk-table-responsive thead {
		display: none;
	}

	.uk-table-responsive td,.uk-table-responsive th {
		width: auto!important;
		max-width: none!important;
		min-width: 0!important;
		overflow: visible!important;
		white-space: normal!important;
	}

	.uk-table-responsive .uk-table-link:not(:first-child)>a,.uk-table-responsive td:not(:first-child):not(.uk-table-link),.uk-table-responsive th:not(:first-child):not(.uk-table-link) {
		padding-top: 5px!important;
	}

	.uk-table-responsive .uk-table-link:not(:last-child)>a,.uk-table-responsive td:not(:last-child):not(.uk-table-link),.uk-table-responsive th:not(:last-child):not(.uk-table-link) {
		padding-bottom: 5px!important;
	}

	.uk-table-justify.uk-table-responsive td,.uk-table-justify.uk-table-responsive th {
		padding-left: 0;
		padding-right: 0;
	}
}

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

.uk-icon {
	margin: 0;
	border: 0;
	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;
}

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

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

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

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

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

.uk-icon-image {
	width: 20px;
	height: 20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.uk-article-meta a,.uk-icon-link {
	color: #999;
}

.uk-icon-link:focus,.uk-icon-link:hover {
	color: #666;
	outline: 0;
}

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

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

.uk-icon-button:focus,.uk-icon-button:hover {
	background-color: #ebebeb;
	color: #666;
	outline: 0;
}

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

.uk-checkbox,.uk-input,.uk-radio,.uk-select,.uk-textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font: inherit;
}

.uk-checkbox {
	border-radius: 0;
}

.uk-input {
	overflow: visible;
}

.uk-select {
	text-transform: none;
}

.uk-select optgroup {
	font: inherit;
	font-weight: 700;
}

.uk-textarea {
	overflow: auto;
}

.uk-input[type=search]::-webkit-search-cancel-button,.uk-input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.uk-input[type=number]::-webkit-inner-spin-button,.uk-input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

.uk-input::-moz-placeholder,.uk-textarea::-moz-placeholder {
	opacity: 1;
}

.uk-checkbox:not(:disabled),.uk-radio:not(:disabled) {
	cursor: pointer;
}

.uk-fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.uk-input,.uk-textarea {
	-webkit-appearance: none;
}

.uk-input,.uk-select,.uk-textarea {
	max-width: 100%;
	width: 100%;
	padding: 0 10px;
	background: #fff;
	color: #666;
	border: 1px solid #e5e5e5;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition-property: color,background-color,border;
	transition-property: color,background-color,border;
	border-radius: 4px;
}

.uk-input,.uk-select:not([multiple]):not([size]) {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
}

.uk-input:not(input),.uk-select:not(select) {
	line-height: 38px;
}

.uk-select[multiple],.uk-select[size],.uk-textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}

.uk-input:focus,.uk-select:focus,.uk-textarea:focus {
	outline: 0;
	background-color: #fff;
	color: #666;
	border-color: #1e87f0;
}

.uk-input:disabled,.uk-select:disabled,.uk-textarea:disabled {
	background-color: #f8f8f8;
	color: #999;
	border-color: #e5e5e5;
}

.uk-input:-ms-input-placeholder,.uk-textarea:-ms-input-placeholder {
	color: #999!important;
}

.uk-input::-webkit-input-placeholder {
	color: #999;
}

.uk-input::-ms-input-placeholder {
	color: #999;
}

.uk-input::placeholder {
	color: #999;
}

.uk-textarea::-webkit-input-placeholder {
	color: #999;
}

.uk-textarea::-ms-input-placeholder {
	color: #999;
}

.uk-textarea::placeholder {
	color: #999;
}

.uk-form-small {
	font-size: .875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
	line-height: 28px;
}

.uk-form-large {
	font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
	height: 55px;
	padding-left: 12px;
	padding-right: 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
	line-height: 53px;
}

.uk-form-danger,.uk-form-danger:focus {
	color: #f0506e;
	border-color: #f0506e;
}

.uk-form-success,.uk-form-success:focus {
	color: #32d296;
	border-color: #32d296;
}

.uk-form-blank {
	background: 0 0;
	border-color: transparent;
}

.uk-form-blank:focus {
	border-color: #e5e5e5;
	border-style: dashed;
}

input.uk-form-width-xsmall {
	width: 50px;
}

select.uk-form-width-xsmall {
	width: 75px;
}

.uk-form-width-small {
	width: 130px;
}

.uk-form-width-medium {
	width: 200px;
}

.uk-form-width-large {
	width: 500px;
}

.uk-select:not([multiple]):not([size]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 20px;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.uk-select:not([multiple]):not([size])::-ms-expand {
	display: none;
}

.uk-select:not([multiple]):not([size]) option {
	color: #444;
}

.uk-select:not([multiple]):not([size]):disabled {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.uk-checkbox,.uk-radio {
	display: inline-block;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: -4px;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #ccc;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition-property: background-color,border;
	transition-property: background-color,border;
}

.uk-radio {
	border-radius: 50%;
}

.uk-checkbox:focus,.uk-radio:focus {
	outline: 0;
	border-color: #1e87f0;
}

.uk-checkbox:checked,.uk-checkbox:indeterminate,.uk-radio:checked {
	background-color: #1e87f0;
	border-color: transparent;
}

.uk-checkbox:checked:focus,.uk-checkbox:indeterminate:focus,.uk-radio:checked:focus {
	background-color: #0e6dcd;
}

.uk-radio:checked {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-checkbox:checked {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.uk-checkbox:indeterminate {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-checkbox:disabled,.uk-radio:disabled {
	background-color: #f8f8f8;
	border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-checkbox:disabled:checked {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.uk-checkbox:disabled:indeterminate {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-legend {
	width: 100%;
	color: inherit;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-form-custom {
	display: inline-block;
	position: relative;
	max-width: 100%;
	vertical-align: middle;
}

.uk-form-custom input[type=file],.uk-form-custom select {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-appearance: none;
	opacity: 0;
	cursor: pointer;
}

.uk-form-custom input[type=file] {
	font-size: 500px;
	overflow: hidden;
}

.uk-form-label {
	color: #333;
	font-size: .875rem;
}

.uk-form-stacked .uk-form-label {
	display: block;
	margin-bottom: 5px;
}

@media (max-width:959px) {
	.uk-form-horizontal .uk-form-label {
		display: block;
		margin-bottom: 5px;
	}
}

@media (min-width:960px) {
	.uk-form-horizontal .uk-form-label {
		width: 200px;
		margin-top: 7px;
		float: left;
	}

	.uk-form-horizontal .uk-form-controls {
		margin-left: 215px;
	}

	.uk-form-horizontal .uk-form-controls-text {
		padding-top: 7px;
	}
}

.uk-form-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
}

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

.uk-form-icon:not(a):not(button):not(input),.uk-search .uk-search-icon:not(a):not(button):not(input) {
	pointer-events: none;
}

.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
	padding-left: 40px!important;
}

.uk-form-icon-flip {
	right: 0;
	left: auto;
}

.uk-form-icon-flip~.uk-input {
	padding-right: 40px!important;
}

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

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

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

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

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

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

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

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

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

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

.uk-button-primary.uk-active,.uk-button-primary:active {
	background-color: #d53e07;
	color: #fff;
}

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

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

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

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

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

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

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

.uk-button-large,.uk-button-small {
	padding: 0 15px;
	line-height: 28px;
	font-size: .875rem;
}

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

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

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

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

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

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

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

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

.uk-button-link:focus,.uk-button-link:hover {
	color: #0f6ecd;
	text-decoration: underline;
}

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

.uk-button-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
}

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

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

.uk-section {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width:960px) {
	.uk-section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.uk-section::after,.uk-section::before {
	content: "";
	display: table;
}

.uk-section::after {
	clear: both;
}

.uk-container>:last-child,.uk-section>:last-child {
	margin-bottom: 0;
}

.uk-section-xsmall {
	padding-top: 20px;
	padding-bottom: 20px;
}

.uk-section-large {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width:960px) {
	.uk-section-large {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

.uk-section-xlarge {
	padding-top: 140px;
	padding-bottom: 140px;
}

@media (min-width:960px) {
	.uk-section-xlarge {
		padding-top: 210px;
		padding-bottom: 210px;
	}
}

.uk-section-default {
	background: #fff;
}

.uk-section-muted {
	background: #f8f8f8;
}

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

.uk-section-secondary {
	background: #222;
}

.uk-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:640px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

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

.uk-container::after,.uk-container::before {
	content: "";
	display: table;
}

.uk-container::after {
	clear: both;
}

.uk-container .uk-container {
	padding-left: 0;
	padding-right: 0;
}

.uk-container-small {
	max-width: 900px;
}

.uk-container-large {
	max-width: 1600px;
}

.uk-container-expand {
	max-width: none;
}

.uk-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

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

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

.uk-grid {
	margin: 0 0 0 -30px;
}

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

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

@media (min-width:1200px) {
	.uk-grid {
		margin-left: -40px;
	}

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

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

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

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

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

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

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

*+.uk-grid-margin-medium,.uk-grid+.uk-grid-medium,.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin,.uk-grid-medium>.uk-grid-margin {
	margin-top: 30px;
}

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

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

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

@media (min-width:1200px) {
	.uk-grid-large {
		margin-left: -70px;
	}

	.uk-grid-large>* {
		padding-left: 70px;
	}

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.uk-grid-divider {
		margin-left: -80px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
	.uk-grid-divider.uk-grid-large {
		margin-left: -140px;
	}

	.uk-grid-divider.uk-grid-large>* {
		padding-left: 140px;
	}

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

	.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin {
		margin-top: 140px;
	}

	.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
		top: -70px;
		left: 140px;
	}
}

.uk-grid-item-match,.uk-grid-match>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

.uk-card-body {
	padding: 30px;
}

.uk-card-footer,.uk-card-header {
	padding: 15px 30px;
}

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

	.uk-card-footer,.uk-card-header {
		padding: 20px 40px;
	}
}

.uk-card-body::after,.uk-card-body::before,.uk-card-footer::after,.uk-card-footer::before,.uk-card-header::after,.uk-card-header::before {
	content: "";
	display: table;
}

.uk-card-body::after,.uk-card-footer::after,.uk-card-header::after {
	clear: both;
}

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

[class*=uk-card-media] {
	margin: 0;
}

.uk-card-title {
	font-size: 1.5rem;
	line-height: 1.4;
}

.uk-card-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

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

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

.uk-card-default,.uk-card-primary,.uk-card-secondary {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.08);
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.uk-card-default {
	background: #fff;
	border-radius: 4px;
	color: #666;
}

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

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

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

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

.uk-card-primary,.uk-card-secondary {
	color: #fff;
}

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

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

.uk-card-primary.uk-card-hover:hover,.uk-card-secondary.uk-card-hover:hover {
	background-color: #1e87f0;
}

.uk-card-secondary {
	background: #222;
}

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

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

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

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

	.uk-card-large .uk-card-footer,.uk-card-large .uk-card-header {
		padding: 35px 70px;
	}
}

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

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

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

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

@media (min-width:1200px) {
	.uk-card-body>.uk-nav-default {
		margin-left: -40px;
		margin-right: -40px;
	}

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

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

	.uk-card-body .uk-nav-default .uk-nav-sub {
		padding-left: 55px;
	}
}

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

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

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

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

@media (min-width:1200px) {
	.uk-card-large>.uk-nav-default {
		margin: 0;
	}

	.uk-card-large>.uk-nav-default:only-child {
		margin: 0;
	}

	.uk-card-large .uk-nav-default .uk-nav-divider,.uk-card-large .uk-nav-default .uk-nav-header,.uk-card-large .uk-nav-default>li>a {
		padding-left: 0;
		padding-right: 0;
	}

	.uk-card-large .uk-nav-default .uk-nav-sub {
		padding-left: 15px;
	}
}

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

.uk-close:focus,.uk-close:hover {
	color: #666;
	outline: 0;
}

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

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

.uk-badge {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 500px;
	vertical-align: middle;
	background: #e84413;
	color: #fff;
	font-size: .875rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uk-badge:focus,.uk-badge:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
}

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

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

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

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

.uk-overlay {
	padding: 30px;
}

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

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

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

.uk-article::after,.uk-article::before {
	content: "";
	display: table;
}

.uk-article::after {
	clear: both;
}

.uk-article+.uk-article {
	margin-top: 70px;
}

.uk-article-title {
	font-size: 1.575rem;
	line-height: 1.2;
}

@media (min-width:960px) {
	.uk-article-title {
		font-size: 2.625rem;
	}
}

.uk-article-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

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

.uk-search {
	display: inline-block;
	position: relative;
	max-width: 100%;
	margin: 0;
}

.uk-search-input::-webkit-search-cancel-button,.uk-search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.uk-search-input::-moz-placeholder {
	opacity: 1;
}

.uk-search-input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0;
	font: inherit;
	overflow: visible;
	-webkit-appearance: none;
	vertical-align: middle;
	width: 100%;
	border: 0;
	color: #666;
}

.uk-search-input:focus {
	outline: 0;
}

.uk-search-input:-ms-input-placeholder {
	color: #999!important;
}

.uk-search-input::-webkit-input-placeholder {
	color: #999;
}

.uk-search-input::-ms-input-placeholder {
	color: #999;
}

.uk-search-input::placeholder {
	color: #999;
}

.uk-nav li>a:focus,.uk-search-icon:focus {
	outline: 0;
}

.uk-search .uk-search-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
}

.uk-search .uk-search-icon:hover {
	color: #999;
}

.uk-search .uk-search-icon-flip {
	right: 0;
	left: auto;
}

.uk-search-default {
	width: 180px;
}

.uk-search-default .uk-search-input {
	height: 40px;
	padding-left: 6px;
	padding-right: 6px;
	background: 0 0;
	border: 1px solid #e5e5e5;
}

.uk-search-default .uk-search-input:focus {
	background-color: transparent;
}

.uk-search-default .uk-search-icon {
	width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input,.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
	padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip~.uk-search-input,.uk-search-navbar .uk-search-icon-flip~.uk-search-input {
	padding-right: 40px;
}

.uk-search-navbar {
	width: 400px;
}

.uk-search-navbar .uk-search-input {
	height: 40px;
	background: 0 0;
	font-size: 1.5rem;
}

.uk-search-navbar .uk-search-icon {
	width: 40px;
}

.uk-search-large {
	width: 500px;
}

.uk-search-large .uk-search-input {
	height: 80px;
	background: 0 0;
	font-size: 2.625rem;
}

.uk-search-large .uk-search-icon {
	width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
	padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip~.uk-search-input {
	padding-right: 80px;
}

.uk-search-toggle {
	color: #999;
}

.uk-search-toggle:focus,.uk-search-toggle:hover {
	color: #666;
}

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

.uk-nav li>a {
	display: block;
	text-decoration: none;
}

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

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

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

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

.uk-nav-parent-icon>.uk-parent>a::after {
	content: "";
	width: 1.5em;
	height: 1.5em;
	float: right;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

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

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

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

.uk-nav-default {
	font-size: .875rem;
}

.uk-nav-default .uk-nav-sub a,.uk-nav-default>li>a,.uk-nav-primary .uk-nav-sub a {
	color: #999;
}

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

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

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

.uk-nav-primary>li>a {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #999;
}

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

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

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

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

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

.uk-nav-center.uk-nav-parent-icon>.uk-parent>a::after {
	position: absolute;
}

.uk-navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: #f8f8f8;
}

.uk-navbar-container>::after,.uk-navbar-container>::before {
	display: none!important;
}

.uk-navbar-center,.uk-navbar-center-left>*,.uk-navbar-center-right>*,.uk-navbar-left,.uk-navbar-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uk-navbar-right {
	margin-left: auto;
}

.uk-navbar-center:only-child {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.uk-navbar-center:not(:only-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 990;
}

.uk-navbar-center:not(:only-child) .uk-navbar-item,.uk-navbar-center:not(:only-child) .uk-navbar-nav>li>a,.uk-navbar-center:not(:only-child) .uk-navbar-toggle {
	white-space: nowrap;
}

.uk-navbar-center-left,.uk-navbar-center-right {
	position: absolute;
	top: 0;
}

.uk-navbar-center-left {
	right: 100%;
}

.uk-navbar-center-right {
	left: 100%;
}

[class*=uk-navbar-center-] .uk-navbar-item,[class*=uk-navbar-center-] .uk-navbar-nav>li>a,[class*=uk-navbar-center-] .uk-navbar-toggle {
	white-space: nowrap;
}

.uk-navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.uk-navbar-center:only-child,.uk-navbar-left,.uk-navbar-right {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.uk-navbar-item,.uk-navbar-nav>li>a,.uk-navbar-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
	padding: 0 15px;
	font-size: .875rem;
	font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
	text-decoration: none;
}

.uk-navbar-nav>li>a {
	color: #999;
	text-transform: uppercase;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	-webkit-transition-property: color,background-color;
	transition-property: color,background-color;
}

.uk-navbar-nav>li:hover>a,.uk-navbar-nav>li>a.uk-open,.uk-navbar-nav>li>a:focus {
	color: #666;
	outline: 0;
}

.uk-navbar-nav>li.uk-active>a,.uk-navbar-nav>li>a:active {
	color: #333;
}

.uk-navbar-item {
	color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-sub a,.uk-navbar-dropdown-nav>li>a,.uk-navbar-toggle {
	color: #999;
}

.uk-navbar-toggle.uk-open,.uk-navbar-toggle:focus,.uk-navbar-toggle:hover {
	color: #666;
	outline: 0;
	text-decoration: none;
}

.uk-navbar-subtitle {
	font-size: .875rem;
}

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

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

[class*=uk-navbar-dropdown-top] {
	margin-top: -15px;
}

[class*=uk-navbar-dropdown-bottom] {
	margin-top: 15px;
}

[class*=uk-navbar-dropdown-left] {
	margin-left: -15px;
}

[class*=uk-navbar-dropdown-right] {
	margin-left: 15px;
}

.uk-navbar-dropdown-grid {
	margin-left: -50px;
}

.uk-navbar-dropdown-grid>* {
	padding-left: 50px;
}

.uk-navbar-dropdown-grid>.uk-grid-margin {
	margin-top: 50px;
}

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

.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
	width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
	width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
	width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
	width: 1000px;
}

.uk-navbar-dropdown-dropbar {
	margin-top: 0;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.uk-navbar-dropdown-nav {
	font-size: .875rem;
}

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

.uk-navbar-dropdown-nav .uk-nav-header,.uk-navbar-dropdown-nav>li.uk-active>a {
	color: #333;
}

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

.uk-navbar-dropbar {
	background: #fff;
}

.uk-navbar-dropbar-slide {
	position: absolute;
	z-index: 980;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 5px 7px rgba(0,0,0,.05);
	box-shadow: 0 5px 7px rgba(0,0,0,.05);
}

.uk-navbar-container>.uk-container .uk-navbar-left {
	margin-left: -15px;
	margin-right: -15px;
}

.uk-navbar-container>.uk-container .uk-navbar-right {
	margin-right: -15px;
}

.uk-navbar-dropdown-grid>* {
	position: relative;
}

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

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

.uk-subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.uk-subnav>* {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-subnav>*>:first-child {
	display: block;
	color: #999;
	font-size: .875rem;
	text-transform: uppercase;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	-webkit-transition-property: color,background-color;
	transition-property: color,background-color;
	border-radius: 4px;
}

.uk-subnav>*>a:focus,.uk-subnav>*>a:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}

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

.uk-subnav-divider>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
	content: "";
	height: 1.5em;
	margin-left: 0;
	margin-right: 20px;
	border-left: 1px solid #e5e5e5;
}

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

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

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

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

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

.uk-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.uk-breadcrumb>* {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.uk-breadcrumb>*>* {
	display: inline-block;
	font-size: .875rem;
	color: #999;
}

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

.uk-breadcrumb>:last-child>* {
	color: #666;
}

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

.uk-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}

.uk-pagination>* {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-pagination>*>* {
	display: block;
	color: #999;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

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

.uk-pagination>.uk-active>* {
	color: #666;
}

.uk-pagination>.uk-disabled>* {
	color: #999;
}

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

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

.uk-tab>* {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding-left: 20px;
	position: relative;
}

.uk-tab>*>a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	color: #999;
	border-bottom: 1px solid transparent;
	font-size: .875rem;
	text-transform: uppercase;
	-webkit-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

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

.uk-dropdown-nav .uk-nav-sub a,.uk-dropdown-nav>li>a,.uk-tab>.uk-disabled>a {
	color: #999;
}

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

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

.uk-tab-left,.uk-tab-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

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

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

.uk-tab-right::before {
	left: 0;
	right: auto;
}

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

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

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

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

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

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

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

.uk-dotnav,.uk-slidenav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.uk-dotnav>* {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding-left: 12px;
}

.uk-dotnav>*>* {
	display: block;
	-webkit-box-sizing: border-box;
	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);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition-property: background-color,border-color;
	transition-property: background-color,border-color;
}

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

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

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

.uk-dotnav-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	margin-top: -12px;
}

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

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

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

.uk-accordion-title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #333;
	overflow: hidden;
	cursor: pointer;
}

.uk-accordion-title::after {
	content: "";
	width: 1.4em;
	height: 1.4em;
	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-accordion-title::after {
	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-accordion-title:focus,.uk-accordion-title:hover {
	color: #666;
	text-decoration: none;
	outline: 0;
}

.uk-accordion-content {
	margin-top: 20px;
}

.uk-accordion-content::after,.uk-accordion-content::before {
	content: "";
	display: table;
}

.uk-accordion-content::after {
	clear: both;
}

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

.uk-drop {
	display: none;
	position: absolute;
	z-index: 1020;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
}

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

[class*=uk-drop-top] {
	margin-top: -20px;
}

[class*=uk-drop-bottom] {
	margin-top: 20px;
}

[class*=uk-drop-left] {
	margin-left: -20px;
}

[class*=uk-drop-right] {
	margin-left: 20px;
}

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

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

.uk-dropdown.uk-open,.uk-notification-message:hover .uk-notification-close {
	display: block;
}

.uk-dropdown-nav {
	white-space: nowrap;
	font-size: .875rem;
}

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

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

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

[class*=uk-dropdown-top] {
	margin-top: -10px;
}

[class*=uk-dropdown-bottom] {
	margin-top: 10px;
}

[class*=uk-dropdown-left] {
	margin-left: -10px;
}

[class*=uk-dropdown-right] {
	margin-left: 10px;
}

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

.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;
	background: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

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

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

.uk-modal.uk-open,.uk-offcanvas-overlay.uk-open::before {
	opacity: 1;
}

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

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

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

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

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

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

.uk-modal-body {
	padding: 30px;
}

.uk-modal-header {
	padding: 15px 30px;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
	padding: 15px 30px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

.uk-modal-body::after,.uk-modal-body::before,.uk-modal-footer::after,.uk-modal-footer::before,.uk-modal-header::after,.uk-modal-header::before {
	content: "";
	display: table;
}

.uk-modal-body::after,.uk-modal-footer::after,.uk-modal-header::after {
	clear: both;
}

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

.uk-modal-title {
	font-size: 2rem;
	line-height: 1.3;
}

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

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

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

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

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

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

.uk-lightbox {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1010;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

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

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

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

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

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

.uk-lightbox-items>.uk-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

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

.uk-lightbox-button:hover,.uk-lightbox-toolbar-icon:hover {
	color: #000;
}

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

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

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

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

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

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

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

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

.uk-slider-items {
	will-change: transform;
	position: relative;
}

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

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

.uk-slider-items>* {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.uk-sticky-fixed {
	z-index: 980;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.uk-sticky.uk-animation-reverse,.uk-sticky[class*=uk-animation-] {
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
}

.uk-offcanvas {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.uk-offcanvas-flip .uk-offcanvas {
	right: 0;
	left: auto;
}

.uk-offcanvas-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 270px;
	padding: 20px;
	background: #fff;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

@media (min-width:960px) {
	.uk-offcanvas-bar {
		width: 350px;
		padding: 40px;
	}
}

.uk-offcanvas-flip .uk-offcanvas-bar {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.uk-offcanvas-reveal .uk-offcanvas-bar,.uk-open>.uk-offcanvas-bar {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.uk-offcanvas-bar-animation {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.uk-offcanvas-reveal {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
}

.uk-open>.uk-offcanvas-reveal {
	width: 270px;
}

@media (min-width:960px) {
	.uk-open>.uk-offcanvas-reveal {
		width: 350px;
	}
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
	right: 0;
	left: auto;
}

.uk-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	padding: 5px;
}

.uk-offcanvas-overlay {
	width: 100vw;
	-ms-touch-action: none;
	touch-action: none;
}

.uk-offcanvas-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.1);
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.uk-offcanvas-container,.uk-offcanvas-page {
	overflow-x: hidden;
}

.uk-offcanvas-container-overlay {
	overflow: hidden;
}

.uk-offcanvas-container .uk-offcanvas-content {
	position: relative;
	left: 0;
	-webkit-transition: left .3s ease-out;
	transition: left .3s ease-out;
	-webkit-overflow-scrolling: touch;
}

.uk-offcanvas-overlay .uk-offcanvas-content {
	overflow-y: hidden;
}

:not(.uk-offcanvas-flip)>.uk-offcanvas-content-animation {
	left: 270px;
}

.uk-offcanvas-flip>.uk-offcanvas-content-animation {
	left: -270px;
}

@media (min-width:960px) {
	:not(.uk-offcanvas-flip)>.uk-offcanvas-content-animation {
		left: 350px;
	}

	.uk-offcanvas-flip>.uk-offcanvas-content-animation {
		left: -350px;
	}
}

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

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

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

.uk-iconnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 0 0 0 -10px;
}

.uk-iconnav>* {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	padding-left: 10px;
}

.uk-iconnav>*>a {
	display: block;
	color: #999;
}

.uk-iconnav>*>a:focus,.uk-iconnav>*>a:hover {
	color: #666;
	outline: 0;
}

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

.uk-iconnav-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	margin-top: -10px;
}

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

.uk-notification {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1040;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 350px;
}

.uk-notification-bottom-right,.uk-notification-top-right {
	left: auto;
	right: 10px;
}

.uk-notification-bottom-center,.uk-notification-top-center {
	left: 50%;
	margin-left: -175px;
}

.uk-notification-bottom-center,.uk-notification-bottom-left,.uk-notification-bottom-right {
	top: auto;
	bottom: 10px;
}

@media (max-width:639px) {
	.uk-notification {
		left: 10px;
		right: 10px;
		width: auto;
		margin: 0;
	}
}

.uk-notification-message {
	position: relative;
	margin-bottom: 10px;
	padding: 15px;
	background: #fff;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.4;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.08);
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.uk-notification-close {
	display: none;
	position: absolute;
	top: 20px;
	right: 15px;
}

.uk-notification-message-primary {
	color: #1e87f0;
}

.uk-notification-message-success {
	color: #32d296;
}

.uk-notification-message-warning {
	color: #faa05a;
}

.uk-notification-message-danger {
	color: #f0506e;
}

.uk-tooltip {
	display: none;
	position: absolute;
	z-index: 1030;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 200px;
	padding: 3px 6px;
	background: #666;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
}

.uk-tooltip.uk-active {
	display: block;
}

[class*=uk-tooltip-top] {
	margin-top: -10px;
}

[class*=uk-tooltip-bottom] {
	margin-top: 10px;
}

[class*=uk-tooltip-left] {
	margin-left: -10px;
}

[class*=uk-tooltip-right] {
	margin-left: 10px;
}

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

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

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

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

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

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

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

.uk-child-width-expand>* {
	width: 1px;
}

.uk-child-width-expand>:not([class*=uk-width]) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	-ms-flex-preferred-size: 1px;
	flex-basis: 1px;
}

@media (min-width:640px) {
	.uk-child-width-1-1\@s>* {
		width: 100%;
	}

	.uk-child-width-1-2\@s>* {
		width: 50%;
	}

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

	.uk-child-width-1-4\@s>* {
		width: 25%;
	}

	.uk-child-width-1-5\@s>* {
		width: 20%;
	}

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

	.uk-child-width-auto\@s>* {
		width: auto;
	}

	.uk-child-width-expand\@s>* {
		width: 1px;
	}

	.uk-child-width-expand\@s>:not([class*=uk-width]) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

@media (min-width:960px) {
	.uk-child-width-1-1\@m>* {
		width: 100%;
	}

	.uk-child-width-1-2\@m>* {
		width: 50%;
	}

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

	.uk-child-width-1-4\@m>* {
		width: 25%;
	}

	.uk-child-width-1-5\@m>* {
		width: 20%;
	}

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

	.uk-child-width-auto\@m>* {
		width: auto;
	}

	.uk-child-width-expand\@m>* {
		width: 1px;
	}

	.uk-child-width-expand\@m>:not([class*=uk-width]) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

@media (min-width:1200px) {
	.uk-child-width-1-1\@l>* {
		width: 100%;
	}

	.uk-child-width-1-2\@l>* {
		width: 50%;
	}

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

	.uk-child-width-1-4\@l>* {
		width: 25%;
	}

	.uk-child-width-1-5\@l>* {
		width: 20%;
	}

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

	.uk-child-width-auto\@l>* {
		width: auto;
	}

	.uk-child-width-expand\@l>* {
		width: 1px;
	}

	.uk-child-width-expand\@l>:not([class*=uk-width]) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

@media (min-width:1600px) {
	.uk-child-width-1-1\@xl>* {
		width: 100%;
	}

	.uk-child-width-1-2\@xl>* {
		width: 50%;
	}

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

	.uk-child-width-1-4\@xl>* {
		width: 25%;
	}

	.uk-child-width-1-5\@xl>* {
		width: 20%;
	}

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

	.uk-child-width-auto\@xl>* {
		width: auto;
	}

	.uk-child-width-expand\@xl>* {
		width: 1px;
	}

	.uk-child-width-expand\@xl>:not([class*=uk-width]) {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-width-xxlarge {
	width: 750px;
}

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

.uk-width-expand {
	width: 1px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	-ms-flex-preferred-size: 1px;
	flex-basis: 1px;
}

@media (min-width:640px) {
	.uk-width-1-1\@s {
		width: 100%;
	}

	.uk-width-1-2\@s {
		width: 50%;
	}

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

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

	.uk-width-1-4\@s {
		width: 25%;
	}

	.uk-width-3-4\@s {
		width: 75%;
	}

	.uk-width-1-5\@s {
		width: 20%;
	}

	.uk-width-2-5\@s {
		width: 40%;
	}

	.uk-width-3-5\@s {
		width: 60%;
	}

	.uk-width-4-5\@s {
		width: 80%;
	}

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

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

	.uk-width-small\@s {
		width: 150px;
	}

	.uk-width-medium\@s {
		width: 300px;
	}

	.uk-width-large\@s {
		width: 450px;
	}

	.uk-width-xlarge\@s {
		width: 600px;
	}

	.uk-width-xxlarge\@s {
		width: 750px;
	}

	.uk-width-auto\@s {
		width: auto;
	}

	.uk-width-expand\@s {
		width: 1px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

@media (min-width:960px) {
	.uk-width-1-1\@m {
		width: 100%;
	}

	.uk-width-1-2\@m {
		width: 50%;
	}

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

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

	.uk-width-1-4\@m {
		width: 25%;
	}

	.uk-width-3-4\@m {
		width: 75%;
	}

	.uk-width-1-5\@m {
		width: 20%;
	}

	.uk-width-2-5\@m {
		width: 40%;
	}

	.uk-width-3-5\@m {
		width: 60%;
	}

	.uk-width-4-5\@m {
		width: 80%;
	}

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

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

	.uk-width-small\@m {
		width: 150px;
	}

	.uk-width-medium\@m {
		width: 300px;
	}

	.uk-width-large\@m {
		width: 450px;
	}

	.uk-width-xlarge\@m {
		width: 600px;
	}

	.uk-width-xxlarge\@m {
		width: 750px;
	}

	.uk-width-auto\@m {
		width: auto;
	}

	.uk-width-expand\@m {
		width: 1px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

@media (min-width:1200px) {
	.uk-width-1-1\@l {
		width: 100%;
	}

	.uk-width-1-2\@l {
		width: 50%;
	}

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

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

	.uk-width-1-4\@l {
		width: 25%;
	}

	.uk-width-3-4\@l {
		width: 75%;
	}

	.uk-width-1-5\@l {
		width: 20%;
	}

	.uk-width-2-5\@l {
		width: 40%;
	}

	.uk-width-3-5\@l {
		width: 60%;
	}

	.uk-width-4-5\@l {
		width: 80%;
	}

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

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

	.uk-width-small\@l {
		width: 150px;
	}

	.uk-width-medium\@l {
		width: 300px;
	}

	.uk-width-large\@l {
		width: 450px;
	}

	.uk-width-xlarge\@l {
		width: 600px;
	}

	.uk-width-xxlarge\@l {
		width: 750px;
	}

	.uk-width-auto\@l {
		width: auto;
	}

	.uk-width-expand\@l {
		width: 1px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

@media (min-width:1600px) {
	.uk-width-1-1\@xl {
		width: 100%;
	}

	.uk-width-1-2\@xl {
		width: 50%;
	}

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

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

	.uk-width-1-4\@xl {
		width: 25%;
	}

	.uk-width-3-4\@xl {
		width: 75%;
	}

	.uk-width-1-5\@xl {
		width: 20%;
	}

	.uk-width-2-5\@xl {
		width: 40%;
	}

	.uk-width-3-5\@xl {
		width: 60%;
	}

	.uk-width-4-5\@xl {
		width: 80%;
	}

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

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

	.uk-width-small\@xl {
		width: 150px;
	}

	.uk-width-medium\@xl {
		width: 300px;
	}

	.uk-width-large\@xl {
		width: 450px;
	}

	.uk-width-xlarge\@xl {
		width: 600px;
	}

	.uk-width-xxlarge\@xl {
		width: 750px;
	}

	.uk-width-auto\@xl {
		width: auto;
	}

	.uk-width-expand\@xl {
		width: 1px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		-ms-flex-preferred-size: 1px;
		flex-basis: 1px;
	}
}

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

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

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

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

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

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

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

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

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

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

.uk-text-meta {
	font-size: .875rem;
	line-height: 1.4;
	color: #999;
}

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

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

.uk-text-large,.uk-text-small {
	font-size: .875rem;
	line-height: 1.5;
}

.uk-text-large {
	font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

@supports (-webkit-background-clip:text) {
	.uk-text-background {
		background-color: #1e87f0;
	}
}

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

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

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

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

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

	.uk-text-right\@s {
		text-align: right!important;
	}

	.uk-text-center\@s {
		text-align: center!important;
	}
}

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

	.uk-text-right\@m {
		text-align: right!important;
	}

	.uk-text-center\@m {
		text-align: center!important;
	}
}

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

	.uk-text-right\@l {
		text-align: right!important;
	}

	.uk-text-center\@l {
		text-align: center!important;
	}
}

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

	.uk-text-right\@xl {
		text-align: right!important;
	}

	.uk-text-center\@xl {
		text-align: center!important;
	}
}

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

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

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

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

.uk-text-nowrap,.uk-text-truncate {
	white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:640px) {
	.uk-column-1-2\@s {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.uk-column-1-3\@s {
		-webkit-column-count: 3;
		column-count: 3;
	}

	.uk-column-1-4\@s {
		-webkit-column-count: 4;
		column-count: 4;
	}

	.uk-column-1-5\@s {
		-webkit-column-count: 5;
		column-count: 5;
	}

	.uk-column-1-6\@s {
		-webkit-column-count: 6;
		column-count: 6;
	}
}

@media (min-width:960px) {
	.uk-column-1-2\@m {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.uk-column-1-3\@m {
		-webkit-column-count: 3;
		column-count: 3;
	}

	.uk-column-1-4\@m {
		-webkit-column-count: 4;
		column-count: 4;
	}

	.uk-column-1-5\@m {
		-webkit-column-count: 5;
		column-count: 5;
	}

	.uk-column-1-6\@m {
		-webkit-column-count: 6;
		column-count: 6;
	}
}

@media (min-width:1200px) {
	.uk-column-1-2\@l {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.uk-column-1-3\@l {
		-webkit-column-count: 3;
		column-count: 3;
	}

	.uk-column-1-4\@l {
		-webkit-column-count: 4;
		column-count: 4;
	}

	.uk-column-1-5\@l {
		-webkit-column-count: 5;
		column-count: 5;
	}

	.uk-column-1-6\@l {
		-webkit-column-count: 6;
		column-count: 6;
	}
}

@media (min-width:1600px) {
	.uk-column-1-2\@xl {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.uk-column-1-3\@xl {
		-webkit-column-count: 3;
		column-count: 3;
	}

	.uk-column-1-4\@xl {
		-webkit-column-count: 4;
		column-count: 4;
	}

	.uk-column-1-5\@xl {
		-webkit-column-count: 5;
		column-count: 5;
	}

	.uk-column-1-6\@xl {
		-webkit-column-count: 6;
		column-count: 6;
	}
}

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

.uk-cover {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

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

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

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

.tm-checkbox:hover+label::before,.tm-radio:hover+label::before,.uk-background-muted {
	background-color: #f8f8f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-panel {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uk-panel::after,.uk-panel::before {
	content: "";
	display: table;
}

.uk-panel::after {
	clear: both;
}

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

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

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

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

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

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

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

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

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

.uk-resize {
	resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.uk-border-rounded {
	border-radius: 4px;
}

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

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

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

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

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

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

@supports ((-webkit-filter:blur(0)) or (filter:blur(0))) {
	.uk-box-shadow-bottom {
		display: inline-block;
		position: relative;
		max-width: 100%;
		vertical-align: middle;
	}

	.uk-box-shadow-bottom::before {
		content: '';
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		height: 30px;
		border-radius: 100%;
		background: #444;
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}

	.uk-box-shadow-bottom>* {
		position: relative;
	}
}

.uk-dropcap::first-letter,.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-dropcap::first-letter,.uk-dropcap>p:first-of-type::first-letter {
		margin-top: 1.1%;
	}
}

@supports (-ms-ime-align:auto) {
	.uk-dropcap>p:first-of-type::first-letter {
		font-size: 1em;
	}
}

.uk-logo {
	font-size: 1.5rem;
	font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
	color: #666;
	text-decoration: none;
}

.uk-logo:focus,.uk-logo:hover {
	color: #666;
	outline: 0;
	text-decoration: none;
}

.uk-flex-inline::after,.uk-flex-inline::before,.uk-flex::after,.uk-flex::before,.uk-logo-inverse {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.uk-flex-inline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.uk-flex-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.uk-flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.uk-flex-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.uk-flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.uk-flex-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media (min-width:640px) {
	.uk-flex-left\@s {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.uk-flex-center\@s {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.uk-flex-right\@s {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.uk-flex-between\@s {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.uk-flex-around\@s {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media (min-width:960px) {
	.uk-flex-left\@m {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.uk-flex-center\@m {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.uk-flex-right\@m {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.uk-flex-between\@m {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.uk-flex-around\@m {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media (min-width:1200px) {
	.uk-flex-left\@l {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.uk-flex-center\@l {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.uk-flex-right\@l {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.uk-flex-between\@l {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.uk-flex-around\@l {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media (min-width:1600px) {
	.uk-flex-left\@xl {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.uk-flex-center\@xl {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.uk-flex-right\@xl {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.uk-flex-between\@xl {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.uk-flex-around\@xl {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.uk-flex-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.uk-flex-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.uk-flex-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.uk-flex-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.uk-flex-row,.uk-flex-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.uk-flex-row-reverse {
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.uk-flex-column,.uk-flex-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.uk-flex-column-reverse {
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

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

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

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

.uk-flex-wrap-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.uk-flex-wrap-top {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.uk-flex-wrap-middle {
	-ms-flex-line-pack: center;
	align-content: center;
}

.uk-flex-wrap-bottom {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.uk-flex-wrap-between {
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.uk-flex-wrap-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.uk-flex-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.uk-flex-last {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
}

@media (min-width:640px) {
	.uk-flex-first\@s {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.uk-flex-last\@s {
		-webkit-box-ordinal-group: 100;
		-ms-flex-order: 99;
		order: 99;
	}
}

@media (min-width:960px) {
	.uk-flex-first\@m {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.uk-flex-last\@m {
		-webkit-box-ordinal-group: 100;
		-ms-flex-order: 99;
		order: 99;
	}
}

@media (min-width:1200px) {
	.uk-flex-first\@l {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.uk-flex-last\@l {
		-webkit-box-ordinal-group: 100;
		-ms-flex-order: 99;
		order: 99;
	}
}

@media (min-width:1600px) {
	.uk-flex-first\@xl {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.uk-flex-last\@xl {
		-webkit-box-ordinal-group: 100;
		-ms-flex-order: 99;
		order: 99;
	}
}

.uk-flex-none {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.uk-flex-1,.uk-flex-auto {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.uk-flex-1 {
	-ms-flex: 1;
	flex: 1;
}

.uk-margin {
	margin-bottom: 20px;
}

*+.uk-margin,.uk-margin-top {
	margin-top: 20px!important;
}

.uk-margin-bottom {
	margin-bottom: 20px!important;
}

.uk-margin-left {
	margin-left: 20px!important;
}

.uk-margin-right {
	margin-right: 20px!important;
}

.uk-margin-small {
	margin-bottom: 10px;
}

*+.uk-margin-small,.uk-margin-small-top {
	margin-top: 10px!important;
}

.uk-margin-small-bottom {
	margin-bottom: 10px!important;
}

.uk-margin-small-left {
	margin-left: 10px!important;
}

.uk-margin-small-right {
	margin-right: 10px!important;
}

.uk-margin-medium {
	margin-bottom: 40px;
}

*+.uk-margin-medium,.uk-margin-medium-top {
	margin-top: 40px!important;
}

.uk-margin-medium-bottom {
	margin-bottom: 40px!important;
}

.uk-margin-medium-left {
	margin-left: 40px!important;
}

.uk-margin-medium-right {
	margin-right: 40px!important;
}

.uk-margin-large {
	margin-bottom: 40px;
}

*+.uk-margin-large,.uk-margin-large-top {
	margin-top: 40px!important;
}

.uk-margin-large-bottom {
	margin-bottom: 40px!important;
}

.uk-margin-large-left {
	margin-left: 40px!important;
}

.uk-margin-large-right {
	margin-right: 40px!important;
}

@media (min-width:1200px) {
	.uk-margin-large {
		margin-bottom: 70px;
	}

	*+.uk-margin-large,.uk-margin-large-top {
		margin-top: 70px!important;
	}

	.uk-margin-large-bottom {
		margin-bottom: 70px!important;
	}

	.uk-margin-large-left {
		margin-left: 70px!important;
	}

	.uk-margin-large-right {
		margin-right: 70px!important;
	}
}

.uk-margin-xlarge {
	margin-bottom: 70px;
}

*+.uk-margin-xlarge,.uk-margin-xlarge-top {
	margin-top: 70px!important;
}

.uk-margin-xlarge-bottom {
	margin-bottom: 70px!important;
}

.uk-margin-xlarge-left {
	margin-left: 70px!important;
}

.uk-margin-xlarge-right {
	margin-right: 70px!important;
}

@media (min-width:1200px) {
	.uk-margin-xlarge {
		margin-bottom: 140px;
	}

	*+.uk-margin-xlarge,.uk-margin-xlarge-top {
		margin-top: 140px!important;
	}

	.uk-margin-xlarge-bottom {
		margin-bottom: 140px!important;
	}

	.uk-margin-xlarge-left {
		margin-left: 140px!important;
	}

	.uk-margin-xlarge-right {
		margin-right: 140px!important;
	}
}

.uk-margin-remove {
	margin: 0!important;
}

.uk-margin-remove-top {
	margin-top: 0!important;
}

.uk-margin-remove-bottom {
	margin-bottom: 0!important;
}

.uk-margin-remove-left {
	margin-left: 0!important;
}

.uk-margin-remove-right {
	margin-right: 0!important;
}

.uk-margin-remove-vertical {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.uk-margin-remove-adjacent+* {
	margin-top: 0!important;
}

.uk-margin-auto {
	margin-left: auto!important;
	margin-right: auto!important;
}

.uk-margin-auto-top {
	margin-top: auto!important;
}

.uk-margin-auto-bottom {
	margin-bottom: auto!important;
}

.uk-margin-auto-left {
	margin-left: auto!important;
}

.uk-margin-auto-right {
	margin-right: auto!important;
}

.uk-margin-auto-vertical {
	margin-top: auto!important;
	margin-bottom: auto!important;
}

.uk-padding {
	padding: 30px;
}

@media (min-width:1200px) {
	.uk-padding {
		padding: 40px;
	}
}

.uk-padding-small {
	padding: 15px;
}

.uk-padding-large {
	padding: 30px;
}

@media (min-width:1200px) {
	.uk-padding-large {
		padding: 70px;
	}
}

.uk-padding-remove {
	padding: 0!important;
}

.uk-padding-remove-top {
	padding-top: 0!important;
}

.uk-padding-remove-bottom {
	padding-bottom: 0!important;
}

.uk-padding-remove-left {
	padding-left: 0!important;
}

.uk-padding-remove-right {
	padding-right: 0!important;
}

.uk-padding-remove-vertical {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.uk-padding-remove-horizontal {
	padding-left: 0!important;
	padding-right: 0!important;
}

[class*=uk-position-bottom],[class*=uk-position-center],[class*=uk-position-left],[class*=uk-position-right],[class*=uk-position-top] {
	position: absolute!important;
}

.uk-position-top {
	top: 0;
	left: 0;
	right: 0;
}

.uk-position-bottom {
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-position-left {
	top: 0;
	bottom: 0;
	left: 0;
}

.uk-position-right {
	top: 0;
	bottom: 0;
	right: 0;
}

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

.uk-position-top-right {
	top: 0;
	right: 0;
}

.uk-position-bottom-left {
	bottom: 0;
	left: 0;
}

.uk-position-bottom-right {
	bottom: 0;
	right: 0;
}

.uk-position-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: table;
	width: -moz-max-content;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

[class*=uk-position-center-left],[class*=uk-position-center-right] {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.uk-position-center-left {
	left: 0;
}

.uk-position-center-right {
	right: 0;
}

.uk-position-center-left-out,.uk-position-center-right-out {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.uk-position-center-left-out {
	right: 100%;
}

.uk-position-center-right-out {
	left: 100%;
}

.uk-position-bottom-center,.uk-position-top-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: table;
	width: -moz-max-content;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.uk-position-top-center {
	top: 0;
}

.uk-position-bottom-center {
	bottom: 0;
}

.uk-position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.uk-position-relative {
	position: relative!important;
}

.uk-position-absolute {
	position: absolute!important;
}

.uk-position-fixed {
	position: fixed!important;
}

.uk-position-z-index {
	z-index: 1;
}

.uk-position-small {
	margin: 15px;
}

.uk-position-small.uk-position-center {
	-webkit-transform: translate(-50%,-50%) translate(-15px,-15px);
	transform: translate(-50%,-50%) translate(-15px,-15px);
}

.uk-position-small[class*=uk-position-center-left],.uk-position-small[class*=uk-position-center-right] {
	-webkit-transform: translateY(-50%) translateY(-15px);
	transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-bottom-center,.uk-position-small.uk-position-top-center {
	-webkit-transform: translateX(-50%) translateX(-15px);
	transform: translateX(-50%) translateX(-15px);
}

.uk-position-large,.uk-position-medium {
	margin: 30px;
}

.uk-position-medium.uk-position-center {
	-webkit-transform: translate(-50%,-50%) translate(-30px,-30px);
	transform: translate(-50%,-50%) translate(-30px,-30px);
}

.uk-position-medium[class*=uk-position-center-left],.uk-position-medium[class*=uk-position-center-right] {
	-webkit-transform: translateY(-50%) translateY(-30px);
	transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-bottom-center,.uk-position-medium.uk-position-top-center {
	-webkit-transform: translateX(-50%) translateX(-30px);
	transform: translateX(-50%) translateX(-30px);
}

.uk-position-large.uk-position-center {
	-webkit-transform: translate(-50%,-50%) translate(-30px,-30px);
	transform: translate(-50%,-50%) translate(-30px,-30px);
}

.uk-position-large[class*=uk-position-center-left],.uk-position-large[class*=uk-position-center-right] {
	-webkit-transform: translateY(-50%) translateY(-30px);
	transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-bottom-center,.uk-position-large.uk-position-top-center {
	-webkit-transform: translateX(-50%) translateX(-30px);
	transform: translateX(-50%) translateX(-30px);
}

@media (min-width:1200px) {
	.uk-position-large {
		margin: 50px;
	}

	.uk-position-large.uk-position-center {
		-webkit-transform: translate(-50%,-50%) translate(-50px,-50px);
		transform: translate(-50%,-50%) translate(-50px,-50px);
	}

	.uk-position-large[class*=uk-position-center-left],.uk-position-large[class*=uk-position-center-right] {
		-webkit-transform: translateY(-50%) translateY(-50px);
		transform: translateY(-50%) translateY(-50px);
	}

	.uk-position-large.uk-position-bottom-center,.uk-position-large.uk-position-top-center {
		-webkit-transform: translateX(-50%) translateX(-50px);
		transform: translateX(-50%) translateX(-50px);
	}
}

.uk-hidden,[hidden] {
	display: none!important;
}

@media (min-width:640px) {
	.uk-hidden\@s {
		display: none!important;
	}
}

@media (min-width:960px) {
	.uk-hidden\@m {
		display: none!important;
	}
}

@media (min-width:1200px) {
	.uk-hidden\@l {
		display: none!important;
	}
}

@media (min-width:1600px) {
	.uk-hidden\@xl {
		display: none!important;
	}
}

@media (max-width:639px) {
	.uk-visible\@s {
		display: none!important;
	}
}

@media (max-width:959px) {
	.uk-visible\@m {
		display: none!important;
	}
}

@media (max-width:1199px) {
	.uk-visible\@l {
		display: none!important;
	}
}

@media (max-width:1599px) {
	.uk-visible\@xl {
		display: none!important;
	}
}

.uk-invisible {
	visibility: hidden!important;
}

.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-hidden-hover:not(:focus) {
	position: absolute!important;
	width: 0!important;
	height: 0!important;
	padding: 0!important;
	margin: 0!important;
	overflow: hidden!important;
}

.uk-visible-toggle:not(:hover):not(.uk-hover) .uk-invisible-hover:not(:focus) {
	opacity: 0!important;
}

@media (pointer:coarse) {
	.uk-hidden-touch {
		display: none!important;
	}
}

.uk-hidden-notouch {
	display: none!important;
}

@media (pointer:coarse) {
	.uk-hidden-notouch {
		display: block!important;
	}
}

.uk-light,.uk-light .uk-link-muted a:hover,.uk-light .uk-table th,.uk-light a.uk-link-muted:hover,.uk-light blockquote footer {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-h1,.uk-light .uk-h2,.uk-light .uk-h3,.uk-light .uk-h4,.uk-light .uk-h5,.uk-light .uk-h6,.uk-light .uk-link,.uk-light .uk-link:hover,.uk-light a,.uk-light a:hover,.uk-light blockquote,.uk-light em,.uk-light h1,.uk-light h2,.uk-light h3,.uk-light h4,.uk-light h5,.uk-light h6 {
	color: #fff;
}

.uk-light :not(pre)>code,.uk-light :not(pre)>kbd,.uk-light :not(pre)>samp {
	color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.1);
}

.uk-light .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before,.uk-light .uk-hr,.uk-light hr {
	border-top-color: rgba(255,255,255,.2);
}

.uk-light .uk-link-muted a,.uk-light .uk-link-text a:hover,.uk-light .uk-table caption,.uk-light a.uk-link-muted,.uk-light a.uk-link-text:hover {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-link-heading a:hover,.uk-light a.uk-link-heading:hover {
	color: #fff;
}

.uk-light .uk-heading-bullet::before {
	border-left-color: rgba(255,255,255,.2);
}

.uk-light .uk-heading-divider,.uk-light .uk-heading-line>::after,.uk-light .uk-heading-line>::before {
	border-bottom-color: rgba(255,255,255,.2);
}

.uk-light .uk-list-divider>li:nth-child(n+2) {
	border-top-color: rgba(255,255,255,.2);
}

.uk-light .uk-list-striped>li:nth-of-type(odd) {
	border-top-color: rgba(255,255,255,.2);
	border-bottom-color: rgba(255,255,255,.2);
	background-color: rgba(255,255,255,.1);
}

.uk-light .uk-list-bullet>li::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-light .uk-table tbody tr.uk-active,.uk-light .uk-table>tr.uk-active {
	background: rgba(255,255,255,.08);
}

.uk-light .uk-table-divider>:first-child>tr:not(:first-child),.uk-light .uk-table-divider>:not(:first-child)>tr,.uk-light .uk-table-divider>tr:not(:first-child) {
	border-top-color: rgba(255,255,255,.2);
}

.uk-light .uk-table-striped tbody tr:nth-of-type(odd),.uk-light .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-light .uk-table-hover tbody tr:hover,.uk-light .uk-table-hover>tr:hover {
	background: rgba(255,255,255,.08);
}

.uk-light .uk-icon-link {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-icon-link:focus,.uk-light .uk-icon-link:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-active>.uk-icon-link,.uk-light .uk-icon-link:active {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-icon-button {
	background-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.5);
}

.uk-light .uk-icon-button:focus,.uk-light .uk-icon-button:hover {
	background-color: rgba(242,242,242,.1);
	color: rgba(255,255,255,.7);
}

.uk-light .uk-icon-button:active {
	background-color: rgba(230,230,230,.1);
	color: rgba(255,255,255,.7);
}

.uk-light .uk-input,.uk-light .uk-select,.uk-light .uk-textarea {
	background-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.7);
	background-clip: padding-box;
	border-color: rgba(255,255,255,.2);
}

.uk-light .uk-input:focus,.uk-light .uk-select:focus,.uk-light .uk-textarea:focus {
	background-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.7);
	border-color: rgba(255,255,255,.7);
}

.uk-light .uk-input:-ms-input-placeholder,.uk-light .uk-textarea:-ms-input-placeholder {
	color: rgba(255,255,255,.5)!important;
}

.uk-light .uk-input::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-input::-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-input::placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-textarea::-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-textarea::placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-select:not([multiple]):not([size]) {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.uk-light .uk-checkbox,.uk-light .uk-radio {
	background-color: rgba(242,242,242,.1);
	border-color: rgba(255,255,255,.2);
}

.uk-light .uk-checkbox:focus,.uk-light .uk-radio:focus {
	border-color: rgba(255,255,255,.7);
}

.uk-light .uk-checkbox:checked,.uk-light .uk-checkbox:indeterminate,.uk-light .uk-radio:checked {
	background-color: #fff;
	border-color: rgba(255,255,255,.7);
}

.uk-light .uk-checkbox:checked:focus,.uk-light .uk-checkbox:indeterminate:focus,.uk-light .uk-radio:checked:focus {
	background-color: #e6e6e6;
}

.uk-light .uk-radio:checked {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%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%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-light .uk-checkbox:checked {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.uk-light .uk-checkbox:indeterminate {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-light .uk-form-label {
	color: #fff;
}

.uk-light .uk-form-icon {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-form-icon:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-button-default {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255,255,255,.7);
}

.uk-light .uk-button-default:focus,.uk-light .uk-button-default:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-light .uk-button-default.uk-active,.uk-light .uk-button-default:active {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.uk-light .uk-button-primary,.uk-light .uk-button-secondary {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-button-primary:focus,.uk-light .uk-button-primary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-light .uk-button-primary.uk-active,.uk-light .uk-button-primary:active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-light .uk-button-secondary:focus,.uk-light .uk-button-secondary:hover {
	background-color: #f2f2f2;
	color: #666;
}

.uk-light .uk-button-secondary.uk-active,.uk-light .uk-button-secondary:active {
	background-color: #e6e6e6;
	color: #666;
}

.uk-light .uk-button-text {
	color: #fff;
}

.uk-light .uk-button-text::before {
	border-bottom-color: #fff;
}

.uk-light .uk-button-text:focus,.uk-light .uk-button-text:hover {
	color: #fff;
}

.uk-light .uk-button-text:disabled {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-button-link,.uk-light .uk-close {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-button-link:focus,.uk-light .uk-button-link:hover,.uk-light .uk-close:focus,.uk-light .uk-close:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-grid-divider>:not(.uk-first-column)::before {
	border-left-color: rgba(255,255,255,.2);
}

.uk-light .uk-badge,.uk-light .uk-label {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-badge:focus,.uk-light .uk-badge:hover {
	color: #666;
}

.uk-light .uk-article-meta {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-search-input {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-search-input:-ms-input-placeholder {
	color: rgba(255,255,255,.5)!important;
}

.uk-light .uk-search-input::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-search-input::-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-search-input::placeholder {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-nav-default .uk-nav-sub a,.uk-light .uk-nav-default>li>a,.uk-light .uk-nav-primary .uk-nav-sub a,.uk-light .uk-nav-primary>li>a,.uk-light .uk-navbar-nav>li>a,.uk-light .uk-search .uk-search-icon,.uk-light .uk-search .uk-search-icon:hover,.uk-light .uk-search-toggle {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-search-default .uk-search-input {
	background-color: transparent;
	border-color: rgba(255,255,255,.2);
}

.uk-light .uk-search-default .uk-search-input:focus {
	background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input,.uk-light .uk-search-navbar .uk-search-input {
	background-color: transparent;
}

.uk-light .uk-search-toggle:focus,.uk-light .uk-search-toggle:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-nav-parent-icon>.uk-parent>a::after {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-light .uk-nav-parent-icon>.uk-parent.uk-open>a::after {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.uk-light .uk-nav-default .uk-nav-sub a:focus,.uk-light .uk-nav-default .uk-nav-sub a:hover,.uk-light .uk-nav-default>li>a:focus,.uk-light .uk-nav-default>li>a:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-nav-default .uk-nav-header,.uk-light .uk-nav-default>li.uk-active>a {
	color: #fff;
}

.uk-light .uk-nav-default .uk-nav-divider {
	border-top-color: rgba(255,255,255,.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a:focus,.uk-light .uk-nav-primary .uk-nav-sub a:hover,.uk-light .uk-nav-primary>li>a:focus,.uk-light .uk-nav-primary>li>a:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-nav-primary .uk-nav-header,.uk-light .uk-nav-primary>li.uk-active>a {
	color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-divider {
	border-top-color: rgba(255,255,255,.2);
}

.uk-light .uk-navbar-nav>li:hover>a,.uk-light .uk-navbar-nav>li>a.uk-open,.uk-light .uk-navbar-nav>li>a:focus,.uk-light .uk-navbar-toggle.uk-open,.uk-light .uk-navbar-toggle:focus,.uk-light .uk-navbar-toggle:hover,.uk-light .uk-subnav>*>a:focus,.uk-light .uk-subnav>*>a:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-navbar-nav>li.uk-active>a,.uk-light .uk-navbar-nav>li>a:active,.uk-light .uk-subnav>.uk-active>a {
	color: #fff;
}

.uk-light .uk-navbar-item {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-navbar-toggle {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-subnav>*>:first-child {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before {
	border-left-color: rgba(255,255,255,.2);
}

.uk-light .uk-subnav-pill>*>:first-child {
	background-color: transparent;
	color: rgba(255,255,255,.5);
}

.uk-light .uk-subnav-pill>*>a:focus,.uk-light .uk-subnav-pill>*>a:hover {
	background-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.7);
}

.uk-light .uk-subnav-pill>*>a:active {
	background-color: rgba(255,255,255,.1);
	color: rgba(255,255,255,.7);
}

.uk-light .uk-subnav-pill>.uk-active>a {
	background-color: #fff;
	color: #666;
}

.uk-light .uk-breadcrumb>*>*,.uk-light .uk-pagination>*>*,.uk-light .uk-subnav>.uk-disabled>a {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-breadcrumb>*>:focus,.uk-light .uk-breadcrumb>*>:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-breadcrumb>:last-child>* {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-pagination>*>:focus,.uk-light .uk-pagination>*>:hover,.uk-light .uk-tab>*>a:focus,.uk-light .uk-tab>*>a:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-pagination>.uk-active>*,.uk-light .uk-slidenav {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-tab::before {
	border-color: rgba(255,255,255,.2);
}

.uk-light .uk-tab>.uk-active>a {
	color: #fff;
	border-color: #fff;
}

.uk-light .uk-iconnav>*>a,.uk-light .uk-pagination>.uk-disabled>*,.uk-light .uk-tab>*>a,.uk-light .uk-tab>.uk-disabled>a {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-slidenav:focus,.uk-light .uk-slidenav:hover {
	color: rgba(255,255,255,.95);
}

.uk-light .uk-slidenav:active {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-dotnav>*>* {
	background-color: transparent;
	border-color: rgba(255,255,255,.9);
}

.uk-light .uk-dotnav>*>:focus,.uk-light .uk-dotnav>*>:hover {
	background-color: rgba(255,255,255,.9);
	border-color: transparent;
}

.uk-light .uk-dotnav>*>:active {
	background-color: rgba(255,255,255,.5);
	border-color: transparent;
}

.uk-light .uk-dotnav>.uk-active>* {
	background-color: rgba(255,255,255,.9);
	border-color: transparent;
}

.uk-light .uk-accordion-title {
	color: #fff;
}

.uk-light .uk-accordion-title:focus,.uk-light .uk-accordion-title:hover {
	color: #666;
}

.uk-light .uk-iconnav>*>a:focus,.uk-light .uk-iconnav>*>a:hover,.uk-light .uk-logo:focus,.uk-light .uk-logo:hover {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-iconnav>.uk-active>a,.uk-light .uk-text-lead {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-text-meta {
	color: rgba(255,255,255,.5);
}

.uk-light .uk-text-muted {
	color: rgba(255,255,255,.5)!important;
}

.uk-light .uk-text-primary {
	color: rgba(255,255,255,.7)!important;
}

.uk-light .uk-column-divider {
	-webkit-column-rule-color: rgba(255,255,255,.2);
	column-rule-color: rgba(255,255,255,.2);
}

.uk-light .uk-logo {
	color: rgba(255,255,255,.7);
}

.uk-light .uk-logo>:not(.uk-logo-inverse):not(:only-of-type) {
	display: none;
}

.uk-light .uk-logo-inverse {
	display: inline;
}

.uk-light .uk-accordion-title::after {
	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-light .uk-open>.uk-accordion-title::after {
	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 (min-width:960px) {
	.uk-h3,h3 {
		font-size: 1.5rem;
	}
}

.uk-table tbody th {
	font-size: 16px;
	vertical-align: top;
	text-transform: none;
}

.uk-form-label-required::after {
	content: "*";
	margin-left: 5px;
	color: #f0506e;
}

.uk-input[type=number] {
	-moz-appearance: textfield;
}

.uk-input[type=number]::-webkit-inner-spin-button,.uk-input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.uk-section-small {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width:960px) {
	.uk-section-small {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.uk-card-body+.uk-card-body {
	border-top: 1px solid #e5e5e5;
}

.uk-article-body:not(:first-child) {
	margin-top: 20px;
}

.uk-article-body>blockquote,.uk-article-body>dl,.uk-article-body>figure,.uk-article-body>h1,.uk-article-body>h2,.uk-article-body>h3,.uk-article-body>h4,.uk-article-body>h5,.uk-article-body>h6,.uk-article-body>hr,.uk-article-body>iframe,.uk-article-body>ol,.uk-article-body>p,.uk-article-body>pre,.uk-article-body>table,.uk-article-body>twitterwidget,.uk-article-body>ul {
	width: 100%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.uk-article-body :first-child {
	margin-top: 0;
}

.uk-article-body :last-child {
	margin-bottom: 0;
}

@media (max-width:640px) {
	.uk-breadcrumb>:nth-last-child(2):not(.uk-first-column)::before {
		content: "←";
		margin: 0 10px 0 -20px;
	}
}

.uk-breadcrumb>:not(:nth-last-child(2)) {
	display: none;
}

@media (min-width:640px) {
	.uk-breadcrumb>:not(:nth-last-child(2)) {
		display: inline;
	}
}

.uk-offcanvas-bar .uk-card-header {
	min-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
}

.uk-offcanvas-bar .uk-card-header::after {
	content: "";
	font-size: 0;
	display: block;
	min-height: inherit;
}

.uk-offcanvas-bar .uk-card-header .uk-offcanvas-close {
	position: static;
}

.uk-text-xsmall {
	font-size: .6875rem;
	line-height: 1.2;
}

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

.uk-background-primary-lighten {
	background-color: #d8eafc;
}

.uk-margin-xsmall {
	margin-bottom: 5px;
}

*+.uk-margin-xsmall,.uk-margin-xsmall-top {
	margin-top: 5px!important;
}

.uk-margin-xsmall-bottom {
	margin-bottom: 5px!important;
}

.uk-margin-xsmall-left {
	margin-left: 5px!important;
}

.uk-margin-xsmall-right {
	margin-right: 5px!important;
}

.tm-toolbar-container:not(.uk-navbar-transparent) {
	background: #222;
}

.tm-toolbar-container .uk-navbar-item {
	color: #999;
}

.tm-toolbar-container .uk-navbar-nav>li>a {
	text-transform: none;
	height: 40px;
}

.tm-toolbar-container .uk-navbar-item,.tm-toolbar-container .uk-navbar-toggle {
	height: 40px;
}

.tm-navbar-container:not(.uk-navbar-transparent) {
	background: #fff;
}

.tm-navbar-container {
	border-bottom: 1px solid #e5e5e5;
}

.tm-navbar-container-fixed {
	z-index: 1005;
}

.tm-navbar-container .uk-navbar-item,.tm-navbar-container .uk-navbar-nav>li>a,.tm-navbar-container .uk-navbar-toggle {
	height: 60px;
}

.tm-navbar-button {
	position: relative;
	padding: 0 10px;
}

@media (min-width:640px) {
	.tm-navbar-button {
		padding: 0 15px;
	}
}

.tm-navbar-button .uk-badge {
	font-size: .625rem;
	position: absolute;
	top: 10px;
	right: 5px;
	min-width: 18px;
	height: 18px;
}

.tm-link-to-all>* {
	vertical-align: middle;
}

.tm-link-to-all>.uk-icon {
	position: relative;
	left: 0;
	margin-left: 3px;
	-webkit-transition: left 60ms;
	transition: left 60ms;
}

.tm-link-to-all:hover>.uk-icon {
	left: 2px;
}

.tm-aside-column {
	min-width: 270px;
}

.tm-change-view {
	display: none;
}

@media (min-width:768px) {
	.tm-change-view {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.tm-product-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out,-webkit-box-shadow .1s ease-in-out;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.tm-product-card.uk-first-column {
	border-left: none;
}

@media (max-width:767px) {
	.tm-product-card {
		width: 100%;
	}
}

@media (min-width:768px) {
	.tm-product-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tm-product-card:hover {
		z-index: 2;
		-webkit-box-shadow: 0 28px 50px rgba(0,0,0,.16);
		box-shadow: 0 28px 50px rgba(0,0,0,.16);
	}
}

.tm-product-card-media {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-product-card-media>.tm-ratio {
	height: 100%;
}

.tm-product-card-media>.tm-ratio>.tm-media-box {
	padding: 15px;
}

@media (min-width:640px) {
	.tm-product-card-media>.tm-ratio>.tm-media-box {
		padding: 20px;
	}
}

@media (min-width:768px) {
	.tm-product-card-media {
		width: 100%;
	}
}

.tm-product-card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 15px 15px 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (min-width:640px) {
	.tm-product-card-body {
		padding: 20px 20px 20px 0;
	}
}

@media (min-width:768px) {
	.tm-product-card-body {
		padding: 0 20px 20px;
	}
}

.tm-product-card-title {
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	overflow: hidden;
	max-height: 66px;
	padding: 0 0 20px;
	text-overflow: ellipsis;
	color: inherit;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media (min-width:640px) {
	.tm-product-card-title {
		font-size: 18px;
		line-height: 24px;
		max-height: 72px;
	}
}

.tm-product-card-properties {
	display: none;
	margin: 0;
}

.tm-product-card-properties>li:nth-child(n+2) {
	margin-top: 5px;
}

.tm-product-card-shop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tm-product-card-prices {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tm-product-card-price {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.tm-product-card-add {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 10px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-product-card-add-button {
	position: relative;
	bottom: -8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 500px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-product-card-add-button-text {
	display: none;
}

.tm-product-card-labels {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
}

.tm-product-card-labels>.uk-label {
	font-size: 10px;
	display: table;
	margin-bottom: 3px;
	margin-left: auto;
	padding: 0 3px;
}

.tm-product-card-labels>.uk-label:last-child {
	margin-bottom: 0;
}

.tm-product-card-actions {
	margin-right: 10px;
	margin-bottom: 2px;
}

.tm-product-card-actions:only-child {
	margin-right: 0;
}

.tm-product-card-action {
	margin-right: 10px;
}

.tm-product-card-action:last-child {
	margin-right: 0;
}

.tm-product-card-action-text {
	display: none;
	border-bottom: 1px dotted;
}

.tm-products-list .tm-product-card {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-products-list .tm-product-card:last-child {
	border-bottom: none;
}

.tm-products-list .tm-product-card:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width:768px) {
	.tm-products-list .tm-product-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.tm-products-list .tm-product-card-media {
		width: 33.3%;
	}

	.tm-products-list .tm-product-card-body {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 20px 20px 20px 0;
	}

	.tm-products-list .tm-product-card-info {
		padding-right: 20px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0%;
		flex-basis: 0%;
	}

	.tm-products-list .tm-product-card-properties {
		display: block;
	}

	.tm-products-list .tm-product-card-shop {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.3%;
		min-width: 170px;
		margin: 0;
		padding-left: 20px;
		border-left: 1px solid #e5e5e5;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.tm-products-list .tm-product-card-price {
		font-size: 24px;
	}

	.tm-products-list .tm-product-card-add {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 10px;
		margin-left: 0;
	}

	.tm-products-list .tm-product-card-add-button {
		bottom: 0;
		width: 100%;
		height: auto;
		padding: 0 30px;
		border-radius: 4px;
	}

	.tm-products-list .tm-product-card-add-button-icon {
		display: none;
	}

	.tm-products-list .tm-product-card-add-button-text {
		display: block;
	}

	.tm-products-list .tm-product-card-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin-top: 10px;
		margin-right: 0;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.tm-products-list .tm-product-card-actions:only-child {
		margin-top: 0;
	}

	.tm-products-list .tm-product-card-action {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.tm-products-list .tm-product-card-action:last-child {
		margin-bottom: 0;
	}

	.tm-products-list .tm-product-card-action-text {
		display: inline;
		margin-left: 5px;
	}
}

.tm-action-button-active,.tm-action-button-active>* {
	color: #f0506e;
}

.tm-filters {
	display: none;
}

.tm-filters .uk-accordion>* {
	margin-top: 0;
	border-top: 1px solid #e5e5e5;
}

.tm-filters .uk-accordion>:first-child {
	border-top: none;
}

.tm-filters.uk-offcanvas.uk-open {
	margin: 0;
	padding: 0;
}

.tm-filters.uk-offcanvas.uk-offcanvas-overlay:before {
	position: fixed;
}

@media (min-width:960px) {
	.tm-filters.uk-offcanvas {
		position: static;
		display: block;
	}

	.tm-filters.uk-offcanvas .uk-offcanvas-bar {
		position: static;
		overflow: visible;
		width: auto;
		-webkit-transform: none;
		transform: none;
		background: 0 0;
	}

	.tm-filters.uk-offcanvas .uk-offcanvas-bar>.uk-card>.uk-card-header {
		display: none;
	}
}

.tm-scrollbox {
	overflow: auto;
	max-height: 300px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,#fff),to(rgba(255,255,255,0))),-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(70%,#fff)) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;
	background: linear-gradient(#fff 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),transparent),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),transparent) 0 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: local,local,scroll,scroll;
	background-size: 100% 40px,100% 40px,100% 14px,100% 14px;
}

.tm-checkbox,.tm-radio {
	display: none;
}

.tm-checkbox+label,.tm-radio+label {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
}

.tm-checkbox+label::after,.tm-checkbox+label::before,.tm-radio+label::after,.tm-radio+label::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
}

.tm-checkbox+label::before,.tm-radio+label::before {
	margin-top: 3px;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-checkbox:checked+label::before,.tm-radio:checked+label::before {
	border-color: transparent;
	background-color: #1e87f0;
}

.tm-checkbox+label::after,.tm-radio+label::after {
	position: absolute;
	top: 3px;
	left: 0;
	border: 1px solid transparent;
}

.tm-checkbox:checked+label::after,.tm-radio:checked+label::after {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.tm-checkbox+label::before {
	border-radius: 4px;
}

.tm-radio+label::before {
	border-radius: 50%;
}

.tm-checkbox:checked+label::after {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.tm-radio:checked+label::after {
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.tm-help-icon {
	position: relative;
	margin-left: 5px;
	cursor: pointer;
	color: #999;
	border-radius: 100%;
	background-color: #f8f8f8;
}

.tm-help-icon:hover {
	color: #666;
}

.tm-slider-items .tm-media-box-frame {
	padding: 10px;
	-webkit-transition: .25s linear;
	transition: .25s linear;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	opacity: .75;
}

.tm-slider-items>:hover .tm-media-box-frame {
	opacity: 1;
}

.tm-slider-items>.uk-active .tm-media-box-frame {
	opacity: 1;
	border-color: #1e87f0;
}

.tm-variations {
	margin: 0 0 0 -10px;
}

.tm-variations>* {
	padding-left: 10px;
}

.tm-variations>*>:first-child {
	color: #666;
	border: 1px solid #e5e5e5;
}

.tm-variations>.uk-active>a {
	color: #666;
	border-color: #1e87f0;
	background-color: transparent;
}

.tm-variations>*>.tm-variation-color {
	padding: 5px;
	border-radius: 50%;
}

.tm-variation-color>div {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.tm-product-info {
	border-top: 1px solid #e5e5e5;
}

@media (min-width:960px) {
	.tm-product-info {
		min-width: 390px;
		border-top: none;
		border-left: 1px solid #e5e5e5;
	}
}

.tm-product-price {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}

.tm-product-add-button {
	padding: 0 15px;
}

@media (min-width:420px) {
	.tm-product-add-button {
		padding: 0 25px;
	}
}

.tm-product-description {
	border-top: #e5e5e5 solid 1px;
}

.tm-product-nav,.tm-product-nav>.uk-subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tm-product-nav {
	overflow: auto;
	background-color: #fff;
}

.tm-product-nav>.uk-subnav {
	margin: 0 auto;
	padding: 10px 15px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (min-width:640px) {
	.tm-product-nav>.uk-subnav {
		padding: 20px;
	}
}

.tm-product-nav>.uk-subnav>:first-child {
	padding-left: 0;
}

.tm-product-nav-fixed {
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out;
	transition: box-shadow .1s ease-in-out,-webkit-box-shadow .1s ease-in-out;
	-webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5;
	box-shadow: inset 0 -1px 0 0 #e5e5e5;
}

.tm-quantity-input {
	width: 60px;
	margin: 0 5px;
	text-align: center;
}

.tm-slidenav.uk-invisible {
	visibility: visible!important;
	pointer-events: none;
	opacity: .3;
}

.tm-checkout {
	counter-reset: list;
}

.tm-checkout-title::before {
	content: counter(list) ". ";
	counter-increment: list;
	color: #999;
}

.tm-choose {
	position: relative;
	width: 100%;
	padding: 40px 20px 10px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.tm-choose.uk-active {
	border-color: #1e87f0;
}

.tm-choose:not(.uk-active):focus,.tm-choose:not(.uk-active):hover {
	background-color: #f8f8f8;
}

.tm-choose::before {
	position: absolute;
}

.tm-choose::after,.tm-choose::before {
	content: "";
	top: 12px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

.tm-choose::before {
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-choose:hover::before {
	background-color: #f8f8f8;
}

.tm-choose.uk-active::before {
	border-color: transparent;
	background-color: #1e87f0;
}

.tm-choose::after {
	position: absolute;
	border: 1px solid transparent;
}

.tm-choose.uk-active::after {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}

.tm-choose .tm-choose-title {
	font-size: .875rem;
	text-align: center;
	text-transform: uppercase;
	color: #999;
}

.tm-choose.uk-active .tm-choose-title {
	color: #666;
}

.tm-choose .tm-choose-description {
	font-size: .6875rem;
	margin-top: 5px;
	text-align: center;
	color: #999;
}

.uk-card-body.uk-card-small .tm-wrapper,.uk-card-small .uk-card-body .tm-wrapper {
	margin-right: -20px;
	margin-left: -20px;
}

.uk-card-body.uk-card-small .tm-wrapper:first-child,.uk-card-small .uk-card-body .tm-wrapper:first-child {
	margin-top: -20px;
}

.uk-card-body.uk-card-small .tm-wrapper:last-child,.uk-card-small .uk-card-body .tm-wrapper:last-child {
	margin-bottom: -20px;
}

.uk-card-body.uk-card-small .tm-wrapper figcaption,.uk-card-small .uk-card-body .tm-wrapper figcaption {
	margin-right: 20px;
	margin-left: 20px;
}

.uk-card-body .tm-wrapper {
	margin-right: -30px;
	margin-left: -30px;
}

.uk-card-body .tm-wrapper:first-child {
	margin-top: -30px;
}

.uk-card-body .tm-wrapper:last-child {
	margin-bottom: -30px;
}

.uk-card-body .tm-wrapper figcaption {
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
	color: #999;
}

@media (min-width:1200px) {
	.uk-card-body .tm-wrapper {
		margin-right: -40px;
		margin-left: -40px;
	}

	.uk-card-body .tm-wrapper:first-child {
		margin-top: -40px;
	}

	.uk-card-body .tm-wrapper:last-child {
		margin-bottom: -40px;
	}
}

.tm-compare-table {
	height: 0;
}

.tm-compare-table td,.tm-compare-table th {
	vertical-align: top;
}

.tm-compare-table th {
	font-size: 16px;
	text-transform: none;
}

.tm-compare-table tbody>tr:nth-of-type(even) {
	background-color: #f8f8f8;
}

.tm-compare-table-column {
	min-width: 240px;
}

.tm-rating {
	margin-left: -3px;
	color: #999;
}

.tm-rating>* {
	padding-left: 3px;
}

.tm-reviews-column {
	min-width: 200px;
}

.tm-cart-quantity-column {
	min-width: 115px!important;
}

.tm-nav>li>a {
	padding: 10px 0;
}

.tm-nav>li.uk-active>a,.tm-nav>li>a:hover {
	-webkit-box-shadow: inset 2px 0 0 #1e87f0;
	box-shadow: inset 2px 0 0 #1e87f0;
}

.tm-nav>li.uk-active>a {
	font-weight: 500;
}

.tm-ratio {
	position: relative;
}

.tm-ratio::before {
	content: "";
	display: block;
	width: 100%;
}

.tm-ratio>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tm-ratio-1-1::before {
	padding-top: 100%;
}

.tm-ratio-3-2::before {
	padding-top: 66.66%;
}

.tm-ratio-4-3::before {
	padding-top: 75%;
}

.tm-ratio-3-4::before {
	padding-top: 125%;
}

.tm-ratio-16-9::before {
	padding-top: 56.25%;
}

.tm-media-box {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

.tm-media-box-frame {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.tm-media-box-zoom {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.tm-media-box-wrap {
	position: relative;
	height: 100%;
	margin: 0;
}

.tm-media-box-wrap>* {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.tm-pseudo {
	border-bottom: 1px dotted;
}

@media (max-width:640px) {
	.tm-ignore-container {
		margin-right: -15px;
		margin-left: -15px;
		border-radius: 0;
	}
}

.tm-shadow-remove {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-shine {
	position: relative;
	overflow: hidden;
}

.tm-shine::after {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 100%;
	-webkit-transform: skew(-10deg,0deg);
	transform: skew(-10deg,0deg);
	opacity: .3;
	background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,.03)),color-stop(30%,rgba(255,255,255,.6)),color-stop(50%,rgba(255,255,255,.85)),color-stop(70%,rgba(255,255,255,.85)),color-stop(71%,rgba(255,255,255,.85)),to(rgba(255,255,255,0)));
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);
}

.tm-shine:hover::after {
	left: 100%;
	-webkit-transition: .6s ease-out;
	transition: .6s ease-out;
}

.tm-grayscale {
	-webkit-filter: grayscale(100%) opacity(50%);
	filter: grayscale(100%) opacity(50%);
}

.tm-grayscale:hover {
	-webkit-filter: none;
	filter: none;
}







/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px;
}
* + [class*='uk-align'] {
  margin-top: 30px;
}
/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}






/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18;
}
/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  animation-name: uk-fade-right;
}
/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small;
}
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small;
}
/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
}
/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}
/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}
/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s;
}
/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}
/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none;
}
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}
/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none;
}
/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@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);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}


.uk-animation-hover:not(:hover),.uk-animation-hover:not(:hover) [class*=uk-animation-],.uk-touch .uk-animation-hover:not(.uk-hover),.uk-touch .uk-animation-hover:not(.uk-hover) [class*=uk-animation-]{-webkit-animation-name:none;animation-name:none}



lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}


lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}


lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube:hover > .lty-playbtn {
    filter: none;
}


lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}


/*! jQuery UI */
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0px 0px 5px #666;box-shadow:0px 0px 5px #666}