html {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  color: #3D3934;
  overflow-x: hidden!important;
  text-rendering: optimizeLegibility;
  font-family: 'arial';
  font-style: normal;
  font-weight: 400;
}

body {
  margin: 0;
}


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

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

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #3D3934;
  text-decoration: underline;
}

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

b,
strong {
  font-weight: bolder;
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
  font-family: Consolas,monaco,monospace;
  font-size: 0.875rem;
  color: #e61e3a;
  white-space: nowrap;
}

em {
  color: #e61e3a;
}

ins {
  background: #ffd;
  color: #3D3934;
  text-decoration: none;
}

mark {
  background: #ffd;
  color: #3D3934;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@supports (display:block) {
  svg {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

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

iframe {
  border: 0;
}

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

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

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'Nota';
  font-weight: normal;
  color: #333333;
  text-transform: none;
}

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

.uk-h1,
h1 {
  font-size: 2.55rem;
  line-height: 1.2;
  font-family: 'NovelPro';
  font-style: normal;
  font-weight: 700;
}

.uk-h2,
h2 {
  font-size: 2.125rem;
  line-height: 1.3;
  text-transform: none;
  color: #000000;
  letter-spacing: 1px;
  font-size: 1.45rem;
  line-height: 1.1em;
  margin-bottom: 40px;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 400;
}

.uk-h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 1.4rem;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 500;
  color: #56534E;
}

.uk-h3.fr-h3-larger,
h3.fr-h3-larger {
  font-size: 1.55rem;
  line-height: 1.1em;
}

.uk-h4,
h4 {
  font-size: 1.15rem;
  line-height: 1.4;
  font-size: 1.3rem;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 500;
}

.uk-h5,
h5 {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 700;
}

.uk-h6,
h6 {
  font-size: 0.875rem;
  line-height: 1.4;
  text-transform: uppercase;
}

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

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: normal;
}

blockquote {
  margin: 0 0 20px 0;
  font-size: 1.15rem;
  line-height: 1.5;
  font-style: italic;
}

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

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

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

::-moz-selection {
  background: #56534E;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #56534E;
  color: #ffffff;
  text-shadow: none;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.uk-breakpoint-s:before {
  content: '640px';
}

.uk-breakpoint-m:before {
  content: '960px';
}

.uk-breakpoint-l:before {
  content: '1310px';
}

.uk-breakpoint-xl:before {
  content: '1600px';
}

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

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

.uk-link-muted a:hover,
.uk-link-toggle:focus .uk-link-muted,
.uk-link-toggle:hover .uk-link-muted,
a.uk-link-muted:hover {
  color: #3D3934;
}

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

.uk-link-text a:hover,
.uk-link-toggle:focus .uk-link-text,
.uk-link-toggle:hover .uk-link-text,
a.uk-link-text:hover {
  color: #999999;
}

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

.uk-link-heading a:hover,
.uk-link-toggle:focus .uk-link-heading,
.uk-link-toggle:hover .uk-link-heading,
a.uk-link-heading:hover {
  color: #3D3934;
  text-decoration: none;
}

.uk-link-reset a,
a.uk-link-reset {
  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;
}

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

@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:1310px) {
  .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-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>:after,
.uk-heading-line>:before {
  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: 20px;
}

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

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

.uk-divider-icon:after,
.uk-divider-icon:before {
  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%;
}

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

.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;
}

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

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

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

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

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

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

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

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

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

.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 + 10px);
}

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

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

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

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

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

.uk-description-list>dt {
  color: #333333;
}

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

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

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

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

.uk-table th {
  padding: 8px 6px;
  text-align: left;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
  color: #3D3934;
  text-transform: uppercase;
  vertical-align: top;
}

.uk-table td {
  padding: 8px 6px;
  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>:first-child>tr:not(:first-child),
.uk-table-divider>:not(:first-child)>tr,
.uk-table-divider>tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.uk-table-striped>tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}

.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 td,
.uk-table-small th {
  padding: 10px 12px;
}

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

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

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

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

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

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

.uk-table-link>a {
  display: block;
  padding: 8px 6px;
}

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

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

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

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

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

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

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

.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>* {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

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

.uk-icon-link {
  color: #999999;
}

.uk-icon-link:focus,
.uk-icon-link:hover {
  color: #3D3934;
  outline: none;
}

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

.uk-icon-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999999;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uk-icon-button:focus,
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #3D3934;
  outline: none;
}

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

.uk-range {
  -webkit-box-sizing: border-box;
  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: #3D3934;
}

.uk-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #3D3934;
}

.uk-range::-ms-thumb {
  margin-top: 0;
}

.uk-range::-ms-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #3D3934;
}

.uk-range::-ms-tooltip {
  display: none;
}

.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
}

.uk-range:active::-webkit-slider-runnable-track,
.uk-range:focus::-webkit-slider-runnable-track {
  background: #d2d2d2;
}

.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
}

.uk-range:focus::-moz-range-track {
  background: #d2d2d2;
}

.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
}

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}

.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
  -webkit-box-sizing: border-box;
  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-checkbox:not(:disabled),
.uk-radio: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: #3D3934;
  border: 1px solid #3D3934;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color,background-color,border;
  -o-transition-property: color,background-color,border;
  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: 40px;
}

.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: #3D3934;
  border-color: #3D3934;
}

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

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

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

.uk-input::-moz-placeholder {
  color: #999999;
}

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

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

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

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

.uk-textarea::-moz-placeholder {
  color: #999999;
}

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

.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: 30px;
}

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

.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: 55px;
}

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

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

.uk-form-blank {
  background: none;
}

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: 250px;
}

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

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

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

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

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

.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.uk-input[list]:focus,
.uk-input[list]:hover {
  background-image: url("../../images/backgrounds/form-datalist.svg");
}

.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none;
}

.uk-checkbox,
.uk-radio {
  display: inline-block;
  height: 25px;
  width: 25px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 0px solid #3D3934;
  border-radius: 6px!important;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color,border;
  -o-transition-property: background-color,border;
  transition-property: background-color,border;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.25);
  margin-right: 12px;
}

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

.uk-checkbox:focus,
.uk-radio:focus {
  outline: none;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 210px;
  }

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

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

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

.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;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 700;
}

.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: #ffffff;
  color: #3D3934;
}

.uk-button-default:focus,
.uk-button-default:hover {
  background-color: #f2f2f2;
  color: #3D3934;
}

.uk-button-default.uk-active,
.uk-button-default:active {
  background-color: #e6e6e6;
  color: #333333;
}

.uk-button-primary {
  background-color: #3D3934;
  color: #ffffff;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #2f2c28;
  color: #ffffff;
}

.uk-button-primary.uk-active,
.uk-button-primary:active {
  background-color: #211f1d;
  color: #ffffff;
}

.uk-button-secondary {
  background-color: #56534E;
  color: #ffffff;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background-color: #494642;
  color: #ffffff;
}

.uk-button-secondary.uk-active,
.uk-button-secondary:active {
  background-color: #3b3936;
  color: #ffffff;
}

.uk-button-danger {
  background-color: #e61e3a;
  color: #ffffff;
}

.uk-button-danger:focus,
.uk-button-danger:hover {
  background-color: #d31732;
  color: #ffffff;
}

.uk-button-danger.uk-active,
.uk-button-danger:active {
  background-color: #bc152c;
  color: #ffffff;
}

.uk-button-danger:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled {
  background-color: #f8f8f8;
  color: #999999;
}

.uk-button-small {
  padding: 0 15px;
  line-height: 30px;
  font-size: 0.875rem;
  padding: 6px;
  text-transform: none;
  line-height: 1.4em;
}

.uk-button-large {
  padding: 0 40px;
  line-height: 55px;
  font-size: 1.15rem;
}

.uk-button-text {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #999999;
}

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

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

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

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

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

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

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


}

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

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

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

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

}

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

.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media (min-width: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: #3D3934;
}

.uk-section-secondary {
  background: #56534E;
}

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

}

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

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

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

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

.uk-container>: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: 1420px;
}

.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) - 40px);
  }

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }

  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1420px / 2) - 40px);
  }
}

.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% + 40px);
  }

  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }

  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}

