/*

	PRIMARY

		#0053B2	 // primary, shadow, overlay
		#0f7ae5  // primary darker, hover
		#d8eafc  // primary soft

		#0f7ae6  // link
		#f0516e  // link hover

	OTHER

		#50AFA9	 // secondary, shadow, overlay
		#3E7672  // secondary darker, hover

		#DC6200	 // tertiary, shadow, overlay
		
		#414756  // dark bg
		#F7F7FA  // muted bg

	TEXT

		#666 // default
		#333 // emphasis
		#999 // muted

		#e5e5e5 // border

	STATUS

		#32d296 #edfbf6 // success hard, soft
		#faa05a #fff6ee // warning hard, soft
		#f0506e #fef4f6 #ee395b // danger hard, soft, hover

	STATIC FONTS

		font-size:16px;line-height:1.45;
			font-size:15px; line-height:1.4;
		font-size:12px;line-height:1.35;
		font-size:14px;line-height:1.35;
		font-size:18px;line-height:1.45;
		font-size:20px;line-height:1.5;

	FLUENT FONTS

		LEAD
		font-size:calc(1.274rem + 0.3vw);
		font-size:1.49rem;line-height:1.2;

		H1
		font-size:calc(1.375rem + 1.5vw);line-height:1.2;
		font-size:2.5rem;line-height:1.2;

		H2
		font-size:calc(1.325rem + 0.9vw);line-height:1.2;
		font-size:2rem;line-height:1.2;

		H3
		font-size:calc(1.3rem + 0.6vw);line-height:1.2;
		font-size:1.75rem;line-height:1.2;

		H4
		font-size:calc(1.275rem + 0.3vw);line-height:1.2;
		font-size:1.5rem;line-height:1.2;

		H5
		font-size:1.25rem;line-height:1.2;

		H6
		font-size:1rem;line-height:1.2;

		S
		font-size:calc(1.425rem + 2.1vw);line-height:1.2;
		font-size:3rem;line-height:1.2;

		M
		font-size:calc(1.475rem + 2.7vw);line-height:1.2;
		font-size:3.5rem;line-height:1.2;

		L
		font-size:calc(1.525rem + 3.3vw);line-height:1.2;
		font-size:4rem;line-height:1.2;

		XL
		font-size:calc(1.575rem + 3.9vw);line-height:1.2;
		font-size:4.5rem;line-height:1.2;

		2XL
		font-size:calc(1.625rem + 4.5vw);line-height:1.2;
		font-size:5rem;line-height:1.2;

		3XL
		font-size:calc(1.675rem + 5.1vw);line-height:1.2;
		font-size:6rem;line-height:1.2;

*/

/* HELPERS */

	.rel {position: relative;}
	.bind >:last-child {margin-bottom:0;}

/* GRID */

	.row {position: relative;}

	.row.uk-section-default:not(.row-padding-all) {
		padding-bottom: 0;
	}

	.row.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 40px;}
	@media (min-width: 1400px) {
		.row.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 70px;}
	}
	.row.uk-section-xsmall.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 20px;}
	.row.uk-section-small.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 40px;}
	.row.uk-section-large.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 70px;}
	@media (min-width: 1400px) {
		.row.uk-section-large.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 140px;}
	}
	.row.uk-section-xlarge.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 140px;}
	@media (min-width: 1400px) {
		.row.uk-section-xlarge.uk-section-default:not(.row-padding-all) + .row:not(.uk-section-default) {margin-top: 210px;}
	}

	.row.uk-section-muted:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
	.row.uk-section-primary:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
	.row.uk-section-secondary:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
	.row.uk-section-tertiary:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
	.row.uk-section-dark:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -40px}
	@media (min-width: 1400px) {
		.row.uk-section-muted:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
		.row.uk-section-primary:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
		.row.uk-section-secondary:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
		.row.uk-section-tertiary:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
		.row.uk-section-dark:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -70px;}
	}
	.row.uk-section-muted.uk-section-xsmall:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
	.row.uk-section-primary.uk-section-xsmall:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
	.row.uk-section-secondary.uk-section-xsmall:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
	.row.uk-section-tertiary.uk-section-xsmall:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
	.row.uk-section-dark.uk-section-xsmall:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -20px}
	.row.uk-section-muted.uk-section-small:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
	.row.uk-section-primary.uk-section-small:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
	.row.uk-section-secondary.uk-section-small:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
	.row.uk-section-tertiary.uk-section-small:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
	.row.uk-section-dark.uk-section-small:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -40px}
	.row.uk-section-muted.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
	.row.uk-section-primary.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
	.row.uk-section-secondary.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
	.row.uk-section-tertiary.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
	.row.uk-section-dark.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -40px}
	@media (min-width: 1400px) {
		.row.uk-section-muted.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
		.row.uk-section-primary.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
		.row.uk-section-secondary.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
		.row.uk-section-tertiary.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
		.row.uk-section-dark.uk-section-large:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -70px;}
	}
	.row.uk-section-muted.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
	.row.uk-section-primary.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
	.row.uk-section-secondary.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
	.row.uk-section-tertiary.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
	.row.uk-section-dark.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -40px}
	@media (min-width: 1400px) {
		.row.uk-section-muted.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-muted:not(.uk-padding-remove-top),
		.row.uk-section-primary.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-primary:not(.uk-padding-remove-top),
		.row.uk-section-secondary.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-secondary:not(.uk-padding-remove-top),
		.row.uk-section-tertiary.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-tertiary:not(.uk-padding-remove-top),
		.row.uk-section-dark.uk-section-xlarge:not(.uk-padding-remove-bottom) + .row.uk-section-dark:not(.uk-padding-remove-top) {margin-top: -70px;}
	}

	.panel {display:flow-root; position:relative; box-sizing:border-box; z-index: 5;}
	.panel >:last-child {margin-bottom:0;}

/* SLIDER THEME */

	.slidenav-blank, .slidenav-custom,
	.dotnav-blank, .dotnav-custom {display: none;}

/* CHUNKS */

	.uk-video-icon {position: relative; display: block;}
	.uk-video-icon .uk-icon-wrap {
		background: #fff;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 60px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -30px;
		margin-top: -30px;
		display: flex;
	    align-items: center;
	    justify-content: center;
	    transition: all ease 0.3s;
	}
	.uk-video-icon .uk-icon-wrap .uk-icon {
		width: 30px;
		height: 30px;
		position: relative;
		left: 2px;
		top: 1px;
	}
	.uk-video-icon:hover .uk-icon-wrap {}

/* FIXES */



