a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
.uk-link-toggle:focus .uk-link-muted {
  color: #666666;
}
a.uk-link-text,
.uk-link-text a {
  color: inherit;
}
a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
.uk-link-toggle:focus .uk-link-text {
  color: #999999;
}
a.uk-link-heading,
.uk-link-heading a {
  color: inherit;
}
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
  color: #373d88;
  text-decoration: none;
}
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}
.uk-link-toggle:focus {
  outline: none;
}
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0;
}
.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
  margin: 0;
}
.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
  margin: 0;
}
.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
  margin: 0;
}
.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
  margin: 0;
}
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}
.uk-heading-primary when (@deprecated = true) {
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .uk-heading-primary when (@deprecated = true) {
    font-size: 3.375rem;
  }
}
@media (min-width: 1200px) {
  .uk-heading-primary when (@deprecated = true) {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-heading-hero when (@deprecated = true) {
  font-size: 4rem;
  line-height: 1.1;
}
@media (min-width: 960px) {
  .uk-heading-hero when (@deprecated = true) {
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .uk-heading-hero when (@deprecated = true) {
    font-size: 8rem;
    line-height: 1;
  }
}
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-bullet {
  position: relative;
}
.uk-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}
.uk-heading-line {
  overflow: hidden;
}
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  width: 2000px;
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}
[class*='uk-divider'] {
  border: none;
  margin-bottom: 30px;
}
* + [class*='uk-divider'] {
  margin-top: 30px;
}
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
  border-bottom-color: inherit;
}
.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
  border-bottom-color: inherit;
}
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
  border-top-color: inherit;
}
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
  border-left-color: inherit;
}
[class*='uk-divider'] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.uk-list {
  padding: 0;
  list-style: none;
}
.uk-list > li::before,
.uk-list > li::after {
  content: "";
  display: table;
}
.uk-list > li::after {
  clear: both;
}
.uk-list > li > :last-child {
  margin-bottom: 0;
}
.uk-list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}
.uk-list > li:nth-child(n+2),
.uk-list > li > ul {
  margin-top: 15px;
}
.uk-list-divider > li:nth-child(n+2) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.uk-list-striped > li {
  padding: 15px 15px;
}
.uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
.uk-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 15px);
}
.uk-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}
.uk-list-large > li:nth-child(n+2),
.uk-list-large > li > ul {
  margin-top: 30px;
}
.uk-list-large.uk-list-divider > li:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
}
.uk-list-large.uk-list-striped > li {
  padding: 30px 15px;
}
.uk-list-large.uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-list-large.uk-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}
.uk-description-list > dt {
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}
.uk-description-list > dt:nth-child(n+2) {
  margin-top: 30px;
}
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
}
* + .uk-table {
  margin-top: 30px;
}
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 0.875rem;
  font-weight: normal;
  color: #999999;
  text-transform: uppercase;
}
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}
.uk-table td > :last-child {
  margin-bottom: 0;
}
.uk-table tfoot {
  font-size: 0.875rem;
}
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999999;
}
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}
.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}
.uk-table-shrink {
  width: 1px;
}
.uk-table-expand {
  min-width: 150px;
}
.uk-table-link {
  padding: 0 !important;
}
.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}
.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
button.uk-icon:not(:disabled) {
  cursor: pointer;
}
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-icon > * {
  transform: translate(0,0);
}
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.uk-icon-link {
  color: #999999;
}
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666666;
  outline: none;
}
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
}
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666666;
  outline: none;
}
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666666;
}
.uk-range {
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
  padding: 0;
}
.uk-range:focus {
  outline: none;
}
.uk-range::-moz-focus-outer {
  border: none;
}
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}
.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}
.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}
.uk-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.uk-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.uk-range::-ms-thumb {
  margin-top: 0;
}
.uk-range::-ms-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.uk-range::-ms-tooltip {
  display: none;
}
.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: #d2d2d2;
}
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-moz-range-track {
  background: #d2d2d2;
}
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}
.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;
}
.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: #ffffff;
  color: #666666;
  border: 1px 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: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
  color: #666666;
  border-color: #373d88;
}
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
  border-color: #e5e5e5;
}
.uk-input::-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::placeholder {
  color: #999999;
}
.uk-textarea::-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::placeholder {
  color: #999999;
}
.uk-form-small {
  font-size: 0.875rem;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
.uk-form-large {
  font-size: 1.25rem;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #c00f5b;
  border-color: #c00f5b;
}
.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: dashed;
}
input.uk-form-width-xsmall {
  width: 50px;
}
select.uk-form-width-xsmall {
  width: 75px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}
.uk-select:not([multiple]):not([size]) option {
  color: #444;
}
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}
.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: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}
.uk-radio {
  border-radius: 50%;
}
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #373d88;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #373d88;
  border-color: transparent;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #282d64;
}
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.uk-legend {
  width: 100%;
  color: inherit;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}
.uk-form-custom 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-label {
  color: #333333;
  font-size: 0.875rem;
}
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
.uk-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999999;
}
.uk-form-icon:hover {
  color: #666666;
}
.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-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-button:hover {
  text-decoration: none;
}
.uk-button:focus {
  outline: none;
}
.uk-button-default {
  background-color: transparent;
  color: #333333 !important;
  border: 1px solid #e5e5e5;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: transparent;
  color: #333333 !important;
  border-color: #b2b2b2;
}
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333333 !important;
  border-color: #999999;
}
.uk-button-primary {
  background-color: #373d88;
  color: #ffffff !important;
  border: 1px solid transparent;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #303576;
  color: #ffffff !important;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #282d64;
  color: #ffffff !important;
}
.uk-button-secondary {
  background-color: #454444;
  color: #ffffff !important;
  border: 1px solid transparent;
}
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #383737;
  color: #ffffff !important;
}
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #2b2b2b;
  color: #ffffff !important;
}
.uk-button-danger {
  background-color: #c00f5b;
  color: #ffffff !important;
  border: 1px solid transparent;
}
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #a80d50;
  color: #ffffff !important;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #910b45;
  color: #ffffff !important;
}
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999999 !important;
  border-color: #e5e5e5;
}
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}
.uk-button-large {
  padding: 0 30px;
  line-height: 53px;
  font-size: 0.875rem;
  padding: 0 70px;
}
.uk-button-text {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #333333 !important;
  position: relative;
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid;
  transition: right 0.3s ease-out;
}
.uk-button-text:hover,
.uk-button-text:focus {
  color: #333333 !important;
}
.uk-button-text:hover::before,
.uk-button-text:focus::before {
  right: 0;
}
.uk-button-text:disabled {
  color: #999999 !important;
}
.uk-button-text:disabled::before {
  display: none;
}
.uk-button-link {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #1e87f0 !important;
}
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd !important;
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #999999 !important;
  text-decoration: none;
}
.uk-button-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}
.uk-section {
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.uk-section::before,
.uk-section::after {
  content: "";
  display: table;
}
.uk-section::after {
  clear: both;
}
.uk-section > :last-child {
  margin-bottom: 0;
}
.uk-section-xsmall {
  padding-top: 30px;
  padding-bottom: 30px;
}
.uk-section-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.uk-section-default {
  background: #ffffff;
}
.uk-section-muted {
  background: #f8f8f8;
}
.uk-section-primary {
  background: #373d88;
}
.uk-section-secondary {
  background: #454444;
}
.uk-container {
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.uk-container::before,
.uk-container::after {
  content: "";
  display: table;
}
.uk-container::after {
  clear: both;
}
.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-expand {
  max-width: none;
}
.uk-container-expand-left {
  margin-left: 0;
}
.uk-container-expand-right {
  margin-right: 0;
}
@media (min-width: 640px) {
  .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);
  }
}
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 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-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}
.uk-container-item-padding-remove-left {
  margin-left: -15px;
}
.uk-container-item-padding-remove-right {
  margin-right: -15px;
}
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
.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: 1200px) {
  .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;
  }
}
.uk-grid-small {
  margin-left: -15px;
}
.uk-grid-small > * {
  padding-left: 15px;
}
.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px;
}
.uk-grid-medium {
  margin-left: -30px;
}
.uk-grid-medium > * {
  padding-left: 30px;
}
.uk-grid + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px;
}
.uk-grid-large {
  margin-left: -30px;
}
.uk-grid-large > * {
  padding-left: 30px;
}
.uk-grid + .uk-grid-large,
.uk-grid-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .uk-grid-large {
    margin-left: -70px;
  }
  .uk-grid-large > * {
    padding-left: 70px;
  }
  .uk-grid + .uk-grid-large,
  .uk-grid-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