.uk-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-margin,
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-grid-divider>:not(.uk-first-column):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 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:1310px) {
  .uk-grid-divider {
    margin-left: -80px;
  }

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

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

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

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

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

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

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

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin,
.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-row-small.uk-grid-stack>.uk-grid-margin:before {
  top: -15px;
}

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

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

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

.uk-grid-divider.uk-grid-column-medium>:not(.uk-first-column):before,
.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,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .uk-grid-divider.uk-grid-column-large>:not(.uk-first-column):before,
  .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,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 140px;
  }

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

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

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

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

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

.uk-tile {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media (min-width:960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

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

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

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

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

.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

@media (min-width: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: #3D3934;
}

.uk-tile-secondary {
  background: #56534E;
}

.uk-card {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

.uk-card-title {
  font-size: 1.25rem;
  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: #f8f8f8;
}

.uk-card-default {
  background: #f8f8f8;
  color: #3D3934;
}

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

.uk-card-default.uk-card-hover:hover {
  background-color: #ebebeb;
}

.uk-card-primary {
  background: #3D3934;
  color: #ffffff;
}

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

.uk-card-primary.uk-card-hover:hover {
  background-color: #2f2c28;
}

.uk-card-secondary {
  background: #56534E;
  color: #ffffff;
}

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

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

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

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

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

@media (min-width:1310px) {
  .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-close {
  color: #999999;
}

.uk-close:focus,
.uk-close:hover {
  color: #3D3934;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uk-totop {
  padding: 5px;
  color: #999999;
}

.uk-totop:focus,
.uk-totop:hover {
  color: #3D3934;
  outline: none;
}

.uk-totop:active {
  color: #333333;
}

.uk-marker {
  padding: 5px;
  background: #56534E;
  color: #ffffff;
}

.uk-marker:focus,
.uk-marker:hover {
  color: #ffffff;
  outline: none;
}

.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #3D3934;
}

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

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

.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-alert-close:first-child+* {
  margin-top: 0;
}

.uk-alert-primary {
  background: #bcbbb9;
  color: #3D3934;
}

.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}

.uk-alert-danger {
  background: #fad4d9;
  color: #e61e3a;
}

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

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

.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #3D3934;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
}

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

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

.uk-label-danger {
  background-color: #e61e3a;
  color: #ffffff;
}

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

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

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

.uk-overlay-primary {
  background: rgba(86,83,78,0.8);
}

.uk-article:after,
.uk-article:before {
  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.55rem;
  line-height: 1.2;
}

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

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

.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uk-comment-header {
  margin-bottom: 20px;
}

.uk-comment-body:after,
.uk-comment-body:before,
.uk-comment-header:after,
.uk-comment-header:before {
  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.15rem;
  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-search {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
}

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

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

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

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

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

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

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

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

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #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: #f8f8f8;
}

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

.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.25rem;
}

.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: 3rem;
}

.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:focus,
.uk-search-toggle:hover {
  color: #3D3934;
}

.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-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%233D3934%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

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

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

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

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

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

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

.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:focus,
.uk-nav-default .uk-nav-sub a:hover {
  color: #3D3934;
}

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

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

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

.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:focus,
.uk-nav-primary .uk-nav-sub a:hover {
  color: #3D3934;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

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

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

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

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

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
  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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-family: 'Nota';
  text-decoration: none;
}

.uk-navbar-nav>li>a {
  color: #999999;
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
  color: #3D3934;
  outline: none;
}

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

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

.uk-navbar-item {
  color: #3D3934;
}

.uk-navbar-toggle {
  color: #999999;
}

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

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

.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: 15px;
  background: #f8f8f8;
  color: #3D3934;
}

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

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

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

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

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

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

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

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

.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;
}

.uk-navbar-dropdown-nav>li>a {
  color: #999999;
}

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

.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:focus,
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #3D3934;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a {
  color: #333333;
}

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

.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}

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

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

.uk-subnav>*>:first-child {
  display: block;
  color: #3D3934;
}

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

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

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

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

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

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

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

.uk-subnav-pill>.uk-active>a {
  background-color: #3D3934;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

.uk-pagination>*>* {
  display: block;
  color: #999999;
}

.uk-pagination>*>:focus,
.uk-pagination>*>:hover {
  color: #3D3934;
  text-decoration: none;
}

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

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

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

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

.uk-tab>*>a {
  display: block;
  text-align: center;
  padding: 20px 80px;
  color: #999999;
  font-size: 24px;
  background-color: #f8f7f7;
}

.uk-tab>*>a:focus,
.uk-tab>*>a:hover {
  color: #3D3934;
  text-decoration: none;
  color: #ffffff;
  background-color: #56534E;
}

.uk-tab>.uk-active>a {
  color: #333333;
  color: #ffffff;
  background-color: #3D3934;
}

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

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

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

.uk-tab-left>*>a {
  text-align: left;
}

.uk-tab-right>*>a {
  text-align: left;
}

.uk-slidenav {
  padding: 5px 10px;
  color: rgba(61,57,52,0.5);
}

.uk-slidenav:focus,
.uk-slidenav:hover {
  color: rgba(61,57,52,0.9);
  outline: none;
}

.uk-slidenav:active {
  color: rgba(61,57,52,0.5);
}

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

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

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

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

.uk-dotnav>*>* {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #3d3934;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.uk-dotnav>*>:focus,
.uk-dotnav>*>:hover {
  background-color: #fbba00;
  outline: none;
}

.uk-dotnav>*>:active {
  background-color: rgba(86,83,78,0.2);
}

.uk-dotnav>.uk-active>* {
  background-color: #56534e;
}

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

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

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

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

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

.uk-thumbnav>*>:focus,
.uk-thumbnav>*>:hover {
  outline: none;
}

.uk-thumbnav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: 20px;
}

.uk-accordion-title {
  display: block;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #333333;
  overflow: hidden;
  position: relative;
  background-color: rgba(125,125,125,0.1);
}

.uk-accordion-title h3 {
  display: inline-block;
  margin-bottom: 0;
}

.uk-accordion-title:hover h3 {
  margin-bottom: 0;
  color: #e61e3a;
}

.uk-accordion-title:hover:after {
  color: #e61e3a;
}

.uk-accordion-title:after {
  content: '\e806';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  position: absolute;
  right: 0;
}

.uk-open>.uk-accordion-title:after {
  content: '\e805';
}

.uk-accordion-title:focus,
.uk-accordion-title:hover {
  color: #3D3934;
  text-decoration: none;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  padding: 15px;
  background: #f8f8f8;
  color: #3D3934;
}

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

.uk-dropdown-nav {
  white-space: nowrap;
}

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

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

.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:focus,
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active>a {
  color: #3D3934;
}

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

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

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

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

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

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

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

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

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

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

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

.uk-open>.uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  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%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.uk-modal-header {
  padding: 15px 30px;
  background: #f8f8f8;
}

.uk-modal-footer {
  padding: 15px 30px;
  background: #f8f8f8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uk-lightbox-items>* {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.uk-lightbox-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;
  -ms-touch-action: pan-y;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}

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

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

.uk-slider-items>:focus {
  outline: none;
}

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

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

.uk-sticky.uk-animation-reverse {
  -webkit-animation-duration: 0.2s;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #56534E;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

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

.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 {
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  -webkit-transition-property: right;
  -o-transition-property: right;
  transition-property: right;
}

.uk-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  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;
  -ms-touch-action: none;
  touch-action: none;
}

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

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

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

.uk-offcanvas-container {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
}

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

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

.uk-iconnav>*>a:focus,
.uk-iconnav>*>a:hover {
  color: #3D3934;
  outline: none;
}

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

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

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

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

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

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

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

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

.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #3D3934;
  font-size: 1.15rem;
  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: #3D3934;
}

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

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

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

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #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: 20px;
  padding: 30px 30px;
  background: #f8f8f8;
}

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

.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: 20px;
  height: 15px;
}

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

.uk-progress:indeterminate {
  color: transparent;
}

.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
}

.uk-progress:indeterminate::-moz-progress-bar {
  width: 0;
}

.uk-progress::-webkit-progress-value {
  background-color: #3D3934;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background-color: #3D3934;
}

.uk-progress::-ms-fill {
  background-color: #3D3934;
  -ms-transition: width 0.6s ease;
  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: 0.8;
}