/* RANGE */

	.uk-range {-webkit-appearance:none; box-sizing:border-box; margin:0; vertical-align:middle; max-width:100%; width:100%; background:transparent;}
	.uk-range:focus {outline:none;}
	.uk-range::-moz-focus-outer {border:none;}
	.uk-range:not(:disabled)::-webkit-slider-thumb {cursor:pointer;}
	.uk-range:not(:disabled)::-moz-range-thumb {cursor:pointer;}
	.uk-range::-webkit-slider-runnable-track {height:3px; background:#ebebeb; border-radius:500px;}
	.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track {background:#dedede;}
	.uk-range::-moz-range-track {height:3px; background:#ebebeb; border-radius:500px;}
	.uk-range:focus::-moz-range-track {background:#dedede;}
	.uk-range::-webkit-slider-thumb {-webkit-appearance:none; margin-top:-7px; height:15px; width:15px; border-radius:500px; background:#fff; border:0.5px solid #cccccc;}
	.uk-range::-moz-range-thumb {border:none; height:15px; width:15px; margin-top:-7px; border-radius:500px; background:#fff; border:0.5px solid #cccccc;}

/* FORM BUILDER */

	.Inputfields > .Inputfield:last-child {margin-bottom: 0 !important;}
	.Inputfields::before, .InputfieldContent::before, .formpass-columns .Inputfield:not([style*='width'])::before, .uk-fieldset::before, .uk-fieldset::before {content: ""; display: table-cell; }
	.Inputfields::after, .InputfieldContent::after, .formpass-columns .Inputfield:not([style*='width'])::after, .uk-fieldset::after, .uk-fieldset::after {content: ""; display: table; clear: both; }
	.InputfieldRadiosFloated::before, .InputfieldCheckboxesFloated::before, .InputfieldRadiosWidth::before, .InputfieldCheckboxesWidth::before, .InputfieldRadiosColumns::before, .InputfieldCheckboxesColumns::before {content: ""; display: table-cell; }
	.InputfieldRadiosFloated::after, .InputfieldCheckboxesFloated::after, .InputfieldRadiosWidth::after, .InputfieldCheckboxesWidth::after, .InputfieldRadiosColumns::after, .InputfieldCheckboxesColumns::after {content: ""; display: table; clear: both; }
	.InputfieldHidden,.InputfieldHeaderHidden,#wrap_Inputfield-,.Inputfield_setup,.Inputfield_what_url,.Inputfield_what_page{display:none!important}
	.form-frame{overflow-y:hidden}
	.FormBuilder{padding-bottom:1px}
	.FormBox .InputfieldStateRequired .InputfieldHeader.uk-form-label::after,.FormBox .InputfieldStateRequired .InputfieldHeader.InputfieldHeaderHidden + .InputfieldContent > label::after{color:#f0506e;margin-left:5px;margin-top:-2px;content:' *';font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;position:absolute;}
	.FormBox.uk-light .InputfieldStateRequired .InputfieldHeader.uk-form-label::after,.FormBox.uk-light .InputfieldStateRequired .InputfieldHeader.InputfieldHeaderHidden + .InputfieldContent > label::after{color:#fef4f6;}

	.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{position: relative; }
	.InputfieldRadiosStacked > * > label > input,.InputfieldCheckboxesStacked > * > label > input,.InputfieldRadiosFloated > * > label > input,.InputfieldCheckboxesFloated > * > label > input,.InputfieldRadiosWidth > * > label > input,.InputfieldCheckboxesWidth > * > label > input{position: absolute; }
	.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{float: left; }
	.InputfieldFormBuilderFileList,.InputfieldRadiosFloated,.InputfieldCheckboxesFloated,.InputfieldRadiosWidth,.InputfieldCheckboxesWidth,.InputfieldRadiosStacked,.InputfieldCheckboxesStacked{padding: 0; list-style: none; margin-bottom: 0; }
	.InputfieldFormBuilderFileList > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *,.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *{break-inside:avoid-column}
	.InputfieldFormBuilderFileList > * > :last-child,.InputfieldRadiosFloated > * > :last-child,.InputfieldCheckboxesFloated > * > :last-child,.InputfieldRadiosWidth > * > :last-child,.InputfieldCheckboxesWidth > * > :last-child,.InputfieldRadiosStacked > * > :last-child,.InputfieldCheckboxesStacked > * > :last-child{margin-bottom: 0; }
	.InputfieldCheckbox > .InputfieldContent > label{position: relative; display: block; }
	.InputfieldCheckbox > .InputfieldContent > label > input{position:absolute; left: 0; }

	.uk-form-stacked:not(.formpass-flow) .Inputfield,
	.uk-form-horizontal .Inputfield {width: 100% !important; }
	
	.pass-form-flow .Inputfield:not([style*='width']),
	.pass-form-flow .Inputfield.InputfieldSubmit,
	.pass-form-flow .uk-fieldset {width: 100% !important;}
	@media (min-width: 500px){.pass-form-flow .Inputfield {box-sizing: border-box; width: 100%; max-width: 100%;} }
	@media (max-width: 499px){.pass-form-flow .Inputfield {width: 100% !important;} }
	@media (min-width: 500px){
	.pass-form-flow.uk-form-stacked .Inputfield.InputfieldSubmit {flex: 1;}
	.pass-form-flow.uk-form-stacked .Inputfield.InputfieldSubmit button {width: 100%;}
	}

	.FormBuilder > .uk-alert:last-child {margin-bottom: 0 !important;}

	.uk-textarea {resize: none;}

/* FORM */

	.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox {box-sizing:border-box; margin:0; border-radius:0; font:inherit;}
	.uk-input {overflow:visible;}
	.uk-select {text-transform:none;}
	.uk-select optgroup {font:inherit; font-weight:bold;}
	.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-radio:not(:disabled), .uk-checkbox:not(:disabled) {cursor:pointer;}
	.uk-fieldset {border:none; margin:0; padding:0; min-width:0;}
	.uk-input, .uk-textarea {-webkit-appearance:none;}
	.uk-input, .uk-select, .uk-textarea {max-width:100%; width:100%; border:0 none; padding:0 10px; background:#fff; color:#666; border:0.5px solid #e5e5e5; transition:0.2s ease-in-out; transition-property:color, background-color, border;}
	.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:6px; padding-bottom:6px; vertical-align:top;}
	.uk-select[multiple], .uk-select[size] {resize:vertical;}
	.uk-input:focus, .uk-select:focus, .uk-textarea:focus {outline:none; background-color:#fff; color:#666; border-color:#0053B2;}
	.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {background-color:#F7F7FA; color:#999; border-color:#e5e5e5;}
	.uk-input::placeholder {color:#999;}
	.uk-textarea::placeholder {color:#999;}
	
	.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:none; border-color:transparent;}
	.uk-form-blank:focus {border-color:#e5e5e5; border-style:solid;}

	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%2F48584%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]) option {color:#666;}
	.uk-select:not([multiple]):not([size]):disabled {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%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-input[list] {padding-right:20px; background-repeat:no-repeat; background-position:100% 50%;}
	.uk-input[list]:hover, .uk-input[list]:focus {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%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%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-input[list]::-webkit-calendar-picker-indicator {display:none !important;}
	.uk-radio, .uk-checkbox {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:0.5px solid #cccccc; transition:0.2s ease-in-out; transition-property:background-color, border;}
	.uk-radio {border-radius:50%;}
	.uk-radio:focus, .uk-checkbox:focus {background-color:rgba(0, 0, 0, 0); outline:none; border-color:#0053B2;}
	.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {background-color:#0053B2; border-color:transparent;}
	.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate: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%2F4858%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-radio:disabled, .uk-checkbox:disabled {background-color:#F7F7FA; 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%2F4858%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.2;}
	.uk-form-custom {display:inline-block; position:relative; max-width:100%; vertical-align:middle;}
	.uk-form-custom select, .uk-form-custom input[type="file"] {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-icon {position:absolute; top:0; bottom:0; left:0; width:40px; display:inline-flex; justify-content:center; align-items:center; color:#999;}
	.uk-form-icon:hover {color:#666;}
	.uk-form-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-form-label {color:#333; font-size:14px;line-height:1.35;}
	.uk-form-stacked .uk-form-label {display:block; margin-bottom:5px;}
	
	.uk-form-stacked > .FormBuilder > form > .Inputfields {align-items: end;}

	.uk-light .uk-input, .uk-light .uk-select, .uk-light .uk-textarea {background-color:rgba(255, 255, 255, 0.1); color:rgba(255, 255, 255, 0.7); background-clip:padding-box; border-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-input:focus, .uk-light .uk-select:focus, .uk-light .uk-textarea:focus {background-color:rgba(255, 255, 255, 0.15); color:rgba(255, 255, 255, 0.7); border-color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-input::placeholder {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-textarea::placeholder {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-select:not([multiple]):not([size]) {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%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-input[list]:hover, .uk-light .uk-input[list]:focus {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2F48584%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%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-light .uk-radio, .uk-light .uk-checkbox {background-color:rgba(255, 255, 255, 0.1); border-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-radio:focus, .uk-light .uk-checkbox:focus {background-color:rgba(255, 255, 255, 0.15); border-color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-radio:checked, .uk-light .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate {background-color:#fff; border-color:#fff;}
	.uk-light .uk-radio:checked:focus, .uk-light .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus {background-color:#ffffff;}
	.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%2F4858%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, 0.5);}
	.uk-light .uk-form-icon:hover {color:rgba(255, 255, 255, 0.7);}

/* SIZE (EXPANDED WITH FORM-BUILDER CLASSES) */

	.uk-form-small {font-size:14px;line-height:1.35;}
	.uk-form-small:not(textarea):not([multiple]):not([size]),
	.pass-form-small input.uk-input, .pass-form-small select {height:30px; padding-left:8px; padding-right:8px;}
	textarea.uk-form-small, [multiple].uk-form-small, [size].uk-form-small,
	.pass-form-small textarea {padding:5px 8px;}
	.uk-form-small:not(select):not(input):not(textarea) {line-height:28px;}

	.uk-form-large:not(textarea):not([multiple]):not([size]),
	.pass-form-large input.uk-input, .pass-form-large select {height:55px; padding-left:12px; padding-right:12px;}
	textarea.uk-form-large, [multiple].uk-form-large, [size].uk-form-large,
	.pass-form-large textarea {padding:7px 12px;}
	.uk-form-large:not(select):not(input):not(textarea),
	.pass-form-large input.uk-input, .pass-form-large select {line-height:53px;}

/* LAYOUT HORIZONTAL */

	@media (max-width: 499px) {
		.uk-form-horizontal .uk-form-label {display:block; margin-bottom:5px;}
	}

	@media (min-width: 500px) {
		.uk-form-horizontal .uk-form-label {width:150px; margin-top:10px; float:left; text-align: right;}
		.uk-form-horizontal.uk-form-horizontal-small .uk-form-label {width:100px;}
		.uk-form-horizontal.uk-form-horizontal-large .uk-form-label {width:200px;}

		.uk-form-horizontal .uk-form-controls {margin-left:180px;}
		.uk-form-horizontal.uk-form-horizontal-small .uk-form-controls {margin-left:130px;}
		.uk-form-horizontal.uk-form-horizontal-large .uk-form-controls {margin-left:230px;}

		.uk-form-horizontal .uk-form-controls-text {padding-top:10px;}
	}

/* FORM-BUILDER RADIO & CHECKBOX */

	.InputfieldRadios > .InputfieldContent label, .InputfieldCheckboxes > .InputfieldContent label {font-size:14px;line-height:1.35;}
	.InputfieldRadiosStacked > * > label > input,.InputfieldCheckboxesStacked > * > label > input,.InputfieldRadiosFloated > * > label > input,.InputfieldCheckboxesFloated > * > label > input,.InputfieldRadiosWidth > * > label > input,.InputfieldCheckboxesWidth > * > label > input{left: 0; top: 7px; }
	
	.InputfieldCheckbox > .InputfieldContent > label{padding-left: 30px; }
	.InputfieldCheckbox > .InputfieldContent > label > input{top: 7px; }

	.uk-text-center .InputfieldCheckbox > .InputfieldContent > label{padding-left: 0;}
	.uk-text-center .InputfieldCheckbox > .InputfieldContent > label > input{top: 0; margin-right: 10px; position: relative;}

	.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{padding-left: 24px; }
	.InputfieldRadiosFloated,.InputfieldCheckboxesFloated,.InputfieldRadiosWidth,.InputfieldCheckboxesWidth{margin-top: -5px; }
	.InputfieldRadiosFloated,.InputfieldCheckboxesFloated{margin-left: -20px !important; }
	.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *{float:left}
	.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{margin: 5px 5px 0 20px; }
	.InputfieldRadiosWidth,.InputfieldCheckboxesWidth{margin-left: -20px !important; }
	.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{margin-left: 20px; }
	.InputfieldFormBuilderFileList > :nth-child(n+2),.InputfieldFormBuilderFileList > * > ul,.InputfieldRadiosStacked > :nth-child(n+2),.InputfieldRadiosStacked > * > ul,.InputfieldCheckboxesStacked > :nth-child(n+2),.InputfieldCheckboxesStacked > * > ul{margin-top: 5px; }
	@media (min-width: 1200px) {
		.InputfieldRadiosColumns,.InputfieldCheckboxesColumns{margin-left: -20px !important; }
		.InputfieldRadiosColumns > *,.InputfieldCheckboxesColumns > *{float:left; margin-left: 20px; }
	}

	.pass-form-small .InputfieldRadiosStacked > * > label > input,
	.pass-form-small .InputfieldCheckboxesStacked > * > label > input,
	.pass-form-small .InputfieldRadiosFloated > * > label > input,
	.pass-form-small .InputfieldCheckboxesFloated > * > label > input,
	.pass-form-small .InputfieldRadiosWidth > * > label > input,
	.pass-form-small .InputfieldCheckboxesWidth > * > label > input {top: 5px;}

	.pass-form-large .InputfieldRadiosStacked > * > label > input,
	.pass-form-large .InputfieldCheckboxesStacked > * > label > input,
	.pass-form-large .InputfieldRadiosFloated > * > label > input,
	.pass-form-large .InputfieldCheckboxesFloated > * > label > input,
	.pass-form-large .InputfieldRadiosWidth > * > label > input,
	.pass-form-large .InputfieldCheckboxesWidth > * > label > input {top: 10px;}

	.pass-form-large .InputfieldCheckbox > .InputfieldContent > label > input {bottom: 10px;}

/* FORM-BUILDER FIELDSET */

	.FormBox fieldset {margin: 0 0 30px; padding: 30px; border: .5px solid #e5e5e5}
	.FormBox fieldset + fieldset {margin-top: 40px}
	@media (min-width: 1400px) {.FormBox fieldset {margin: 0 0 30px; padding: 40px} .FormBox fieldset + fieldset {margin-top: 40px} }

	.uk-light.FormBox fieldset {border-color: rgba(255,255,255,0.2);}

/* FORM-BUILDER LABEL */

	.pass-form-nolabels .uk-form-label{display:none!important}

/* FORM-BUILDER DESCRIPTION */

	.FormBox .InputfieldContent p {margin:0 0 5px;}
	.FormBox .InputfieldContent * + p {margin-top:5px}
	.uk-field-description,.uk-field-notes,.uk-field-alert,.uk-fieldset-description {color: #999; }

	.uk-light .uk-field-description,.uk-light .uk-field-notes,.uk-light .uk-field-alert,.uk-light .uk-fieldset-description {color: rgba(255,255,255,0.5); }

/* FORM-BUILDER LAYOUT BUTTON VARIANTS */

	.pass-form-button-center .InputfieldSubmit {margin-left:auto; margin-right:auto; text-align:center;}
	.pass-form-button-width .uk-button {width:100%}

/* FORM-BUILDER ERRORS AND SUBMITS */

	.FormBuilderErrors .uk-alert {box-shadow:0 5px 15px rgba(0, 0, 0, 0.16); border: 2px solid #fff;}

	p.uk-field-alert::before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('data:image/svg+xml,<path style="fill: %23f0506e;" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/></svg>');
		position: relative;
	    top: 6px;
	    left: -3px;
	    margin-right: 6px;
	    background-color: #fff;
	    border-radius: 50%;
	    border: 2px solid #fff;
	    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
	}

	#FormBuilderSubmitted + .uk-alert-success {border: 2px solid #fff; border-bottom-width: 1px;}

	.FormBuilderErrors > .uk-alert,
	#FormBuilderSubmitted + .uk-alert-success {border-radius: 0 !important;}

/* FORM BUILDER LOADER */

	.FormBuilder {padding-bottom: 0.5px !important;}
	.FormBuilder > form {margin-bottom: 0;}
	#FormBuilderSubmitted + .uk-alert {margin-top: 0 !important;}

	.uk-modal .uk-modal-dialog iframe[class*='FormBuilderViewport'] {
		transition-property: height;
		transition-duration: 0.2s;
		transition-delay: 0.01s;
		transition-timing-function: linear;}
	iframe[class*='FormBuilderViewport']:not([scrolling='no']) {height: 0 !important; }
	.uk-modal .uk-modal-dialog .form-builder-holder {min-height: 50px; }
	.form-builder-screen {height: 0; display: none;}
	.uk-modal .uk-modal-dialog .form-builder-screen {
		display: block;
		transition-property: all;
		transition-duration: 0.2s;
		transition-delay: 0.2s;
		pointer-events: none;
		position: absolute;
		background: #fff;
		height: 100%;
		width: 100%;
		top: 0;}
	iframe[class*='FormBuilderViewport'][scrolling='no'] + .form-builder-screen {opacity: 0 !important; pointer-events: none;}

	.uk-flex-top.uk-open {display: flex !important;}

/* FORM-BUILDER AGREEMENT */

	.agreement-link{margin-left:6px}
	.agreement-link img,.agreement-link svg{position:relative;top:-2px;margin-left:4px;height:1em !important;width:auto}

/* PROGRESS */

	.uk-progress {vertical-align:baseline; display:block; width:100%; border:0; background-color:#F7F7FA; margin-bottom:20px; height:15px; border-radius:500px; overflow:hidden;}
	* + .uk-progress {margin-top:20px;}
	.uk-progress::-webkit-progress-bar {background-color:transparent;}
	.uk-progress::-webkit-progress-value {background-color:#0053B2; transition:width 0.6s ease;}
	.uk-progress::-moz-progress-bar {background-color:#0053B2; transition:width 0.6s ease;}

/* SECTION */

	.uk-section {display:flow-root; box-sizing:border-box; padding-top:40px; padding-bottom:40px;}
	@media (min-width: 1400px) {
	.uk-section {padding-top:70px; padding-bottom:70px;}
	}
	.uk-section >:last-child {margin-bottom:0;}
	.uk-section-xsmall {padding-top:20px; padding-bottom:20px;}
	.uk-section-small {padding-top:40px; padding-bottom:40px;}
	.uk-section-large {padding-top:70px; padding-bottom:70px;}
	@media (min-width: 1400px) {
	.uk-section-large {padding-top:140px; padding-bottom:140px;}
	}
	.uk-section-xlarge {padding-top:140px; padding-bottom:140px;}
	@media (min-width: 1400px) {
	.uk-section-xlarge {padding-top:210px; padding-bottom:210px;}
	}
	.uk-section-default {--uk-inverse:dark; background:#fff;}
	.uk-section-muted {--uk-inverse:dark; background:#F7F7FA;}
	.uk-section-primary {--uk-inverse:light; background:#0053B2;}
	.uk-section-secondary {--uk-inverse:light; background:#50AFA9;}
	.uk-section-tertiary {--uk-inverse:light; background:#DC6200;}
	.uk-section-dark {--uk-inverse:light; background:#414756;}

/* CONTAINER */

	.uk-container {display:flow-root; box-sizing:content-box; max-width:1400px; margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px;}
	@media (min-width: 1500px) {
		.uk-container {padding-left:30px; padding-right:30px;}
	}
	@media (min-width: 1800px) {
		.uk-container {padding-left:40px; padding-right:40px;}
	}
	.uk-container >:last-child {margin-bottom:0;}
	.uk-container .uk-container {padding-left:0; padding-right:0;}
	.uk-container-xsmall {max-width:750px;}
	.uk-container-small {max-width:900px;}
	.uk-container-large {max-width:1600px;}
	.uk-container-xlarge {max-width:1800px;}
	.uk-container-expand {max-width:none;}
	.uk-container-expand-left {margin-left:0;}
	.uk-container-expand-right {margin-right:0;}

	@media (min-width: 1200px) {
		.uk-container-expand-left, .uk-container-expand-right {max-width:calc(50% + (1400px / 2) - 15px);}
		.uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {max-width:calc(50% + (750px / 2) - 15px);}
		.uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {max-width:calc(50% + (900px / 2) - 15px);}
		.uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {max-width:calc(50% + (1600px / 2) - 15px);}
		.uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {max-width:calc(50% + (1800px / 2) - 15px);}
	}
	@media (min-width: 1400px) {
		.uk-container-expand-left, .uk-container-expand-right {max-width:calc(50% + (1400px / 2) - 30px);}
		.uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {max-width:calc(50% + (750px / 2) - 30px);}
		.uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {max-width:calc(50% + (900px / 2) - 30px);}
		.uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {max-width:calc(50% + (1600px / 2) - 30px);}
		.uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {max-width:calc(50% + (1800px / 2) - 30px);}
	}
	@media (min-width: 1800px) {
		.uk-container-expand-left, .uk-container-expand-right {max-width:calc(50% + (1400px / 2) - 40px);}
		.uk-container-expand-left.uk-container-xsmall, .uk-container-expand-right.uk-container-xsmall {max-width:calc(50% + (750px / 2) - 40px);}
		.uk-container-expand-left.uk-container-small, .uk-container-expand-right.uk-container-small {max-width:calc(50% + (900px / 2) - 40px);}
		.uk-container-expand-left.uk-container-large, .uk-container-expand-right.uk-container-large {max-width:calc(50% + (1600px / 2) - 40px);}
		.uk-container-expand-left.uk-container-xlarge, .uk-container-expand-right.uk-container-xlarge {max-width:calc(50% + (1800px / 2) - 40px);}
	}

	.uk-container-item-padding-remove-left,
	.uk-container-item-padding-remove-right,
	.pass-container-item-padding-remove-left > *,
	.pass-container-item-padding-remove-right > * {width:calc(100% + 15px);}
	.uk-container-item-padding-remove-left,
	.pass-container-item-padding-remove-left > * {margin-left:-15px;}
	.uk-container-item-padding-remove-right,
	.pass-container-item-padding-remove-right > * {margin-right:-15px;}
	@media (min-width: 1400px) {
		.uk-container-item-padding-remove-left,
		.uk-container-item-padding-remove-right,
		.pass-container-item-padding-remove-left > *,
		.pass-container-item-padding-remove-right > * {width:calc(100% + 30px);}
		.uk-container-item-padding-remove-left,
		.pass-container-item-padding-remove-left > * {margin-left:-30px;}
		.uk-container-item-padding-remove-right,
		.pass-container-item-padding-remove-right > * {margin-right:-30px;}
	}
	@media (min-width: 1800px) {
		.uk-container-item-padding-remove-left,
		.uk-container-item-padding-remove-right,
		.pass-container-item-padding-remove-left > *,
		.pass-container-item-padding-remove-right > * {width:calc(100% + 40px);}
		.uk-container-item-padding-remove-left,
		.pass-container-item-padding-remove-left > * {margin-left:-40px;}
		.uk-container-item-padding-remove-right,
		.pass-container-item-padding-remove-right > * {margin-right:-40px;}
	}

	@media (max-width: 1199px) {
		.uk-container,
		.uk-container-xsmall,
		.uk-container-small,
		.uk-container-large,
		.uk-container-xlarge{max-width:600px;}
	}

/* TILE */

	.uk-tile {display:flow-root; position:relative; box-sizing:border-box; padding-left:15px; padding-right:15px; padding-top:40px; padding-bottom:40px;}
	@media (min-width: 1200px) {
	.uk-tile {padding-left:30px; padding-right:30px;}
	}
	@media (min-width: 1400px) {
	.uk-tile {padding-left:40px; padding-right:40px; padding-top:70px; padding-bottom:70px;}
	}
	.uk-tile >:last-child {margin-bottom:0;}
	.uk-tile-xsmall {padding-top:20px; padding-bottom:20px;}
	.uk-tile-small {padding-top:40px; padding-bottom:40px;}
	.uk-tile-large {padding-top:70px; padding-bottom:70px;}
	@media (min-width: 1400px) {
	.uk-tile-large {padding-top:140px; padding-bottom:140px;}
	}
	.uk-tile-xlarge {padding-top:140px; padding-bottom:140px;}
	@media (min-width: 1400px) {
	.uk-tile-xlarge {padding-top:210px; padding-bottom:210px;}
	}
	.uk-tile-default {--uk-inverse:dark; background-color:#fff;}
	.uk-tile-muted {--uk-inverse:dark; background-color:#F7F7FA;}
	.uk-tile-primary {--uk-inverse:light; background-color:#0053B2;}
	.uk-tile-secondary {--uk-inverse:light; background-color:#50AFA9;}
	.uk-tile-tertiary {--uk-inverse:light; background-color:#DC6200;}
	.uk-tile-dark {--uk-inverse:light; background-color:#414756;}

/* CARD */

	.uk-card {position:relative; box-sizing:border-box; transition:box-shadow 0.1s ease-in-out;}
	.uk-card-body {display:flow-root; padding:30px 30px;}
	.uk-card-header {display:flow-root; padding:15px 30px;}
	.uk-card-footer {display:flow-root; padding:15px 30px;}
	@media (min-width: 1400px) {
	.uk-card-body {padding:40px 40px;}
	.uk-card-header {padding:20px 40px;}
	.uk-card-footer {padding:20px 40px;}
	}
	.uk-card-body >:last-child, .uk-card-header >:last-child, .uk-card-footer >:last-child {margin-bottom:0;}
	.uk-card-title {font-size:calc(1.275rem + 0.3vw);line-height:1.2;}
	@media (min-width: 1400px) {
		.uk-card-title {font-size:1.5rem;line-height:1.2;}
	}
	.uk-card-badge {position:absolute; top:15px; right:15px; z-index:1; height:22px; padding:0 10px; background:#0053B2; color:#fff; font-size:14px;line-height:1.35; display:flex; justify-content:center; align-items:center; line-height:0; border-radius:2px; text-transform:uppercase;}
	.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-color:#fff; box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	
	/*.uk-card-default {--uk-inverse:dark; background-color:#fff; color:#666; box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}*/
	.uk-card-default .uk-card-title {color:#333;}
	.uk-card-default.uk-card-hover:hover {background-color:#fff; box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	.uk-card-default .uk-card-header {border-bottom:0.5px solid #e5e5e5;}
	.uk-card-default .uk-card-footer {border-top:0.5px solid #e5e5e5;}
	/*.uk-card-muted {--uk-inverse:dark; background-color:#F7F7FA; color:#666; box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}*/
	.uk-card-muted .uk-card-title {color:#333;}
	.uk-card-muted.uk-card-hover:hover {background-color:#fff; box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	/*.uk-card-primary {--uk-inverse:light; background-color:#0053B2; color:#fff; box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}*/
	.uk-card-primary .uk-card-title {color:#fff;}
	.uk-card-primary.uk-card-hover:hover {background-color:#0053B2; box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	/*.uk-card-secondary {--uk-inverse:light; background-color:#50AFA9; color:#fff; box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}*/
	.uk-card-secondary .uk-card-title {color:#fff;}
	.uk-card-secondary.uk-card-hover:hover {background-color:#50AFA9; box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	/*.uk-card-tertiary {--uk-inverse:light; background-color:#DC6200; color:#fff; box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}*/
	.uk-card-tertiary .uk-card-title {color:#fff;}
	.uk-card-tertiary.uk-card-hover:hover {background-color:#DC6200; box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	/*.uk-card-dark {--uk-inverse:light; background-color:#414756; color:#fff; box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}*/
	.uk-card-dark .uk-card-title {color:#fff;}
	.uk-card-dark.uk-card-hover:hover {background-color:#414756; box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	
	.uk-card-small.uk-card-body, .uk-card-small .uk-card-body {padding:15px 15px;}
	.uk-card-small .uk-card-header {padding:10px 15px;}
	.uk-card-small .uk-card-footer {padding:10px 15px;}
	@media (min-width: 1400px) {
	.uk-card-large.uk-card-body, .uk-card-large .uk-card-body {padding:70px 70px;}
	.uk-card-large .uk-card-header {padding:35px 70px;}
	.uk-card-large .uk-card-footer {padding:35px 70px;}
	}

	.uk-card-body > .uk-nav-default {margin-left:-20px; margin-right:-20px;}
	.uk-card-body > .uk-nav-default:only-child {margin-top:-5px; margin-bottom:-5px;}
	.uk-card-body > .uk-nav-default > li > a, .uk-card-body > .uk-nav-default .uk-nav-header, .uk-card-body > .uk-nav-default .uk-nav-divider {padding-left:20px; padding-right:20px;}
	.uk-card-body > .uk-nav-default .uk-nav-sub {padding-left:35px;}
	@media (min-width: 1400px) {
	.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 > li > a, .uk-card-body > .uk-nav-default .uk-nav-header, .uk-card-body > .uk-nav-default .uk-nav-divider {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 > li > a, .uk-card-small > .uk-nav-default .uk-nav-header, .uk-card-small > .uk-nav-default .uk-nav-divider {padding-left:20px; padding-right:20px;}
	.uk-card-small > .uk-nav-default .uk-nav-sub {padding-left:35px;}
	@media (min-width: 1400px) {
	.uk-card-large > .uk-nav-default {margin:0;}
	.uk-card-large > .uk-nav-default:only-child {margin:0;}
	.uk-card-large > .uk-nav-default > li > a, .uk-card-large > .uk-nav-default .uk-nav-header, .uk-card-large > .uk-nav-default .uk-nav-divider {padding-left:0; padding-right:0;}
	.uk-card-large > .uk-nav-default .uk-nav-sub {padding-left:15px;}
	}

	.uk-light.uk-card-badge {background-color:#fff; color:#666;}

/* CLOSE */

	.uk-close {color:#999; transition:0.1s ease-in-out; transition-property:color, opacity;}
	.uk-close:hover {color:#666;}

	.uk-light .uk-close {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-close:hover {color:rgba(255, 255, 255, 0.7);}

/* SPINNER */

	.uk-spinner > * {animation:uk-spinner-rotate 1.4s linear infinite;}
	@keyframes uk-spinner-rotate {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(270deg);}
	}
	.uk-spinner > * > * {stroke-dasharray:88px; stroke-dashoffset:0; transform-origin:center; animation:uk-spinner-dash 1.4s ease-in-out infinite; stroke-width:1; stroke-linecap:round;}
	@keyframes uk-spinner-dash {
	0% {stroke-dashoffset:88px;}
	50% {stroke-dashoffset:22px; transform:rotate(135deg);}
	100% {stroke-dashoffset:88px; transform:rotate(450deg);}
	}

/* TOTOP */

	.uk-totop {padding:5px; color:#999; transition:color 0.1s ease-in-out;}
	.uk-totop:hover {color:#666;}
	.uk-totop:active {color:#333;}

	.uk-light .uk-totop {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-totop:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-totop:active {color:#fff;}

/* MARKER */

	.uk-marker {padding:5px; background:#414756; color:#fff; border-radius:500px;}
	.uk-marker:hover {color:#fff;}

	.uk-light .uk-marker {background:#F7F7FA; color:#666;}
	.uk-light .uk-marker:hover {color:#666;}

/* PLACEHOLDER */

	.uk-placeholder {margin-bottom:20px; padding:30px 30px; background:transparent; border:0.5px dashed #e5e5e5;}
	* + .uk-placeholder {margin-top:20px;}
	.uk-placeholder >:last-child {margin-bottom:0;}

/* BADGE */

	.uk-badge {box-sizing:border-box; min-width:18px; height:18px; padding:0 5px; border-radius:500px; vertical-align:middle; background:#0053B2; color:#fff !important; font-size:11px; display:inline-flex; justify-content:center; align-items:center; line-height:0;}
	.uk-badge:hover {text-decoration:none;}

	.uk-light .uk-badge {background-color:#fff; color:#666 !important;}

/* OVERLAY */

	.uk-overlay {padding:30px 30px;}
	.uk-overlay >:last-child {margin-bottom:0;}
	.uk-overlay-default {--uk-inverse:dark; background:rgba(255, 255, 255, 0.8);}
	.uk-overlay-primary {--uk-inverse:light; background:rgba(165,28,19, 0.8);}
	.uk-overlay-secondary {--uk-inverse:light; background:rgba(45,71,121, 0.8);}
	.uk-overlay-tertiary {--uk-inverse:light; background:rgba(210,180,140, 0.8);}
	.uk-overlay-dark {--uk-inverse:light; background:rgba(34, 34, 34, 0.8);}

/* SEARCH */

	.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 {box-sizing:border-box; margin:0; border-radius:0; font:inherit; overflow:visible; -webkit-appearance:none; vertical-align:middle; width:100%; border:none; color:#666;}
	.uk-search-input:focus {outline:none;}
	.uk-search-input::placeholder {color:#999;}
	.uk-search .uk-search-icon {position:absolute; top:0; bottom:0; left:0; display:inline-flex; justify-content:center; align-items:center; color:#999;}
	.uk-search .uk-search-icon:hover {color:#999;}
	.uk-search .uk-search-icon:not(a):not(button):not(input) {pointer-events:none;}
	.uk-search .uk-search-icon-flip {right:0; left:auto;}
	.uk-search-default {width:240px;}
	.uk-search-default .uk-search-input {height:40px; padding-left:10px; padding-right:10px; background:transparent; border:0.5px solid #e5e5e5;}
	.uk-search-default .uk-search-input:focus {background-color:rgba(0, 0, 0, 0); border-color:#0053B2;}
	.uk-search-default .uk-search-icon {width:40px;}
	.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {padding-left:40px;}
	.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {padding-right:40px;}
	.uk-search-navbar {width:240px;}
	.uk-search-navbar .uk-search-input {height:40px; padding-left:10px; padding-right:10px; background:#fff; border:0.5px solid #e5e5e5;}
	.uk-search-navbar .uk-search-input:focus {background-color:#fff; border-color:#0053B2;}
	.uk-search-navbar .uk-search-icon {width:40px;}
	.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {padding-left:40px;}
	.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {padding-right:40px;}
	.uk-search-medium {width:400px;}
	.uk-search-medium .uk-search-input {height:40px; background:transparent; font-size:1.5rem;line-height:1.2;}
	.uk-search-medium .uk-search-icon {width:24px;}
	.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {padding-left:34px;}
	.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {padding-right:34px;}
	.uk-search-large {width:500px;}
	.uk-search-large .uk-search-input {height:80px; background:transparent; font-size:2.5rem;line-height:1.2;}
	.uk-search-large .uk-search-icon {width:40px;}
	.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {padding-left:60px;}
	.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {padding-right:60px;}
	.uk-search-toggle {color:#999;}
	.uk-search-toggle:hover {color:#666;}

	.uk-light .uk-search-input {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-search-input::placeholder {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-search .uk-search-icon {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-search .uk-search-icon:hover {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-search-default .uk-search-input {background-color:transparent; border-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-search-default .uk-search-input:focus {background-color:rgba(0, 0, 0, 0.05);}
	.uk-light .uk-search-navbar .uk-search-input {background-color:transparent; border-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-search-navbar .uk-search-input:focus {background-color:rgba(0, 0, 0, 0.05);}
	.uk-light .uk-search-medium .uk-search-input {background-color:transparent;}
	.uk-light .uk-search-large .uk-search-input {background-color:transparent;}
	.uk-light .uk-search-toggle {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-search-toggle:hover {color:rgba(255, 255, 255, 0.7);}

/* ACCORDION */

	.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.2; color:#333; overflow:hidden;}
	.uk-accordion-title::before {content:""; width:1.4em; height:1.4em; margin-left:10px; float:right; background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); background-repeat:no-repeat; background-position:50% 50%;}
	.uk-open > .uk-accordion-title::before {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-accordion-title:hover {color:#666; text-decoration:none;}
	.uk-accordion-content {display:flow-root; margin-top:20px;}
	.uk-accordion-content >:last-child {margin-bottom:0;}

	.uk-light .uk-accordion-title {color:#fff;}
	.uk-light .uk-accordion-title:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-accordion-title::before {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-light .uk-open > .uk-accordion-title::before {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	
/* DROP & DROPBAR */

	.uk-drop {display:none; position:absolute; z-index:1020; --uk-position-offset:20px; --uk-position-viewport-offset:15px; box-sizing:border-box; width:300px;}
	.uk-drop.uk-open {display:block;}
	.uk-drop-stack .uk-drop-grid > * {width:100% !important;}
	.uk-drop-parent-icon {margin-left:0.25em; transition:transform 0.3s ease-out;}
	[aria-expanded="true"] > .uk-drop-parent-icon {transform:rotateX(180deg);}
	.uk-dropbar {--uk-position-offset:0; --uk-position-shift-offset:0; --uk-position-viewport-offset:0; --uk-inverse:dark; width:auto; padding:25px 15px 25px 15px; background:#fff; color:#666;}
	.uk-dropbar >:last-child {margin-bottom:0;}
	@media (min-width: 1200px) {
	.uk-dropbar {padding-left:30px; padding-right:30px;}
	}
	@media (min-width: 1400px) {
	.uk-dropbar {padding-left:40px; padding-right:40px;}
	}
	.uk-dropbar:focus-visible {outline-color:#333 !important;}
	.uk-dropbar-large {padding-top:40px; padding-bottom:40px;}
	.uk-dropbar-top {box-shadow:0 12px 7px -6px rgba(0, 0, 0, 0.05);}
	.uk-dropbar-bottom {box-shadow:0 -12px 7px -6px rgba(0, 0, 0, 0.05);}
	.uk-dropbar-left {box-shadow:12px 0 7px -6px rgba(0, 0, 0, 0.05);}
	.uk-dropbar-right {box-shadow:-12px 0 7px -6px rgba(0, 0, 0, 0.05);}
	.uk-dropnav-dropbar {position:absolute; z-index:980; padding:0; left:0; right:0;}

/* MODAL */

	.uk-modal {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:1010; overflow-y:auto; padding:15px 15px; background:rgba(0, 0, 0, 0.6); opacity:0; transition:opacity 0.15s linear;}
	@media (min-width: 1200px) {
	.uk-modal {padding:50px 30px;}
	}
	@media (min-width: 1400px) {
	.uk-modal {padding-left:40px; padding-right:40px;}
	}
	.uk-modal.uk-open {opacity:1;}
	.uk-modal-page {overflow:hidden;}
	.uk-modal-dialog {position:relative; box-sizing:border-box; margin:0 auto; width:600px; max-width:100% !important; background:#fff; opacity:0; transform:translateY(-100px); transition:0.3s linear; transition-property:opacity, transform;}
	.uk-open > .uk-modal-dialog {opacity:1; transform:translateY(0);}
	.uk-modal-container .uk-modal-dialog {width:1200px;}
	.uk-modal-full {padding:0; background:none;}
	.uk-modal-full .uk-modal-dialog {margin:0; width:100%; max-width:100%; transform:translateY(0);}
	.uk-modal-body {display:flow-root; padding:20px 20px;}
	.uk-modal-header {display:flow-root; padding:10px 20px; background:#fff; border-bottom:0.5px solid #e5e5e5;}
	.uk-modal-footer {display:flow-root; padding:10px 20px; background:#fff; border-top:0.5px solid #e5e5e5;}
	@media (min-width: 1200px) {
	.uk-modal-body {padding:30px 30px;}
	.uk-modal-header {padding:15px 30px;}
	.uk-modal-footer {padding:15px 30px;}
	}
	.uk-modal-body >:last-child, .uk-modal-header >:last-child, .uk-modal-footer >:last-child {margin-bottom:0;}
	.uk-modal-title {font-size:calc(1.325rem + 0.9vw);line-height:1.2;}
	@media (min-width: 1400px) {
		.uk-modal-title {font-size:2rem;line-height:1.2;}
	}
	[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; transform:translate(0, -100%); color:#ffffff;}
	.uk-modal-close-outside:hover {color:#fff;}
	@media (min-width: 1200px) {
	.uk-modal-close-outside {right:0; transform:translate(100%, -100%);}
	}
	.uk-modal-close-full {top:0; right:0; padding:10px; background:#fff;}
	@media (min-width: 1200px) {
	.uk-modal-close-full {padding:20px;}
	}

/* SLIDESHOW & SLIDER */

	.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; touch-action:pan-y;}
	.uk-slideshow-items > * {position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden; will-change:transform, opacity;}
	.uk-slideshow-items >:not(.uk-active) {display:none;}

	.uk-slider {-webkit-tap-highlight-color:transparent;}
	.uk-slider-container {overflow:hidden; overflow:clip;}
	.uk-slider-container-offset,
	.uk-slider-container-offset-pass .uk-slider-container-offset {margin:-11px -25px -39px -25px; padding:11px 25px 39px 25px;}
	.uk-slider-items {will-change:transform; position:relative; touch-action:pan-y;}
	.uk-slider-items:not(.uk-grid) {display:flex; margin:0; padding:0; list-style:none; -webkit-touch-callout:none;}
	.uk-slider-items.uk-grid {flex-wrap:nowrap;}
	.uk-slider-items > * {flex:none !important; box-sizing:border-box; max-width:100%; position:relative;}

/* STICKY */

	.uk-sticky {position:relative; z-index:980; box-sizing:border-box;}
	.uk-sticky-fixed {margin:0 !important; -webkit-backface-visibility:hidden; backface-visibility:hidden;}
	.uk-sticky[class*="uk-animation-"] {animation-duration:0.2s;}
	.uk-sticky.uk-animation-reverse {animation-duration:0.2s;}
	.uk-sticky-placeholder {pointer-events:none;}

/* OFFCANVAS */

	.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 {--uk-inverse:light; position:absolute; top:0; bottom:0; left:-270px; box-sizing:border-box; width:270px; padding:20px 20px; background:#414756; overflow-y:auto;}
	@media (min-width: 1200px) {
	.uk-offcanvas-bar {left:-350px; width:350px; padding:30px 30px;}
	}
	.uk-offcanvas-flip .uk-offcanvas-bar {left:auto; right:-270px;}
	@media (min-width: 1200px) {
	.uk-offcanvas-flip .uk-offcanvas-bar {right:-350px;}
	}
	.uk-open > .uk-offcanvas-bar {left:0;}
	.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {left:auto; right:0;}
	.uk-offcanvas-bar-animation {transition:left 0.3s ease-out;}
	.uk-offcanvas-flip .uk-offcanvas-bar-animation {transition-property:right;}
	.uk-offcanvas-reveal {position:absolute; top:0; bottom:0; left:0; width:0; overflow:hidden; transition:width 0.3s ease-out;}
	.uk-offcanvas-reveal .uk-offcanvas-bar {left:0;}
	.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {left:auto; right:0;}
	.uk-open > .uk-offcanvas-reveal {width:270px;}
	@media (min-width: 1200px) {
	.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:5px; right:5px; padding:5px;}
	@media (min-width: 1200px) {
	.uk-offcanvas-close {top:10px; right:10px;}
	}
	.uk-offcanvas-close:first-child + * {margin-top:0;}
	.uk-offcanvas-overlay {width:100vw; touch-action:none;}
	.uk-offcanvas-overlay::before {content:""; position:absolute; top:0; bottom:0; left:0; right:0; background:rgba(0, 0, 0, 0.1); opacity:0; transition:opacity 0.15s linear;}
	.uk-offcanvas-overlay.uk-open::before {opacity:1;}
	.uk-offcanvas-page, .uk-offcanvas-container {overflow-x:hidden; overflow-x:clip;}
	.uk-offcanvas-container {position:relative; left:0; transition:left 0.3s ease-out; box-sizing:border-box; width:100%;}
	:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {left:270px;}
	.uk-offcanvas-flip.uk-offcanvas-container-animation {left:-270px;}
	@media (min-width: 1200px) {
	:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {left:350px;}
	.uk-offcanvas-flip.uk-offcanvas-container-animation {left:-350px;}
	}

/* SWITCHER */

	.uk-switcher {margin:0; padding:0; list-style:none;}
	.uk-switcher >:not(.uk-active) {display:none;}
	.uk-switcher > * >:last-child {margin-bottom:0;}

/* LEADER */

	.uk-leader {overflow:hidden;}
	.uk-leader-fill::after {display:inline-block; margin-left:15px; width:0; content:attr(data-fill); white-space:nowrap;}
	.uk-leader-fill.uk-leader-hide::after {display:none;}
	:root {--uk-leader-fill-content:.;}

/* NOTIFICATION */

	.uk-notification {position:fixed; top:10px; left:10px; z-index:1040; box-sizing:border-box; width:350px;}
	.uk-notification-top-right, .uk-notification-bottom-right {left:auto; right:10px;}
	.uk-notification-top-center, .uk-notification-bottom-center {left:50%; margin-left:-175px;}
	.uk-notification-bottom-left, .uk-notification-bottom-right, .uk-notification-bottom-center {top:auto; bottom:10px;}
	@media (max-width: 1199px) {
	.uk-notification {left:10px; right:10px; width:auto; margin:0;}
	}
	.uk-notification-message {position:relative; padding:15px; background:#F7F7FA; color:#666; font-size:1.25rem;line-height:1.2; cursor:pointer;}
	* + .uk-notification-message {margin-top:10px;}
	.uk-notification-close {display:none; position:absolute; top:20px; right:15px;}
	.uk-notification-message:hover .uk-notification-close {display:block;}
	.uk-notification-message-primary {color:#0053B2;}
	.uk-notification-message-success {color:#32d296;}
	.uk-notification-message-warning {color:#faa05a;}
	.uk-notification-message-danger {color:#f0506e;}

/* TOOLTIP */

	.uk-tooltip {display:none; position:absolute; z-index:1030; --uk-position-offset:10px; --uk-position-viewport-offset:10; top:0; 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;}

/* SORTABLE */

	.uk-sortable {position:relative;}
	.uk-sortable >:last-child {margin-bottom:0;}
	.uk-sortable-drag {position:fixed !important; z-index:1050 !important; pointer-events:none;}
	.uk-sortable-placeholder {opacity:0; pointer-events:none;}
	.uk-sortable-empty {min-height:50px;}
	.uk-sortable-handle:hover {cursor:move;}

/* COUNTDOWN */

	.uk-countdown-number {
		font-variant-numeric:tabular-nums;
		line-height: 0.8;
		font-size: calc(1.525rem + 3.3vw);
	}
	@media (min-width: 1200px) {
		.uk-countdown-number {
			font-size: 4rem;
		}
	}
	@media (min-width: 1400px) {
		.uk-countdown-number {
			font-size: 5rem;
		}
	}

	.uk-countdown-separator {
		line-height: 1.6;
		font-size: calc(1.375rem + 1.5vw);
	}
	@media (min-width: 1200px) {
		.uk-countdown-separator {
			font-size: 2.5rem;
		}
	}
	@media (min-width: 1400px) {
		.uk-countdown-separator {
			font-size: 3rem;
		}
	}

/* THUMBNAV */

	.uk-thumbnav {display:flex; flex-wrap:wrap; margin:0; padding:0; list-style:none; margin-left:-15px;}
	.uk-thumbnav > * {padding-left:15px;}
	.uk-thumbnav > * > * {display:inline-block; position:relative;}
	.uk-thumbnav > * > *::after {content:""; position:absolute; top:0; bottom:0; left:0; right:0; background-image:linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4)); transition:opacity 0.1s ease-in-out;}
	.uk-thumbnav > * >:hover::after {opacity:0;}
	.uk-thumbnav > .uk-active > *::after {opacity:0;}
	.uk-thumbnav-vertical {flex-direction:column; margin-left:0; margin-top:-15px;}
	.uk-thumbnav-vertical > * {padding-left:0; padding-top:15px;}

	.uk-light .uk-thumbnav > * > *::after {background-image:linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));}

/* ICONNAV */

	.uk-iconnav {display:flex; flex-wrap:wrap; margin:0; padding:0; list-style:none; margin-left:-10px;}
	.uk-iconnav > * {padding-left:10px;}
	.uk-iconnav > * > a {display:flex; align-items:center; column-gap:0.25em; line-height:0; /*color:#999;*/ text-decoration:none; font-size:14px;line-height:1.35; transition:0.1s ease-in-out; transition-property:color, background-color;}
	/*.uk-iconnav > * > a:hover {color:#666;}
	.uk-iconnav > .uk-active > a {color:#666;}*/
	.uk-iconnav-vertical {flex-direction:column; margin-left:0; margin-top:-10px;}
	.uk-iconnav-vertical > * {padding-left:0; padding-top:10px;}

	/*.uk-light .uk-iconnav > * > a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-iconnav > * > a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-iconnav > .uk-active > a {color:rgba(255, 255, 255, 0.7);}*/

/* GRID */

	.uk-grid {display:flex; flex-wrap:wrap; margin:0; padding:0; list-style:none;}
	.uk-grid > * {margin:0;}
	.uk-grid > * >:last-child {margin-bottom:0;}
	.uk-grid {margin-left:-30px;}
	.uk-grid > * {padding-left:30px;}
	.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {margin-top:30px;}
	@media (min-width: 1500px) {
	.uk-grid {margin-left:-40px;}
	.uk-grid > * {padding-left:40px;}
	.uk-grid + .uk-grid, .uk-grid > .uk-grid-margin, * + .uk-grid-margin {margin-top:40px;}
	}
	.uk-grid-small, .pass-grid-small .uk-grid, .uk-grid-column-small {margin-left:-15px;}
	.uk-grid-small > *, .pass-grid-small .uk-grid > *, .uk-grid-column-small > * {padding-left:15px;}
	.uk-grid + .uk-grid-small, .pass-grid-small .uk-grid > .uk-grid-margin, .uk-grid + .uk-grid-row-small, .uk-grid-small > .uk-grid-margin, .uk-grid-row-small > .uk-grid-margin, * + .uk-grid-margin-small {margin-top:15px;}
	.uk-grid-medium, .pass-grid-medium .uk-grid, .uk-grid-column-medium {margin-left:-30px;}
	.uk-grid-medium > *, .pass-grid-medium .uk-grid > *, .uk-grid-column-medium > * {padding-left:30px;}
	.uk-grid + .uk-grid-medium, .pass-grid-medium .uk-grid > .uk-grid-margin, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin, * + .uk-grid-margin-medium {margin-top:30px;}
	.uk-grid-large, .pass-grid-large .uk-grid, .uk-grid-column-large {margin-left:-40px;}
	.uk-grid-large > *, .pass-grid-large .uk-grid > *, .uk-grid-column-large > * {padding-left:40px;}
	.uk-grid + .uk-grid-large, .pass-grid-large .uk-grid > .uk-grid-margin, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {margin-top:40px;}
	@media (min-width: 1500px) {
	.uk-grid-large, .pass-grid-large .uk-grid, .uk-grid-column-large {margin-left:-70px;}
	.uk-grid-large > *, .pass-grid-large .uk-grid > *, .uk-grid-column-large > * {padding-left:70px;}
	.uk-grid + .uk-grid-large, .pass-grid-large .uk-grid > .uk-grid-margin, .uk-grid + .uk-grid-row-large, .uk-grid-large > .uk-grid-margin, .uk-grid-row-large > .uk-grid-margin, * + .uk-grid-margin-large {margin-top:70px;}
	}
	.uk-grid-collapse, .uk-grid-column-collapse {margin-left:0;}
	.uk-grid-collapse > *, .uk-grid-column-collapse > * {padding-left:0;}
	.uk-grid + .uk-grid-collapse, .uk-grid + .uk-grid-row-collapse, .uk-grid-collapse > .uk-grid-margin, .uk-grid-row-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:0.5px solid #e5e5e5;}
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {content:""; position:absolute; left:0; right:0; border-top:0.5px solid #e5e5e5;}
	.uk-grid-divider {margin-left:-60px;}
	.uk-grid-divider > * {padding-left:60px;}
	.uk-grid-divider >:not(.uk-first-column)::before {left:30px;}
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin {margin-top:60px;}
	.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {top:-30px; left:60px;}
	@media (min-width: 1500px) {
	.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, .uk-grid-divider.uk-grid-column-small {margin-left:-30px;}
	.uk-grid-divider.uk-grid-small > *, .uk-grid-divider.uk-grid-column-small > * {padding-left:30px;}
	.uk-grid-divider.uk-grid-small >:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-small >:not(.uk-first-column)::before {left:15px;}
	.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {margin-top:30px;}
	.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {top:-15px; left:30px;}
	.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {top:-15px;}
	.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {left:30px;}
	.uk-grid-divider.uk-grid-medium, .uk-grid-divider.uk-grid-column-medium {margin-left:-60px;}
	.uk-grid-divider.uk-grid-medium > *, .uk-grid-divider.uk-grid-column-medium > * {padding-left:60px;}
	.uk-grid-divider.uk-grid-medium >:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-medium >:not(.uk-first-column)::before {left:30px;}
	.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {margin-top:60px;}
	.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {top:-30px; left:60px;}
	.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {top:-30px;}
	.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {left:60px;}
	.uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {margin-left:-80px;}
	.uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {padding-left:80px;}
	.uk-grid-divider.uk-grid-large >:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large >:not(.uk-first-column)::before {left:40px;}
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-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;}
	.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {top:-40px;}
	.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {left:80px;}
	@media (min-width: 1500px) {
	.uk-grid-divider.uk-grid-large, .uk-grid-divider.uk-grid-column-large {margin-left:-140px;}
	.uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-column-large > * {padding-left:140px;}
	.uk-grid-divider.uk-grid-large >:not(.uk-first-column)::before, .uk-grid-divider.uk-grid-column-large >:not(.uk-first-column)::before {left:70px;}
	.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin, .uk-grid-divider.uk-grid-row-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-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {top:-70px;}
	.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {left:140px;}
	}
	.uk-grid-match > *, .uk-grid-item-match {display:flex; flex-wrap:wrap;}
	.uk-grid-match > * >:not([class*="uk-width"]), .uk-grid-item-match >:not([class*="uk-width"]) {box-sizing:border-box; width:100%; flex:auto;}

	.uk-light .uk-grid-divider >:not(.uk-first-column)::before {border-left-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {border-top-color:rgba(255, 255, 255, 0.2);}
	
/* NAV */

	.uk-nav, .uk-nav ul {margin:0; padding:0; list-style:none;}
	.uk-nav li > a {display:flex; align-items:center; column-gap:0.25em; 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 {margin-left:auto; transition:transform 0.3s ease-out;}
	.uk-nav > li.uk-open > a .uk-nav-parent-icon {transform:rotateX(180deg);}
	.uk-nav-header {padding:5px 0; text-transform:uppercase; font-size:14px;line-height:1.35;}
	.uk-nav-header:not(:first-child) {margin-top:20px;}
	.uk-nav .uk-nav-divider {margin:5px 0;}
	.uk-nav-default {font-size:14px;line-height:1.35;}
	.uk-nav-default > li > a {color:#999;}
	.uk-nav-default > li > a:hover {color:#666;}
	.uk-nav-default > li.uk-active > a {color:#333;}
	.uk-nav-default .uk-nav-subtitle {font-size:12px;line-height:1.35;}
	.uk-nav-default .uk-nav-header {color:#333;}
	.uk-nav-default .uk-nav-divider {border-top:0.5px solid #e5e5e5;}
	.uk-nav-default .uk-nav-sub {font-size:14px;line-height:1.35;}
	.uk-nav-default .uk-nav-sub a {color:#999;}
	.uk-nav-default .uk-nav-sub a:hover {color:#666;}
	.uk-nav-default .uk-nav-sub li.uk-active > a {color:#333;}
	.uk-nav-primary {font-size:calc(1.275rem + 0.3vw);line-height:1.2;}
	@media (min-width: 1400px) {
		.uk-nav-primary {font-size:1.5rem;line-height:1.2;}
	}
	.uk-nav-primary > li > a {color:#999;}
	.uk-nav-primary > li > a:hover {color:#666;}
	.uk-nav-primary > li.uk-active > a {color:#333;}
	.uk-nav-primary .uk-nav-subtitle {font-size:1.25rem;line-height:1.2;}
	.uk-nav-primary .uk-nav-header {color:#333;}
	.uk-nav-primary .uk-nav-divider {border-top:0.5px solid #e5e5e5;}
	.uk-nav-primary .uk-nav-sub {font-size:1.25rem;line-height:1.2;}
	.uk-nav-primary .uk-nav-sub a {color:#999;}
	.uk-nav-primary .uk-nav-sub a:hover {color:#666;}
	.uk-nav-primary .uk-nav-sub li.uk-active > a {color:#333;}
	.uk-nav-secondary {font-size:16px;line-height:1.45;}
	.uk-nav-secondary >:not(.uk-nav-divider) +:not(.uk-nav-header, .uk-nav-divider) {margin-top:0;}
	.uk-nav-secondary > li > a {color:#333; padding:10px 10px;}
	.uk-nav-secondary > li > a:hover {color:#333; background-color:#F7F7FA;}
	.uk-nav-secondary > li.uk-active > a {color:#333; background-color:#F7F7FA;}
	.uk-nav-secondary .uk-nav-subtitle {font-size:14px;line-height:1.35; color:#999;}
	.uk-nav-secondary > li > a:hover .uk-nav-subtitle {color:#666;}
	.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {color:#333;}
	.uk-nav-secondary .uk-nav-header {color:#333;}
	.uk-nav-secondary .uk-nav-divider {border-top:0.5px solid #e5e5e5;}
	.uk-nav-secondary .uk-nav-sub {font-size:14px;line-height:1.35;}
	.uk-nav-secondary .uk-nav-sub a {color:#999;}
	.uk-nav-secondary .uk-nav-sub a:hover {color:#666;}
	.uk-nav-secondary .uk-nav-sub li.uk-active > a {color:#333;}

	.uk-nav-medium {font-size:calc(1.375rem + 1.5vw);line-height:1.2;}
	.uk-nav-large {font-size:calc(1.425rem + 2.1vw);line-height:1.2;}
	.uk-nav-xlarge {font-size:calc(1.475rem + 2.7vw);line-height:1.2;}
	@media (min-width: 1400px) {
	.uk-nav-medium {font-size:2.5rem;line-height:1.2;}
	.uk-nav-large {font-size:3rem;line-height:1.2;}
	.uk-nav-xlarge {font-size:3.5rem;line-height:1.2;}
	}

	.uk-nav-center {text-align:center;}
	.uk-nav-center li > a {justify-content:center;}
	.uk-nav-center .uk-nav-sub, .uk-nav-center .uk-nav-sub ul {padding-left:0;}
	.uk-nav-center .uk-nav-parent-icon {margin-left:0.25em;}
	.uk-nav.uk-nav-divider >:not(.uk-nav-header, .uk-nav-divider) +:not(.uk-nav-header, .uk-nav-divider) {margin-top:5px; padding-top:5px; border-top:0.5px solid #e5e5e5;}

	.uk-light .uk-nav-default:not(.uk-preserve) > li > a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-nav-default:not(.uk-preserve) > li > a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-nav-default:not(.uk-preserve) > li.uk-active > a {color:#fff;}
	.uk-light .uk-nav-default:not(.uk-preserve) .uk-nav-header {color:#fff;}
	.uk-light .uk-nav-default:not(.uk-preserve) .uk-nav-divider {border-top-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-nav-default:not(.uk-preserve) .uk-nav-sub a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-nav-default:not(.uk-preserve) .uk-nav-sub a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-nav-default:not(.uk-preserve) .uk-nav-sub li.uk-active > a {color:#fff;}
	.uk-light .uk-nav-primary:not(.uk-preserve) > li > a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-nav-primary:not(.uk-preserve) > li > a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-nav-primary:not(.uk-preserve) > li.uk-active > a {color:#fff;}
	.uk-light .uk-nav-primary:not(.uk-preserve) .uk-nav-header {color:#fff;}
	.uk-light .uk-nav-primary:not(.uk-preserve) .uk-nav-divider {border-top-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-nav-primary:not(.uk-preserve) .uk-nav-sub a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-nav-primary:not(.uk-preserve) .uk-nav-sub a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-nav-primary:not(.uk-preserve) .uk-nav-sub li.uk-active > a {color:#fff;}
	.uk-light .uk-nav-secondary:not(.uk-preserve) > li > a {color:#fff;}
	.uk-light .uk-nav-secondary:not(.uk-preserve) > li > a:hover {color:#fff; background-color:rgba(255, 255, 255, 0.1);}
	.uk-light .uk-nav-secondary:not(.uk-preserve) > li.uk-active > a {color:#fff; background-color:rgba(255, 255, 255, 0.1);}
	.uk-light .uk-nav-secondary:not(.uk-preserve) .uk-nav-subtitle {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-nav-secondary:not(.uk-preserve) > li > a:hover .uk-nav-subtitle {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-nav-secondary:not(.uk-preserve) > li.uk-active > a .uk-nav-subtitle {color:#fff;}
	.uk-light .uk-nav-secondary:not(.uk-preserve) .uk-nav-header {color:#fff;}
	.uk-light .uk-nav-secondary:not(.uk-preserve) .uk-nav-divider {border-top-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-nav-secondary:not(.uk-preserve) .uk-nav-sub a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-nav-secondary:not(.uk-preserve) .uk-nav-sub a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-nav-secondary:not(.uk-preserve) .uk-nav-sub li.uk-active > a {color:#fff;}
	.uk-light .uk-nav.uk-nav-divider >:not(.uk-nav-divider) +:not(.uk-nav-header, .uk-nav-divider) {border-top-color:rgba(255, 255, 255, 0.2);}

/* NAVBAR */

	.uk-navbar {display:flex; position:relative;}
	/*.uk-navbar-container:not(.uk-navbar-transparent) {background:#F7F7FA;}*/
	.uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {display:flex; gap:15px; 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%; transform:translate(-50%, -50%); width:max-content; box-sizing:border-box; z-index:990;}
	.uk-navbar-center-left, .uk-navbar-center-right {position:absolute; top:0;}
	.uk-navbar-center-left {right:calc(100% + 15px);}
	.uk-navbar-center-right {left:calc(100% + 15px);}
	[class*="uk-navbar-center-"] {width:max-content; box-sizing:border-box;}
	.uk-navbar-nav {display:flex; gap:15px; margin:0; padding:0; list-style:none;}
	.uk-navbar-left, .uk-navbar-right, .uk-navbar-center:only-child {flex-wrap:wrap;}
	.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {display:flex; justify-content:center; align-items:center; column-gap:0.25em; box-sizing:border-box; min-height:80px; font-size:14px;line-height:1.35;text-decoration:none;}
	.uk-navbar-nav > li > a {padding:0 0; color:#999; text-transform:uppercase; transition:0.1s ease-in-out; transition-property:color, background-color;}
	.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"] {color:#666;}
	.uk-navbar-nav > li > a:active {color:#333;}
	.uk-navbar-nav > li.uk-active > a {color:#333;}
	.uk-navbar-parent-icon {margin-left:4px; transition:transform 0.3s ease-out;}
	.uk-navbar-nav > li > a[aria-expanded="true"] .uk-navbar-parent-icon {transform:rotateX(180deg);}
	.uk-navbar-item {padding:0 0; color:#666;}
	.uk-navbar-item >:last-child {margin-bottom:0;}
	.uk-navbar-toggle {padding:0 0; color:#999;}
	.uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded="true"] {color:#666; text-decoration:none;}
	.uk-navbar-subtitle {font-size:14px;line-height:1.35;}
	.uk-navbar-justify .uk-navbar-left, .uk-navbar-justify .uk-navbar-right, .uk-navbar-justify .uk-navbar-nav, .uk-navbar-justify .uk-navbar-nav > li, .uk-navbar-justify .uk-navbar-item, .uk-navbar-justify .uk-navbar-toggle {flex-grow:1;}
	.uk-navbar-dropdown {--uk-position-offset:15px; --uk-position-shift-offset:0; --uk-position-viewport-offset:15px; --uk-inverse:dark; width:200px; padding:25px; background:#fff; color:#666; box-shadow:0 5px 12px rgba(0, 0, 0, 0.15);}
	.uk-navbar-dropdown >:last-child {margin-bottom:0;}
	.uk-navbar-dropdown:focus-visible {outline-color:#333 !important;}
	.uk-navbar-dropdown .uk-drop-grid {margin-left:-30px;}
	.uk-navbar-dropdown .uk-drop-grid > * {padding-left:30px;}
	.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {margin-top:30px;}
	.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {width:400px;}
	.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {width:600px;}
	.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {width:800px;}
	.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {width:1000px;}
	.uk-navbar-dropdown-large {--uk-position-shift-offset:0; padding:40px;}
	.uk-navbar-dropdown-dropbar {width:auto; background:transparent; padding:25px 0 25px 0; --uk-position-offset:0; --uk-position-shift-offset:0; --uk-position-viewport-offset:15px; box-shadow:none;}
	@media (min-width: 1200px) {
	.uk-navbar-dropdown-dropbar {--uk-position-viewport-offset:30px;}
	}
	@media (min-width: 1400px) {
	.uk-navbar-dropdown-dropbar {--uk-position-viewport-offset:40px;}
	}
	.uk-navbar-dropdown-dropbar-large {--uk-position-shift-offset:0; padding-top:40px; padding-bottom:40px;}
	.uk-navbar-dropdown-nav {font-size:14px;line-height:1.35;}
	.uk-navbar-dropdown-nav > li > a {color:#999;}
	.uk-navbar-dropdown-nav > li > a:hover {color:#666;}
	.uk-navbar-dropdown-nav > li.uk-active > a {color:#333;}
	.uk-navbar-dropdown-nav .uk-nav-subtitle {font-size:12px;line-height:1.35;}
	.uk-navbar-dropdown-nav .uk-nav-header {color:#333;}
	.uk-navbar-dropdown-nav .uk-nav-divider {border-top:0.5px solid #e5e5e5;}
	.uk-navbar-dropdown-nav .uk-nav-sub a {color:#999;}
	.uk-navbar-dropdown-nav .uk-nav-sub a:hover {color:#666;}
	.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {color:#333;}
	.uk-navbar-container {transition:0.1s ease-in-out; transition-property:background-color;}
	@media (min-width: 1400px) {
	.uk-navbar-left, .uk-navbar-right, [class*="uk-navbar-center"] {gap:30px;}
	.uk-navbar-center-left {right:calc(100% + 30px);}
	.uk-navbar-center-right {left:calc(100% + 30px);}
	}
	@media (min-width: 1400px) {
	.uk-navbar-nav {gap:30px;}
	}

	.uk-light .uk-navbar-nav > li > a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-navbar-nav > li:hover > a, .uk-light .uk-navbar-nav > li > a[aria-expanded="true"] {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-navbar-nav > li > a:active {color:#fff;}
	.uk-light .uk-navbar-nav > li.uk-active > a {color:#fff;}
	.uk-light .uk-navbar-item {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-navbar-toggle {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-navbar-toggle:hover, .uk-light .uk-navbar-toggle[aria-expanded="true"] {color:rgba(255, 255, 255, 0.7);}

/* SUBNAV */

	.uk-subnav {display:flex; flex-wrap:wrap; align-items:center; margin-left:-20px; padding:0; list-style:none;}
	.uk-subnav > * {flex:none; padding-left:20px; position:relative;}
	.uk-subnav > * >:first-child {display:flex; align-items:center; column-gap:0.25em; color:#999; font-size:14px;line-height:1.35; /*text-transform:uppercase;*/ /**/ transition:0.1s ease-in-out; transition-property:color, background-color;}
	.uk-subnav > * > a:hover {color:#666; text-decoration:none;}
	.uk-subnav > .uk-active > a {color:#333;}
	.uk-subnav-divider {margin-left:-41px;}
	.uk-subnav-divider > * {display:flex; align-items:center;}
	.uk-subnav-divider >::before {content:""; height:1.5em; margin-left:0px; margin-right:20px; border-left:0.5px solid transparent;}
	.uk-subnav-divider >:nth-child(n+2):not(.uk-first-column)::before {border-left-color:#e5e5e5;}
	.uk-subnav-pill > * >:first-child {padding:5px 10px; background:transparent; color:#999;}
	.uk-subnav-pill > * > a:hover {background-color:#F7F7FA; color:#666;}
	.uk-subnav-pill > * > a:active {background-color:#F7F7FA; color:#666;}
	.uk-subnav-pill > .uk-active > a {background-color:#0053B2; color:#fff;}
	.uk-subnav > .uk-disabled > a {color:#999;}

	.uk-light .uk-subnav > * >:first-child {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-subnav > * > a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-subnav > .uk-active > a {color:#fff;}
	.uk-light .uk-subnav-divider >:nth-child(n+2):not(.uk-first-column)::before {border-left-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-subnav-pill > * >:first-child {background-color:transparent; color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-subnav-pill > * > a:hover {background-color:rgba(255, 255, 255, 0.1); color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-subnav-pill > * > a:active {background-color:rgba(255, 255, 255, 0.1); color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-subnav-pill > .uk-active > a {background-color:#fff; color:#666;}
	.uk-light .uk-subnav > .uk-disabled > a {color:rgba(255, 255, 255, 0.5);}

/* BREADCRUMB */

	.uk-breadcrumb {padding:0; list-style:none;}
	.uk-breadcrumb > * {display:contents;}
	.uk-breadcrumb > * > * {font-size:14px; color:#999;}
	.uk-breadcrumb > * >:hover {color:#666; text-decoration:none;}
	.uk-breadcrumb >:last-child > span, .uk-breadcrumb >:last-child > a:not([href]) {color:#666;}
	.uk-breadcrumb >:nth-child(n+2):not(.uk-first-column)::before {content:"/"; display:inline-block; margin:0 20px 0 calc(20px - 4px); font-size:14px;line-height:1.35; color:#999;}

	.uk-light .uk-breadcrumb > * > * {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-breadcrumb > * >:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-breadcrumb >:last-child > * {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-breadcrumb >:nth-child(n+2):not(.uk-first-column)::before {color:rgba(255, 255, 255, 0.5);}

/* PAGINATION */

	.uk-pagination {display:flex; flex-wrap:wrap; align-items:center; margin-left:0; padding:0; list-style:none;}
	.uk-pagination > * {flex:none; padding-left:0; position:relative;}
	.uk-pagination > * > * {display:flex; align-items:center; column-gap:0.25em; padding:5px 10px; color:#999; transition:color 0.1s ease-in-out;}
	.uk-pagination > * >:hover {color:#666; text-decoration:none;}
	.uk-pagination > .uk-active > * {color:#666;}
	.uk-pagination > .uk-disabled > * {color:#999;}

	.uk-light .uk-pagination > * > * {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-pagination > * >:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-pagination > .uk-active > * {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-pagination > .uk-disabled > * {color:rgba(255, 255, 255, 0.5);}

/* TAB */

	.uk-tab {display:flex; 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:0.5px solid #e5e5e5;}
	.uk-tab > * {flex:none; padding-left:20px; position:relative;}
	.uk-tab > * > a {display:flex; align-items:center; column-gap:0.25em; justify-content:center; padding:5px 10px; color:#999; border-bottom:1px solid transparent; font-size:14px;line-height:1.35; text-transform:uppercase; transition:color 0.1s ease-in-out;}
	.uk-tab > * > a:hover {color:#666; text-decoration:none;}
	.uk-tab > .uk-active > a {color:#333; border-color:#0053B2;}
	.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 {flex-direction:column; margin-left:0;}
	.uk-tab-left > *, .uk-tab-right > * {padding-left:0;}
	.uk-tab-left::before {top:0; bottom:0; left:auto; right:0; border-left:0.5px solid #e5e5e5; border-bottom:none;}
	.uk-tab-right::before {top:0; bottom:0; left:0; right:auto; border-left:0.5px solid #e5e5e5; border-bottom:none;}
	.uk-tab-left > * > a {justify-content:left; border-right:0.5px solid transparent; border-bottom:none;}
	.uk-tab-right > * > a {justify-content:left; border-left:0.5px solid transparent; border-bottom:none;}
	.uk-tab .uk-dropdown {margin-left:30px;}

	.uk-light .uk-tab::before {border-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-tab > * > a {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-tab > * > a:hover {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-tab > .uk-active > a {color:#fff; border-color:#fff;}
	.uk-light .uk-tab > .uk-disabled > a {color:rgba(255, 255, 255, 0.5);}

/* SLIDENAV */

	.uk-slidenav {padding:5px 10px; color:rgba(102, 102, 102, 0.5); transition:color 0.1s ease-in-out;}
	.uk-slidenav:hover {color:rgba(102, 102, 102, 0.9);}
	.uk-slidenav:active {color:rgba(102, 102, 102, 0.5);}
	.uk-slidenav-large {padding:10px 10px;}
	.uk-slidenav-container {display:flex;}

	.uk-light .uk-slidenav {color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-slidenav:hover {color:rgba(255, 255, 255, 0.95);}
	.uk-light .uk-slidenav:active {color:rgba(255, 255, 255, 0.7);}

/* DOTNAV */

	.uk-dotnav {display:flex; flex-wrap:wrap; margin:0; padding:0; list-style:none; margin-left:-12px;}
	.uk-dotnav > * {flex:none; padding-left:12px;}
	.uk-dotnav > * > * {display:block; box-sizing:border-box; width:10px; height:10px; border-radius:50%; background:transparent; text-indent:100%; overflow:hidden; white-space:nowrap; border:0.5px solid rgba(102, 102, 102, 0.4); transition:0.2s ease-in-out; transition-property:background-color, border-color;}
	.uk-dotnav > * >:hover {background-color:rgba(102, 102, 102, 0.6); border-color:transparent;}
	.uk-dotnav > * >:active {background-color:rgba(102, 102, 102, 0.2); border-color:transparent;}
	.uk-dotnav > .uk-active > * {background-color:rgba(102, 102, 102, 0.6); border-color:transparent;}
	.uk-dotnav-vertical {flex-direction:column; margin-left:0; margin-top:-12px;}
	.uk-dotnav-vertical > * {padding-left:0; padding-top:12px;}

	.uk-light .uk-dotnav > * > * {background-color:transparent; border-color:rgba(255, 255, 255, 0.9);}
	.uk-light .uk-dotnav > * >:hover {background-color:rgba(255, 255, 255, 0.9); border-color:transparent;}
	.uk-light .uk-dotnav > * >:active {background-color:rgba(255, 255, 255, 0.5); border-color:transparent;}
	.uk-light .uk-dotnav > .uk-active > * {background-color:rgba(255, 255, 255, 0.9); border-color:transparent;}

/* DROPDOWN */

	.uk-dropdown {--uk-position-offset:10px; --uk-position-viewport-offset:15px; --uk-inverse:dark; width:auto; min-width:200px; padding:25px; background:#fff; color:#666; box-shadow:0 5px 12px rgba(0, 0, 0, 0.15);}
	.uk-dropdown >:last-child {margin-bottom:0;}
	.uk-dropdown:focus-visible {outline-color:#333 !important;}
	.uk-dropdown-large {padding:40px;}
	.uk-dropdown-dropbar {width:auto; background:transparent; padding:5px 0 25px 0; --uk-position-viewport-offset:15px; box-shadow:none;}
	@media (min-width: 1200px) {
	.uk-dropdown-dropbar {--uk-position-viewport-offset:30px;}
	}
	@media (min-width: 1400px) {
	.uk-dropdown-dropbar {--uk-position-viewport-offset:40px;}
	}
	.uk-dropdown-dropbar-large {padding-top:40px; padding-bottom:40px;}
	.uk-dropdown-nav {font-size:14px;line-height:1.35;}
	.uk-dropdown-nav > li > a {color:#999;}
	.uk-dropdown-nav > li > a:hover, .uk-dropdown-nav > li.uk-active > a {color:#666;}
	.uk-dropdown-nav .uk-nav-subtitle {font-size:12px;line-height:1.35;}
	.uk-dropdown-nav .uk-nav-header {color:#333;}
	.uk-dropdown-nav .uk-nav-divider {border-top:0.5px solid #e5e5e5;}
	.uk-dropdown-nav .uk-nav-sub a {color:#999;}
	.uk-dropdown-nav .uk-nav-sub a:hover, .uk-dropdown-nav .uk-nav-sub li.uk-active > a {color:#666;}

/* LIGHTBOX */

	.uk-lightbox {display:none; position:fixed; top:0; right:0; bottom:0; left:0; z-index:1010; background:#000; opacity:0; transition:opacity 0.15s linear; touch-action:pinch-zoom;}
	.uk-lightbox.uk-open {display:block; opacity:1;}
	.uk-lightbox:focus-visible {outline-color:rgba(255, 255, 255, 0.7);}
	.uk-lightbox-page {overflow:hidden;}
	.uk-lightbox-items > * {position:absolute; top:0; right:0; bottom:0; left:0; display:none; justify-content:center; align-items:center; color:rgba(255, 255, 255, 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:flex;}
	.uk-lightbox-toolbar {padding:10px 10px; background:rgba(0, 0, 0, 0.3); color:rgba(255, 255, 255, 0.7);}
	.uk-lightbox-toolbar > * {color:rgba(255, 255, 255, 0.7);}
	.uk-lightbox-toolbar-icon {padding:5px; color:rgba(255, 255, 255, 0.7);}
	.uk-lightbox-toolbar-icon:hover {color:#fff;}
	.uk-lightbox-button {box-sizing:border-box; width:50px; height:50px; background:rgba(0, 0, 0, 0.3); color:rgba(255, 255, 255, 0.7); display:inline-flex; justify-content:center; align-items:center;}
	.uk-lightbox-button:hover {color:#fff;}
	.uk-lightbox-caption:empty {display:none;}
	.uk-lightbox-iframe {width:80%; height:80%;}

/* ANIMATION */

	[class*="uk-animation-"] {animation:0.5s ease-out both;}
	.uk-animation-fade {animation-name:uk-fade; animation-duration:0.8s; animation-timing-function:linear;}
	.uk-animation-scale-up {animation-name:uk-fade, uk-scale-up;}
	.uk-animation-scale-down {animation-name:uk-fade, uk-scale-down;}
	.uk-animation-slide-top {animation-name:uk-fade, uk-slide-top;}
	.uk-animation-slide-bottom {animation-name:uk-fade, uk-slide-bottom;}
	.uk-animation-slide-left {animation-name:uk-fade, uk-slide-left;}
	.uk-animation-slide-right {animation-name:uk-fade, uk-slide-right;}
	.uk-animation-slide-top-small {animation-name:uk-fade, uk-slide-top-small;}
	.uk-animation-slide-bottom-small {animation-name:uk-fade, uk-slide-bottom-small;}
	.uk-animation-slide-left-small {animation-name:uk-fade, uk-slide-left-small;}
	.uk-animation-slide-right-small {animation-name:uk-fade, uk-slide-right-small;}
	.uk-animation-slide-top-medium {animation-name:uk-fade, uk-slide-top-medium;}
	.uk-animation-slide-bottom-medium {animation-name:uk-fade, uk-slide-bottom-medium;}
	.uk-animation-slide-left-medium {animation-name:uk-fade, uk-slide-left-medium;}
	.uk-animation-slide-right-medium {animation-name:uk-fade, uk-slide-right-medium;}
	.uk-animation-kenburns {animation-name:uk-kenburns; animation-duration:15s;}
	.uk-animation-shake {animation-name:uk-shake;}
	.uk-animation-stroke {animation-name:uk-stroke; animation-duration:2s; stroke-dasharray:var(--uk-animation-stroke);}
	.uk-animation-reverse {animation-direction:reverse; animation-timing-function:ease-in;}
	.uk-animation-fast {animation-duration:0.1s;}
	.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {animation-name:none;}

	@keyframes uk-fade {
	0% {opacity:0;}
	100% {opacity:1;}
	}
	@keyframes uk-scale-up {
	0% {transform:scale(0.9);}
	100% {transform:scale(1);}
	}
	@keyframes uk-scale-down {
	0% {transform:scale(1.1);}
	100% {transform:scale(1);}
	}
	@keyframes uk-slide-top {
	0% {transform:translateY(-100%);}
	100% {transform:translateY(0);}
	}
	@keyframes uk-slide-bottom {
	0% {transform:translateY(100%);}
	100% {transform:translateY(0);}
	}
	@keyframes uk-slide-left {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(0);}
	}
	@keyframes uk-slide-right {
	0% {transform:translateX(100%);}
	100% {transform:translateX(0);}
	}
	@keyframes uk-slide-top-small {
	0% {transform:translateY(-10px);}
	100% {transform:translateY(0);}
	}
	@keyframes uk-slide-bottom-small {
	0% {transform:translateY(10px);}
	100% {transform:translateY(0);}
	}
	@keyframes uk-slide-left-small {
	0% {transform:translateX(-10px);}
	100% {transform:translateX(0);}
	}
	@keyframes uk-slide-right-small {
	0% {transform:translateX(10px);}
	100% {transform:translateX(0);}
	}
	@keyframes uk-slide-top-medium {
	0% {transform:translateY(-50px);}
	100% {transform:translateY(0);}
	}
	@keyframes uk-slide-bottom-medium {
	0% {transform:translateY(50px);}
	100% {transform:translateY(0);}
	}
	@keyframes uk-slide-left-medium {
	0% {transform:translateX(-50px);}
	100% {transform:translateX(0);}
	}
	@keyframes uk-slide-right-medium {
	0% {transform:translateX(50px);}
	100% {transform:translateX(0);}
	}
	@keyframes uk-kenburns {
	0% {transform:scale(1);}
	100% {transform:scale(1.2);}
	}
	@keyframes uk-shake {
	0%, 100% {transform:translateX(0);}
	10% {transform:translateX(-9px);}
	20% {transform:translateX(8px);}
	30% {transform:translateX(-7px);}
	40% {transform:translateX(6px);}
	50% {transform:translateX(-5px);}
	60% {transform:translateX(4px);}
	70% {transform:translateX(-3px);}
	80% {transform:translateX(2px);}
	90% {transform:translateX(-1px);}
	}
	@keyframes uk-stroke {
	0% {stroke-dashoffset:var(--uk-animation-stroke);}
	100% {stroke-dashoffset:0;}
	}

/* CHILD WIDTH */

	[class*="uk-child-width"] > * {box-sizing:border-box; width:100%;}
	.uk-child-width-1-2 > * {width:50%;}
	.uk-child-width-1-3 > * {width:calc(100% / 3);}
	.uk-child-width-1-4 > * {width:25%;}
	.uk-child-width-1-5 > * {width:20%;}
	.uk-child-width-1-6 > * {width:calc(100% / 6);}
	.uk-child-width-auto > * {width:auto;}
	.uk-child-width-expand >:not([class*="uk-width"]) {flex:1; min-width:1px;}
	@media (min-width: 380px) {
	.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% / 3);}
	.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% / 6);}
	.uk-child-width-auto\@s > * {width:auto;}
	.uk-child-width-expand\@s >:not([class*="uk-width"]) {flex:1; min-width:1px;}
	.uk-child-width-1-1\@s >:not([class*="uk-width"]), .uk-child-width-1-2\@s >:not([class*="uk-width"]), .uk-child-width-1-3\@s >:not([class*="uk-width"]), .uk-child-width-1-4\@s >:not([class*="uk-width"]), .uk-child-width-1-5\@s >:not([class*="uk-width"]), .uk-child-width-1-6\@s >:not([class*="uk-width"]), .uk-child-width-auto\@s >:not([class*="uk-width"]) {flex:initial;}
	}
	@media (min-width: 1200px) {
	.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% / 3);}
	.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% / 6);}
	.uk-child-width-auto\@m > * {width:auto;}
	.uk-child-width-expand\@m >:not([class*="uk-width"]) {flex:1; min-width:1px;}
	.uk-child-width-1-1\@m >:not([class*="uk-width"]), .uk-child-width-1-2\@m >:not([class*="uk-width"]), .uk-child-width-1-3\@m >:not([class*="uk-width"]), .uk-child-width-1-4\@m >:not([class*="uk-width"]), .uk-child-width-1-5\@m >:not([class*="uk-width"]), .uk-child-width-1-6\@m >:not([class*="uk-width"]), .uk-child-width-auto\@m >:not([class*="uk-width"]) {flex:initial;}
	}
	@media (min-width: 1400px) {
	.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% / 3);}
	.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% / 6);}
	.uk-child-width-auto\@l > * {width:auto;}
	.uk-child-width-expand\@l >:not([class*="uk-width"]) {flex:1; min-width:1px;}
	.uk-child-width-1-1\@l >:not([class*="uk-width"]), .uk-child-width-1-2\@l >:not([class*="uk-width"]), .uk-child-width-1-3\@l >:not([class*="uk-width"]), .uk-child-width-1-4\@l >:not([class*="uk-width"]), .uk-child-width-1-5\@l >:not([class*="uk-width"]), .uk-child-width-1-6\@l >:not([class*="uk-width"]), .uk-child-width-auto\@l >:not([class*="uk-width"]) {flex:initial;}
	}
	@media (min-width: 1800px) {
	.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% / 3);}
	.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% / 6);}
	.uk-child-width-auto\@xl > * {width:auto;}
	.uk-child-width-expand\@xl >:not([class*="uk-width"]) {flex:1; min-width:1px;}
	.uk-child-width-1-1\@xl >:not([class*="uk-width"]), .uk-child-width-1-2\@xl >:not([class*="uk-width"]), .uk-child-width-1-3\@xl >:not([class*="uk-width"]), .uk-child-width-1-4\@xl >:not([class*="uk-width"]), .uk-child-width-1-5\@xl >:not([class*="uk-width"]), .uk-child-width-1-6\@xl >:not([class*="uk-width"]), .uk-child-width-auto\@xl >:not([class*="uk-width"]) {flex:initial;}
	}

/* WIDTH */

	[class*="uk-width"] {box-sizing:border-box; width:100%; max-width:100%;}
	.uk-width-1-2 {width:50%;}
	.uk-width-1-3 {width:calc(100% / 3);}
	.uk-width-2-3 {width:calc(200% / 3);}
	.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% / 6);}
	.uk-width-5-6 {width:calc(500% / 6);}
	.uk-width-small {width:150px;}
	.uk-width-medium {width:300px;}
	.uk-width-large {width:450px;}
	.uk-width-xlarge {width:600px;}
	.uk-width-2xlarge {width:750px;}
	.uk-width-auto {width:auto;}
	.uk-width-expand {flex:1; min-width:1px;}
	@media (min-width: 380px) {
	.uk-width-1-1\@s {width:100%;}
	.uk-width-1-2\@s {width:50%;}
	.uk-width-1-3\@s {width:calc(100% / 3);}
	.uk-width-2-3\@s {width:calc(200% / 3);}
	.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% / 6);}
	.uk-width-5-6\@s {width:calc(500% / 6);}
	.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-2xlarge\@s {width:750px;}
	.uk-width-auto\@s {width:auto;}
	.uk-width-expand\@s {flex:1; min-width:1px;}
	.uk-width-1-1\@s, .uk-width-1-2\@s, .uk-width-1-3\@s, .uk-width-2-3\@s, .uk-width-1-4\@s, .uk-width-3-4\@s, .uk-width-1-5\@s, .uk-width-2-5\@s, .uk-width-3-5\@s, .uk-width-4-5\@s, .uk-width-1-6\@s, .uk-width-5-6\@s, .uk-width-small\@s, .uk-width-medium\@s, .uk-width-large\@s, .uk-width-xlarge\@s, .uk-width-2xlarge\@s, .uk-width-auto\@s {flex:initial;}
	}
	@media (min-width: 1200px) {
	.uk-width-1-1\@m {width:100%;}
	.uk-width-1-2\@m {width:50%;}
	.uk-width-1-3\@m {width:calc(100% / 3);}
	.uk-width-2-3\@m {width:calc(200% / 3);}
	.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% / 6);}
	.uk-width-5-6\@m {width:calc(500% / 6);}
	.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-2xlarge\@m {width:750px;}
	.uk-width-auto\@m {width:auto;}
	.uk-width-expand\@m {flex:1; min-width:1px;}
	.uk-width-1-1\@m, .uk-width-1-2\@m, .uk-width-1-3\@m, .uk-width-2-3\@m, .uk-width-1-4\@m, .uk-width-3-4\@m, .uk-width-1-5\@m, .uk-width-2-5\@m, .uk-width-3-5\@m, .uk-width-4-5\@m, .uk-width-1-6\@m, .uk-width-5-6\@m, .uk-width-small\@m, .uk-width-medium\@m, .uk-width-large\@m, .uk-width-xlarge\@m, .uk-width-2xlarge\@m, .uk-width-auto\@m {flex:initial;}
	}
	@media (min-width: 1400px) {
	.uk-width-1-1\@l {width:100%;}
	.uk-width-1-2\@l {width:50%;}
	.uk-width-1-3\@l {width:calc(100% / 3);}
	.uk-width-2-3\@l {width:calc(200% / 3);}
	.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% / 6);}
	.uk-width-5-6\@l {width:calc(500% / 6);}
	.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-2xlarge\@l {width:750px;}
	.uk-width-auto\@l {width:auto;}
	.uk-width-expand\@l {flex:1; min-width:1px;}
	.uk-width-1-1\@l, .uk-width-1-2\@l, .uk-width-1-3\@l, .uk-width-2-3\@l, .uk-width-1-4\@l, .uk-width-3-4\@l, .uk-width-1-5\@l, .uk-width-2-5\@l, .uk-width-3-5\@l, .uk-width-4-5\@l, .uk-width-1-6\@l, .uk-width-5-6\@l, .uk-width-small\@l, .uk-width-medium\@l, .uk-width-large\@l, .uk-width-xlarge\@l, .uk-width-2xlarge\@l, .uk-width-auto\@l {flex:initial;}
	}
	@media (min-width: 1800px) {
	.uk-width-1-1\@xl {width:100%;}
	.uk-width-1-2\@xl {width:50%;}
	.uk-width-1-3\@xl {width:calc(100% / 3);}
	.uk-width-2-3\@xl {width:calc(200% / 3);}
	.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% / 6);}
	.uk-width-5-6\@xl {width:calc(500% / 6);}
	.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-2xlarge\@xl {width:750px;}
	.uk-width-auto\@xl {width:auto;}
	.uk-width-expand\@xl {flex:1; min-width:1px;}
	.uk-width-1-1\@xl, .uk-width-1-2\@xl, .uk-width-1-3\@xl, .uk-width-2-3\@xl, .uk-width-1-4\@xl, .uk-width-3-4\@xl, .uk-width-1-5\@xl, .uk-width-2-5\@xl, .uk-width-3-5\@xl, .uk-width-4-5\@xl, .uk-width-1-6\@xl, .uk-width-5-6\@xl, .uk-width-small\@xl, .uk-width-medium\@xl, .uk-width-large\@xl, .uk-width-xlarge\@xl, .uk-width-2xlarge\@xl, .uk-width-auto\@xl {flex:initial;}
	}
	.uk-width-max-content {width:max-content;}
	.uk-width-min-content {width:min-content;}

	.uk-width-fit {width: fit-content;}

/* HEIGHT */

	[class*="uk-height"] {box-sizing:border-box;}
	.uk-height-1-1 {height:100%;}
	.uk-height-viewport {min-height:100vh;}
	.uk-height-viewport-2 {min-height:200vh;}
	.uk-height-viewport-3 {min-height:300vh;}
	.uk-height-viewport-4 {min-height:400vh;}
	.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;}

/* COVER */

	[uk-cover]:where(canvas, iframe, svg), [data-uk-cover]:where(canvas, iframe, svg) {max-width:none; position:absolute; left:50%; top:50%; --uk-position-translate-x:-50%; --uk-position-translate-y:-50%; transform:translate(var(--uk-position-translate-x), var(--uk-position-translate-y));}
	iframe[uk-cover], iframe[data-uk-cover] {pointer-events:none;}
	[uk-cover]:where(img, video), [data-uk-cover]:where(img, video) {position:absolute; top:0; left:0; width:100%; height:100%; box-sizing:border-box; object-fit:cover; object-position:center;}
	.uk-cover-container {overflow:hidden; position:relative;}

/* BACKGROUND */

	.uk-background-default {background-color:#fff;}
	.uk-background-muted {background-color:#F7F7FA;}
	.uk-background-primary {background-color:#0053B2;}
	.uk-background-secondary {background-color:#50AFA9;}
	.uk-background-tertiary {background-color:#DC6200;}
	.uk-background-dark {background-color:#414756;}
	.uk-background-cover, .uk-background-contain, .uk-background-width-1-1, .uk-background-height-1-1 {background-position:50% 50%; background-repeat:no-repeat;}
	.uk-background-cover {background-size:cover;}
	.uk-background-contain {background-size:contain;}
	.uk-background-width-1-1 {background-size:100%;}
	.uk-background-height-1-1 {background-size:auto 100%;}
	.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; backface-visibility:hidden;}
	@media (pointer: coarse) {
	.uk-background-fixed {background-attachment:scroll;}
	}
	@media (max-width: 379px) {
	.uk-background-image\@s {background-image:none !important;}
	}
	@media (max-width: 1199px) {
	.uk-background-image\@m {background-image:none !important;}
	}
	@media (max-width: 1499px) {
	.uk-background-image\@l {background-image:none !important;}
	}
	@media (max-width: 1799px) {
	.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;}

/* ALIGN */

	[class*="uk-align"] {display:block; margin-bottom:30px;}
	* + [class*="uk-align"] {margin-top:30px;}
	.uk-align-center {margin-left:auto; margin-right:auto;}
	.uk-align-left {margin-top:0; margin-right:30px; float:left;}
	.uk-align-right {margin-top:0; margin-left:30px; float:right;}
	@media (min-width: 380px) {
	.uk-align-left\@s {margin-top:0; margin-right:30px; float:left;}
	.uk-align-right\@s {margin-top:0; margin-left:30px; float:right;}
	}
	@media (min-width: 1200px) {
	.uk-align-left\@m {margin-top:0; margin-right:30px; float:left;}
	.uk-align-right\@m {margin-top:0; margin-left:30px; float:right;}
	}
	@media (min-width: 1400px) {
	.uk-align-left\@l {margin-top:0; float:left;}
	.uk-align-right\@l {margin-top:0; float:right;}
	.uk-align-left, .uk-align-left\@s, .uk-align-left\@m, .uk-align-left\@l {margin-right:40px;}
	.uk-align-right, .uk-align-right\@s, .uk-align-right\@m, .uk-align-right\@l {margin-left:40px;}
	}
	@media (min-width: 1800px) {
	.uk-align-left\@xl {margin-top:0; margin-right:40px; float:left;}
	.uk-align-right\@xl {margin-top:0; margin-left:40px; float:right;}
	}	

/* PANEL */

	.uk-panel {display:flow-root; position:relative; box-sizing:border-box;}
	.uk-panel >:last-child {margin-bottom:0;}
	.uk-panel-scrollable {height:170px; padding:10px; border:0.5px solid #e5e5e5; overflow:auto; resize:both;}

/* CLEARFIX */

	.uk-clearfix::before {content:""; display:table-cell;}
	.uk-clearfix::after {content:""; display:table; clear:both;}

/* FLOAT */

	.uk-float-left {float:left;}
	.uk-float-right {float:right;}
	[class*="uk-float-"] {max-width:100%;}

/* OVERFLOW */

	.uk-overflow-hidden {overflow:hidden;}
	.uk-overflow-auto {overflow:auto;}
	.uk-overflow-auto >:last-child {margin-bottom:0;}

/* BOX */

	.uk-box-sizing-content {box-sizing:content-box;}
	.uk-box-sizing-border {box-sizing:border-box;}

/* RESIZE */

	.uk-resize {resize:both;}
	.uk-resize-horizontal {resize:horizontal;}
	.uk-resize-vertical {resize:vertical;}

/* DISPLAY */

	.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;}

/* PRESERVE */

	.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {max-width:none;}
	.uk-responsive-width, .uk-responsive-height {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-responsive], [data-uk-responsive] {max-width:100%;}

/* OBJECT */

	.uk-object-cover {object-fit:cover;}
	.uk-object-contain {object-fit:contain;}
	.uk-object-fill {object-fit:fill;}
	.uk-object-none {object-fit:none;}
	.uk-object-scale-down {object-fit:scale-down;}
	.uk-object-top-left {object-position:0 0;}
	.uk-object-top-center {object-position:50% 0;}
	.uk-object-top-right {object-position:100% 0;}
	.uk-object-center-left {object-position:0 50%;}
	.uk-object-center-center {object-position:50% 50%;}
	.uk-object-center-right {object-position:100% 50%;}
	.uk-object-bottom-left {object-position:0 100%;}
	.uk-object-bottom-center {object-position:50% 100%;}
	.uk-object-bottom-right {object-position:100% 100%;}

/* BORDER */

	.uk-border-circle {border-radius:50%;}
	.uk-border-pill {border-radius:500px;}

	.uk-border-rounded-xsmall {border-radius:5px;}
	.uk-border-rounded-small {border-radius:10px;}
	.uk-border-rounded {border-radius:20px;}
	.uk-border-rounded-large {border-radius:30px;}
	.uk-border-rounded-xlarge {border-radius:40px;}

	.uk-inline-clip[class*="uk-border-"] {-webkit-transform:translateZ(0);}

	.uk-border {border: 0.5px solid #e5e5e5;}
	.uk-border-top {border-top: 0.5px solid #e5e5e5;}
	.uk-border-right {border-right: 0.5px solid #e5e5e5;}
	.uk-border-bottom {border-bottom: 0.5px solid #e5e5e5;}
	.uk-border-left {border-left: 0.5px solid #e5e5e5;}

	.uk-light .uk-border, .uk-light.uk-border {border: 0.5px solid rgba(255, 255, 255, 0.2);}
	.uk-light .uk-border-top, .uk-light.uk-border-top  {border-top-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-border-right, .uk-light.uk-border-right {border-right-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-border-bottom, .uk-light.uk-border-bottom {border-bottom-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-border-left, .uk-light.uk-border-left {border-left-color:rgba(255, 255, 255, 0.2);}

/* SHADOW */

	.uk-box-shadow-small {box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);}
	.uk-box-shadow-medium {box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}
	.uk-box-shadow-large {box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	.uk-box-shadow-xlarge {box-shadow:0 28px 50px rgba(0, 0, 0, 0.16);}
	[class*="uk-box-shadow-hover"] {transition:box-shadow 0.1s ease-in-out;}
	.uk-box-shadow-hover-small:hover {box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);}
	.uk-box-shadow-hover-medium:hover {box-shadow:0 5px 15px rgba(0, 0, 0, 0.08);}
	.uk-box-shadow-hover-large:hover {box-shadow:0 14px 25px rgba(0, 0, 0, 0.16);}
	.uk-box-shadow-hover-xlarge:hover {box-shadow:0 28px 50px rgba(0, 0, 0, 0.16);}
	@supports (filter:blur(0)) {
	.uk-box-shadow-bottom {display:inline-block; position:relative; z-index:0; max-width:100%; vertical-align:middle;}
	.uk-box-shadow-bottom::after {content:""; position:absolute; bottom:-30px; left:0; right:0; z-index:-1; height:30px; border-radius:100%; background:#444; filter:blur(20px); will-change:filter;}
	}

	.uk-box-shadow-primary-small {box-shadow:0 2px 8px rgba(165,28,19, 0.08);}
	.uk-box-shadow-primary-medium {box-shadow:0 5px 15px rgba(165,28,19, 0.08);}
	.uk-box-shadow-primary-large {box-shadow:0 14px 25px rgba(165,28,19, 0.16);}
	.uk-box-shadow-primary-xlarge {box-shadow:0 28px 50px rgba(165,28,19, 0.16);}
	.uk-box-shadow-primary-hover-small:hover {box-shadow:0 2px 8px rgba(165,28,19, 0.08);}
	.uk-box-shadow-primary-hover-medium:hover {box-shadow:0 5px 15px rgba(165,28,19, 0.08);}
	.uk-box-shadow-primary-hover-large:hover {box-shadow:0 14px 25px rgba(165,28,19, 0.16);}
	.uk-box-shadow-primary-hover-xlarge:hover {box-shadow:0 28px 50px rgba(165,28,19, 0.16);}

	.uk-box-shadow-secondary-small {box-shadow:0 2px 8px rgba(45,71,121, 0.08);}
	.uk-box-shadow-secondary-medium {box-shadow:0 5px 15px rgba(45,71,121, 0.08);}
	.uk-box-shadow-secondary-large {box-shadow:0 14px 25px rgba(45,71,121, 0.16);}
	.uk-box-shadow-secondary-xlarge {box-shadow:0 28px 50px rgba(45,71,121, 0.16);}
	.uk-box-shadow-secondary-hover-small:hover {box-shadow:0 2px 8px rgba(45,71,121, 0.08);}
	.uk-box-shadow-secondary-hover-medium:hover {box-shadow:0 5px 15px rgba(45,71,121, 0.08);}
	.uk-box-shadow-secondary-hover-large:hover {box-shadow:0 14px 25px rgba(45,71,121, 0.16);}
	.uk-box-shadow-secondary-hover-xlarge:hover {box-shadow:0 28px 50px rgba(45,71,121, 0.16);}

	.uk-box-shadow-tertiary-small {box-shadow:0 2px 8px rgba(210,180,140, 0.08);}
	.uk-box-shadow-tertiary-medium {box-shadow:0 5px 15px rgba(210,180,140, 0.08);}
	.uk-box-shadow-tertiary-large {box-shadow:0 14px 25px rgba(210,180,140, 0.16);}
	.uk-box-shadow-tertiary-xlarge {box-shadow:0 28px 50px rgba(210,180,140, 0.16);}
	.uk-box-shadow-tertiary-hover-small:hover {box-shadow:0 2px 8px rgba(210,180,140, 0.08);}
	.uk-box-shadow-tertiary-hover-medium:hover {box-shadow:0 5px 15px rgba(210,180,140, 0.08);}
	.uk-box-shadow-tertiary-hover-large:hover {box-shadow:0 14px 25px rgba(210,180,140, 0.16);}
	.uk-box-shadow-tertiary-hover-xlarge:hover {box-shadow:0 28px 50px rgba(210,180,140, 0.16);}

/* DROPCAP */

	.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%;}
	}

/* LOGO */

	.uk-logo {font-size:calc(1.275rem + 0.3vw);line-height:1.2; color:#333; text-decoration:none;}
	@media (min-width: 1400px) {
		.uk-logo {font-size:1.5rem;line-height:1.2; color:#333; text-decoration:none;}
	}
	:where(.uk-logo) {display:inline-block; vertical-align:middle;}
	.uk-logo:hover {color:#333; text-decoration:none;}
	.uk-logo:where(img, svg, video) {display:block;}
	.uk-logo-inverse {display:none;}

	.uk-light .uk-logo {color:#fff;}
	.uk-light .uk-logo:hover {color:#fff;}
	.uk-light .uk-logo:has(.uk-logo-inverse) >:not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) {display:none;}
	.uk-light .uk-logo-inverse {display:block;}

/* DISABLED */

	.uk-disabled {pointer-events:none;}

/* DRAG */

	.uk-drag, .uk-drag * {cursor:move;}
	.uk-drag iframe {pointer-events:none;}
	.uk-dragover {box-shadow:0 0 20px rgba(100, 100, 100, 0.3);}

/* BLEND */

	.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;}

/* TRANSFORM */

	.uk-transform-center {transform:translate(-50%, -50%);}
	.uk-transform-origin-top-left {transform-origin:0 0;}
	.uk-transform-origin-top-center {transform-origin:50% 0;}
	.uk-transform-origin-top-right {transform-origin:100% 0;}
	.uk-transform-origin-center-left {transform-origin:0 50%;}
	.uk-transform-origin-center-right {transform-origin:100% 50%;}
	.uk-transform-origin-bottom-left {transform-origin:0 100%;}
	.uk-transform-origin-bottom-center {transform-origin:50% 100%;}
	.uk-transform-origin-bottom-right {transform-origin:100% 100%;}

/* FLEX */

	.uk-flex {display:flex;}
	.uk-flex-inline {display:inline-flex;}
	.uk-flex-left {justify-content:flex-start;}
	.uk-flex-center {justify-content:center;}
	.uk-flex-right {justify-content:flex-end;}
	.uk-flex-between {justify-content:space-between;}
	.uk-flex-around {justify-content:space-around;}
	@media (min-width: 380px) {
	.uk-flex-left\@s {justify-content:flex-start;}
	.uk-flex-center\@s {justify-content:center;}
	.uk-flex-right\@s {justify-content:flex-end;}
	.uk-flex-between\@s {justify-content:space-between;}
	.uk-flex-around\@s {justify-content:space-around;}
	}
	@media (min-width: 1200px) {
	.uk-flex-left\@m {justify-content:flex-start;}
	.uk-flex-center\@m {justify-content:center;}
	.uk-flex-right\@m {justify-content:flex-end;}
	.uk-flex-between\@m {justify-content:space-between;}
	.uk-flex-around\@m {justify-content:space-around;}
	}
	@media (min-width: 1400px) {
	.uk-flex-left\@l {justify-content:flex-start;}
	.uk-flex-center\@l {justify-content:center;}
	.uk-flex-right\@l {justify-content:flex-end;}
	.uk-flex-between\@l {justify-content:space-between;}
	.uk-flex-around\@l {justify-content:space-around;}
	}
	@media (min-width: 1800px) {
	.uk-flex-left\@xl {justify-content:flex-start;}
	.uk-flex-center\@xl {justify-content:center;}
	.uk-flex-right\@xl {justify-content:flex-end;}
	.uk-flex-between\@xl {justify-content:space-between;}
	.uk-flex-around\@xl {justify-content:space-around;}
	}
	.uk-flex-stretch {align-items:stretch;}
	.uk-flex-top {align-items:flex-start;}
	.uk-flex-middle {align-items:center;}
	.uk-flex-bottom {align-items:flex-end;}
	@media (min-width: 380px) {
	.uk-flex-stretch\@s {align-items:stretch;}
	.uk-flex-top\@s {align-items:flex-start;}
	.uk-flex-middle\@s {align-items:center;}
	.uk-flex-bottom\@s {align-items:flex-end;}
	}
	@media (min-width: 1200px) {
	.uk-flex-stretch\@m {align-items:stretch;}
	.uk-flex-top\@m {align-items:flex-start;}
	.uk-flex-middle\@m {align-items:center;}
	.uk-flex-bottom\@m {align-items:flex-end;}
	}
	@media (min-width: 1400px) {
	.uk-flex-stretch\@l {align-items:stretch;}
	.uk-flex-top\@l {align-items:flex-start;}
	.uk-flex-middle\@l {align-items:center;}
	.uk-flex-bottom\@l {align-items:flex-end;}
	}
	@media (min-width: 1800px) {
	.uk-flex-stretch\@xl {align-items:stretch;}
	.uk-flex-top\@xl {align-items:flex-start;}
	.uk-flex-middle\@xl {align-items:center;}
	.uk-flex-bottom\@xl {align-items:flex-end;}
	}
	.uk-flex-row {flex-direction:row;}
	.uk-flex-row-reverse {flex-direction:row-reverse;}
	.uk-flex-column {flex-direction:column;}
	.uk-flex-column-reverse {flex-direction:column-reverse;}
	@media (min-width: 380px) {
	.uk-flex-row\@s {flex-direction:row;}
	.uk-flex-column\@s {flex-direction:column;}
	}
	@media (min-width: 1200px) {
	.uk-flex-row\@m {flex-direction:row;}
	.uk-flex-column\@m {flex-direction:column;}
	}
	@media (min-width: 1400px) {
	.uk-flex-row\@l {flex-direction:row;}
	.uk-flex-column\@l {flex-direction:column;}
	}
	@media (min-width: 1800px) {
	.uk-flex-row\@xl {flex-direction:row;}
	.uk-flex-column\@xl {flex-direction:column;}
	}
	.uk-flex-nowrap {flex-wrap:nowrap;}
	.uk-flex-wrap {flex-wrap:wrap;}
	.uk-flex-wrap-reverse {flex-wrap:wrap-reverse;}
	.uk-flex-wrap-stretch {align-content:stretch;}
	.uk-flex-wrap-top {align-content:flex-start;}
	.uk-flex-wrap-middle {align-content:center;}
	.uk-flex-wrap-bottom {align-content:flex-end;}
	.uk-flex-wrap-between {align-content:space-between;}
	.uk-flex-wrap-around {align-content:space-around;}
	.uk-flex-first {order:-1;}
	.uk-flex-last {order:99;}
	@media (min-width: 380px) {
	.uk-flex-first\@s {order:-1;}
	.uk-flex-last\@s {order:99;}
	}
	@media (min-width: 1200px) {
	.uk-flex-first\@m {order:-1;}
	.uk-flex-last\@m {order:99;}
	}
	@media (min-width: 1400px) {
	.uk-flex-first\@l {order:-1;}
	.uk-flex-last\@l {order:99;}
	}
	@media (min-width: 1800px) {
	.uk-flex-first\@xl {order:-1;}
	.uk-flex-last\@xl {order:99;}
	}
	.uk-flex-initial {flex:initial;}
	.uk-flex-none {flex:none;}
	.uk-flex-auto {flex:auto;}
	.uk-flex-1 {flex:1;}
	@media (min-width: 380px) {
	.uk-flex-initial\@s {flex:initial;}
	.uk-flex-none\@s {flex:none;}
	.uk-flex-1\@s {flex:1;}
	}
	@media (min-width: 1200px) {
	.uk-flex-initial\@m {flex:initial;}
	.uk-flex-none\@m {flex:none;}
	.uk-flex-1\@m {flex:1;}
	}
	@media (min-width: 1400px) {
	.uk-flex-initial\@l {flex:initial;}
	.uk-flex-none\@l {flex:none;}
	.uk-flex-1\@l {flex:1;}
	}
	@media (min-width: 1800px) {
	.uk-flex-initial\@xl {flex:initial;}
	.uk-flex-none\@xl {flex:none;}
	.uk-flex-1\@xl {flex:1;}
	}

/* MARGIN */

	.uk-margin {margin-bottom:20px;}
	* + .uk-margin {margin-top:20px !important;}
	.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 {margin-top:10px !important;}
	.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 {margin-top:40px !important;}
	.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 {margin-top:40px !important;}
	.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: 1400px) {
	.uk-margin-large {margin-bottom:70px;}
	* + .uk-margin-large {margin-top:70px !important;}
	.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 {margin-top:70px !important;}
	.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: 1400px) {
	.uk-margin-xlarge {margin-bottom:140px;}
	* + .uk-margin-xlarge {margin-top:140px !important;}
	.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-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;}
	@media (min-width: 380px) {
	.uk-margin-auto\@s {margin-left:auto !important; margin-right:auto !important;}
	.uk-margin-auto-left\@s {margin-left:auto !important;}
	.uk-margin-auto-right\@s {margin-right:auto !important;}
	}
	@media (min-width: 1200px) {
	.uk-margin-auto\@m {margin-left:auto !important; margin-right:auto !important;}
	.uk-margin-auto-left\@m {margin-left:auto !important;}
	.uk-margin-auto-right\@m {margin-right:auto !important;}
	}
	@media (min-width: 1400px) {
	.uk-margin-auto\@l {margin-left:auto !important; margin-right:auto !important;}
	.uk-margin-auto-left\@l {margin-left:auto !important;}
	.uk-margin-auto-right\@l {margin-right:auto !important;}
	}
	@media (min-width: 1800px) {
	.uk-margin-auto\@xl {margin-left:auto !important; margin-right:auto !important;}
	.uk-margin-auto-left\@xl {margin-left:auto !important;}
	.uk-margin-auto-right\@xl {margin-right:auto !important;}
	}
	@media (max-width: 379px) {
	.uk-margin-auto-to\@s {margin-left:auto !important; margin-right:auto !important;}
	}
	@media (max-width: 1199px) {
	.uk-margin-auto-to\@m {margin-left:auto !important; margin-right:auto !important;}
	}
	@media (max-width: 1399px) {
	.uk-margin-auto-to\@l {margin-left:auto !important; margin-right:auto !important;}
	}
	@media (max-width: 1799px) {
	.uk-margin-auto-to\@xl {margin-left:auto !important; margin-right:auto !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 + *, .uk-margin-remove-first-child >:first-child {margin-top:0 !important;}
	.uk-margin-remove-last-child >:last-child {margin-bottom:0 !important;}
	@media (min-width: 380px) {
	.uk-margin-remove-left\@s {margin-left:0 !important;}
	.uk-margin-remove-right\@s {margin-right:0 !important;}
	}
	@media (min-width: 1200px) {
	.uk-margin-remove-left\@m {margin-left:0 !important;}
	.uk-margin-remove-right\@m {margin-right:0 !important;}
	}
	@media (min-width: 1400px) {
	.uk-margin-remove-left\@l {margin-left:0 !important;}
	.uk-margin-remove-right\@l {margin-right:0 !important;}
	}
	@media (min-width: 1800px) {
	.uk-margin-remove-left\@xl {margin-left:0 !important;}
	.uk-margin-remove-right\@xl {margin-right:0 !important;}
	}

/* MARGIN EXT */

	@media (min-width: 1200px) {
		.uk-margin-grid-top\@m {margin-top:30px !important;}
		.uk-margin-grid-bottom\@m {margin-bottom:30px !important;}

		.uk-margin-top\@m {margin-top:20px !important;}
		.uk-margin-bottom\@m {margin-bottom:20px !important;}
		.uk-margin-small-bottom\@m {margin-bottom:10px !important;}
		.uk-margin-small-bottom\@m {margin-bottom:10px !important;}
		.uk-margin-medium-top\@m {margin-top:40px !important;}
		.uk-margin-medium-bottom\@m {margin-bottom:40px !important;}
		.uk-margin-large-top\@m {margin-top:40px !important;}
		.uk-margin-large-bottom\@m {margin-bottom:40px !important;}
		.uk-margin-xlarge-top\@m {margin-top:70px !important;}
		.uk-margin-xlarge-bottom\@m {margin-bottom:70px !important;}
		.uk-margin-remove-top\@m {margin-top:0 !important;}
		.uk-margin-remove-bottom\@m {margin-bottom:0 !important;}
	}
	@media (min-width: 1400px) {
		.uk-margin-large-top\@m {margin-top:70px !important;}
		.uk-margin-large-bottom\@m {margin-bottom:70px !important;}
		.uk-margin-xlarge-top\@m {margin-top:140px !important;}
		.uk-margin-xlarge-bottom\@m {margin-bottom:140px !important;}
	}
	@media (min-width: 1500px) {
		.uk-margin-grid-top\@m {margin-top:40px !important;}
		.uk-margin-grid-bottom\@m {margin-bottom:40px !important;}
	}

	@media (max-width: 1199px) {
		.uk-margin-grid-top-to\@m {margin-top:40px !important;}
		.uk-margin-grid-bottom-to\@m {margin-bottom:40px !important;}

		.uk-margin-top-to\@m {margin-top:20px !important;}
		.uk-margin-bottom-to\@m {margin-bottom:20px !important;}
		.uk-margin-small-top-to\@m {margin-top:10px !important;}
		.uk-margin-small-bottom-to\@m {margin-bottom:10px !important;}
		.uk-margin-medium-top-to\@m {margin-top:40px !important;}
		.uk-margin-medium-bottom-to\@m {margin-bottom:40px !important;}
		.uk-margin-large-top-to\@m {margin-top:40px !important;}
		.uk-margin-large-bottom-to\@m {margin-bottom:40px !important;}
		.uk-margin-xlarge-top-to\@m {margin-top:70px !important;}
		.uk-margin-xlarge-bottom-to\@m {margin-bottom:70px !important;}
		.uk-margin-remove-top-to\@m {margin-top:0 !important;}
		.uk-margin-remove-bottom-to\@m {margin-bottom:0 !important;}

	}

/* PADDING */

	.uk-padding {padding:30px;}
	@media (min-width: 1400px) {
	.uk-padding {padding:40px;}
	}
	.uk-padding-small {padding:15px;}
	.uk-padding-large {padding:40px;}
	@media (min-width: 1400px) {
	.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;}

/* POSITION */

	:root {--uk-position-margin-offset:0px;}
	[class*="uk-position-top"], [class*="uk-position-bottom"], [class*="uk-position-left"], [class*="uk-position-right"], [class*="uk-position-center"] {position:absolute !important; max-width:calc(100% - (var(--uk-position-margin-offset) * 2)); box-sizing:border-box;}
	.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:calc(50% - var(--uk-position-margin-offset)); left:calc(50% - var(--uk-position-margin-offset)); --uk-position-translate-x:-50%; --uk-position-translate-y:-50%; transform:translate(var(--uk-position-translate-x), var(--uk-position-translate-y)); width:max-content;}
	[class*="uk-position-center-left"], [class*="uk-position-center-right"], .uk-position-center-vertical {top:calc(50% - var(--uk-position-margin-offset)); --uk-position-translate-y:-50%; transform:translate(0, var(--uk-position-translate-y));}
	.uk-position-center-left {left:0;}
	.uk-position-center-right {right:0;}
	.uk-position-center-vertical {left:0; right:0;}
	.uk-position-center-left-out {right:100%; width:max-content;}
	.uk-position-center-right-out {left:100%; width:max-content;}
	.uk-position-top-center, .uk-position-bottom-center, .uk-position-center-horizontal {left:calc(50% - var(--uk-position-margin-offset)); --uk-position-translate-x:-50%; transform:translate(var(--uk-position-translate-x), 0); width:max-content;}
	.uk-position-top-center {top:0;}
	.uk-position-bottom-center {bottom:0;}
	.uk-position-center-horizontal {top:0; bottom:0;}
	.uk-position-cover {position:absolute; top:0; bottom:0; left:0; right:0;}
	.uk-position-small {margin:15px; --uk-position-margin-offset:15px;}
	.uk-position-medium {margin:30px; --uk-position-margin-offset:30px;}
	.uk-position-large {margin:30px; --uk-position-margin-offset:30px;}
	@media (min-width: 1400px) {
	.uk-position-large {margin:50px; --uk-position-margin-offset:50px;}
	}
	.uk-position-relative {position:relative !important;}
	.uk-position-absolute {position:absolute !important;}
	.uk-position-fixed {position:fixed !important;}
	.uk-position-sticky {position:sticky !important;}
	.uk-position-z-index {z-index:1;}
	.uk-position-z-index-zero {z-index:0;}
	.uk-position-z-index-negative {z-index:-1;}
	.uk-position-z-index-high {z-index:990;}
	.uk-position-z-index-1{z-index:10}
	.uk-position-z-index-2{z-index:20}
	.uk-position-z-index-3{z-index:30}
	.uk-position-z-index-4{z-index:40}
	.uk-position-z-index-5{z-index:50}
	.uk-position-z-index-6{z-index:60}
	.uk-position-z-index-7{z-index:70}
	.uk-position-z-index-8{z-index:80}
	.uk-position-z-index-9{z-index:90}

/* TRANSITION */

	:where(.uk-transition-fade), :where([class*="uk-transition-scale"]), :where([class*="uk-transition-slide"]) {--uk-position-translate-x:0; --uk-position-translate-y:0;}
	.uk-transition-fade, [class*="uk-transition-scale"], [class*="uk-transition-slide"] {--uk-translate-x:0; --uk-translate-y:0; --uk-scale-x:1; --uk-scale-y:1; transform:translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y)); transition:0.3s ease-out; transition-property:opacity, transform, filter; opacity:0;}
	.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-toggle .uk-transition-fade:focus-within, .uk-transition-active.uk-active .uk-transition-fade {opacity:1;}
	[class*="uk-transition-scale"] {-webkit-backface-visibility:hidden;}
	.uk-transition-scale-up {--uk-scale-x:1; --uk-scale-y:1;}
	.uk-transition-scale-down {--uk-scale-x:1.03; --uk-scale-y:1.03;}
	.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle .uk-transition-scale-up:focus-within, .uk-transition-active.uk-active .uk-transition-scale-up {--uk-scale-x:1.03; --uk-scale-y:1.03; opacity:1;}
	.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-toggle .uk-transition-scale-down:focus-within, .uk-transition-active.uk-active .uk-transition-scale-down {--uk-scale-x:1; --uk-scale-y:1; opacity:1;}
	.uk-transition-slide-top {--uk-translate-y:-100%;}
	.uk-transition-slide-bottom {--uk-translate-y:100%;}
	.uk-transition-slide-left {--uk-translate-x:-100%;}
	.uk-transition-slide-right {--uk-translate-x:100%;}
	.uk-transition-slide-top-small {--uk-translate-y:calc(-1 * 10px);}
	.uk-transition-slide-bottom-small {--uk-translate-y:10px;}
	.uk-transition-slide-left-small {--uk-translate-x:calc(-1 * 10px);}
	.uk-transition-slide-right-small {--uk-translate-x:10px;}
	.uk-transition-slide-top-medium {--uk-translate-y:calc(-1 * 50px);}
	.uk-transition-slide-bottom-medium {--uk-translate-y:50px;}
	.uk-transition-slide-left-medium {--uk-translate-x:calc(-1 * 50px);}
	.uk-transition-slide-right-medium {--uk-translate-x:50px;}
	.uk-transition-toggle:hover [class*="uk-transition-slide"], .uk-transition-toggle:focus [class*="uk-transition-slide"], .uk-transition-toggle [class*="uk-transition-slide"]:focus-within, .uk-transition-active.uk-active [class*="uk-transition-slide"] {--uk-translate-x:0; --uk-translate-y:0; opacity:1;}
	.uk-transition-opaque {opacity:1;}
	.uk-transition-slow {transition-duration:0.7s;}
	.uk-transition-disable, .uk-transition-disable * {transition:none !important;}

/* OPACITY */

	.uk-opacity-0, .uk-opacity-off {opacity: 1;}
	.uk-opacity-5 {opacity: 0.95;}
	.uk-opacity-10 {opacity: 0.9;}
	.uk-opacity-15 {opacity: 0.85;}
	.uk-opacity-20 {opacity: 0.8;}
	.uk-opacity-25 {opacity: 0.75;}
	.uk-opacity-30 {opacity: 0.7;}
	.uk-opacity-35 {opacity: 0.65;}
	.uk-opacity-40 {opacity: 0.6;}
	.uk-opacity-45 {opacity: 0.55;}
	.uk-opacity-50 {opacity: 0.5;}
	.uk-opacity-55 {opacity: 0.45;}
	.uk-opacity-60 {opacity: 0.4;}
	.uk-opacity-65 {opacity: 0.35;}
	.uk-opacity-70 {opacity: 0.3;}
	.uk-opacity-75 {opacity: 0.25;}
	.uk-opacity-80 {opacity: 0.2;}
	.uk-opacity-85 {opacity: 0.15;}
	.uk-opacity-90 {opacity: 0.1;}
	.uk-opacity-95 {opacity: 0.05;}
	.uk-opacity-10, .uk-opacity {opacity: 0;}

/* IFRAME */

	.uk-iframe-ratio:not(.no-ratio) {overflow: hidden; position: relative; width:100%; }
	.uk-iframe-ratio:not(.no-ratio)::after {display: block; content: ''; }
	.uk-iframe-ratio:not(.no-ratio) iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	.uk-iframe-ratio.no-ratio iframe {max-width: 100%;}
	
	.uk-iframe-ratio.uk-ratio-16-9::after {padding-top: 56.25%;}
	.uk-iframe-ratio.uk-ratio-4-3::after {padding-top: 75%;}
	.uk-iframe-ratio.uk-ratio-3-4::after {padding-top: 125%;}
	.uk-iframe-ratio.uk-ratio-9-16::after {padding-top: 143.75%;}
	.uk-iframe-ratio.uk-ratio-1-1::after {padding-top: 100%;}
	.uk-iframe-ratio.uk-ratio-21-9::after {padding-top: 42,86%;}
	.uk-iframe-ratio.uk-ratio-9-21::after {padding-top: 157,14;}
	.uk-iframe-ratio.uk-ratio-32-9::after {padding-top: 28,13%;}
	.uk-iframe-ratio.uk-ratio-9-32::after {padding-top: 171,27%;}

/* YANDEX MAP */

	.uk-yandexmap-screen [class*="ymaps-2-1"][class*="-ground-pane"] {filter: grayscale(100%);}

/* COOKIES */

	#cookies-warning {transition: all ease 0.4s; transition-property: transform, opacity; transition-delay: 1s; opacity: 0; position: fixed; bottom: 0; width: 100%; transform: translateY(100%);}
	.loaded #cookies-warning.show {transform: translateY(-10%); opacity: 1;}

/* ADMIN UI */

	.link-to-admin {position: fixed; display: block; transform-origin: center; transition: all ease 0.5s; z-index: 5; text-align: center; width: 32px; height: 32px; bottom: 10px; left: 10px; color: #fff; fill: #747a96; mix-blend-mode: multiply; }
	.link-to-admin:hover {text-decoration: none;}
	.link-to-admin:hover {transform: rotate(180deg);}

/* VISIBILITY */

	[hidden], .uk-hidden {display:none !important;}
	@media (min-width: 380px) {
	.uk-hidden\@s {display:none !important;}
	}
	@media (min-width: 1200px) {
	.uk-hidden\@m {display:none !important;}
	}
	@media (min-width: 1400px) {
	.uk-hidden\@l {display:none !important;}
	}
	@media (min-width: 1800px) {
	.uk-hidden\@xl {display:none !important;}
	}
	@media (max-width: 379px) {
	.uk-visible\@s {display:none !important;}
	}
	@media (max-width: 1199px) {
	.uk-visible\@m {display:none !important;}
	}
	@media (max-width: 1499px) {
	.uk-visible\@l {display:none !important;}
	}
	@media (max-width: 1799px) {
	.uk-visible\@xl {display:none !important;}
	}
	.uk-invisible {visibility:hidden !important;}
	.uk-hidden-visually:not(:focus):not(:active):not(:focus-within), .uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; border:0 !important; margin:0 !important; overflow:hidden !important; clip-path:inset(50%) !important; white-space:nowrap !important;}
	.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {opacity:0 !important;}
	@media (hover: none) {
	.uk-hidden-touch {display:none !important;}
	}
	@media (hover) {
	.uk-hidden-notouch {display:none !important;}
	}

/* PRINT */

	@media print {
	*, *::before, *::after {background:transparent !important; color:black !important; box-shadow:none !important; text-shadow:none !important;}
	a, a:visited {text-decoration:underline;}
	pre, blockquote {border:1px solid #999; page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr, img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	@page {margin:0.5cm;}
	p, h2, h3 {orphans:3; widows:3;}
	h2, h3 {page-break-after:avoid;}
	}