.uk-grid + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin {
  margin-top: 0;
}
.uk-grid-divider > * {
  position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px 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: 1200px) {
  .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;
  }
}
.uk-grid-divider.uk-grid-small {
  margin-left: -30px;
}
.uk-grid-divider.uk-grid-small > * {
  padding-left: 30px;
}
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
  left: 15px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
  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-medium {
  margin-left: -60px;
}
.uk-grid-divider.uk-grid-medium > * {
  padding-left: 60px;
}
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin {
  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-large {
  margin-left: -60px;
}
.uk-grid-divider.uk-grid-large > * {
  padding-left: 60px;
}
.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}
@media (min-width: 1200px) {
  .uk-grid-divider.uk-grid-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
}
.uk-grid-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-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.uk-tile::before,
.uk-tile::after {
  content: "";
  display: table;
}
.uk-tile::after {
  clear: both;
}
.uk-tile > :last-child {
  margin-bottom: 0;
}
.uk-tile-xsmall {
  padding-top: 30px;
  padding-bottom: 30px;
}
.uk-tile-small {
  padding-top: 30px;
  padding-bottom: 30px;
}
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.uk-tile-default {
  background: #ffffff;
}
.uk-tile-muted {
  background: #f8f8f8;
}
.uk-tile-primary {
  background: #373d88;
}
.uk-tile-secondary {
  background: #454444;
}
.uk-card {
  position: relative;
  box-sizing: border-box;
  box-shadow: none !important;
}
.uk-card-body {
  padding: 30px 30px;
}
.uk-card-header {
  padding: 15px 30px;
}
.uk-card-footer {
  padding: 15px 30px;
}
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 30px 30px;
  }
  .uk-card-header {
    padding: 15px 30px;
  }
  .uk-card-footer {
    padding: 15px 30px;
  }
}
.uk-card-body::before,
.uk-card-body::after,
.uk-card-header::before,
.uk-card-header::after,
.uk-card-footer::before,
.uk-card-footer::after {
  content: "";
  display: table;
}
.uk-card-body::after,
.uk-card-header::after,
.uk-card-footer::after {
  clear: both;
}
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.uk-card-badge:first-child + * {
  margin-top: 0;
}
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #ffffff;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-default {
  background: #ffffff;
  color: #666666;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card-default .uk-card-title {
  color: #333333;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}
