html {
     font-family: Josefin Sans;
     font-size: 16px;
     font-weight: normal;
     line-height: 2;
     -webkit-text-size-adjust: 100%;
     background: #121212;
     color: #fff;
}
body {
     margin: 0;
}
a,
.uk-link {
     color: #fff;
     text-decoration: underline;
     cursor: pointer;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
     color: #fff;
     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: #f0506e;
     white-space: nowrap;
     padding: 2px 6px;
     background: #f8f8f8;
}
em {
     color: #f0506e;
}
ins {
     background: #ffd;
     color: #fff;
     text-decoration: none;
}
mark {
     background: #ffd;
     color: #fff;
}
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,
svg,
video {
     max-width: 100%;
     height: auto;
     box-sizing: border-box;
}
img:not([src]) {
     visibility: hidden;
     min-width: 1px;
}
iframe {
     border: 0;
}
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
     margin: 0 0 20px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
     margin-top: 20px;
}
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
     margin: 0 0 20px 0;
     font-family: Josefin Sans;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
}
* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
     margin-top: 40px;
}
h1,
.uk-h1 {
     font-size: 2.23125rem;
     line-height: 1.2;
}
h2,
.uk-h2 {
     font-size: 1.7rem;
     line-height: 1.3;
}
h3,
.uk-h3 {
     font-size: 1.5rem;
     line-height: 1.4;
}
h4,
.uk-h4 {
     font-size: 1.25rem;
     line-height: 1.4;
}
h5,
.uk-h5 {
     font-size: 16px;
     line-height: 1.4;
}
h6,
.uk-h6 {
     font-size: 0.875rem;
     line-height: 1.4;
}
@media (min-width: 960px) {
     h1,
     .uk-h1 {
          font-size: 2.625rem;
     }
     h2,
     .uk-h2 {
          font-size: 2rem;
     }
}
ul,
ol {
     padding-left: 30px;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
     margin: 0;
}
dt {
     font-weight: bold;
}
dd {
     margin-left: 0;
}
hr,
.uk-hr {
     overflow: visible;
     text-align: inherit;
     margin: 0 0 20px 0;
     border: 0;
     border-top: 1px solid #e5e5e5;
}
* + hr,
* + .uk-hr {
     margin-top: 20px;
}
address {
     font-style: normal;
}
blockquote {
     margin: 0 0 20px 0;
     font-size: 1.25rem;
     line-height: 1.5;
     font-style: italic;
     color: #fff;
}
* + 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;
     color: #fff;
}
blockquote footer::before {
     content: "— ";
}
pre {
     font: 0.875rem / 1.5 Consolas, monaco, monospace;
     color: #fff;
     -moz-tab-size: 4;
     -o-tab-size: 4;
     tab-size: 4;
     overflow: auto;
     padding: 10px;
     border: 1px solid #e5e5e5;
     border-radius: 3px;
     background: #121212;
}
pre code {
     font-family: Consolas, monaco, monospace;
}
:focus {
     outline: none;
}
:focus-visible {
     outline: 2px dotted #fff;
}
::-moz-selection {
     background: #39f;
     color: #fff;
     text-shadow: none;
}
::selection {
     background: #39f;
     color: #fff;
     text-shadow: none;
}
details,
main {
     display: block;
}
summary {
     display: list-item;
}
template {
     display: none;
}
:root {
     --uk-breakpoint-s: 640px;
     --uk-breakpoint-m: 960px;
     --uk-breakpoint-l: 1200px;
     --uk-breakpoint-xl: 1600px;
}
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
     color: #ebebeb;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
     color: #fff;
}
a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
     color: inherit;
}
a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
     color: #ebebeb;
}
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
     color: inherit;
}
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
     color: #9ab095;
     text-decoration: none;
}
a.uk-link-reset,
.uk-link-reset a {
     color: inherit !important;
     text-decoration: none !important;
}
.uk-link-toggle {
     color: inherit !important;
     text-decoration: none !important;
}
.uk-heading-small {
     font-size: 2.6rem;
     line-height: 1.2;
}
.uk-heading-medium {
     font-size: 2.45rem;
     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: 1200px) {
     .uk-heading-medium {
          font-size: 4rem;
     }
     .uk-heading-large {
          font-size: 6rem;
     }
     .uk-heading-xlarge {
          font-size: 8rem;
     }
     .uk-heading-2xlarge {
          font-size: 11rem;
     }
}
.uk-heading-divider {
     padding-bottom: calc(5px + 0.1em);
     border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-bullet {
     position: relative;
}
.uk-heading-bullet::before {
     content: "";
     display: inline-block;
     position: relative;
     top: calc(-0.1 * 1em);
     vertical-align: middle;
     height: calc(4px + 0.7em);
     margin-right: calc(5px + 0.2em);
     border-left: calc(5px + 0.1em) solid #e5e5e5;
}
.uk-heading-line {
     overflow: hidden;
}
.uk-heading-line > * {
     display: inline-block;
     position: relative;
}
.uk-heading-line > ::before,
.uk-heading-line > ::after {
     content: "";
     position: absolute;
     top: calc(50% - (calc(0.2px + 0.05em) / 2));
     width: 2000px;
     border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-line > ::before {
     right: 100%;
     margin-right: calc(5px + 0.3em);
}
.uk-heading-line > ::after {
     left: 100%;
     margin-left: calc(5px + 0.3em);
}
[class*="uk-divider"] {
     border: none;
     margin-bottom: 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::before,
.uk-divider-icon::after {
     content: "";
     position: absolute;
     top: 50%;
     max-width: calc(50% - (50px / 2));
     border-bottom: 1px solid #e5e5e5;
}
.uk-divider-icon::before {
     right: calc(50% + (50px / 2));
     width: 100%;
}
.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: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     height: 100px;
     margin-left: auto;
     margin-right: auto;
     border-left: 1px solid #e5e5e5;
}
.uk-list {
     padding: 0;
     list-style: none;
}
.uk-list > * {
     -moz-column-break-inside: avoid;
     break-inside: avoid-column;
}
.uk-list > * > :last-child {
     margin-bottom: 0;
}
.uk-list > :nth-child(n + 2),
.uk-list > * > ul {
     margin-top: 10px;
}
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
     padding-left: 30px;
}
.uk-list-decimal {
     counter-reset: decimal;
}
.uk-list-decimal > * {
     counter-increment: decimal;
}
.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
     content: "";
     position: relative;
     left: -30px;
     width: 30px;
     height: 2em;
     margin-bottom: -2em;
     display: list-item;
     list-style-position: inside;
     text-align: right;
}
.uk-list-disc > ::before {
     list-style-type: disc;
}
.uk-list-circle > ::before {
     list-style-type: circle;
}
.uk-list-square > ::before {
     list-style-type: square;
}
.uk-list-decimal > ::before {
     content: counter(decimal, decimal) "\200A.\00A0";
}
.uk-list-hyphen > ::before {
     content: "–\00A0\00A0";
}
.uk-list-muted > ::before {
     color: #ebebeb !important;
}
.uk-list-emphasis > ::before {
     color: #fff !important;
}
.uk-list-primary > ::before {
     color: #9ab095 !important;
}
.uk-list-secondary > ::before {
     color: #222 !important;
}
.uk-list-bullet > * {
     padding-left: 30px;
}
.uk-list-bullet > ::before {
     content: "";
     display: list-item;
     position: relative;
     left: -30px;
     width: 30px;
     height: 2em;
     margin-bottom: -2em;
     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%23fff%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
     background-repeat: no-repeat;
     background-position: 50% 50%;
}
.uk-list-divider > :nth-child(n + 2) {
     margin-top: 10px;
     padding-top: 10px;
     border-top: 1px solid #e5e5e5;
}
.uk-list-striped > * {
     padding: 10px 10px;
}
.uk-list-striped > *:nth-of-type(odd) {
     border-top: 1px solid #e5e5e5;
     border-bottom: 1px solid #e5e5e5;
}
.uk-list-striped > :nth-of-type(odd) {
     background: #f8f8f8;
}
.uk-list-striped > :nth-child(n + 2) {
     margin-top: 0;
}
.uk-list-large > :nth-child(n + 2),
.uk-list-large > * > ul {
     margin-top: 20px;
}
.uk-list-collapse > :nth-child(n + 2),
.uk-list-collapse > * > ul {
     margin-top: 0;
}
.uk-list-large.uk-list-divider > :nth-child(n + 2) {
     margin-top: 20px;
     padding-top: 20px;
}
.uk-list-collapse.uk-list-divider > :nth-child(n + 2) {
     margin-top: 0;
     padding-top: 0;
}
.uk-list-large.uk-list-striped > * {
     padding: 20px 10px;
}
.uk-list-collapse.uk-list-striped > * {
     padding-top: 0;
     padding-bottom: 0;
}
.uk-list-large.uk-list-striped > :nth-child(n + 2),
.uk-list-collapse.uk-list-striped > :nth-child(n + 2) {
     margin-top: 0;
}
.uk-description-list > dt {
     color: #fff;
     font-size: 0.875rem;
     font-weight: normal;
     text-transform: uppercase;
}
.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: 16px 12px;
     text-align: left;
     vertical-align: bottom;
     font-size: 0.875rem;
     font-weight: normal;
     color: #ebebeb;
     text-transform: uppercase;
}
.uk-table td {
     padding: 16px 12px;
     vertical-align: top;
}
.uk-table td > :last-child {
     margin-bottom: 0;
}
.uk-table tfoot {
     font-size: 0.875rem;
}
.uk-table caption {
     font-size: 0.875rem;
     text-align: left;
     color: #ebebeb;
}
.uk-table-middle,
.uk-table-middle td {
     vertical-align: middle !important;
}
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
     border-top: 1px solid #e5e5e5;
}
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
     background: #f8f8f8;
     border-top: 1px solid #e5e5e5;
     border-bottom: 1px solid #e5e5e5;
}
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
     background: #ffd;
}
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
     background: #ffd;
}
.uk-table-small th,
.uk-table-small td {
     padding: 10px 12px;
}
.uk-table-large th,
.uk-table-large td {
     padding: 22px 12px;
}
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
     padding-left: 0;
}
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
     padding-right: 0;
}
.uk-table-shrink {
     width: 1px;
}
.uk-table-expand {
     min-width: 150px;
}
.uk-table-link {
     padding: 0 !important;
}
.uk-table-link > a {
     display: block;
     padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
     padding: 10px 12px;
}
@media (max-width: 959px) {
     .uk-table-responsive,
     .uk-table-responsive tbody,
     .uk-table-responsive th,
     .uk-table-responsive td,
     .uk-table-responsive tr {
          display: block;
     }
     .uk-table-responsive thead {
          display: none;
     }
     .uk-table-responsive th,
     .uk-table-responsive td {
          width: auto !important;
          max-width: none !important;
          min-width: 0 !important;
          overflow: visible !important;
          white-space: normal !important;
     }
     .uk-table-responsive th:not(:first-child):not(.uk-table-link),
     .uk-table-responsive td:not(:first-child):not(.uk-table-link),
     .uk-table-responsive .uk-table-link:not(:first-child) > a {
          padding-top: 5px !important;
     }
     .uk-table-responsive th:not(:last-child):not(.uk-table-link),
     .uk-table-responsive td:not(:last-child):not(.uk-table-link),
     .uk-table-responsive .uk-table-link:not(:last-child) > a {
          padding-bottom: 5px !important;
     }
     .uk-table-justify.uk-table-responsive th,
     .uk-table-justify.uk-table-responsive td {
          padding-left: 0;
          padding-right: 0;
     }
}
.uk-table tbody tr {
     transition: background-color 0.1s linear;
}
.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
     border-bottom: 1px solid #e5e5e5;
}
.uk-icon {
     margin: 0;
     border: none;
     border-radius: 0;
     overflow: visible;
     font: inherit;
     color: inherit;
     text-transform: none;
     padding: 0;
     background-color: transparent;
     display: inline-block;
     fill: currentcolor;
     line-height: 0;
}
button.uk-icon:not(:disabled) {
     cursor: pointer;
}
.uk-icon::-moz-focus-inner {
     border: 0;
     padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
     fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
     stroke: currentcolor;
}
.uk-icon > * {
     transform: translate(0, 0);
}
.uk-icon-image {
     width: 20px;
     height: 20px;
     background-position: 50% 50%;
     background-repeat: no-repeat;
     background-size: contain;
     vertical-align: middle;
     -o-object-fit: scale-down;
     object-fit: scale-down;
     max-width: none;
}
.uk-icon-link {
     color: #ebebeb;
     text-decoration: none !important;
}
.uk-icon-link:hover {
     color: #fff;
}
.uk-icon-link:active,
.uk-active > .uk-icon-link {
     color: #f2f2f2;
}
.uk-icon-button {
     box-sizing: border-box;
     width: 36px;
     height: 36px;
     border-radius: 500px;
     background: #f8f8f8;
     color: #ebebeb;
     vertical-align: middle;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     transition: 0.1s ease-in-out;
     transition-property: color, background-color;
}
.uk-icon-button:hover {
     background-color: #ebebeb;
     color: #fff;
}
.uk-icon-button:active,
.uk-active > .uk-icon-button {
     background-color: #dfdfdf;
     color: #fff;
}
.uk-range {
     -webkit-appearance: none;
     box-sizing: border-box;
     margin: 0;
     vertical-align: middle;
     max-width: 100%;
     width: 100%;
     background: transparent;
}
.uk-range:focus {
     outline: none;
}
.uk-range::-moz-focus-outer {
     border: none;
}
.uk-range:not(:disabled)::-webkit-slider-thumb {
     cursor: pointer;
}
.uk-range:not(:disabled)::-moz-range-thumb {
     cursor: pointer;
}
.uk-range::-webkit-slider-runnable-track {
     height: 3px;
     background: #ebebeb;
     border-radius: 500px;
}
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
     background: #dedede;
}
.uk-range::-moz-range-track {
     height: 3px;
     background: #ebebeb;
     border-radius: 500px;
}
.uk-range:focus::-moz-range-track {
     background: #dedede;
}
.uk-range::-webkit-slider-thumb {
     -webkit-appearance: none;
     margin-top: -7px;
     height: 15px;
     width: 15px;
     border-radius: 500px;
     background: #121212;
     border: 1px solid #ccc;
}
.uk-range::-moz-range-thumb {
     border: none;
     height: 15px;
     width: 15px;
     margin-top: -7px;
     border-radius: 500px;
     background: #121212;
     border: 1px solid #ccc;
}
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
     box-sizing: border-box;
     margin: 0;
     border-radius: 0;
     font: inherit;
}
.uk-input {
     overflow: visible;
}
.uk-select {
     text-transform: none;
}
.uk-select optgroup {
     font: inherit;
     font-weight: bold;
}
.uk-textarea {
     overflow: auto;
}
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
     opacity: 1;
}
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
     cursor: pointer;
}
.uk-fieldset {
     border: none;
     margin: 0;
     padding: 0;
}
.uk-input,
.uk-textarea {
     -webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
     max-width: 100%;
     width: 100%;
     border: 0 none;
     padding: 0 10px;
     background: #121212;
     color: #fff;
     border: 1px solid #e5e5e5;
     transition: 0.2s ease-in-out;
     transition-property: color, background-color, border;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
     height: 40px;
     vertical-align: middle;
     display: inline-block;
}
.uk-input:not(input),
.uk-select:not(select) {
     line-height: 38px;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
     padding-top: 6px;
     padding-bottom: 6px;
     vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
     resize: vertical;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
     outline: none;
     background-color: #121212;
     color: #fff;
     border-color: #9ab095;
}
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
     background-color: #f8f8f8;
     color: #ebebeb;
     border-color: #e5e5e5;
}
.uk-input::-webkit-input-placeholder {
     color: #ebebeb;
}
.uk-input::-moz-placeholder {
     color: #ebebeb;
}
.uk-input:-ms-input-placeholder {
     color: #ebebeb;
}
.uk-input::-ms-input-placeholder {
     color: #ebebeb;
}
.uk-input::placeholder {
     color: #ebebeb;
}
.uk-textarea::-webkit-input-placeholder {
     color: #ebebeb;
}
.uk-textarea::-moz-placeholder {
     color: #ebebeb;
}
.uk-textarea:-ms-input-placeholder {
     color: #ebebeb;
}
.uk-textarea::-ms-input-placeholder {
     color: #ebebeb;
}
.uk-textarea::placeholder {
     color: #ebebeb;
}
.uk-form-small {
     font-size: 0.875rem;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
     height: 30px;
     padding-left: 8px;
     padding-right: 8px;
}
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
     padding: 5px 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
     line-height: 28px;
}
.uk-form-large {
     font-size: 1.25rem;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
     height: 55px;
     padding-left: 12px;
     padding-right: 12px;
}
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
     padding: 7px 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
     line-height: 53px;
}
.uk-form-danger,
.uk-form-danger:focus {
     color: #f0506e;
     border-color: #f0506e;
}
.uk-form-success,
.uk-form-success:focus {
     color: #32d296;
     border-color: #32d296;
}
.uk-form-blank {
     background: none;
     border-color: transparent;
}
.uk-form-blank:focus {
     border-color: #e5e5e5;
     border-style: solid;
}
input.uk-form-width-xsmall {
     width: 50px;
}
select.uk-form-width-xsmall {
     width: 75px;
}
.uk-form-width-small {
     width: 130px;
}
.uk-form-width-medium {
     width: 200px;
}
.uk-form-width-large {
     width: 500px;
}
.uk-select:not([multiple]):not([size]) {
     -webkit-appearance: none;
     -moz-appearance: none;
     padding-right: 20px;
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%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%23fff%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
     background-repeat: no-repeat;
     background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size]) option {
     color: #fff;
}
.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%23ebebeb%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23ebebeb%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-input[list] {
     padding-right: 20px;
     background-repeat: no-repeat;
     background-position: 100% 50%;
}
.uk-input[list]:hover,
.uk-input[list]:focus {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%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%23fff%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-input[list]::-webkit-calendar-picker-indicator {
     display: none !important;
}
.uk-radio,
.uk-checkbox {
     display: inline-block;
     height: 16px;
     width: 16px;
     overflow: hidden;
     margin-top: -4px;
     vertical-align: middle;
     -webkit-appearance: none;
     -moz-appearance: none;
     background-color: transparent;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     border: 1px solid #ccc;
     transition: 0.2s ease-in-out;
     transition-property: background-color, border;
}
.uk-radio {
     border-radius: 50%;
}
.uk-radio:focus,
.uk-checkbox:focus {
     background-color: rgba(0, 0, 0, 0);
     outline: none;
     border-color: #9ab095;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
     background-color: #9ab095;
     border-color: transparent;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
     background-color: #86a7af;
}
.uk-radio:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:indeterminate {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-radio:disabled,
.uk-checkbox:disabled {
     background-color: #f8f8f8;
     border-color: #e5e5e5;
}
.uk-radio:disabled:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23ebebeb%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:disabled:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23ebebeb%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%23ebebeb%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-legend {
     width: 100%;
     color: inherit;
     padding: 0;
     font-size: 1.5rem;
     line-height: 1.4;
}
.uk-form-custom {
     display: inline-block;
     position: relative;
     max-width: 100%;
     vertical-align: middle;
}
.uk-form-custom select,
.uk-form-custom input[type="file"] {
     position: absolute;
     top: 0;
     z-index: 1;
     width: 100%;
     height: 100%;
     left: 0;
     -webkit-appearance: none;
     opacity: 0;
     cursor: pointer;
}
.uk-form-custom input[type="file"] {
     font-size: 500px;
     overflow: hidden;
}
.uk-form-label {
     color: #fff;
     font-size: 0.875rem;
}
.uk-form-stacked .uk-form-label {
     display: block;
     margin-bottom: 5px;
}
@media (max-width: 959px) {
     .uk-form-horizontal .uk-form-label {
          display: block;
          margin-bottom: 5px;
     }
}
@media (min-width: 960px) {
     .uk-form-horizontal .uk-form-label {
          width: 200px;
          margin-top: 7px;
          float: left;
     }
     .uk-form-horizontal .uk-form-controls {
          margin-left: 215px;
     }
     .uk-form-horizontal .uk-form-controls-text {
          padding-top: 7px;
     }
}
.uk-form-icon {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 40px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     color: #ebebeb;
}
.uk-form-icon:hover {
     color: #fff;
}
.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;
     box-sizing: border-box;
     padding: 0 20px;
     vertical-align: middle;
     font-size: 16px;
     line-height: 40px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     transition: 0.1s ease-in-out;
     transition-property: color, background-color, border-color;
}
.uk-button:not(:disabled) {
     cursor: pointer;
}
.uk-button::-moz-focus-inner {
     border: 0;
     padding: 0;
}
.uk-button:hover {
     text-decoration: none;
}
.uk-button-default {
     background-color: #fff;
     color: #121212;
     border: 1px solid #e5e5e5;
}
.uk-button-default span {
     display: block;
     position: relative;
}
.uk-button-default span:after {
     content: "";
     display: block;
     position: absolute;
     bottom: 10px;
     left: 0;
     right: 0;
     height: 1px;
     width: 100%;
     background: #121212;
}
.uk-button-default:hover {
     background-color: #f2f2f2;
     color: #fff;
     border-color: #b2b2b2;
}
.uk-button-default:active,
.uk-button-default.uk-active {
     background-color: #e6e6e6;
     color: #fff;
     border-color: #999;
}
.uk-button-primary {
     background-color: #9ab095;
     color: #fff;
     border: 1px solid transparent;
}
.uk-button-primary:hover {
     background-color: #96b2b9;
     color: #fff;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
     background-color: #86a7af;
     color: #fff;
}
.uk-button-secondary {
     background-color: #222;
     color: #fff;
     border: 1px solid transparent;
}
.uk-button-secondary:hover {
     background-color: #151515;
     color: #fff;
}
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
     background-color: #080808;
     color: #fff;
}
.uk-button-danger {
     background-color: #f0506e;
     color: #fff;
     border: 1px solid transparent;
}
.uk-button-danger:hover {
     background-color: #ee395b;
     color: #fff;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
     background-color: #ec2147;
     color: #fff;
}
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
     background-color: transparent;
     color: #ebebeb;
     border-color: #e5e5e5;
}
.uk-button-small {
     padding: 0 15px;
     line-height: 30px;
     font-size: 0.875rem;
}
.uk-button-large {
     padding: 0 40px;
     line-height: 55px;
     font-size: 1.25rem;
}
.uk-button-text {
     padding: 0;
     line-height: 2;
     background: none;
     color: #fff;
     position: relative;
}
.uk-button-text::before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     right: 100%;
     border-bottom: 1px solid currentColor;
     transition: right 0.3s ease-out;
}
.uk-button-text:hover {
     color: #fff;
}
.uk-button-text:hover::before {
     right: 0;
}
.uk-button-text:disabled {
     color: #ebebeb;
}
.uk-button-text:disabled::before {
     display: none;
}
.uk-button-link {
     padding: 0;
     line-height: 2;
     background: none;
     color: #fff;
}
.uk-button-link:hover {
     color: #ebebeb;
     text-decoration: none;
}
.uk-button-link:disabled {
     color: #ebebeb;
     text-decoration: none;
}
.uk-button-group {
     display: inline-flex;
     vertical-align: middle;
     position: relative;
}
.uk-button-group > .uk-button:nth-child(n + 2),
.uk-button-group > div:nth-child(n + 2) .uk-button {
     margin-left: -1px;
}
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
     position: relative;
     z-index: 1;
}
.uk-progress {
     vertical-align: baseline;
     display: block;
     width: 100%;
     border: 0;
     background-color: #f8f8f8;
     margin-bottom: 20px;
     height: 15px;
     border-radius: 500px;
     overflow: hidden;
}
* + .uk-progress {
     margin-top: 20px;
}
.uk-progress::-webkit-progress-bar {
     background-color: transparent;
}
.uk-progress::-webkit-progress-value {
     background-color: #9ab095;
     -webkit-transition: width 0.6s ease;
     transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
     background-color: #9ab095;
     -moz-transition: width 0.6s ease;
     transition: width 0.6s ease;
}
.uk-section {
     display: flow-root;
     box-sizing: border-box;
     padding-top: 40px;
     padding-bottom: 40px;
}
@media (min-width: 960px) {
     .uk-section {
          padding-top: 70px;
          padding-bottom: 70px;
     }
}
.uk-section > :last-child {
     margin-bottom: 0;
}
.uk-section-xsmall {
     padding-top: 20px;
     padding-bottom: 20px;
}
.uk-section-small {
     padding-top: 40px;
     padding-bottom: 40px;
}
.uk-section-large {
     padding-top: 70px;
     padding-bottom: 70px;
}
@media (min-width: 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: #121212;
}
.uk-section-muted {
     background: #f8f8f8;
}
.uk-section-primary {
     background: #9ab095;
}
.uk-section-secondary {
     background: #222;
}
.uk-container {
     display: flow-root;
     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 > :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: 1400px;
}
.uk-container-xlarge {
     max-width: 1600px;
}
.uk-container-expand {
     max-width: none;
}
.uk-container-expand-left {
     margin-left: 0;
}
.uk-container-expand-right {
     margin-right: 0;
}
@media (min-width: 640px) {
     .uk-container-expand-left.uk-container-xsmall,
     .uk-container-expand-right.uk-container-xsmall {
          max-width: calc(50% + (750px / 2) - 30px);
     }
     .uk-container-expand-left.uk-container-small,
     .uk-container-expand-right.uk-container-small {
          max-width: calc(50% + (900px / 2) - 30px);
     }
}
@media (min-width: 960px) {
     .uk-container-expand-left,
     .uk-container-expand-right {
          max-width: calc(50% + (1200px / 2) - 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% + (1400px / 2) - 40px);
     }
     .uk-container-expand-left.uk-container-xlarge,
     .uk-container-expand-right.uk-container-xlarge {
          max-width: calc(50% + (1600px / 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-tile {
     display: flow-root;
     position: relative;
     box-sizing: border-box;
     padding-left: 15px;
     padding-right: 15px;
     padding-top: 40px;
     padding-bottom: 40px;
}
@media (min-width: 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 > :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-color: #121212;
}
.uk-tile-muted {
     background-color: #f8f8f8;
}
.uk-tile-primary {
     background-color: #9ab095;
}
.uk-tile-secondary {
     background-color: #222;
}
.uk-card {
     position: relative;
     box-sizing: border-box;
     transition: box-shadow 0.1s ease-in-out;
}
.uk-card .tm-card-logo {
     width: 100px;
     height: 100px;
     padding: 5px;
     margin-top: -20px;
}
.uk-card .tm-card-logo img {
     max-height: 100%;
}
.uk-card-body {
     display: flow-root;
     padding: 30px 30px;
}
.uk-card-header {
     display: flow-root;
     padding: 15px 30px;
}
.uk-card-footer {
     display: flow-root;
     padding: 15px 30px;
}
@media (min-width: 1200px) {
     .uk-card-body {
          padding: 40px 40px;
     }
     .uk-card-header {
          padding: 20px 40px;
     }
     .uk-card-footer {
          padding: 20px 40px;
     }
}
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
     margin-bottom: 0;
}
.uk-card-title {
     font-size: 1.5rem;
     line-height: 1.4;
}
.uk-card-badge {
     position: absolute;
     top: 15px;
     right: 15px;
     z-index: 1;
     height: 22px;
     padding: 0 10px;
     background: #9ab095;
     color: #fff;
     font-size: 0.875rem;
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 0;
     border-radius: 2px;
     text-transform: uppercase;
}
.uk-card-badge:first-child + * {
     margin-top: 0;
}
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
     background-color: #121212;
     box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-default {
     background-color: #fff;
     color: #fff;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-default .uk-card-title {
     color: #fff;
}
.uk-card-default.uk-card-hover:hover {
     background-color: #f2f2f2;
     box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-default .uk-card-header {
     border-bottom: 1px solid #e5e5e5;
}
.uk-card-default .uk-card-footer {
     border-top: 1px solid #e5e5e5;
}
.uk-card-primary {
     background-color: #9ab095;
     color: #fff;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-primary .uk-card-title {
     color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
     background-color: #9ab095;
     box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-card-secondary {
     background-color: #222;
     color: #fff;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-card-secondary .uk-card-title {
     color: #fff;
}
.uk-card-secondary.uk-card-hover:hover {
     background-color: #222;
     box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.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: 1200px) {
     .uk-card-large.uk-card-body,
     .uk-card-large .uk-card-body {
          padding: 70px 70px;
     }
     .uk-card-large .uk-card-header {
          padding: 35px 70px;
     }
     .uk-card-large .uk-card-footer {
          padding: 35px 70px;
     }
}
.uk-card-body > .uk-nav-default {
     margin-left: -30px;
     margin-right: -30px;
}
.uk-card-body > .uk-nav-default:only-child {
     margin-top: -15px;
     margin-bottom: -15px;
}
.uk-card-body > .uk-nav-default > li > a,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default .uk-nav-divider {
     padding-left: 30px;
     padding-right: 30px;
}
.uk-card-body > .uk-nav-default .uk-nav-sub {
     padding-left: 45px;
}
@media (min-width: 1200px) {
     .uk-card-body > .uk-nav-default {
          margin-left: -40px;
          margin-right: -40px;
     }
     .uk-card-body > .uk-nav-default:only-child {
          margin-top: -25px;
          margin-bottom: -25px;
     }
     .uk-card-body > .uk-nav-default > li > a,
     .uk-card-body > .uk-nav-default .uk-nav-header,
     .uk-card-body > .uk-nav-default .uk-nav-divider {
          padding-left: 40px;
          padding-right: 40px;
     }
     .uk-card-body > .uk-nav-default .uk-nav-sub {
          padding-left: 55px;
     }
}
.uk-card-small > .uk-nav-default {
     margin-left: -20px;
     margin-right: -20px;
}
.uk-card-small > .uk-nav-default:only-child {
     margin-top: -5px;
     margin-bottom: -5px;
}
.uk-card-small > .uk-nav-default > li > a,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default .uk-nav-divider {
     padding-left: 20px;
     padding-right: 20px;
}
.uk-card-small > .uk-nav-default .uk-nav-sub {
     padding-left: 35px;
}
@media (min-width: 1200px) {
     .uk-card-large > .uk-nav-default {
          margin: 0;
     }
     .uk-card-large > .uk-nav-default:only-child {
          margin: 0;
     }
     .uk-card-large > .uk-nav-default > li > a,
     .uk-card-large > .uk-nav-default .uk-nav-header,
     .uk-card-large > .uk-nav-default .uk-nav-divider {
          padding-left: 0;
          padding-right: 0;
     }
     .uk-card-large > .uk-nav-default .uk-nav-sub {
          padding-left: 15px;
     }
}
.uk-close {
     color: #ebebeb;
     transition: 0.1s ease-in-out;
     transition-property: color, opacity;
}
.uk-close:hover {
     color: #fff;
}
.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% {
          transform: rotate(0deg);
     }
     100% {
          transform: rotate(270deg);
     }
}
@keyframes uk-spinner-rotate {
     0% {
          transform: rotate(0deg);
     }
     100% {
          transform: rotate(270deg);
     }
}
.uk-spinner > * > * {
     stroke-dasharray: 88px;
     stroke-dashoffset: 0;
     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;
          transform: rotate(135deg);
     }
     100% {
          stroke-dashoffset: 88px;
          transform: rotate(450deg);
     }
}
@keyframes uk-spinner-dash {
     0% {
          stroke-dashoffset: 88px;
     }
     50% {
          stroke-dashoffset: 22px;
          transform: rotate(135deg);
     }
     100% {
          stroke-dashoffset: 88px;
          transform: rotate(450deg);
     }
}
.uk-totop {
     padding: 5px;
     color: #ebebeb;
     transition: color 0.1s ease-in-out;
}
.uk-totop:hover {
     color: #fff;
}
.uk-totop:active {
     color: #fff;
}
.uk-marker {
     padding: 5px;
     background: #222;
     color: #fff;
     border-radius: 500px;
}
.uk-marker:hover {
     color: #fff;
}
.uk-alert {
     position: relative;
     margin-bottom: 20px;
     padding: 15px 29px 15px 15px;
     background: #f8f8f8;
     color: #fff;
}
* + .uk-alert {
     margin-top: 20px;
}
.uk-alert > :last-child {
     margin-bottom: 0;
}
.uk-alert-close {
     position: absolute;
     top: 20px;
     right: 15px;
     color: inherit;
     opacity: 0.4;
}
.uk-alert-close:first-child + * {
     margin-top: 0;
}
.uk-alert-close:hover {
     color: inherit;
     opacity: 0.8;
}
.uk-alert-primary {
     background: #fff;
     color: #9ab095;
}
.uk-alert-success {
     background: #edfbf6;
     color: #32d296;
}
.uk-alert-warning {
     background: #fff6ee;
     color: #faa05a;
}
.uk-alert-danger {
     background: #fef4f6;
     color: #f0506e;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
     color: inherit;
}
.uk-alert a:not([class]) {
     color: inherit;
     text-decoration: underline;
}
.uk-alert a:not([class]):hover {
     color: inherit;
     text-decoration: underline;
}
.uk-placeholder {
     margin-bottom: 20px;
     padding: 30px 30px;
     background: transparent;
     border: 1px dashed #e5e5e5;
}
* + .uk-placeholder {
     margin-top: 20px;
}
.uk-placeholder > :last-child {
     margin-bottom: 0;
}
.uk-badge {
     box-sizing: border-box;
     min-width: 18px;
     height: 18px;
     padding: 0 5px;
     border-radius: 500px;
     vertical-align: middle;
     background: #9ab095;
     color: #fff !important;
     font-size: 11px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     line-height: 0;
}
.uk-badge:hover {
     text-decoration: none;
}
.uk-label {
     display: inline-block;
     padding: 0 10px;
     background: #fff;
     line-height: 2;
     font-size: 1.1rem;
     color: #fff;
     vertical-align: middle;
     white-space: nowrap;
     border-radius: 2px;
     text-transform: uppercase;
     text-decoration: underline;
     font-weight: bold;
     font-style: italic;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-label-success {
     background-color: #32d296;
     color: #fff;
}
.uk-label-warning {
     background-color: #faa05a;
     color: #fff;
}
.uk-label-danger {
     background-color: #f0506e;
     color: #fff;
}
.uk-overlay {
     padding: 30px 30px;
}
.uk-overlay.tm-overlay-opacity {
     opacity: 0.7;
}
.uk-overlay.tm-overlay-opacity:after {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     background: black;
     opacity: 0.3;
}
.uk-overlay.tm-overlay-primary-gradient {
     background: linear-gradient(rgba(18, 18, 18, 0.9), rgba(18, 18, 18, 0.8), rgba(18, 18, 18, 0.7), rgba(18, 18, 18, 0.4), rgba(18, 18, 18, 0.2));
}
.uk-overlay > :last-child {
     margin-bottom: 0;
}
.uk-overlay-default {
     background: rgba(18, 18, 18, 0.8);
}
.uk-overlay-primary {
     background: rgba(18, 18, 18, 0.8);
}
.uk-overlay-primary.tm-overlay-light {
     background: rgba(18, 18, 18, 0.5);
}
.uk-article {
     display: flow-root;
}
.uk-article > :last-child {
     margin-bottom: 0;
}
.uk-article + .uk-article {
     margin-top: 70px;
}
.uk-article-title {
     font-size: 2.23125rem;
     line-height: 1.2;
}
@media (min-width: 960px) {
     .uk-article-title {
          font-size: 2.625rem;
     }
}
.uk-article-meta {
     font-size: 0.875rem;
     line-height: 1.4;
     color: #ebebeb;
}
.uk-article-meta a {
     color: #ebebeb;
}
.uk-article-meta a:hover {
     color: #fff;
     text-decoration: none;
}
.uk-comment-body {
     display: flow-root;
     overflow-wrap: break-word;
     word-wrap: break-word;
}
.uk-comment-header {
     display: flow-root;
     margin-bottom: 20px;
}
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
     margin-bottom: 0;
}
.uk-comment-title {
     font-size: 1.25rem;
     line-height: 1.4;
}
.uk-comment-meta {
     font-size: 0.875rem;
     line-height: 1.4;
     color: #ebebeb;
}
.uk-comment-list {
     padding: 0;
     list-style: none;
}
.uk-comment-list > :nth-child(n + 2) {
     margin-top: 70px;
}
.uk-comment-list .uk-comment ~ ul {
     margin: 70px 0 0 0;
     padding-left: 30px;
     list-style: none;
}
@media (min-width: 960px) {
     .uk-comment-list .uk-comment ~ ul {
          padding-left: 100px;
     }
}
.uk-comment-list .uk-comment ~ ul > :nth-child(n + 2) {
     margin-top: 70px;
}
.uk-comment-primary {
     padding: 30px;
     background-color: #f8f8f8;
}
.uk-search {
     display: inline-block;
     position: relative;
     max-width: 100%;
     margin: 0;
}
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
     -webkit-appearance: none;
}
.uk-search-input::-moz-placeholder {
     opacity: 1;
}
.uk-search-input {
     box-sizing: border-box;
     margin: 0;
     border-radius: 0;
     font: inherit;
     overflow: visible;
     -webkit-appearance: none;
     vertical-align: middle;
     width: 100%;
     border: none;
     color: #fff;
}
.uk-search-input:focus {
     outline: none;
}
.uk-search-input::-webkit-input-placeholder {
     color: #ebebeb;
}
.uk-search-input::-moz-placeholder {
     color: #ebebeb;
}
.uk-search-input:-ms-input-placeholder {
     color: #ebebeb;
}
.uk-search-input::-ms-input-placeholder {
     color: #ebebeb;
}
.uk-search-input::placeholder {
     color: #ebebeb;
}
.uk-search .uk-search-icon {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     color: #ebebeb;
}
.uk-search .uk-search-icon:hover {
     color: #ebebeb;
}
.uk-search .uk-search-icon:not(a):not(button):not(input) {
     pointer-events: none;
}
.uk-search .uk-search-icon-flip {
     right: 0;
     left: auto;
}
.uk-search-default {
     width: 240px;
}
.uk-search-default .uk-search-input {
     height: 40px;
     padding-left: 10px;
     padding-right: 10px;
     background: transparent;
     border: 1px solid #e5e5e5;
}
.uk-search-default .uk-search-input:focus {
     background-color: rgba(0, 0, 0, 0);
     border-color: #9ab095;
}
.uk-search-default .uk-search-icon {
     width: 40px;
}
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
     padding-left: 40px;
}
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
     padding-right: 40px;
}
.uk-search-navbar {
     width: 400px;
}
.uk-search-navbar .uk-search-input {
     height: 40px;
     background: transparent;
     font-size: 1.5rem;
}
.uk-search-navbar .uk-search-icon {
     width: 40px;
}
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
     padding-left: 40px;
}
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
     padding-right: 40px;
}
.uk-search-large {
     width: 500px;
}
.uk-search-large .uk-search-input {
     height: 80px;
     background: transparent;
     font-size: 2.625rem;
}
.uk-search-large .uk-search-icon {
     width: 80px;
}
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
     padding-left: 80px;
}
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
     padding-right: 80px;
}
.uk-search-toggle {
     color: #ebebeb;
}
.uk-search-toggle:hover {
     color: #fff;
}
.uk-accordion {
     padding: 0;
     list-style: none;
}
.uk-accordion > :nth-child(n + 2) {
     margin-top: 20px;
}
.uk-accordion-title {
     display: block;
     font-size: 1.25rem;
     line-height: 1.4;
     color: #fff;
     overflow: hidden;
}
.uk-accordion-title::before {
     content: "";
     width: 1.4em;
     height: 1.4em;
     margin-left: 10px;
     float: right;
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
     background-repeat: no-repeat;
     background-position: 50% 50%;
}
.uk-open > .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-accordion-title:hover {
     color: #fff;
     text-decoration: none;
}
.uk-accordion-content {
     display: flow-root;
     margin-top: 20px;
}
.uk-accordion-content > :last-child {
     margin-bottom: 0;
}
.uk-drop {
     display: none;
     position: absolute;
     z-index: 1020;
     --uk-position-offset: 20px;
     --uk-position-viewport-offset: 15px;
     box-sizing: border-box;
     width: 300px;
}
.uk-drop.uk-open {
     display: block;
}
.uk-drop-stack .uk-drop-grid > * {
     width: 100% !important;
}
.uk-drop-parent-icon {
     margin-left: 0.25em;
     transition: transform 0.3s ease-out;
}
[aria-expanded="true"] > .uk-drop-parent-icon {
     transform: rotateX(180deg);
}
.uk-dropbar {
     --uk-position-offset: 0;
     --uk-position-shift-offset: 0;
     --uk-position-viewport-offset: 0;
     width: auto;
     padding: 25px 15px 25px 15px;
     background: #121212;
     color: #fff;
}
.uk-dropbar > :last-child {
     margin-bottom: 0;
}
@media (min-width: 640px) {
     .uk-dropbar {
          padding-left: 30px;
          padding-right: 30px;
     }
}
@media (min-width: 960px) {
     .uk-dropbar {
          padding-left: 40px;
          padding-right: 40px;
     }
}
.uk-dropbar :focus-visible {
     outline-color: #fff !important;
}
.uk-dropbar-large {
     padding-top: 40px;
     padding-bottom: 40px;
}
.uk-dropbar-top {
     box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05);
}
.uk-dropbar-bottom {
     box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05);
}
.uk-dropbar-left {
     box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05);
}
.uk-dropbar-right {
     box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05);
}
.uk-dropnav-dropbar {
     position: absolute;
     z-index: 980;
     padding: 0;
     left: 0;
     right: 0;
}
.uk-modal {
     display: none;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1010;
     overflow-y: auto;
     padding: 15px 15px;
     background: rgba(0, 0, 0, 0.6);
     opacity: 0;
     transition: opacity 0.15s linear;
}
@media (min-width: 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;
     box-sizing: border-box;
     margin: 0 auto;
     width: 600px;
     max-width: 100% !important;
     background: #121212;
     opacity: 0;
     transform: translateY(-100px);
     transition: 0.3s linear;
     transition-property: opacity, transform;
}
.uk-open > .uk-modal-dialog {
     opacity: 1;
     transform: translateY(0);
}
.uk-modal-container .uk-modal-dialog {
     width: 1200px;
}
.uk-modal-full {
     padding: 0;
     background: none;
}
.uk-modal-full .uk-modal-dialog {
     margin: 0;
     width: 100%;
     max-width: 100%;
     transform: translateY(0);
}
.uk-modal-body {
     display: flow-root;
     padding: 20px 20px;
}
.uk-modal-header {
     display: flow-root;
     padding: 10px 20px;
     background: #121212;
     border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
     display: flow-root;
     padding: 10px 20px;
     background: #121212;
     border-top: 1px solid #e5e5e5;
}
@media (min-width: 640px) {
     .uk-modal-body {
          padding: 30px 30px;
     }
     .uk-modal-header {
          padding: 15px 30px;
     }
     .uk-modal-footer {
          padding: 15px 30px;
     }
}
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
     margin-bottom: 0;
}
.uk-modal-title {
     font-size: 2rem;
     line-height: 1.3;
}
[class*="uk-modal-close-"] {
     position: absolute;
     z-index: 1010;
     top: 10px;
     right: 10px;
     padding: 5px;
}
[class*="uk-modal-close-"]:first-child + * {
     margin-top: 0;
}
.uk-modal-close-outside {
     top: 0;
     right: -5px;
     transform: translate(0, -100%);
     color: #fff;
}
.uk-modal-close-outside:hover {
     color: #fff;
}
@media (min-width: 960px) {
     .uk-modal-close-outside {
          right: 0;
          transform: translate(100%, -100%);
     }
}
.uk-modal-close-full {
     top: 0;
     right: 0;
     padding: 10px;
     background: #121212;
}
@media (min-width: 960px) {
     .uk-modal-close-full {
          padding: 20px;
     }
}
.uk-slideshow {
     -webkit-tap-highlight-color: transparent;
}
.uk-slideshow-items {
     position: relative;
     z-index: 0;
     margin: 0;
     padding: 0;
     list-style: none;
     overflow: hidden;
     -webkit-touch-callout: none;
     touch-action: pan-y;
}
.uk-slideshow-items > * {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     overflow: hidden;
     will-change: transform, opacity;
}
.uk-slideshow-items > :not(.uk-active) {
     display: none;
}
.uk-slider {
     -webkit-tap-highlight-color: transparent;
}
.uk-slider-container {
     overflow: hidden;
}
.uk-slider-container-offset {
     margin: -11px -25px -39px -25px;
     padding: 11px 25px 39px 25px;
}
.uk-slider-items {
     will-change: transform;
     position: relative;
     touch-action: pan-y;
}
.uk-slider-items:not(.uk-grid) {
     display: flex;
     margin: 0;
     padding: 0;
     list-style: none;
     -webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
     flex-wrap: nowrap;
}
.uk-slider-items > * {
     flex: none;
     max-width: 100%;
     position: relative;
}
.uk-sticky {
     position: relative;
     z-index: 980;
     box-sizing: border-box;
}
.uk-sticky-fixed {
     margin: 0 !important;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
.uk-sticky[class*="uk-animation-"] {
     -webkit-animation-duration: 0.2s;
     animation-duration: 0.2s;
}
.uk-sticky.uk-animation-reverse {
     -webkit-animation-duration: 0.2s;
     animation-duration: 0.2s;
}
.uk-sticky-placeholder {
     pointer-events: none;
}
.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: -100%;
     box-sizing: border-box;
     width: 100%;
     padding: 20px 20px;
     background: #121212;
     overflow-y: auto;
}
@media (min-width: 640px) {
     .uk-offcanvas-bar {
          left: -100%;
          width: 100%;
          padding: 30px 30px;
     }
}
.uk-offcanvas-flip .uk-offcanvas-bar {
     left: auto;
     right: -100%;
}
@media (min-width: 640px) {
     .uk-offcanvas-flip .uk-offcanvas-bar {
          right: -100%;
     }
}
.uk-open > .uk-offcanvas-bar {
     left: 0;
}
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
     left: auto;
     right: 0;
}
.uk-offcanvas-bar-animation {
     transition: left 0.3s ease-out;
}
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
     transition-property: right;
}
.uk-offcanvas-reveal {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 0;
     overflow: hidden;
     transition: width 0.3s ease-out;
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
     left: 0;
}
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
     left: auto;
     right: 0;
}
.uk-open > .uk-offcanvas-reveal {
     width: 100%;
}
@media (min-width: 640px) {
     .uk-open > .uk-offcanvas-reveal {
          width: 100%;
     }
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
     right: 0;
     left: auto;
}
.uk-offcanvas-close {
     z-index: 1000;
     top: 0px;
     right: 0px;
     padding: 0px;
     position: absolute;
     top: -2px;
     right: -2px;
     cursor: pointer;
     margin: 0;
     border: none;
     overflow: visible;
     font: inherit;
     color: inherit;
     text-transform: none;
     -webkit-appearance: none;
     border-radius: 0;
     display: inline-block;
     box-sizing: border-box;
     padding: 0 20px;
     vertical-align: middle;
     font-size: 16px;
     line-height: 40px;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     transition: 0.1s ease-in-out;
     transition-property: color, background-color, border-color;
     background-color: #fff;
     color: #121212;
     border: 1px solid #e5e5e5;
}
.uk-offcanvas-close span {
     display: block;
     position: relative;
}
.uk-offcanvas-close span:after {
     content: "";
     display: block;
     position: absolute;
     bottom: 10px;
     left: 0;
     right: 0;
     height: 1px;
     width: 100%;
     background: #121212;
}
@media (min-width: 640px) {
     .uk-offcanvas-close {
          top: 0px;
          right: 0px;
     }
}
.uk-offcanvas-close:first-child + * {
     margin-top: 0;
}
.uk-offcanvas-overlay {
     width: 100vw;
     touch-action: none;
}
.uk-offcanvas-overlay::before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(0, 0, 0, 0.7);
     opacity: 0;
     transition: opacity 0.15s linear;
}
.uk-offcanvas-overlay.uk-open::before {
     opacity: 1;
}
.uk-offcanvas-page,
.uk-offcanvas-container {
     overflow-x: hidden;
     overflow-x: clip;
}
.uk-offcanvas-container {
     position: relative;
     left: 0;
     transition: left 0.3s ease-out;
     box-sizing: border-box;
     width: 100%;
}
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
     left: 100%;
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
     left: -100%;
}
@media (min-width: 640px) {
     :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
          left: 100%;
     }
     .uk-offcanvas-flip.uk-offcanvas-container-animation {
          left: -100%;
     }
}
.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;
}
:root {
     --uk-leader-fill-content: .;
}
.uk-notification {
     position: fixed;
     top: 10px;
     left: 10px;
     z-index: 1040;
     box-sizing: border-box;
     width: 350px;
}
.uk-notification-top-right,
.uk-notification-bottom-right {
     left: auto;
     right: 10px;
}
.uk-notification-top-center,
.uk-notification-bottom-center {
     left: 50%;
     margin-left: -175px;
}
.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
     top: auto;
     bottom: 10px;
}
@media (max-width: 639px) {
     .uk-notification {
          left: 10px;
          right: 10px;
          width: auto;
          margin: 0;
     }
}
.uk-notification-message {
     position: relative;
     padding: 15px;
     background: #f8f8f8;
     color: #fff;
     font-size: 1.25rem;
     line-height: 1.4;
     cursor: pointer;
}
* + .uk-notification-message {
     margin-top: 10px;
}
.uk-notification-close {
     display: none;
     position: absolute;
     top: 20px;
     right: 15px;
}
.uk-notification-message:hover .uk-notification-close {
     display: block;
}
.uk-notification-message-primary {
     color: #9ab095;
}
.uk-notification-message-success {
     color: #32d296;
}
.uk-notification-message-warning {
     color: #faa05a;
}
.uk-notification-message-danger {
     color: #f0506e;
}
.uk-tooltip {
     display: none;
     position: absolute;
     z-index: 1030;
     --uk-position-offset: 10px;
     --uk-position-viewport-offset: 10;
     top: 0;
     box-sizing: border-box;
     max-width: 200px;
     padding: 3px 6px;
     background: #666;
     border-radius: 2px;
     color: #fff;
     font-size: 12px;
}
.uk-tooltip.uk-active {
     display: block;
}
.uk-sortable {
     position: relative;
}
.uk-sortable > :last-child {
     margin-bottom: 0;
}
.uk-sortable-drag {
     position: fixed !important;
     z-index: 1050 !important;
     pointer-events: none;
}
.uk-sortable-placeholder {
     opacity: 0;
     pointer-events: none;
}
.uk-sortable-empty {
     min-height: 50px;
}
.uk-sortable-handle:hover {
     cursor: move;
}
.uk-countdown-number {
     font-variant-numeric: tabular-nums;
     font-size: 2rem;
     line-height: 0.8;
}
@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;
     line-height: 1.6;
}
@media (min-width: 640px) {
     .uk-countdown-separator {
          font-size: 2rem;
     }
}
@media (min-width: 960px) {
     .uk-countdown-separator {
          font-size: 3rem;
     }
}
.uk-grid {
     display: flex;
     flex-wrap: wrap;
     margin: 0;
     padding: 0;
     list-style: none;
}
.uk-grid > * {
     margin: 0;
}
.uk-grid > * > :last-child {
     margin-bottom: 0;
}
.uk-grid {
     margin-left: -30px;
}
.uk-grid > * {
     padding-left: 30px;
}
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
     margin-top: 30px;
}
@media (min-width: 1200px) {
     .uk-grid {
          margin-left: -40px;
     }
     .uk-grid > * {
          padding-left: 40px;
     }
     .uk-grid + .uk-grid,
     .uk-grid > .uk-grid-margin,
     * + .uk-grid-margin {
          margin-top: 40px;
     }
}
.uk-grid-small,
.uk-grid-column-small {
     margin-left: -15px;
}
.uk-grid-small > *,
.uk-grid-column-small > * {
     padding-left: 15px;
}
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
     margin-top: 15px;
}
.uk-grid-medium,
.uk-grid-column-medium {
     margin-left: -30px;
}
.uk-grid-medium > *,
.uk-grid-column-medium > * {
     padding-left: 30px;
}
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
     margin-top: 30px;
}
.uk-grid-large,
.uk-grid-column-large {
     margin-left: -40px;
}
.uk-grid-large > *,
.uk-grid-column-large > * {
     padding-left: 40px;
}
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
     margin-top: 40px;
}
@media (min-width: 1200px) {
     .uk-grid-large,
     .uk-grid-column-large {
          margin-left: -70px;
     }
     .uk-grid-large > *,
     .uk-grid-column-large > * {
          padding-left: 70px;
     }
     .uk-grid + .uk-grid-large,
     .uk-grid + .uk-grid-row-large,
     .uk-grid-large > .uk-grid-margin,
     .uk-grid-row-large > .uk-grid-margin,
     * + .uk-grid-margin-large {
          margin-top: 70px;
     }
}
.uk-grid-collapse,
.uk-grid-column-collapse {
     margin-left: 0;
}
.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
     padding-left: 0;
}
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
     margin-top: 0;
}
.uk-grid-divider > * {
     position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     border-left: 1px solid #e5e5e5;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     border-top: 1px solid #e5e5e5;
}
.uk-grid-divider {
     margin-left: -60px;
}
.uk-grid-divider > * {
     padding-left: 60px;
}
.uk-grid-divider > :not(.uk-first-column)::before {
     left: 30px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
     margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
     top: -30px;
     left: 60px;
}
@media (min-width: 1200px) {
     .uk-grid-divider {
          margin-left: -80px;
     }
     .uk-grid-divider > * {
          padding-left: 80px;
     }
     .uk-grid-divider > :not(.uk-first-column)::before {
          left: 40px;
     }
     .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
          margin-top: 80px;
     }
     .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
          top: -40px;
          left: 80px;
     }
}
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
     margin-left: -30px;
}
.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
     padding-left: 30px;
}
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
     left: 15px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
     margin-top: 30px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
     top: -15px;
     left: 30px;
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
     top: -15px;
}
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
     left: 30px;
}
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
     margin-left: -60px;
}
.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
     padding-left: 60px;
}
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
     left: 30px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
     margin-top: 60px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
     top: -30px;
     left: 60px;
}
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
     top: -30px;
}
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
     left: 60px;
}
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
     margin-left: -80px;
}
.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
     padding-left: 80px;
}
.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
     left: 40px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
     margin-top: 80px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
     top: -40px;
     left: 80px;
}
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
     top: -40px;
}
.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
     left: 80px;
}
@media (min-width: 1200px) {
     .uk-grid-divider.uk-grid-large,
     .uk-grid-divider.uk-grid-column-large {
          margin-left: -140px;
     }
     .uk-grid-divider.uk-grid-large > *,
     .uk-grid-divider.uk-grid-column-large > * {
          padding-left: 140px;
     }
     .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
     .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
          left: 70px;
     }
     .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
     .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
          margin-top: 140px;
     }
     .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
          top: -70px;
          left: 140px;
     }
     .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
          top: -70px;
     }
     .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
          left: 140px;
     }
}
.uk-grid-match > *,
.uk-grid-item-match {
     display: flex;
     flex-wrap: wrap;
}
.uk-grid-match > * > :not([class*="uk-width"]),
.uk-grid-item-match > :not([class*="uk-width"]) {
     box-sizing: border-box;
     width: 100%;
     flex: auto;
}
.uk-nav,
.uk-nav ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
.uk-nav li > a {
     display: flex;
     align-items: center;
     -moz-column-gap: 0.25em;
     column-gap: 0.25em;
     text-decoration: none;
}
.uk-nav > li > a {
     padding: 5px 0;
}
ul.uk-nav-sub {
     padding: 5px 0 5px 15px;
}
.uk-nav-sub ul {
     padding-left: 15px;
}
.uk-nav-sub a {
     padding: 2px 0;
}
.uk-nav-parent-icon {
     margin-left: auto;
     transition: transform 0.3s ease-out;
}
.uk-nav > li.uk-open > a .uk-nav-parent-icon {
     transform: rotateX(180deg);
}
.uk-nav-header {
     padding: 5px 0;
     text-transform: uppercase;
     font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
     margin-top: 20px;
}
.uk-nav .uk-nav-divider {
     margin: 5px 0;
}
.uk-nav-default {
     font-size: 0.875rem;
     line-height: 2;
}
.uk-nav-default > li > a {
     color: #ebebeb;
}
.uk-nav-default > li > a:hover {
     color: #fff;
}
.uk-nav-default > li.uk-active > a {
     color: #fff;
}
.uk-nav-default .uk-nav-subtitle {
     font-size: 12px;
}
.uk-nav-default .uk-nav-header {
     color: #fff;
}
.uk-nav-default .uk-nav-divider {
     border-top: 1px solid #e5e5e5;
}
.uk-nav-default .uk-nav-sub {
     font-size: 0.875rem;
     line-height: 2;
}
.uk-nav-default .uk-nav-sub a {
     color: #ebebeb;
}
.uk-nav-default .uk-nav-sub a:hover {
     color: #fff;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
     color: #fff;
}
.uk-nav-primary {
     font-size: 1.15rem;
     line-height: 1;
}
.uk-nav-primary > li > a {
     color: #ebebeb;
     text-transform: uppercase;
     padding: 20px 0;
}
.uk-nav-primary > li > a:hover {
     color: #fff;
}
.uk-nav-primary > li.uk-active > a {
     color: #fff;
     text-decoration: underline;
}
.uk-nav-primary .uk-nav-subtitle {
     font-size: 1.25rem;
}
.uk-nav-primary .uk-nav-header {
     color: #fff;
}
.uk-nav-primary .uk-nav-divider {
     border-top: 1px solid #e5e5e5;
}
.uk-nav-primary .uk-nav-sub {
     font-size: 1.25rem;
     line-height: 2;
}
.uk-nav-primary .uk-nav-sub a {
     color: #ebebeb;
}
.uk-nav-primary .uk-nav-sub a:hover {
     color: #fff;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
     color: #fff;
}
.uk-nav-secondary {
     font-size: 16px;
     line-height: 2;
}
.uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
     margin-top: 0;
}
.uk-nav-secondary > li > a {
     color: #fff;
     padding: 10px 10px;
}
.uk-nav-secondary > li > a:hover {
     color: #fff;
     background-color: #f8f8f8;
}
.uk-nav-secondary > li.uk-active > a {
     color: #fff;
     background-color: #f8f8f8;
}
.uk-nav-secondary .uk-nav-subtitle {
     font-size: 0.875rem;
     color: #ebebeb;
}
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
     color: #fff;
}
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
     color: #fff;
}
.uk-nav-secondary .uk-nav-header {
     color: #fff;
}
.uk-nav-secondary .uk-nav-divider {
     border-top: 1px solid #e5e5e5;
}
.uk-nav-secondary .uk-nav-sub {
     font-size: 0.875rem;
     line-height: 2;
}
.uk-nav-secondary .uk-nav-sub a {
     color: #ebebeb;
}
.uk-nav-secondary .uk-nav-sub a:hover {
     color: #fff;
}
.uk-nav-secondary .uk-nav-sub li.uk-active > a {
     color: #fff;
}
.uk-nav-center {
     text-align: center;
}
.uk-nav-center li > a {
     justify-content: center;
}
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
     padding-left: 0;
}
.uk-nav-center .uk-nav-parent-icon {
     margin-left: 0.25em;
}
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
     margin-top: 5px;
     padding-top: 5px;
     border-top: 1px solid #e5e5e5;
}
.uk-navbar {
     display: flex;
     position: relative;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
     background: #f8f8f8;
}
.uk-navbar-left,
.uk-navbar-right,
[class*="uk-navbar-center"] {
     display: flex;
     gap: 15px;
     align-items: center;
}
.uk-navbar-right {
     margin-left: auto;
}
.uk-navbar-center:only-child {
     margin-left: auto;
     margin-right: auto;
     position: relative;
}
.uk-navbar-center:not(:only-child) {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     box-sizing: border-box;
     z-index: 990;
}
.uk-navbar-center-left,
.uk-navbar-center-right {
     position: absolute;
     top: 0;
}
.uk-navbar-center-left {
     right: calc(100% + 15px);
}
.uk-navbar-center-right {
     left: calc(100% + 15px);
}
[class*="uk-navbar-center-"] {
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
     box-sizing: border-box;
}
.uk-navbar-nav {
     display: flex;
     gap: 15px;
     margin: 0;
     padding: 0;
     list-style: none;
}
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
     flex-wrap: wrap;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
     display: flex;
     justify-content: center;
     align-items: center;
     -moz-column-gap: 0.25em;
     column-gap: 0.25em;
     box-sizing: border-box;
     min-height: 80px;
     font-size: 0.85rem;
     font-family: Josefin Sans;
     text-decoration: none;
}
.uk-navbar-nav > li > a {
     padding: 0 0px;
     color: #ebebeb;
     text-transform: uppercase;
     transition: 0.1s ease-in-out;
     transition-property: color, background-color;
     position: relative;
     box-sizing: border-box;
}
.uk-navbar-nav > li > a:after {
     content: "";
     display: block;
     position: absolute;
     left: 0;
     bottom: 25px;
     width: 0%;
     height: 1px;
     background: white;
     transition: width 0.3s;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
     color: #fff;
}
.uk-navbar-nav > li:hover > a:after,
.uk-navbar-nav > li > a[aria-expanded="true"]:after {
     width: 100%;
}
.uk-navbar-nav > li > a:active {
     color: #fff;
}
.uk-navbar-nav > li.uk-active > a {
     color: #fff;
}
.uk-navbar-nav > li.uk-active > a:after {
     width: 100%;
}
.uk-navbar-parent-icon {
     margin-left: 4px;
     transition: transform 0.3s ease-out;
}
.uk-navbar-nav > li > a[aria-expanded="true"] .uk-navbar-parent-icon {
     transform: rotateX(180deg);
}
.uk-navbar-item {
     padding: 0 0;
     color: #fff;
}
.uk-navbar-item > :last-child {
     margin-bottom: 0;
}
.uk-navbar-toggle {
     padding: 0 0;
     color: #ebebeb;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded="true"] {
     color: #fff;
     text-decoration: none;
}
.uk-navbar-subtitle {
     font-size: 0.875rem;
}
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
     flex-grow: 1;
}
.uk-navbar-dropdown {
     --uk-position-offset: 15px;
     --uk-position-shift-offset: 0;
     --uk-position-viewport-offset: 15px;
     width: 200px;
     padding: 25px;
     background: #fff;
     color: #121212;
     box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-navbar-dropdown > :last-child {
     margin-bottom: 0;
}
.uk-navbar-dropdown :focus-visible {
     outline-color: #fff !important;
}
.uk-navbar-dropdown .uk-drop-grid {
     margin-left: -30px;
}
.uk-navbar-dropdown .uk-drop-grid > * {
     padding-left: 30px;
}
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
     margin-top: 30px;
}
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
     width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
     width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
     width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
     width: 1000px;
}
.uk-navbar-dropdown-large {
     --uk-position-shift-offset: 0;
     padding: 40px;
}
.uk-navbar-dropdown-dropbar {
     width: auto;
     background: transparent;
     padding: 25px 0 25px 0;
     --uk-position-offset: 0;
     --uk-position-shift-offset: 0;
     --uk-position-viewport-offset: 15px;
     box-shadow: none;
}
@media (min-width: 640px) {
     .uk-navbar-dropdown-dropbar {
          --uk-position-viewport-offset: 30px;
     }
}
@media (min-width: 960px) {
     .uk-navbar-dropdown-dropbar {
          --uk-position-viewport-offset: 40px;
     }
}
.uk-navbar-dropdown-dropbar-large {
     --uk-position-shift-offset: 0;
     padding-top: 40px;
     padding-bottom: 40px;
}
.uk-navbar-dropdown-nav {
     font-size: 0.875rem;
}
.uk-navbar-dropdown-nav > li > a {
     color: #121212;
     text-transform: uppercase;
     line-height: 1.3;
}
.uk-navbar-dropdown-nav > li > a:hover {
     color: #121212;
     text-decoration: underline;
}
.uk-navbar-dropdown-nav > li.uk-active > a {
     color: #121212;
     text-decoration: underline;
}
.uk-navbar-dropdown-nav .uk-nav-subtitle {
     font-size: 12px;
}
.uk-navbar-dropdown-nav .uk-nav-header {
     color: #fff;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
     border-top: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
     color: #ebebeb;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
     color: #fff;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
     color: #fff;
}
@media (min-width: 960px) {
     .uk-navbar-left,
     .uk-navbar-right,
     [class*="uk-navbar-center"] {
          gap: 30px;
     }
     .uk-navbar-center-left {
          right: calc(100% + 30px);
     }
     .uk-navbar-center-right {
          left: calc(100% + 30px);
     }
}
@media (min-width: 960px) {
     .uk-navbar-nav {
          gap: 30px;
     }
}
.uk-subnav {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     margin-left: -20px;
     padding: 0;
     list-style: none;
}
.uk-subnav > * {
     flex: none;
     padding-left: 20px;
     position: relative;
}
.uk-subnav > * > :first-child {
     display: flex;
     align-items: center;
     -moz-column-gap: 0.25em;
     column-gap: 0.25em;
     color: #ebebeb;
     font-size: 0.875rem;
     text-transform: uppercase;
     transition: 0.1s ease-in-out;
     transition-property: color, background-color;
}
.uk-subnav > * > a:hover {
     color: #fff;
     text-decoration: none;
}
.uk-subnav > .uk-active > a {
     color: #fff;
}
.uk-subnav-divider {
     margin-left: -41px;
}
.uk-subnav-divider > * {
     display: flex;
     align-items: center;
}
.uk-subnav-divider > ::before {
     content: "";
     height: 1.5em;
     margin-left: 0px;
     margin-right: 20px;
     border-left: 1px solid transparent;
}
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
     border-left-color: #e5e5e5;
}
.uk-subnav-pill > * > :first-child {
     padding: 5px 10px;
     background: transparent;
     color: #ebebeb;
}
.uk-subnav-pill > * > a:hover {
     background-color: #f8f8f8;
     color: #fff;
}
.uk-subnav-pill > * > a:active {
     background-color: #f8f8f8;
     color: #fff;
}
.uk-subnav-pill > .uk-active > a {
     background-color: #9ab095;
     color: #fff;
}
.uk-subnav > .uk-disabled > a {
     color: #ebebeb;
}
.uk-breadcrumb {
     padding: 0;
     list-style: none;
}
.uk-breadcrumb > * {
     display: contents;
}
.uk-breadcrumb > * > * {
     font-size: 0.875rem;
     color: #ebebeb;
}
.uk-breadcrumb > * > :hover {
     color: #fff;
     text-decoration: none;
}
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
     color: #fff;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
     content: ">";
     display: inline-block;
     margin: 0 20px 0 calc(20px - 4px);
     font-size: 0.875rem;
     color: #ebebeb;
}
.uk-pagination {
     display: flex;
     flex-wrap: wrap;
     margin-left: 0;
     padding: 0;
     list-style: none;
}
.uk-pagination > * {
     flex: none;
     padding-left: 0;
     position: relative;
}
.uk-pagination > * > * {
     display: block;
     padding: 5px 10px;
     color: #ebebeb;
     transition: color 0.1s ease-in-out;
}
.uk-pagination > * > :hover {
     color: #fff;
     text-decoration: none;
}
.uk-pagination > .uk-active > * {
     color: #fff;
}
.uk-pagination > .uk-disabled > * {
     color: #ebebeb;
}
.uk-tab {
     display: flex;
     flex-wrap: wrap;
     margin-left: -20px;
     padding: 0;
     list-style: none;
     position: relative;
}
.uk-tab::before {
     content: "";
     position: absolute;
     bottom: 0;
     left: 20px;
     right: 0;
     border-bottom: 1px solid #e5e5e5;
}
.uk-tab > * {
     flex: none;
     padding-left: 20px;
     position: relative;
}
.uk-tab > * > a {
     display: flex;
     align-items: center;
     -moz-column-gap: 0.25em;
     column-gap: 0.25em;
     justify-content: center;
     padding: 5px 10px;
     color: #ebebeb;
     border-bottom: 1px solid transparent;
     font-size: 0.875rem;
     text-transform: uppercase;
     transition: color 0.1s ease-in-out;
}
.uk-tab > * > a:hover {
     color: #fff;
     text-decoration: none;
}
.uk-tab > .uk-active > a {
     color: #fff;
     border-color: #9ab095;
}
.uk-tab > .uk-disabled > a {
     color: #ebebeb;
}
.uk-tab-bottom::before {
     top: 0;
     bottom: auto;
}
.uk-tab-bottom > * > a {
     border-top: 1px solid transparent;
     border-bottom: none;
}
.uk-tab-left,
.uk-tab-right {
     flex-direction: column;
     margin-left: 0;
}
.uk-tab-left > *,
.uk-tab-right > * {
     padding-left: 0;
}
.uk-tab-left::before {
     top: 0;
     bottom: 0;
     left: auto;
     right: 0;
     border-left: 1px solid #e5e5e5;
     border-bottom: none;
}
.uk-tab-right::before {
     top: 0;
     bottom: 0;
     left: 0;
     right: auto;
     border-left: 1px solid #e5e5e5;
     border-bottom: none;
}
.uk-tab-left > * > a {
     justify-content: left;
     border-right: 1px solid transparent;
     border-bottom: none;
}
.uk-tab-right > * > a {
     justify-content: left;
     border-left: 1px solid transparent;
     border-bottom: none;
}
.uk-tab .uk-dropdown {
     margin-left: 30px;
}
.uk-slidenav {
     padding: 5px 10px;
     color: rgba(255, 255, 255, 0.5);
     transition: color 0.1s ease-in-out;
}
.uk-slidenav:hover {
     color: rgba(255, 255, 255, 0.9);
}
.uk-slidenav:active {
     color: rgba(255, 255, 255, 0.5);
}
.uk-slidenav-large {
     padding: 10px 10px;
}
.uk-slidenav-container {
     display: flex;
}
.uk-dotnav {
     display: flex;
     flex-wrap: wrap;
     margin: 0;
     padding: 0;
     list-style: none;
     margin-left: -12px;
}
.uk-dotnav > * {
     flex: none;
     padding-left: 12px;
}
.uk-dotnav > * > * {
     display: block;
     box-sizing: border-box;
     width: 12px;
     height: 12px;
     border-radius: 0;
     background: #fff;
     text-indent: 100%;
     overflow: hidden;
     white-space: nowrap;
     border: 1px solid rgba(255, 255, 255, 0.4);
     transition: 0.2s ease-in-out;
     transition-property: background-color, border-color;
}
.uk-dotnav > * > :hover {
     background-color: #fff;
     border-color: transparent;
}
.uk-dotnav > * > :active {
     background-color: #fff;
     border-color: transparent;
}
.uk-dotnav > .uk-active > * {
     background-color: #121212;
     border-color: transparent;
}
.uk-dotnav-vertical {
     flex-direction: column;
     margin-left: 0;
     margin-top: -12px;
}
.uk-dotnav-vertical > * {
     padding-left: 0;
     padding-top: 12px;
}
.uk-thumbnav {
     display: flex;
     flex-wrap: wrap;
     margin: 0;
     padding: 0;
     list-style: none;
     margin-left: -15px;
}
.uk-thumbnav > * {
     padding-left: 15px;
}
.uk-thumbnav > * > * {
     display: inline-block;
     position: relative;
}
.uk-thumbnav > * > *::after {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
     transition: opacity 0.1s ease-in-out;
}
.uk-thumbnav > * > :hover::after {
     opacity: 0;
}
.uk-thumbnav > .uk-active > *::after {
     opacity: 0;
}
.uk-thumbnav-vertical {
     flex-direction: column;
     margin-left: 0;
     margin-top: -15px;
}
.uk-thumbnav-vertical > * {
     padding-left: 0;
     padding-top: 15px;
}
.uk-iconnav {
     display: flex;
     flex-wrap: wrap;
     margin: 0;
     padding: 0;
     list-style: none;
     margin-left: -10px;
}
.uk-iconnav > * {
     padding-left: 10px;
}
.uk-iconnav > * > a {
     display: flex;
     align-items: center;
     -moz-column-gap: 0.25em;
     column-gap: 0.25em;
     line-height: 0;
     color: #ebebeb;
     text-decoration: none;
     font-size: 0.875rem;
     transition: 0.1s ease-in-out;
     transition-property: color, background-color;
}
.uk-iconnav > * > a:hover {
     color: #fff;
}
.uk-iconnav > .uk-active > a {
     color: #fff;
}
.uk-iconnav-vertical {
     flex-direction: column;
     margin-left: 0;
     margin-top: -10px;
}
.uk-iconnav-vertical > * {
     padding-left: 0;
     padding-top: 10px;
}
.uk-dropdown {
     --uk-position-offset: 10px;
     --uk-position-viewport-offset: 15px;
     width: auto;
     min-width: 200px;
     padding: 25px;
     background: #121212;
     color: #fff;
     box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.uk-dropdown > :last-child {
     margin-bottom: 0;
}
.uk-dropdown :focus-visible {
     outline-color: #fff !important;
}
.uk-dropdown-large {
     padding: 40px;
}
.uk-dropdown-dropbar {
     width: auto;
     background: transparent;
     padding: 5px 0 25px 0;
     --uk-position-viewport-offset: 15px;
     box-shadow: none;
}
@media (min-width: 640px) {
     .uk-dropdown-dropbar {
          --uk-position-viewport-offset: 30px;
     }
}
@media (min-width: 960px) {
     .uk-dropdown-dropbar {
          --uk-position-viewport-offset: 40px;
     }
}
.uk-dropdown-dropbar-large {
     padding-top: 40px;
     padding-bottom: 40px;
}
.uk-dropdown-nav {
     font-size: 0.875rem;
}
.uk-dropdown-nav > li > a {
     color: #ebebeb;
}
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
     color: #fff;
}
.uk-dropdown-nav .uk-nav-subtitle {
     font-size: 12px;
}
.uk-dropdown-nav .uk-nav-header {
     color: #fff;
}
.uk-dropdown-nav .uk-nav-divider {
     border-top: 1px solid #e5e5e5;
}
.uk-dropdown-nav .uk-nav-sub a {
     color: #ebebeb;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
     color: #fff;
}
.uk-lightbox {
     display: none;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1010;
     background: rgba(0, 0, 0, 0.7);
     opacity: 0;
     transition: opacity 0.15s linear;
     touch-action: pinch-zoom;
}
.uk-lightbox.uk-open {
     display: block;
     opacity: 1;
}
.uk-lightbox :focus-visible {
     outline-color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-page {
     overflow: hidden;
}
.uk-lightbox-items > * {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     display: none;
     justify-content: center;
     align-items: center;
     color: rgba(255, 255, 255, 0.7);
     will-change: transform, opacity;
}
.uk-lightbox-items > * > * {
     max-width: 100vw;
     max-height: 100vh;
}
.uk-lightbox-items > * > :not(iframe) {
     width: auto;
     height: auto;
}
.uk-lightbox-items > .uk-active {
     display: flex;
}
.uk-lightbox-toolbar {
     padding: 10px 10px;
     background: rgba(0, 0, 0, 0);
     color: #fff;
}
.uk-lightbox-toolbar > * {
     color: #fff;
}
.uk-lightbox-toolbar-icon {
     padding: 5px;
     color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar-icon:hover {
     color: #fff;
}
.uk-lightbox-button {
     box-sizing: border-box;
     width: 50px;
     height: 50px;
     background: rgba(0, 0, 0, 0);
     color: rgba(255, 255, 255, 0.7);
     display: inline-flex;
     justify-content: center;
     align-items: center;
}
.uk-lightbox-button:hover {
     color: #fff;
}
.uk-lightbox-caption:empty {
     display: none;
}
.uk-lightbox-iframe {
     width: 80%;
     height: 80%;
}
[class*="uk-animation-"] {
     -webkit-animation: 0.5s ease-out both;
     animation: 0.5s ease-out 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, uk-scale-up;
     animation-name: uk-fade, uk-scale-up;
}
.uk-animation-scale-down {
     -webkit-animation-name: uk-fade, uk-scale-down;
     animation-name: uk-fade, uk-scale-down;
}
.uk-animation-slide-top {
     -webkit-animation-name: uk-fade, uk-slide-top;
     animation-name: uk-fade, uk-slide-top;
}
.uk-animation-slide-bottom {
     -webkit-animation-name: uk-fade, uk-slide-bottom;
     animation-name: uk-fade, uk-slide-bottom;
}
.uk-animation-slide-left {
     -webkit-animation-name: uk-fade, uk-slide-left;
     animation-name: uk-fade, uk-slide-left;
}
.uk-animation-slide-right {
     -webkit-animation-name: uk-fade, uk-slide-right;
     animation-name: uk-fade, uk-slide-right;
}
.uk-animation-slide-top-small {
     -webkit-animation-name: uk-fade, uk-slide-top-small;
     animation-name: uk-fade, uk-slide-top-small;
}
.uk-animation-slide-bottom-small {
     -webkit-animation-name: uk-fade, uk-slide-bottom-small;
     animation-name: uk-fade, uk-slide-bottom-small;
}
.uk-animation-slide-left-small {
     -webkit-animation-name: uk-fade, uk-slide-left-small;
     animation-name: uk-fade, uk-slide-left-small;
}
.uk-animation-slide-right-small {
     -webkit-animation-name: uk-fade, uk-slide-right-small;
     animation-name: uk-fade, uk-slide-right-small;
}
.uk-animation-slide-top-medium {
     -webkit-animation-name: uk-fade, uk-slide-top-medium;
     animation-name: uk-fade, uk-slide-top-medium;
}
.uk-animation-slide-bottom-medium {
     -webkit-animation-name: uk-fade, uk-slide-bottom-medium;
     animation-name: uk-fade, uk-slide-bottom-medium;
}
.uk-animation-slide-left-medium {
     -webkit-animation-name: uk-fade, uk-slide-left-medium;
     animation-name: uk-fade, uk-slide-left-medium;
}
.uk-animation-slide-right-medium {
     -webkit-animation-name: uk-fade, uk-slide-right-medium;
     animation-name: uk-fade, uk-slide-right-medium;
}
.uk-animation-kenburns {
     -webkit-animation-name: uk-kenburns;
     animation-name: uk-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;
     -webkit-animation-duration: 2s;
     animation-duration: 2s;
     stroke-dasharray: var(--uk-animation-stroke);
}
.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;
}
@-webkit-keyframes uk-fade {
     0% {
          opacity: 0;
     }
     100% {
          opacity: 1;
     }
}
@keyframes uk-fade {
     0% {
          opacity: 0;
     }
     100% {
          opacity: 1;
     }
}
@-webkit-keyframes uk-scale-up {
     0% {
          transform: scale(0.9);
     }
     100% {
          transform: scale(1);
     }
}
@keyframes uk-scale-up {
     0% {
          transform: scale(0.9);
     }
     100% {
          transform: scale(1);
     }
}
@-webkit-keyframes uk-scale-down {
     0% {
          transform: scale(1.1);
     }
     100% {
          transform: scale(1);
     }
}
@keyframes uk-scale-down {
     0% {
          transform: scale(1.1);
     }
     100% {
          transform: scale(1);
     }
}
@-webkit-keyframes uk-slide-top {
     0% {
          transform: translateY(-100%);
     }
     100% {
          transform: translateY(0);
     }
}
@keyframes uk-slide-top {
     0% {
          transform: translateY(-100%);
     }
     100% {
          transform: translateY(0);
     }
}
@-webkit-keyframes uk-slide-bottom {
     0% {
          transform: translateY(100%);
     }
     100% {
          transform: translateY(0);
     }
}
@keyframes uk-slide-bottom {
     0% {
          transform: translateY(100%);
     }
     100% {
          transform: translateY(0);
     }
}
@-webkit-keyframes uk-slide-left {
     0% {
          transform: translateX(-100%);
     }
     100% {
          transform: translateX(0);
     }
}
@keyframes uk-slide-left {
     0% {
          transform: translateX(-100%);
     }
     100% {
          transform: translateX(0);
     }
}
@-webkit-keyframes uk-slide-right {
     0% {
          transform: translateX(100%);
     }
     100% {
          transform: translateX(0);
     }
}
@keyframes uk-slide-right {
     0% {
          transform: translateX(100%);
     }
     100% {
          transform: translateX(0);
     }
}
@-webkit-keyframes uk-slide-top-small {
     0% {
          transform: translateY(-10px);
     }
     100% {
          transform: translateY(0);
     }
}
@keyframes uk-slide-top-small {
     0% {
          transform: translateY(-10px);
     }
     100% {
          transform: translateY(0);
     }
}
@-webkit-keyframes uk-slide-bottom-small {
     0% {
          transform: translateY(10px);
     }
     100% {
          transform: translateY(0);
     }
}
@keyframes uk-slide-bottom-small {
     0% {
          transform: translateY(10px);
     }
     100% {
          transform: translateY(0);
     }
}
@-webkit-keyframes uk-slide-left-small {
     0% {
          transform: translateX(-10px);
     }
     100% {
          transform: translateX(0);
     }
}
@keyframes uk-slide-left-small {
     0% {
          transform: translateX(-10px);
     }
     100% {
          transform: translateX(0);
     }
}
@-webkit-keyframes uk-slide-right-small {
     0% {
          transform: translateX(10px);
     }
     100% {
          transform: translateX(0);
     }
}
@keyframes uk-slide-right-small {
     0% {
          transform: translateX(10px);
     }
     100% {
          transform: translateX(0);
     }
}
@-webkit-keyframes uk-slide-top-medium {
     0% {
          transform: translateY(-50px);
     }
     100% {
          transform: translateY(0);
     }
}
@keyframes uk-slide-top-medium {
     0% {
          transform: translateY(-50px);
     }
     100% {
          transform: translateY(0);
     }
}
@-webkit-keyframes uk-slide-bottom-medium {
     0% {
          transform: translateY(50px);
     }
     100% {
          transform: translateY(0);
     }
}
@keyframes uk-slide-bottom-medium {
     0% {
          transform: translateY(50px);
     }
     100% {
          transform: translateY(0);
     }
}
@-webkit-keyframes uk-slide-left-medium {
     0% {
          transform: translateX(-50px);
     }
     100% {
          transform: translateX(0);
     }
}
@keyframes uk-slide-left-medium {
     0% {
          transform: translateX(-50px);
     }
     100% {
          transform: translateX(0);
     }
}
@-webkit-keyframes uk-slide-right-medium {
     0% {
          transform: translateX(50px);
     }
     100% {
          transform: translateX(0);
     }
}
@keyframes uk-slide-right-medium {
     0% {
          transform: translateX(50px);
     }
     100% {
          transform: translateX(0);
     }
}
@-webkit-keyframes uk-kenburns {
     0% {
          transform: scale(1);
     }
     100% {
          transform: scale(1.2);
     }
}
@keyframes uk-kenburns {
     0% {
          transform: scale(1);
     }
     100% {
          transform: scale(1.2);
     }
}
@-webkit-keyframes uk-shake {
     0%,
     100% {
          transform: translateX(0);
     }
     10% {
          transform: translateX(-9px);
     }
     20% {
          transform: translateX(8px);
     }
     30% {
          transform: translateX(-7px);
     }
     40% {
          transform: translateX(6px);
     }
     50% {
          transform: translateX(-5px);
     }
     60% {
          transform: translateX(4px);
     }
     70% {
          transform: translateX(-3px);
     }
     80% {
          transform: translateX(2px);
     }
     90% {
          transform: translateX(-1px);
     }
}
@keyframes uk-shake {
     0%,
     100% {
          transform: translateX(0);
     }
     10% {
          transform: translateX(-9px);
     }
     20% {
          transform: translateX(8px);
     }
     30% {
          transform: translateX(-7px);
     }
     40% {
          transform: translateX(6px);
     }
     50% {
          transform: translateX(-5px);
     }
     60% {
          transform: translateX(4px);
     }
     70% {
          transform: translateX(-3px);
     }
     80% {
          transform: translateX(2px);
     }
     90% {
          transform: translateX(-1px);
     }
}
@-webkit-keyframes uk-stroke {
     0% {
          stroke-dashoffset: var(--uk-animation-stroke);
     }
     100% {
          stroke-dashoffset: 0;
     }
}
@keyframes uk-stroke {
     0% {
          stroke-dashoffset: var(--uk-animation-stroke);
     }
     100% {
          stroke-dashoffset: 0;
     }
}
[class*="uk-child-width"] > * {
     box-sizing: border-box;
     width: 100%;
}
.uk-child-width-1-2 > * {
     width: 50%;
}
.uk-child-width-1-3 > * {
     width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4 > * {
     width: 25%;
}
.uk-child-width-1-5 > * {
     width: 20%;
}
.uk-child-width-1-6 > * {
     width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto > * {
     width: auto;
}
.uk-child-width-expand > :not([class*="uk-width"]) {
     flex: 1;
     min-width: 1px;
}
@media (min-width: 640px) {
     .uk-child-width-1-1\@s > * {
          width: 100%;
     }
     .uk-child-width-1-2\@s > * {
          width: 50%;
     }
     .uk-child-width-1-3\@s > * {
          width: calc(100% * 1 / 3.001);
     }
     .uk-child-width-1-4\@s > * {
          width: 25%;
     }
     .uk-child-width-1-5\@s > * {
          width: 20%;
     }
     .uk-child-width-1-6\@s > * {
          width: calc(100% * 1 / 6.001);
     }
     .uk-child-width-auto\@s > * {
          width: auto;
     }
     .uk-child-width-expand\@s > :not([class*="uk-width"]) {
          flex: 1;
          min-width: 1px;
     }
}
@media (min-width: 960px) {
     .uk-child-width-1-1\@m > * {
          width: 100%;
     }
     .uk-child-width-1-2\@m > * {
          width: 50%;
     }
     .uk-child-width-1-3\@m > * {
          width: calc(100% * 1 / 3.001);
     }
     .uk-child-width-1-4\@m > * {
          width: 25%;
     }
     .uk-child-width-1-5\@m > * {
          width: 20%;
     }
     .uk-child-width-1-6\@m > * {
          width: calc(100% * 1 / 6.001);
     }
     .uk-child-width-auto\@m > * {
          width: auto;
     }
     .uk-child-width-expand\@m > :not([class*="uk-width"]) {
          flex: 1;
          min-width: 1px;
     }
}
@media (min-width: 1200px) {
     .uk-child-width-1-1\@l > * {
          width: 100%;
     }
     .uk-child-width-1-2\@l > * {
          width: 50%;
     }
     .uk-child-width-1-3\@l > * {
          width: calc(100% * 1 / 3.001);
     }
     .uk-child-width-1-4\@l > * {
          width: 25%;
     }
     .uk-child-width-1-5\@l > * {
          width: 20%;
     }
     .uk-child-width-1-6\@l > * {
          width: calc(100% * 1 / 6.001);
     }
     .uk-child-width-auto\@l > * {
          width: auto;
     }
     .uk-child-width-expand\@l > :not([class*="uk-width"]) {
          flex: 1;
          min-width: 1px;
     }
}
@media (min-width: 1600px) {
     .uk-child-width-1-1\@xl > * {
          width: 100%;
     }
     .uk-child-width-1-2\@xl > * {
          width: 50%;
     }
     .uk-child-width-1-3\@xl > * {
          width: calc(100% * 1 / 3.001);
     }
     .uk-child-width-1-4\@xl > * {
          width: 25%;
     }
     .uk-child-width-1-5\@xl > * {
          width: 20%;
     }
     .uk-child-width-1-6\@xl > * {
          width: calc(100% * 1 / 6.001);
     }
     .uk-child-width-auto\@xl > * {
          width: auto;
     }
     .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
          flex: 1;
          min-width: 1px;
     }
}
[class*="uk-width"] {
     box-sizing: border-box;
     width: 100%;
     max-width: 100%;
}
.uk-width-1-2 {
     width: 50%;
}
.uk-width-1-3 {
     width: calc(100% * 1 / 3.001);
}
.uk-width-2-3 {
     width: calc(100% * 2 / 3.001);
}
.uk-width-1-4 {
     width: 25%;
}
.uk-width-3-4 {
     width: 75%;
}
.uk-width-1-5 {
     width: 20%;
}
.uk-width-2-5 {
     width: 40%;
}
.uk-width-3-5 {
     width: 60%;
}
.uk-width-4-5 {
     width: 80%;
}
.uk-width-1-6 {
     width: calc(100% * 1 / 6.001);
}
.uk-width-5-6 {
     width: calc(100% * 5 / 6.001);
}
.uk-width-small {
     width: 150px;
}
.uk-width-medium {
     width: 300px;
}
.uk-width-large {
     width: 450px;
}
.uk-width-xlarge {
     width: 600px;
}
.uk-width-2xlarge {
     width: 750px;
}
.uk-width-auto {
     width: auto;
}
.uk-width-expand {
     flex: 1;
     min-width: 1px;
}
@media (min-width: 640px) {
     .uk-width-1-1\@s {
          width: 100%;
     }
     .uk-width-1-2\@s {
          width: 50%;
     }
     .uk-width-1-3\@s {
          width: calc(100% * 1 / 3.001);
     }
     .uk-width-2-3\@s {
          width: calc(100% * 2 / 3.001);
     }
     .uk-width-1-4\@s {
          width: 25%;
     }
     .uk-width-3-4\@s {
          width: 75%;
     }
     .uk-width-1-5\@s {
          width: 20%;
     }
     .uk-width-2-5\@s {
          width: 40%;
     }
     .uk-width-3-5\@s {
          width: 60%;
     }
     .uk-width-4-5\@s {
          width: 80%;
     }
     .uk-width-1-6\@s {
          width: calc(100% * 1 / 6.001);
     }
     .uk-width-5-6\@s {
          width: calc(100% * 5 / 6.001);
     }
     .uk-width-small\@s {
          width: 150px;
     }
     .uk-width-medium\@s {
          width: 300px;
     }
     .uk-width-large\@s {
          width: 450px;
     }
     .uk-width-xlarge\@s {
          width: 600px;
     }
     .uk-width-2xlarge\@s {
          width: 750px;
     }
     .uk-width-auto\@s {
          width: auto;
     }
     .uk-width-expand\@s {
          flex: 1;
          min-width: 1px;
     }
}
@media (min-width: 960px) {
     .uk-width-1-1\@m {
          width: 100%;
     }
     .uk-width-1-2\@m {
          width: 50%;
     }
     .uk-width-1-3\@m {
          width: calc(100% * 1 / 3.001);
     }
     .uk-width-2-3\@m {
          width: calc(100% * 2 / 3.001);
     }
     .uk-width-1-4\@m {
          width: 25%;
     }
     .uk-width-3-4\@m {
          width: 75%;
     }
     .uk-width-1-5\@m {
          width: 20%;
     }
     .uk-width-2-5\@m {
          width: 40%;
     }
     .uk-width-3-5\@m {
          width: 60%;
     }
     .uk-width-4-5\@m {
          width: 80%;
     }
     .uk-width-1-6\@m {
          width: calc(100% * 1 / 6.001);
     }
     .uk-width-5-6\@m {
          width: calc(100% * 5 / 6.001);
     }
     .uk-width-small\@m {
          width: 150px;
     }
     .uk-width-medium\@m {
          width: 300px;
     }
     .uk-width-large\@m {
          width: 450px;
     }
     .uk-width-xlarge\@m {
          width: 600px;
     }
     .uk-width-2xlarge\@m {
          width: 750px;
     }
     .uk-width-auto\@m {
          width: auto;
     }
     .uk-width-expand\@m {
          flex: 1;
          min-width: 1px;
     }
}
@media (min-width: 1200px) {
     .uk-width-1-1\@l {
          width: 100%;
     }
     .uk-width-1-2\@l {
          width: 50%;
     }
     .uk-width-1-3\@l {
          width: calc(100% * 1 / 3.001);
     }
     .uk-width-2-3\@l {
          width: calc(100% * 2 / 3.001);
     }
     .uk-width-1-4\@l {
          width: 25%;
     }
     .uk-width-3-4\@l {
          width: 75%;
     }
     .uk-width-1-5\@l {
          width: 20%;
     }
     .uk-width-2-5\@l {
          width: 40%;
     }
     .uk-width-3-5\@l {
          width: 60%;
     }
     .uk-width-4-5\@l {
          width: 80%;
     }
     .uk-width-1-6\@l {
          width: calc(100% * 1 / 6.001);
     }
     .uk-width-5-6\@l {
          width: calc(100% * 5 / 6.001);
     }
     .uk-width-small\@l {
          width: 150px;
     }
     .uk-width-medium\@l {
          width: 300px;
     }
     .uk-width-large\@l {
          width: 450px;
     }
     .uk-width-xlarge\@l {
          width: 600px;
     }
     .uk-width-2xlarge\@l {
          width: 750px;
     }
     .uk-width-auto\@l {
          width: auto;
     }
     .uk-width-expand\@l {
          flex: 1;
          min-width: 1px;
     }
}
@media (min-width: 1600px) {
     .uk-width-1-1\@xl {
          width: 100%;
     }
     .uk-width-1-2\@xl {
          width: 50%;
     }
     .uk-width-1-3\@xl {
          width: calc(100% * 1 / 3.001);
     }
     .uk-width-2-3\@xl {
          width: calc(100% * 2 / 3.001);
     }
     .uk-width-1-4\@xl {
          width: 25%;
     }
     .uk-width-3-4\@xl {
          width: 75%;
     }
     .uk-width-1-5\@xl {
          width: 20%;
     }
     .uk-width-2-5\@xl {
          width: 40%;
     }
     .uk-width-3-5\@xl {
          width: 60%;
     }
     .uk-width-4-5\@xl {
          width: 80%;
     }
     .uk-width-1-6\@xl {
          width: calc(100% * 1 / 6.001);
     }
     .uk-width-5-6\@xl {
          width: calc(100% * 5 / 6.001);
     }
     .uk-width-small\@xl {
          width: 150px;
     }
     .uk-width-medium\@xl {
          width: 300px;
     }
     .uk-width-large\@xl {
          width: 450px;
     }
     .uk-width-xlarge\@xl {
          width: 600px;
     }
     .uk-width-2xlarge\@xl {
          width: 750px;
     }
     .uk-width-auto\@xl {
          width: auto;
     }
     .uk-width-expand\@xl {
          flex: 1;
          min-width: 1px;
     }
}
.uk-width-max-content {
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
}
.uk-width-min-content {
     width: -webkit-min-content;
     width: -moz-min-content;
     width: min-content;
}
[class*="uk-height"] {
     box-sizing: border-box;
}
.uk-height-1-1 {
     height: 100%;
}
.uk-height-viewport {
     min-height: 100vh;
}
.uk-height-viewport-2 {
     min-height: 200vh;
}
.uk-height-viewport-3 {
     min-height: 300vh;
}
.uk-height-viewport-4 {
     min-height: 400vh;
}
.uk-height-small {
     height: 150px;
}
.uk-height-medium {
     height: 300px;
}
.uk-height-large {
     height: 450px;
}
.uk-height-max-small {
     max-height: 150px;
}
.uk-height-max-medium {
     max-height: 300px;
}
.uk-height-max-large {
     max-height: 450px;
}
.uk-text-lead {
     font-size: 1.4rem;
     line-height: 2;
     color: #fff;
}
.uk-text-meta {
     font-size: 0.875rem;
     line-height: 1.4;
     color: #ebebeb;
}
.uk-text-meta > a {
     color: #ebebeb;
}
.uk-text-meta > a:hover {
     color: #fff;
     text-decoration: none;
}
.uk-text-small {
     font-size: 0.875rem;
     line-height: 1.5;
}
.uk-text-large {
     font-size: 1.5rem;
     line-height: 1.5;
}
.uk-text-default {
     font-size: 16px;
     line-height: 2;
}
.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-decoration-none {
     text-decoration: none !important;
}
.uk-text-muted {
     color: #ebebeb !important;
}
.uk-text-emphasis {
     color: #fff !important;
}
.uk-text-primary {
     color: #9ab095 !important;
}
.uk-text-secondary {
     color: #222 !important;
}
.uk-text-success {
     color: #32d296 !important;
}
.uk-text-warning {
     color: #faa05a !important;
}
.uk-text-danger {
     color: #f0506e !important;
}
.uk-text-background {
     -webkit-background-clip: text;
     color: transparent !important;
     display: inline-block;
     background-color: #9ab095;
     background-image: linear-gradient(90deg, #9ab095 0%, #a5a9c3 100%);
}
.uk-text-left {
     text-align: left !important;
}
.uk-text-right {
     text-align: right !important;
}
.uk-text-center {
     text-align: center !important;
}
.uk-text-justify {
     text-align: justify !important;
}
@media (min-width: 640px) {
     .uk-text-left\@s {
          text-align: left !important;
     }
     .uk-text-right\@s {
          text-align: right !important;
     }
     .uk-text-center\@s {
          text-align: center !important;
     }
}
@media (min-width: 960px) {
     .uk-text-left\@m {
          text-align: left !important;
     }
     .uk-text-right\@m {
          text-align: right !important;
     }
     .uk-text-center\@m {
          text-align: center !important;
     }
}
@media (min-width: 1200px) {
     .uk-text-left\@l {
          text-align: left !important;
     }
     .uk-text-right\@l {
          text-align: right !important;
     }
     .uk-text-center\@l {
          text-align: center !important;
     }
}
@media (min-width: 1600px) {
     .uk-text-left\@xl {
          text-align: left !important;
     }
     .uk-text-right\@xl {
          text-align: right !important;
     }
     .uk-text-center\@xl {
          text-align: center !important;
     }
}
.uk-text-top {
     vertical-align: top !important;
}
.uk-text-middle {
     vertical-align: middle !important;
}
.uk-text-bottom {
     vertical-align: bottom !important;
}
.uk-text-baseline {
     vertical-align: baseline !important;
}
.uk-text-nowrap {
     white-space: nowrap;
}
.uk-text-truncate {
     max-width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
th.uk-text-truncate,
td.uk-text-truncate {
     max-width: 0;
}
.uk-text-break {
     overflow-wrap: break-word;
}
th.uk-text-break,
td.uk-text-break {
     word-break: break-word;
}
[class*="uk-column-"] {
     -moz-column-gap: 30px;
     column-gap: 30px;
}
@media (min-width: 1200px) {
     [class*="uk-column-"] {
          -moz-column-gap: 40px;
          column-gap: 40px;
     }
}
[class*="uk-column-"] img {
     transform: translate3d(0, 0, 0);
}
.uk-column-divider {
     -moz-column-rule: 1px solid #e5e5e5;
     column-rule: 1px solid #e5e5e5;
     -moz-column-gap: 60px;
     column-gap: 60px;
}
@media (min-width: 1200px) {
     .uk-column-divider {
          -moz-column-gap: 80px;
          column-gap: 80px;
     }
}
.uk-column-1-2 {
     -moz-column-count: 2;
     column-count: 2;
}
.uk-column-1-3 {
     -moz-column-count: 3;
     column-count: 3;
}
.uk-column-1-4 {
     -moz-column-count: 4;
     column-count: 4;
}
.uk-column-1-5 {
     -moz-column-count: 5;
     column-count: 5;
}
.uk-column-1-6 {
     -moz-column-count: 6;
     column-count: 6;
}
@media (min-width: 640px) {
     .uk-column-1-2\@s {
          -moz-column-count: 2;
          column-count: 2;
     }
     .uk-column-1-3\@s {
          -moz-column-count: 3;
          column-count: 3;
     }
     .uk-column-1-4\@s {
          -moz-column-count: 4;
          column-count: 4;
     }
     .uk-column-1-5\@s {
          -moz-column-count: 5;
          column-count: 5;
     }
     .uk-column-1-6\@s {
          -moz-column-count: 6;
          column-count: 6;
     }
}
@media (min-width: 960px) {
     .uk-column-1-2\@m {
          -moz-column-count: 2;
          column-count: 2;
     }
     .uk-column-1-3\@m {
          -moz-column-count: 3;
          column-count: 3;
     }
     .uk-column-1-4\@m {
          -moz-column-count: 4;
          column-count: 4;
     }
     .uk-column-1-5\@m {
          -moz-column-count: 5;
          column-count: 5;
     }
     .uk-column-1-6\@m {
          -moz-column-count: 6;
          column-count: 6;
     }
}
@media (min-width: 1200px) {
     .uk-column-1-2\@l {
          -moz-column-count: 2;
          column-count: 2;
     }
     .uk-column-1-3\@l {
          -moz-column-count: 3;
          column-count: 3;
     }
     .uk-column-1-4\@l {
          -moz-column-count: 4;
          column-count: 4;
     }
     .uk-column-1-5\@l {
          -moz-column-count: 5;
          column-count: 5;
     }
     .uk-column-1-6\@l {
          -moz-column-count: 6;
          column-count: 6;
     }
}
@media (min-width: 1600px) {
     .uk-column-1-2\@xl {
          -moz-column-count: 2;
          column-count: 2;
     }
     .uk-column-1-3\@xl {
          -moz-column-count: 3;
          column-count: 3;
     }
     .uk-column-1-4\@xl {
          -moz-column-count: 4;
          column-count: 4;
     }
     .uk-column-1-5\@xl {
          -moz-column-count: 5;
          column-count: 5;
     }
     .uk-column-1-6\@xl {
          -moz-column-count: 6;
          column-count: 6;
     }
}
.uk-column-span {
     -moz-column-span: all;
     column-span: all;
}
[uk-cover],
[data-uk-cover] {
     max-width: none;
     position: absolute;
     left: 50%;
     top: 50%;
     --uk-position-translate-x: -50%;
     --uk-position-translate-y: -50%;
     transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}
iframe[uk-cover],
iframe[data-uk-cover] {
     pointer-events: none;
}
.uk-cover-container {
     overflow: hidden;
     position: relative;
}
.uk-background-default {
     background-color: #121212;
}
.uk-background-muted {
     background-color: #f8f8f8;
}
.uk-background-primary {
     background-color: #9ab095;
}
.uk-background-secondary {
     background-color: #222;
}
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
     background-position: 50% 50%;
     background-repeat: no-repeat;
}
.uk-background-cover {
     background-size: cover;
}
.uk-background-contain {
     background-size: contain;
}
.uk-background-width-1-1 {
     background-size: 100%;
}
.uk-background-height-1-1 {
     background-size: auto 100%;
}
.uk-background-top-left {
     background-position: 0 0;
}
.uk-background-top-center {
     background-position: 50% 0;
}
.uk-background-top-right {
     background-position: 100% 0;
}
.uk-background-center-left {
     background-position: 0 50%;
}
.uk-background-center-center {
     background-position: 50% 50%;
}
.uk-background-center-right {
     background-position: 100% 50%;
}
.uk-background-bottom-left {
     background-position: 0 100%;
}
.uk-background-bottom-center {
     background-position: 50% 100%;
}
.uk-background-bottom-right {
     background-position: 100% 100%;
}
.uk-background-norepeat {
     background-repeat: no-repeat;
}
.uk-background-fixed {
     background-attachment: fixed;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
@media (pointer: coarse) {
     .uk-background-fixed {
          background-attachment: scroll;
     }
}
@media (max-width: 639px) {
     .uk-background-image\@s {
          background-image: none !important;
     }
}
@media (max-width: 959px) {
     .uk-background-image\@m {
          background-image: none !important;
     }
}
@media (max-width: 1199px) {
     .uk-background-image\@l {
          background-image: none !important;
     }
}
@media (max-width: 1599px) {
     .uk-background-image\@xl {
          background-image: none !important;
     }
}
.uk-background-blend-multiply {
     background-blend-mode: multiply;
}
.uk-background-blend-screen {
     background-blend-mode: screen;
}
.uk-background-blend-overlay {
     background-blend-mode: overlay;
}
.uk-background-blend-darken {
     background-blend-mode: darken;
}
.uk-background-blend-lighten {
     background-blend-mode: lighten;
}
.uk-background-blend-color-dodge {
     background-blend-mode: color-dodge;
}
.uk-background-blend-color-burn {
     background-blend-mode: color-burn;
}
.uk-background-blend-hard-light {
     background-blend-mode: hard-light;
}
.uk-background-blend-soft-light {
     background-blend-mode: soft-light;
}
.uk-background-blend-difference {
     background-blend-mode: difference;
}
.uk-background-blend-exclusion {
     background-blend-mode: exclusion;
}
.uk-background-blend-hue {
     background-blend-mode: hue;
}
.uk-background-blend-saturation {
     background-blend-mode: saturation;
}
.uk-background-blend-color {
     background-blend-mode: color;
}
.uk-background-blend-luminosity {
     background-blend-mode: luminosity;
}
[class*="uk-align"] {
     display: block;
     margin-bottom: 30px;
}
* + [class*="uk-align"] {
     margin-top: 30px;
}
.uk-align-center {
     margin-left: auto;
     margin-right: auto;
}
.uk-align-left {
     margin-top: 0;
     margin-right: 30px;
     float: left;
}
.uk-align-right {
     margin-top: 0;
     margin-left: 30px;
     float: right;
}
@media (min-width: 640px) {
     .uk-align-left\@s {
          margin-top: 0;
          margin-right: 30px;
          float: left;
     }
     .uk-align-right\@s {
          margin-top: 0;
          margin-left: 30px;
          float: right;
     }
}
@media (min-width: 960px) {
     .uk-align-left\@m {
          margin-top: 0;
          margin-right: 30px;
          float: left;
     }
     .uk-align-right\@m {
          margin-top: 0;
          margin-left: 30px;
          float: right;
     }
}
@media (min-width: 1200px) {
     .uk-align-left\@l {
          margin-top: 0;
          float: left;
     }
     .uk-align-right\@l {
          margin-top: 0;
          float: right;
     }
     .uk-align-left,
     .uk-align-left\@s,
     .uk-align-left\@m,
     .uk-align-left\@l {
          margin-right: 40px;
     }
     .uk-align-right,
     .uk-align-right\@s,
     .uk-align-right\@m,
     .uk-align-right\@l {
          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 {
     transform: translate(0, 0);
}
.uk-panel {
     display: flow-root;
     position: relative;
     box-sizing: border-box;
}
.uk-panel > :last-child {
     margin-bottom: 0;
}
.uk-panel-scrollable {
     height: 170px;
     padding: 10px;
     border: 1px solid #e5e5e5;
     overflow: auto;
     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;
}
.uk-overflow-auto > :last-child {
     margin-bottom: 0;
}
.uk-box-sizing-content {
     box-sizing: content-box;
}
.uk-box-sizing-border {
     box-sizing: border-box;
}
.uk-resize {
     resize: both;
}
.uk-resize-horizontal {
     resize: horizontal;
}
.uk-resize-vertical {
     resize: vertical;
}
.uk-display-block {
     display: block !important;
}
.uk-display-inline {
     display: inline !important;
}
.uk-display-inline-block {
     display: inline-block !important;
}
[class*="uk-inline"] {
     display: inline-block;
     position: relative;
     max-width: 100%;
     vertical-align: middle;
     -webkit-backface-visibility: hidden;
}
.uk-inline-clip {
     overflow: hidden;
}
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
     max-width: none;
}
.uk-responsive-width,
.uk-responsive-height {
     box-sizing: border-box;
}
.uk-responsive-width {
     max-width: 100% !important;
     height: auto;
}
.uk-responsive-height {
     max-height: 100%;
     width: auto;
     max-width: none;
}
[uk-responsive],
[data-uk-responsive] {
     max-width: 100%;
}
.uk-object-cover {
     -o-object-fit: cover;
     object-fit: cover;
}
.uk-object-contain {
     -o-object-fit: contain;
     object-fit: contain;
}
.uk-object-fill {
     -o-object-fit: fill;
     object-fit: fill;
}
.uk-object-none {
     -o-object-fit: none;
     object-fit: none;
}
.uk-object-scale-down {
     -o-object-fit: scale-down;
     object-fit: scale-down;
}
.uk-object-top-left {
     -o-object-position: 0 0;
     object-position: 0 0;
}
.uk-object-top-center {
     -o-object-position: 50% 0;
     object-position: 50% 0;
}
.uk-object-top-right {
     -o-object-position: 100% 0;
     object-position: 100% 0;
}
.uk-object-center-left {
     -o-object-position: 0 50%;
     object-position: 0 50%;
}
.uk-object-center-center {
     -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.uk-object-center-right {
     -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
.uk-object-bottom-left {
     -o-object-position: 0 100%;
     object-position: 0 100%;
}
.uk-object-bottom-center {
     -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.uk-object-bottom-right {
     -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.uk-border-circle {
     border-radius: 50%;
}
.uk-border-pill {
     border-radius: 500px;
}
.uk-border-rounded {
     border-radius: 5px;
}
.uk-inline-clip[class*="uk-border-"] {
     -webkit-transform: translateZ(0);
}
.uk-box-shadow-small {
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-medium {
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-large {
     box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-xlarge {
     box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
[class*="uk-box-shadow-hover"] {
     transition: box-shadow 0.1s ease-in-out;
}
.uk-box-shadow-hover-small:hover {
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-hover-medium:hover {
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.uk-box-shadow-hover-large:hover {
     box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.uk-box-shadow-hover-xlarge:hover {
     box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) {
     .uk-box-shadow-bottom {
          display: inline-block;
          position: relative;
          z-index: 0;
          max-width: 100%;
          vertical-align: middle;
     }
     .uk-box-shadow-bottom::after {
          content: "";
          position: absolute;
          bottom: -30px;
          left: 0;
          right: 0;
          z-index: -1;
          height: 30px;
          border-radius: 100%;
          background: #444;
          -webkit-filter: blur(20px);
          filter: blur(20px);
          will-change: filter;
     }
}
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
     display: block;
     margin-right: 10px;
     float: left;
     font-size: 6em;
     line-height: 1;
     margin-bottom: -2px;
}
@-moz-document url-prefix() {
     .uk-dropcap::first-letter,
     .uk-dropcap > p:first-of-type::first-letter {
          margin-top: 1.1%;
     }
}
.uk-logo {
     font-size: 1.5rem;
     font-family: Josefin Sans;
     color: #fff;
     text-decoration: none;
}
:where(.uk-logo) {
     display: inline-block;
     vertical-align: middle;
}
.uk-logo:hover {
     color: #fff;
     text-decoration: none;
}
.uk-logo :where(img, svg, video) {
     display: block;
}
.uk-logo-inverse {
     display: none;
}
.uk-disabled {
     pointer-events: none;
}
.uk-drag,
.uk-drag * {
     cursor: move;
}
.uk-drag iframe {
     pointer-events: none;
}
.uk-dragover {
     box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
.uk-blend-multiply {
     mix-blend-mode: multiply;
}
.uk-blend-screen {
     mix-blend-mode: screen;
}
.uk-blend-overlay {
     mix-blend-mode: overlay;
}
.uk-blend-darken {
     mix-blend-mode: darken;
}
.uk-blend-lighten {
     mix-blend-mode: lighten;
}
.uk-blend-color-dodge {
     mix-blend-mode: color-dodge;
}
.uk-blend-color-burn {
     mix-blend-mode: color-burn;
}
.uk-blend-hard-light {
     mix-blend-mode: hard-light;
}
.uk-blend-soft-light {
     mix-blend-mode: soft-light;
}
.uk-blend-difference {
     mix-blend-mode: difference;
}
.uk-blend-exclusion {
     mix-blend-mode: exclusion;
}
.uk-blend-hue {
     mix-blend-mode: hue;
}
.uk-blend-saturation {
     mix-blend-mode: saturation;
}
.uk-blend-color {
     mix-blend-mode: color;
}
.uk-blend-luminosity {
     mix-blend-mode: luminosity;
}
.uk-transform-center {
     transform: translate(-50%, -50%);
}
.uk-transform-origin-top-left {
     transform-origin: 0 0;
}
.uk-transform-origin-top-center {
     transform-origin: 50% 0;
}
.uk-transform-origin-top-right {
     transform-origin: 100% 0;
}
.uk-transform-origin-center-left {
     transform-origin: 0 50%;
}
.uk-transform-origin-center-right {
     transform-origin: 100% 50%;
}
.uk-transform-origin-bottom-left {
     transform-origin: 0 100%;
}
.uk-transform-origin-bottom-center {
     transform-origin: 50% 100%;
}
.uk-transform-origin-bottom-right {
     transform-origin: 100% 100%;
}
.uk-flex {
     display: flex;
}
.uk-flex-inline {
     display: inline-flex;
}
.uk-flex-left {
     justify-content: flex-start;
}
.uk-flex-center {
     justify-content: center;
}
.uk-flex-right {
     justify-content: flex-end;
}
.uk-flex-between {
     justify-content: space-between;
}
.uk-flex-around {
     justify-content: space-around;
}
@media (min-width: 640px) {
     .uk-flex-left\@s {
          justify-content: flex-start;
     }
     .uk-flex-center\@s {
          justify-content: center;
     }
     .uk-flex-right\@s {
          justify-content: flex-end;
     }
     .uk-flex-between\@s {
          justify-content: space-between;
     }
     .uk-flex-around\@s {
          justify-content: space-around;
     }
}
@media (min-width: 960px) {
     .uk-flex-left\@m {
          justify-content: flex-start;
     }
     .uk-flex-center\@m {
          justify-content: center;
     }
     .uk-flex-right\@m {
          justify-content: flex-end;
     }
     .uk-flex-between\@m {
          justify-content: space-between;
     }
     .uk-flex-around\@m {
          justify-content: space-around;
     }
}
@media (min-width: 1200px) {
     .uk-flex-left\@l {
          justify-content: flex-start;
     }
     .uk-flex-center\@l {
          justify-content: center;
     }
     .uk-flex-right\@l {
          justify-content: flex-end;
     }
     .uk-flex-between\@l {
          justify-content: space-between;
     }
     .uk-flex-around\@l {
          justify-content: space-around;
     }
}
@media (min-width: 1600px) {
     .uk-flex-left\@xl {
          justify-content: flex-start;
     }
     .uk-flex-center\@xl {
          justify-content: center;
     }
     .uk-flex-right\@xl {
          justify-content: flex-end;
     }
     .uk-flex-between\@xl {
          justify-content: space-between;
     }
     .uk-flex-around\@xl {
          justify-content: space-around;
     }
}
.uk-flex-stretch {
     align-items: stretch;
}
.uk-flex-top {
     align-items: flex-start;
}
.uk-flex-middle {
     align-items: center;
}
.uk-flex-bottom {
     align-items: flex-end;
}
.uk-flex-row {
     flex-direction: row;
}
.uk-flex-row-reverse {
     flex-direction: row-reverse;
}
.uk-flex-column {
     flex-direction: column;
}
.uk-flex-column-reverse {
     flex-direction: column-reverse;
}
.uk-flex-nowrap {
     flex-wrap: nowrap;
}
.uk-flex-wrap {
     flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
     flex-wrap: wrap-reverse;
}
.uk-flex-wrap-stretch {
     align-content: stretch;
}
.uk-flex-wrap-top {
     align-content: flex-start;
}
.uk-flex-wrap-middle {
     align-content: center;
}
.uk-flex-wrap-bottom {
     align-content: flex-end;
}
.uk-flex-wrap-between {
     align-content: space-between;
}
.uk-flex-wrap-around {
     align-content: space-around;
}
.uk-flex-first {
     order: -1;
}
.uk-flex-last {
     order: 99;
}
@media (min-width: 640px) {
     .uk-flex-first\@s {
          order: -1;
     }
     .uk-flex-last\@s {
          order: 99;
     }
}
@media (min-width: 960px) {
     .uk-flex-first\@m {
          order: -1;
     }
     .uk-flex-last\@m {
          order: 99;
     }
}
@media (min-width: 1200px) {
     .uk-flex-first\@l {
          order: -1;
     }
     .uk-flex-last\@l {
          order: 99;
     }
}
@media (min-width: 1600px) {
     .uk-flex-first\@xl {
          order: -1;
     }
     .uk-flex-last\@xl {
          order: 99;
     }
}
.uk-flex-none {
     flex: none;
}
.uk-flex-auto {
     flex: auto;
}
.uk-flex-1 {
     flex: 1;
}
.uk-margin {
     margin-bottom: 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: 1200px) {
     .uk-margin-large {
          margin-bottom: 70px;
     }
     * + .uk-margin-large {
          margin-top: 70px !important;
     }
     .uk-margin-large-top {
          margin-top: 70px !important;
     }
     .uk-margin-large-bottom {
          margin-bottom: 70px !important;
     }
     .uk-margin-large-left {
          margin-left: 70px !important;
     }
     .uk-margin-large-right {
          margin-right: 70px !important;
     }
}
.uk-margin-xlarge {
     margin-bottom: 70px;
}
* + .uk-margin-xlarge {
     margin-top: 70px !important;
}
.uk-margin-xlarge-top {
     margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
     margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
     margin-left: 70px !important;
}
.uk-margin-xlarge-right {
     margin-right: 70px !important;
}
@media (min-width: 1200px) {
     .uk-margin-xlarge {
          margin-bottom: 140px;
     }
     * + .uk-margin-xlarge {
          margin-top: 140px !important;
     }
     .uk-margin-xlarge-top {
          margin-top: 140px !important;
     }
     .uk-margin-xlarge-bottom {
          margin-bottom: 140px !important;
     }
     .uk-margin-xlarge-left {
          margin-left: 140px !important;
     }
     .uk-margin-xlarge-right {
          margin-right: 140px !important;
     }
}
.uk-margin-auto {
     margin-left: auto !important;
     margin-right: auto !important;
}
.uk-margin-auto-top {
     margin-top: auto !important;
}
.uk-margin-auto-bottom {
     margin-bottom: auto !important;
}
.uk-margin-auto-left {
     margin-left: auto !important;
}
.uk-margin-auto-right {
     margin-right: auto !important;
}
.uk-margin-auto-vertical {
     margin-top: auto !important;
     margin-bottom: auto !important;
}
@media (min-width: 640px) {
     .uk-margin-auto\@s {
          margin-left: auto !important;
          margin-right: auto !important;
     }
     .uk-margin-auto-left\@s {
          margin-left: auto !important;
     }
     .uk-margin-auto-right\@s {
          margin-right: auto !important;
     }
}
@media (min-width: 960px) {
     .uk-margin-auto\@m {
          margin-left: auto !important;
          margin-right: auto !important;
     }
     .uk-margin-auto-left\@m {
          margin-left: auto !important;
     }
     .uk-margin-auto-right\@m {
          margin-right: auto !important;
     }
}
@media (min-width: 1200px) {
     .uk-margin-auto\@l {
          margin-left: auto !important;
          margin-right: auto !important;
     }
     .uk-margin-auto-left\@l {
          margin-left: auto !important;
     }
     .uk-margin-auto-right\@l {
          margin-right: auto !important;
     }
}
@media (min-width: 1600px) {
     .uk-margin-auto\@xl {
          margin-left: auto !important;
          margin-right: auto !important;
     }
     .uk-margin-auto-left\@xl {
          margin-left: auto !important;
     }
     .uk-margin-auto-right\@xl {
          margin-right: auto !important;
     }
}
.uk-margin-remove {
     margin: 0 !important;
}
.uk-margin-remove-top {
     margin-top: 0 !important;
}
.uk-margin-remove-bottom {
     margin-bottom: 0 !important;
}
.uk-margin-remove-left {
     margin-left: 0 !important;
}
.uk-margin-remove-right {
     margin-right: 0 !important;
}
.uk-margin-remove-vertical {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
}
.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
     margin-top: 0 !important;
}
.uk-margin-remove-last-child > :last-child {
     margin-bottom: 0 !important;
}
@media (min-width: 640px) {
     .uk-margin-remove-left\@s {
          margin-left: 0 !important;
     }
     .uk-margin-remove-right\@s {
          margin-right: 0 !important;
     }
}
@media (min-width: 960px) {
     .uk-margin-remove-left\@m {
          margin-left: 0 !important;
     }
     .uk-margin-remove-right\@m {
          margin-right: 0 !important;
     }
}
@media (min-width: 1200px) {
     .uk-margin-remove-left\@l {
          margin-left: 0 !important;
     }
     .uk-margin-remove-right\@l {
          margin-right: 0 !important;
     }
}
@media (min-width: 1600px) {
     .uk-margin-remove-left\@xl {
          margin-left: 0 !important;
     }
     .uk-margin-remove-right\@xl {
          margin-right: 0 !important;
     }
}
.uk-padding {
     padding: 30px;
}
@media (min-width: 1200px) {
     .uk-padding {
          padding: 40px;
     }
}
.uk-padding-small {
     padding: 15px;
}
.uk-padding-large {
     padding: 40px;
}
@media (min-width: 1200px) {
     .uk-padding-large {
          padding: 70px;
     }
}
.uk-padding-remove {
     padding: 0 !important;
}
.uk-padding-remove-top {
     padding-top: 0 !important;
}
.uk-padding-remove-bottom {
     padding-bottom: 0 !important;
}
.uk-padding-remove-left {
     padding-left: 0 !important;
}
.uk-padding-remove-right {
     padding-right: 0 !important;
}
.uk-padding-remove-vertical {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
}
.uk-padding-remove-horizontal {
     padding-left: 0 !important;
     padding-right: 0 !important;
}
:root {
     --uk-position-margin-offset: 0px;
}
[class*="uk-position-top"],
[class*="uk-position-bottom"],
[class*="uk-position-left"],
[class*="uk-position-right"],
[class*="uk-position-center"] {
     position: absolute !important;
     max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
     box-sizing: border-box;
}
.uk-position-top {
     top: 0;
     left: 0;
     right: 0;
}
.uk-position-bottom {
     bottom: 0;
     left: 0;
     right: 0;
}
.uk-position-left {
     top: 0;
     bottom: 0;
     left: 0;
}
.uk-position-right {
     top: 0;
     bottom: 0;
     right: 0;
}
.uk-position-top-left {
     top: 0;
     left: 0;
}
.uk-position-top-right {
     top: 0;
     right: 0;
}
.uk-position-bottom-left {
     bottom: 0;
     left: 0;
}
.uk-position-bottom-right {
     bottom: 0;
     right: 0;
}
.uk-position-center {
     top: calc(50% - var(--uk-position-margin-offset));
     left: calc(50% - var(--uk-position-margin-offset));
     --uk-position-translate-x: -50%;
     --uk-position-translate-y: -50%;
     transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
}
[class*="uk-position-center-left"],
[class*="uk-position-center-right"] {
     top: calc(50% - var(--uk-position-margin-offset));
     --uk-position-translate-y: -50%;
     transform: translate(0, var(--uk-position-translate-y));
}
.uk-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-top-center,
.uk-position-bottom-center {
     left: calc(50% - var(--uk-position-margin-offset));
     --uk-position-translate-x: -50%;
     transform: translate(var(--uk-position-translate-x), 0);
     width: -webkit-max-content;
     width: -moz-max-content;
     width: max-content;
}
.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-small {
     margin: 15px;
     --uk-position-margin-offset: 15px;
}
.uk-position-medium {
     margin: 30px;
     --uk-position-margin-offset: 30px;
}
.uk-position-large {
     margin: 30px;
     --uk-position-margin-offset: 30px;
}
@media (min-width: 1200px) {
     .uk-position-large {
          margin: 50px;
          --uk-position-margin-offset: 50px;
     }
}
.uk-position-relative {
     position: relative !important;
}
.uk-position-absolute {
     position: absolute !important;
}
.uk-position-fixed {
     position: fixed !important;
}
.uk-position-sticky {
     position: -webkit-sticky !important;
     position: sticky !important;
}
.uk-position-z-index {
     z-index: 1;
}
.uk-position-z-index-zero {
     z-index: 0;
}
.uk-position-z-index-negative {
     z-index: -1;
}
:where(.uk-transition-fade),
:where([class*="uk-transition-scale"]),
:where([class*="uk-transition-slide"]) {
     --uk-position-translate-x: 0;
     --uk-position-translate-y: 0;
}
.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
     --uk-translate-x: 0;
     --uk-translate-y: 0;
     --uk-scale-x: 1;
     --uk-scale-y: 1;
     transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
     transition: 0.3s ease-out;
     transition-property: opacity, transform, -webkit-filter;
     transition-property: opacity, transform, filter;
     transition-property: opacity, transform, filter, -webkit-filter;
     opacity: 0;
}
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
     opacity: 1;
}
[class*="uk-transition-scale"] {
     -webkit-backface-visibility: hidden;
}
.uk-transition-scale-up {
     --uk-scale-x: 1;
     --uk-scale-y: 1;
}
.uk-transition-scale-down {
     --uk-scale-x: 1.03;
     --uk-scale-y: 1.03;
}
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
     --uk-scale-x: 1.03;
     --uk-scale-y: 1.03;
     opacity: 1;
}
.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
     --uk-scale-x: 1;
     --uk-scale-y: 1;
     opacity: 1;
}
.uk-transition-slide-top {
     --uk-translate-y: -100%;
}
.uk-transition-slide-bottom {
     --uk-translate-y: 100%;
}
.uk-transition-slide-left {
     --uk-translate-x: -100%;
}
.uk-transition-slide-right {
     --uk-translate-x: 100%;
}
.uk-transition-slide-top-small {
     --uk-translate-y: calc(-1 * 10px);
}
.uk-transition-slide-bottom-small {
     --uk-translate-y: 10px;
}
.uk-transition-slide-left-small {
     --uk-translate-x: calc(-1 * 10px);
}
.uk-transition-slide-right-small {
     --uk-translate-x: 10px;
}
.uk-transition-slide-top-medium {
     --uk-translate-y: calc(-1 * 50px);
}
.uk-transition-slide-bottom-medium {
     --uk-translate-y: 50px;
}
.uk-transition-slide-left-medium {
     --uk-translate-x: calc(-1 * 50px);
}
.uk-transition-slide-right-medium {
     --uk-translate-x: 50px;
}
.uk-transition-toggle:hover [class*="uk-transition-slide"],
.uk-transition-toggle:focus [class*="uk-transition-slide"],
.uk-transition-toggle [class*="uk-transition-slide"]:focus-within,
.uk-transition-active.uk-active [class*="uk-transition-slide"] {
     --uk-translate-x: 0;
     --uk-translate-y: 0;
     opacity: 1;
}
.uk-transition-opaque {
     opacity: 1;
}
.uk-transition-slow {
     transition-duration: 0.7s;
}
[hidden],
.uk-hidden {
     display: none !important;
}
@media (min-width: 640px) {
     .uk-hidden\@s {
          display: none !important;
     }
}
@media (min-width: 960px) {
     .uk-hidden\@m {
          display: none !important;
     }
}
@media (min-width: 1200px) {
     .uk-hidden\@l {
          display: none !important;
     }
}
@media (min-width: 1600px) {
     .uk-hidden\@xl {
          display: none !important;
     }
}
@media (max-width: 639px) {
     .uk-visible\@s {
          display: none !important;
     }
}
@media (max-width: 959px) {
     .uk-visible\@m {
          display: none !important;
     }
}
@media (max-width: 1199px) {
     .uk-visible\@l {
          display: none !important;
     }
}
@media (max-width: 1599px) {
     .uk-visible\@xl {
          display: none !important;
     }
}
.uk-invisible {
     visibility: hidden !important;
}
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
     position: absolute !important;
     width: 1px !important;
     height: 1px !important;
     padding: 0 !important;
     border: 0 !important;
     margin: 0 !important;
     overflow: hidden !important;
     -webkit-clip-path: inset(50%) !important;
     clip-path: inset(50%) !important;
     white-space: nowrap !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
     opacity: 0 !important;
}
@media (hover: none) {
     .uk-hidden-touch {
          display: none !important;
     }
}
@media (hover) {
     .uk-hidden-notouch {
          display: none !important;
     }
}
.uk-dark {
     color: #121212;
}
.uk-dark a,
.uk-dark .uk-link {
     color: #121212;
}
.uk-dark a:hover,
.uk-dark .uk-link:hover,
.uk-dark .uk-link-toggle:hover .uk-link {
     color: #121212;
}
.uk-dark :not(pre) > code,
.uk-dark :not(pre) > kbd,
.uk-dark :not(pre) > samp {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-dark em {
     color: #121212;
}
.uk-dark h1,
.uk-dark .uk-h1,
.uk-dark h2,
.uk-dark .uk-h2,
.uk-dark h3,
.uk-dark .uk-h3,
.uk-dark h4,
.uk-dark .uk-h4,
.uk-dark h5,
.uk-dark .uk-h5,
.uk-dark h6,
.uk-dark .uk-h6,
.uk-dark .uk-heading-small,
.uk-dark .uk-heading-medium,
.uk-dark .uk-heading-large,
.uk-dark .uk-heading-xlarge,
.uk-dark .uk-heading-2xlarge {
     color: #121212;
}
.uk-dark blockquote {
     color: #121212;
}
.uk-dark blockquote footer {
     color: #121212;
}
.uk-dark hr,
.uk-dark .uk-hr {
     border-top-color: #121212;
}
.uk-dark :focus-visible {
     outline-color: #121212;
}
.uk-dark a.uk-link-muted,
.uk-dark .uk-link-muted a {
     color: #666;
}
.uk-dark a.uk-link-muted:hover,
.uk-dark .uk-link-muted a:hover,
.uk-dark .uk-link-toggle:hover .uk-link-muted {
     color: #121212;
}
.uk-dark a.uk-link-text:hover,
.uk-dark .uk-link-text a:hover,
.uk-dark .uk-link-toggle:hover .uk-link-text {
     color: #666;
}
.uk-dark a.uk-link-heading:hover,
.uk-dark .uk-link-heading a:hover,
.uk-dark .uk-link-toggle:hover .uk-link-heading {
     color: #fff;
}
.uk-dark .uk-heading-divider {
     border-bottom-color: #121212;
}
.uk-dark .uk-heading-bullet::before {
     border-left-color: #121212;
}
.uk-dark .uk-heading-line > ::before,
.uk-dark .uk-heading-line > ::after {
     border-bottom-color: #121212;
}
.uk-dark .uk-divider-icon {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23121212%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-dark .uk-divider-icon::before,
.uk-dark .uk-divider-icon::after {
     border-bottom-color: #121212;
}
.uk-dark .uk-divider-small::after {
     border-top-color: #121212;
}
.uk-dark .uk-divider-vertical {
     border-left-color: #121212;
}
.uk-dark .uk-list-muted > ::before {
     color: #666 !important;
}
.uk-dark .uk-list-emphasis > ::before {
     color: #121212 !important;
}
.uk-dark .uk-list-primary > ::before {
     color: #fff !important;
}
.uk-dark .uk-list-secondary > ::before {
     color: #fff !important;
}
.uk-dark .uk-list-bullet > ::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-dark .uk-list-divider > :nth-child(n + 2) {
     border-top-color: #121212;
}
.uk-dark .uk-list-striped > *:nth-of-type(odd) {
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-dark .uk-list-striped > :nth-of-type(odd) {
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-dark .uk-table th {
     color: #121212;
}
.uk-dark .uk-table caption {
     color: #666;
}
.uk-dark .uk-table > tr.uk-active,
.uk-dark .uk-table tbody tr.uk-active {
     background: rgba(255, 255, 255, 0.08);
}
.uk-dark .uk-table-divider > tr:not(:first-child),
.uk-dark .uk-table-divider > :not(:first-child) > tr,
.uk-dark .uk-table-divider > :first-child > tr:not(:first-child) {
     border-top-color: #121212;
}
.uk-dark .uk-table-striped > tr:nth-of-type(odd),
.uk-dark .uk-table-striped tbody tr:nth-of-type(odd) {
     background: rgba(255, 255, 255, 0.1);
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-dark .uk-table-hover > tr:hover,
.uk-dark .uk-table-hover tbody tr:hover {
     background: rgba(255, 255, 255, 0.08);
}
.uk-dark .uk-icon-link {
     color: #666;
}
.uk-dark .uk-icon-link:hover {
     color: #121212;
}
.uk-dark .uk-icon-link:active,
.uk-dark .uk-active > .uk-icon-link {
     color: #121212;
}
.uk-dark .uk-icon-button {
     background-color: rgba(255, 255, 255, 0.1);
     color: #666;
}
.uk-dark .uk-icon-button:hover {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
}
.uk-dark .uk-icon-button:active {
     background-color: rgba(255, 255, 255, 0.2);
     color: #121212;
}
.uk-dark .uk-input,
.uk-dark .uk-select,
.uk-dark .uk-textarea {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
     background-clip: padding-box;
     border-color: #121212;
}
.uk-dark .uk-input:focus,
.uk-dark .uk-select:focus,
.uk-dark .uk-textarea:focus {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
     border-color: #121212;
}
.uk-dark .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-dark .uk-input::-moz-placeholder {
     color: #666;
}
.uk-dark .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-dark .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-dark .uk-input::placeholder {
     color: #666;
}
.uk-dark .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-dark .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-dark .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-dark .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-dark .uk-textarea::placeholder {
     color: #666;
}
.uk-dark .uk-select:not([multiple]):not([size]) {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-dark .uk-input[list]:hover,
.uk-dark .uk-input[list]:focus {
     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%23121212%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-dark .uk-radio,
.uk-dark .uk-checkbox {
     background-color: rgba(255, 255, 255, 0.1);
     border-color: #121212;
}
.uk-dark .uk-radio:focus,
.uk-dark .uk-checkbox:focus {
     background-color: rgba(255, 255, 255, 0.15);
     border-color: #121212;
}
.uk-dark .uk-radio:checked,
.uk-dark .uk-checkbox:checked,
.uk-dark .uk-checkbox:indeterminate {
     background-color: #fff;
     border-color: #fff;
}
.uk-dark .uk-radio:checked:focus,
.uk-dark .uk-checkbox:checked:focus,
.uk-dark .uk-checkbox:indeterminate:focus {
     background-color: #fff;
}
.uk-dark .uk-radio:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-dark .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%23121212%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-dark .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%23121212%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-dark .uk-form-label {
     color: #121212;
}
.uk-dark .uk-form-icon {
     color: #666;
}
.uk-dark .uk-form-icon:hover {
     color: #121212;
}
.uk-dark .uk-button-default {
     background-color: #fff;
     color: #121212;
     border-color: #121212;
}
.uk-dark .uk-button-default:hover {
     background-color: #f2f2f2;
     color: #121212;
     border-color: #121212;
}
.uk-dark .uk-button-default:active,
.uk-dark .uk-button-default.uk-active {
     background-color: #e6e6e6;
     color: #121212;
     border-color: #121212;
}
.uk-dark .uk-button-primary {
     background-color: #fff;
     color: #121212;
}
.uk-dark .uk-button-primary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-dark .uk-button-primary:active,
.uk-dark .uk-button-primary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-dark .uk-button-secondary {
     background-color: #fff;
     color: #121212;
}
.uk-dark .uk-button-secondary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-dark .uk-button-secondary:active,
.uk-dark .uk-button-secondary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-dark .uk-button-text {
     color: #121212;
}
.uk-dark .uk-button-text::before {
     border-bottom-color: #121212;
}
.uk-dark .uk-button-text:hover {
     color: #666;
}
.uk-dark .uk-button-text:disabled {
     color: #666;
}
.uk-dark .uk-button-link {
     color: #121212;
}
.uk-dark .uk-button-link:hover {
     color: #666;
}
.uk-dark.uk-card-badge {
     background-color: #fff;
     color: #121212;
}
.uk-dark .uk-close {
     color: #666;
}
.uk-dark .uk-close:hover {
     color: #121212;
}
.uk-dark .uk-totop {
     color: #666;
}
.uk-dark .uk-totop:hover {
     color: #121212;
}
.uk-dark .uk-totop:active {
     color: #121212;
}
.uk-dark .uk-marker {
     background: #f8f8f8;
     color: #fff;
}
.uk-dark .uk-marker:hover {
     color: #fff;
}
.uk-dark .uk-badge {
     background-color: #fff;
     color: #121212 !important;
}
.uk-dark .uk-label {
     background-color: #fff;
     color: #121212;
}
.uk-dark .uk-article-meta {
     color: #666;
}
.uk-dark .uk-search-input {
     color: #121212;
}
.uk-dark .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-dark .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-dark .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-dark .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-dark .uk-search-input::placeholder {
     color: #666;
}
.uk-dark .uk-search .uk-search-icon {
     color: #666;
}
.uk-dark .uk-search .uk-search-icon:hover {
     color: #666;
}
.uk-dark .uk-search-default .uk-search-input {
     background-color: transparent;
     border-color: #121212;
}
.uk-dark .uk-search-default .uk-search-input:focus {
     background-color: rgba(0, 0, 0, 0.05);
}
.uk-dark .uk-search-navbar .uk-search-input {
     background-color: transparent;
}
.uk-dark .uk-search-large .uk-search-input {
     background-color: transparent;
}
.uk-dark .uk-search-toggle {
     color: #666;
}
.uk-dark .uk-search-toggle:hover {
     color: #121212;
}
.uk-dark .uk-accordion-title {
     color: #121212;
}
.uk-dark .uk-accordion-title:hover {
     color: #121212;
}
.uk-dark .uk-grid-divider > :not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-dark .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
     border-top-color: #121212;
}
.uk-dark .uk-nav-default > li > a {
     color: #666;
}
.uk-dark .uk-nav-default > li > a:hover {
     color: #121212;
}
.uk-dark .uk-nav-default > li.uk-active > a {
     color: #121212;
}
.uk-dark .uk-nav-default .uk-nav-header {
     color: #121212;
}
.uk-dark .uk-nav-default .uk-nav-divider {
     border-top-color: #121212;
}
.uk-dark .uk-nav-default .uk-nav-sub a {
     color: #666;
}
.uk-dark .uk-nav-default .uk-nav-sub a:hover {
     color: #121212;
}
.uk-dark .uk-nav-default .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-dark .uk-nav-primary > li > a {
     color: #fff;
}
.uk-dark .uk-nav-primary > li > a:hover {
     color: #fff;
}
.uk-dark .uk-nav-primary > li.uk-active > a {
     color: #fff;
}
.uk-dark .uk-nav-primary .uk-nav-header {
     color: #121212;
}
.uk-dark .uk-nav-primary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-dark .uk-nav-primary .uk-nav-sub a {
     color: #666;
}
.uk-dark .uk-nav-primary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-dark .uk-nav-primary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-dark .uk-nav-secondary > li > a {
     color: #121212;
}
.uk-dark .uk-nav-secondary > li > a:hover {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-dark .uk-nav-secondary > li.uk-active > a {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-dark .uk-nav-secondary .uk-nav-subtitle {
     color: #666;
}
.uk-dark .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
     color: #121212;
}
.uk-dark .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
     color: #121212;
}
.uk-dark .uk-nav-secondary .uk-nav-header {
     color: #121212;
}
.uk-dark .uk-nav-secondary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-dark .uk-nav-secondary .uk-nav-sub a {
     color: #666;
}
.uk-dark .uk-nav-secondary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-dark .uk-nav-secondary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-dark .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
     border-top-color: #121212;
}
.uk-dark .uk-navbar-nav > li > a {
     color: #fff;
}
.uk-dark .uk-navbar-nav > li:hover > a,
.uk-dark .uk-navbar-nav > li > a[aria-expanded="true"] {
     color: #fff;
}
.uk-dark .uk-navbar-nav > li > a:active {
     color: #fff;
}
.uk-dark .uk-navbar-nav > li.uk-active > a {
     color: #fff;
}
.uk-dark .uk-navbar-item {
     color: #121212;
}
.uk-dark .uk-navbar-toggle {
     color: #666;
}
.uk-dark .uk-navbar-toggle:hover,
.uk-dark .uk-navbar-toggle[aria-expanded="true"] {
     color: #121212;
}
.uk-dark .uk-subnav > * > :first-child {
     color: #666;
}
.uk-dark .uk-subnav > * > a:hover {
     color: #121212;
}
.uk-dark .uk-subnav > .uk-active > a {
     color: #121212;
}
.uk-dark .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-dark .uk-subnav-pill > * > :first-child {
     background-color: transparent;
     color: #666;
}
.uk-dark .uk-subnav-pill > * > a:hover {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-dark .uk-subnav-pill > * > a:active {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-dark .uk-subnav-pill > .uk-active > a {
     background-color: #fff;
     color: #121212;
}
.uk-dark .uk-subnav > .uk-disabled > a {
     color: #666;
}
.uk-dark .uk-breadcrumb > * > * {
     color: #666;
}
.uk-dark .uk-breadcrumb > * > :hover {
     color: #121212;
}
.uk-dark .uk-breadcrumb > :last-child > * {
     color: #121212;
}
.uk-dark .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
     color: #666;
}
.uk-dark .uk-pagination > * > * {
     color: #666;
}
.uk-dark .uk-pagination > * > :hover {
     color: #121212;
}
.uk-dark .uk-pagination > .uk-active > * {
     color: #121212;
}
.uk-dark .uk-pagination > .uk-disabled > * {
     color: #666;
}
.uk-dark .uk-tab::before {
     border-color: #121212;
}
.uk-dark .uk-tab > * > a {
     color: #666;
}
.uk-dark .uk-tab > * > a:hover {
     color: #121212;
}
.uk-dark .uk-tab > .uk-active > a {
     color: #121212;
     border-color: #fff;
}
.uk-dark .uk-tab > .uk-disabled > a {
     color: #666;
}
.uk-dark .uk-slidenav {
     color: rgba(18, 18, 18, 0.7);
}
.uk-dark .uk-slidenav:hover {
     color: rgba(18, 18, 18, 0.95);
}
.uk-dark .uk-slidenav:active {
     color: rgba(18, 18, 18, 0.7);
}
.uk-dark .uk-dotnav > * > * {
     background-color: transparent;
     border-color: rgba(18, 18, 18, 0.9);
}
.uk-dark .uk-dotnav > * > :hover {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-dark .uk-dotnav > * > :active {
     background-color: rgba(18, 18, 18, 0.5);
     border-color: transparent;
}
.uk-dark .uk-dotnav > .uk-active > * {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-dark .uk-thumbnav > * > *::after {
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.uk-dark .uk-iconnav > * > a {
     color: #666;
}
.uk-dark .uk-iconnav > * > a:hover {
     color: #121212;
}
.uk-dark .uk-iconnav > .uk-active > a {
     color: #121212;
}
.uk-dark .uk-text-lead {
     color: #121212;
}
.uk-dark .uk-text-meta {
     color: #666;
}
.uk-dark .uk-text-muted {
     color: #666 !important;
}
.uk-dark .uk-text-emphasis {
     color: #121212 !important;
}
.uk-dark .uk-text-primary {
     color: #fff !important;
}
.uk-dark .uk-text-secondary {
     color: #fff !important;
}
.uk-dark .uk-column-divider {
     -moz-column-rule-color: #121212;
     column-rule-color: #121212;
}
.uk-dark .uk-logo {
     color: #121212;
}
.uk-dark .uk-logo:hover {
     color: #121212;
}
.uk-dark .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-dark .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
     display: none;
}
.uk-dark .uk-logo-inverse {
     display: block;
}
.uk-dark .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-dark .uk-table-striped tbody tr:nth-of-type(even):last-child {
     border-bottom-color: #121212;
}
.uk-dark .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-dark .uk-open > .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
@media print {
     *,
     *::before,
     *::after {
          background: transparent !important;
          color: black !important;
          box-shadow: none !important;
          text-shadow: none !important;
     }
     a,
     a:visited {
          text-decoration: underline;
     }
     pre,
     blockquote {
          border: 1px solid #999;
          page-break-inside: avoid;
     }
     thead {
          display: table-header-group;
     }
     tr,
     img {
          page-break-inside: avoid;
     }
     img {
          max-width: 100% !important;
     }
     @page {
          margin: 0.5cm;
     }
     p,
     h2,
     h3 {
          orphans: 3;
          widows: 3;
     }
     h2,
     h3 {
          page-break-after: avoid;
     }
}
.align_center {
     text-align: center;
}
.align_left {
     text-align: left;
}
.align_right {
     text-align: right;
}
p:last-child {
     margin-bottom: 0;
}
.uk-button-small {
     padding: 2px 15px 0;
}
.uk-navbar .uk-logo img {
     position: relative;
     height: 70px;
     width: auto;
     top: 10px;
}
.uk-navbar .uk-dropdown {
     background-color: white;
}
.uk-navbar-nav li + li {
     margin-left: 30px;
}
.uk-navbar-dropdown-nav li + li {
     margin-left: 0;
}
.tm-background-white .uk-button-default {
     background: #121212;
     color: white;
}
.tm-button-line {
     position: relative;
     font-weight: bold;
     font-style: italic;
     padding: 0;
     padding-right: 150px;
}
.tm-button-line:after {
     content: "";
     width: 90px;
     height: 1px;
     background: #121212;
     position: absolute;
     left: 100%;
     margin-left: -140px;
     top: 50%;
     margin-top: -1px;
     transition: width 0.3s;
}
.tm-button-line:hover:after {
     width: 140px;
}
.uk-light .tm-button-line:after,
.uk-section-primary:not(.uk-preserve-color) .tm-button-line:after,
.uk-section-secondary:not(.uk-preserve-color) .tm-button-line:after,
.uk-tile-primary:not(.uk-preserve-color) .tm-button-line:after,
.uk-tile-secondary:not(.uk-preserve-color) .tm-button-line:after,
.uk-card-primary.uk-card-body .tm-button-line:after,
.uk-card-primary > :not([class*="uk-card-media"]) .tm-button-line:after,
.uk-card-secondary.uk-card-body .tm-button-line:after,
.uk-card-secondary > :not([class*="uk-card-media"]) .tm-button-line:after,
.uk-overlay-primary .tm-button-line:after,
.uk-offcanvas-bar .tm-button-line:after {
     background: white;
}
.uk-dark .tm-button-line:after {
     background: #121212;
}
.uk-button-large {
     font-size: 1.5rem;
     line-height: 3.5rem;
}
.uk-subnav a {
     text-decoration: none;
}
.uk-offcanvas-bar .tm-offcanvas-footer {
     padding: 10px;
}
.uk-offcanvas-bar .uk-nav-center .uk-parent a {
     display: inline-block;
     position: relative;
     padding-right: 30px;
     padding-left: 30px;
}
.uk-offcanvas-bar .uk-nav-center .uk-parent a i {
     position: absolute;
     right: 0;
     top: 14px;
}
.uk-offcanvas-bar.tm-background-white .uk-offcanvas-close {
     background: #121212;
     color: white;
     text-decoration: underline;
}
.uk-offcanvas-bar.tm-background-white a:hover,
.uk-offcanvas-bar.tm-background-white a:active,
.uk-offcanvas-bar.tm-background-white a:focus,
.uk-offcanvas-bar.tm-background-white a {
     color: #121212 !important;
}
.uk-offcanvas-bar.tm-background-white .uk-spinner {
     color: #121212 !important;
}
.uk-offcanvas-bar.tm-background-white .uk-spinner svg {
     stroke-width: 2 !important;
}
.uk-slider .uk-grid-small {
     margin-left: -20px;
}
.uk-slider .uk-grid-small > *,
.uk-slider .uk-grid-column-small > * {
     padding-left: 20px;
}
.tm-slider-nav {
     padding: 0 70px;
}
.tm-slider-nav > a,
.tm-slider-nav li {
     padding-top: 50px;
}
.tm-slider-nav ul a {
     display: block;
     height: 3px;
}
.tm-slider-nav ul span {
     display: none;
     top: 30px;
     -webkit-animation-duration: 0.3s;
     animation-duration: 0.3s;
}
.tm-slider-nav ul .uk-active span {
     display: block;
}
.tm-slider-nav ul li:not(.uk-active) a {
     background: rgba(255, 255, 255, 0.5);
}
.tm-slider-nav .uk-invisible {
     visibility: visible !important;
}
.tm-slider-nav svg {
     stroke-width: 1.5 !important;
}
@media (min-width: 960px) {
     .tm-slider-nav .tm-slider-nav-left {
          padding-left: 20px;
     }
     .tm-slider-nav .tm-slider-nav-right {
          padding-right: 20px;
     }
}
@media (max-width: 640px) {
     .uk-slider img.uk-margin-xlarge-top,
     .uk-slider img.uk-margin-medium-top {
          margin: 0 !important;
     }
}
@media (min-width: 1200px) {
     .tm-slider-offset-left {
          padding-left: 20%;
     }
     .tm-slider-offset-left .tm-slider-nav-left {
          padding-left: 0px;
     }
     .tm-slider-offset-left .tm-slider-nav-right {
          padding-right: 0px;
     }
}
.uk-pagination a {
     text-decoration: none;
     padding: 0 10px;
}
.uk-pagination li {
     position: relative;
}
.uk-pagination li + li:before {
     content: "/";
     position: absolute;
     bottom: 0;
     left: -2px;
}
.uk-pagination li.pagination-prev + li:before,
.uk-pagination li.pagination-next:before,
.uk-pagination li.pagination-prev:before {
     display: none;
}
.uk-pagination li.uk-active a {
     opacity: 0.5;
}
.tm-padding-xsmall {
     padding: 10px;
}
@media (min-width: 1200px) {
     .tm-width-90\@l {
          width: 90%;
     }
}
@media (min-width: 960px) {
     .tm-width-90\@m {
          width: 90%;
     }
     .tm-offset-top\@m {
          margin-top: -80px;
     }
     .tm-text-right\@m {
          text-align: right;
     }
     .tm-padding\@m {
          padding: 30px !important;
     }
     .tm-margin-xlarge-top\@m {
          margin-top: 140px;
     }
}
@media (max-width: 1200px) {
     #top {
          margin-top: 140px !important;
     }
}
@media (max-width: 640px) {
     .uk-text-lead {
          font-size: 1.1rem;
     }
}
.uk-background-white,
.tm-background-white {
     background: #fff;
     color: #121212;
}
.uk-background-white a,
.tm-background-white a,
.uk-background-white .uk-link,
.tm-background-white .uk-link {
     color: #121212;
}
.uk-background-white a:hover,
.tm-background-white a:hover,
.uk-background-white .uk-link:hover,
.tm-background-white .uk-link:hover,
.uk-background-white .uk-link-toggle:hover .uk-link,
.tm-background-white .uk-link-toggle:hover .uk-link {
     color: #121212;
}
.uk-background-white :not(pre) > code,
.tm-background-white :not(pre) > code,
.uk-background-white :not(pre) > kbd,
.tm-background-white :not(pre) > kbd,
.uk-background-white :not(pre) > samp,
.tm-background-white :not(pre) > samp {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white em,
.tm-background-white em {
     color: #121212;
}
.uk-background-white h1,
.tm-background-white h1,
.uk-background-white .uk-h1,
.tm-background-white .uk-h1,
.uk-background-white h2,
.tm-background-white h2,
.uk-background-white .uk-h2,
.tm-background-white .uk-h2,
.uk-background-white h3,
.tm-background-white h3,
.uk-background-white .uk-h3,
.tm-background-white .uk-h3,
.uk-background-white h4,
.tm-background-white h4,
.uk-background-white .uk-h4,
.tm-background-white .uk-h4,
.uk-background-white h5,
.tm-background-white h5,
.uk-background-white .uk-h5,
.tm-background-white .uk-h5,
.uk-background-white h6,
.tm-background-white h6,
.uk-background-white .uk-h6,
.tm-background-white .uk-h6,
.uk-background-white .uk-heading-small,
.tm-background-white .uk-heading-small,
.uk-background-white .uk-heading-medium,
.tm-background-white .uk-heading-medium,
.uk-background-white .uk-heading-large,
.tm-background-white .uk-heading-large,
.uk-background-white .uk-heading-xlarge,
.tm-background-white .uk-heading-xlarge,
.uk-background-white .uk-heading-2xlarge,
.tm-background-white .uk-heading-2xlarge {
     color: #121212;
}
.uk-background-white blockquote,
.tm-background-white blockquote {
     color: #121212;
}
.uk-background-white blockquote footer,
.tm-background-white blockquote footer {
     color: #121212;
}
.uk-background-white hr,
.tm-background-white hr,
.uk-background-white .uk-hr,
.tm-background-white .uk-hr {
     border-top-color: #121212;
}
.uk-background-white :focus-visible,
.tm-background-white :focus-visible {
     outline-color: #121212;
}
.uk-background-white a.uk-link-muted,
.tm-background-white a.uk-link-muted,
.uk-background-white .uk-link-muted a,
.tm-background-white .uk-link-muted a {
     color: #666;
}
.uk-background-white a.uk-link-muted:hover,
.tm-background-white a.uk-link-muted:hover,
.uk-background-white .uk-link-muted a:hover,
.tm-background-white .uk-link-muted a:hover,
.uk-background-white .uk-link-toggle:hover .uk-link-muted,
.tm-background-white .uk-link-toggle:hover .uk-link-muted {
     color: #121212;
}
.uk-background-white a.uk-link-text:hover,
.tm-background-white a.uk-link-text:hover,
.uk-background-white .uk-link-text a:hover,
.tm-background-white .uk-link-text a:hover,
.uk-background-white .uk-link-toggle:hover .uk-link-text,
.tm-background-white .uk-link-toggle:hover .uk-link-text {
     color: #666;
}
.uk-background-white a.uk-link-heading:hover,
.tm-background-white a.uk-link-heading:hover,
.uk-background-white .uk-link-heading a:hover,
.tm-background-white .uk-link-heading a:hover,
.uk-background-white .uk-link-toggle:hover .uk-link-heading,
.tm-background-white .uk-link-toggle:hover .uk-link-heading {
     color: #fff;
}
.uk-background-white .uk-heading-divider,
.tm-background-white .uk-heading-divider {
     border-bottom-color: #121212;
}
.uk-background-white .uk-heading-bullet::before,
.tm-background-white .uk-heading-bullet::before {
     border-left-color: #121212;
}
.uk-background-white .uk-heading-line > ::before,
.tm-background-white .uk-heading-line > ::before,
.uk-background-white .uk-heading-line > ::after,
.tm-background-white .uk-heading-line > ::after {
     border-bottom-color: #121212;
}
.uk-background-white .uk-divider-icon,
.tm-background-white .uk-divider-icon {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23121212%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-white .uk-divider-icon::before,
.tm-background-white .uk-divider-icon::before,
.uk-background-white .uk-divider-icon::after,
.tm-background-white .uk-divider-icon::after {
     border-bottom-color: #121212;
}
.uk-background-white .uk-divider-small::after,
.tm-background-white .uk-divider-small::after {
     border-top-color: #121212;
}
.uk-background-white .uk-divider-vertical,
.tm-background-white .uk-divider-vertical {
     border-left-color: #121212;
}
.uk-background-white .uk-list-muted > ::before,
.tm-background-white .uk-list-muted > ::before {
     color: #666 !important;
}
.uk-background-white .uk-list-emphasis > ::before,
.tm-background-white .uk-list-emphasis > ::before {
     color: #121212 !important;
}
.uk-background-white .uk-list-primary > ::before,
.tm-background-white .uk-list-primary > ::before {
     color: #fff !important;
}
.uk-background-white .uk-list-secondary > ::before,
.tm-background-white .uk-list-secondary > ::before {
     color: #fff !important;
}
.uk-background-white .uk-list-bullet > ::before,
.tm-background-white .uk-list-bullet > ::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .uk-list-divider > :nth-child(n + 2),
.tm-background-white .uk-list-divider > :nth-child(n + 2) {
     border-top-color: #121212;
}
.uk-background-white .uk-list-striped > *:nth-of-type(odd),
.tm-background-white .uk-list-striped > *:nth-of-type(odd) {
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-background-white .uk-list-striped > :nth-of-type(odd),
.tm-background-white .uk-list-striped > :nth-of-type(odd) {
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white .uk-table th,
.tm-background-white .uk-table th {
     color: #121212;
}
.uk-background-white .uk-table caption,
.tm-background-white .uk-table caption {
     color: #666;
}
.uk-background-white .uk-table > tr.uk-active,
.tm-background-white .uk-table > tr.uk-active,
.uk-background-white .uk-table tbody tr.uk-active,
.tm-background-white .uk-table tbody tr.uk-active {
     background: rgba(255, 255, 255, 0.08);
}
.uk-background-white .uk-table-divider > tr:not(:first-child),
.tm-background-white .uk-table-divider > tr:not(:first-child),
.uk-background-white .uk-table-divider > :not(:first-child) > tr,
.tm-background-white .uk-table-divider > :not(:first-child) > tr,
.uk-background-white .uk-table-divider > :first-child > tr:not(:first-child),
.tm-background-white .uk-table-divider > :first-child > tr:not(:first-child) {
     border-top-color: #121212;
}
.uk-background-white .uk-table-striped > tr:nth-of-type(odd),
.tm-background-white .uk-table-striped > tr:nth-of-type(odd),
.uk-background-white .uk-table-striped tbody tr:nth-of-type(odd),
.tm-background-white .uk-table-striped tbody tr:nth-of-type(odd) {
     background: rgba(255, 255, 255, 0.1);
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-background-white .uk-table-hover > tr:hover,
.tm-background-white .uk-table-hover > tr:hover,
.uk-background-white .uk-table-hover tbody tr:hover,
.tm-background-white .uk-table-hover tbody tr:hover {
     background: rgba(255, 255, 255, 0.08);
}
.uk-background-white .uk-icon-link,
.tm-background-white .uk-icon-link {
     color: #666;
}
.uk-background-white .uk-icon-link:hover,
.tm-background-white .uk-icon-link:hover {
     color: #121212;
}
.uk-background-white .uk-icon-link:active,
.tm-background-white .uk-icon-link:active,
.uk-background-white .uk-active > .uk-icon-link,
.tm-background-white .uk-active > .uk-icon-link {
     color: #121212;
}
.uk-background-white .uk-icon-button,
.tm-background-white .uk-icon-button {
     background-color: rgba(255, 255, 255, 0.1);
     color: #666;
}
.uk-background-white .uk-icon-button:hover,
.tm-background-white .uk-icon-button:hover {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
}
.uk-background-white .uk-icon-button:active,
.tm-background-white .uk-icon-button:active {
     background-color: rgba(255, 255, 255, 0.2);
     color: #121212;
}
.uk-background-white .uk-input,
.tm-background-white .uk-input,
.uk-background-white .uk-select,
.tm-background-white .uk-select,
.uk-background-white .uk-textarea,
.tm-background-white .uk-textarea {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
     background-clip: padding-box;
     border-color: #121212;
}
.uk-background-white .uk-input:focus,
.tm-background-white .uk-input:focus,
.uk-background-white .uk-select:focus,
.tm-background-white .uk-select:focus,
.uk-background-white .uk-textarea:focus,
.tm-background-white .uk-textarea:focus {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-webkit-input-placeholder,
.tm-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder,
.tm-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder,
.tm-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder,
.tm-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::placeholder,
.tm-background-white .uk-input::placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder,
.tm-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder,
.tm-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder,
.tm-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder,
.tm-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::placeholder,
.tm-background-white .uk-textarea::placeholder {
     color: #666;
}
.uk-background-white .uk-select:not([multiple]):not([size]),
.tm-background-white .uk-select:not([multiple]):not([size]) {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-white .uk-input[list]:hover,
.tm-background-white .uk-input[list]:hover,
.uk-background-white .uk-input[list]:focus,
.tm-background-white .uk-input[list]:focus {
     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%23121212%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-white .uk-radio,
.tm-background-white .uk-radio,
.uk-background-white .uk-checkbox,
.tm-background-white .uk-checkbox {
     background-color: rgba(255, 255, 255, 0.1);
     border-color: #121212;
}
.uk-background-white .uk-radio:focus,
.tm-background-white .uk-radio:focus,
.uk-background-white .uk-checkbox:focus,
.tm-background-white .uk-checkbox:focus {
     background-color: rgba(255, 255, 255, 0.15);
     border-color: #121212;
}
.uk-background-white .uk-radio:checked,
.tm-background-white .uk-radio:checked,
.uk-background-white .uk-checkbox:checked,
.tm-background-white .uk-checkbox:checked,
.uk-background-white .uk-checkbox:indeterminate,
.tm-background-white .uk-checkbox:indeterminate {
     background-color: #fff;
     border-color: #fff;
}
.uk-background-white .uk-radio:checked:focus,
.tm-background-white .uk-radio:checked:focus,
.uk-background-white .uk-checkbox:checked:focus,
.tm-background-white .uk-checkbox:checked:focus,
.uk-background-white .uk-checkbox:indeterminate:focus,
.tm-background-white .uk-checkbox:indeterminate:focus {
     background-color: #fff;
}
.uk-background-white .uk-radio:checked,
.tm-background-white .uk-radio:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .uk-checkbox:checked,
.tm-background-white .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%23121212%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-background-white .uk-checkbox:indeterminate,
.tm-background-white .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%23121212%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-background-white .uk-form-label,
.tm-background-white .uk-form-label {
     color: #121212;
}
.uk-background-white .uk-form-icon,
.tm-background-white .uk-form-icon {
     color: #666;
}
.uk-background-white .uk-form-icon:hover,
.tm-background-white .uk-form-icon:hover {
     color: #121212;
}
.uk-background-white .uk-button-default,
.tm-background-white .uk-button-default {
     background-color: #fff;
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-button-default:hover,
.tm-background-white .uk-button-default:hover {
     background-color: #f2f2f2;
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-button-default:active,
.tm-background-white .uk-button-default:active,
.uk-background-white .uk-button-default.uk-active,
.tm-background-white .uk-button-default.uk-active {
     background-color: #e6e6e6;
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-button-primary,
.tm-background-white .uk-button-primary {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-button-primary:hover,
.tm-background-white .uk-button-primary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-background-white .uk-button-primary:active,
.tm-background-white .uk-button-primary:active,
.uk-background-white .uk-button-primary.uk-active,
.tm-background-white .uk-button-primary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-background-white .uk-button-secondary,
.tm-background-white .uk-button-secondary {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-button-secondary:hover,
.tm-background-white .uk-button-secondary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-background-white .uk-button-secondary:active,
.tm-background-white .uk-button-secondary:active,
.uk-background-white .uk-button-secondary.uk-active,
.tm-background-white .uk-button-secondary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-background-white .uk-button-text,
.tm-background-white .uk-button-text {
     color: #121212;
}
.uk-background-white .uk-button-text::before,
.tm-background-white .uk-button-text::before {
     border-bottom-color: #121212;
}
.uk-background-white .uk-button-text:hover,
.tm-background-white .uk-button-text:hover {
     color: #666;
}
.uk-background-white .uk-button-text:disabled,
.tm-background-white .uk-button-text:disabled {
     color: #666;
}
.uk-background-white .uk-button-link,
.tm-background-white .uk-button-link {
     color: #121212;
}
.uk-background-white .uk-button-link:hover,
.tm-background-white .uk-button-link:hover {
     color: #666;
}
.uk-background-white.uk-card-badge,
.tm-background-white.uk-card-badge {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-close,
.tm-background-white .uk-close {
     color: #666;
}
.uk-background-white .uk-close:hover,
.tm-background-white .uk-close:hover {
     color: #121212;
}
.uk-background-white .uk-totop,
.tm-background-white .uk-totop {
     color: #666;
}
.uk-background-white .uk-totop:hover,
.tm-background-white .uk-totop:hover {
     color: #121212;
}
.uk-background-white .uk-totop:active,
.tm-background-white .uk-totop:active {
     color: #121212;
}
.uk-background-white .uk-marker,
.tm-background-white .uk-marker {
     background: #f8f8f8;
     color: #fff;
}
.uk-background-white .uk-marker:hover,
.tm-background-white .uk-marker:hover {
     color: #fff;
}
.uk-background-white .uk-badge,
.tm-background-white .uk-badge {
     background-color: #fff;
     color: #121212 !important;
}
.uk-background-white .uk-label,
.tm-background-white .uk-label {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-article-meta,
.tm-background-white .uk-article-meta {
     color: #666;
}
.uk-background-white .uk-search-input,
.tm-background-white .uk-search-input {
     color: #121212;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder,
.tm-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder,
.tm-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder,
.tm-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder,
.tm-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::placeholder,
.tm-background-white .uk-search-input::placeholder {
     color: #666;
}
.uk-background-white .uk-search .uk-search-icon,
.tm-background-white .uk-search .uk-search-icon {
     color: #666;
}
.uk-background-white .uk-search .uk-search-icon:hover,
.tm-background-white .uk-search .uk-search-icon:hover {
     color: #666;
}
.uk-background-white .uk-search-default .uk-search-input,
.tm-background-white .uk-search-default .uk-search-input {
     background-color: transparent;
     border-color: #121212;
}
.uk-background-white .uk-search-default .uk-search-input:focus,
.tm-background-white .uk-search-default .uk-search-input:focus {
     background-color: rgba(0, 0, 0, 0.05);
}
.uk-background-white .uk-search-navbar .uk-search-input,
.tm-background-white .uk-search-navbar .uk-search-input {
     background-color: transparent;
}
.uk-background-white .uk-search-large .uk-search-input,
.tm-background-white .uk-search-large .uk-search-input {
     background-color: transparent;
}
.uk-background-white .uk-search-toggle,
.tm-background-white .uk-search-toggle {
     color: #666;
}
.uk-background-white .uk-search-toggle:hover,
.tm-background-white .uk-search-toggle:hover {
     color: #121212;
}
.uk-background-white .uk-accordion-title,
.tm-background-white .uk-accordion-title {
     color: #121212;
}
.uk-background-white .uk-accordion-title:hover,
.tm-background-white .uk-accordion-title:hover {
     color: #121212;
}
.uk-background-white .uk-grid-divider > :not(.uk-first-column)::before,
.tm-background-white .uk-grid-divider > :not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-background-white .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.tm-background-white .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-default > li > a,
.tm-background-white .uk-nav-default > li > a {
     color: #666;
}
.uk-background-white .uk-nav-default > li > a:hover,
.tm-background-white .uk-nav-default > li > a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-default > li.uk-active > a,
.tm-background-white .uk-nav-default > li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-header,
.tm-background-white .uk-nav-default .uk-nav-header {
     color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-divider,
.tm-background-white .uk-nav-default .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-sub a,
.tm-background-white .uk-nav-default .uk-nav-sub a {
     color: #666;
}
.uk-background-white .uk-nav-default .uk-nav-sub a:hover,
.tm-background-white .uk-nav-default .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-sub li.uk-active > a,
.tm-background-white .uk-nav-default .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav-primary > li > a,
.tm-background-white .uk-nav-primary > li > a {
     color: #fff;
}
.uk-background-white .uk-nav-primary > li > a:hover,
.tm-background-white .uk-nav-primary > li > a:hover {
     color: #fff;
}
.uk-background-white .uk-nav-primary > li.uk-active > a,
.tm-background-white .uk-nav-primary > li.uk-active > a {
     color: #fff;
}
.uk-background-white .uk-nav-primary .uk-nav-header,
.tm-background-white .uk-nav-primary .uk-nav-header {
     color: #121212;
}
.uk-background-white .uk-nav-primary .uk-nav-divider,
.tm-background-white .uk-nav-primary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-primary .uk-nav-sub a,
.tm-background-white .uk-nav-primary .uk-nav-sub a {
     color: #666;
}
.uk-background-white .uk-nav-primary .uk-nav-sub a:hover,
.tm-background-white .uk-nav-primary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-primary .uk-nav-sub li.uk-active > a,
.tm-background-white .uk-nav-primary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav-secondary > li > a,
.tm-background-white .uk-nav-secondary > li > a {
     color: #121212;
}
.uk-background-white .uk-nav-secondary > li > a:hover,
.tm-background-white .uk-nav-secondary > li > a:hover {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white .uk-nav-secondary > li.uk-active > a,
.tm-background-white .uk-nav-secondary > li.uk-active > a {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white .uk-nav-secondary .uk-nav-subtitle,
.tm-background-white .uk-nav-secondary .uk-nav-subtitle {
     color: #666;
}
.uk-background-white .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.tm-background-white .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
     color: #121212;
}
.uk-background-white .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.tm-background-white .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
     color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-header,
.tm-background-white .uk-nav-secondary .uk-nav-header {
     color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-divider,
.tm-background-white .uk-nav-secondary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-sub a,
.tm-background-white .uk-nav-secondary .uk-nav-sub a {
     color: #666;
}
.uk-background-white .uk-nav-secondary .uk-nav-sub a:hover,
.tm-background-white .uk-nav-secondary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.tm-background-white .uk-nav-secondary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.tm-background-white .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
     border-top-color: #121212;
}
.uk-background-white .uk-navbar-nav > li > a,
.tm-background-white .uk-navbar-nav > li > a {
     color: #fff;
}
.uk-background-white .uk-navbar-nav > li:hover > a,
.tm-background-white .uk-navbar-nav > li:hover > a,
.uk-background-white .uk-navbar-nav > li > a[aria-expanded="true"],
.tm-background-white .uk-navbar-nav > li > a[aria-expanded="true"] {
     color: #fff;
}
.uk-background-white .uk-navbar-nav > li > a:active,
.tm-background-white .uk-navbar-nav > li > a:active {
     color: #fff;
}
.uk-background-white .uk-navbar-nav > li.uk-active > a,
.tm-background-white .uk-navbar-nav > li.uk-active > a {
     color: #fff;
}
.uk-background-white .uk-navbar-item,
.tm-background-white .uk-navbar-item {
     color: #121212;
}
.uk-background-white .uk-navbar-toggle,
.tm-background-white .uk-navbar-toggle {
     color: #666;
}
.uk-background-white .uk-navbar-toggle:hover,
.tm-background-white .uk-navbar-toggle:hover,
.uk-background-white .uk-navbar-toggle[aria-expanded="true"],
.tm-background-white .uk-navbar-toggle[aria-expanded="true"] {
     color: #121212;
}
.uk-background-white .uk-subnav > * > :first-child,
.tm-background-white .uk-subnav > * > :first-child {
     color: #666;
}
.uk-background-white .uk-subnav > * > a:hover,
.tm-background-white .uk-subnav > * > a:hover {
     color: #121212;
}
.uk-background-white .uk-subnav > .uk-active > a,
.tm-background-white .uk-subnav > .uk-active > a {
     color: #121212;
}
.uk-background-white .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before,
.tm-background-white .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-background-white .uk-subnav-pill > * > :first-child,
.tm-background-white .uk-subnav-pill > * > :first-child {
     background-color: transparent;
     color: #666;
}
.uk-background-white .uk-subnav-pill > * > a:hover,
.tm-background-white .uk-subnav-pill > * > a:hover {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-background-white .uk-subnav-pill > * > a:active,
.tm-background-white .uk-subnav-pill > * > a:active {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-background-white .uk-subnav-pill > .uk-active > a,
.tm-background-white .uk-subnav-pill > .uk-active > a {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-subnav > .uk-disabled > a,
.tm-background-white .uk-subnav > .uk-disabled > a {
     color: #666;
}
.uk-background-white .uk-breadcrumb > * > *,
.tm-background-white .uk-breadcrumb > * > * {
     color: #666;
}
.uk-background-white .uk-breadcrumb > * > :hover,
.tm-background-white .uk-breadcrumb > * > :hover {
     color: #121212;
}
.uk-background-white .uk-breadcrumb > :last-child > *,
.tm-background-white .uk-breadcrumb > :last-child > * {
     color: #121212;
}
.uk-background-white .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before,
.tm-background-white .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
     color: #666;
}
.uk-background-white .uk-pagination > * > *,
.tm-background-white .uk-pagination > * > * {
     color: #666;
}
.uk-background-white .uk-pagination > * > :hover,
.tm-background-white .uk-pagination > * > :hover {
     color: #121212;
}
.uk-background-white .uk-pagination > .uk-active > *,
.tm-background-white .uk-pagination > .uk-active > * {
     color: #121212;
}
.uk-background-white .uk-pagination > .uk-disabled > *,
.tm-background-white .uk-pagination > .uk-disabled > * {
     color: #666;
}
.uk-background-white .uk-tab::before,
.tm-background-white .uk-tab::before {
     border-color: #121212;
}
.uk-background-white .uk-tab > * > a,
.tm-background-white .uk-tab > * > a {
     color: #666;
}
.uk-background-white .uk-tab > * > a:hover,
.tm-background-white .uk-tab > * > a:hover {
     color: #121212;
}
.uk-background-white .uk-tab > .uk-active > a,
.tm-background-white .uk-tab > .uk-active > a {
     color: #121212;
     border-color: #fff;
}
.uk-background-white .uk-tab > .uk-disabled > a,
.tm-background-white .uk-tab > .uk-disabled > a {
     color: #666;
}
.uk-background-white .uk-slidenav,
.tm-background-white .uk-slidenav {
     color: rgba(18, 18, 18, 0.7);
}
.uk-background-white .uk-slidenav:hover,
.tm-background-white .uk-slidenav:hover {
     color: rgba(18, 18, 18, 0.95);
}
.uk-background-white .uk-slidenav:active,
.tm-background-white .uk-slidenav:active {
     color: rgba(18, 18, 18, 0.7);
}
.uk-background-white .uk-dotnav > * > *,
.tm-background-white .uk-dotnav > * > * {
     background-color: transparent;
     border-color: rgba(18, 18, 18, 0.9);
}
.uk-background-white .uk-dotnav > * > :hover,
.tm-background-white .uk-dotnav > * > :hover {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-background-white .uk-dotnav > * > :active,
.tm-background-white .uk-dotnav > * > :active {
     background-color: rgba(18, 18, 18, 0.5);
     border-color: transparent;
}
.uk-background-white .uk-dotnav > .uk-active > *,
.tm-background-white .uk-dotnav > .uk-active > * {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-background-white .uk-thumbnav > * > *::after,
.tm-background-white .uk-thumbnav > * > *::after {
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.uk-background-white .uk-iconnav > * > a,
.tm-background-white .uk-iconnav > * > a {
     color: #666;
}
.uk-background-white .uk-iconnav > * > a:hover,
.tm-background-white .uk-iconnav > * > a:hover {
     color: #121212;
}
.uk-background-white .uk-iconnav > .uk-active > a,
.tm-background-white .uk-iconnav > .uk-active > a {
     color: #121212;
}
.uk-background-white .uk-text-lead,
.tm-background-white .uk-text-lead {
     color: #121212;
}
.uk-background-white .uk-text-meta,
.tm-background-white .uk-text-meta {
     color: #666;
}
.uk-background-white .uk-text-muted,
.tm-background-white .uk-text-muted {
     color: #666 !important;
}
.uk-background-white .uk-text-emphasis,
.tm-background-white .uk-text-emphasis {
     color: #121212 !important;
}
.uk-background-white .uk-text-primary,
.tm-background-white .uk-text-primary {
     color: #fff !important;
}
.uk-background-white .uk-text-secondary,
.tm-background-white .uk-text-secondary {
     color: #fff !important;
}
.uk-background-white .uk-column-divider,
.tm-background-white .uk-column-divider {
     -moz-column-rule-color: #121212;
     column-rule-color: #121212;
}
.uk-background-white .uk-logo,
.tm-background-white .uk-logo {
     color: #121212;
}
.uk-background-white .uk-logo:hover,
.tm-background-white .uk-logo:hover {
     color: #121212;
}
.uk-background-white .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.tm-background-white .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-background-white .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.tm-background-white .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
     display: none;
}
.uk-background-white .uk-logo-inverse,
.tm-background-white .uk-logo-inverse {
     display: block;
}
.uk-background-white .uk-table-striped > tr:nth-of-type(even):last-child,
.tm-background-white .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-background-white .uk-table-striped tbody tr:nth-of-type(even):last-child,
.tm-background-white .uk-table-striped tbody tr:nth-of-type(even):last-child {
     border-bottom-color: #121212;
}
.uk-background-white .uk-accordion-title::before,
.tm-background-white .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .uk-open > .uk-accordion-title::before,
.tm-background-white .uk-open > .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .tm-divider:not(.uk-light),
.tm-background-white .tm-divider:not(.uk-light) {
     background: #121212;
}
.uk-background-white {
     color: #121212;
}
.uk-background-white a,
.uk-background-white .uk-link {
     color: #121212;
}
.uk-background-white a:hover,
.uk-background-white .uk-link:hover,
.uk-background-white .uk-link-toggle:hover .uk-link {
     color: #121212;
}
.uk-background-white :not(pre) > code,
.uk-background-white :not(pre) > kbd,
.uk-background-white :not(pre) > samp {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white em {
     color: #121212;
}
.uk-background-white h1,
.uk-background-white .uk-h1,
.uk-background-white h2,
.uk-background-white .uk-h2,
.uk-background-white h3,
.uk-background-white .uk-h3,
.uk-background-white h4,
.uk-background-white .uk-h4,
.uk-background-white h5,
.uk-background-white .uk-h5,
.uk-background-white h6,
.uk-background-white .uk-h6,
.uk-background-white .uk-heading-small,
.uk-background-white .uk-heading-medium,
.uk-background-white .uk-heading-large,
.uk-background-white .uk-heading-xlarge,
.uk-background-white .uk-heading-2xlarge {
     color: #121212;
}
.uk-background-white blockquote {
     color: #121212;
}
.uk-background-white blockquote footer {
     color: #121212;
}
.uk-background-white hr,
.uk-background-white .uk-hr {
     border-top-color: #121212;
}
.uk-background-white :focus-visible {
     outline-color: #121212;
}
.uk-background-white a.uk-link-muted,
.uk-background-white .uk-link-muted a {
     color: #666;
}
.uk-background-white a.uk-link-muted:hover,
.uk-background-white .uk-link-muted a:hover,
.uk-background-white .uk-link-toggle:hover .uk-link-muted {
     color: #121212;
}
.uk-background-white a.uk-link-text:hover,
.uk-background-white .uk-link-text a:hover,
.uk-background-white .uk-link-toggle:hover .uk-link-text {
     color: #666;
}
.uk-background-white a.uk-link-heading:hover,
.uk-background-white .uk-link-heading a:hover,
.uk-background-white .uk-link-toggle:hover .uk-link-heading {
     color: #fff;
}
.uk-background-white .uk-heading-divider {
     border-bottom-color: #121212;
}
.uk-background-white .uk-heading-bullet::before {
     border-left-color: #121212;
}
.uk-background-white .uk-heading-line > ::before,
.uk-background-white .uk-heading-line > ::after {
     border-bottom-color: #121212;
}
.uk-background-white .uk-divider-icon {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23121212%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-white .uk-divider-icon::before,
.uk-background-white .uk-divider-icon::after {
     border-bottom-color: #121212;
}
.uk-background-white .uk-divider-small::after {
     border-top-color: #121212;
}
.uk-background-white .uk-divider-vertical {
     border-left-color: #121212;
}
.uk-background-white .uk-list-muted > ::before {
     color: #666 !important;
}
.uk-background-white .uk-list-emphasis > ::before {
     color: #121212 !important;
}
.uk-background-white .uk-list-primary > ::before {
     color: #fff !important;
}
.uk-background-white .uk-list-secondary > ::before {
     color: #fff !important;
}
.uk-background-white .uk-list-bullet > ::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .uk-list-divider > :nth-child(n + 2) {
     border-top-color: #121212;
}
.uk-background-white .uk-list-striped > *:nth-of-type(odd) {
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-background-white .uk-list-striped > :nth-of-type(odd) {
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white .uk-table th {
     color: #121212;
}
.uk-background-white .uk-table caption {
     color: #666;
}
.uk-background-white .uk-table > tr.uk-active,
.uk-background-white .uk-table tbody tr.uk-active {
     background: rgba(255, 255, 255, 0.08);
}
.uk-background-white .uk-table-divider > tr:not(:first-child),
.uk-background-white .uk-table-divider > :not(:first-child) > tr,
.uk-background-white .uk-table-divider > :first-child > tr:not(:first-child) {
     border-top-color: #121212;
}
.uk-background-white .uk-table-striped > tr:nth-of-type(odd),
.uk-background-white .uk-table-striped tbody tr:nth-of-type(odd) {
     background: rgba(255, 255, 255, 0.1);
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-background-white .uk-table-hover > tr:hover,
.uk-background-white .uk-table-hover tbody tr:hover {
     background: rgba(255, 255, 255, 0.08);
}
.uk-background-white .uk-icon-link {
     color: #666;
}
.uk-background-white .uk-icon-link:hover {
     color: #121212;
}
.uk-background-white .uk-icon-link:active,
.uk-background-white .uk-active > .uk-icon-link {
     color: #121212;
}
.uk-background-white .uk-icon-button {
     background-color: rgba(255, 255, 255, 0.1);
     color: #666;
}
.uk-background-white .uk-icon-button:hover {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
}
.uk-background-white .uk-icon-button:active {
     background-color: rgba(255, 255, 255, 0.2);
     color: #121212;
}
.uk-background-white .uk-input,
.uk-background-white .uk-select,
.uk-background-white .uk-textarea {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
     background-clip: padding-box;
     border-color: #121212;
}
.uk-background-white .uk-input:focus,
.uk-background-white .uk-select:focus,
.uk-background-white .uk-textarea:focus {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-input::placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-textarea::placeholder {
     color: #666;
}
.uk-background-white .uk-select:not([multiple]):not([size]) {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-white .uk-input[list]:hover,
.uk-background-white .uk-input[list]:focus {
     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%23121212%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-white .uk-radio,
.uk-background-white .uk-checkbox {
     background-color: rgba(255, 255, 255, 0.1);
     border-color: #121212;
}
.uk-background-white .uk-radio:focus,
.uk-background-white .uk-checkbox:focus {
     background-color: rgba(255, 255, 255, 0.15);
     border-color: #121212;
}
.uk-background-white .uk-radio:checked,
.uk-background-white .uk-checkbox:checked,
.uk-background-white .uk-checkbox:indeterminate {
     background-color: #fff;
     border-color: #fff;
}
.uk-background-white .uk-radio:checked:focus,
.uk-background-white .uk-checkbox:checked:focus,
.uk-background-white .uk-checkbox:indeterminate:focus {
     background-color: #fff;
}
.uk-background-white .uk-radio:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .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%23121212%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-background-white .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%23121212%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-background-white .uk-form-label {
     color: #121212;
}
.uk-background-white .uk-form-icon {
     color: #666;
}
.uk-background-white .uk-form-icon:hover {
     color: #121212;
}
.uk-background-white .uk-button-default {
     background-color: #fff;
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-button-default:hover {
     background-color: #f2f2f2;
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-button-default:active,
.uk-background-white .uk-button-default.uk-active {
     background-color: #e6e6e6;
     color: #121212;
     border-color: #121212;
}
.uk-background-white .uk-button-primary {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-button-primary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-background-white .uk-button-primary:active,
.uk-background-white .uk-button-primary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-background-white .uk-button-secondary {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-button-secondary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-background-white .uk-button-secondary:active,
.uk-background-white .uk-button-secondary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-background-white .uk-button-text {
     color: #121212;
}
.uk-background-white .uk-button-text::before {
     border-bottom-color: #121212;
}
.uk-background-white .uk-button-text:hover {
     color: #666;
}
.uk-background-white .uk-button-text:disabled {
     color: #666;
}
.uk-background-white .uk-button-link {
     color: #121212;
}
.uk-background-white .uk-button-link:hover {
     color: #666;
}
.uk-background-white.uk-card-badge {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-close {
     color: #666;
}
.uk-background-white .uk-close:hover {
     color: #121212;
}
.uk-background-white .uk-totop {
     color: #666;
}
.uk-background-white .uk-totop:hover {
     color: #121212;
}
.uk-background-white .uk-totop:active {
     color: #121212;
}
.uk-background-white .uk-marker {
     background: #f8f8f8;
     color: #fff;
}
.uk-background-white .uk-marker:hover {
     color: #fff;
}
.uk-background-white .uk-badge {
     background-color: #fff;
     color: #121212 !important;
}
.uk-background-white .uk-label {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-article-meta {
     color: #666;
}
.uk-background-white .uk-search-input {
     color: #121212;
}
.uk-background-white .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-white .uk-search-input::placeholder {
     color: #666;
}
.uk-background-white .uk-search .uk-search-icon {
     color: #666;
}
.uk-background-white .uk-search .uk-search-icon:hover {
     color: #666;
}
.uk-background-white .uk-search-default .uk-search-input {
     background-color: transparent;
     border-color: #121212;
}
.uk-background-white .uk-search-default .uk-search-input:focus {
     background-color: rgba(0, 0, 0, 0.05);
}
.uk-background-white .uk-search-navbar .uk-search-input {
     background-color: transparent;
}
.uk-background-white .uk-search-large .uk-search-input {
     background-color: transparent;
}
.uk-background-white .uk-search-toggle {
     color: #666;
}
.uk-background-white .uk-search-toggle:hover {
     color: #121212;
}
.uk-background-white .uk-accordion-title {
     color: #121212;
}
.uk-background-white .uk-accordion-title:hover {
     color: #121212;
}
.uk-background-white .uk-grid-divider > :not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-background-white .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-default > li > a {
     color: #666;
}
.uk-background-white .uk-nav-default > li > a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-default > li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-header {
     color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-sub a {
     color: #666;
}
.uk-background-white .uk-nav-default .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-default .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav-primary > li > a {
     color: #fff;
}
.uk-background-white .uk-nav-primary > li > a:hover {
     color: #fff;
}
.uk-background-white .uk-nav-primary > li.uk-active > a {
     color: #fff;
}
.uk-background-white .uk-nav-primary .uk-nav-header {
     color: #121212;
}
.uk-background-white .uk-nav-primary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-primary .uk-nav-sub a {
     color: #666;
}
.uk-background-white .uk-nav-primary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-primary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav-secondary > li > a {
     color: #121212;
}
.uk-background-white .uk-nav-secondary > li > a:hover {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white .uk-nav-secondary > li.uk-active > a {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-white .uk-nav-secondary .uk-nav-subtitle {
     color: #666;
}
.uk-background-white .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
     color: #121212;
}
.uk-background-white .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
     color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-header {
     color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-sub a {
     color: #666;
}
.uk-background-white .uk-nav-secondary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-white .uk-nav-secondary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-white .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
     border-top-color: #121212;
}
.uk-background-white .uk-navbar-nav > li > a {
     color: #fff;
}
.uk-background-white .uk-navbar-nav > li:hover > a,
.uk-background-white .uk-navbar-nav > li > a[aria-expanded="true"] {
     color: #fff;
}
.uk-background-white .uk-navbar-nav > li > a:active {
     color: #fff;
}
.uk-background-white .uk-navbar-nav > li.uk-active > a {
     color: #fff;
}
.uk-background-white .uk-navbar-item {
     color: #121212;
}
.uk-background-white .uk-navbar-toggle {
     color: #666;
}
.uk-background-white .uk-navbar-toggle:hover,
.uk-background-white .uk-navbar-toggle[aria-expanded="true"] {
     color: #121212;
}
.uk-background-white .uk-subnav > * > :first-child {
     color: #666;
}
.uk-background-white .uk-subnav > * > a:hover {
     color: #121212;
}
.uk-background-white .uk-subnav > .uk-active > a {
     color: #121212;
}
.uk-background-white .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-background-white .uk-subnav-pill > * > :first-child {
     background-color: transparent;
     color: #666;
}
.uk-background-white .uk-subnav-pill > * > a:hover {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-background-white .uk-subnav-pill > * > a:active {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-background-white .uk-subnav-pill > .uk-active > a {
     background-color: #fff;
     color: #121212;
}
.uk-background-white .uk-subnav > .uk-disabled > a {
     color: #666;
}
.uk-background-white .uk-breadcrumb > * > * {
     color: #666;
}
.uk-background-white .uk-breadcrumb > * > :hover {
     color: #121212;
}
.uk-background-white .uk-breadcrumb > :last-child > * {
     color: #121212;
}
.uk-background-white .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
     color: #666;
}
.uk-background-white .uk-pagination > * > * {
     color: #666;
}
.uk-background-white .uk-pagination > * > :hover {
     color: #121212;
}
.uk-background-white .uk-pagination > .uk-active > * {
     color: #121212;
}
.uk-background-white .uk-pagination > .uk-disabled > * {
     color: #666;
}
.uk-background-white .uk-tab::before {
     border-color: #121212;
}
.uk-background-white .uk-tab > * > a {
     color: #666;
}
.uk-background-white .uk-tab > * > a:hover {
     color: #121212;
}
.uk-background-white .uk-tab > .uk-active > a {
     color: #121212;
     border-color: #fff;
}
.uk-background-white .uk-tab > .uk-disabled > a {
     color: #666;
}
.uk-background-white .uk-slidenav {
     color: rgba(18, 18, 18, 0.7);
}
.uk-background-white .uk-slidenav:hover {
     color: rgba(18, 18, 18, 0.95);
}
.uk-background-white .uk-slidenav:active {
     color: rgba(18, 18, 18, 0.7);
}
.uk-background-white .uk-dotnav > * > * {
     background-color: transparent;
     border-color: rgba(18, 18, 18, 0.9);
}
.uk-background-white .uk-dotnav > * > :hover {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-background-white .uk-dotnav > * > :active {
     background-color: rgba(18, 18, 18, 0.5);
     border-color: transparent;
}
.uk-background-white .uk-dotnav > .uk-active > * {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-background-white .uk-thumbnav > * > *::after {
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.uk-background-white .uk-iconnav > * > a {
     color: #666;
}
.uk-background-white .uk-iconnav > * > a:hover {
     color: #121212;
}
.uk-background-white .uk-iconnav > .uk-active > a {
     color: #121212;
}
.uk-background-white .uk-text-lead {
     color: #121212;
}
.uk-background-white .uk-text-meta {
     color: #666;
}
.uk-background-white .uk-text-muted {
     color: #666 !important;
}
.uk-background-white .uk-text-emphasis {
     color: #121212 !important;
}
.uk-background-white .uk-text-primary {
     color: #fff !important;
}
.uk-background-white .uk-text-secondary {
     color: #fff !important;
}
.uk-background-white .uk-column-divider {
     -moz-column-rule-color: #121212;
     column-rule-color: #121212;
}
.uk-background-white .uk-logo {
     color: #121212;
}
.uk-background-white .uk-logo:hover {
     color: #121212;
}
.uk-background-white .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-background-white .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
     display: none;
}
.uk-background-white .uk-logo-inverse {
     display: block;
}
.uk-background-white .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-background-white .uk-table-striped tbody tr:nth-of-type(even):last-child {
     border-bottom-color: #121212;
}
.uk-background-white .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .uk-open > .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-white .tm-divider:not(.uk-light) {
     background: #121212;
}
.uk-background-primary {
     color: #121212;
}
.uk-background-primary a,
.uk-background-primary .uk-link {
     color: #121212;
}
.uk-background-primary a:hover,
.uk-background-primary .uk-link:hover,
.uk-background-primary .uk-link-toggle:hover .uk-link {
     color: #121212;
}
.uk-background-primary :not(pre) > code,
.uk-background-primary :not(pre) > kbd,
.uk-background-primary :not(pre) > samp {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-primary em {
     color: #121212;
}
.uk-background-primary h1,
.uk-background-primary .uk-h1,
.uk-background-primary h2,
.uk-background-primary .uk-h2,
.uk-background-primary h3,
.uk-background-primary .uk-h3,
.uk-background-primary h4,
.uk-background-primary .uk-h4,
.uk-background-primary h5,
.uk-background-primary .uk-h5,
.uk-background-primary h6,
.uk-background-primary .uk-h6,
.uk-background-primary .uk-heading-small,
.uk-background-primary .uk-heading-medium,
.uk-background-primary .uk-heading-large,
.uk-background-primary .uk-heading-xlarge,
.uk-background-primary .uk-heading-2xlarge {
     color: #121212;
}
.uk-background-primary blockquote {
     color: #121212;
}
.uk-background-primary blockquote footer {
     color: #121212;
}
.uk-background-primary hr,
.uk-background-primary .uk-hr {
     border-top-color: #121212;
}
.uk-background-primary :focus-visible {
     outline-color: #121212;
}
.uk-background-primary a.uk-link-muted,
.uk-background-primary .uk-link-muted a {
     color: #666;
}
.uk-background-primary a.uk-link-muted:hover,
.uk-background-primary .uk-link-muted a:hover,
.uk-background-primary .uk-link-toggle:hover .uk-link-muted {
     color: #121212;
}
.uk-background-primary a.uk-link-text:hover,
.uk-background-primary .uk-link-text a:hover,
.uk-background-primary .uk-link-toggle:hover .uk-link-text {
     color: #666;
}
.uk-background-primary a.uk-link-heading:hover,
.uk-background-primary .uk-link-heading a:hover,
.uk-background-primary .uk-link-toggle:hover .uk-link-heading {
     color: #fff;
}
.uk-background-primary .uk-heading-divider {
     border-bottom-color: #121212;
}
.uk-background-primary .uk-heading-bullet::before {
     border-left-color: #121212;
}
.uk-background-primary .uk-heading-line > ::before,
.uk-background-primary .uk-heading-line > ::after {
     border-bottom-color: #121212;
}
.uk-background-primary .uk-divider-icon {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23121212%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-primary .uk-divider-icon::before,
.uk-background-primary .uk-divider-icon::after {
     border-bottom-color: #121212;
}
.uk-background-primary .uk-divider-small::after {
     border-top-color: #121212;
}
.uk-background-primary .uk-divider-vertical {
     border-left-color: #121212;
}
.uk-background-primary .uk-list-muted > ::before {
     color: #666 !important;
}
.uk-background-primary .uk-list-emphasis > ::before {
     color: #121212 !important;
}
.uk-background-primary .uk-list-primary > ::before {
     color: #fff !important;
}
.uk-background-primary .uk-list-secondary > ::before {
     color: #fff !important;
}
.uk-background-primary .uk-list-bullet > ::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-primary .uk-list-divider > :nth-child(n + 2) {
     border-top-color: #121212;
}
.uk-background-primary .uk-list-striped > *:nth-of-type(odd) {
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-background-primary .uk-list-striped > :nth-of-type(odd) {
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-primary .uk-table th {
     color: #121212;
}
.uk-background-primary .uk-table caption {
     color: #666;
}
.uk-background-primary .uk-table > tr.uk-active,
.uk-background-primary .uk-table tbody tr.uk-active {
     background: rgba(255, 255, 255, 0.08);
}
.uk-background-primary .uk-table-divider > tr:not(:first-child),
.uk-background-primary .uk-table-divider > :not(:first-child) > tr,
.uk-background-primary .uk-table-divider > :first-child > tr:not(:first-child) {
     border-top-color: #121212;
}
.uk-background-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-background-primary .uk-table-striped tbody tr:nth-of-type(odd) {
     background: rgba(255, 255, 255, 0.1);
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.uk-background-primary .uk-table-hover > tr:hover,
.uk-background-primary .uk-table-hover tbody tr:hover {
     background: rgba(255, 255, 255, 0.08);
}
.uk-background-primary .uk-icon-link {
     color: #666;
}
.uk-background-primary .uk-icon-link:hover {
     color: #121212;
}
.uk-background-primary .uk-icon-link:active,
.uk-background-primary .uk-active > .uk-icon-link {
     color: #121212;
}
.uk-background-primary .uk-icon-button {
     background-color: rgba(255, 255, 255, 0.1);
     color: #666;
}
.uk-background-primary .uk-icon-button:hover {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
}
.uk-background-primary .uk-icon-button:active {
     background-color: rgba(255, 255, 255, 0.2);
     color: #121212;
}
.uk-background-primary .uk-input,
.uk-background-primary .uk-select,
.uk-background-primary .uk-textarea {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
     background-clip: padding-box;
     border-color: #121212;
}
.uk-background-primary .uk-input:focus,
.uk-background-primary .uk-select:focus,
.uk-background-primary .uk-textarea:focus {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
     border-color: #121212;
}
.uk-background-primary .uk-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-input::-moz-placeholder {
     color: #666;
}
.uk-background-primary .uk-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-input::placeholder {
     color: #666;
}
.uk-background-primary .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-textarea::-moz-placeholder {
     color: #666;
}
.uk-background-primary .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-textarea::placeholder {
     color: #666;
}
.uk-background-primary .uk-select:not([multiple]):not([size]) {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-primary .uk-input[list]:hover,
.uk-background-primary .uk-input[list]:focus {
     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%23121212%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-background-primary .uk-radio,
.uk-background-primary .uk-checkbox {
     background-color: rgba(255, 255, 255, 0.1);
     border-color: #121212;
}
.uk-background-primary .uk-radio:focus,
.uk-background-primary .uk-checkbox:focus {
     background-color: rgba(255, 255, 255, 0.15);
     border-color: #121212;
}
.uk-background-primary .uk-radio:checked,
.uk-background-primary .uk-checkbox:checked,
.uk-background-primary .uk-checkbox:indeterminate {
     background-color: #fff;
     border-color: #fff;
}
.uk-background-primary .uk-radio:checked:focus,
.uk-background-primary .uk-checkbox:checked:focus,
.uk-background-primary .uk-checkbox:indeterminate:focus {
     background-color: #fff;
}
.uk-background-primary .uk-radio:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-primary .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%23121212%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-background-primary .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%23121212%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-background-primary .uk-form-label {
     color: #121212;
}
.uk-background-primary .uk-form-icon {
     color: #666;
}
.uk-background-primary .uk-form-icon:hover {
     color: #121212;
}
.uk-background-primary .uk-button-default {
     background-color: #fff;
     color: #121212;
     border-color: #121212;
}
.uk-background-primary .uk-button-default:hover {
     background-color: #f2f2f2;
     color: #121212;
     border-color: #121212;
}
.uk-background-primary .uk-button-default:active,
.uk-background-primary .uk-button-default.uk-active {
     background-color: #e6e6e6;
     color: #121212;
     border-color: #121212;
}
.uk-background-primary .uk-button-primary {
     background-color: #fff;
     color: #121212;
}
.uk-background-primary .uk-button-primary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-background-primary .uk-button-primary:active,
.uk-background-primary .uk-button-primary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-background-primary .uk-button-secondary {
     background-color: #fff;
     color: #121212;
}
.uk-background-primary .uk-button-secondary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.uk-background-primary .uk-button-secondary:active,
.uk-background-primary .uk-button-secondary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.uk-background-primary .uk-button-text {
     color: #121212;
}
.uk-background-primary .uk-button-text::before {
     border-bottom-color: #121212;
}
.uk-background-primary .uk-button-text:hover {
     color: #666;
}
.uk-background-primary .uk-button-text:disabled {
     color: #666;
}
.uk-background-primary .uk-button-link {
     color: #121212;
}
.uk-background-primary .uk-button-link:hover {
     color: #666;
}
.uk-background-primary.uk-card-badge {
     background-color: #fff;
     color: #121212;
}
.uk-background-primary .uk-close {
     color: #666;
}
.uk-background-primary .uk-close:hover {
     color: #121212;
}
.uk-background-primary .uk-totop {
     color: #666;
}
.uk-background-primary .uk-totop:hover {
     color: #121212;
}
.uk-background-primary .uk-totop:active {
     color: #121212;
}
.uk-background-primary .uk-marker {
     background: #f8f8f8;
     color: #fff;
}
.uk-background-primary .uk-marker:hover {
     color: #fff;
}
.uk-background-primary .uk-badge {
     background-color: #fff;
     color: #121212 !important;
}
.uk-background-primary .uk-label {
     background-color: #fff;
     color: #121212;
}
.uk-background-primary .uk-article-meta {
     color: #666;
}
.uk-background-primary .uk-search-input {
     color: #121212;
}
.uk-background-primary .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-search-input::-moz-placeholder {
     color: #666;
}
.uk-background-primary .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.uk-background-primary .uk-search-input::placeholder {
     color: #666;
}
.uk-background-primary .uk-search .uk-search-icon {
     color: #666;
}
.uk-background-primary .uk-search .uk-search-icon:hover {
     color: #666;
}
.uk-background-primary .uk-search-default .uk-search-input {
     background-color: transparent;
     border-color: #121212;
}
.uk-background-primary .uk-search-default .uk-search-input:focus {
     background-color: rgba(0, 0, 0, 0.05);
}
.uk-background-primary .uk-search-navbar .uk-search-input {
     background-color: transparent;
}
.uk-background-primary .uk-search-large .uk-search-input {
     background-color: transparent;
}
.uk-background-primary .uk-search-toggle {
     color: #666;
}
.uk-background-primary .uk-search-toggle:hover {
     color: #121212;
}
.uk-background-primary .uk-accordion-title {
     color: #121212;
}
.uk-background-primary .uk-accordion-title:hover {
     color: #121212;
}
.uk-background-primary .uk-grid-divider > :not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-background-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
     border-top-color: #121212;
}
.uk-background-primary .uk-nav-default > li > a {
     color: #666;
}
.uk-background-primary .uk-nav-default > li > a:hover {
     color: #121212;
}
.uk-background-primary .uk-nav-default > li.uk-active > a {
     color: #121212;
}
.uk-background-primary .uk-nav-default .uk-nav-header {
     color: #121212;
}
.uk-background-primary .uk-nav-default .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-primary .uk-nav-default .uk-nav-sub a {
     color: #666;
}
.uk-background-primary .uk-nav-default .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-primary .uk-nav-default .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-primary .uk-nav-primary > li > a {
     color: #fff;
}
.uk-background-primary .uk-nav-primary > li > a:hover {
     color: #fff;
}
.uk-background-primary .uk-nav-primary > li.uk-active > a {
     color: #fff;
}
.uk-background-primary .uk-nav-primary .uk-nav-header {
     color: #121212;
}
.uk-background-primary .uk-nav-primary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-primary .uk-nav-primary .uk-nav-sub a {
     color: #666;
}
.uk-background-primary .uk-nav-primary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-primary .uk-nav-primary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-primary .uk-nav-secondary > li > a {
     color: #121212;
}
.uk-background-primary .uk-nav-secondary > li > a:hover {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-primary .uk-nav-secondary > li.uk-active > a {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.uk-background-primary .uk-nav-secondary .uk-nav-subtitle {
     color: #666;
}
.uk-background-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
     color: #121212;
}
.uk-background-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
     color: #121212;
}
.uk-background-primary .uk-nav-secondary .uk-nav-header {
     color: #121212;
}
.uk-background-primary .uk-nav-secondary .uk-nav-divider {
     border-top-color: #121212;
}
.uk-background-primary .uk-nav-secondary .uk-nav-sub a {
     color: #666;
}
.uk-background-primary .uk-nav-secondary .uk-nav-sub a:hover {
     color: #121212;
}
.uk-background-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.uk-background-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
     border-top-color: #121212;
}
.uk-background-primary .uk-navbar-nav > li > a {
     color: #fff;
}
.uk-background-primary .uk-navbar-nav > li:hover > a,
.uk-background-primary .uk-navbar-nav > li > a[aria-expanded="true"] {
     color: #fff;
}
.uk-background-primary .uk-navbar-nav > li > a:active {
     color: #fff;
}
.uk-background-primary .uk-navbar-nav > li.uk-active > a {
     color: #fff;
}
.uk-background-primary .uk-navbar-item {
     color: #121212;
}
.uk-background-primary .uk-navbar-toggle {
     color: #666;
}
.uk-background-primary .uk-navbar-toggle:hover,
.uk-background-primary .uk-navbar-toggle[aria-expanded="true"] {
     color: #121212;
}
.uk-background-primary .uk-subnav > * > :first-child {
     color: #666;
}
.uk-background-primary .uk-subnav > * > a:hover {
     color: #121212;
}
.uk-background-primary .uk-subnav > .uk-active > a {
     color: #121212;
}
.uk-background-primary .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
     border-left-color: #121212;
}
.uk-background-primary .uk-subnav-pill > * > :first-child {
     background-color: transparent;
     color: #666;
}
.uk-background-primary .uk-subnav-pill > * > a:hover {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-background-primary .uk-subnav-pill > * > a:active {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.uk-background-primary .uk-subnav-pill > .uk-active > a {
     background-color: #fff;
     color: #121212;
}
.uk-background-primary .uk-subnav > .uk-disabled > a {
     color: #666;
}
.uk-background-primary .uk-breadcrumb > * > * {
     color: #666;
}
.uk-background-primary .uk-breadcrumb > * > :hover {
     color: #121212;
}
.uk-background-primary .uk-breadcrumb > :last-child > * {
     color: #121212;
}
.uk-background-primary .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
     color: #666;
}
.uk-background-primary .uk-pagination > * > * {
     color: #666;
}
.uk-background-primary .uk-pagination > * > :hover {
     color: #121212;
}
.uk-background-primary .uk-pagination > .uk-active > * {
     color: #121212;
}
.uk-background-primary .uk-pagination > .uk-disabled > * {
     color: #666;
}
.uk-background-primary .uk-tab::before {
     border-color: #121212;
}
.uk-background-primary .uk-tab > * > a {
     color: #666;
}
.uk-background-primary .uk-tab > * > a:hover {
     color: #121212;
}
.uk-background-primary .uk-tab > .uk-active > a {
     color: #121212;
     border-color: #fff;
}
.uk-background-primary .uk-tab > .uk-disabled > a {
     color: #666;
}
.uk-background-primary .uk-slidenav {
     color: rgba(18, 18, 18, 0.7);
}
.uk-background-primary .uk-slidenav:hover {
     color: rgba(18, 18, 18, 0.95);
}
.uk-background-primary .uk-slidenav:active {
     color: rgba(18, 18, 18, 0.7);
}
.uk-background-primary .uk-dotnav > * > * {
     background-color: transparent;
     border-color: rgba(18, 18, 18, 0.9);
}
.uk-background-primary .uk-dotnav > * > :hover {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-background-primary .uk-dotnav > * > :active {
     background-color: rgba(18, 18, 18, 0.5);
     border-color: transparent;
}
.uk-background-primary .uk-dotnav > .uk-active > * {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.uk-background-primary .uk-thumbnav > * > *::after {
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.uk-background-primary .uk-iconnav > * > a {
     color: #666;
}
.uk-background-primary .uk-iconnav > * > a:hover {
     color: #121212;
}
.uk-background-primary .uk-iconnav > .uk-active > a {
     color: #121212;
}
.uk-background-primary .uk-text-lead {
     color: #121212;
}
.uk-background-primary .uk-text-meta {
     color: #666;
}
.uk-background-primary .uk-text-muted {
     color: #666 !important;
}
.uk-background-primary .uk-text-emphasis {
     color: #121212 !important;
}
.uk-background-primary .uk-text-primary {
     color: #fff !important;
}
.uk-background-primary .uk-text-secondary {
     color: #fff !important;
}
.uk-background-primary .uk-column-divider {
     -moz-column-rule-color: #121212;
     column-rule-color: #121212;
}
.uk-background-primary .uk-logo {
     color: #121212;
}
.uk-background-primary .uk-logo:hover {
     color: #121212;
}
.uk-background-primary .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-background-primary .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
     display: none;
}
.uk-background-primary .uk-logo-inverse {
     display: block;
}
.uk-background-primary .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-background-primary .uk-table-striped tbody tr:nth-of-type(even):last-child {
     border-bottom-color: #121212;
}
.uk-background-primary .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-primary .uk-open > .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-background-primary .tm-divider:not(.uk-light) {
     background: #121212;
}
.tm-color-white {
     color: white !important;
}
.uk-background-dark,
.tm-background-dark {
     background: #121212;
}
#body.uk-offcanvas-container {
     position: absolute;
     overflow: hidden;
}
#header + #main {
     margin-top: 70px;
}
.uk-margin-normal-bottom,
.uk-margin-normal {
     margin-bottom: 20px;
}
.uk-margin-normal-top,
* + .uk-margin-normal {
     margin-top: 20px;
}
.tm-section-top-normal {
     padding-top: 70px;
}
@media (max-width: 1200px) {
     .tm-section-top-normal {
          padding-top: 40px;
     }
}
.tm-section-bottom-normal {
     padding-bottom: 70px;
}
@media (max-width: 1200px) {
     .tm-section-bottom-normal {
          padding-bottom: 40px;
     }
}
.tm-section-top-small {
     padding-top: 40px;
}
.tm-section-bottom-small {
     padding-bottom: 40px;
}
.tm-section-top-large {
     padding-top: 140px;
}
@media (max-width: 1200px) {
     .tm-section-top-large {
          padding-top: 70px;
     }
}
.tm-section-bottom-large {
     padding-bottom: 140px;
}
@media (max-width: 1200px) {
     .tm-section-bottom-large {
          padding-bottom: 70px;
     }
}
.tm-section-top-xlarge {
     padding-top: 210px;
}
@media (max-width: 1200px) {
     .tm-section-top-xlarge {
          padding-top: 140px;
     }
}
.tm-section-bottom-xlarge {
     padding-bottom: 210px;
}
@media (max-width: 1200px) {
     .tm-section-bottom-xlarge {
          padding-bottom: 140px;
     }
}
#indicator-rooms-filter {
     display: none;
}
#indicator-rooms-filter.htmx-request {
     display: block;
}
#hero {
     padding-top: 220px;
     padding-bottom: 160px;
     background-position: center;
     margin-top: -80px;
}
#hero .hero-content {
     margin-top: 50px;
}
@media (min-width: 960px) {
     #hero + #intro-section {
          margin-top: -180px;
     }
     #hero.hero-offset-bottom {
          padding-bottom: 300px;
     }
}
@media (max-width: 1200px) {
     #hero h1 {
          text-align: center;
     }
     #hero h1 + .tm-divider {
          margin-left: auto;
          margin-right: auto;
     }
}
#hero-home {
     background-position: center;
     box-sizing: border-box;
}
#hero-home .hero-content {
     margin-top: 50px;
}
@media (min-width: 960px) {
     #hero-home {
          padding-top: 220px;
          padding-bottom: 160px;
          margin-top: -80px;
     }
}
@media (min-width: 960px) {
     #hero-home + #intro-section {
          margin-top: -180px;
     }
     #hero-home.hero-offset-bottom {
          padding-bottom: 300px;
     }
     #hero-home .hero-headline.uk-heading-medium {
          transform: none !important;
     }
     #hero-home .hero-text {
          opacity: 1 !important;
     }
     #hero-home .tm-divider {
          opacity: 1 !important;
     }
}
@media (max-width: 1200px) {
     #hero-home h1 {
          text-align: center;
     }
     #hero-home h1 + .tm-divider {
          margin-left: auto;
          margin-right: auto;
     }
}
@media (max-width: 960px) {
     #hero-home {
          height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
     }
     #hero-home .hero-headline {
          line-height: 1.3 !important;
     }
}
@media (max-width: 640px) {
     .matrix-element.is-boxed {
          padding: 0;
          margin: 0;
     }
}
@media (min-width: 1200px) {
     .matrix-callout_text .callout-text-media {
          margin-bottom: -250px;
     }
     .matrix-callout_text + .matrix-element:before {
          content: "";
          display: block;
          height: 180px;
     }
}
@media (min-width: 1600px) {
     .matrix-callout_text .callout-media {
          position: absolute;
          right: 100px;
          bottom: 0px;
     }
}
@media (max-width: 640px) {
     .matrix-callout_text .callout-text-media .uk-grid > div:first-child {
          order: 999;
     }
}
@media (max-width: 960px) {
     .matrix-image_content .image_content--image-1 {
          margin-top: 0 !important;
          position: relative !important;
          width: 70%;
     }
     .matrix-image_content .image_content--image-1 h3 {
          font-size: 1rem;
          text-transform: none !important;
          font-weight: normal !important;
          max-width: 60%;
          font-style: italic;
     }
     .matrix-image_content .image_content--image-2 img {
          width: 50%;
     }
     .matrix-image_content .image_content--image-2.offset-top img {
          margin-top: -50px;
     }
     .matrix-image_content .image_content-one {
          order: 2 !important;
     }
     .matrix-image_content .image_content-two {
          order: 1 !important;
     }
}
#mobile-header {
     min-height: 60px;
     position: relative;
     z-index: 9;
}
#mobile-header .logo-mobile img {
     position: relative;
     height: 60px;
     width: auto;
     top: 10px;
}
#mobile-header .mobile-menu-button {
     position: fixed;
     top: 0;
     right: 0;
     z-index: 9;
}
#mobile-header .mobile-menu-button button {
     background: white;
     color: #121212;
     border: none;
}
#mobile-menu .uk-grid + .uk-grid,
#mobile-submenu .uk-grid + .uk-grid {
     margin-top: 0;
}
@media (min-width: 1200px) {
     #blog-grid.page-1 > div:nth-child(2) > div {
          margin-top: 140px;
     }
     #blog-grid.page-1 .uk-first-column:not(.is-lead) + div {
          margin-top: -100px !important;
     }
     #blog-grid.page-1 + .uk-pagination {
          margin-top: -70px !important;
     }
}
.blog-card .uk-card-header {
     margin-top: -40px;
     padding-bottom: 0;
     padding-top: 0;
     border: none;
}
.blog-card .uk-card-header > * {
     margin-right: 20px;
}
.blog-card .uk-card-header .uk-label {
     right: 40px;
}
@media (max-width: 640px) {
     .blog-card:not(.is-responsive) .uk-card-media-top {
          display: none;
     }
     .blog-card:not(.is-responsive) .uk-card-header {
          margin-top: 0;
     }
     .blog-card:not(.is-responsive) .uk-card-header img {
          display: none;
     }
     .blog-card:not(.is-responsive) .uk-card-header p {
          margin-top: 10px !important;
     }
}
@media (min-width: 640px) {
     .blog-post-meta {
          transform: translateY(50%);
          position: relative;
          z-index: 9;
     }
}
@media (max-width: 640px) {
     .blog-post-meta .blog-post-share span {
          order: 9;
          margin-left: 20px;
     }
}
@media (min-width: 640px) {
     .blog-post-image {
          margin-top: 0 !important;
     }
}
.blog-post-intro {
     max-width: 900px;
     margin-left: auto;
     margin-right: auto;
     background: white;
     padding: 30px;
     color: #121212;
}
.blog-post-intro a,
.blog-post-intro .uk-link {
     color: #121212;
}
.blog-post-intro a:hover,
.blog-post-intro .uk-link:hover,
.blog-post-intro .uk-link-toggle:hover .uk-link {
     color: #121212;
}
.blog-post-intro :not(pre) > code,
.blog-post-intro :not(pre) > kbd,
.blog-post-intro :not(pre) > samp {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.blog-post-intro em {
     color: #121212;
}
.blog-post-intro h1,
.blog-post-intro .uk-h1,
.blog-post-intro h2,
.blog-post-intro .uk-h2,
.blog-post-intro h3,
.blog-post-intro .uk-h3,
.blog-post-intro h4,
.blog-post-intro .uk-h4,
.blog-post-intro h5,
.blog-post-intro .uk-h5,
.blog-post-intro h6,
.blog-post-intro .uk-h6,
.blog-post-intro .uk-heading-small,
.blog-post-intro .uk-heading-medium,
.blog-post-intro .uk-heading-large,
.blog-post-intro .uk-heading-xlarge,
.blog-post-intro .uk-heading-2xlarge {
     color: #121212;
}
.blog-post-intro blockquote {
     color: #121212;
}
.blog-post-intro blockquote footer {
     color: #121212;
}
.blog-post-intro hr,
.blog-post-intro .uk-hr {
     border-top-color: #121212;
}
.blog-post-intro :focus-visible {
     outline-color: #121212;
}
.blog-post-intro a.uk-link-muted,
.blog-post-intro .uk-link-muted a {
     color: #666;
}
.blog-post-intro a.uk-link-muted:hover,
.blog-post-intro .uk-link-muted a:hover,
.blog-post-intro .uk-link-toggle:hover .uk-link-muted {
     color: #121212;
}
.blog-post-intro a.uk-link-text:hover,
.blog-post-intro .uk-link-text a:hover,
.blog-post-intro .uk-link-toggle:hover .uk-link-text {
     color: #666;
}
.blog-post-intro a.uk-link-heading:hover,
.blog-post-intro .uk-link-heading a:hover,
.blog-post-intro .uk-link-toggle:hover .uk-link-heading {
     color: #fff;
}
.blog-post-intro .uk-heading-divider {
     border-bottom-color: #121212;
}
.blog-post-intro .uk-heading-bullet::before {
     border-left-color: #121212;
}
.blog-post-intro .uk-heading-line > ::before,
.blog-post-intro .uk-heading-line > ::after {
     border-bottom-color: #121212;
}
.blog-post-intro .uk-divider-icon {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23121212%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");
}
.blog-post-intro .uk-divider-icon::before,
.blog-post-intro .uk-divider-icon::after {
     border-bottom-color: #121212;
}
.blog-post-intro .uk-divider-small::after {
     border-top-color: #121212;
}
.blog-post-intro .uk-divider-vertical {
     border-left-color: #121212;
}
.blog-post-intro .uk-list-muted > ::before {
     color: #666 !important;
}
.blog-post-intro .uk-list-emphasis > ::before {
     color: #121212 !important;
}
.blog-post-intro .uk-list-primary > ::before {
     color: #fff !important;
}
.blog-post-intro .uk-list-secondary > ::before {
     color: #fff !important;
}
.blog-post-intro .uk-list-bullet > ::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.blog-post-intro .uk-list-divider > :nth-child(n + 2) {
     border-top-color: #121212;
}
.blog-post-intro .uk-list-striped > *:nth-of-type(odd) {
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.blog-post-intro .uk-list-striped > :nth-of-type(odd) {
     background-color: rgba(255, 255, 255, 0.1);
}
.blog-post-intro .uk-table th {
     color: #121212;
}
.blog-post-intro .uk-table caption {
     color: #666;
}
.blog-post-intro .uk-table > tr.uk-active,
.blog-post-intro .uk-table tbody tr.uk-active {
     background: rgba(255, 255, 255, 0.08);
}
.blog-post-intro .uk-table-divider > tr:not(:first-child),
.blog-post-intro .uk-table-divider > :not(:first-child) > tr,
.blog-post-intro .uk-table-divider > :first-child > tr:not(:first-child) {
     border-top-color: #121212;
}
.blog-post-intro .uk-table-striped > tr:nth-of-type(odd),
.blog-post-intro .uk-table-striped tbody tr:nth-of-type(odd) {
     background: rgba(255, 255, 255, 0.1);
     border-top-color: #121212;
     border-bottom-color: #121212;
}
.blog-post-intro .uk-table-hover > tr:hover,
.blog-post-intro .uk-table-hover tbody tr:hover {
     background: rgba(255, 255, 255, 0.08);
}
.blog-post-intro .uk-icon-link {
     color: #666;
}
.blog-post-intro .uk-icon-link:hover {
     color: #121212;
}
.blog-post-intro .uk-icon-link:active,
.blog-post-intro .uk-active > .uk-icon-link {
     color: #121212;
}
.blog-post-intro .uk-icon-button {
     background-color: rgba(255, 255, 255, 0.1);
     color: #666;
}
.blog-post-intro .uk-icon-button:hover {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
}
.blog-post-intro .uk-icon-button:active {
     background-color: rgba(255, 255, 255, 0.2);
     color: #121212;
}
.blog-post-intro .uk-input,
.blog-post-intro .uk-select,
.blog-post-intro .uk-textarea {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
     background-clip: padding-box;
     border-color: #121212;
}
.blog-post-intro .uk-input:focus,
.blog-post-intro .uk-select:focus,
.blog-post-intro .uk-textarea:focus {
     background-color: rgba(255, 255, 255, 0.15);
     color: #121212;
     border-color: #121212;
}
.blog-post-intro .uk-input::-webkit-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-input::-moz-placeholder {
     color: #666;
}
.blog-post-intro .uk-input:-ms-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-input::-ms-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-input::placeholder {
     color: #666;
}
.blog-post-intro .uk-textarea::-webkit-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-textarea::-moz-placeholder {
     color: #666;
}
.blog-post-intro .uk-textarea:-ms-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-textarea::-ms-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-textarea::placeholder {
     color: #666;
}
.blog-post-intro .uk-select:not([multiple]):not([size]) {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23121212%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.blog-post-intro .uk-input[list]:hover,
.blog-post-intro .uk-input[list]:focus {
     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%23121212%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.blog-post-intro .uk-radio,
.blog-post-intro .uk-checkbox {
     background-color: rgba(255, 255, 255, 0.1);
     border-color: #121212;
}
.blog-post-intro .uk-radio:focus,
.blog-post-intro .uk-checkbox:focus {
     background-color: rgba(255, 255, 255, 0.15);
     border-color: #121212;
}
.blog-post-intro .uk-radio:checked,
.blog-post-intro .uk-checkbox:checked,
.blog-post-intro .uk-checkbox:indeterminate {
     background-color: #fff;
     border-color: #fff;
}
.blog-post-intro .uk-radio:checked:focus,
.blog-post-intro .uk-checkbox:checked:focus,
.blog-post-intro .uk-checkbox:indeterminate:focus {
     background-color: #fff;
}
.blog-post-intro .uk-radio:checked {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23121212%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.blog-post-intro .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%23121212%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");
}
.blog-post-intro .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%23121212%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.blog-post-intro .uk-form-label {
     color: #121212;
}
.blog-post-intro .uk-form-icon {
     color: #666;
}
.blog-post-intro .uk-form-icon:hover {
     color: #121212;
}
.blog-post-intro .uk-button-default {
     background-color: #fff;
     color: #121212;
     border-color: #121212;
}
.blog-post-intro .uk-button-default:hover {
     background-color: #f2f2f2;
     color: #121212;
     border-color: #121212;
}
.blog-post-intro .uk-button-default:active,
.blog-post-intro .uk-button-default.uk-active {
     background-color: #e6e6e6;
     color: #121212;
     border-color: #121212;
}
.blog-post-intro .uk-button-primary {
     background-color: #fff;
     color: #121212;
}
.blog-post-intro .uk-button-primary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.blog-post-intro .uk-button-primary:active,
.blog-post-intro .uk-button-primary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.blog-post-intro .uk-button-secondary {
     background-color: #fff;
     color: #121212;
}
.blog-post-intro .uk-button-secondary:hover {
     background-color: #f2f2f2;
     color: #121212;
}
.blog-post-intro .uk-button-secondary:active,
.blog-post-intro .uk-button-secondary.uk-active {
     background-color: #e6e6e6;
     color: #121212;
}
.blog-post-intro .uk-button-text {
     color: #121212;
}
.blog-post-intro .uk-button-text::before {
     border-bottom-color: #121212;
}
.blog-post-intro .uk-button-text:hover {
     color: #666;
}
.blog-post-intro .uk-button-text:disabled {
     color: #666;
}
.blog-post-intro .uk-button-link {
     color: #121212;
}
.blog-post-intro .uk-button-link:hover {
     color: #666;
}
.blog-post-intro.uk-card-badge {
     background-color: #fff;
     color: #121212;
}
.blog-post-intro .uk-close {
     color: #666;
}
.blog-post-intro .uk-close:hover {
     color: #121212;
}
.blog-post-intro .uk-totop {
     color: #666;
}
.blog-post-intro .uk-totop:hover {
     color: #121212;
}
.blog-post-intro .uk-totop:active {
     color: #121212;
}
.blog-post-intro .uk-marker {
     background: #f8f8f8;
     color: #fff;
}
.blog-post-intro .uk-marker:hover {
     color: #fff;
}
.blog-post-intro .uk-badge {
     background-color: #fff;
     color: #121212 !important;
}
.blog-post-intro .uk-label {
     background-color: #fff;
     color: #121212;
}
.blog-post-intro .uk-article-meta {
     color: #666;
}
.blog-post-intro .uk-search-input {
     color: #121212;
}
.blog-post-intro .uk-search-input::-webkit-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-search-input::-moz-placeholder {
     color: #666;
}
.blog-post-intro .uk-search-input:-ms-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-search-input::-ms-input-placeholder {
     color: #666;
}
.blog-post-intro .uk-search-input::placeholder {
     color: #666;
}
.blog-post-intro .uk-search .uk-search-icon {
     color: #666;
}
.blog-post-intro .uk-search .uk-search-icon:hover {
     color: #666;
}
.blog-post-intro .uk-search-default .uk-search-input {
     background-color: transparent;
     border-color: #121212;
}
.blog-post-intro .uk-search-default .uk-search-input:focus {
     background-color: rgba(0, 0, 0, 0.05);
}
.blog-post-intro .uk-search-navbar .uk-search-input {
     background-color: transparent;
}
.blog-post-intro .uk-search-large .uk-search-input {
     background-color: transparent;
}
.blog-post-intro .uk-search-toggle {
     color: #666;
}
.blog-post-intro .uk-search-toggle:hover {
     color: #121212;
}
.blog-post-intro .uk-accordion-title {
     color: #121212;
}
.blog-post-intro .uk-accordion-title:hover {
     color: #121212;
}
.blog-post-intro .uk-grid-divider > :not(.uk-first-column)::before {
     border-left-color: #121212;
}
.blog-post-intro .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
     border-top-color: #121212;
}
.blog-post-intro .uk-nav-default > li > a {
     color: #666;
}
.blog-post-intro .uk-nav-default > li > a:hover {
     color: #121212;
}
.blog-post-intro .uk-nav-default > li.uk-active > a {
     color: #121212;
}
.blog-post-intro .uk-nav-default .uk-nav-header {
     color: #121212;
}
.blog-post-intro .uk-nav-default .uk-nav-divider {
     border-top-color: #121212;
}
.blog-post-intro .uk-nav-default .uk-nav-sub a {
     color: #666;
}
.blog-post-intro .uk-nav-default .uk-nav-sub a:hover {
     color: #121212;
}
.blog-post-intro .uk-nav-default .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.blog-post-intro .uk-nav-primary > li > a {
     color: #fff;
}
.blog-post-intro .uk-nav-primary > li > a:hover {
     color: #fff;
}
.blog-post-intro .uk-nav-primary > li.uk-active > a {
     color: #fff;
}
.blog-post-intro .uk-nav-primary .uk-nav-header {
     color: #121212;
}
.blog-post-intro .uk-nav-primary .uk-nav-divider {
     border-top-color: #121212;
}
.blog-post-intro .uk-nav-primary .uk-nav-sub a {
     color: #666;
}
.blog-post-intro .uk-nav-primary .uk-nav-sub a:hover {
     color: #121212;
}
.blog-post-intro .uk-nav-primary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.blog-post-intro .uk-nav-secondary > li > a {
     color: #121212;
}
.blog-post-intro .uk-nav-secondary > li > a:hover {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.blog-post-intro .uk-nav-secondary > li.uk-active > a {
     color: #121212;
     background-color: rgba(255, 255, 255, 0.1);
}
.blog-post-intro .uk-nav-secondary .uk-nav-subtitle {
     color: #666;
}
.blog-post-intro .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
     color: #121212;
}
.blog-post-intro .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
     color: #121212;
}
.blog-post-intro .uk-nav-secondary .uk-nav-header {
     color: #121212;
}
.blog-post-intro .uk-nav-secondary .uk-nav-divider {
     border-top-color: #121212;
}
.blog-post-intro .uk-nav-secondary .uk-nav-sub a {
     color: #666;
}
.blog-post-intro .uk-nav-secondary .uk-nav-sub a:hover {
     color: #121212;
}
.blog-post-intro .uk-nav-secondary .uk-nav-sub li.uk-active > a {
     color: #121212;
}
.blog-post-intro .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
     border-top-color: #121212;
}
.blog-post-intro .uk-navbar-nav > li > a {
     color: #fff;
}
.blog-post-intro .uk-navbar-nav > li:hover > a,
.blog-post-intro .uk-navbar-nav > li > a[aria-expanded="true"] {
     color: #fff;
}
.blog-post-intro .uk-navbar-nav > li > a:active {
     color: #fff;
}
.blog-post-intro .uk-navbar-nav > li.uk-active > a {
     color: #fff;
}
.blog-post-intro .uk-navbar-item {
     color: #121212;
}
.blog-post-intro .uk-navbar-toggle {
     color: #666;
}
.blog-post-intro .uk-navbar-toggle:hover,
.blog-post-intro .uk-navbar-toggle[aria-expanded="true"] {
     color: #121212;
}
.blog-post-intro .uk-subnav > * > :first-child {
     color: #666;
}
.blog-post-intro .uk-subnav > * > a:hover {
     color: #121212;
}
.blog-post-intro .uk-subnav > .uk-active > a {
     color: #121212;
}
.blog-post-intro .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
     border-left-color: #121212;
}
.blog-post-intro .uk-subnav-pill > * > :first-child {
     background-color: transparent;
     color: #666;
}
.blog-post-intro .uk-subnav-pill > * > a:hover {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.blog-post-intro .uk-subnav-pill > * > a:active {
     background-color: rgba(255, 255, 255, 0.1);
     color: #121212;
}
.blog-post-intro .uk-subnav-pill > .uk-active > a {
     background-color: #fff;
     color: #121212;
}
.blog-post-intro .uk-subnav > .uk-disabled > a {
     color: #666;
}
.blog-post-intro .uk-breadcrumb > * > * {
     color: #666;
}
.blog-post-intro .uk-breadcrumb > * > :hover {
     color: #121212;
}
.blog-post-intro .uk-breadcrumb > :last-child > * {
     color: #121212;
}
.blog-post-intro .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
     color: #666;
}
.blog-post-intro .uk-pagination > * > * {
     color: #666;
}
.blog-post-intro .uk-pagination > * > :hover {
     color: #121212;
}
.blog-post-intro .uk-pagination > .uk-active > * {
     color: #121212;
}
.blog-post-intro .uk-pagination > .uk-disabled > * {
     color: #666;
}
.blog-post-intro .uk-tab::before {
     border-color: #121212;
}
.blog-post-intro .uk-tab > * > a {
     color: #666;
}
.blog-post-intro .uk-tab > * > a:hover {
     color: #121212;
}
.blog-post-intro .uk-tab > .uk-active > a {
     color: #121212;
     border-color: #fff;
}
.blog-post-intro .uk-tab > .uk-disabled > a {
     color: #666;
}
.blog-post-intro .uk-slidenav {
     color: rgba(18, 18, 18, 0.7);
}
.blog-post-intro .uk-slidenav:hover {
     color: rgba(18, 18, 18, 0.95);
}
.blog-post-intro .uk-slidenav:active {
     color: rgba(18, 18, 18, 0.7);
}
.blog-post-intro .uk-dotnav > * > * {
     background-color: transparent;
     border-color: rgba(18, 18, 18, 0.9);
}
.blog-post-intro .uk-dotnav > * > :hover {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.blog-post-intro .uk-dotnav > * > :active {
     background-color: rgba(18, 18, 18, 0.5);
     border-color: transparent;
}
.blog-post-intro .uk-dotnav > .uk-active > * {
     background-color: rgba(18, 18, 18, 0.9);
     border-color: transparent;
}
.blog-post-intro .uk-thumbnav > * > *::after {
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.blog-post-intro .uk-iconnav > * > a {
     color: #666;
}
.blog-post-intro .uk-iconnav > * > a:hover {
     color: #121212;
}
.blog-post-intro .uk-iconnav > .uk-active > a {
     color: #121212;
}
.blog-post-intro .uk-text-lead {
     color: #121212;
}
.blog-post-intro .uk-text-meta {
     color: #666;
}
.blog-post-intro .uk-text-muted {
     color: #666 !important;
}
.blog-post-intro .uk-text-emphasis {
     color: #121212 !important;
}
.blog-post-intro .uk-text-primary {
     color: #fff !important;
}
.blog-post-intro .uk-text-secondary {
     color: #fff !important;
}
.blog-post-intro .uk-column-divider {
     -moz-column-rule-color: #121212;
     column-rule-color: #121212;
}
.blog-post-intro .uk-logo {
     color: #121212;
}
.blog-post-intro .uk-logo:hover {
     color: #121212;
}
.blog-post-intro .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.blog-post-intro .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
     display: none;
}
.blog-post-intro .uk-logo-inverse {
     display: block;
}
.blog-post-intro .uk-table-striped > tr:nth-of-type(even):last-child,
.blog-post-intro .uk-table-striped tbody tr:nth-of-type(even):last-child {
     border-bottom-color: #121212;
}
.blog-post-intro .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.blog-post-intro .uk-open > .uk-accordion-title::before {
     background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23121212%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.blog-post-intro .tm-divider:not(.uk-light) {
     background: #121212;
}
.tm-social-share a {
     background: white;
     padding: 3px;
     text-decoration: none;
     display: inline-block;
     width: 28px;
     height: 28px;
     text-align: center;
     border: 1px solid transparent;
     transition: all 0.2s;
}
.tm-social-share a:hover {
     background: #121212;
     color: white;
     border-color: white;
}
.tm-social-share.uk-dark a {
     background: #121212;
     color: white;
}
.tm-social-share.uk-dark a:hover {
     background: white;
     color: #121212;
     border-color: #121212;
}
.social-share-section:after,
.social-share-section:before {
     content: "";
     display: block;
     position: absolute;
     width: 50%;
     height: 1px;
     left: 40px;
     top: 50%;
     background: rgba(255, 255, 255, 0.5);
}
.social-share-section:after {
     left: auto;
     right: 40px;
}
@media (max-width: 640px) {
     .social-share-section > div {
          padding: 0 10px;
     }
     .social-share-section:before {
          left: 0;
     }
     .social-share-section:after {
          right: 0;
     }
}
.social-links a:hover {
     text-decoration: none;
}
.social-links a + a {
     margin-left: 10px;
}
@-webkit-keyframes triggerelement {
     0% {
          transform: scale(1);
          margin-left: 0;
          margin-top: 0;
          z-index: 3001;
     }
     50% {
          transform: scale(5);
          margin-left: 162px;
          margin-top: 100px;
          z-index: 3001;
     }
     100% {
          transform: scale(1);
          z-index: 3001;
     }
}
@keyframes triggerelement {
     0% {
          transform: scale(1);
          margin-left: 0;
          margin-top: 0;
          z-index: 3001;
     }
     50% {
          transform: scale(5);
          margin-left: 162px;
          margin-top: 100px;
          z-index: 3001;
     }
     100% {
          transform: scale(1);
          z-index: 3001;
     }
}
@-webkit-keyframes triggerelementmobile {
     0% {
          transform: rotate(-90deg);
          left: -62px;
          top: 90px;
     }
     50% {
          transform: rotate(0);
          left: 0;
          top: 40px;
     }
     100% {
          transform: rotate(-90deg);
          left: -62px;
          top: 90px;
     }
}
@keyframes triggerelementmobile {
     0% {
          transform: rotate(-90deg);
          left: -62px;
          top: 90px;
     }
     50% {
          transform: rotate(0);
          left: 0;
          top: 40px;
     }
     100% {
          transform: rotate(-90deg);
          left: -62px;
          top: 90px;
     }
}
.gang-element-trigger {
     position: fixed;
     top: 60px;
     left: 0;
     cursor: pointer;
     margin-left: 0;
     transition: all 0.1s ease;
}
.gang-element-trigger .gang-element-trigger-small {
     z-index: 999;
}
.gang-element-trigger.gang-element--active {
     z-index: 999;
     transition: margin-left 0.3s ease-out;
}
.gang-element-trigger .gang-element-trigger-main {
     box-sizing: border-box;
     width: 80px;
     height: 50px;
     padding: 10px 0;
     position: relative;
     font-size: 0.9rem;
     line-height: 1;
     left: -2px;
     z-index: 3001;
}
.gang-element-trigger .gang-element-trigger-main em:after {
     content: "";
     display: block;
     border: 1px solid #121212;
     width: 50px;
     margin: auto;
}
.gang-element-trigger .gang-element-trigger-subsites {
     position: relative;
     left: -50%;
     margin-left: 20px;
     margin-top: -12px;
     top: 0;
     transform: rotate(-90deg) translateX(-50%);
}
.gang-element-trigger .gang-element-trigger-subsites > span {
     display: inline-block;
     line-height: 1px;
     padding: 12px 20px;
}
.gang-element-trigger .gang-element-trigger-arrow {
     width: 40px;
     height: 40px;
     position: absolute;
     left: 23px;
     top: 50px;
}
@media (max-width: 1199px) {
     .gang-element-trigger {
          top: 60px;
          position: absolute;
     }
     .gang-element-trigger .gang-element-trigger-main {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 160px;
          height: 42px;
          transform: rotate(-90deg);
          position: absolute;
          top: 90px;
          left: -62px;
          text-decoration: underline;
     }
     .gang-element-trigger .gang-element-trigger-main em:after {
          display: none;
     }
     .gang-element-trigger .gang-element-trigger-arrow {
          position: absolute;
          top: 0;
          left: 0;
     }
}
@media (min-width: 1200px) {
     .gang-element-trigger .gang-element-trigger-small {
          z-index: 1002;
     }
     .gang-element-trigger.gang-element--active {
          z-index: 1002;
          margin-left: 1202px;
          margin-right: -1198px;
     }
     .gang-element-trigger.gang-element--active .gang-element-trigger-arrow i {
          transform: rotate(180deg);
     }
}
@media (max-width: 1199px) {
     .template-fuchsandthegang_home .gang-element-trigger-main,
     .template-subsite_home .gang-element-trigger-main {
          -webkit-animation-name: triggerelementmobile;
          animation-name: triggerelementmobile;
          -webkit-animation-duration: 3s;
          animation-duration: 3s;
          -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
     }
}
@media (min-width: 1200px) {
     .template-fuchsandthegang_home .gang-element-trigger-main,
     .template-subsite_home .gang-element-trigger-main {
          -webkit-animation-name: triggerelement;
          animation-name: triggerelement;
          -webkit-animation-duration: 3s;
          animation-duration: 3s;
          -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
     }
}
#gang-element .uk-offcanvas-bar {
     width: 420px;
     overflow: visible;
}
@media (min-width: 1200px) {
     #gang-element .uk-offcanvas-bar {
          width: 1200px;
     }
}
@media (max-width: 500px) {
     #gang-element .uk-offcanvas-bar {
          width: 100%;
     }
}
@media (max-width: 1200px) {
     #gang-element .uk-offcanvas-bar .uk-offcanvas-close {
          display: block;
          width: 50%;
          position: absolute;
          right: 0;
     }
     #gang-element .uk-offcanvas-bar .uk-offcanvas-close span {
          display: inline-block;
     }
}
.gang-subsites {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     width: 100%;
     height: 100%;
     box-sizing: border-box;
}
@media (max-width: 1200px) {
     .gang-subsites {
          overflow-y: scroll !important;
          padding-top: 42px;
     }
}
@media (min-width: 1200px) {
     .gang-subsites {
          overflow: hidden;
     }
}
@media (max-width: 960px) {
     .gang-subsites {
          padding-top: 40px;
     }
}
.gang-subsite .gang-subsite-logo {
     padding: 5px;
}
.gang-subsite .gang-subsite-logo img {
     max-height: 100%;
}
.gang-subsite .gang-subsite-info h2 {
     text-transform: none;
}
@media (min-width: 1200px) {
     .gang-subsite {
          height: 100vh;
     }
     .gang-subsite .gang-subsite-image {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
     }
     .gang-subsite .gang-subsite-logo {
          z-index: 9;
          width: 100px;
          height: 100px;
     }
     .gang-subsite .gang-subsite-info {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          box-sizing: border-box;
          margin-bottom: -210px;
          transition: margin 0.3s;
     }
     .gang-subsite .gang-subsite-info ul {
          height: 160px;
          margin: 0 !important;
     }
     .gang-subsite .uk-overlay {
          opacity: 1;
          background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
     }
     .gang-subsite:hover .gang-subsite-info {
          margin-bottom: 0;
     }
     .gang-subsite:hover .uk-overlay {
          opacity: 0;
     }
}
@media (max-width: 1200px) {
     .gang-subsite .gang-subsite-logo {
          z-index: 99;
          width: 70px;
          height: 70px;
          top: auto;
          bottom: 30%;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
     }
     .gang-subsite .gang-subsite-info {
          padding-top: 80px;
     }
}
@media (max-width: 1024px) {
     .gang-subsite .gang-subsite-logo {
          bottom: 280px;
     }
     .gang-subsite .gang-subsite-logo.gang-subsite-logo-first {
          bottom: 190px;
     }
}
@media (max-width: 380px) {
     .gang-subsite .gang-subsite-logo {
          bottom: 300px;
     }
}
.tm-bg-fuchsammeer.subsite-fug,
.gang-subsite.subsite-fug .tm-bg-fuchsammeer,
.subsite-fug .gang-subsite-info,
.subsite-fug h2,
.subsite-fug a,
.gang-subsite.subsite-fug,
.tm-bg-fuchsundgret {
     background: black !important;
     color: white !important;
}
.tm-bg-fuchsammeer.subsite-fug .tm-button-line:after,
.gang-subsite.subsite-fug .tm-bg-fuchsammeer .tm-button-line:after,
.subsite-fug .gang-subsite-info .tm-button-line:after,
.subsite-fug h2 .tm-button-line:after,
.subsite-fug a .tm-button-line:after {
     background: white;
}
.features-grid > div {
     border-right: 1px solid #fff;
}
.features-grid > div.uk-grid-margin {
     border-top: 1px solid #fff;
}
@media (min-width: 960px) {
     .features-grid > div:nth-child(4n + 4) {
          border-right: 0;
     }
}
@media (max-width: 960px) {
     .features-grid > div:nth-child(2n + 2) {
          border-right: 0;
     }
}
.features-grid svg {
     display: block;
     margin-top: -10px;
     transition: all 0.3s ease;
}
.features-grid .feature-grid-title {
     transition: all 0.3s ease;
     margin-bottom: -30px;
}
.features-grid .uk-panel:hover svg {
     margin-top: 0;
}
.features-grid .uk-panel:hover .feature-grid-title {
     margin-bottom: 0px;
     transition: all 0.5s ease;
}
.tm-divider {
     height: 1px;
     background: rgba(18, 18, 18, 0.6);
     width: 100px;
}
.tm-divider.uk-light,
.tm-divider.uk-section-primary:not(.uk-preserve-color),
.tm-divider.uk-section-secondary:not(.uk-preserve-color),
.tm-divider.uk-tile-primary:not(.uk-preserve-color),
.tm-divider.uk-tile-secondary:not(.uk-preserve-color),
.tm-divider.uk-card-primary.uk-card-body,
.tm-divider.uk-card-primary > :not([class*="uk-card-media"]),
.tm-divider.uk-card-secondary.uk-card-body,
.tm-divider.uk-card-secondary > :not([class*="uk-card-media"]),
.tm-divider.uk-overlay-primary,
.tm-divider.uk-offcanvas-bar {
     background: white;
}
.tm-divider.uk-dark {
     background: #121212;
}
.tm-divider {
     background: white;
}
.uk-light .tm-divider:not(.uk-dark),
.uk-section-primary:not(.uk-preserve-color) .tm-divider:not(.uk-dark),
.uk-section-secondary:not(.uk-preserve-color) .tm-divider:not(.uk-dark),
.uk-tile-primary:not(.uk-preserve-color) .tm-divider:not(.uk-dark),
.uk-tile-secondary:not(.uk-preserve-color) .tm-divider:not(.uk-dark),
.uk-card-primary.uk-card-body .tm-divider:not(.uk-dark),
.uk-card-primary > :not([class*="uk-card-media"]) .tm-divider:not(.uk-dark),
.uk-card-secondary.uk-card-body .tm-divider:not(.uk-dark),
.uk-card-secondary > :not([class*="uk-card-media"]) .tm-divider:not(.uk-dark),
.uk-overlay-primary .tm-divider:not(.uk-dark),
.uk-offcanvas-bar .tm-divider:not(.uk-dark) {
     background: white;
}
.uk-dark .tm-divider:not(.uk-light) {
     background: #121212;
}
.uk-background-white .uk-h2,
.uk-background-white h2 {
     color: #9ab095 !important;
}
.tm-background-white .uk-h2,
.tm-background-white h2 {
     color: #9ab095 !important;
}
a .uk-icon:not(.uk-position-center) {
     position: relative;
     top: -2px;
}
@media (max-width: 960px) {
     #intro-section.uk-container-expand {
          padding: 0 !important;
     }
}
.tm-video-background {
     position: absolute;
     right: 0;
     bottom: 0;
     min-width: 100%;
     min-height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
}
.lang-switcher a {
     text-decoration: none;
}
.lang-switcher a.uk-active {
     text-decoration: underline;
}
@media (max-width: 960px) {
     .room-details {
          border: 1px solid #121212;
     }
}
@media (max-width: 1200px) {
     .tm-slider-offset-left {
          padding: 0 30px;
     }
}
.finalcleaning p {
     margin-top: 0;
}
input[type="date"] {
     color-scheme: dark;
}

.gang-subsite .tm-bg-fuchsundgretl,
.gang-element-trigger-subsites .tm-bg-fuchsundgretl {
     background: black !important;
     color: white !important;
}