.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-] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-animation-fast {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

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

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

.uk-animation-toggle:focus {
  outline: none;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

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

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes uk-shake {
  0%, to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%, to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }

  20% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  30% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }

  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  60% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  70% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }

  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  90% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
}

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

  to {
    stroke-dashoffset: 0;
  }
}

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

  to {
    stroke-dashoffset: 0;
  }
}

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

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

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

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

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

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

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

.uk-child-width-expand>:not([class*=uk-width]) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
  }
}

@media (min-width:1310px) {
  .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]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-width-expand {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
  }
}

@media (min-width:1310px) {
  .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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 1px;
  }
}

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

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

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

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

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

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

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

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

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

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

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999999;
}

.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

.uk-text-primary {
  color: #3D3934!important;
}

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

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

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

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

.uk-text-background {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #3D3934!important;
}

@supports (-webkit-background-clip:text) {
  .uk-text-background {
    background-color: #3D3934;
  }
}

.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:1310px) {
  .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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

[class*=uk-column-] {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width:1310px) {
  [class*=uk-column-] {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

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

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

@media (min-width:1310px) {
  .uk-column-divider {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}

.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

@media (min-width:640px) {
  .uk-column-1-2\@s {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@s {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@s {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@s {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@s {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width:960px) {
  .uk-column-1-2\@m {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@m {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@m {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@m {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@m {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width:1310px) {
  .uk-column-1-2\@l {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@l {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@l {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@l {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@l {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

@media (min-width:1600px) {
  .uk-column-1-2\@xl {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .uk-column-1-3\@xl {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .uk-column-1-4\@xl {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .uk-column-1-5\@xl {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }

  .uk-column-1-6\@xl {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

.uk-column-span {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.uk-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

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

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

.uk-background-default {
  background-color: #ffffff;
}

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

.uk-background-primary {
  background-color: #3D3934;
}

.uk-background-secondary {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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:1310px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }

  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }

  .uk-align-left,
  .uk-align-left\@l,
  .uk-align-left\@m,
  .uk-align-left\@s {
    margin-right: 40px;
  }

  .uk-align-right,
  .uk-align-right\@l,
  .uk-align-right\@m,
  .uk-align-right\@s {
    margin-left: 40px;
  }
}

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

  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    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 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.uk-panel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.uk-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-height,
.uk-responsive-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

.uk-box-shadow-small {
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.35);
  box-shadow: 0 3px 3px rgba(0,0,0,0.35);
}

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

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

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

[class*=uk-box-shadow-hover] {
  -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
  transition: -webkit-box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out,-webkit-box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.35);
  box-shadow: 0 3px 3px rgba(0,0,0,0.35);
}

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

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

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

@supports (filter:blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }

  .uk-box-shadow-bottom:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 100%;
    background: #444;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }

  .uk-box-shadow-bottom>* {
    position: relative;
  }
}

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

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

@supports (-ms-ime-align:auto) {
  .uk-dropcap>p:first-of-type:first-letter {
    font-size: 1em;
  }
}

.uk-logo {
  font-size: 1.25rem;
  font-family: 'Nota';
  color: #3D3934;
  text-decoration: none;
}

.uk-logo:focus,
.uk-logo:hover {
  color: #3D3934;
  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 {
  -webkit-box-shadow: 0 0 20px rgba(100,100,100,0.3);
  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 {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

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

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

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

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

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

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

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

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

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

.uk-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.uk-flex-inline:after,
.uk-flex-inline:before,
.uk-flex:after,
.uk-flex:before {
  display: none;
}

.uk-flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.uk-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uk-flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.uk-flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.uk-flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (min-width:640px) {
  .uk-flex-left\@s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .uk-flex-center\@s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .uk-flex-right\@s {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .uk-flex-between\@s {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .uk-flex-around\@s {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width:960px) {
  .uk-flex-left\@m {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .uk-flex-center\@m {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .uk-flex-right\@m {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .uk-flex-between\@m {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .uk-flex-around\@m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width:1310px) {
  .uk-flex-left\@l {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .uk-flex-center\@l {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .uk-flex-right\@l {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .uk-flex-between\@l {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .uk-flex-around\@l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (min-width:1600px) {
  .uk-flex-left\@xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .uk-flex-center\@xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .uk-flex-right\@xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .uk-flex-between\@xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .uk-flex-around\@xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.uk-flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.uk-flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uk-flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.uk-flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.uk-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.uk-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.uk-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.uk-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

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

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

.uk-flex-wrap-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  align-content: center;
}

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.uk-flex-wrap-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.uk-flex-wrap-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.uk-flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.uk-flex-last {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

@media (min-width:640px) {
  .uk-flex-first\@s {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .uk-flex-last\@s {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media (min-width:960px) {
  .uk-flex-first\@m {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .uk-flex-last\@m {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media (min-width:1310px) {
  .uk-flex-first\@l {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .uk-flex-last\@l {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media (min-width:1600px) {
  .uk-flex-first\@xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .uk-flex-last\@xl {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

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

.uk-flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.uk-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.uk-margin {
  margin-bottom: 20px;
}

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

.uk-margin-top {
  margin-top: 20px!important;
}

.uk-margin-bottom {
  margin-bottom: 20px!important;
}

.uk-margin-left {
  margin-left: 20px!important;
}

.uk-margin-right {
  margin-right: 20px!important;
}

.uk-margin-small {
  margin-bottom: 10px;
}

*+.uk-margin-small {
  margin-top: 10px!important;
}

.uk-margin-small-top {
  margin-top: 10px!important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px!important;
}

.uk-margin-small-left {
  margin-left: 10px!important;
}

.uk-margin-small-right {
  margin-right: 10px!important;
}

.uk-margin-medium {
  margin-bottom: 40px;
}

*+.uk-margin-medium {
  margin-top: 40px!important;
}

.uk-margin-medium-top {
  margin-top: 40px!important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px!important;
}

.uk-margin-medium-left {
  margin-left: 40px!important;
}

.uk-margin-medium-right {
  margin-right: 40px!important;
}

.uk-margin-large {
  margin-bottom: 40px;
}

*+.uk-margin-large {
  margin-top: 40px!important;
}

.uk-margin-large-top {
  margin-top: 40px!important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px!important;
}

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

.uk-margin-large-right {
  margin-right: 40px!important;
}

@media (min-width:1310px) {
  .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:1310px) {
  .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:1310px) {
  .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:1310px) {
  .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: 10px;
}

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

.uk-padding-small {
  padding: 15px;
}

.uk-padding-large {
  padding: 30px;
}

@media (min-width:1310px) {
  .uk-padding-large {
    padding: 70px;
  }
}

.uk-padding-remove {
  padding: 0!important;
}

.uk-padding-remove-top {
  padding-top: 0!important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0!important;
}

.uk-padding-remove-left {
  padding-left: 0!important;
}

.uk-padding-remove-right {
  padding-right: 0!important;
}

.uk-padding-remove-vertical {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.uk-padding-remove-horizontal {
  padding-left: 0!important;
  padding-right: 0!important;
}

[class*=uk-position-bottom],
[class*=uk-position-center],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-top] {
  position: absolute!important;
}

.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

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

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

.uk-position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=uk-position-center-left],
[class*=uk-position-center-right] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.uk-position-bottom-center,
.uk-position-top-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-relative {
  position: relative!important;
}

.uk-position-absolute {
  position: absolute!important;
}

.uk-position-fixed {
  position: fixed!important;
}

.uk-position-z-index {
  z-index: 1;
}

.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}

.uk-position-small.uk-position-center {
  -webkit-transform: translate(-50%,-50%) translate(-15px,-15px);
  -ms-transform: translate(-50%,-50%) translate(-15px,-15px);
  transform: translate(-50%,-50%) translate(-15px,-15px);
}

.uk-position-small[class*=uk-position-center-left],
.uk-position-small[class*=uk-position-center-right] {
  -webkit-transform: translateY(-50%) translateY(-15px);
  -ms-transform: translateY(-50%) translateY(-15px);
  transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-bottom-center,
.uk-position-small.uk-position-top-center {
  -webkit-transform: translateX(-50%) translateX(-15px);
  -ms-transform: translateX(-50%) translateX(-15px);
  transform: translateX(-50%) translateX(-15px);
}

.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.uk-position-medium.uk-position-center {
  -webkit-transform: translate(-50%,-50%) translate(-30px,-30px);
  -ms-transform: translate(-50%,-50%) translate(-30px,-30px);
  transform: translate(-50%,-50%) translate(-30px,-30px);
}

.uk-position-medium[class*=uk-position-center-left],
.uk-position-medium[class*=uk-position-center-right] {
  -webkit-transform: translateY(-50%) translateY(-30px);
  -ms-transform: translateY(-50%) translateY(-30px);
  transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-bottom-center,
.uk-position-medium.uk-position-top-center {
  -webkit-transform: translateX(-50%) translateX(-30px);
  -ms-transform: translateX(-50%) translateX(-30px);
  transform: translateX(-50%) translateX(-30px);
}

.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.uk-position-large.uk-position-center {
  -webkit-transform: translate(-50%,-50%) translate(-30px,-30px);
  -ms-transform: translate(-50%,-50%) translate(-30px,-30px);
  transform: translate(-50%,-50%) translate(-30px,-30px);
}

.uk-position-large[class*=uk-position-center-left],
.uk-position-large[class*=uk-position-center-right] {
  -webkit-transform: translateY(-50%) translateY(-30px);
  -ms-transform: translateY(-50%) translateY(-30px);
  transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-bottom-center,
.uk-position-large.uk-position-top-center {
  -webkit-transform: translateX(-50%) translateX(-30px);
  -ms-transform: translateX(-50%) translateX(-30px);
  transform: translateX(-50%) translateX(-30px);
}

@media (min-width:1310px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }

  .uk-position-large.uk-position-center {
    -webkit-transform: translate(-50%,-50%) translate(-50px,-50px);
    -ms-transform: translate(-50%,-50%) translate(-50px,-50px);
    transform: translate(-50%,-50%) translate(-50px,-50px);
  }

  .uk-position-large[class*=uk-position-center-left],
  .uk-position-large[class*=uk-position-center-right] {
    -webkit-transform: translateY(-50%) translateY(-50px);
    -ms-transform: translateY(-50%) translateY(-50px);
    transform: translateY(-50%) translateY(-50px);
  }

  .uk-position-large.uk-position-bottom-center,
  .uk-position-large.uk-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-50px);
    -ms-transform: translateX(-50%) translateX(-50px);
    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] {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: opacity,-webkit-transform,-webkit-filter;
  transition-property: opacity,-webkit-transform,-webkit-filter;
  -o-transition-property: opacity,transform,filter;
  transition-property: opacity,transform,filter;
  transition-property: opacity,transform,filter,-webkit-transform,-webkit-filter;
  opacity: 0;
}

.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
  opacity: 1;
}

.uk-transition-scale-up {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

.uk-transition-scale-down {
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
  opacity: 1;
  -webkit-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
  opacity: 1;
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

.uk-transition-slide-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.uk-transition-slide-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.uk-transition-slide-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.uk-transition-slide-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-transition-slide-top-small {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.uk-transition-slide-bottom-small {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.uk-transition-slide-left-small {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.uk-transition-slide-right-small {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.uk-transition-slide-top-medium {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.uk-transition-slide-bottom-medium {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.uk-transition-slide-left-medium {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.uk-transition-slide-right-medium {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.uk-transition-active.uk-active [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle:hover [class*=uk-transition-slide] {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.uk-transition-opaque {
  opacity: 1;
}

.uk-transition-slow {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.uk-hidden,
[hidden] {
  display: none!important;
}

@media (min-width:640px) {
  .uk-hidden\@s {
    display: none!important;
  }
}

@media (min-width:960px) {
  .uk-hidden\@m {
    display: none!important;
  }
}

@media (min-width:1310px) {
  .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:1309px) {
  .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;
  }
}

@media print {
  *,
  :after,
  :before {
    background: transparent!important;
    color: black!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

@page {
    margin: 0.5cm;
}

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.hidden,
.ninja {
  display: none!important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.first-letter:first-letter {
  font-size: 4em;
  line-height: 0.75em;
  float: left;
  position: relative;
  padding-right: 6px;
  margin-top: -2px;
  font-weight: normal;
  color: red;
}

.text-left {
  text-align: left;
}

.text-centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.zero {
  margin: 0!important;
  padding: 0!important;
}

.clear {
  clear: both;
}

.last {
  margin-right: 0!important;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.highlight {
  background-color: #ffff9e!important;
}

.close {
  padding: 4px 6px;
  line-height: 1;
  font-size: 18px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  opacity: 0.4;
}

.close:before {
  content: '\00D7';
}

.close:hover {
  color: #EEE;
  opacity: 1;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'NovelPro';
  src: url('../../public/webfonts/NovelPro/3208D0_0_0.eot?#iefix') format("embedded-opentype"),url('../../public/webfonts/NovelPro/3208D0_0_0.woff2') format("woff2"),url('../../public/webfonts/NovelPro/3208D0_0_0.woff') format("woff"),url('../../public/webfonts/NovelPro/3208D0_0_0.ttf') format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'NovelPro';
  src: url('../../public/webfonts/NovelPro/3208D0_1_0.eot?#iefix') format("embedded-opentype"),url('../../public/webfonts/NovelPro/3208D0_1_0.woff2') format("woff2"),url('../../public/webfonts/NovelPro/3208D0_1_0.woff') format("woff"),url('../../public/webfonts/NovelPro/3208D0_1_0.ttf') format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Nota;
  src: url('../../public/webfonts/Nota/3208D0_2_0.eot?#iefix') format("embedded-opentype"),url('../../public/webfonts/Nota/3208D0_2_0.woff2') format("woff2"),url('../../public/webfonts/Nota/3208D0_2_0.woff') format("woff"),url('../../public/webfonts/Nota/3208D0_2_0.ttf') format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Nota;
  src: url('../../public/webfonts/Nota/3208D0_3_0.eot?#iefix') format("embedded-opentype"),url('../../public/webfonts/Nota/3208D0_3_0.woff2') format("woff2"),url('../../public/webfonts/Nota/3208D0_3_0.woff') format("woff"),url('../../public/webfonts/Nota/3208D0_3_0.ttf') format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Nota;
  src: url('../../public/webfonts/Nota/3208D0_4_0.eot?#iefix') format("embedded-opentype"),url('../../public/webfonts/Nota/3208D0_4_0.woff2') format("woff2"),url('../../public/webfonts/Nota/3208D0_4_0.woff') format("woff"),url('../../public/webfonts/Nota/3208D0_4_0.ttf') format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'fontello';
  src: url('../../public/webfonts/fontello/font/fontello.eot?41056712');
  src: url('../../public/webfonts/fontello/font/fontello.eot?41056712#iefix') format('embedded-opentype'),url('../../public/webfonts/fontello/font/fontello.woff2?41056712') format('woff2'),url('../../public/webfonts/fontello/font/fontello.woff?41056712') format('woff'),url('../../public/webfonts/fontello/font/fontello.ttf?41056712') format('truetype'),url('../../public/webfonts/fontello/font/fontello.svg?41056712#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: '\e800';
}

.icon-phone:before {
  content: '\e801';
}

.icon-down-open:before {
  content: '\e802';
}

.icon-left-open:before {
  content: '\e803';
}

.icon-right-open:before {
  content: '\e804';
}

.icon-up-open:before {
  content: '\e805';
}

.icon-down-open-big:before {
  content: '\e806';
}

.icon-left-open-big:before {
  content: '\e807';
}

.icon-right-open-big:before {
  content: '\e808';
}

.icon-up-open-big:before {
  content: '\e809';
}

.icon-search:before {
  content: '\e80a';
}

.icon-search-lf:before {
  content: '\e80b';
}

.icon-phone-zzn:before {
  content: '\e80c';
}

.icon-menu:before {
  content: '\e80d';
}

.icon-email-zzn:before {
  content: '\e80e';
}

.icon-icon-download-down:before {
  content: '\e80f';
}

.icon-external-link-lf:before {
  content: '\e810';
}

.icon-down-thin:before {
  content: '\e811';
}

.icon-down-dir:before {
  content: '\e812';
}

.icon-left-dir:before {
  content: '\e813';
}

.icon-right-dir:before {
  content: '\e814';
}

.icon-up-dir:before {
  content: '\e815';
}

.icon-cancel:before {
  content: '\e816';
}

.icon-cancel-1:before {
  content: '\e817';
}

.icon-emo-cry:before {
  content: '\e818';
}

.icon-resize-full:before {
  content: '\e819';
}

.icon-ok:before {
  content: '\e81a';
}

.icon-mail:before {
  content: '\e81b';
}

.icon-zoom-in:before {
  content: '\e81c';
}

.icon-right-small:before {
  content: '\e81d';
}

.icon-left-small:before {
  content: '\e81e';
}

.icon-up-thin:before {
  content: '\e81f';
}

.icon-icon-download-pdf:before {
  content: '\e820';
}

.icon-location:before {
  content: '\e821';
}

.icon-clock:before {
  content: '\e822';
}

.icon-pin:before {
  content: '\e823';
}

.icon-pin-outline:before {
  content: '\e824';
}

.icon-basket:before {
  content: '\e825';
}

.icon-basket-1:before {
  content: '\e826';
}

.icon-eye:before {
  content: '\e827';
}

.icon-book-open:before {
  content: '\e828';
}

.icon-user:before {
  content: '\e829';
}

.icon-lock:before {
  content: '\e82a';
}

.icon-floppy:before {
  content: '\e82b';
}

.icon-info:before {
  content: '\e82c';
}

.icon-info-circled:before {
  content: '\e82d';
}

.icon-help-circled:before {
  content: '\e82e';
}

.icon-help:before {
  content: '\e82f';
}

.icon-music:before {
  content: '\e830';
}

.icon-volume:before {
  content: '\e831';
}

.icon-podcast:before {
  content: '\e832';
}

.icon-facebook:before {
  content: '\f09a';
}

.icon-doc-text:before {
  content: '\f0f6';
}

.icon-angle-double-left:before {
  content: '\f100';
}

.icon-angle-double-right:before {
  content: '\f101';
}

.icon-youtube:before {
  content: '\f167';
}

.icon-xing:before {
  content: '\f168';
}

.icon-youtube-play:before {
  content: '\f16a';
}

.icon-down:before {
  content: '\f175';
}

.icon-up:before {
  content: '\f176';
}

.icon-left:before {
  content: '\f177';
}

.icon-right:before {
  content: '\f178';
}

.icon-google:before {
  content: '\f1a0';
}

.icon-file-pdf:before {
  content: '\f1c1';
}

.icon-file-word:before {
  content: '\f1c2';
}

.icon-file-excel:before {
  content: '\f1c3';
}

.icon-file-image:before {
  content: '\f1c5';
}

.icon-linkedin:before {
  content: '\f318';
}

.icon-instagram:before {
  content: '\f31e';
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}



.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px,-50%,0);
  transform: translate3d(0px,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top,200ms -webkit-transform;
  transition: 200ms top,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms top;
  transition: 200ms transform,200ms top;
  transition: 200ms transform,200ms top,200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left,200ms -webkit-transform;
  transition: 200ms left,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms left;
  transition: 200ms transform,200ms left;
  transition: 200ms transform,200ms left,200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right,200ms -webkit-transform;
  transition: 200ms right,200ms -webkit-transform;
  -o-transition: 200ms transform,200ms right;
  transition: 200ms transform,200ms right;
  transition: 200ms transform,200ms right,200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}



.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#kruemel {
  padding-top: 0!important;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: white;
  width: 100%;
  border-top: 1px solid black;
  -webkit-box-shadow: #ccc 2px 2px 8px 2px;
  box-shadow: #ccc 2px 2px 8px 2px;
}

.cookieConfig {
  font-size: 13px;
  line-height: 16px;
}

.cookieConfig #omnInnerWrap {
  padding: 10px 8px;
  max-width: 640px;
  margin: 0 auto;
}

.cookieConfig #omnInnerWrap #omnHeadline,
.cookieConfig #omnInnerWrap #omnInfotext {
  display: block;
  margin: 0 0 8px 0;
  padding: 0;
}

.cookieConfig #omnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookieConfig #omnWrap #omnLeft {
  max-width: 475px;
}

.cookieConfig #omnWrap #omnButtons {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 4px 8px;
  margin: 0 0 16px 0;
  border-radius: 4px 0 0 4px;
  text-align: left;
  vertical-align: top;
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 4px 10px;
  line-height: 17px;
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper:hover {
  background-color: #EDEDED;
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox] {
  opacity: 0;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 4px 8px;
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper a.omnMoreInfo,
.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]+label {
  height: auto;
  width: auto;
  min-height: 17px;
  display: block;
  position: relative;
  z-index: 1;
  vertical-align: top;
  line-height: 17px;
  cursor: pointer;
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper a.omnMoreInfo,
.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]+label {
  padding: 1px 0 0 22px;
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper a.omnMoreInfo:before,
.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]+label:before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left top;
  height: 17px;
  width: 17px;
  display: inline-block;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]+label:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAABvAAAAbwHxotxDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAADZQTFRF/////wAA5Bsb4Rsb4xoa4Rwc4xsb4Rsb4hsb4hsb4hsb4yIi4yYm8ZSU98DA98HB98LC////D8BLZgAAAAp0Uk5TAAEmcH+As7Xm9myQZpsAAABqSURBVBhXZY9JDgMhDASrbWDy/98OwfYcQhRF1LGl3gRgLiMrEhDIhgComYXQcL7ELOEXP+6QXcKUhaySutU7eIvAfQVMjQZyr7KIgqWXAeoiVwG5hWbU+yNsS0rbcoQetcewc/pxjv/7D9JkQzloZ2NlAAAAAElFTkSuQmCC');
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]:checked+label:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAACFAAAAhQHi7P/BAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAFFQTFRF////AP8AVdVVZsxNZrtVbcJVar9ca8NXaMFZasFXa8JZasNYasFaa8JZacJYasJZasNZa8JZasJZasJZasJZasJZasJZasJZasJZasJZasJZEILHAQAAABp0Uk5TAAEGCg8VJCZCRnB/gLGztbq9xsjS5urw9vwUKFZoAAAAcklEQVQYV23PSxYCIRBD0dDaooDVfijFt/+FOmhEj5rZHSWRJMVi7lai1oTUAKClIElhYWQJkhIfSVJsQ5c7LaoMnzcHyLK3t1cwOdxOw7gc9tPxZVwGdZ5yN6YC1Fnd5LW27rpb7MMevSr9m/5z7uv+E2PDEYnbsX9CAAAAAElFTkSuQmCC');
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]:disabled,
.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]:disabled+label {
  cursor: not-allowed;
  color: #666666;
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper input[type=checkbox]:disabled+label:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyQzgwRUFDNTc3MjExRTg5NEE3RjRDQUZDNDBDOTY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyQzgwRUFENTc3MjExRTg5NEE3RjRDQUZDNDBDOTY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODJDODBFQUE1NzcyMTFFODk0QTdGNENBRkM0MEM5NjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODJDODBFQUI1NzcyMTFFODk0QTdGNENBRkM0MEM5NjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4X18kuAAABNElEQVR42mL8//8/AzLo6+tTA1JRQGwMxSBwFoqXFRUV3UJWzwgzoKGhgZGPjy8fyGwDYk4G7OA7EFd9+vRpIlD9f7gBUM1bgHwvBuLANqAhPiBDmEA8qM3EagYBL6geBmYgA+Tn1UDMSoTG4yD7gJgDiO2PHz++mgkaYJxEaN4H9K4LEIdB+SA9kUxIIU1Is++fP39YGRkZm5DETdANeA1UsBuXZiDYCeSbI8kZM6EpjmBnZ/cB0puI0AwGTNAEAgMTvn37xs/BwREKShqENIP0ohugy8TEtBdkCDDFNRLQDAJnQAYsg6YwFEOASVqFgGaQnuXglAhUXADk9KMp+AtKJ3hiphDoygngQASlbVDyRFPATCApT4QFIigv/AelbZCpaN7B5uxCWD5AyY3kZmeAAAMApNGWSOsTA9oAAAAASUVORK5CYII=');
}

.cookieConfig #omnWrap #omnButtons>.omnButtonWrapper a.omnMoreInfo:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiBQ8PJgNWUBqsAAABOUlEQVQoz3WRu0oDQRSGv5mNF0wQFBtBTNCIFxBsAmJlYSoLFaJiaSJGIS9gY55BC3VJXEshYlCwUouohfgARoQUYiNqsPGCJNkdi113EcxpzuH75z8XRuCG3tHwgB+4iw95VHplUz9+AAb0Fo/6YC+kJqoHT58q5jDhW2BX72yMVfaTZQHGKVG+eCHk+bgnjCZ2FldFdlKeUC9Ma0Sb3qLHBbcqLS5EH23ehiIblnmGAbiJjwLktI+SM65QnZVLJWvc2W3TznOm0gF4f4wmyxKaa07Db3eUXam0CTLbXjm0qUr96iIJQKtxlukSRp4Z11lQ2zKgVoi4Ty+FMcVR3TNR8zJ+zDlg8fxHecUErhI5CSql1kVvoJsNVzYCQS2o1sQyCM+UGdSKTuOxxPU/v2mVeLPvrxU9+gO/3Fu7J/nI4wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0wNS0xNVQxNTozODowMyswMjowMJG7RKYAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMDUtMTVUMTU6Mzg6MDMrMDI6MDDg5vwaAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==');
}

.cookieConfig #omnWrap #btn_container>a {
  display: block;
}

.cookieConfig #omnWrap #btn_container>a.omnSaveConf {
  background-color: #efefef!important;
  background-image: none!important;
  color: #A5A5A5!important;
  margin-top: 5px;
}

@media only screen and (max-width:768px) {
  .cookieConfig #omnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookieConfig #omnWrap #btn_container>a {
    margin-top: 5px;
  }
}

#cookieInformation .cookieInfoTable tr>th {
  border-bottom: 2px solid #ccc;
  text-align: left;
  padding-right: 10px;
}

#cookieInformation .cookieInfoTable tr>td {
  border-bottom: 1px solid #ccc;
}

#cookieInformation .cookieInfoTable tr>td:last-child {
  padding-right: 0;
}

#cookieInformation .cookieInfoTable .omnDeleteCookie {
  background-repeat: no-repeat;
  background-position: center center;
  height: 17px;
  width: 17px;
  display: block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAABvAAAAbwHxotxDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAABVQTFRF////4xwc4Boa4xsb4xsb4hsb4hsbAzjqOAAAAAZ0Uk5TABIyvM7u8CvBkgAAAFJJREFUCB1jYFAWYGBgNGJgYApzZGAQSVVgUE1LEWB0SwtiMEtLcxRJS0tmABIpbkAOA1AYCFKAOoBCIAGgVjeIAIIBk4IrhmuHGwi3Am4pzBkAH3Ic9W6bjv0AAAAASUVORK5CYII=');
}

#cookieInformation .cookieInfoTable .omnDeleteCookie span {
  display: none;
}

#fRdatenschutz #dstMenu {
  margin-bottom: 60px;
}

#fRdatenschutz #dstMenu p {
  margin-bottom: 0!important;
}

#fRdatenschutz .h2,
#fRdatenschutz h2 {
  margin-bottom: 20px;
}

#fRdatenschutz h4 {
  margin-top: 15px;
}

#fRdatenschutz ol,
#fRdatenschutz ul {
  font-size: 16px;
}

.search_it-result {
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.4);
  padding: 1rem;
  margin: 1rem 0;
  list-style-type: none;
  list-style-position: inline;
}

.search_it-title,
.search_it-title a {
  font-family: 'Nota';
  font-style: normal;
  font-weight: 700;
  color: rgba(0,180,0,0.7);
}

.search_it-result .search_it-teaser {
  color: rgba(0,0,0,0.7);
}

.search_it-result .search_it-url {
  color: rgba(0,0,0,0.4);
}

.search_it-missing_type,
.search_it-zero {
  background: rgba(180,0,0,0.05);
  padding: 1rem;
  border: 1px solid rgba(255,0,0,0.7);
  margin: 1rem 0;
  color: rgba(255,0,0,0.7);
}

.search_it-request,
.search_it-type {
  font-family: 'Nota';
  font-style: normal;
  font-weight: 700;
}

.pagination {
  text-align: center;
  list-style: none outside none;
  margin: 0 auto 0;
  padding: 0;
}

.pagination>li {
  margin: 0;
  padding: 0 0 0 5px;
  display: inline-block;
  line-height: 22px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin: 2px;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.pagination>li a {
  display: block;
  color: #3D3934;
  text-decoration: none;
}

.pagination>li:hover a {
  background-color: #3D3934;
  color: #ffffff;
}

@media (max-width:1309px) {
  .uk-container {
    max-width: 960px;
  }
}

body {
  -webkit-hyphenate-character: "-";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.fr-offcanvas-content {
  overflow-x: hidden!important;
}

.lime {
  background-color: lime;
  color: white;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
  white-space: pre-wrap;
}

picture {
  display: block;
}

.fr-required {
  color: #e61e3a;
}

.form-required label:after {
  content: " *";
  color: #e61e3a;
  font-size: 15px;
}

.form-required .radio label:after {
  display: none;
}

.form-required input[type=text]:required:valid {
  color: green;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJpY29uLWNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI1IDIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNSAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA4MDAwIiBzdHJva2Utd2lkdGg9IjEuMSIgcG9pbnRzPSIyLjUsMTAgNi41LDE1IDE1LjUsNCAiLz4NCjwvc3ZnPg0K);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.form-required input:focus:invalid,
.form-required input[type=text]:required:invalid {
  -moz-box-shadow: none;
  color: red;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI1IDIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNSAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIG9wYWNpdHk9IjAuNSIgZmlsbD0iI0ZGMDAwMCIgY3g9IjEwLjUiIGN5PSIxNCIgcj0iMSIvPg0KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGMDAwMCIgc3Ryb2tlLXdpZHRoPSIxLjEiIGN4PSIxMC41IiBjeT0iMTAiIHI9IjkiLz4NCjxwYXRoIG9wYWNpdHk9IjAuNSIgZmlsbD0iI0ZGMDAwMCIgZD0iTTExLjUsNy43Yy0wLjEsMS44LTAuNCwzLjYtMC40LDMuNkMxMSwxMS45LDEwLjgsMTIsMTAuNSwxMmMtMC4zLDAtMC41LTAuMS0wLjYtMC43DQoJYzAsMC0wLjMtMS44LTAuNC0zLjZDOS41LDYuNSw5LjUsNiw5LjUsNmMwLTAuNiwwLjQtMSwxLTFjMC41LDAsMSwwLjQsMSwxQzExLjUsNiwxMS41LDYuNSwxMS41LDcuN0wxMS41LDcuN3oiLz4NCjwvc3ZnPg0K);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.error {
  color: red;
}

label.form_warning {
  color: red!important;
}

input.form_warning {
  border-color: red!important;
}

figure {
  position: relative;
}

figcaption {
  color: #ffffff;
  background-color: rgba(0,0,0,0.1);
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: block;
  padding: 5px 10px;
  font-size: 13.6px;
  line-height: 1em;
}

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

body.isMobile a[href^=tel]:hover,
body.isMobile a[href^=tel]:link,
body.isMobile a[href^=tel]:visited {
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

body.isComputer a[href^=tel],
body.isComputer a[href^=tel]:hover,
body.isComputer a[href^=tel]:link,
body.isComputer a[href^=tel]:visited {
  background-color: transparent!important;
  text-decoration: none!important;
  cursor: default!important;
  border-bottom: 0!important;
  position: relative;
}

.fr-label-hidden label {
  display: none;
}

.uk-form-horizontal .fr-control-reset .uk-form-controls {
  margin-left: 0;
}

.fr-image-resize i {
  font-size: 48px;
}

.fr-image-resize:hover i {
  color: #3D3934;
}

.fr-padding-xsmall {
  padding: 4px 8px;
}

.fr-anker {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.fr-button-minwidth {
  min-width: 140px;
}

.fr-button-boxshadow {
  -webkit-box-shadow: -4px 4px rgba(180,180,180,0.5);
  box-shadow: -4px 4px rgba(180,180,180,0.5);
}

.fr-button-boxshadow:hover {
  -webkit-box-shadow: -4px 6px #b4b4b4;
  box-shadow: -4px 6px #b4b4b4;
}

.fr-button-bordered {
  border: 1px solid #56534E;
  color: #56534E;
  line-height: 45px;
}

header #fr-topLine {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .fr-bg-whitetrans {
  background-color: rgba(250,250,250,1);
}

header .fr-bg-whitetrans>.uk-container {
  width: 100%;
}

header .fr-servicenav>div {
  padding: 15px 0;
}

header .fr-servicenav ul.fr-subnav li a {
  font-family: 'Nota';
  font-style: normal;
  font-weight: 400;
}

header .fr-logo {
  display: block;
  margin-bottom: 5px;
}

header .fr-logo svg {
  width: 172px;
  height: 64px;
}

header .fr-slogan {
  margin-left: 15px;
  vertical-align: middle;
}

header .fr-mobilenav-toggle {
  color: #3D3934;
  text-decoration: none;
  line-height: 31.2px;
  text-transform: uppercase;
  vertical-align: middle;
}

header .fr-mobilenav-toggle span {
  font-size: 21.6px;
}

header .fr-mobilenav-toggle i {
  font-size: 31.2px;
}

header .fr-mobilenav-toggle i:before {
  vertical-align: middle;
}

header .fr-icon-down svg {
  color: #ffffff;
}

header .fr-icon-down svg>polygon {
  fill: #ffffff;
}

header .fr-icon-down svg>line {
  stroke: #ffffff;
}

.fr-navbar-socialicons {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fr-navbar-socialicons a {
  color: #3D3934;
  text-decoration: none;
}

.fr-navbar-socialicons a div {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.fr-navbar-socialicons a div i {
  color: #3D3934;
}

.fr-navbar-socialicons a:hover {
  color: #e61e3a;
}

.fr-navbar-socialicons a:hover div {
  background-color: #ffffff;
}

.fr-navbar-socialicons a:hover div i {
  color: #e61e3a;
}

nav#fr-naviBox {
  z-index: 100;
  position: relative;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

nav#fr-naviBox .fr-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav#fr-naviBox .fr-navigation>ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav#fr-naviBox .fr-navigation>ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

nav#fr-naviBox .fr-navigation>ul>li {
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

nav#fr-naviBox .fr-navigation>ul>li>a {
  font-family: 'Nota';
  font-style: normal;
  font-weight: 500;
  display: block;
  margin: 0 0 5px 0;
  padding: 15px 20px;
  text-decoration: none;
  color: #3D3934;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

nav#fr-naviBox .fr-navigation>ul>li>a>i,
nav#fr-naviBox .fr-navigation>ul>li>a>span {
  vertical-align: middle;
}

nav#fr-naviBox .fr-navigation>ul>li>a i {
  color: #CCCCCC;
}

nav#fr-naviBox .fr-navigation>ul>li>a i:before {
  -webkit-transition: transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear,-webkit-transform 0.25s linear;
}

nav#fr-naviBox .fr-navigation>ul>li>a i.icon-volume {
  color: #3D3934;
}

nav#fr-naviBox .fr-navigation>ul>li:hover>a {
  background-color: rgba(0,0,0,0.02);
}

nav#fr-naviBox .fr-navigation>ul>li:hover>a i.icon-down-open:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

nav#fr-naviBox .fr-navigation>ul>li:hover>.fr-dropdown {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

nav#fr-naviBox .fr-navigation>ul>li:hover.hasDropdown>a:after {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

nav#fr-naviBox .fr-navigation>ul>li.uk-active>a {
  color: #3D3934;
}

nav#fr-naviBox .fr-navigation>ul>li.uk-active:hover>a {
  color: #929292;
}



nav#fr-naviBox .fr-navigation>ul:hover>li:not(:hover)>.fr-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

nav#fr-naviBox .fr-navigation>ul:hover>li:not(:hover).hasDropdown>a:after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

nav#fr-naviBox .fr-dropdown {
  background-color: rgba(0,110,215,0.85);
  width: calc(100% + 40px);
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

ul.fr-nav-lev2 {
  list-style: outside none none;
  margin: 0;
  padding: 40px 0 0 0;
  z-index: 100;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.fr-nav-lev2>li {
  display: block;
  margin: 0px 50px 40px;
  padding: 0;
}

ul.fr-nav-lev2>li>a {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px 8px 5px 2px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}

ul.fr-nav-lev2>li>a span {
  display: inline-block;
  position: relative;
}

ul.fr-nav-lev2>li:hover>a {
  border-bottom: 1px solid rgba(255,255,255,0.35);
  color: #ffffff;
}

ul.fr-nav-lev2>li>ul {
  list-style: outside none none;
  margin: 8px 0 0 0;
  padding: 0;
  z-index: 100;
  text-align: left;
  font-size: 16px;
}

ul.fr-nav-lev2>li>ul>li {
  display: block;
  margin: 0 4px;
  padding: 0px;
  border-left: 1px solid rgba(255,255,255,0.35);
}

ul.fr-nav-lev2>li>ul>li.uk-nav-header {
  border-left: 1px solid transparent;
  text-transform: none;
}

ul.fr-nav-lev2>li>ul>li.uk-nav-header>span {
  font-family: 'Nota';
  font-style: normal;
  font-weight: 700;
  display: block;
  position: relative;
  margin: 0;
  padding: 3px 18px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}

ul.fr-nav-lev2>li>ul>li>a {
  display: block;
  position: relative;
  margin: 0;
  padding: 3px 18px;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 400;
}

ul.fr-nav-lev2>li>ul>li:hover>a {
  background-color: #3D3934;
  color: #ffffff;
}

.fr-openSearchForm {
  font-size: 35px;
  color: #fbba00;
}

.loggedin nav#fr-naviBox .fr-navigation>ul>li.nid56 a {
  color: #e61e3a;
  border: 1px solid #CCCCCC;
}

.loggedin nav#fr-naviBox .fr-navigation>ul>li.nid56.uk-active a {
  border-color: #e61e3a;
}

.uk-nav-primary.fr-mobile-nav>li>a {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #3D3934;
}

.uk-nav-primary.fr-mobile-nav .uk-nav-sub a {
  font-size: 1.4rem;
  line-height: 1.35;
  padding: 0.5em;
}

[class*=fr-container-bg] {
  position: relative;
}

[class*=fr-container-bg]:before {
  content: '';
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #56534E;
  background-blend-mode: multiply;
  opacity: 1;
  z-index: 0;
}

[class*=fr-container-bg]>* {
  position: relative;
  z-index: 50;
}

.fr-container-bg-left:before {
  right: 90%;
}

.fr-bg-gradient {
  background: #ea6338;
  background: -o-radial-gradient(top,ellipse,#f08262 29%,#ea6338 70%);
  background: radial-gradient(ellipse at top,#f08262 29%,#ea6338 70%);
}

.fr-bg-tile {
  background: -webkit-gradient(linear,left top,right top,color-stop(50%,#006ED7),color-stop(50%,#233B6C));
  background: -o-linear-gradient(left,#006ED7 50%,#233B6C 50%);
  background: linear-gradient(to right,#006ED7 50%,#233B6C 50%);
}

footer .fr-logo {
  display: block;
}

footer .fr-logo svg {
  width: 250px;
  height: 55px;
}

footer .fr-service-nav {
  padding-left: 0;
}

footer .fr-service-nav>li>a {
  color: #ffffff;
}

footer .fr-service-nav>li>a:active,
footer .fr-service-nav>li>a:hover {
  color: #e61e3a;
}

footer .fr-service-nav>li.uk-active>a {
  color: #e61e3a;
}

#offcanvas-reveal .fr-offcanvas-inner {
  width: 100%;
  padding: 20px 20px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#offcanvas-reveal p:last-child {
  margin-bottom: 0;
}

#offcanvas-reveal i,
#offcanvas-reveal span {
  display: inline-block;
  vertical-align: top;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav {
  padding-top: 50px;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li {
  font-size: 19.2px;
  padding-left: 20px;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li>a {
  color: #3D3934;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li.uk-active>a,
#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li:hover>a {
  color: #3D3934;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li .icon-down-open {
  display: none;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li .icon-external-link-lf {
  float: right;
  margin-bottom: 5px;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li>ul.uk-nav-sub {
  padding-left: 0;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li>ul.uk-nav-sub>li {
  font-size: 17.6px;
  text-transform: none;
}

#offcanvas-reveal .fr-offcanvas-inner>.uk-nav>li>ul.uk-nav-sub>li>a {
  color: #3D3934;
}

#offcanvas-reveal .uk-close:hover {
  color: #3D3934;
}

#offcanvas-reveal .fr-mobilenav-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 5px solid #3D3934;
  color: #ffffff;
}

#offcanvas-reveal .fr-mobilenav-footer a {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

b,
strong {
  font-family: 'Nota';
  font-style: normal;
  font-weight: 700;
}

.fr-th-valgin-middle th {
  vertical-align: middle;
}

.uk-input,
.uk-select,
.uk-textarea {
  border-radius: 8px;
}

.fr-form-upload {
  display: block;
}

.fr-form-upload .uk-form-custom {
  display: block;
}

.fr-video-upload {
  max-width: 32px;
  margin-right: 8px;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control.uk-input {
  max-width: 150px;
}

.input-group-addon {
  padding: 12px 12px 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #324050;
  text-align: center;
  background-color: #eee;
  border: 1px solid #c1c9d4;
  border-left-color: #c1c9d4;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.uk-fieldset {
  border: 1px solid #CCCCCC;
  padding: 30px;
  border-bottom-color: #000000;
  background-color: rgba(255,255,255,0.35);
  margin-bottom: 50px;
}

.uk-legend {
  width: auto;
  color: #e61e3a;
  font-family: 'NovelPro';
  font-style: normal;
  font-weight: 400;
  border-left: 10px solid #f8f8f8;
  border-right: 10px solid #f8f8f8;
}

.fr-label-h4 {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.fr-label-h4>label {
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #333333;
  text-transform: none;
  font-size: 1.15rem;
  line-height: 1.4;
  font-size: 1.3rem;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.fr-textarea-label-h4 {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.fr-textarea-label-h4 label {
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #333333;
  text-transform: none;
  font-size: 1.15rem;
  line-height: 1.4;
  font-size: 1.3rem;
  font-family: 'Nota';
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
}

.hiddenForm {
  background-color: rgba(0,0,0,0.035);
  padding: 20px 8px 8px 16px;
}

.fr-radio-margin .radio,
.fr-radio-margin label {
  display: block;
  margin-bottom: 10px;
}

form:not(#table-rex_website_unfallschaden) .uk-checkbox,
form:not(#table-rex_website_unfallschaden) .uk-radio {
  margin-top: 2px;
  margin-bottom: 4px;
}

.loadingAnimation {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: 0 0;
  border: 10px solid transparent;
  border-top-color: #3D3934;
  border-left-color: #3D3934;
  border-radius: 50%;
  -webkit-animation: loader 0.75s 10 ease forwards;
  animation: loader 0.75s 10 ease forwards;
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#kruemel {
  background-color: #ffffff;
  border-top: 0px solid #929292;
}



#fRdatenschutz h1 {
  display: none;
}

#fRdatenschutz #dstLastChange {
  margin-top: 0;
}

#fRdatenschutz p {
  margin-bottom: 1em;
}

#fRdatenschutz ol>li>ol {
  list-style-type: circle;
}

#fRdatenschutz ol:not(#dstMenu)>li::marker {
  font-size: 22px;
}

#fRdatenschutz ol:not(#dstMenu)>li h2 {
  font-size: 22px;
}

.uk-flex-column {
  min-height: 1px;
}

.uk-flex-column>* {
  min-height: 1px;
}

.fr-sidebar-right {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 200px;
}

body.Explorer11 #formjs-save1 {
  display: none;
}

#fr-login-section {
  position: relative;
}

#fr-login-section:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url('../img/bg-login.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #46534E;
  background-blend-mode: multiply;
  opacity: 1;
  z-index: 0;
}

#fr-login-section>* {
  position: relative;
  z-index: 50;
}

.fr-card-slider .uk-card {
  margin: 0 10px 12px 10px;
}

.fr-card-slider .uk-card .uk-card-title {
  color: #000000;
}

.fr-card-slider .uk-card .uk-button {
  color: #3D3934;
}

.fr-card-slider .uk-card:hover {
  cursor: pointer;
}

.fr-card-slider .uk-card:hover .uk-card-bottom {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.1);
}

.fr-card-slider .uk-card:hover .uk-button {
  color: #e61e3a;
}

.fr-headerimage-headline h1 {
  color: #ffffff;
}

.fr-downloads .uk-card h4 {
  margin: 0;
}

.fr-downloads .uk-card img,
.fr-downloads .uk-card svg {
  width: 45px;
  color: #fbba00;
}

#yform-table-rex_website_kontaktformular-hiernixrein {
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.fr-totop {
  position: fixed;
  bottom: 80px;
  right: 40px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -3px 3px 0px rgba(0,0,0,0.1);
  box-shadow: -3px 3px 0px rgba(0,0,0,0.1);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
}

.fr-totop a {
  color: #ffffff;
  display: block;
  background-color: #3D3934;
}

.fr-totop a:hover {
  background-color: #56534E;
}

.fr-totop a.fr-faq {
  background-color: #e61e3a;
}

.fr-totop a.fr-faq:hover {
  background-color: #80A41C;
}

body.scrolled .fr-totop {
  opacity: 1;
}

body:before {
  display: none;
  content: "@mini";
}

@media (min-width:640px) {
  body:before {
    content: "@small";
  }
}

@media (min-width:960px) {
  body:before {
    content: "@medium";
  }
}

@media (min-width:1310px) {
  body:before {
    content: "@large";
  }
}

@media (min-width:1600px) {
  body:before {
    content: "@xlarge";
  }
}

@media (min-width:1310px) {
  .uk-h2,
  h2 {
    font-size: 32px;
  }

  .fr-logo {
    width: 240px;
  }
}

@media (max-width:639px) {
  .uk-container>.uk-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uk-h2,
  h2 {
    font-size: 24px;
  }

  header .uk-navbar-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .fr-mobilenav-toggle i {
    font-size: 40px;
  }

  .uk-h3,
  h3 {
    letter-spacing: 0px;
    font-size: 1.15rem;
  }

  .uk-h3.fr-h3-larger,
  h3.fr-h3-larger {
    font-size: 1.35rem;
  }

  .uk-button {
    min-width: 165px;
    padding: 0 20px;
  }

  .uk-navbar-item {
    padding: 0;
  }

  footer .fr-logo {
    padding-top: 20px;
  }

  .fr-totop {
    bottom: 20px;
  }

  .fr-logo img {
    max-height: 65px;
  }

  #fr-topLine>section {
    padding: 0px;
  }
}

@media (max-width:959px) {
  .input-group .form-control.uk-input {
    max-width: 100px;
  }

  .fr-pflichtfelder {
    right: auto;
    top: -20px;
  }
}

@media (max-width:1309px) {
  .fr-totop {
    right: 0px;
  }
}

@media (min-width:640px) and (max-width:959px) {
  .uk-h2,
  h2 {
    font-size: 26.4px;
  }
}

@media print {
  .form-buttons-wrap,
  footer,
  header {
    display: none!important;
  }

  fieldset {
    page-break-after: always;
  }

  fieldset:last-child {
    page-break-after: avoid;
  }

  form {
    page-break-after: avoid;
  }

  form:last-child {
    page-break-after: avoid;
  }

  .uk-input,
  .uk-select:not([multiple]):not([size]) {
    height: auto!important;
  }

  h2.fr-headline-border {
    margin-bottom: 0!important;
  }

  .uk-h4,
  h4,
  h4.uk-heading-divider {
    margin-top: 10px!important;
    font-size: 1.2rem!important;
    margin-bottom: 0!important;
  }

  .uk-form-label {
    margin-bottom: 0px!important;
  }

  .uk-padding {
    padding: 0px;
  }

  .uk-text-large {
    font-size: 1rem;
    line-height: 1em;
  }
}

/*# sourceMappingURL=fr-theme-prepros.css.map */