.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}
.uk-card-primary {
  background: #373d88;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #373d88;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-secondary {
  background: #454444;
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #454444;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16);
}
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 30px 30px;
}
.uk-card-small .uk-card-header {
  padding: 20px 30px;
}
.uk-card-small .uk-card-footer {
  padding: 20px 30px;
}
@media (min-width: 1200px) {
  .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: -30px;
  margin-right: -30px;
}
.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}
.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: 30px;
  padding-right: 30px;
}
.uk-card-body .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -30px;
    margin-right: -30px;
  }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .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: 30px;
    padding-right: 30px;
  }
  .uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 45px;
  }
}
.uk-card-small > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}
.uk-card-small > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}
.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: 30px;
  padding-right: 30px;
}
.uk-card-small .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-card-large .uk-nav-default > 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-close {
  color: #999999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}
.uk-close:hover,
.uk-close:focus {
  color: #666666;
  outline: none;
}
.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);
  }
}
.uk-totop {
  padding: 5px;
  color: #999999;
  transition: color 0.1s ease-in-out;
}
.uk-totop:hover,
.uk-totop:focus {
  color: #666666;
  outline: none;
}
.uk-totop:active {
  color: #333333;
}
.uk-marker {
  padding: 5px;
  background: #454444;
  color: #ffffff;
  border-radius: 500px;
}
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
.uk-alert {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666666;
}
* + .uk-alert {
  margin-top: 30px;
}
.uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}
.uk-alert-close:first-child + * {
  margin-top: 0;
}
.uk-alert-close:hover,
.uk-alert-close:focus {
  color: inherit;
  opacity: 0.8;
}
.uk-alert-primary {
  background: #c7c9de;
  color: #373d88;
}
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}
.uk-alert-warning {
  background: #fddbca;
  color: #f5641a;
}
.uk-alert-danger {
  background: #eec0d4;
  color: #c00f5b;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #373d88;
  color: #ffffff;
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.uk-label {
  display: inline-block;
  padding: 0 15px;
  background: #373d88;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 5px 15px;
  line-height: 1;
  letter-spacing: 1px;
}
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
.uk-label-warning {
  background-color: #f5641a;
  color: #ffffff;
}
.uk-label-danger {
  background-color: #c00f5b;
  color: #ffffff;
}
.uk-overlay {
  padding: 30px 30px;
}
.uk-overlay > :last-child {
  margin-bottom: 0;
}
.uk-overlay-default {
  background: rgba(255,255,255,0.8);
  transition: all 0.25s;
}
.uk-overlay-default.uk-overlay-hover-darken:hover {
  background: rgba(255,255,255,0.9);
}
.uk-overlay-primary {
  background: rgba(34,34,34,0.8);
  transition: all 0.25s;
}
.uk-overlay-primary.uk-overlay-hover-darken:hover {
  background: rgba(34,34,34,0.9);
}
.uk-article::before,
.uk-article::after {
  content: "";
  display: table;
}
.uk-article::after {
  clear: both;
}
.uk-article > :last-child {
  margin-bottom: 0;
}
.uk-article + .uk-article {
  margin-top: 70px;
}
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666666;
  text-decoration: none;
}
.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.uk-comment-header {
  margin-bottom: 30px;
}
.uk-comment-body::before,
.uk-comment-body::after,
.uk-comment-header::before,
.uk-comment-header::after {
  content: "";
  display: table;
}
.uk-comment-body::after,
.uk-comment-header::after {
  clear: both;
}
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999999;
}
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}
.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: #666666;
}
.uk-search-input:focus {
  outline: none;
}
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::placeholder {
  color: #999999;
}
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999999;
}
.uk-search .uk-search-icon:hover {
  color: #999999;
}
.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: 180px;
}
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.uk-search-default .uk-search-input:focus {
  background-color: transparent;
}
.uk-search-default .uk-search-icon {
  width: 40px;
}
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}
.uk-search-navbar {
  width: 400px;
}
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}
.uk-search-navbar .uk-search-icon {
  width: 40px;
}
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}
.uk-search-large {
  width: 500px;
}
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}
.uk-search-large .uk-search-icon {
  width: 80px;
}
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}
.uk-search-toggle {
  color: #999999;
}
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666666;
}
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav li > a:focus {
  outline: none;
}
.uk-nav > li > a {
  padding: 5px 0;
}
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
.uk-nav-sub ul {
  padding-left: 15px;
}
.uk-nav-sub a {
  padding: 2px 0;
}
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
  margin-top: 30px;
}
.uk-nav-divider {
  margin: 5px 0;
}
.uk-nav-default {
  font-size: 0.875rem;
}
.uk-nav-default > li > a {
  color: #999999;
}
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #666666;
}
.uk-nav-default > li.uk-active > a {
  color: #333333;
}
.uk-nav-default .uk-nav-header {
  color: #333333;
}
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666666;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333333;
}
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999999;
}
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #666666;
}
.uk-nav-primary > li.uk-active > a {
  color: #333333;
}
.uk-nav-primary .uk-nav-header {
  color: #333333;
}
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666666;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333333;
}
.uk-nav-center {
  text-align: center;
}
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}
.uk-navbar {
  display: flex;
  position: relative;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
  display: none !important;
}
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > * {
  display: flex;
  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: 100%;
}
.uk-navbar-center-right {
  left: 100%;
}
[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box;
}
.uk-navbar-nav {
  display: flex;
  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;
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  font-size: 0.875rem;
  font-family: inherit;
  text-decoration: none;
}
.uk-navbar-nav > li > a {
  color: #999999;
  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:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #666666;
  outline: none;
}
.uk-navbar-nav > li > a:active {
  color: #333333;
}
.uk-navbar-nav > li.uk-active > a {
  color: #333333;
}
.uk-navbar-item {
  color: #666666;
}
.uk-navbar-toggle {
  color: #999999;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #666666;
  outline: none;
  text-decoration: none;
}
.uk-navbar-subtitle {
  font-size: 0.875rem;
}
.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #ffffff;
  color: #666666;
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}
.uk-navbar-dropdown.uk-open {
  display: block;
}
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px;
}
[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px;
}
[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px;
}
[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px;
}
.uk-navbar-dropdown-grid {
  margin-left: -50px;
}
.uk-navbar-dropdown-grid > * {
  padding-left: 50px;
}
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px;
}
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important;
}
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
}
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #666666;
}
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333333;
}
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333333;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666666;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333333;
}
.uk-navbar-dropbar {
  background: #ffffff;
}
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0,0,0,0.05);
}
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}
.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px;
}
.uk-navbar-dropdown-grid > * {
  position: relative;
}
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}
.uk-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.uk-subnav > * > :first-child {
  display: block;
  color: #999999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666666;
  text-decoration: none;
  outline: none;
}
.uk-subnav > .uk-active > a {
  color: #333333;
}
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5;
}
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999999;
}
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666666;
}
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666666;
}
.uk-subnav-pill > .uk-active > a {
  background-color: #373d88;
  color: #ffffff;
}
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
.uk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.uk-breadcrumb > * {
  flex: none;
}
.uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999999;
}
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666666;
  text-decoration: none;
}
.uk-breadcrumb > :last-child > * {
  color: #666666;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999999;
}
.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}
.uk-pagination > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.uk-pagination > * > * {
  display: block;
  color: #999999;
  transition: color 0.1s ease-in-out;
}
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  color: #666666;
  text-decoration: none;
}
.uk-pagination > .uk-active > * {
  color: #666666;
}
.uk-pagination > .uk-disabled > * {
  color: #999999;
}
.uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}
.uk-tab > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.uk-tab > * > a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  color: #999999;
  border-bottom: 1px solid transparent;
  transition: color 0.1s ease-in-out;
}
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666666;
  text-decoration: none;
}
.uk-tab > .uk-active > a {
  color: #333333;
  border-color: #373d88;
}
.uk-tab > .uk-disabled > a {
  color: #999999;
}
.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: 1px solid #e5e5e5;
  border-bottom: none;
}
.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.uk-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.uk-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.uk-tab .uk-dropdown {
  margin-left: 30px;
}
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102,102,102,0.5);
  transition: color 0.1s ease-in-out;
}
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(102,102,102,0.9);
  outline: none;
}
.uk-slidenav:active {
  color: rgba(102,102,102,0.5);
}
.uk-slidenav-large {
  padding: 10px 10px;
}
.uk-slidenav-container {
  display: flex;
}
.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: 1px solid #a1a1a1;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: #a1a1a1;
  outline: none;
  border-color: transparent;
}
.uk-dotnav > * > :active {
  background-color: #e0e0e0;
  border-color: transparent;
}
.uk-dotnav > .uk-active > * {
  background-color: #a1a1a1;
  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-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: rgba(255,255,255,0.4);
  transition: background-color 0.1s ease-in-out;
}
.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
  outline: none;
}
.uk-thumbnav > * > :hover::after,
.uk-thumbnav > * > :focus::after {
  background-color: transparent;
}
.uk-thumbnav > .uk-active > *::after {
  background-color: transparent;
}
.uk-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px;
}
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}
.uk-accordion {
  padding: 0;
  list-style: none;
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 30px;
}
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333333;
  overflow: hidden;
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #666666;
  text-decoration: none;
  outline: none;
}
.uk-accordion-content {
  margin-top: 30px;
}
.uk-accordion-content::before,
.uk-accordion-content::after {
  content: "";
  display: table;
}
.uk-accordion-content::after {
  clear: both;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 300px;
}
.uk-drop.uk-open {
  display: block;
}
[class*='uk-drop-top'] {
  margin-top: -30px;
}
[class*='uk-drop-bottom'] {
  margin-top: 30px;
}
[class*='uk-drop-left'] {
  margin-left: -30px;
}
[class*='uk-drop-right'] {
  margin-left: 30px;
}
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}
.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  min-width: 200px;
  padding: 25px;
  background: #ffffff;
  color: #666666;
  box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}
.uk-dropdown.uk-open {
  display: block;
}
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}
.uk-dropdown-nav > li > a {
  color: #999999;
}
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666666;
}
.uk-dropdown-nav .uk-nav-header {
  color: #333333;
}
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666666;
}
[class*='uk-dropdown-top'] {
  margin-top: -15px;
}
[class*='uk-dropdown-bottom'] {
  margin-top: 15px;
}
[class*='uk-dropdown-left'] {
  margin-left: -15px;
}
[class*='uk-dropdown-right'] {
  margin-left: 15px;
}
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}
.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.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: calc(100% - 0.01px) !important;
  background: #ffffff;
  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 {
  padding: 30px 30px;
}
.uk-modal-header {
  padding: 15px 30px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
  padding: 15px 30px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table;
}
.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
}
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 15px;
  right: 15px;
  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: #ffffff;
}
@media (min-width: 960px) {
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%,-100%);
  }
}
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 30px;
  background: #ffffff;
}
.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;
}
.uk-lightbox .uk-lightbox-items {
  padding: 0;
  margin: 0;
}
.uk-lightbox.uk-open {
  display: block;
  opacity: 1;
}
.uk-lightbox-page {
  overflow: hidden;
}
.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  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 > :focus {
  outline: none;
}
.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);
  background: transparent !important;
}
.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) !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-lightbox-button:hover {
  color: #fff;
}
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}
.uk-slideshow {
  -webkit-tap-highlight-color: transparent;
}
.uk-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
}
.uk-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
  touch-action: pan-y;
}
.uk-slideshow-items > :focus {
  outline: none;
}
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}
.uk-slider {
  -webkit-tap-highlight-color: transparent;
}
.uk-slider-container {
  overflow: hidden;
}
.uk-slider-items {
  will-change: transform;
  position: relative;
}
.uk-slider-items:not(.uk-grid) {
  display: 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;
  position: relative;
  touch-action: pan-y;
}
.uk-slider-items > :focus {
  outline: none;
}
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  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-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}
.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 30px 30px;
  background: #454444;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}
@media (min-width: 960px) {
  .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: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}
.uk-offcanvas-overlay {
  width: 100vw;
  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;
}
.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: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-switcher > :not(.uk-active) {
  display: none;
}
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}
.uk-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;
}
.uk-leader-fill-content::before {
  content: '.';
}
:root {
  --uk-leader-fill-content: .;
}
.uk-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}
.uk-iconnav > * {
  padding-left: 15px;
}
.uk-iconnav > * > a {
  display: block;
  color: #999999;
}
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #666666;
  outline: none;
}
.uk-iconnav > .uk-active > a {
  color: #666666;
}
.uk-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px;
}
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}
.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: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666666;
  font-size: 1.25rem;
  line-height: 1.4;
  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: #373d88;
}
.uk-notification-message-success {
  color: #32d296;
}
.uk-notification-message-warning {
  color: #f5641a;
}
.uk-notification-message-danger {
  color: #c00f5b;
}
.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #ffffff;
  font-size: 12px;
}
.uk-tooltip.uk-active {
  display: block;
}
[class*='uk-tooltip-top'] {
  margin-top: -10px;
}
[class*='uk-tooltip-bottom'] {
  margin-top: 10px;
}
[class*='uk-tooltip-left'] {
  margin-left: -10px;
}
[class*='uk-tooltip-right'] {
  margin-left: 10px;
}
.uk-placeholder {
  margin-bottom: 30px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}
* + .uk-placeholder {
  margin-top: 30px;
}
.uk-placeholder > :last-child {
  margin-bottom: 0;
}
.uk-progress {
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 30px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}
* + .uk-progress {
  margin-top: 30px;
}
.uk-progress:indeterminate {
  color: transparent;
}
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}
.uk-progress::-webkit-progress-value {
  background-color: #373d88;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #373d88;
}
.uk-progress::-ms-fill {
  background-color: #373d88;
  transition: width 0.6s ease;
  border: 0;
}
.uk-sortable {
  position: relative;
}
.uk-sortable svg {
  pointer-events: none;
}
.uk-sortable > :last-child {
  margin-bottom: 0;
}
.uk-sortable-drag {
  position: absolute !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;
}
.uk-countdown-number,
.uk-countdown-separator {
  line-height: 70px;
}
.uk-countdown-number {
  font-size: 2rem;
}
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
.uk-countdown-separator {
  font-size: 1rem;
}
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18;
}
.uk-animation-slide-top {
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  animation-name: uk-fade-right;
}
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small;
}
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small;
}
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small;
}
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium;
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium;
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium;
}
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}
.uk-animation-shake {
  animation-name: uk-shake;
}
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s;
}
.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;
}
.uk-animation-toggle {
  -webkit-tap-highlight-color: transparent;
}
.uk-animation-toggle:focus {
  outline: none;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes uk-scale-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;
  }
}
[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% * 1 / 3.001);
}
.uk-child-width-1-4 > * {
  width: 25%;
}
.uk-child-width-1-5 > * {
  width: 20%;
}
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto > * {
  width: auto;
}
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px;
  }
}
[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% * 1 / 3.001);
}
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
.uk-width-1-5 {
  width: 20%;
}
.uk-width-2-5 {
  width: 40%;
}
.uk-width-3-5 {
  width: 60%;
}
.uk-width-4-5 {
  width: 80%;
}
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}
.uk-width-small {
  width: 150px;
}
.uk-width-medium {
  width: 300px;
}
.uk-width-large {
  width: 450px;
}
.uk-width-xlarge {
  width: 600px;
}
.uk-width-xxlarge {
  width: 750px;
}
.uk-width-auto {
  width: auto;
}
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-1-2\@s {
    width: 50%;
  }
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-xxlarge\@s {
    width: 750px;
  }
  .uk-width-auto\@s {
    width: auto;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-xxlarge\@m {
    width: 750px;
  }
  .uk-width-auto\@m {
    width: auto;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-xxlarge\@l {
    width: 750px;
  }
  .uk-width-auto\@l {
    width: auto;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-1-2\@xl {
    width: 50%;
  }
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-xxlarge\@xl {
    width: 750px;
  }
  .uk-width-auto\@xl {
    width: auto;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-width-1-1 {
  width: 100% !important;
}
[class*='uk-height'] {
  box-sizing: border-box;
}
.uk-height-1-1 {
  height: 100%;
}
.uk-height-viewport {
  min-height: 100vh;
}
.uk-height-small {
  height: 125px;
}
.uk-height-medium {
  height: 250px;
}
.uk-height-large {
  height: 530px;
}
.uk-height-max-small {
  max-height: 125px;
}
.uk-height-max-medium {
  max-height: 250px;
}
.uk-height-max-large {
  max-height: 530px;
}
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333333;
}
.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666666;
  text-decoration: none;
}
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}
.uk-text-bold {
  font-weight: bold;
}
.uk-text-light {
  font-weight: lighter;
}
.uk-text-normal {
  font-weight: normal;
}
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-emphasis {
  color: #333333 !important;
}
.uk-text-primary {
  color: #373d88 !important;
}
.uk-text-secondary {
  color: #454444 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #f5641a !important;
}
.uk-text-danger {
  color: #c00f5b !important;
}
.uk-text-background {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #373d88 !important;
}
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
.uk-text-baseline {
  vertical-align: baseline !important;
}
.uk-text-nowrap {
  white-space: nowrap;
}
.uk-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}
.uk-text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
th.uk-text-break,
td.uk-text-break {
  word-break: break-all;
}
[class*='uk-column-'] {
  column-gap: 30px;
}
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    column-gap: 30px;
  }
}
[class*='uk-column-'] img {
  transform: translate3d(0,0,0);
}
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  column-gap: 60px;
}
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 60px;
  }
}
.uk-column-1-2 {
  column-count: 2;
}
.uk-column-1-3 {
  column-count: 3;
}
.uk-column-1-4 {
  column-count: 4;
}
.uk-column-1-5 {
  column-count: 5;
}
.uk-column-1-6 {
  column-count: 6;
}
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
.uk-column-span {
  column-span: all;
}
.uk-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
iframe.uk-cover {
  pointer-events: none;
}
.uk-cover-container {
  overflow: hidden;
  position: relative;
}
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #373d88;
}
.uk-background-secondary {
  background-color: #454444;
}
.uk-background-cover,
.uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.uk-background-cover {
  background-size: cover;
}
.uk-background-contain {
  background-size: contain;
}
.uk-background-top-left {
  background-position: 0 0;
}
.uk-background-top-center {
  background-position: 50% 0;
}
.uk-background-top-right {
  background-position: 100% 0;
}
.uk-background-center-left {
  background-position: 0 50%;
}
.uk-background-center-center {
  background-position: 50% 50%;
}
.uk-background-center-right {
  background-position: 100% 50%;
}
.uk-background-bottom-left {
  background-position: 0 100%;
}
.uk-background-bottom-center {
  background-position: 50% 100%;
}
.uk-background-bottom-right {
  background-position: 100% 100%;
}
.uk-background-norepeat {
  background-repeat: no-repeat;
}
.uk-background-fixed {
  background-attachment: fixed;
  backface-visibility: hidden;
}
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
  .uk-background-image-s {
    background-image: none !important;
  }
}
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
  .uk-background-image-m {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
  .uk-background-image-l {
    background-image: none !important;
  }
}
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
  .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;
}
[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: 640px) {
  .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: 960px) {
  .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: 1200px) {
  .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: 30px;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 30px;
  }
}
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-svg {
  transform: translate(0,0);
}
.uk-panel {
  position: relative;
  box-sizing: border-box;
}
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table;
}
.uk-panel::after {
  clear: both;
}
.uk-panel > :last-child {
  margin-bottom: 0;
}
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-clearfix::before {
  content: "";
  display: table-cell;
}
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
[class*='uk-float-'] {
  max-width: 100%;
}
.uk-overflow-hidden {
  overflow: hidden;
}
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}
.uk-resize {
  resize: both;
}
.uk-resize-vertical {
  resize: vertical;
}
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
}
[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.uk-inline-clip {
  overflow: hidden;
}
.uk-preserve-width,
.uk-preserve-width 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-border-circle {
  border-radius: 50%;
}
.uk-border-pill {
  border-radius: 500px;
}
.uk-border-rounded {
  border-radius: 5px;
}
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0);
}
.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);
}
.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%;
  }
}
.uk-logo {
  font-size: 1.5rem;
  font-family: inherit;
  color: #666666;
  text-decoration: none;
}
.uk-logo:hover,
.uk-logo:focus {
  color: #666666;
  outline: none;
  text-decoration: none;
}
.uk-logo-inverse {
  display: none;
}
.uk-disabled {
  pointer-events: none;
}
.uk-drag,
.uk-drag * {
  cursor: move;
}
.uk-drag iframe {
  pointer-events: none;
}
.uk-dragover {
  box-shadow: 0 0 20px rgba(100,100,100,0.3);
}
.uk-blend-multiply {
  mix-blend-mode: multiply;
}
.uk-blend-screen {
  mix-blend-mode: screen;
}
.uk-blend-overlay {
  mix-blend-mode: overlay;
}
.uk-blend-darken {
  mix-blend-mode: darken;
}
.uk-blend-lighten {
  mix-blend-mode: lighten;
}
.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}
.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}
.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}
.uk-blend-difference {
  mix-blend-mode: difference;
}
.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}
.uk-blend-hue {
  mix-blend-mode: hue;
}
.uk-blend-saturation {
  mix-blend-mode: saturation;
}
.uk-blend-color {
  mix-blend-mode: color;
}
.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}
.uk-transform-center {
  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%;
}
.uk-border-rounded,
.uk-border-circle,
.uk-border-pill {
  overflow: hidden;
}
.uk-flex {
  display: flex;
}
.uk-flex-inline {
  display: inline-flex;
}
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
}
.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: 640px) {
  .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;
  }
  .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: 960px) {
  .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;
  }
  .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: 1200px) {
  .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;
  }
  .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: 1600px) {
  .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-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;
}
.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;
}
.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: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
.uk-flex-none {
  flex: none;
}
.uk-flex-auto {
  flex: auto;
}
.uk-flex-1 {
  flex: 1;
}
.uk-margin {
  margin-bottom: 30px;
}
* + .uk-margin {
  margin-top: 30px !important;
}
.uk-margin-top {
  margin-top: 30px !important;
}
.uk-margin-bottom {
  margin-bottom: 30px !important;
}
.uk-margin-left {
  margin-left: 30px !important;
}
.uk-margin-right {
  margin-right: 30px !important;
}
.uk-margin-micro {
  margin-bottom: 5px;
}
* + .uk-margin-micro {
  margin-top: 5px !important;
}
.uk-margin-micro-top {
  margin-top: 5px !important;
}
.uk-margin-micro-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-micro-left {
  margin-left: 5px !important;
}
.uk-margin-micro-right {
  margin-right: 5px !important;
}
.uk-margin-tiny {
  margin-bottom: 10px;
}
* + .uk-margin-tiny {
  margin-top: 10px !important;
}
.uk-margin-tiny-top {
  margin-top: 10px !important;
}
.uk-margin-tiny-bottom {
  margin-bottom: 10px !important;
}
.uk-margin-tiny-left {
  margin-left: 10px !important;
}
.uk-margin-tiny-right {
  margin-right: 10px !important;
}
.uk-margin-small {
  margin-bottom: 15px;
}
* + .uk-margin-small {
  margin-top: 15px !important;
}
.uk-margin-small-top {
  margin-top: 15px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-small-left {
  margin-left: 15px !important;
}
.uk-margin-small-right {
  margin-right: 15px !important;
}
.uk-margin-medium {
  margin-bottom: 30px;
}
* + .uk-margin-medium {
  margin-top: 30px !important;
}
.uk-margin-medium-top {
  margin-top: 30px !important;
}
.uk-margin-medium-bottom {
  margin-bottom: 30px !important;
}
.uk-margin-medium-left {
  margin-left: 30px !important;
}
.uk-margin-medium-right {
  margin-right: 30px !important;
}
.uk-margin-large {
  margin-bottom: 30px;
}
* + .uk-margin-large {
  margin-top: 30px !important;
}
.uk-margin-large-top {
  margin-top: 30px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 30px !important;
}
.uk-margin-large-left {
  margin-left: 30px !important;
}
.uk-margin-large-right {
  margin-right: 30px !important;
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .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: 640px) {
  .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: 960px) {
  .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: 1200px) {
  .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: 1600px) {
  .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;
  }
}
.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: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
.uk-padding {
  padding: 30px;
}
@media (min-width: 1200px) {
  .uk-padding {
    padding: 30px;
  }
}
.uk-padding-micro {
  padding: 5px;
}
.uk-padding-micro-bottom {
  padding-bottom: 5px;
}
.uk-padding-micro-top {
  padding-top: 5px;
}
.uk-padding-micro-left {
  padding-left: 5px;
}
.uk-padding-micro-right {
  padding-right: 5px;
}
.uk-padding-tiny {
  padding: 10px;
}
.uk-padding-tiny-bottom {
  padding-bottom: 10px;
}
.uk-padding-tiny-top {
  padding-top: 10px;
}
.uk-padding-tiny-left {
  padding-left: 10px;
}
.uk-padding-tiny-right {
  padding-right: 10px;
}
.uk-padding-small {
  padding: 15px;
}
.uk-padding-small-bottom {
  padding-bottom: 15px;
}
.uk-padding-small-top {
  padding-top: 15px;
}
.uk-padding-small-left {
  padding-left: 15px;
}
.uk-padding-small-right {
  padding-right: 15px;
}
.uk-padding-medium {
  padding: 30px;
}
.uk-padding-medium-bottom {
  padding-bottom: 30px;
}
.uk-padding-medium-top {
  padding-top: 30px;
}
.uk-padding-medium-left {
  padding-left: 30px;
}
.uk-padding-medium-right {
  padding-right: 30px;
}
.uk-padding-large {
  padding: 70px;
}
.uk-padding-large-bottom {
  padding-bottom: 70px;
}
.uk-padding-large-top {
  padding-top: 70px;
}
.uk-padding-large-left {
  padding-left: 70px;
}
.uk-padding-large-right {
  padding-right: 70px;
}
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-remove-top {
  padding-top: 0 !important;
}
.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}
.uk-padding-remove-left {
  padding-left: 0 !important;
}
.uk-padding-remove-right {
  padding-right: 0 !important;
}
.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
}
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%);
}
.uk-position-center-left {
  left: 0;
}
.uk-position-center-right {
  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 {
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
.uk-position-top-center {
  top: 0;
}
.uk-position-bottom-center {
  bottom: 0;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-relative {
  position: relative !important;
}
.uk-position-absolute {
  position: absolute !important;
}
.uk-position-fixed {
  position: fixed !important;
}
.uk-position-z-index {
  z-index: 1;
}
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}
.uk-position-small.uk-position-center {
  transform: translate(-50%,-50%) translate(-15px,-15px);
}
.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px);
}
.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}
.uk-position-medium.uk-position-center {
  transform: translate(-50%,-50%) translate(-30px,-30px);
}
.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}
.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}
.uk-position-large.uk-position-center {
  transform: translate(-50%,-50%) translate(-30px,-30px);
}
.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px);
}
.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .uk-position-large.uk-position-center {
    transform: translate(-50%,-50%) translate(-50px,-50px);
  }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px);
  }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
.uk-transition-toggle {
  -webkit-tap-highlight-color: transparent;
}
.uk-transition-toggle:focus {
  outline: none;
}
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  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-active.uk-active .uk-transition-fade {
  opacity: 1;
}
.uk-transition-scale-up {
  transform: scale(1,1);
}
.uk-transition-scale-down {
  transform: scale(1.1,1.1);
}
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1,1.1);
}
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1,1);
}
.uk-transition-slide-top {
  transform: translateY(-100%);
}
.uk-transition-slide-bottom {
  transform: translateY(100%);
}
.uk-transition-slide-left {
  transform: translateX(-100%);
}
.uk-transition-slide-right {
  transform: translateX(100%);
}
.uk-transition-slide-top-small {
  transform: translateY(-10px);
}
.uk-transition-slide-bottom-small {
  transform: translateY(10px);
}
.uk-transition-slide-left-small {
  transform: translateX(-10px);
}
.uk-transition-slide-right-small {
  transform: translateX(10px);
}
.uk-transition-slide-top-medium {
  transform: translateY(-50px);
}
.uk-transition-slide-bottom-medium {
  transform: translateY(50px);
}
.uk-transition-slide-left-medium {
  transform: translateX(-50px);
}
.uk-transition-slide-right-medium {
  transform: translateX(50px);
}
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0,0);
}
.uk-transition-opaque {
  opacity: 1;
}
.uk-transition-slow {
  transition-duration: 0.7s;
}
[hidden],
.uk-hidden {
  display: none !important;
}
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
.uk-invisible {
  visibility: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}
.uk-visible-toggle {
  -webkit-tap-highlight-color: transparent;
}
.uk-visible-toggle:focus {
  outline: none;
}
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important;
  }
}
.uk-hidden-notouch {
  display: none !important;
}
@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important;
  }
}
.uk-light {
  color: #ffffff;
}
.uk-light .uk-link-muted,
.uk-light .uk-link-muted a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-link-text:hover,
.uk-light .uk-link-text a:hover {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover {
  color: #ffffff;
}
.uk-light .uk-heading-divider {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-heading-bullet::before {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-light .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-divider-small::after {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-divider-vertical {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-light .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255,255,255,0.2);
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.1);
}
.uk-light .uk-table th {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-table caption {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active {
  background: rgba(255,255,255,0.08);
}
.uk-light .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255,255,255,0.1);
  border-top-color: rgba(255,255,255,0.2);
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover {
  background: rgba(255,255,255,0.08);
}
.uk-light .uk-icon-link {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-icon-link:hover,
.uk-light .uk-icon-link:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-icon-button {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus {
  background-color: rgba(242,242,242,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-icon-button:active {
  background-color: rgba(230,230,230,0.1);
  color: rgba(255,255,255,0.7);
}
.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.1);
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.7);
}
.uk-light .uk-input::-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-textarea::-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-textarea::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-radio,
.uk-light .uk-checkbox {
  background-color: rgba(242,242,242,0.1);
  border-color: rgba(255,255,255,0.2);
}
.uk-light .uk-radio:focus,
.uk-light .uk-checkbox:focus {
  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: #ffffff;
  border-color: rgba(255,255,255,0.7);
}
.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}
.uk-light .uk-form-label {
  color: #ffffff;
}
.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);
}
.uk-light .uk-button-default {
  background-color: transparent;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.7);
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.uk-light .uk-button-primary {
  background-color: #ffffff;
  color: #666666 !important;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666666 !important;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666666 !important;
}
.uk-light .uk-button-secondary {
  background-color: #ffffff;
  color: #666666 !important;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666666 !important;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666666 !important;
}
.uk-light .uk-button-text {
  color: #ffffff !important;
}
.uk-light .uk-button-text::before {
  border-bottom-color: #ffffff;
}
.uk-light .uk-button-text:hover,
.uk-light .uk-button-text:focus {
  color: #ffffff !important;
}
.uk-light .uk-button-text:disabled {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-button-link {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-button-link:hover,
.uk-light .uk-button-link:focus {
  color: rgba(255,255,255,0.7) !important;
}
.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);
}
.uk-light .uk-close {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-close:hover,
.uk-light .uk-close:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-totop {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-totop:hover,
.uk-light .uk-totop:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-totop:active {
  color: #ffffff;
}
.uk-light .uk-marker {
  background: #f8f8f8;
  color: #666666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus {
  color: #666666;
}
.uk-light .uk-badge {
  background-color: #ffffff;
  color: #666666;
}
.uk-light .uk-badge:hover,
.uk-light .uk-badge:focus {
  color: #666666;
}
.uk-light .uk-label {
  background-color: #ffffff;
  color: #666666;
}
.uk-light .uk-article-meta {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-search-input {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-search-input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.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: transparent;
}
.uk-light .uk-search-navbar .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,
.uk-light .uk-search-toggle:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-default > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-default > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-nav-default .uk-nav-sub a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light .uk-nav-primary .uk-nav-sub a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #ffffff;
}
.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:focus,
.uk-light .uk-navbar-nav > li > a.uk-open {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-navbar-nav > li > a:active {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.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:focus,
.uk-light .uk-navbar-toggle.uk-open {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-subnav > * > :first-child {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.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,
.uk-light .uk-subnav-pill > * > a:focus {
  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: #ffffff;
  color: #666666;
}
.uk-light .uk-subnav > .uk-disabled > a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-breadcrumb > * > * {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus {
  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);
}
.uk-light .uk-pagination > * > * {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus {
  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);
}
.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,
.uk-light .uk-tab > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-tab > .uk-disabled > a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-slidenav {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-slidenav:hover,
.uk-light .uk-slidenav:focus {
  color: rgba(255,255,255,0.95);
}
.uk-light .uk-slidenav:active {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255,255,255,0.9);
}
.uk-light .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus {
  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;
}
.uk-light .uk-accordion-title {
  color: #ffffff;
}
.uk-light .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-iconnav > * > a {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-iconnav > .uk-active > a {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-text-lead {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-text-meta {
  color: rgba(255,255,255,0.5);
}
.uk-light .uk-text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light .uk-text-emphasis {
  color: #ffffff !important;
}
.uk-light .uk-text-primary {
  color: #ffffff !important;
}
.uk-light .uk-text-secondary {
  color: #ffffff !important;
}
.uk-light .uk-column-divider {
  column-rule-color: rgba(255,255,255,0.2);
}
.uk-light .uk-logo {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-logo:hover,
.uk-light .uk-logo:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}
.uk-light .uk-logo-inverse {
  display: inline;
}
.uk-light a {
  color: rgba(255,255,255,0.1);
}
.uk-light when (@inverse-global-color-mode = light) {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted,
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-link-muted a:hover {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-text:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-link-text a:hover {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-link-heading:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-link-heading a:hover {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-heading-divider {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-heading-bullet::before {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-heading-line > ::before,
.uk-light when (@inverse-global-color-mode = light) .uk-heading-line > ::after {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-divider-icon::before,
.uk-light when (@inverse-global-color-mode = light) .uk-divider-icon::after {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-divider-small::after {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-divider-vertical {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255,255,255,0.2);
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.1);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table th {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table caption {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table > tr.uk-active,
.uk-light when (@inverse-global-color-mode = light) .uk-table tbody tr.uk-active {
  background: rgba(255,255,255,0.08);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table-divider > tr:not(:first-child),
.uk-light when (@inverse-global-color-mode = light) .uk-table-divider > :not(:first-child) > tr,
.uk-light when (@inverse-global-color-mode = light) .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table-striped > tr:nth-of-type(odd),
.uk-light when (@inverse-global-color-mode = light) .uk-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255,255,255,0.1);
  border-top-color: rgba(255,255,255,0.2);
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-table-hover > tr:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-table-hover tbody tr:hover {
  background: rgba(255,255,255,0.08);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-link:active,
.uk-light when (@inverse-global-color-mode = light) .uk-active > .uk-icon-link {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button:focus {
  background-color: rgba(242,242,242,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-icon-button:active {
  background-color: rgba(230,230,230,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-input,
.uk-light when (@inverse-global-color-mode = light) .uk-select,
.uk-light when (@inverse-global-color-mode = 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 when (@inverse-global-color-mode = light) .uk-input:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-select:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-textarea:focus {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-input::-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-textarea::-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-textarea::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox {
  background-color: rgba(242,242,242,0.1);
  border-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:focus {
  border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio:checked,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:checked,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-radio:checked:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:checked:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}
.uk-light when (@inverse-global-color-mode = light) .uk-form-label {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-form-icon {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-form-icon:hover {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-default {
  background-color: transparent;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-default:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-default:focus {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-default:active,
.uk-light when (@inverse-global-color-mode = light) .uk-button-default.uk-active {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary {
  background-color: #ffffff;
  color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary:active,
.uk-light when (@inverse-global-color-mode = light) .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary {
  background-color: #ffffff;
  color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary:active,
.uk-light when (@inverse-global-color-mode = light) .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666666 !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text {
  color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text::before {
  border-bottom-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-text:focus {
  color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-text:disabled {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-link {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-button-link:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-button-link:focus {
  color: rgba(255,255,255,0.7) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-close {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-close:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-close:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-totop {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-totop:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-totop:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-totop:active {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-marker {
  background: #f8f8f8;
  color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-marker:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-marker:focus {
  color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-badge {
  background-color: #ffffff;
  color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-badge:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-badge:focus {
  color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-label {
  background-color: #ffffff;
  color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-article-meta {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-input {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search .uk-search-icon {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search .uk-search-icon:hover {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-default .uk-search-input:focus {
  background-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-navbar .uk-search-input {
  background-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-large .uk-search-input {
  background-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-toggle {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-search-toggle:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-search-toggle:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default > li > a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default > li > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default > li.uk-active > a {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary > li > a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary > li > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav > li:hover > a,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav > li > a:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav > li > a.uk-open {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav > li > a:active {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-item {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle:focus,
.uk-light when (@inverse-global-color-mode = light) .uk-navbar-toggle.uk-open {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav > * > :first-child {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav > * > a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-subnav > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill > * > a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill > * > a:focus {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill > * > a:active {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  color: #666666;
}
.uk-light when (@inverse-global-color-mode = light) .uk-subnav > .uk-disabled > a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb > * > * {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb > * > :hover,
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb > * > :focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb > :last-child > * {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination > * > * {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination > * > :hover,
.uk-light when (@inverse-global-color-mode = light) .uk-pagination > * > :focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination > .uk-active > * {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-pagination > .uk-disabled > * {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab::before {
  border-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab > * > a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab > * > a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-tab > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-tab > .uk-disabled > a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav:focus {
  color: rgba(255,255,255,0.95);
}
.uk-light when (@inverse-global-color-mode = light) .uk-slidenav:active {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255,255,255,0.9);
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav > * > :hover,
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav > * > :focus {
  background-color: rgba(255,255,255,0.9);
  border-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav > * > :active {
  background-color: rgba(255,255,255,0.5);
  border-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-dotnav > .uk-active > * {
  background-color: rgba(255,255,255,0.9);
  border-color: transparent;
}
.uk-light when (@inverse-global-color-mode = light) .uk-accordion-title {
  color: #ffffff;
}
.uk-light when (@inverse-global-color-mode = light) .uk-accordion-title:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-accordion-title:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav > * > a {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav > * > a:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-iconnav > .uk-active > a {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-lead {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-meta {
  color: rgba(255,255,255,0.5);
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-emphasis {
  color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-primary {
  color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-text-secondary {
  color: #ffffff !important;
}
.uk-light when (@inverse-global-color-mode = light) .uk-column-divider {
  column-rule-color: rgba(255,255,255,0.2);
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo:hover,
.uk-light when (@inverse-global-color-mode = light) .uk-logo:focus {
  color: rgba(255,255,255,0.7);
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}
.uk-light when (@inverse-global-color-mode = light) .uk-logo-inverse {
  display: inline;
}
.uk-light when (@inverse-global-color-mode = light) a {
  color: rgba(255,255,255,0.1);
}
.uk-dark when (@inverse-global-color-mode = dark) {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-muted a:hover {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-text:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-text a:hover {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-heading:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-link-heading a:hover {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-divider {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-bullet::before {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-line > ::before,
.uk-dark when (@inverse-global-color-mode = dark) .uk-heading-line > ::after {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-icon::before,
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-icon::after {
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-small::after {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-divider-vertical {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255,255,255,0.2);
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255,255,255,0.1);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table th {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table caption {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table > tr.uk-active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-table tbody tr.uk-active {
  background: rgba(255,255,255,0.08);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-divider > tr:not(:first-child),
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-divider > :not(:first-child) > tr,
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-striped > tr:nth-of-type(odd),
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255,255,255,0.1);
  border-top-color: rgba(255,255,255,0.2);
  border-bottom-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-hover > tr:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-table-hover tbody tr:hover {
  background: rgba(255,255,255,0.08);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-link:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-active > .uk-icon-link {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button:focus {
  background-color: rgba(242,242,242,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-icon-button:active {
  background-color: rgba(230,230,230,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-input,
.uk-dark when (@inverse-global-color-mode = dark) .uk-select,
.uk-dark when (@inverse-global-color-mode = dark) .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-dark when (@inverse-global-color-mode = dark) .uk-input:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-select:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-textarea:focus {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-input::-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-textarea::-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-textarea::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox {
  background-color: rgba(242,242,242,0.1);
  border-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:focus {
  border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio:checked,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:checked,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-radio:checked:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:checked:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-form-label {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-form-icon {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-form-icon:hover {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default {
  background-color: transparent;
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default:focus {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-default.uk-active {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary {
  background-color: #ffffff;
  color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary {
  background-color: #ffffff;
  color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary:active,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666666 !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text {
  color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text::before {
  border-bottom-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text:focus {
  color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-text:disabled {
  color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-link {
  color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-link:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-button-link:focus {
  color: rgba(255,255,255,0.7) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-close {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-close:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-close:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-totop:active {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-marker {
  background: #f8f8f8;
  color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-marker:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-marker:focus {
  color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-badge {
  background-color: #ffffff;
  color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-badge:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-badge:focus {
  color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-label {
  background-color: #ffffff;
  color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-article-meta {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-input {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search .uk-search-icon {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search .uk-search-icon:hover {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-default .uk-search-input:focus {
  background-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-navbar .uk-search-input {
  background-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-large .uk-search-input {
  background-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-toggle {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-toggle:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-search-toggle:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default > li > a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default > li > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default > li.uk-active > a {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary > li > a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary > li > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav > li > a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav > li:hover > a,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav > li > a:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav > li > a.uk-open {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav > li > a:active {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-item {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle:focus,
.uk-dark when (@inverse-global-color-mode = dark) .uk-navbar-toggle.uk-open {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav > * > :first-child {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav > * > a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill > * > a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill > * > a:focus {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill > * > a:active {
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  color: #666666;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-subnav > .uk-disabled > a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb > * > * {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb > * > :hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb > * > :focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb > :last-child > * {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination > * > * {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination > * > :hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination > * > :focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination > .uk-active > * {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-pagination > .uk-disabled > * {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab::before {
  border-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab > * > a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab > * > a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-tab > .uk-disabled > a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav:focus {
  color: rgba(255,255,255,0.95);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-slidenav:active {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255,255,255,0.9);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav > * > :hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav > * > :focus {
  background-color: rgba(255,255,255,0.9);
  border-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav > * > :active {
  background-color: rgba(255,255,255,0.5);
  border-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-dotnav > .uk-active > * {
  background-color: rgba(255,255,255,0.9);
  border-color: transparent;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-accordion-title {
  color: #ffffff;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-accordion-title:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-accordion-title:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav > * > a {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav > * > a:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav > * > a:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-iconnav > .uk-active > a {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-lead {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-meta {
  color: rgba(255,255,255,0.5);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-muted {
  color: rgba(255,255,255,0.5) !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-emphasis {
  color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-primary {
  color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-text-secondary {
  color: #ffffff !important;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-column-divider {
  column-rule-color: rgba(255,255,255,0.2);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo:hover,
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo:focus {
  color: rgba(255,255,255,0.7);
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}
.uk-dark when (@inverse-global-color-mode = dark) .uk-logo-inverse {
  display: inline;
}
.uk-dark when (@inverse-global-color-mode = dark) a {
  color: rgba(255,255,255,0.1);
}
@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;
  }
}
.eso-icon-list span {
  line-height: 1;
}
.eso-icon-list div {
  line-height: 1;
}
.eso-icon-list a {
  color: inherit;
}
.eso-cursor-pointer {
  cursor: pointer;
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: normal !important;
  *word-spacing: normal !important;
}
.slabtextdone .slabtext {
  display: block;
}
.eso-template-tag img {
  float: left;
}
.uk-global-border {
  border: 1px solid #e5e5e5;
}
.eso-line-through {
  text-decoration: line-through;
}
.uk-hr {
  height: 1px;
  border-top: 1px solid;
  margin: 0;
}
.uk-hr.uk-hr-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
}
.uk-hr.uk-hr-small {
  margin-top: 15px;
  margin-bottom: 15px;
}
.uk-hr.uk-hr-medium {
  margin-top: 30px;
  margin-bottom: 30px;
}
.uk-hr.uk-hr-large {
  margin-top: 70px;
  margin-bottom: 70px;
}
.uk-light .uk-hr {
  background-color: #ffffff;
}
.uk-button-label {
  transform: translate(50%,-35%);
  padding: 5px 10px;
}
.uk-container {
  margin: 0 auto;
}
.eso-darken-default {
  position: relative;
}
.eso-darken-default:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
}
.eso-darken-default >div {
  position: relative;
  z-index: 1;
}
.eso-darken-primary {
  position: relative;
}
.eso-darken-primary:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(55,61,136,0.8);
}
.eso-darken-primary >div {
  position: relative;
  z-index: 1;
}
.eso-darken-secondary {
  position: relative;
}
.eso-darken-secondary:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(69,68,68,0.8);
}
.eso-darken-secondary >div {
  position: relative;
  z-index: 1;
}
.eso-darken-inherit {
  position: relative;
}
.eso-darken-inherit:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
}
.eso-darken-inherit >div {
  position: relative;
  z-index: 1;
}
.uk-text-xlarge {
  font-size: 2.5rem;
  line-height: 1.5;
}
