/* cacheid:ab5354ac6c5fc1a5a59d5d69776d0eba */
html {
  font-family: "Inter", "Rubik", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #141414;
  color: #c0c0c0;
  scrollbar-color: #737373 #353535;
}
html .uk-overflow-auto {
  scrollbar-width: thin;
}
body {
  margin: 0;
}
a,
.uk-link {
  color: #077e48;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #00cb6f;
  text-decoration: underline;
}
abbr[title] {
  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.75rem;
  color: #ff6c6c;
  white-space: nowrap;
}
em {
  color: #ff6c6c;
}
ins {
  background: #ffd;
  color: #c0c0c0;
  text-decoration: none;
}
mark {
  background: #ffd;
  color: #c0c0c0;
}
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 24px 0;
}
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 24px;
}
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,
.uk-heading-3xlarge {
  margin: 0 0 24px 0;
  font-family: "Inter", "Rubik", sans-serif;
  font-weight: 600;
  color: #f5f5f5;
  text-transform: none;
}
* + 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,
* + .uk-heading-3xlarge {
  margin-top: 40px;
}
h1,
.uk-h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media (min-width: 640px) {
  h1,
  .uk-h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
h2,
.uk-h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 640px) {
  h2,
  .uk-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
h3,
.uk-h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h4,
.uk-h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
h5,
.uk-h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}
h6,
.uk-h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 3rem;
  }
  h2,
  .uk-h2 {
    font-size: 2.5rem;
  }
}
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 24px 0;
  border: 0;
  border-top: 1px solid #404040;
}
* + hr,
* + .uk-hr {
  margin-top: 24px;
}
address {
  font-style: normal;
}
blockquote {
  margin: 0 0 24px 0;
  font-size: 1.125rem;
  line-height: 1.5;
  font-style: italic;
}
* + blockquote {
  margin-top: 24px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1.5;
}
pre {
  font:
    0.75rem / 1.5 Consolas,
    monaco,
    monospace;
  color: #c0c0c0;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
:focus {
  outline: none;
}
:focus-visible {
  outline: 2px dotted #f5f5f5;
}
::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: 1440px;
}
@media (max-width: 639px) {
  body {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 640px) {
  h3,
  .uk-h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  h4,
  .uk-h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h5,
  .uk-h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 960px) {
  h1,
  .uk-h1 {
    line-height: 3.5rem;
  }
  h2,
  .uk-h2 {
    line-height: 3rem;
  }
  h3,
  .uk-h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  h5,
  .uk-h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
  color: #828282;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
  color: #c0c0c0;
}
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: #9c9c9c;
}
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
  color: inherit;
  color: #f5f5f5;
}
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #077e48;
  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.5rem;
  line-height: 3rem;
}
.uk-heading-medium {
  font-size: 3rem;
  line-height: 3.5rem;
}
.uk-heading-large {
  font-size: 3.5rem;
  line-height: 4rem;
}
.uk-heading-xlarge {
  font-size: 5rem;
  line-height: 1;
}
.uk-heading-2xlarge {
  font-size: 5rem;
  line-height: 1;
}
.uk-heading-3xlarge {
  font-size: 8rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.5rem;
  }
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 5rem;
  }
  .uk-heading-xlarge {
    font-size: 5rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
  .uk-heading-3xlarge {
    font-size: 11rem;
  }
}
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 5rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
  .uk-heading-3xlarge {
    font-size: 15rem;
  }
}
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #404040;
}
.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 #404040;
}
.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 #404040;
}
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}
@media (min-width: 640px) {
  .uk-heading-small {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .uk-heading-large {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .uk-heading-medium {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .uk-heading-large {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
[class*="uk-divider"] {
  border: none;
  margin-bottom: 24px;
}
* + [class*="uk-divider"] {
  margin-top: 24px;
}
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url(/var/www/_git/Сhinim_tmpl/less/core/images/backgrounds/divider-icon.svg);
  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 #404040;
}
.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 #404040;
  vertical-align: top;
}
.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #404040;
}
.uk-list {
  padding: 0;
  list-style: none;
}
.uk-list > * {
  break-inside: avoid-column;
}
.uk-list > * > :last-child {
  margin-bottom: 0;
}
.uk-list > :nth-child(n + 2),
.uk-list > * > ul {
  margin-top: 8px;
}
.uk-list-disc,
.uk-list-circle,
.uk-list-square,
.uk-list-decimal,
.uk-list-hyphen {
  padding-left: 30px;
}
.uk-list-disc {
  list-style-type: disc;
}
.uk-list-circle {
  list-style-type: circle;
}
.uk-list-square {
  list-style-type: square;
}
.uk-list-decimal {
  list-style-type: decimal;
}
.uk-list-hyphen {
  list-style-type: "–  ";
}
.uk-list-muted > ::marker {
  color: #828282 !important;
}
.uk-list-emphasis > ::marker {
  color: #f5f5f5 !important;
}
.uk-list-primary > ::marker {
  color: #077e48 !important;
}
.uk-list-secondary > ::marker {
  color: #222 !important;
}
.uk-list-bullet > * {
  position: relative;
  padding-left: 30px;
}
.uk-list-bullet > ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23c0ff01%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: 8px;
  padding-top: 8px;
  border-top: 1px solid #404040;
}
.uk-list-striped > * {
  padding: 8px 8px;
}
.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: 24px;
}
.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: 24px;
  padding-top: 24px;
}
.uk-list-collapse.uk-list-divider > :nth-child(n + 2) {
  margin-top: 0;
  padding-top: 0;
}
.uk-list-large.uk-list-striped > * {
  padding: 24px 8px;
}
.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-accordion .uk-list-decimal > ::before {
  text-align: center;
}
@media (min-width: 640px) {
  .uk-accordion .uk-list > :nth-child(n + 2),
  .uk-accordion .uk-list > * > ul {
    margin-top: 16px;
  }
}
.uk-description-list > dt {
  color: #f5f5f5;
}
.uk-description-list > dt:nth-child(n + 2) {
  margin-top: 24px;
}
.uk-description-list-divider > dt:nth-child(n + 2) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #404040;
}
.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 24px;
}
* + .uk-table {
  margin-top: 24px;
}
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
  color: #c0c0c0;
}
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}
.uk-table td > :last-child {
  margin-bottom: 0;
}
.uk-table tfoot {
  font-size: 0.75rem;
}
.uk-table caption {
  font-size: 0.75rem;
  text-align: left;
  color: #828282;
}
.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 #404040;
}
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}
.uk-table-small 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-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: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  object-fit: scale-down;
  max-width: none;
}
.uk-icon-link {
  color: #828282;
  text-decoration: none !important;
}
.uk-icon-link:hover {
  color: #c0c0c0;
}
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #b3b3b3;
}
.uk-icon-button {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #828282;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #c0c0c0;
}
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #c0c0c0;
}
.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;
}
.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;
}
.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: #c0c0c0;
}
.uk-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #c0c0c0;
}
.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[type="date"]::-webkit-datetime-edit,
.uk-input[type="time"]::-webkit-datetime-edit,
.uk-input[type="datetime-local"]::-webkit-datetime-edit {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 16px;
  background: #202020;
  color: #f5f5f5;
  font-size: 0.875rem;
  border-radius: 8px;
  border: 1px solid #404040;
  padding: 16px;
  padding-right: 34px;
}
@media (min-width: 640px) {
  .uk-input,
  .uk-select,
  .uk-textarea {
    font-size: 16px;
    line-height: 24px;
  }
}
.uk-input:not(:disabled, .uk-form-width-xsmall):hover,
.uk-select:not(:disabled, .uk-form-width-xsmall):hover,
.uk-textarea:not(:disabled, .uk-form-width-xsmall):hover,
.uk-input:not(:disabled, .uk-form-width-xsmall):focus,
.uk-select:not(:disabled, .uk-form-width-xsmall):focus,
.uk-textarea:not(:disabled, .uk-form-width-xsmall):focus {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 33px !important;
}
.tm-label-infield .uk-input,
.tm-label-infield .uk-select,
.tm-label-infield .uk-textarea {
  padding-top: 24px;
  padding-bottom: 6px;
}
.tm-label-infield .uk-input:not(.uk-form-width-xsmall):hover,
.tm-label-infield .uk-select:not(.uk-form-width-xsmall):hover,
.tm-label-infield .uk-textarea:not(.uk-form-width-xsmall):hover,
.tm-label-infield .uk-input:not(.uk-form-width-xsmall):focus,
.tm-label-infield .uk-select:not(.uk-form-width-xsmall):focus,
.tm-label-infield .uk-textarea:not(.uk-form-width-xsmall):focus {
  padding-top: 23px;
  padding-bottom: 5px;
}
.uk-input.uk-form-width-xsmall,
.uk-select.uk-form-width-xsmall,
.uk-textarea.uk-form-width-xsmall {
  text-align: center;
  min-height: 64px;
  padding: 8px 14px;
  font-size: 40px;
  line-height: 40px;
  background-image: none;
}
.uk-input.uk-form-width-xsmall.uk-form-danger,
.uk-select.uk-form-width-xsmall.uk-form-danger,
.uk-textarea.uk-form-width-xsmall.uk-form-danger,
.uk-input.uk-form-width-xsmall.uk-form-success,
.uk-select.uk-form-width-xsmall.uk-form-success,
.uk-textarea.uk-form-width-xsmall.uk-form-success {
  background-image: none;
}
.uk-input.uk-form-width-xsmall:hover:not(.uk-form-danger),
.uk-select.uk-form-width-xsmall:hover:not(.uk-form-danger),
.uk-textarea.uk-form-width-xsmall:hover:not(.uk-form-danger),
.uk-input.uk-form-width-xsmall:focus:not(.uk-form-danger),
.uk-select.uk-form-width-xsmall:focus:not(.uk-form-danger),
.uk-textarea.uk-form-width-xsmall:focus:not(.uk-form-danger) {
  border: 2px solid #404040;
  padding: 7px 13px;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 56px;
  vertical-align: middle;
  display: inline-block;
}
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 20px;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #252525;
  color: #f5f5f5;
  border: 2px solid #5e5e5e;
}
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #202020;
  color: #5e5e5e;
  border: 1px solid #202020 !important;
}
.uk-input::placeholder {
  color: #505050;
}
.uk-textarea::placeholder {
  color: #505050;
}
.uk-form-small {
  font-size: 0.75rem;
}
.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: 30px;
}
.uk-form-large {
  font-size: 1.125rem;
}
.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: 55px;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #ff6c6c;
}
input.uk-form-danger,
input.uk-form-danger:focus {
  color: #f5f5f5;
  border: 2px solid #ff6c6c;
}
input.uk-form-danger:not(
    [type="checkbox"],
    [type="radio"],
    .uk-form-width-xsmall
  ),
input.uk-form-danger:focus:not(
    [type="checkbox"],
    [type="radio"],
    .uk-form-width-xsmall
  ) {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99613 16C12.3809 16 16 12.3791 16 8C16 3.62089 12.3731 0 7.9884 0C3.61141 0 0 3.62089 0 8C0 12.3791 3.61914 16 7.99613 16ZM7.99613 9.32302C7.53987 9.32302 7.27695 9.0677 7.26148 8.60348L7.15321 4.74275C7.13775 4.26306 7.47801 3.93037 7.9884 3.93037C8.48333 3.93037 8.84679 4.27079 8.83132 4.75048L8.70759 8.60348C8.69212 9.07543 8.43693 9.32302 7.99613 9.32302ZM7.99613 12C7.47028 12 7.03722 11.6209 7.03722 11.1103C7.03722 10.5996 7.46254 10.2205 7.99613 10.2205C8.52199 10.2205 8.94732 10.5996 8.94732 11.1103C8.94732 11.6286 8.51426 12 7.99613 12Z" fill="%23ff6c6c"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px top 18px;
  padding: 15px 33px 15px 15px;
}
.tm-label-infield
  input.uk-form-danger:not(
    [type="checkbox"],
    [type="radio"],
    .uk-form-width-xsmall
  ),
.tm-label-infield
  input.uk-form-danger:focus:not(
    [type="checkbox"],
    [type="radio"],
    .uk-form-width-xsmall
  ) {
  padding: 23px 33px 5px 15px;
}
.uk-form-danger:not(input),
.uk-form-danger:focus:not(input) {
  padding-left: 2px;
  font-size: 0.75rem;
  line-height: 20px;
  margin-top: 4px;
}
.uk-form-danger:not(input):has(.uk-input:focus, .uk-input:hover),
.uk-form-danger:focus:not(input):has(.uk-input:focus, .uk-input:hover) {
  padding-left: 15px;
}
.uk-form-success,
.uk-form-success:focus,
.tm-form-success {
  color: #077e48;
  color: #f5f5f5;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%23dcff71"/><path d="M6.81543 12.1328C7.13184 12.1328 7.4043 11.9746 7.59766 11.6934L11.5615 5.52344C11.6758 5.33887 11.7812 5.12793 11.7812 4.92578C11.7812 4.48633 11.3857 4.1875 10.9727 4.1875C10.709 4.1875 10.4629 4.3457 10.2783 4.63574L6.78027 10.2256L5.1543 8.16016C4.94336 7.87891 4.73242 7.79102 4.46875 7.79102C4.03809 7.79102 3.69531 8.14258 3.69531 8.57324C3.69531 8.78418 3.77441 8.98633 3.92383 9.1709L5.99805 11.6934C6.23535 11.9922 6.49023 12.1328 6.81543 12.1328Z" fill="%23202020"/></svg>');
  background-position: right 16px top 20px;
  background-repeat: no-repeat;
  padding-right: 34px;
  background-size: 16px;
}
.uk-form-success:hover,
.uk-form-success:focus:hover,
.uk-form-success:focus,
.uk-form-success:focus:focus {
  background-position: right 15px top 19px;
}
.uk-form-blank {
  background: none;
}
input.uk-form-width-xsmall {
  width: 54px;
}
select.uk-form-width-xsmall {
  width: 79px;
}
.uk-form-width-small {
  width: 312px;
}
.uk-form-width-medium {
  width: 394px;
}
.uk-form-width-large {
  width: 684px;
}
.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 34px;
  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%23c0c0c0%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23c0c0c0%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: #c0c0c0;
}
.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%23828282%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23828282%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%23c0c0c0%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 #c0c0c0;
  margin-right: 16px;
}
.uk-radio {
  border-radius: 50%;
}
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: transparent;
  outline: none;
}
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #077e48;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #077e48;
}
.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%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M1.53906%207.93496L5.53755%2011.7483L13.5345%201.73828%22%20stroke%3D%22%23141414%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%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: transparent;
  border-color: #9c9c9c;
}
.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%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23828282%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M1.53906%207.93496L5.53755%2011.7483L13.5345%201.73828%22%20stroke%3D%22%23141414%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%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%23828282%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-stacked .uk-form-label {
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 8px;
  }
}
@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: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #828282;
  height: 56px;
}
.uk-form-icon:hover {
  color: #c0c0c0;
}
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 44px !important;
}
.uk-form-icon-flip {
  right: 0;
  left: auto;
}
.uk-form-icon-flip ~ .uk-input {
  padding-right: 44px !important;
}
.uk-checkbox,
.uk-radio {
  border: 2px solid #737373;
  border-radius: 5px;
  height: 24px;
  width: 24px;
}
.uk-checkbox:hover,
.uk-radio:hover {
  border-color: #83905a;
}
.uk-radio {
  border-radius: 15px;
}
.uk-radio:checked:focus {
  background-color: transparent;
}
.uk-radio:checked {
  background-color: transparent;
  border-color: #077e48;
  background-size: 12px;
  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%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23c0ff01%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%228%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.uk-radio:disabled {
  border-color: #404040;
}
.uk-checkbox:not(:disabled):not(:checked):hover {
  border-color: #83905a;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M1.53906%207.93496L5.53755%2011.7483L13.5345%201.73828%22%20stroke%3D%22%23141414%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.uk-checkbox:checked {
  border-color: #077e48;
  background-color: #077e48;
  background-size: 15px;
  background-position-y: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%20fill%3D%22none%22%3E%0D%0A%20%20%20%20%3Cpath%20d%3D%22M1.53906%207.93496L5.53755%2011.7483L13.5345%201.73828%22%20stroke%3D%22%23141414%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.uk-checkbox:disabled {
  border-color: #404040;
  user-select: none;
}
.uk-input:hover,
.uk-select:hover,
.uk-textarea:hover {
  border: 2px solid #404040;
}
.uk-textarea.uk-form-large {
  padding: 16px 34px 16px 16px;
}
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input:hover,
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input:focus {
  padding-left: 43px !important;
}
.tm-offcanvas-multistep-form.uk-offcanvas-bar {
  padding: 24px;
  padding-top: 18px;
}
@media (min-width: 640px) {
  .tm-offcanvas-multistep-form.uk-offcanvas-bar {
    padding: 32px;
  }
}
.tm-offcanvas-multistep-form .uk-offcanvas-close {
  padding: 15px;
  top: 8px;
  right: 0;
}
.tm-offcanvas-multistep-form .uk-offcanvas-close svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 640px) {
  .tm-offcanvas-multistep-form .uk-offcanvas-close {
    top: 24px;
    right: 12px;
    padding: 19px;
  }
}
.tm-offcanvas-multistep-form__heading {
  margin-bottom: 18px;
}
.tm-offcanvas-multistep-form__body {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 1200px) {
  .tm-offcanvas-multistep-form__body {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.tm-offcanvas-multistep-form__progress {
  background-color: #252525;
  border-radius: 16px;
  color: #9c9c9c;
  padding: 16px;
  margin-bottom: 12px;
}
@media (min-width: 640px) {
  .tm-offcanvas-multistep-form__progress {
    padding: 24px;
  }
}
.tm-offcanvas-multistep-form__progress-steps > * {
  color: #83905a;
}
.tm-offcanvas-multistep-form__progress-steps > *.uk-active {
  color: #077e48;
}
.tm-offcanvas-multistep-form__progress-steps > *.uk-active ~ * {
  color: #9c9c9c;
}
.tm-offcanvas-multistep-form__progress-bar {
  background: #404040;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 6px;
}
@media (min-width: 640px) {
  .tm-offcanvas-multistep-form__progress-bar {
    margin-top: 8px;
  }
}
.tm-offcanvas-multistep-form__progress-bar > * {
  background: #077e48;
  height: 8px;
}
.tm-offcanvas-multistep-form__progress-bar > *.uk-active {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #077e48;
}
.tm-offcanvas-multistep-form__progress-bar > *.uk-active ~ * {
  background: #404040;
}
.tm-offcanvas-multistep-form__variants {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.tm-offcanvas-multistep-form__variants input {
  display: none;
}
.tm-offcanvas-multistep-form__variants input + span {
  color: #f5f5f5;
  cursor: pointer;
  background: #303030;
  border-radius: 21px;
  display: inline-block;
  padding: 6px 12px;
}
@media (min-width: 640px) {
  .tm-offcanvas-multistep-form__variants input + span {
    padding: 8px 16px;
  }
}
.tm-offcanvas-multistep-form__variants input + span:hover {
  background: #505050;
}
.tm-offcanvas-multistep-form__variants input:checked + span {
  color: #252e0a;
  background: #077e48;
}
.tm-offcanvas-multistep-form__footer {
  background: #202020;
  padding: 20px 24px;
  margin: 0 -24px;
  z-index: 1;
}
.tm-offcanvas-multistep-form__footer > div {
  gap: 30px;
  height: 40px;
}
.tm-offcanvas-multistep-form__footer .uk-button-primary {
  line-height: calc(2rem - 2px);
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .tm-offcanvas-multistep-form__footer .uk-button-primary {
    font-size: 0.875rem;
    line-height: calc(2.5rem - 2px);
  }
}
@media (min-width: 640px) {
  .tm-offcanvas-multistep-form__footer {
    border-radius: 0;
    margin: 0 -32px;
    padding: 32px;
  }
}
.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: 0.875rem;
  line-height: calc(2.5rem - 2px);
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid;
  border-radius: 50px;
  white-space: nowrap;
}
.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: transparent;
  color: #077e48;
  border: 1px solid #077e48;
}
.uk-button-default.tm-button-inverse {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.uk-button-default.tm-button-inverse:hover {
  background: transparent;
  border-color: #9c9c9c;
  color: #9c9c9c;
}
.uk-button-default.tm-button-inverse:active {
  background: transparent;
  border-color: #404040;
  color: #404040;
}
.uk-button-default:hover {
  border-color: #00cb6f;
}
.uk-button-default:active {
  border-color: #83905a;
}
.uk-button-default:hover {
  background-color: transparent;
  color: #00cb6f;
}
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #83905a;
}
.uk-button-primary {
  background-color: #077e48;
  color: #141414;
  border-color: #077e48;
}
.uk-button-primary.tm-button-inverse {
  background: #6046ff;
  border-color: #6046ff;
  color: #fff;
}
.uk-button-primary.tm-button-inverse:hover {
  background: #9074ff;
  border-color: #9074ff;
  color: #f5f5f5;
}
.uk-button-primary.tm-button-inverse:active {
  background: #564793;
  border-color: #564793;
  color: #f5f5f5;
}
.uk-button-primary:hover {
  border-color: #00cb6f;
}
.uk-button-primary:active {
  border-color: #83905a;
}
.uk-button-primary:hover {
  background-color: #00cb6f;
  color: #252e0a;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #83905a;
  color: #252e0a;
}
.uk-button-secondary {
  background-color: #303030;
  color: #fff;
  border-color: #303030;
}
.uk-button-secondary.tm-button-inverse {
  background: #fff;
  border-color: #fff;
  color: #141414;
}
.uk-button-secondary.tm-button-inverse:hover {
  background: #c0c0c0;
  border-color: #c0c0c0;
  color: #141414;
}
.uk-button-secondary.tm-button-inverse:active {
  background: #828282;
  border-color: #828282;
  color: #141414;
}
.uk-button-secondary:hover {
  border-color: #404040;
}
.uk-button-secondary:active {
  border-color: #252525;
}
.uk-button-secondary:hover {
  background-color: #404040;
  color: #f5f5f5;
}
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #252525;
  color: #737373;
}
.uk-button-danger {
  background-color: #ff6c6c;
  color: #fff;
}
.uk-button-danger:hover {
  background-color: #ff5353;
  color: #fff;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ff3939;
  color: #fff;
}
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #303030;
  color: #505050;
  border-color: #303030;
}
.uk-button-small {
  padding: 0 16px;
  line-height: calc(2rem - 2px);
  font-size: 0.75rem;
}
.uk-button-large {
  padding: 0 32px;
  line-height: calc(3.5rem - 2px);
  font-size: 16px;
}
.uk-button-text {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #077e48;
  border: none;
  font-size: 16px;
}
.uk-button-text:hover {
  color: #00cb6f;
}
.uk-button-text:disabled {
  color: #828282;
}
.uk-button-link {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #077e48;
  font-size: 16px;
  border: none;
}
.uk-button-link:hover {
  text-decoration: underline;
}
.uk-button-link:hover {
  color: #00cb6f;
  text-decoration: none;
}
.uk-button-link:disabled {
  color: #828282;
  text-decoration: none;
}
.uk-button-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.uk-progress {
  vertical-align: baseline;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 24px;
  height: 15px;
}
* + .uk-progress {
  margin-top: 24px;
}
.uk-progress::-webkit-progress-bar {
  background-color: transparent;
}
.uk-progress::-webkit-progress-value {
  background-color: #077e48;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #077e48;
  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: 72px;
    padding-bottom: 72px;
  }
}
.uk-section > :last-child {
  margin-bottom: 0;
}
.uk-section-xsmall {
  padding-top: 24px;
  padding-bottom: 24px;
}
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-section-large {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.uk-section-xlarge {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}
.uk-section-default {
  --uk-inverse: dark;
  background: #141414;
}
.uk-section-muted {
  --uk-inverse: dark;
  background: #f8f8f8;
}
.uk-section-primary {
  --uk-inverse: light;
  background: #077e48;
}
.uk-section-secondary {
  --uk-inverse: light;
  background: #222;
}
@media (min-width: 1200px) {
  .uk-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .uk-section-large {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .uk-section-xlarge {
    padding-top: 208px;
    padding-bottom: 208px;
  }
}
.uk-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 640px) {
  .uk-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 960px) {
  .uk-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.uk-container > :last-child {
  margin-bottom: 0;
}
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}
.uk-container-xsmall {
  max-width: 800px;
}
.uk-container-small {
  max-width: 960px;
}
.uk-container-large {
  max-width: 1440px;
}
.uk-container-xlarge {
  max-width: 1800px;
}
.uk-container-expand {
  max-width: none;
}
.uk-container-expand-left {
  margin-left: 0;
}
.uk-container-expand-right {
  margin-right: 0;
}
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (800px / 2) - 32px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (960px / 2) - 32px);
  }
}
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 48px);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (800px / 2) - 48px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (960px / 2) - 48px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1440px / 2) - 48px);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1800px / 2) - 48px);
  }
}
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 24px);
}
.uk-container-item-padding-remove-left {
  margin-left: -24px;
}
.uk-container-item-padding-remove-right {
  margin-right: -24px;
}
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 32px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -32px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -32px;
  }
}
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 48px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -48px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -48px;
  }
}
.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: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.uk-tile > :last-child {
  margin-bottom: 0;
}
.uk-tile-xsmall {
  padding-top: 24px;
  padding-bottom: 24px;
}
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-tile-large {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}
.uk-tile-xlarge {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 216px;
    padding-bottom: 216px;
  }
}
.uk-tile-default {
  --uk-inverse: dark;
  background-color: #141414;
}
.uk-tile-muted {
  --uk-inverse: dark;
  background-color: #f8f8f8;
}
.uk-tile-primary {
  --uk-inverse: light;
  background-color: #077e48;
}
.uk-tile-secondary {
  --uk-inverse: light;
  background-color: #222;
}
.uk-card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
}
.uk-card-body {
  display: flow-root;
  padding: 32px 32px;
}
.uk-card-header {
  display: flow-root;
  padding: 16px 32px;
}
.uk-card-footer {
  display: flow-root;
  padding: 16px 32px;
}
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 12px 24px;
  }
  .uk-card-footer {
    padding: 12px 24px;
  }
}
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}
.uk-card-media-top,
.uk-grid-stack > .uk-card-media-left,
.uk-grid-stack > .uk-card-media-right {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.uk-card-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .uk-card-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.uk-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  height: 24px;
  padding: 0 24px;
  background: #6046ff;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 12px;
}
.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: #f8f8f8;
}
.uk-card-default {
  --uk-inverse: dark;
  background-color: #202020;
  color: #c0c0c0;
}
.uk-card-default .uk-card-title {
  color: #f5f5f5;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #131313;
}
.uk-card-primary {
  --uk-inverse: light;
  background-color: #077e48;
  color: #141414;
}
.uk-card-primary .uk-card-title {
  color: #141414;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #ade700;
}
.uk-card-secondary {
  --uk-inverse: light;
  background-color: #9074ff;
  color: #141414;
}
.uk-card-secondary .uk-card-title {
  color: #141414;
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #7c5aff;
}
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 24px 24px;
}
.uk-card-small .uk-card-header {
  padding: 16px 24px;
}
.uk-card-small .uk-card-footer {
  padding: 16px 24px;
}
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 72px 72px;
  }
  .uk-card-large .uk-card-header {
    padding: 24px 48px;
  }
  .uk-card-large .uk-card-footer {
    padding: 24px 48px;
  }
}
.uk-close {
  color: #9c9c9c;
}
.uk-close:hover {
  color: #c0c0c0;
}
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}
@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}
@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
.uk-totop {
  padding: 5px;
  color: #828282;
}
.uk-totop:hover {
  color: #c0c0c0;
}
.uk-totop:active {
  color: #f5f5f5;
}
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
}
.uk-marker:hover {
  color: #fff;
}
.uk-alert {
  position: relative;
  margin-bottom: 24px;
  padding: 24px 64px 24px 24px;
  background: #353535;
  color: #c0c0c0;
  border-radius: 8px;
}
.uk-alert .uk-text-emphasis,
.uk-alert a {
  color: inherit !important;
  font-weight: 600;
}
.uk-alert a {
  text-decoration: underline;
}
* + .uk-alert {
  margin-top: 24px;
}
.uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-alert-close {
  position: absolute;
  top: 29px;
  right: 24px;
  color: #141414;
}
.uk-alert:not([class*="uk-alert-"]) .uk-alert-close {
  color: #c0c0c0;
}
.uk-alert-close > svg {
  width: 16px;
  height: 16px;
}
.uk-alert-close:first-child + * {
  margin-top: 0;
}
.uk-alert-close:hover {
  color: #353535;
}
.uk-alert-primary {
  background: #9bd3f2;
  color: #121e40;
}
.uk-alert-success {
  background: #00cb6f;
  color: #252e0a;
}
.uk-alert-warning {
  background: #fb5;
  color: #411c0d;
}
.uk-alert-danger {
  background: #ff6c6c;
  color: #44040f;
}
.uk-placeholder {
  margin-bottom: 24px;
  padding: 32px 32px;
  background: #f8f8f8;
}
* + .uk-placeholder {
  margin-top: 24px;
}
.uk-placeholder > :last-child {
  margin-bottom: 0;
}
.uk-badge {
  box-sizing: border-box;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 500px;
  vertical-align: middle;
  background: #077e48;
  color: #141414 !important;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-weight: 600;
}
.uk-badge:hover {
  text-decoration: none;
}
.uk-label {
  display: inline-block;
  padding: 0 24px;
  background: #202020;
  line-height: 32px;
  font-size: 0.875rem;
  color: #141414;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 30px;
}
.uk-label > * {
  white-space: normal;
}
.uk-label[class*="tm-background"],
.uk-label[class*="label-success"],
.uk-label[class*="label-danger"],
.uk-label[class*="label-warning"] {
  color: #141414;
  border: none;
}
.uk-label .uk-icon {
  width: 16px;
  height: 16px;
  color: #141414;
  margin-left: 4px;
}
.uk-label.tm-background-gray-800 {
  color: #9074ff;
}
.uk-label.tm-background-purple .uk-icon {
  color: #6046ff;
}
.uk-label.tm-background-purple-300 .uk-icon {
  color: #564793;
}
.uk-label.tm-background-purple,
.uk-label.tm-label-bordered,
.uk-label.tm-background-purple-300 {
  color: #fff;
}
.uk-label-success {
  background-color: #077e48;
  color: #141414;
}
.uk-label-warning {
  background-color: #fb5;
  color: #141414;
}
.uk-label-danger {
  background-color: #ff6c6c;
  color: #141414;
}
.uk-overlay {
  padding: 32px 32px;
}
.uk-overlay > :last-child {
  margin-bottom: 0;
}
.uk-overlay-default {
  --uk-inverse: dark;
  background: rgba(20, 20, 20, 0.8);
}
.uk-overlay-primary {
  --uk-inverse: light;
  background: rgba(34, 34, 34, 0.8);
}
.uk-article {
  display: flow-root;
}
.uk-article > :last-child {
  margin-bottom: 0;
}
.uk-article + .uk-article {
  margin-top: 72px;
}
.uk-article-title {
  font-size: 2.2313rem;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}
.uk-article-meta {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #828282;
}
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.uk-comment-header {
  display: flow-root;
  margin-bottom: 24px;
}
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}
.uk-comment-title {
  font-size: 1.125rem;
  line-height: 1.4;
}
.uk-comment-meta {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #828282;
}
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list > :nth-child(n + 2) {
  margin-top: 72px;
}
.uk-comment-list .uk-comment ~ ul {
  margin: 72px 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: 72px;
}
.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: #f5f5f5;
  border: 1px solid #404040;
  border-radius: 8px;
  line-height: 1.5rem;
  padding: 16px;
}
.uk-search-input:focus {
  outline: none;
}
.uk-search-input::placeholder {
  color: #9c9c9c;
}
.uk-search .uk-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #828282;
  height: 56px;
}
.uk-search .uk-search-icon:hover {
  color: #828282;
}
.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: 56px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f8f8f8;
}
.uk-search-default .uk-search-input:focus {
  background-color: #f3f3f3;
}
.uk-search-default .uk-search-icon {
  padding-left: 10px;
  padding-right: 10px;
}
.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip))
  .uk-search-input {
  padding-left: 40px;
}
.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 40px;
}
.uk-search-navbar {
  width: 240px;
}
.uk-search-navbar .uk-search-input {
  height: 56px;
  padding-left: 10px;
  padding-right: 10px;
  background: #141414;
}
.uk-search-navbar .uk-search-input:focus {
  background-color: #111;
}
.uk-search-navbar .uk-search-icon {
  padding-left: 10px;
  padding-right: 10px;
}
.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip))
  .uk-search-input {
  padding-left: 40px;
}
.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 40px;
}
.uk-search-medium {
  width: 394px;
}
.uk-search-medium .uk-search-input {
  height: 56px;
  padding-left: 12px;
  padding-right: 12px;
  background: #202020;
  font-size: 1rem;
}
.uk-search-medium .uk-search-input:focus {
  background-color: #1b1b1b;
}
.uk-search-medium .uk-search-icon {
  padding-left: 12px;
  padding-right: 12px;
}
.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip))
  .uk-search-input {
  padding-left: 58px;
}
.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 58px;
}
.uk-search-large {
  width: 500px;
}
.uk-search-large .uk-search-input {
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background: #f8f8f8;
  font-size: 2.625rem;
}
.uk-search-large .uk-search-input:focus {
  background-color: #1b1b1b;
}
.uk-search-large .uk-search-icon {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip))
  .uk-search-input {
  padding-left: 80px;
}
.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 80px;
}
.uk-search-toggle {
  color: #828282;
}
.uk-search-toggle:hover {
  color: #c0c0c0;
}
.uk-search .uk-search-icon {
  left: 16px;
}
.uk-search .uk-search-icon-flip {
  right: 16px;
  left: auto;
}
.uk-search-input:not(:disabled):hover,
.uk-search-input:not(:disabled):focus {
  border: 2px solid #404040;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.uk-search-input:not(:disabled):focus {
  background: #252525;
}
.uk-accordion {
  padding: 0;
  list-style: none;
}
.uk-accordion > :nth-child(n + 2) {
  margin-top: 0;
}
.uk-accordion-title {
  display: block;
  font-size: 1rem;
  color: #f5f5f5;
  font-weight: 500;
  position: relative;
  padding-right: 32px;
  line-height: 1.5rem;
}
.uk-accordion-title::before {
  content: "";
  width: 19px;
  height: 100%;
  background-size: 19px;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M9.00002 9.7793L0.00717943 2.69102L1.49286 0.806147L9.00002 6.72339L16.5072 0.806149L17.9929 2.69102L9.00002 9.7793Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tm-footer-section .uk-accordion-title {
  font-weight: 600;
  padding-right: 39px;
}
.tm-footer-section .uk-accordion-title::before {
  top: 25%;
  content: "";
  width: 13px;
  height: 13px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.5%207.50098C6.75648%207.49413%206.99098%207.40509%207.18151%207.21331L12.7508%201.88454C12.9121%201.73385%2013%201.54207%2013%201.31605C13%200.86399%2012.6189%200.500977%2012.1353%200.500977C11.9008%200.500977%2011.6736%200.590018%2011.5051%200.747552L6.50733%205.54892L1.49493%200.747552C1.32638%200.596867%201.10654%200.500977%200.864713%200.500977C0.38106%200.500977%200%200.86399%200%201.31605C0%201.54207%200.0879369%201.73385%200.249154%201.88454L5.82582%207.21331C6.02368%207.40509%206.24352%207.50098%206.5%207.50098Z%22%20fill%3D%22%23C0C0C0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
@media (min-width: 640px) {
  .tm-footer-section .uk-accordion-title {
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  .uk-accordion-title {
    font-size: 1.125rem;
  }
}
.uk-accordion-title:hover {
  color: #fff;
  text-decoration: none;
}
.uk-accordion-content {
  display: flow-root;
  margin-top: 16px;
  color: #9c9c9c;
  padding-right: 32px;
}
.tm-footer-section .uk-accordion-content {
  font-size: 0.875rem;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 0;
  margin-top: 16px;
}
.tm-footer-section .uk-accordion-content .uk-nav > li:not(:first-child) {
  margin-top: 16px;
}
.tm-footer-section .uk-accordion-content .uk-nav > li:last-child {
  margin-bottom: 8px;
}
.tm-footer-section .uk-accordion-content .uk-nav > li > a {
  color: #9c9c9c;
}
.tm-footer-section .uk-accordion-content .uk-nav > li > a:hover {
  color: #c0c0c0;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
.uk-accordion > li {
  padding: 16px 0;
  border-bottom: 1px solid #404040;
}
.uk-accordion > li:last-child {
  border-bottom: none;
}
.uk-accordion > li.uk-open .uk-accordion-title:before {
  transform: rotate(180deg);
}
.tm-footer-section .uk-accordion > li {
  padding-right: 0;
}
.tm-footer-section .uk-accordion > li:first-child {
  border-top: 1px solid #404040;
}
@media (min-width: 640px) {
  .uk-accordion.tm-accordion-large .uk-accordion > li {
    padding: 32px 0;
  }
  .uk-accordion.tm-accordion-large .uk-accordion-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
  }
  .uk-accordion.tm-accordion-large .uk-accordion-title::before {
    width: 24px;
    background-size: 24px;
  }
}
.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 24px;
  --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-dropdown-large {
  border-radius: 16px;
}
.uk-drop-close {
  position: absolute;
  padding: 13px;
  top: 0;
  right: 0;
  color: #f5f5f5;
  z-index: 1000;
}
.uk-dropdown-large .uk-drop-close {
  padding: 19px;
}
.uk-dropdown-large .uk-drop-close svg {
  width: 18px;
  height: 18px;
}
.uk-drop-close svg {
  color: #9c9c9c;
}
.uk-drop-close svg line {
  stroke-width: 2;
}
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  --uk-inverse: dark;
  width: auto;
  padding: 15px 15px 15px 15px;
  background: #1b1b1b;
  color: #c0c0c0;
}
.uk-dropbar > :last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.uk-dropbar :focus-visible {
  outline-color: #f5f5f5 !important;
}
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.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;
  backdrop-filter: blur(10px);
}
@media (max-width: 639px) {
  .uk-modal {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 32px;
  }
}
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.uk-modal.uk-open {
  opacity: 1;
}
.uk-modal-page {
  overflow: hidden;
}
.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100vw;
  max-width: 100% !important;
  background: #141414;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
  background: #202020;
  border-radius: 8px 8px 0 0;
  transform: translateY(100%);
}
@media (min-width: 640px) {
  .uk-modal-dialog {
    width: 560px;
    border-radius: 16px;
    transform: translateY(-100px);
  }
}
.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: 24px 24px;
}
.uk-modal-header {
  display: flow-root;
  padding: 24px 16px;
  background: #303030;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-right: 40px;
}
@media (min-width: 640px) {
  .uk-modal-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.uk-modal-footer {
  display: flow-root;
  padding: 24px 16px;
  background: #303030;
}
@media (min-width: 640px) {
  .uk-modal-footer {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 48px 40px;
  }
  .uk-modal-header {
    padding: 16px 32px;
  }
  .uk-modal-footer {
    padding: 16px 32px;
  }
}
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}
.uk-modal-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #f5f5f5;
  font-weight: 600;
  padding-right: 16px;
}
@media (min-width: 640px) {
  .uk-modal-title {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-right: 0;
  }
}
[class*="uk-modal-close-"] {
  position: absolute;
  z-index: 1010;
  top: 0;
  right: 0;
  padding: 12px;
  top: 16px;
  right: 4px;
  color: #9c9c9c;
}
[class*="uk-modal-close-"] svg {
  width: 16px;
  height: 16px;
}
[class*="uk-modal-close-"] svg > line {
  stroke-width: 2;
}
@media (min-width: 640px) {
  [class*="uk-modal-close-"] {
    top: 0;
    right: 0;
    padding: 19px;
  }
  [class*="uk-modal-close-"] > svg {
    width: 18px;
    height: 18px;
  }
}
[class*="uk-modal-close-"]:first-child + * {
  margin-top: 0;
}
.uk-modal-close-outside {
  top: 0;
  right: -12px;
  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%);
  }
}
#login-form-modal {
  color: #999898;
}
#login-form-modal .tm-margin-30-top {
  margin-top: 30px !important;
}
#login-form-modal .tm-margin-30 {
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  #login-form-modal {
    padding: 0;
  }
}
@media (min-width: 640px) {
  #login-form-modal .uk-width-medium\@s {
    width: 300px;
  }
}
#login-form-modal .uk-modal-dialog {
  width: 100vw;
  background: #212124;
  border-radius: 30px 30px 0 0;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  margin-top: auto;
}
@media (min-width: 640px) {
  #login-form-modal .uk-modal-dialog {
    border-radius: 30px;
    font-size: 16px;
    margin: auto;
    width: 584px;
  }
}
#login-form-modal .uk-modal-body {
  padding: 18px 20px 40px;
}
@media (min-width: 640px) {
  #login-form-modal .uk-modal-body {
    padding: 40px 50px;
  }
}
#login-form-modal [class*="uk-modal-close-"] {
  top: 15px;
  right: 15px;
  padding: 5px;
}
#login-form-modal [class*="uk-modal-close-"] svg {
  width: 18px;
  height: 18px;
}
#login-form-modal [class*="uk-modal-close-"] svg > line {
  stroke-width: 1;
}
#login-form-modal .uk-modal-title {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  margin-bottom: 22px;
  padding-right: 25px;
}
@media (min-width: 640px) {
  #login-form-modal .uk-modal-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
#login-form-modal .uk-grid {
  margin-left: -20px;
}
#login-form-modal .uk-grid > * {
  padding-left: 20px;
}
#login-form-modal .uk-grid + .uk-grid,
#login-form-modal .uk-grid > .uk-grid-margin,
#login-form-modal * + .uk-grid-margin {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #login-form-modal .uk-grid {
    margin-left: -20px;
  }
  #login-form-modal .uk-grid > * {
    padding-left: 20px;
  }
  #login-form-modal .uk-grid + .uk-grid,
  #login-form-modal .uk-grid > .uk-grid-margin,
  #login-form-modal * + .uk-grid-margin {
    margin-top: 20px;
  }
}
#login-form-modal .tm-grid-otp {
  margin-left: -8px;
}
#login-form-modal .tm-grid-otp > * {
  padding-left: 8px;
}
#login-form-modal .tm-input-sub {
  font-size: 14px;
  color: #6d7175;
  line-height: 1.4;
  margin-top: 6px;
}
#login-form-modal .uk-button {
  text-transform: uppercase;
  line-height: 50px;
  font-size: 12.25px;
  padding: 0 27px;
  border-radius: 28px;
  white-space: nowrap;
}
@media (min-width: 960px) {
  #login-form-modal .uk-button {
    line-height: 56px;
    font-size: 14px;
  }
}
#login-form-modal .uk-button-link {
  padding: 0;
  line-height: 1.5;
  color: #077e48;
  font-size: inherit;
  font-weight: 400;
  border: none;
  text-transform: none;
}
#login-form-modal .uk-button-link:hover {
  text-decoration: none;
  color: #00cb6f;
}
#login-form-modal .uk-button-text {
  padding: 0;
}
#login-form-modal label {
  color: #fff;
  display: inline-block;
  font-size: inherit;
  margin-bottom: 5px;
}
#login-form-modal .uk-input {
  padding: 0 18px;
  height: 56px;
  background: #191a1b;
  color: #fff;
  border-radius: 16px;
  border: 1px solid #313233;
}
#login-form-modal input.uk-form-width-xsmall {
  width: 56px;
  min-height: 56px;
  font-size: 14px;
}
#login-form-modal .uk-input:focus,
#login-form-modal .uk-input:not(:disabled):hover {
  border-color: #00cb6f;
}
#login-form-modal .tm-form-success {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 11.1905L8 15L16 5" stroke="%23c0ff01" stroke-width="2"/></svg>');
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 43px;
  padding-left: 18px;
  border-left-width: 1px;
}
#login-form-modal input.uk-form-danger {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 4V13.1553M10 14.3548V16" stroke="%23e97272" stroke-width="1.7"/><circle cx="10" cy="10" r="9.5" stroke="%23e97272"/></svg>');
  background-position: right 18px center;
  background-repeat: no-repeat;
  border: 2px solid #e97272;
  padding-left: 17px;
  padding-right: 43px;
}
#login-form-modal
  div.uk-form-danger:not([style^="display: none"])
  ~ .tm-input-sub {
  display: none;
}
#login-form-modal .uk-form-danger:not(input) {
  color: #e97272;
  padding-left: 0;
  border: none;
  background-image: none;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
}
.uk-slideshow {
  -webkit-tap-highlight-color: transparent;
}
.uk-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}
.uk-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
}
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}
.uk-slider {
  -webkit-tap-highlight-color: transparent;
}
.uk-slider-container {
  overflow: hidden;
  overflow: clip;
}
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}
.uk-slider-items {
  will-change: transform;
  position: relative;
  touch-action: pan-y;
}
.uk-slider-items:not(.uk-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}
.uk-slider-items > * {
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.uk-sticky {
  position: relative;
  z-index: 980;
  box-sizing: border-box;
}
.uk-sticky-fixed {
  margin: 0 !important;
}
.uk-sticky[class*="uk-animation-"] {
  animation-duration: 0.2s;
}
.uk-sticky.uk-animation-reverse {
  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 {
  --uk-inverse: light;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -450px;
  box-sizing: border-box;
  width: 450px;
  padding: 18px 24px;
  background: #1b1b1b;
  overflow-y: auto;
  overflow-x: hidden;
  color: #c0c0c0;
}
.tm-offcanvas-menu .uk-offcanvas-bar {
  padding: 64px 48px 32px;
}
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -450px;
    width: 450px;
    padding: 32px 32px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -450px;
}
@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -450px;
  }
}
.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: 450px;
}
@media (min-width: 640px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 450px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  padding: 15px;
  color: #9c9c9c;
}
.tm-offcanvas-menu .uk-offcanvas-close {
  top: 0;
  right: 0;
  padding: 15px;
}
.uk-offcanvas-close svg {
  width: 18px;
  height: 18px;
}
.uk-offcanvas-close svg > line {
  stroke-width: 1.7;
}
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 0;
    right: 0;
  }
}
.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.5);
  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: 450px;
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -450px;
}
@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 450px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -450px;
  }
}
.uk-offcanvas-bar:has(.hp-fps-table) {
  width: 880px;
}
.uk-offcanvas-page > body {
  overflow-y: hidden;
}
.uk-offcanvas-close {
  top: 8px;
}
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 24px;
    right: 12px;
    padding: 19px;
  }
}
.tm-offcanvas-subscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #1b1b1b;
  padding: 64px 48px 32px;
}
@media (min-width: 640px) {
  .tm-offcanvas-subscreen {
    padding: 32px;
  }
}
.tm-offcanvas-menu .tm-offcanvas-subscreen {
  padding-top: 64px;
}
.tm-offcanvas-subscreen__back {
  height: 16px;
  color: #f5f5f5;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 960px) {
  .tm-offcanvas-subscreen__back {
    height: 28px;
  }
}
.tm-offcanvas-menu .tm-offcanvas-subscreen__back {
  color: #9c9c9c;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  padding: 11px;
  line-height: 1rem;
  border: none;
}
.tm-offcanvas-subscreen__back svg {
  width: 10px;
  height: 18px;
}
@media (min-width: 960px) {
  .tm-offcanvas-subscreen__back svg {
    width: 14px;
    height: 24px;
  }
}
.tm-offcanvas-menu .tm-offcanvas-subscreen__back svg {
  width: 26px;
  height: 26px;
}
.tm-offcanvas-menu .tm-offcanvas-subscreen__back svg polyline {
  stroke-width: 1.7;
}
.uk-offcanvas-overlay {
  backdrop-filter: blur(16px);
}
.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: 16px;
  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: 320px;
}
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}
.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -160px;
}
.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: 16px;
  background: #303030;
  color: #c0c0c0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  cursor: pointer;
  padding: 16px 24px;
  padding-right: calc(72px);
  border-radius: 8px;
}
* + .uk-notification-message {
  margin-top: 10px;
}
.uk-notification-close {
  display: none;
  position: absolute;
  top: 16px;
  right: 24px;
  display: block;
}
.uk-notification-close svg {
  padding: 3px;
  width: 24px;
  height: 24px;
  color: #9c9c9c;
}
.uk-notification-message-success .uk-notification-close svg {
  color: #141414;
}
.uk-notification-close svg > line {
  stroke-width: 1.5px;
}
.uk-notification-compare-center .uk-notification-close {
  display: none !important;
}
.uk-notification-message:hover .uk-notification-close {
  display: block;
}
.uk-notification-message-primary {
  color: #077e48;
}
.uk-notification-message-success {
  color: #077e48;
  background: #077e48;
  color: #141414;
}
.uk-notification-message-warning {
  color: #fb5;
}
.uk-notification-message-danger {
  color: #ff6c6c;
}
.uk-notification-compare-center {
  transform: translate(-50%);
  left: 50%;
  width: 760px;
  max-width: 100%;
}
.uk-notification-compare-center svg {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.uk-notification-compare-center .uk-notification-message {
  padding: 16px;
  line-height: 1.5rem;
  margin: 0 24px;
}
@media (min-width: 640px) {
  .uk-notification-compare-center .uk-notification-message {
    padding: 16px 24px;
  }
}
.uk-notification-compare-center .uk-modal-close svg > path {
  color: #9c9c9c;
  stroke-width: 1.5px;
}
.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-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;
}
.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: -8px;
}
.uk-iconnav > * {
  padding-left: 8px;
}
.uk-iconnav > * > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  line-height: 0;
  color: #828282;
  text-decoration: none;
}
.uk-iconnav > * > a:hover {
  color: #c0c0c0;
}
.uk-iconnav > .uk-active > a {
  color: #c0c0c0;
}
.uk-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -8px;
}
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 8px;
}
.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: -32px;
}
.uk-grid > * {
  padding-left: 32px;
}
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 32px;
}
@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: -16px;
}
.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 16px;
}
.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: 16px;
}
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -32px;
}
.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 32px;
}
.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: 32px;
}
.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: -72px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 72px;
  }
  .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: 72px;
  }
}
.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 #404040;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #404040;
}
.uk-grid-divider {
  margin-left: -64px;
}
.uk-grid-divider > * {
  padding-left: 64px;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  left: 32px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 64px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
  left: 64px;
}
@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: -32px;
}
.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 32px;
}
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 16px;
}
.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: 32px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -16px;
  left: 32px;
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -16px;
}
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 32px;
}
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -64px;
}
.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 64px;
}
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 32px;
}
.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: 64px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
  left: 64px;
}
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -32px;
}
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 64px;
}
.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: -144px;
  }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 144px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 72px;
  }
  .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: 144px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -72px;
    left: 144px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -72px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack
    > .uk-grid-margin::before {
    left: 144px;
  }
}
.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;
  column-gap: 0.25em;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 0 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: 0 0;
  text-transform: none;
  font-size: 0.875rem;
  margin-bottom: 16px;
  line-height: 1.5rem;
  font-weight: 600;
}
.uk-nav-header:not(:first-child) {
  margin-top: 24px;
}
.uk-nav .uk-nav-divider {
  margin: 5px 0;
}
.uk-nav-default {
  font-size: 16px;
  line-height: 1.5rem;
}
.uk-nav-default > li:not(:first-child) {
  margin-top: 24px;
}
.uk-nav-default > li > a {
  color: #f5f5f5;
}
.uk-nav-default > li > a:hover {
  color: #fff;
}
.uk-nav-default > li.uk-active > a {
  color: #f5f5f5;
}
.uk-nav-default .uk-nav-subtitle {
  font-size: 0.75rem;
}
.uk-nav-default .uk-nav-header {
  color: #f5f5f5;
}
.uk-nav-default .uk-nav-header:hover {
  color: #fff;
}
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #404040;
}
.uk-nav-default .uk-nav-sub {
  font-size: 16px;
  line-height: 1.5rem;
}
.uk-nav-default .uk-nav-sub a {
  color: #828282;
}
.uk-nav-default .uk-nav-sub a:hover {
  color: #c0c0c0;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #f5f5f5;
}
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 2rem;
}
.uk-nav-primary > li:not(:first-child) {
  margin-top: 12px;
}
.uk-navbar-dropdown-nav.uk-nav-primary > li:not(:first-child) {
  margin-top: 16px;
}
.uk-nav-primary > li > a {
  color: #e8e8e8;
  font-weight: 600;
  width: fit-content;
}
.uk-navbar-dropdown-nav.uk-nav-primary > li > a {
  font-weight: 400;
}
.uk-nav-primary > li > a:hover {
  color: #fff;
}
.uk-nav-primary > li.uk-active > a {
  color: #077e48;
}
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.125rem;
}
.uk-nav-primary .uk-nav-header {
  color: #737373;
  line-height: 1.25rem;
  font-weight: 400;
}
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #404040;
}
.uk-nav-primary .uk-nav-sub {
  font-size: 1.125rem;
  line-height: 1.5;
}
.uk-nav-primary .uk-nav-sub a {
  color: #828282;
}
.uk-nav-primary .uk-nav-sub a:hover {
  color: #c0c0c0;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #f5f5f5;
}
.uk-nav-secondary {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.uk-nav-secondary > li:not(:first-child) {
  margin-top: 12px;
}
.uk-nav-secondary > li > a {
  color: #9c9c9c;
  width: fit-content;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.uk-nav-secondary > li > a:hover {
  color: #c0c0c0;
}
.uk-nav-secondary > li.uk-active > a {
  color: #f5f5f5;
}
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.75rem;
  color: #828282;
}
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #c0c0c0;
}
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #f5f5f5;
}
.uk-nav-secondary .uk-nav-header {
  color: #f5f5f5;
}
.uk-nav-secondary .uk-nav-header > a {
  color: inherit;
}
.uk-nav-secondary .uk-nav-header > a:hover {
  color: #fff;
}
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #404040;
}
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.75rem;
  line-height: 1.5;
}
.uk-nav-secondary .uk-nav-sub a {
  color: #828282;
}
.uk-nav-secondary .uk-nav-sub a:hover {
  color: #c0c0c0;
}
.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #f5f5f5;
}
.uk-nav-medium {
  font-size: 2.8875rem;
  line-height: 1;
}
.uk-nav-large {
  font-size: 3.4rem;
  line-height: 1;
}
.uk-nav-xlarge {
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .uk-nav-medium {
    font-size: 3.5rem;
  }
  .uk-nav-large {
    font-size: 4rem;
  }
  .uk-nav-xlarge {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .uk-nav-medium {
    font-size: 4rem;
  }
  .uk-nav-large {
    font-size: 6rem;
  }
  .uk-nav-xlarge {
    font-size: 8rem;
  }
}
.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 #404040;
}
.uk-nav li > a {
  column-gap: unset;
}
.uk-nav + .uk-nav {
  margin-top: 40px;
}
.tm-nav-language-list {
  max-width: 152px;
}
.tm-nav-language-list > li > a {
  color: #f5f5f5;
  border-radius: 4px;
}
.tm-nav-language-list > li > a:hover {
  background: #303030;
}
.tm-offcanvas-subscreen .tm-nav-language-list > li > a:hover {
  background: transparent;
}
.tm-nav-language-list > li > a img {
  border-radius: 2px;
}
@media (min-width: 1200px) {
  .tm-nav-language-list > li > a img {
    width: 24px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .tm-nav-language-list > li > a {
    padding: 8px 12px;
    padding-right: 56px;
  }
}
.tm-nav-language-list > li:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .tm-nav-language-list > li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.uk-navbar {
  display: flex;
  position: relative;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #141414;
}
.uk-navbar-left,
.uk-navbar-right,
[class*="uk-navbar-center"] {
  display: flex;
  gap: 24px;
  align-items: center;
}
.uk-navbar-right {
  margin-left: auto;
}
.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990;
}
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}
.uk-navbar-center-left {
  right: calc(100% + 24px);
}
.uk-navbar-center-right {
  left: calc(100% + 24px);
}
[class*="uk-navbar-center-"] {
  width: max-content;
  box-sizing: border-box;
}
.uk-navbar-nav {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 32px;
  font-size: 0.875rem;
  font-family: "Inter", "Rubik", sans-serif;
  text-decoration: none;
}
.uk-navbar-nav > li > a {
  padding: 0 8px;
  color: #f5f5f5;
  font-size: 0.875rem;
  line-height: 24px;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #fff;
}
.uk-navbar-nav > li > a:active {
  color: #f5f5f5;
}
.uk-navbar-nav > li.uk-active > a {
  color: #077e48;
}
.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 15px;
  color: #c0c0c0;
}
.uk-navbar-item > :last-child {
  margin-bottom: 0;
}
.uk-navbar-toggle {
  padding: 0 15px;
  color: #828282;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded="true"] {
  color: #c0c0c0;
  text-decoration: none;
}
.uk-navbar-subtitle {
  font-size: 0.75rem;
}
.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: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  width: 200px;
  padding: 15px;
  background: #f8f8f8;
  color: #f5f5f5;
}
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-navbar-dropdown :focus-visible {
  outline-color: #f5f5f5 !important;
}
.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -32px;
}
.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 32px;
}
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 32px;
}
.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: 15px 0 15px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
}
@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 32px;
  }
}
@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 24px;
  }
}
.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-navbar-dropdown-nav > li:not(:first-child) a {
  margin-top: 8px;
}
.uk-navbar-dropdown-nav.uk-nav-medium > li:not(:first-child) a {
  margin-top: 16px;
}
.uk-navbar-dropdown-nav > li > a {
  color: #e8e8e8;
  font-size: 0.875rem;
  line-height: 20px;
  width: fit-content;
}
.uk-navbar-dropdown-nav > li > a:hover {
  color: #fff;
}
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #f5f5f5;
}
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 0.75rem;
}
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #737373;
  line-height: 1.25rem;
  font-weight: 400;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #404040;
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #828282;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #c0c0c0;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #f5f5f5;
}
.tm-mainnav {
  transition: all 0.15s linear 0.15s;
  transition-property: transform, background-color;
  z-index: 990;
}
.tm-mainnav:has(.tm-mainnav-dropdown.uk-open) {
  transition-property: transform;
  background: #1b1b1b;
}
.tm-mainnav__top {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 8px;
}
.tm-mainnav__top .uk-subnav > li > * {
  color: #828282;
  font-size: inherit;
  line-height: inherit;
  padding: initial;
  border: none;
}
.tm-mainnav__top .uk-subnav > li > *:hover {
  color: #9c9c9c;
}
.tm-mainnav__top .uk-subnav > li > *:first-child {
  height: 16px;
}
.tm-mainnav__bottom {
  padding: 8px 0;
}
.tm-mainnav__logo {
  padding: 8px 0;
}
.tm-mainnav__logo img {
  height: 100px;
  width: 100px;
}
@media (max-width: 750px) {
  .tm-mainnav__logo img{
    padding: 0;
    width: 60px !important;
    height: 60px !important;
  }
}
@media (min-width: 1200px) {
  .tm-mainnav {
    transform: inherit;
  }
}
.tm-navbar-nav-icon-chats > svg {
  width: 30px;
  height: 24px;
}
@media (min-width: 640px) {
  .tm-navbar-nav-icon-chats > svg {
    width: 20px;
    height: 16px;
  }
}
.uk-navbar-left > .uk-navbar-nav > li > a {
  padding: 0 12px;
}
.uk-navbar-right .uk-navbar-nav {
  gap: 24px;
}
.uk-navbar-right .uk-navbar-nav > li {
  height: 24px;
}
.uk-navbar-right .uk-navbar-nav > li > .uk-icon {
  min-height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  color: #f5f5f5;
}
.uk-navbar-right .uk-navbar-nav > li > .uk-icon:hover {
  color: #fff;
}
.uk-navbar-right .uk-navbar-nav > li > .uk-icon.tm-navbar-nav-icon-chats {
  color: #077e48;
}
.uk-navbar-right .uk-navbar-nav > li > .uk-icon.tm-navbar-nav-icon-chats:hover {
  color: #00cb6f;
}
.uk-navbar-right .uk-navbar-nav > li > .uk-icon .uk-badge {
  position: absolute;
  top: -5px;
  right: 0;
  transform: translateX(50%);
}
.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  padding: 0;
  list-style: none;
}
.uk-subnav > * {
  flex: none;
  padding-left: 8px;
  position: relative;
}
.uk-subnav > * > :first-child {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  color: #f5f5f5;
  column-gap: unset;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 0.875rem;
  line-height: 38px;
  border: 1px solid #303030;
  border-radius: 50px;
}
@media (min-width: 640px) {
  .uk-subnav > * > :first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.uk-subnav > * > a:hover {
  color: #00cb6f;
  text-decoration: none;
  border-color: #00cb6f;
}
.uk-subnav > .uk-active > a {
  color: #077e48;
  background: #077e48;
  color: #141414;
  border-color: #077e48;
}
.uk-subnav-divider {
  margin-left: -17px;
}
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 8px;
  border-left: 1px solid transparent;
}
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
  border-left-color: #404040;
}
.uk-subnav-pill {
  margin-left: -8px;
}
.uk-subnav-pill > * {
  padding-left: 8px;
}
.uk-subnav-pill > * > :first-child {
  padding: 0 16px;
  background: #202020;
  color: #f5f5f5;
  font-weight: 500;
  font-size: 12px;
  line-height: 36px;
  border: none;
  border-radius: 30px;
}
@media (min-width: 640px) {
  .uk-subnav-pill > * > :first-child {
    font-size: 14px;
    line-height: 40px;
  }
}
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #c0c0c0;
  color: #077e48;
  background: transparent;
}
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #c0c0c0;
  background: transparent;
  color: #077e48;
}
.uk-subnav-pill > .uk-active > a {
  background-color: #077e48;
  background: #077e48;
  color: #141414;
}
.uk-subnav > .uk-disabled > a {
  color: #828282;
}
.uk-subnav {
  overflow: auto;
  gap: 8px 0;
}
.uk-subnav.tm-scrollable-list {
  width: initial;
}
.tm-mainnav .uk-subnav {
  overflow: initial;
}
.uk-subnav-pill {
  width: max-content;
  background: #202020;
  padding: 8px;
  border-radius: 30px;
  margin-left: 0;
}
.uk-subnav-pill > *:first-child {
  padding-left: 0;
}
.uk-subnav-pill.uk-tab {
  padding: 8px;
}
.uk-subnav-pill.tm-scrollable-list {
  width: initial;
}
.uk-breadcrumb {
  padding: 0;
  list-style: none;
  font-size: 0;
  --offset-h: 24px;
  --offset-v: 16px;
  display: flex;
  height: 20px;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: var(--offset-v) var(--offset-h);
  line-height: 24px;
  margin: 0 calc(var(--offset-h) * -1);
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.uk-breadcrumb::-webkit-scrollbar {
  display: none;
}
.uk-breadcrumb > li {
  overflow: visible;
  white-space: nowrap;
}
.uk-breadcrumb > li > a > svg {
  width: 14px;
  height: 16px;
  min-width: 14px;
  min-height: 16px;
}
@media (min-width: 640px) {
  .uk-breadcrumb {
    --offset-h: 32px;
  }
}
@media (min-width: 960px) {
  .uk-breadcrumb {
    --offset-h: 48px;
    --offset-v: 24px;
    line-height: 20px;
    font-weight: 500;
  }
  .uk-breadcrumb > li > a > svg {
    width: 18px;
    height: 20px;
    min-width: 18px;
    min-height: 20px;
  }
}
.uk-breadcrumb > * {
  display: contents;
}
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #9c9c9c;
}
.uk-breadcrumb > * > :hover {
  color: #c0c0c0;
  text-decoration: none;
}
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #9c9c9c;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M0.958252 9L4.95825 5L0.958252 1" stroke="%239c9c9c" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
  font-size: 0.875rem;
  color: #9c9c9c;
  margin: 0 16px;
}
.uk-breadcrumb > * {
  display: flex;
}
.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.uk-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative;
}
.uk-pagination > * > * {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  padding: 5px 10px;
  color: #828282;
}
.uk-pagination > * > :hover {
  color: #c0c0c0;
  text-decoration: none;
}
.uk-pagination > .uk-active > * {
  color: #c0c0c0;
}
.uk-pagination > .uk-disabled > * {
  color: #828282;
}
.uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.uk-tab > * {
  flex: none;
  padding-left: 0;
  position: relative;
}
.uk-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  justify-content: center;
  padding: 0 16px;
  color: #f5f5f5;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 30px;
  border-bottom: 1px solid #303030;
}
@media (min-width: 640px) {
  .uk-tab > * > a {
    font-size: 0.875rem;
    line-height: 38px;
    padding: 0 20px;
  }
}
.uk-tab > * > a:hover {
  color: #00cb6f;
  text-decoration: none;
}
.uk-tab > .uk-active > a {
  color: #077e48;
  border-color: #077e48;
}
.uk-tab > .uk-active > a:hover {
  border-color: #077e48;
}
.uk-tab > .uk-disabled > a {
  color: #828282;
}
.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 {
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  border-left: 1px solid #303030;
}
.uk-tab-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  border-left: 1px solid #303030;
}
.uk-tab-left > * > a {
  justify-content: left;
  border: none;
  border-radius: 0;
  border-right: 1px solid transparent;
}
.uk-tab-left > * > a:hover {
  border-color: #303030;
}
.uk-tab-right > * > a {
  justify-content: left;
  border: none;
  border-radius: 0;
  border-left: 1px solid transparent;
}
.uk-tab-right > * > a:hover {
  border-color: #303030;
}
.uk-tab {
  flex-wrap: nowrap;
  margin-left: 0;
}
.uk-tab:not(.tm-scrollable-list) {
  position: relative;
}
.uk-tab li:first-child {
  padding-left: 0;
}
.uk-tab.tm-article-navbar {
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  border-bottom: 1px solid #505050;
  padding-bottom: 16px;
}
.uk-tab.tm-article-navbar > * {
  flex: inherit;
  margin-bottom: 16px;
  padding: 0;
}
.uk-tab.tm-article-navbar > * > a {
  border: none;
  color: #c0c0c0;
  padding-left: 8px;
  border-left: 2px solid transparent;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.uk-tab.tm-article-navbar > * > a:hover {
  color: #fff;
  border-color: #fff;
}
.uk-tab.tm-article-navbar > *.uk-active > a {
  color: #077e48;
}
.uk-tab.tm-article-navbar > *.uk-active > a:hover {
  color: #077e48;
  border-color: #077e48;
}
.uk-tab.tm-article-navbar > *:last-child {
  margin-bottom: 0;
}
.uk-tab.tm-article-navbar:before {
  display: none;
}
.uk-slidenav {
  padding: 0 0;
  color: #f5f5f5;
  background: #353535;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-slidenav:not(.uk-hidden-hover).uk-invisible {
  visibility: visible !important;
  pointer-events: none;
  opacity: 0.4;
}
.uk-slidenav svg {
  height: 16px;
}
.uk-slidenav svg > * {
  stroke-width: 2.8;
}
.uk-slidenav:hover {
  color: #fff;
  background: #404040;
}
.uk-slidenav:active {
  color: #f5f5f5;
  background: #353535;
}
.uk-slidenav-previous,
.uk-slidenav-previous.uk-slidenav-large {
  padding-right: 2px;
}
.uk-slidenav-next,
.uk-slidenav-next.uk-slidenav-large {
  padding-left: 2px;
}
.uk-slidenav-large {
  padding: 0 0;
  width: 56px;
  height: 56px;
}
.uk-slidenav-large svg {
  height: 20px;
}
.uk-slidenav-large svg > * {
  stroke-width: 4;
}
.uk-slidenav-container {
  display: flex;
  gap: 8px;
}
.uk-slidenav-container:has([hidden]) + .uk-slider-items {
  justify-content: center;
}
.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -8px;
}
.uk-dotnav > * {
  flex: none;
  padding-left: 8px;
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #5e5e5e;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.3s;
}
.uk-dotnav > * > :hover {
  background-color: #00cb6f;
}
.uk-dotnav > * > :active {
  background-color: #7ec734;
}
.uk-dotnav > .uk-active > * {
  background-color: #077e48;
  width: 24px;
}
.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -8px;
}
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 8px;
}
.uk-dropdown {
  --uk-position-offset: 8px;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  width: auto;
  min-width: 224px;
  background: #202020;
  color: #f5f5f5;
  padding: 24px;
  border-radius: 8px;
}
.uk-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-dropdown :focus-visible {
  outline-color: #f5f5f5 !important;
}
.uk-dropdown-large {
  padding: 40px;
}
.uk-dropdown-dropbar {
  --uk-position-offset: 8px;
  width: auto;
  background: transparent;
  padding: 24px 0 24px 0;
  --uk-position-viewport-offset: 15px;
}
@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 32px;
  }
}
@media (min-width: 960px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 24px;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-dropdown-nav > li:not(:first-child) {
  margin-top: 12px;
}
.uk-dropdown-nav > li > a {
  color: #f5f5f5;
  font-size: 0.875rem;
  line-height: 20px;
  width: fit-content;
}
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #fff;
}
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 0.75rem;
}
.uk-dropdown-nav .uk-nav-header {
  color: #737373;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #404040;
}
.uk-dropdown-nav .uk-nav-sub a {
  color: #828282;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #c0c0c0;
}
.uk-lightbox {
  --uk-inverse: light;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.15s linear;
  touch-action: pinch-zoom;
  backdrop-filter: blur(10px);
}
.uk-lightbox.tm-lightbox-iframe--is-loading::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><style>.spinner_7mtw{fill: %239c9c9c;transform-origin:center;animation:spinner_jgYN .6s linear infinite}@keyframes spinner_jgYN{100%{transform:rotate(360deg)}}</style><path class="spinner_7mtw" d="M2,12A11.2,11.2,0,0,1,13,1.05C12.67,1,12.34,1,12,1a11,11,0,0,0,0,22c.34,0,.67,0,1-.05C6,23,2,17.74,2,12Z"/></svg>');
}
.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 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  will-change: transform, opacity;
  overflow: auto;
}
.uk-lightbox-items > .uk-active {
  display: flex;
}
.uk-lightbox-items-fit > * {
  align-items: center;
}
.uk-lightbox-items-fit > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.uk-lightbox-items-fit > * > :not(iframe) {
  width: auto;
  height: auto;
}
.uk-lightbox-items.uk-lightbox-items-fit .uk-lightbox-zoom:hover {
  cursor: zoom-in;
}
.uk-lightbox-items:not(.uk-lightbox-items-fit) .uk-lightbox-zoom:hover {
  cursor: zoom-out;
}
.uk-lightbox-thumbnav-vertical :where(img, video) {
  max-width: 100px;
}
.uk-lightbox-thumbnav:not(.uk-lightbox-thumbnav-vertical) :where(img, video) {
  max-height: 100px;
}
.uk-lightbox-thumbnav:empty,
.uk-lightbox-dotnav:empty {
  display: none;
}
.uk-lightbox-caption:empty {
  display: none;
}
.uk-lightbox-caption {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-caption > * {
  color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-counter:empty {
  display: none;
}
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}
.uk-lightbox-close {
  background: #353535;
  border-radius: 50%;
  padding: 12px;
}
.uk-lightbox-close:hover {
  background: #404040;
}
.uk-lightbox-close svg {
  width: 16px;
}
.uk-lightbox-close svg line {
  stroke-width: 2.8;
}
.tm-lightbox-iframe {
  --iframe-width: 100%;
}
.tm-lightbox-iframe .uk-lightbox-items > * {
  transform: none !important;
}
.tm-lightbox-iframe .uk-lightbox-iframe,
.tm-lightbox-iframe .uk-lightbox-close {
  opacity: 1;
  transition: opacity 0.15s;
}
.tm-lightbox-iframe .uk-lightbox-iframe {
  align-self: flex-end;
  width: var(--iframe-width);
  height: calc(100% - 56px);
}
@media (min-width: 1312px) {
  .tm-lightbox-iframe {
    --iframe-width: min(1440px, calc(100vw - 56px * 2));
  }
  .tm-lightbox-iframe .uk-lightbox-iframe {
    align-self: unset;
    border-radius: 8px;
    height: calc(100% - 56px * 2);
  }
}
.tm-lightbox-iframe > div:has(> .uk-lightbox-close) {
  margin: 8px;
  top: 0;
}
@media (min-width: 1312px) {
  .tm-lightbox-iframe > div:has(> .uk-lightbox-close) {
    right: calc(50% - 56px / 2);
    top: 48px;
    transform: translateX(calc(var(--iframe-width) / 2 + 56px / 2));
  }
  [dir="rtl"] .tm-lightbox-iframe > div:has(> .uk-lightbox-close) {
    transform: translateX(calc((var(--iframe-width) / 2 + 56px / 2) * -1));
  }
}
.tm-lightbox-iframe--is-loading .uk-lightbox-iframe,
.tm-lightbox-iframe--is-loading .uk-lightbox-close {
  opacity: 0;
}
[class*="uk-animation-"] {
  animation: 0.5s ease-out both;
}
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}
.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}
.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}
.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}
.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}
.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}
.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}
.uk-animation-shake {
  animation-name: uk-shake;
}
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
.uk-animation-fast {
  animation-duration: 0.1s;
}
.uk-animation-toggle:not(:hover):not(:focus) [class*="uk-animation-"] {
  animation-name: none;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
[class*="uk-child-width"] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-child-width-1-2 > * {
  width: 50%;
}
.uk-child-width-1-3 > * {
  width: calc(100% / 3);
}
.uk-child-width-1-4 > * {
  width: 25%;
}
.uk-child-width-1-5 > * {
  width: 20%;
}
.uk-child-width-1-6 > * {
  width: calc(100% / 6);
}
.uk-child-width-auto > * {
  width: auto;
}
.uk-child-width-expand > :not([class*="uk-width"]) {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 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% / 3);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% / 6);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@s > :not([class*="uk-width"]),
  .uk-child-width-1-2\@s > :not([class*="uk-width"]),
  .uk-child-width-1-3\@s > :not([class*="uk-width"]),
  .uk-child-width-1-4\@s > :not([class*="uk-width"]),
  .uk-child-width-1-5\@s > :not([class*="uk-width"]),
  .uk-child-width-1-6\@s > :not([class*="uk-width"]),
  .uk-child-width-auto\@s > :not([class*="uk-width"]) {
    flex: initial;
  }
}
@media (min-width: 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% / 3);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% / 6);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@m > :not([class*="uk-width"]),
  .uk-child-width-1-2\@m > :not([class*="uk-width"]),
  .uk-child-width-1-3\@m > :not([class*="uk-width"]),
  .uk-child-width-1-4\@m > :not([class*="uk-width"]),
  .uk-child-width-1-5\@m > :not([class*="uk-width"]),
  .uk-child-width-1-6\@m > :not([class*="uk-width"]),
  .uk-child-width-auto\@m > :not([class*="uk-width"]) {
    flex: initial;
  }
}
@media (min-width: 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% / 3);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% / 6);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@l > :not([class*="uk-width"]),
  .uk-child-width-1-2\@l > :not([class*="uk-width"]),
  .uk-child-width-1-3\@l > :not([class*="uk-width"]),
  .uk-child-width-1-4\@l > :not([class*="uk-width"]),
  .uk-child-width-1-5\@l > :not([class*="uk-width"]),
  .uk-child-width-1-6\@l > :not([class*="uk-width"]),
  .uk-child-width-auto\@l > :not([class*="uk-width"]) {
    flex: initial;
  }
}
@media (min-width: 1440px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% / 3);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% / 6);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .uk-child-width-1-1\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-2\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-3\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-4\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-5\@xl > :not([class*="uk-width"]),
  .uk-child-width-1-6\@xl > :not([class*="uk-width"]),
  .uk-child-width-auto\@xl > :not([class*="uk-width"]) {
    flex: initial;
  }
}
[class*="uk-width"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.uk-width-1-2 {
  width: 50%;
}
.uk-width-1-3 {
  width: calc(100% / 3);
}
.uk-width-2-3 {
  width: calc(200% / 3);
}
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
.uk-width-1-5 {
  width: 20%;
}
.uk-width-2-5 {
  width: 40%;
}
.uk-width-3-5 {
  width: 60%;
}
.uk-width-4-5 {
  width: 80%;
}
.uk-width-1-6 {
  width: calc(100% / 6);
}
.uk-width-5-6 {
  width: calc(500% / 6);
}
.uk-width-small {
  width: 160px;
}
.uk-width-medium {
  width: 320px;
}
.uk-width-large {
  width: 480px;
}
.uk-width-xlarge {
  width: 640px;
}
.uk-width-2xlarge {
  width: 760px;
}
.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% / 3);
  }
  .uk-width-2-3\@s {
    width: calc(200% / 3);
  }
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  .uk-width-1-6\@s {
    width: calc(100% / 6);
  }
  .uk-width-5-6\@s {
    width: calc(500% / 6);
  }
  .uk-width-small\@s {
    width: 160px;
  }
  .uk-width-medium\@s {
    width: 320px;
  }
  .uk-width-large\@s {
    width: 480px;
  }
  .uk-width-xlarge\@s {
    width: 640px;
  }
  .uk-width-2xlarge\@s {
    width: 760px;
  }
  .uk-width-auto\@s {
    width: auto;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@s,
  .uk-width-1-2\@s,
  .uk-width-1-3\@s,
  .uk-width-2-3\@s,
  .uk-width-1-4\@s,
  .uk-width-3-4\@s,
  .uk-width-1-5\@s,
  .uk-width-2-5\@s,
  .uk-width-3-5\@s,
  .uk-width-4-5\@s,
  .uk-width-1-6\@s,
  .uk-width-5-6\@s,
  .uk-width-small\@s,
  .uk-width-medium\@s,
  .uk-width-large\@s,
  .uk-width-xlarge\@s,
  .uk-width-2xlarge\@s,
  .uk-width-auto\@s {
    flex: initial;
  }
}
@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-width-1-3\@m {
    width: calc(100% / 3);
  }
  .uk-width-2-3\@m {
    width: calc(200% / 3);
  }
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-width-1-6\@m {
    width: calc(100% / 6);
  }
  .uk-width-5-6\@m {
    width: calc(500% / 6);
  }
  .uk-width-small\@m {
    width: 160px;
  }
  .uk-width-medium\@m {
    width: 320px;
  }
  .uk-width-large\@m {
    width: 480px;
  }
  .uk-width-xlarge\@m {
    width: 640px;
  }
  .uk-width-2xlarge\@m {
    width: 760px;
  }
  .uk-width-auto\@m {
    width: auto;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@m,
  .uk-width-1-2\@m,
  .uk-width-1-3\@m,
  .uk-width-2-3\@m,
  .uk-width-1-4\@m,
  .uk-width-3-4\@m,
  .uk-width-1-5\@m,
  .uk-width-2-5\@m,
  .uk-width-3-5\@m,
  .uk-width-4-5\@m,
  .uk-width-1-6\@m,
  .uk-width-5-6\@m,
  .uk-width-small\@m,
  .uk-width-medium\@m,
  .uk-width-large\@m,
  .uk-width-xlarge\@m,
  .uk-width-2xlarge\@m,
  .uk-width-auto\@m {
    flex: initial;
  }
}
@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-width-1-3\@l {
    width: calc(100% / 3);
  }
  .uk-width-2-3\@l {
    width: calc(200% / 3);
  }
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-width-1-6\@l {
    width: calc(100% / 6);
  }
  .uk-width-5-6\@l {
    width: calc(500% / 6);
  }
  .uk-width-small\@l {
    width: 160px;
  }
  .uk-width-medium\@l {
    width: 320px;
  }
  .uk-width-large\@l {
    width: 480px;
  }
  .uk-width-xlarge\@l {
    width: 640px;
  }
  .uk-width-2xlarge\@l {
    width: 760px;
  }
  .uk-width-auto\@l {
    width: auto;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@l,
  .uk-width-1-2\@l,
  .uk-width-1-3\@l,
  .uk-width-2-3\@l,
  .uk-width-1-4\@l,
  .uk-width-3-4\@l,
  .uk-width-1-5\@l,
  .uk-width-2-5\@l,
  .uk-width-3-5\@l,
  .uk-width-4-5\@l,
  .uk-width-1-6\@l,
  .uk-width-5-6\@l,
  .uk-width-small\@l,
  .uk-width-medium\@l,
  .uk-width-large\@l,
  .uk-width-xlarge\@l,
  .uk-width-2xlarge\@l,
  .uk-width-auto\@l {
    flex: initial;
  }
}
@media (min-width: 1440px) {
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-1-2\@xl {
    width: 50%;
  }
  .uk-width-1-3\@xl {
    width: calc(100% / 3);
  }
  .uk-width-2-3\@xl {
    width: calc(200% / 3);
  }
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  .uk-width-1-6\@xl {
    width: calc(100% / 6);
  }
  .uk-width-5-6\@xl {
    width: calc(500% / 6);
  }
  .uk-width-small\@xl {
    width: 160px;
  }
  .uk-width-medium\@xl {
    width: 320px;
  }
  .uk-width-large\@xl {
    width: 480px;
  }
  .uk-width-xlarge\@xl {
    width: 640px;
  }
  .uk-width-2xlarge\@xl {
    width: 760px;
  }
  .uk-width-auto\@xl {
    width: auto;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
  .uk-width-1-1\@xl,
  .uk-width-1-2\@xl,
  .uk-width-1-3\@xl,
  .uk-width-2-3\@xl,
  .uk-width-1-4\@xl,
  .uk-width-3-4\@xl,
  .uk-width-1-5\@xl,
  .uk-width-2-5\@xl,
  .uk-width-3-5\@xl,
  .uk-width-4-5\@xl,
  .uk-width-1-6\@xl,
  .uk-width-5-6\@xl,
  .uk-width-small\@xl,
  .uk-width-medium\@xl,
  .uk-width-large\@xl,
  .uk-width-xlarge\@xl,
  .uk-width-2xlarge\@xl,
  .uk-width-auto\@xl {
    flex: initial;
  }
}
.uk-width-max-content {
  width: max-content;
}
.uk-width-min-content {
  width: min-content;
}
.uk-child-width-1-12 > * {
  width: calc(100% * 1 / 12.001);
}
@media (min-width: 640px) {
  .uk-child-width-1-12\@s > * {
    width: calc(100% * 1 / 12.001);
  }
}
@media (min-width: 960px) {
  .uk-child-width-1-12\@m > * {
    width: calc(100% * 1 / 12.001);
  }
}
@media (min-width: 1200px) {
  .uk-child-width-1-12\@l > * {
    width: calc(100% * 1 / 12.001);
  }
}
@media (min-width: 1440px) {
  .uk-child-width-1-12\@xl > * {
    width: calc(100% * 1 / 12.001);
  }
}
@media (min-width: 1800px) {
  .uk-child-width-1-12\@xxl > * {
    width: calc(100% * 1 / 12.001);
  }
}
.uk-width-1-12 {
  width: calc(100% * 1 / 12.001);
}
.uk-width-5-12 {
  width: calc(100% * 5 / 12.001);
}
.uk-width-7-12 {
  width: calc(100% * 7 / 12.001);
}
.uk-width-11-12 {
  width: calc(100% * 11 / 12.001);
}
@media (min-width: 640px) {
  .uk-width-1-12\@s {
    width: calc(100% * 1 / 12.001);
  }
  .uk-width-5-12\@s {
    width: calc(100% * 5 / 12.001);
  }
  .uk-width-7-12\@s {
    width: calc(100% * 7 / 12.001);
  }
  .uk-width-11-12\@s {
    width: calc(100% * 11 / 12.001);
  }
}
@media (min-width: 960px) {
  .uk-width-1-12\@m {
    width: calc(100% * 1 / 12.001);
  }
  .uk-width-5-12\@m {
    width: calc(100% * 5 / 12.001);
  }
  .uk-width-7-12\@m {
    width: calc(100% * 7 / 12.001);
  }
  .uk-width-11-12\@m {
    width: calc(100% * 11 / 12.001);
  }
}
@media (min-width: 1200px) {
  .uk-width-1-12\@l {
    width: calc(100% * 1 / 12.001);
  }
  .uk-width-5-12\@l {
    width: calc(100% * 5 / 12.001);
  }
  .uk-width-7-12\@l {
    width: calc(100% * 7 / 12.001);
  }
  .uk-width-11-12\@l {
    width: calc(100% * 11 / 12.001);
  }
}
@media (min-width: 1440px) {
  .uk-width-1-12\@xl {
    width: calc(100% * 1 / 12.001);
  }
  .uk-width-5-12\@xl {
    width: calc(100% * 5 / 12.001);
  }
  .uk-width-7-12\@xl {
    width: calc(100% * 7 / 12.001);
  }
  .uk-width-11-12\@xl {
    width: calc(100% * 11 / 12.001);
  }
}
@media (min-width: 1800px) {
  .uk-width-1-12\@xxl {
    width: calc(100% * 1 / 12.001);
  }
  .uk-width-5-12\@xxl {
    width: calc(100% * 5 / 12.001);
  }
  .uk-width-7-12\@xxl {
    width: calc(100% * 7 / 12.001);
  }
  .uk-width-11-12\@xxl {
    width: calc(100% * 11 / 12.001);
  }
}
[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: 160px;
}
.uk-height-medium {
  height: 320px;
}
.uk-height-large {
  height: 480px;
}
.uk-height-max-small {
  max-height: 160px;
}
.uk-height-max-medium {
  max-height: 320px;
}
.uk-height-max-large {
  max-height: 480px;
}
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #f5f5f5;
}
.uk-text-meta {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #828282;
}
.uk-text-small {
  font-size: 0.75rem;
  line-height: 1rem;
}
.uk-text-large {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}
.uk-text-light {
  font-weight: 300;
}
.uk-text-normal {
  font-weight: 400;
}
.uk-text-bold {
  font-weight: 700;
}
.uk-text-lighter {
  font-weight: lighter;
}
.uk-text-bolder {
  font-weight: bolder;
}
.uk-text-italic {
  font-style: italic;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-text-decoration-none {
  text-decoration: none !important;
}
.uk-text-muted {
  color: #828282 !important;
}
.uk-text-emphasis {
  color: #f5f5f5 !important;
}
.uk-text-primary {
  color: #077e48 !important;
}
.uk-text-secondary {
  color: #6046ff !important;
}
.uk-text-success {
  color: #077e48 !important;
}
.uk-text-warning {
  color: #fb5 !important;
}
.uk-text-danger {
  color: #ff6c6c !important;
}
.uk-text-background {
  -webkit-background-clip: text;
  color: transparent !important;
  display: inline-block;
  background-color: #077e48;
}
.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: 1440px) {
  .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;
}
.uk-text-stroke {
  -webkit-text-stroke: calc(1.4px + 0.002em);
  -webkit-text-fill-color: transparent;
}
.tm-text-size-14 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tm-text-size-24 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.uk-text-default {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tm-text-medium {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px) {
  .uk-text-large {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .uk-text-default,
  .uk-text-default\@s {
    font-size: 16px;
    line-height: 1.5;
  }
  .tm-text-medium,
  .tm-text-medium\@s {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .uk-text-small\@s {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .tm-text-size-14\@s {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .tm-text-size-24\@s {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 960px) {
  .uk-text-small\@m {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .tm-text-size-14\@m {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .tm-text-size-24\@m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .uk-text-default\@m {
    font-size: 16px;
    line-height: 1.5;
  }
  .tm-text-medium\@m {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .uk-text-large\@m {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .uk-text-small\@l {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .tm-text-size-14\@l {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .tm-text-size-24\@l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .uk-text-default\@l {
    font-size: 16px;
    line-height: 1.5;
  }
  .tm-text-medium\@l {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .uk-text-large\@l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1440px) {
  .uk-text-small\@xl {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .tm-text-size-14\@xl {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .tm-text-size-24\@xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .uk-text-default\@xl {
    font-size: 16px;
    line-height: 1.5;
  }
  .tm-text-medium\@xl {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .uk-text-large\@xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.tm-line-height-16 {
  line-height: 16px;
}
.tm-line-height-24 {
  line-height: 24px;
}
.tm-line-height-32 {
  line-height: 32px;
}
.tm-line-height-40 {
  line-height: 40px;
}
.tm-line-height-48 {
  line-height: 48px;
}
[class*="uk-column-"] {
  column-gap: 32px;
}
@media (min-width: 1200px) {
  [class*="uk-column-"] {
    column-gap: 24px;
  }
}
[class*="uk-column-"] img {
  transform: translate3d(0, 0, 0);
}
.uk-column-divider {
  column-rule: 1px solid #404040;
  column-gap: 64px;
}
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 48px;
  }
}
.uk-column-1-2 {
  column-count: 2;
}
.uk-column-1-3 {
  column-count: 3;
}
.uk-column-1-4 {
  column-count: 4;
}
.uk-column-1-5 {
  column-count: 5;
}
.uk-column-1-6 {
  column-count: 6;
}
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
@media (min-width: 1440px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
.uk-column-span {
  column-span: all;
}
[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(
    var(--uk-position-translate-x),
    var(--uk-position-translate-y)
  );
}
iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}
[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}
.uk-cover-container {
  overflow: hidden;
  position: relative;
}
.uk-background-default {
  background-color: #141414;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #077e48;
}
.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;
}
@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: 1439px) {
  .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: 32px;
}
* + [class*="uk-align"] {
  margin-top: 32px;
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
.uk-align-left {
  margin-top: 0;
  margin-right: 32px;
  float: left;
}
.uk-align-right {
  margin-top: 0;
  margin-left: 32px;
  float: right;
}
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 32px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 32px;
    float: right;
  }
}
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 32px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 32px;
    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: 24px;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 24px;
  }
}
@media (min-width: 1440px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 24px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 24px;
    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 #404040;
  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 {
  object-fit: cover;
}
.uk-object-contain {
  object-fit: contain;
}
.uk-object-fill {
  object-fit: fill;
}
.uk-object-none {
  object-fit: none;
}
.uk-object-scale-down {
  object-fit: scale-down;
}
.uk-object-top-left {
  object-position: 0 0;
}
.uk-object-top-center {
  object-position: 50% 0;
}
.uk-object-top-right {
  object-position: 100% 0;
}
.uk-object-center-left {
  object-position: 0 50%;
}
.uk-object-center-center {
  object-position: 50% 50%;
}
.uk-object-center-right {
  object-position: 100% 50%;
}
.uk-object-bottom-left {
  object-position: 0 100%;
}
.uk-object-bottom-center {
  object-position: 50% 100%;
}
.uk-object-bottom-right {
  object-position: 100% 100%;
}
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-pill {
  border-radius: 500px;
}
.uk-border-rounded {
  border-radius: 16px;
}
.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 (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    will-change: filter;
  }
}
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
.uk-logo {
  font-size: 1.5rem;
  font-family: "Inter", "Rubik", sans-serif;
  color: #f5f5f5;
  text-decoration: none;
}
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}
.uk-logo:hover {
  color: #f5f5f5;
  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-border-pill {
  border-radius: 8px;
}
.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: 1440px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
.uk-flex-stretch {
  align-items: stretch;
}
.uk-flex-top {
  align-items: flex-start;
}
.uk-flex-middle {
  align-items: center;
}
.uk-flex-bottom {
  align-items: flex-end;
}
@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch;
  }
  .uk-flex-top\@s {
    align-items: flex-start;
  }
  .uk-flex-middle\@s {
    align-items: center;
  }
  .uk-flex-bottom\@s {
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .uk-flex-stretch\@m {
    align-items: stretch;
  }
  .uk-flex-top\@m {
    align-items: flex-start;
  }
  .uk-flex-middle\@m {
    align-items: center;
  }
  .uk-flex-bottom\@m {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .uk-flex-stretch\@l {
    align-items: stretch;
  }
  .uk-flex-top\@l {
    align-items: flex-start;
  }
  .uk-flex-middle\@l {
    align-items: center;
  }
  .uk-flex-bottom\@l {
    align-items: flex-end;
  }
}
@media (min-width: 1440px) {
  .uk-flex-stretch\@xl {
    align-items: stretch;
  }
  .uk-flex-top\@xl {
    align-items: flex-start;
  }
  .uk-flex-middle\@xl {
    align-items: center;
  }
  .uk-flex-bottom\@xl {
    align-items: flex-end;
  }
}
.uk-flex-row {
  flex-direction: row;
}
.uk-flex-row-reverse {
  flex-direction: row-reverse;
}
.uk-flex-column {
  flex-direction: column;
}
.uk-flex-column-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row;
  }
  .uk-flex-column\@m {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row;
  }
  .uk-flex-column\@l {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .uk-flex-row\@xl {
    flex-direction: row;
  }
  .uk-flex-column\@xl {
    flex-direction: column;
  }
}
.uk-flex-nowrap {
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.uk-flex-wrap-stretch {
  align-content: stretch;
}
.uk-flex-wrap-top {
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  align-content: center;
}
.uk-flex-wrap-bottom {
  align-content: flex-end;
}
.uk-flex-wrap-between {
  align-content: space-between;
}
.uk-flex-wrap-around {
  align-content: space-around;
}
.uk-flex-first {
  order: -1;
}
.uk-flex-last {
  order: 99;
}
@media (min-width: 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: 1440px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
.uk-flex-initial {
  flex: initial;
}
.uk-flex-none {
  flex: none;
}
.uk-flex-auto {
  flex: auto;
}
.uk-flex-1 {
  flex: 1;
}
@media (min-width: 640px) {
  .uk-flex-initial\@s {
    flex: initial;
  }
  .uk-flex-none\@s {
    flex: none;
  }
  .uk-flex-1\@s {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .uk-flex-initial\@m {
    flex: initial;
  }
  .uk-flex-none\@m {
    flex: none;
  }
  .uk-flex-1\@m {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .uk-flex-initial\@l {
    flex: initial;
  }
  .uk-flex-none\@l {
    flex: none;
  }
  .uk-flex-1\@l {
    flex: 1;
  }
}
@media (min-width: 1440px) {
  .uk-flex-initial\@xl {
    flex: initial;
  }
  .uk-flex-none\@xl {
    flex: none;
  }
  .uk-flex-1\@xl {
    flex: 1;
  }
}
.uk-margin {
  margin-bottom: 24px;
}
* + .uk-margin {
  margin-top: 24px !important;
}
.uk-margin-top {
  margin-top: 24px !important;
}
.uk-margin-bottom {
  margin-bottom: 24px !important;
}
.uk-margin-left {
  margin-left: 24px !important;
}
.uk-margin-right {
  margin-right: 24px !important;
}
.uk-margin-xsmall {
  margin-bottom: 5px;
}
* + .uk-margin-xsmall {
  margin-top: 5px !important;
}
.uk-margin-xsmall-top {
  margin-top: 5px !important;
}
.uk-margin-xsmall-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-xsmall-left {
  margin-left: 5px !important;
}
.uk-margin-xsmall-right {
  margin-right: 5px !important;
}
.uk-margin-small {
  margin-bottom: 8px;
}
* + .uk-margin-small {
  margin-top: 8px !important;
}
.uk-margin-small-top {
  margin-top: 8px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 8px !important;
}
.uk-margin-small-left {
  margin-left: 8px !important;
}
.uk-margin-small-right {
  margin-right: 8px !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: 72px;
  }
  * + .uk-margin-large {
    margin-top: 72px !important;
  }
  .uk-margin-large-top {
    margin-top: 72px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 72px !important;
  }
  .uk-margin-large-left {
    margin-left: 72px !important;
  }
  .uk-margin-large-right {
    margin-right: 72px !important;
  }
}
.uk-margin-xlarge {
  margin-bottom: 72px;
}
* + .uk-margin-xlarge {
  margin-top: 72px !important;
}
.uk-margin-xlarge-top {
  margin-top: 72px !important;
}
.uk-margin-xlarge-bottom {
  margin-bottom: 72px !important;
}
.uk-margin-xlarge-left {
  margin-left: 72px !important;
}
.uk-margin-xlarge-right {
  margin-right: 72px !important;
}
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 144px;
  }
  * + .uk-margin-xlarge {
    margin-top: 144px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 144px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 144px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 144px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 144px !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: 1440px) {
  .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: 1440px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
.tm-margin-4 {
  margin-bottom: 4px;
}
* + .tm-margin-4 {
  margin-top: 4px !important;
}
.tm-margin-4-top {
  margin-top: 4px !important;
}
.tm-margin-4-bottom {
  margin-bottom: 4px !important;
}
.tm-margin-4-left {
  margin-left: 4px !important;
}
.tm-margin-4-right {
  margin-right: 4px !important;
}
.tm-margin-8 {
  margin-bottom: 8px;
}
* + .tm-margin-8 {
  margin-top: 8px !important;
}
.tm-margin-8-top {
  margin-top: 8px !important;
}
.tm-margin-8-bottom {
  margin-bottom: 8px !important;
}
.tm-margin-8-left {
  margin-left: 8px !important;
}
.tm-margin-8-right {
  margin-right: 8px !important;
}
.tm-margin-12 {
  margin-bottom: 12px;
}
* + .tm-margin-12 {
  margin-top: 12px !important;
}
.tm-margin-12-top {
  margin-top: 12px !important;
}
.tm-margin-12-bottom {
  margin-bottom: 12px !important;
}
.tm-margin-12-left {
  margin-left: 12px !important;
}
.tm-margin-12-right {
  margin-right: 12px !important;
}
.tm-margin-16 {
  margin-bottom: 16px;
}
* + .tm-margin-16 {
  margin-top: 16px !important;
}
.tm-margin-16-top {
  margin-top: 16px !important;
}
.tm-margin-16-bottom {
  margin-bottom: 16px !important;
}
.tm-margin-16-left {
  margin-left: 16px !important;
}
.tm-margin-16-right {
  margin-right: 16px !important;
}
.tm-margin-24 {
  margin-bottom: 24px;
}
* + .tm-margin-24 {
  margin-top: 24px !important;
}
.tm-margin-24-top {
  margin-top: 24px !important;
}
.tm-margin-24-bottom {
  margin-bottom: 24px !important;
}
.tm-margin-24-left {
  margin-left: 24px !important;
}
.tm-margin-24-right {
  margin-right: 24px !important;
}
.tm-margin-32 {
  margin-bottom: 32px;
}
* + .tm-margin-32 {
  margin-top: 32px !important;
}
.tm-margin-32-top {
  margin-top: 32px !important;
}
.tm-margin-32-bottom {
  margin-bottom: 32px !important;
}
.tm-margin-32-left {
  margin-left: 32px !important;
}
.tm-margin-32-right {
  margin-right: 32px !important;
}
.tm-margin-40 {
  margin-bottom: 40px;
}
* + .tm-margin-40 {
  margin-top: 40px !important;
}
.tm-margin-40-top {
  margin-top: 40px !important;
}
.tm-margin-40-bottom {
  margin-bottom: 40px !important;
}
.tm-margin-40-left {
  margin-left: 40px !important;
}
.tm-margin-40-right {
  margin-right: 40px !important;
}
.tm-margin-48 {
  margin-bottom: 48px;
}
* + .tm-margin-48 {
  margin-top: 48px !important;
}
.tm-margin-48-top {
  margin-top: 48px !important;
}
.tm-margin-48-bottom {
  margin-bottom: 48px !important;
}
.tm-margin-48-left {
  margin-left: 48px !important;
}
.tm-margin-48-right {
  margin-right: 48px !important;
}
.tm-margin-56 {
  margin-bottom: 56px;
}
* + .tm-margin-56 {
  margin-top: 56px !important;
}
.tm-margin-56-top {
  margin-top: 56px !important;
}
.tm-margin-56-bottom {
  margin-bottom: 56px !important;
}
.tm-margin-56-left {
  margin-left: 56px !important;
}
.tm-margin-56-right {
  margin-right: 56px !important;
}
.tm-margin-64 {
  margin-bottom: 64px;
}
* + .tm-margin-64 {
  margin-top: 64px !important;
}
.tm-margin-64-top {
  margin-top: 64px !important;
}
.tm-margin-64-bottom {
  margin-bottom: 64px !important;
}
.tm-margin-64-left {
  margin-left: 64px !important;
}
.tm-margin-64-right {
  margin-right: 64px !important;
}
.tm-margin-80 {
  margin-bottom: 80px;
}
* + .tm-margin-80 {
  margin-top: 80px !important;
}
.tm-margin-80-top {
  margin-top: 80px !important;
}
.tm-margin-80-bottom {
  margin-bottom: 80px !important;
}
.tm-margin-80-left {
  margin-left: 80px !important;
}
.tm-margin-80-right {
  margin-right: 80px !important;
}
@media (min-width: 640px) {
  .tm-margin-4\@s {
    margin-bottom: 4px;
  }
  * + .tm-margin-4\@s {
    margin-top: 4px !important;
  }
  .tm-margin-4-top\@s {
    margin-top: 4px !important;
  }
  .tm-margin-4-bottom\@s {
    margin-bottom: 4px !important;
  }
  .tm-margin-4-left\@s {
    margin-left: 4px !important;
  }
  .tm-margin-4-right\@s {
    margin-right: 4px !important;
  }
  .tm-margin-8\@s {
    margin-bottom: 8px;
  }
  * + .tm-margin-8\@s {
    margin-top: 8px !important;
  }
  .tm-margin-8-top\@s {
    margin-top: 8px !important;
  }
  .tm-margin-8-bottom\@s {
    margin-bottom: 8px !important;
  }
  .tm-margin-8-left\@s {
    margin-left: 8px !important;
  }
  .tm-margin-8-right\@s {
    margin-right: 8px !important;
  }
  .tm-margin-12\@s {
    margin-bottom: 12px;
  }
  * + .tm-margin-12\@s {
    margin-top: 12px !important;
  }
  .tm-margin-12-top\@s {
    margin-top: 12px !important;
  }
  .tm-margin-12-bottom\@s {
    margin-bottom: 12px !important;
  }
  .tm-margin-12-left\@s {
    margin-left: 12px !important;
  }
  .tm-margin-12-right\@s {
    margin-right: 12px !important;
  }
  .tm-margin-16\@s {
    margin-bottom: 16px;
  }
  * + .tm-margin-16\@s {
    margin-top: 16px !important;
  }
  .tm-margin-16-top\@s {
    margin-top: 16px !important;
  }
  .tm-margin-16-bottom\@s {
    margin-bottom: 16px !important;
  }
  .tm-margin-16-left\@s {
    margin-left: 16px !important;
  }
  .tm-margin-16-right\@s {
    margin-right: 16px !important;
  }
  .tm-margin-24\@s {
    margin-bottom: 24px;
  }
  * + .tm-margin-24\@s {
    margin-top: 24px !important;
  }
  .tm-margin-24-top\@s {
    margin-top: 24px !important;
  }
  .tm-margin-24-bottom\@s {
    margin-bottom: 24px !important;
  }
  .tm-margin-24-left\@s {
    margin-left: 24px !important;
  }
  .tm-margin-24-right\@s {
    margin-right: 24px !important;
  }
  .tm-margin-32\@s {
    margin-bottom: 32px;
  }
  * + .tm-margin-32\@s {
    margin-top: 32px !important;
  }
  .tm-margin-32-top\@s {
    margin-top: 32px !important;
  }
  .tm-margin-32-bottom\@s {
    margin-bottom: 32px !important;
  }
  .tm-margin-32-left\@s {
    margin-left: 32px !important;
  }
  .tm-margin-32-right\@s {
    margin-right: 32px !important;
  }
  .tm-margin-40\@s {
    margin-bottom: 40px;
  }
  * + .tm-margin-40\@s {
    margin-top: 40px !important;
  }
  .tm-margin-40-top\@s {
    margin-top: 40px !important;
  }
  .tm-margin-40-bottom\@s {
    margin-bottom: 40px !important;
  }
  .tm-margin-40-left\@s {
    margin-left: 40px !important;
  }
  .tm-margin-40-right\@s {
    margin-right: 40px !important;
  }
  .tm-margin-48\@s {
    margin-bottom: 48px;
  }
  * + .tm-margin-48\@s {
    margin-top: 48px !important;
  }
  .tm-margin-48-top\@s {
    margin-top: 48px !important;
  }
  .tm-margin-48-bottom\@s {
    margin-bottom: 48px !important;
  }
  .tm-margin-48-left\@s {
    margin-left: 48px !important;
  }
  .tm-margin-48-right\@s {
    margin-right: 48px !important;
  }
  .tm-margin-56\@s {
    margin-bottom: 56px;
  }
  * + .tm-margin-56\@s {
    margin-top: 56px !important;
  }
  .tm-margin-56-top\@s {
    margin-top: 56px !important;
  }
  .tm-margin-56-bottom\@s {
    margin-bottom: 56px !important;
  }
  .tm-margin-56-left\@s {
    margin-left: 56px !important;
  }
  .tm-margin-56-right\@s {
    margin-right: 56px !important;
  }
  .tm-margin-64\@s {
    margin-bottom: 64px;
  }
  * + .tm-margin-64\@s {
    margin-top: 64px !important;
  }
  .tm-margin-64-top\@s {
    margin-top: 64px !important;
  }
  .tm-margin-64-bottom\@s {
    margin-bottom: 64px !important;
  }
  .tm-margin-64-left\@s {
    margin-left: 64px !important;
  }
  .tm-margin-64-right\@s {
    margin-right: 64px !important;
  }
  .tm-margin-80\@s {
    margin-bottom: 80px;
  }
  * + .tm-margin-80\@s {
    margin-top: 80px !important;
  }
  .tm-margin-80-top {
    margin-top: 80px !important;
  }
  .tm-margin-80-bottom\@s {
    margin-bottom: 80px !important;
  }
  .tm-margin-80-left\@s {
    margin-left: 80px !important;
  }
  .tm-margin-80-right\@s {
    margin-right: 80px !important;
  }
  .uk-margin-xlarge {
    margin-bottom: 96px;
  }
  * + .uk-margin-xlarge {
    margin-top: 96px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 96px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 96px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 96px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 96px !important;
  }
  .uk-margin-auto-bottom\@s {
    margin-bottom: auto !important;
  }
  .uk-margin-remove-top\@s {
    margin-top: 0 !important;
  }
  .uk-margin-remove-bottom\@s {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 960px) {
  .tm-margin-4\@m {
    margin-bottom: 4px;
  }
  * + .tm-margin-4\@m {
    margin-top: 4px !important;
  }
  .tm-margin-4-top\@m {
    margin-top: 4px !important;
  }
  .tm-margin-4-bottom\@m {
    margin-bottom: 4px !important;
  }
  .tm-margin-4-left\@m {
    margin-left: 4px !important;
  }
  .tm-margin-4-right\@m {
    margin-right: 4px !important;
  }
  .tm-margin-8\@m {
    margin-bottom: 8px;
  }
  * + .tm-margin-8\@m {
    margin-top: 8px !important;
  }
  .tm-margin-8-top\@m {
    margin-top: 8px !important;
  }
  .tm-margin-8-bottom\@m {
    margin-bottom: 8px !important;
  }
  .tm-margin-8-left\@m {
    margin-left: 8px !important;
  }
  .tm-margin-8-right\@m {
    margin-right: 8px !important;
  }
  .tm-margin-12\@m {
    margin-bottom: 12px;
  }
  * + .tm-margin-12\@m {
    margin-top: 12px !important;
  }
  .tm-margin-12-top\@m {
    margin-top: 12px !important;
  }
  .tm-margin-12-bottom\@m {
    margin-bottom: 12px !important;
  }
  .tm-margin-12-left\@m {
    margin-left: 12px !important;
  }
  .tm-margin-12-right\@m {
    margin-right: 12px !important;
  }
  .tm-margin-16\@m {
    margin-bottom: 16px;
  }
  * + .tm-margin-16\@m {
    margin-top: 16px !important;
  }
  .tm-margin-16-top\@m {
    margin-top: 16px !important;
  }
  .tm-margin-16-bottom\@m {
    margin-bottom: 16px !important;
  }
  .tm-margin-16-left\@m {
    margin-left: 16px !important;
  }
  .tm-margin-16-right\@m {
    margin-right: 16px !important;
  }
  .tm-margin-24\@m {
    margin-bottom: 24px;
  }
  * + .tm-margin-24\@m {
    margin-top: 24px !important;
  }
  .tm-margin-24-top\@m {
    margin-top: 24px !important;
  }
  .tm-margin-24-bottom\@m {
    margin-bottom: 24px !important;
  }
  .tm-margin-24-left\@m {
    margin-left: 24px !important;
  }
  .tm-margin-24-right\@m {
    margin-right: 24px !important;
  }
  .tm-margin-32\@m {
    margin-bottom: 32px;
  }
  * + .tm-margin-32\@m {
    margin-top: 32px !important;
  }
  .tm-margin-32-top\@m {
    margin-top: 32px !important;
  }
  .tm-margin-32-bottom\@m {
    margin-bottom: 32px !important;
  }
  .tm-margin-32-left\@m {
    margin-left: 32px !important;
  }
  .tm-margin-32-right\@m {
    margin-right: 32px !important;
  }
  .tm-margin-40\@m {
    margin-bottom: 40px;
  }
  * + .tm-margin-40\@m {
    margin-top: 40px !important;
  }
  .tm-margin-40-top\@m {
    margin-top: 40px !important;
  }
  .tm-margin-40-bottom\@m {
    margin-bottom: 40px !important;
  }
  .tm-margin-40-left\@m {
    margin-left: 40px !important;
  }
  .tm-margin-40-right\@m {
    margin-right: 40px !important;
  }
  .tm-margin-48\@m {
    margin-bottom: 48px;
  }
  * + .tm-margin-48\@m {
    margin-top: 48px !important;
  }
  .tm-margin-48-top\@m {
    margin-top: 48px !important;
  }
  .tm-margin-48-bottom\@m {
    margin-bottom: 48px !important;
  }
  .tm-margin-48-left\@m {
    margin-left: 48px !important;
  }
  .tm-margin-48-right\@m {
    margin-right: 48px !important;
  }
  .tm-margin-56\@m {
    margin-bottom: 56px;
  }
  * + .tm-margin-56\@m {
    margin-top: 56px !important;
  }
  .tm-margin-56-top\@m {
    margin-top: 56px !important;
  }
  .tm-margin-56-bottom\@m {
    margin-bottom: 56px !important;
  }
  .tm-margin-56-left\@m {
    margin-left: 56px !important;
  }
  .tm-margin-56-right\@m {
    margin-right: 56px !important;
  }
  .tm-margin-64\@m {
    margin-bottom: 64px;
  }
  * + .tm-margin-64\@m {
    margin-top: 64px !important;
  }
  .tm-margin-64-top\@m {
    margin-top: 64px !important;
  }
  .tm-margin-64-bottom\@m {
    margin-bottom: 64px !important;
  }
  .tm-margin-64-left\@m {
    margin-left: 64px !important;
  }
  .tm-margin-64-right\@m {
    margin-right: 64px !important;
  }
  .tm-margin-80\@m {
    margin-bottom: 80px;
  }
  * + .tm-margin-80\@m {
    margin-top: 80px !important;
  }
  .tm-margin-80-top {
    margin-top: 80px !important;
  }
  .tm-margin-80-bottom\@m {
    margin-bottom: 80px !important;
  }
  .tm-margin-80-left\@m {
    margin-left: 80px !important;
  }
  .tm-margin-80-right\@m {
    margin-right: 80px !important;
  }
  .uk-margin-xlarge {
    margin-bottom: 144px;
  }
  * + .uk-margin-xlarge {
    margin-top: 144px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 144px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 144px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 144px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 144px !important;
  }
  .uk-margin-auto-bottom\@m {
    margin-bottom: auto !important;
  }
  .uk-margin-remove-top\@m {
    margin-top: 0 !important;
  }
  .uk-margin-remove-bottom\@m {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .tm-margin-4\@l {
    margin-bottom: 4px;
  }
  * + .tm-margin-4\@l {
    margin-top: 4px !important;
  }
  .tm-margin-4-top\@l {
    margin-top: 4px !important;
  }
  .tm-margin-4-bottom\@l {
    margin-bottom: 4px !important;
  }
  .tm-margin-4-left\@l {
    margin-left: 4px !important;
  }
  .tm-margin-4-right\@l {
    margin-right: 4px !important;
  }
  .tm-margin-8\@l {
    margin-bottom: 8px;
  }
  * + .tm-margin-8\@l {
    margin-top: 8px !important;
  }
  .tm-margin-8-top\@l {
    margin-top: 8px !important;
  }
  .tm-margin-8-bottom\@l {
    margin-bottom: 8px !important;
  }
  .tm-margin-8-left\@l {
    margin-left: 8px !important;
  }
  .tm-margin-8-right\@l {
    margin-right: 8px !important;
  }
  .tm-margin-12\@l {
    margin-bottom: 12px;
  }
  * + .tm-margin-12\@l {
    margin-top: 12px !important;
  }
  .tm-margin-12-top\@l {
    margin-top: 12px !important;
  }
  .tm-margin-12-bottom\@l {
    margin-bottom: 12px !important;
  }
  .tm-margin-12-left\@l {
    margin-left: 12px !important;
  }
  .tm-margin-12-right\@l {
    margin-right: 12px !important;
  }
  .tm-margin-16\@l {
    margin-bottom: 16px;
  }
  * + .tm-margin-16\@l {
    margin-top: 16px !important;
  }
  .tm-margin-16-top\@l {
    margin-top: 16px !important;
  }
  .tm-margin-16-bottom\@l {
    margin-bottom: 16px !important;
  }
  .tm-margin-16-left\@l {
    margin-left: 16px !important;
  }
  .tm-margin-16-right\@l {
    margin-right: 16px !important;
  }
  .tm-margin-24\@l {
    margin-bottom: 24px;
  }
  * + .tm-margin-24\@l {
    margin-top: 24px !important;
  }
  .tm-margin-24-top\@l {
    margin-top: 24px !important;
  }
  .tm-margin-24-bottom\@l {
    margin-bottom: 24px !important;
  }
  .tm-margin-24-left\@l {
    margin-left: 24px !important;
  }
  .tm-margin-24-right\@l {
    margin-right: 24px !important;
  }
  .tm-margin-32\@l {
    margin-bottom: 32px;
  }
  * + .tm-margin-32\@l {
    margin-top: 32px !important;
  }
  .tm-margin-32-top\@l {
    margin-top: 32px !important;
  }
  .tm-margin-32-bottom\@l {
    margin-bottom: 32px !important;
  }
  .tm-margin-32-left\@l {
    margin-left: 32px !important;
  }
  .tm-margin-32-right\@l {
    margin-right: 32px !important;
  }
  .tm-margin-40\@l {
    margin-bottom: 40px;
  }
  * + .tm-margin-40\@l {
    margin-top: 40px !important;
  }
  .tm-margin-40-top\@l {
    margin-top: 40px !important;
  }
  .tm-margin-40-bottom\@l {
    margin-bottom: 40px !important;
  }
  .tm-margin-40-left\@l {
    margin-left: 40px !important;
  }
  .tm-margin-40-right\@l {
    margin-right: 40px !important;
  }
  .tm-margin-48\@l {
    margin-bottom: 48px;
  }
  * + .tm-margin-48\@l {
    margin-top: 48px !important;
  }
  .tm-margin-48-top\@l {
    margin-top: 48px !important;
  }
  .tm-margin-48-bottom\@l {
    margin-bottom: 48px !important;
  }
  .tm-margin-48-left\@l {
    margin-left: 48px !important;
  }
  .tm-margin-48-right\@l {
    margin-right: 48px !important;
  }
  .tm-margin-56\@l {
    margin-bottom: 56px;
  }
  * + .tm-margin-56\@l {
    margin-top: 56px !important;
  }
  .tm-margin-56-top\@l {
    margin-top: 56px !important;
  }
  .tm-margin-56-bottom\@l {
    margin-bottom: 56px !important;
  }
  .tm-margin-56-left\@l {
    margin-left: 56px !important;
  }
  .tm-margin-56-right\@l {
    margin-right: 56px !important;
  }
  .tm-margin-64\@l {
    margin-bottom: 64px;
  }
  * + .tm-margin-64\@l {
    margin-top: 64px !important;
  }
  .tm-margin-64-top\@l {
    margin-top: 64px !important;
  }
  .tm-margin-64-bottom\@l {
    margin-bottom: 64px !important;
  }
  .tm-margin-64-left\@l {
    margin-left: 64px !important;
  }
  .tm-margin-64-right\@l {
    margin-right: 64px !important;
  }
  .tm-margin-80\@l {
    margin-bottom: 80px;
  }
  * + .tm-margin-80\@l {
    margin-top: 80px !important;
  }
  .tm-margin-80-top {
    margin-top: 80px !important;
  }
  .tm-margin-80-bottom\@l {
    margin-bottom: 80px !important;
  }
  .tm-margin-80-left\@l {
    margin-left: 80px !important;
  }
  .tm-margin-80-right\@l {
    margin-right: 80px !important;
  }
  .uk-margin-auto-bottom\@l {
    margin-bottom: auto !important;
  }
  .uk-margin-remove-top\@l {
    margin-top: 0 !important;
  }
  .uk-margin-remove-bottom\@l {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1440px) {
  .tm-margin-4\@xl {
    margin-bottom: 4px;
  }
  * + .tm-margin-4\@xl {
    margin-top: 4px !important;
  }
  .tm-margin-4-top\@xl {
    margin-top: 4px !important;
  }
  .tm-margin-4-bottom\@xl {
    margin-bottom: 4px !important;
  }
  .tm-margin-4-left\@xl {
    margin-left: 4px !important;
  }
  .tm-margin-4-right\@xl {
    margin-right: 4px !important;
  }
  .tm-margin-8\@xl {
    margin-bottom: 8px;
  }
  * + .tm-margin-8\@xl {
    margin-top: 8px !important;
  }
  .tm-margin-8-top\@xl {
    margin-top: 8px !important;
  }
  .tm-margin-8-bottom\@xl {
    margin-bottom: 8px !important;
  }
  .tm-margin-8-left\@xl {
    margin-left: 8px !important;
  }
  .tm-margin-8-right\@xl {
    margin-right: 8px !important;
  }
  .tm-margin-12\@xl {
    margin-bottom: 12px;
  }
  * + .tm-margin-12\@xl {
    margin-top: 12px !important;
  }
  .tm-margin-12-top\@xl {
    margin-top: 12px !important;
  }
  .tm-margin-12-bottom\@xl {
    margin-bottom: 12px !important;
  }
  .tm-margin-12-left\@xl {
    margin-left: 12px !important;
  }
  .tm-margin-12-right\@xl {
    margin-right: 12px !important;
  }
  .tm-margin-16\@xl {
    margin-bottom: 16px;
  }
  * + .tm-margin-16\@xl {
    margin-top: 16px !important;
  }
  .tm-margin-16-top\@xl {
    margin-top: 16px !important;
  }
  .tm-margin-16-bottom\@xl {
    margin-bottom: 16px !important;
  }
  .tm-margin-16-left\@xl {
    margin-left: 16px !important;
  }
  .tm-margin-16-right\@xl {
    margin-right: 16px !important;
  }
  .tm-margin-24\@xl {
    margin-bottom: 24px;
  }
  * + .tm-margin-24\@xl {
    margin-top: 24px !important;
  }
  .tm-margin-24-top\@xl {
    margin-top: 24px !important;
  }
  .tm-margin-24-bottom\@xl {
    margin-bottom: 24px !important;
  }
  .tm-margin-24-left\@xl {
    margin-left: 24px !important;
  }
  .tm-margin-24-right\@xl {
    margin-right: 24px !important;
  }
  .tm-margin-32\@xl {
    margin-bottom: 32px;
  }
  * + .tm-margin-32\@xl {
    margin-top: 32px !important;
  }
  .tm-margin-32-top\@xl {
    margin-top: 32px !important;
  }
  .tm-margin-32-bottom\@xl {
    margin-bottom: 32px !important;
  }
  .tm-margin-32-left\@xl {
    margin-left: 32px !important;
  }
  .tm-margin-32-right\@xl {
    margin-right: 32px !important;
  }
  .tm-margin-40\@xl {
    margin-bottom: 40px;
  }
  * + .tm-margin-40\@xl {
    margin-top: 40px !important;
  }
  .tm-margin-40-top\@xl {
    margin-top: 40px !important;
  }
  .tm-margin-40-bottom\@xl {
    margin-bottom: 40px !important;
  }
  .tm-margin-40-left\@xl {
    margin-left: 40px !important;
  }
  .tm-margin-40-right\@xl {
    margin-right: 40px !important;
  }
  .tm-margin-48\@xl {
    margin-bottom: 48px;
  }
  * + .tm-margin-48\@xl {
    margin-top: 48px !important;
  }
  .tm-margin-48-top\@xl {
    margin-top: 48px !important;
  }
  .tm-margin-48-bottom\@xl {
    margin-bottom: 48px !important;
  }
  .tm-margin-48-left\@xl {
    margin-left: 48px !important;
  }
  .tm-margin-48-right\@xl {
    margin-right: 48px !important;
  }
  .tm-margin-56\@xl {
    margin-bottom: 56px;
  }
  * + .tm-margin-56\@xl {
    margin-top: 56px !important;
  }
  .tm-margin-56-top\@xl {
    margin-top: 56px !important;
  }
  .tm-margin-56-bottom\@xl {
    margin-bottom: 56px !important;
  }
  .tm-margin-56-left\@xl {
    margin-left: 56px !important;
  }
  .tm-margin-56-right\@xl {
    margin-right: 56px !important;
  }
  .tm-margin-64\@xl {
    margin-bottom: 64px;
  }
  * + .tm-margin-64\@xl {
    margin-top: 64px !important;
  }
  .tm-margin-64-top\@xl {
    margin-top: 64px !important;
  }
  .tm-margin-64-bottom\@xl {
    margin-bottom: 64px !important;
  }
  .tm-margin-64-left\@xl {
    margin-left: 64px !important;
  }
  .tm-margin-64-right\@xl {
    margin-right: 64px !important;
  }
  .tm-margin-80\@xl {
    margin-bottom: 80px;
  }
  * + .tm-margin-80\@xl {
    margin-top: 80px !important;
  }
  .tm-margin-80-top {
    margin-top: 80px !important;
  }
  .tm-margin-80-bottom\@xl {
    margin-bottom: 80px !important;
  }
  .tm-margin-80-left\@xl {
    margin-left: 80px !important;
  }
  .tm-margin-80-right\@xl {
    margin-right: 80px !important;
  }
  .uk-margin-auto-bottom\@xl {
    margin-bottom: auto !important;
  }
  .uk-margin-remove-top\@xl {
    margin-top: 0 !important;
  }
  .uk-margin-remove-bottom\@xl {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1800px) {
  .tm-margin-4\@xxl {
    margin-bottom: 4px;
  }
  * + .tm-margin-4\@xxl {
    margin-top: 4px !important;
  }
  .tm-margin-4-top\@xxl {
    margin-top: 4px !important;
  }
  .tm-margin-4-bottom\@xxl {
    margin-bottom: 4px !important;
  }
  .tm-margin-4-left\@xxl {
    margin-left: 4px !important;
  }
  .tm-margin-4-right\@xxl {
    margin-right: 4px !important;
  }
  .tm-margin-8\@xxl {
    margin-bottom: 8px;
  }
  * + .tm-margin-8\@xxl {
    margin-top: 8px !important;
  }
  .tm-margin-8-top\@xxl {
    margin-top: 8px !important;
  }
  .tm-margin-8-bottom\@xxl {
    margin-bottom: 8px !important;
  }
  .tm-margin-8-left\@xxl {
    margin-left: 8px !important;
  }
  .tm-margin-8-right\@xxl {
    margin-right: 8px !important;
  }
  .tm-margin-12\@xxl {
    margin-bottom: 12px;
  }
  * + .tm-margin-12\@xxl {
    margin-top: 12px !important;
  }
  .tm-margin-12-top\@xxl {
    margin-top: 12px !important;
  }
  .tm-margin-12-bottom\@xxl {
    margin-bottom: 12px !important;
  }
  .tm-margin-12-left\@xxl {
    margin-left: 12px !important;
  }
  .tm-margin-12-right\@xxl {
    margin-right: 12px !important;
  }
  .tm-margin-16\@xxl {
    margin-bottom: 16px;
  }
  * + .tm-margin-16\@xxl {
    margin-top: 16px !important;
  }
  .tm-margin-16-top\@xxl {
    margin-top: 16px !important;
  }
  .tm-margin-16-bottom\@xxl {
    margin-bottom: 16px !important;
  }
  .tm-margin-16-left\@xxl {
    margin-left: 16px !important;
  }
  .tm-margin-16-right\@xxl {
    margin-right: 16px !important;
  }
  .tm-margin-24\@xxl {
    margin-bottom: 24px;
  }
  * + .tm-margin-24\@xxl {
    margin-top: 24px !important;
  }
  .tm-margin-24-top\@xxl {
    margin-top: 24px !important;
  }
  .tm-margin-24-bottom\@xxl {
    margin-bottom: 24px !important;
  }
  .tm-margin-24-left\@xxl {
    margin-left: 24px !important;
  }
  .tm-margin-24-right\@xxl {
    margin-right: 24px !important;
  }
  .tm-margin-32\@xxl {
    margin-bottom: 32px;
  }
  * + .tm-margin-32\@xxl {
    margin-top: 32px !important;
  }
  .tm-margin-32-top\@xxl {
    margin-top: 32px !important;
  }
  .tm-margin-32-bottom\@xxl {
    margin-bottom: 32px !important;
  }
  .tm-margin-32-left\@xxl {
    margin-left: 32px !important;
  }
  .tm-margin-32-right\@xxl {
    margin-right: 32px !important;
  }
  .tm-margin-40\@xxl {
    margin-bottom: 40px;
  }
  * + .tm-margin-40\@xxl {
    margin-top: 40px !important;
  }
  .tm-margin-40-top\@xxl {
    margin-top: 40px !important;
  }
  .tm-margin-40-bottom\@xxl {
    margin-bottom: 40px !important;
  }
  .tm-margin-40-left\@xxl {
    margin-left: 40px !important;
  }
  .tm-margin-40-right\@xxl {
    margin-right: 40px !important;
  }
  .tm-margin-48\@xxl {
    margin-bottom: 48px;
  }
  * + .tm-margin-48\@xxl {
    margin-top: 48px !important;
  }
  .tm-margin-48-top\@xxl {
    margin-top: 48px !important;
  }
  .tm-margin-48-bottom\@xxl {
    margin-bottom: 48px !important;
  }
  .tm-margin-48-left\@xxl {
    margin-left: 48px !important;
  }
  .tm-margin-48-right\@xxl {
    margin-right: 48px !important;
  }
  .tm-margin-56\@xxl {
    margin-bottom: 56px;
  }
  * + .tm-margin-56\@xxl {
    margin-top: 56px !important;
  }
  .tm-margin-56-top\@xxl {
    margin-top: 56px !important;
  }
  .tm-margin-56-bottom\@xxl {
    margin-bottom: 56px !important;
  }
  .tm-margin-56-left\@xxl {
    margin-left: 56px !important;
  }
  .tm-margin-56-right\@xxl {
    margin-right: 56px !important;
  }
  .tm-margin-64\@xxl {
    margin-bottom: 64px;
  }
  * + .tm-margin-64\@xxl {
    margin-top: 64px !important;
  }
  .tm-margin-64-top\@xxl {
    margin-top: 64px !important;
  }
  .tm-margin-64-bottom\@xxl {
    margin-bottom: 64px !important;
  }
  .tm-margin-64-left\@xxl {
    margin-left: 64px !important;
  }
  .tm-margin-64-right\@xxl {
    margin-right: 64px !important;
  }
  .tm-margin-80\@xxl {
    margin-bottom: 80px;
  }
  * + .tm-margin-80\@xxl {
    margin-top: 80px !important;
  }
  .tm-margin-80-top {
    margin-top: 80px !important;
  }
  .tm-margin-80-bottom\@xxl {
    margin-bottom: 80px !important;
  }
  .tm-margin-80-left\@xxl {
    margin-left: 80px !important;
  }
  .tm-margin-80-right\@xxl {
    margin-right: 80px !important;
  }
  .uk-margin-auto-bottom\@xxl {
    margin-bottom: auto !important;
  }
  .uk-margin-remove-top\@xxl {
    margin-top: 0 !important;
  }
  .uk-margin-remove-bottom\@xxl {
    margin-bottom: 0 !important;
  }
  .uk-margin-remove-left\@xxl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xxl {
    margin-right: 0 !important;
  }
}
.uk-padding {
  padding: 24px;
}
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}
.uk-padding-small {
  padding: 16px;
}
.uk-padding-large {
  padding: 24px;
}
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 72px;
  }
}
.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;
}
.tm-padding-4 {
  padding: 4px;
}
.tm-padding-4-top {
  padding-top: 4px !important;
}
.tm-padding-4-bottom {
  padding-bottom: 4px !important;
}
.tm-padding-4-left {
  padding-left: 4px !important;
}
.tm-padding-4-right {
  padding-right: 4px !important;
}
.tm-padding-8 {
  padding: 8px;
}
.tm-padding-8-top {
  padding-top: 8px !important;
}
.tm-padding-8-bottom {
  padding-bottom: 8px !important;
}
.tm-padding-8-left {
  padding-left: 8px !important;
}
.tm-padding-8-right {
  padding-right: 8px !important;
}
.tm-padding-16 {
  padding: 16px;
}
.tm-padding-16-top {
  padding-top: 16px !important;
}
.tm-padding-16-bottom {
  padding-bottom: 16px !important;
}
.tm-padding-16-left {
  padding-left: 16px !important;
}
.tm-padding-16-right {
  padding-right: 16px !important;
}
.tm-padding-24 {
  padding: 24px;
}
.tm-padding-24-top {
  padding-top: 24px !important;
}
.tm-padding-24-bottom {
  padding-bottom: 24px !important;
}
.tm-padding-24-left {
  padding-left: 24px !important;
}
.tm-padding-24-right {
  padding-right: 24px !important;
}
.tm-padding-32 {
  padding: 32px;
}
.tm-padding-32-top {
  padding-top: 32px !important;
}
.tm-padding-32-bottom {
  padding-bottom: 32px !important;
}
.tm-padding-32-left {
  padding-left: 32px !important;
}
.tm-padding-32-right {
  padding-right: 32px !important;
}
.tm-padding-40 {
  padding: 40px;
}
.tm-padding-40-top {
  padding-top: 40px !important;
}
.tm-padding-40-bottom {
  padding-bottom: 40px !important;
}
.tm-padding-40-left {
  padding-left: 40px !important;
}
.tm-padding-40-right {
  padding-right: 40px !important;
}
.tm-padding-48 {
  padding: 48px;
}
.tm-padding-48-top {
  padding-top: 48px !important;
}
.tm-padding-48-bottom {
  padding-bottom: 48px !important;
}
.tm-padding-48-left {
  padding-left: 48px !important;
}
.tm-padding-48-right {
  padding-right: 48px !important;
}
.tm-padding-56 {
  padding: 56px;
}
.tm-padding-56-top {
  padding-top: 56px !important;
}
.tm-padding-56-bottom {
  padding-bottom: 56px !important;
}
.tm-padding-56-left {
  padding-left: 56px !important;
}
.tm-padding-56-right {
  padding-right: 56px !important;
}
.tm-padding-64 {
  padding: 64px;
}
.tm-padding-64-top {
  padding-top: 64px !important;
}
.tm-padding-64-bottom {
  padding-bottom: 64px !important;
}
.tm-padding-64-left {
  padding-left: 64px !important;
}
.tm-padding-64-right {
  padding-right: 64px !important;
}
.tm-padding-80 {
  padding: 80px;
}
.tm-padding-80-top {
  padding-top: 80px !important;
}
.tm-padding-80-bottom {
  padding-bottom: 80px !important;
}
.tm-padding-80-left {
  padding-left: 80px !important;
}
.tm-padding-80-right {
  padding-right: 80px !important;
}
@media (min-width: 640px) {
  .tm-padding-4\@s {
    padding: 4px;
  }
  .tm-padding-4-top\@s {
    padding-top: 4px !important;
  }
  .tm-padding-4-bottom\@s {
    padding-bottom: 4px !important;
  }
  .tm-padding-4-left\@s {
    padding-left: 4px !important;
  }
  .tm-padding-4-right\@s {
    padding-right: 4px !important;
  }
  .tm-padding-8\@s {
    padding: 8px;
  }
  .tm-padding-8-top\@s {
    padding-top: 8px !important;
  }
  .tm-padding-8-bottom\@s {
    padding-bottom: 8px !important;
  }
  .tm-padding-8-left\@s {
    padding-left: 8px !important;
  }
  .tm-padding-8-right\@s {
    padding-right: 8px !important;
  }
  .tm-padding-16\@s {
    padding: 16px;
  }
  .tm-padding-16-top\@s {
    padding-top: 16px !important;
  }
  .tm-padding-16-bottom\@s {
    padding-bottom: 16px !important;
  }
  .tm-padding-16-left\@s {
    padding-left: 16px !important;
  }
  .tm-padding-16-right\@s {
    padding-right: 16px !important;
  }
  .tm-padding-24\@s {
    padding: 24px;
  }
  .tm-padding-24-top\@s {
    padding-top: 24px !important;
  }
  .tm-padding-24-bottom\@s {
    padding-bottom: 24px !important;
  }
  .tm-padding-24-left\@s {
    padding-left: 24px !important;
  }
  .tm-padding-24-right\@s {
    padding-right: 24px !important;
  }
  .tm-padding-32\@s {
    padding: 32px;
  }
  .tm-padding-32-top\@s {
    padding-top: 32px !important;
  }
  .tm-padding-32-bottom\@s {
    padding-bottom: 32px !important;
  }
  .tm-padding-32-left\@s {
    padding-left: 32px !important;
  }
  .tm-padding-32-right\@s {
    padding-right: 32px !important;
  }
  .tm-padding-40\@s {
    padding: 40px;
  }
  .tm-padding-40-top\@s {
    padding-top: 40px !important;
  }
  .tm-padding-40-bottom\@s {
    padding-bottom: 40px !important;
  }
  .tm-padding-40-left\@s {
    padding-left: 40px !important;
  }
  .tm-padding-40-right\@s {
    padding-right: 40px !important;
  }
  .tm-padding-48\@s {
    padding: 48px;
  }
  .tm-padding-48-top\@s {
    padding-top: 48px !important;
  }
  .tm-padding-48-bottom\@s {
    padding-bottom: 48px !important;
  }
  .tm-padding-48-left\@s {
    padding-left: 48px !important;
  }
  .tm-padding-48-right\@s {
    padding-right: 48px !important;
  }
  .tm-padding-56\@s {
    padding: 56px;
  }
  .tm-padding-56-top\@s {
    padding-top: 56px !important;
  }
  .tm-padding-56-bottom\@s {
    padding-bottom: 56px !important;
  }
  .tm-padding-56-left\@s {
    padding-left: 56px !important;
  }
  .tm-padding-56-right\@s {
    padding-right: 56px !important;
  }
  .tm-padding-64\@s {
    padding: 64px;
  }
  .tm-padding-64-top\@s {
    padding-top: 64px !important;
  }
  .tm-padding-64-bottom\@s {
    padding-bottom: 64px !important;
  }
  .tm-padding-64-left\@s {
    padding-left: 64px !important;
  }
  .tm-padding-64-right\@s {
    padding-right: 64px !important;
  }
  .tm-padding-80\@s {
    padding: 80px;
  }
  .tm-padding-80-top {
    padding-top: 80px !important;
  }
  .tm-padding-80-bottom\@s {
    padding-bottom: 80px !important;
  }
  .tm-padding-80-left\@s {
    padding-left: 80px !important;
  }
  .tm-padding-80-right\@s {
    padding-right: 80px !important;
  }
}
@media (min-width: 960px) {
  .uk-padding {
    padding: 32px;
  }
  .uk-padding-small {
    padding: 24px;
  }
  .uk-padding-large {
    padding: 48px;
  }
  .tm-padding-4\@m {
    padding: 4px;
  }
  .tm-padding-4-top\@m {
    padding-top: 4px !important;
  }
  .tm-padding-4-bottom\@m {
    padding-bottom: 4px !important;
  }
  .tm-padding-4-left\@m {
    padding-left: 4px !important;
  }
  .tm-padding-4-right\@m {
    padding-right: 4px !important;
  }
  .tm-padding-8\@m {
    padding: 8px;
  }
  .tm-padding-8-top\@m {
    padding-top: 8px !important;
  }
  .tm-padding-8-bottom\@m {
    padding-bottom: 8px !important;
  }
  .tm-padding-8-left\@m {
    padding-left: 8px !important;
  }
  .tm-padding-8-right\@m {
    padding-right: 8px !important;
  }
  .tm-padding-16\@m {
    padding: 16px;
  }
  .tm-padding-16-top\@m {
    padding-top: 16px !important;
  }
  .tm-padding-16-bottom\@m {
    padding-bottom: 16px !important;
  }
  .tm-padding-16-left\@m {
    padding-left: 16px !important;
  }
  .tm-padding-16-right\@m {
    padding-right: 16px !important;
  }
  .tm-padding-24\@m {
    padding: 24px;
  }
  .tm-padding-24-top\@m {
    padding-top: 24px !important;
  }
  .tm-padding-24-bottom\@m {
    padding-bottom: 24px !important;
  }
  .tm-padding-24-left\@m {
    padding-left: 24px !important;
  }
  .tm-padding-24-right\@m {
    padding-right: 24px !important;
  }
  .tm-padding-32\@m {
    padding: 32px;
  }
  .tm-padding-32-top\@m {
    padding-top: 32px !important;
  }
  .tm-padding-32-bottom\@m {
    padding-bottom: 32px !important;
  }
  .tm-padding-32-left\@m {
    padding-left: 32px !important;
  }
  .tm-padding-32-right\@m {
    padding-right: 32px !important;
  }
  .tm-padding-40\@m {
    padding: 40px;
  }
  .tm-padding-40-top\@m {
    padding-top: 40px !important;
  }
  .tm-padding-40-bottom\@m {
    padding-bottom: 40px !important;
  }
  .tm-padding-40-left\@m {
    padding-left: 40px !important;
  }
  .tm-padding-40-right\@m {
    padding-right: 40px !important;
  }
  .tm-padding-48\@m {
    padding: 48px;
  }
  .tm-padding-48-top\@m {
    padding-top: 48px !important;
  }
  .tm-padding-48-bottom\@m {
    padding-bottom: 48px !important;
  }
  .tm-padding-48-left\@m {
    padding-left: 48px !important;
  }
  .tm-padding-48-right\@m {
    padding-right: 48px !important;
  }
  .tm-padding-56\@m {
    padding: 56px;
  }
  .tm-padding-56-top\@m {
    padding-top: 56px !important;
  }
  .tm-padding-56-bottom\@m {
    padding-bottom: 56px !important;
  }
  .tm-padding-56-left\@m {
    padding-left: 56px !important;
  }
  .tm-padding-56-right\@m {
    padding-right: 56px !important;
  }
  .tm-padding-64\@m {
    padding: 64px;
  }
  .tm-padding-64-top\@m {
    padding-top: 64px !important;
  }
  .tm-padding-64-bottom\@m {
    padding-bottom: 64px !important;
  }
  .tm-padding-64-left\@m {
    padding-left: 64px !important;
  }
  .tm-padding-64-right\@m {
    padding-right: 64px !important;
  }
  .tm-padding-80\@m {
    padding: 80px;
  }
  .tm-padding-80-top {
    padding-top: 80px !important;
  }
  .tm-padding-80-bottom\@m {
    padding-bottom: 80px !important;
  }
  .tm-padding-80-left\@m {
    padding-left: 80px !important;
  }
  .tm-padding-80-right\@m {
    padding-right: 80px !important;
  }
}
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
  .uk-padding-large {
    padding: 72px;
  }
  .tm-padding-4\@l {
    padding: 4px;
  }
  .tm-padding-4-top\@l {
    padding-top: 4px !important;
  }
  .tm-padding-4-bottom\@l {
    padding-bottom: 4px !important;
  }
  .tm-padding-4-left\@l {
    padding-left: 4px !important;
  }
  .tm-padding-4-right\@l {
    padding-right: 4px !important;
  }
  .tm-padding-8\@l {
    padding: 8px;
  }
  .tm-padding-8-top\@l {
    padding-top: 8px !important;
  }
  .tm-padding-8-bottom\@l {
    padding-bottom: 8px !important;
  }
  .tm-padding-8-left\@l {
    padding-left: 8px !important;
  }
  .tm-padding-8-right\@l {
    padding-right: 8px !important;
  }
  .tm-padding-16\@l {
    padding: 16px;
  }
  .tm-padding-16-top\@l {
    padding-top: 16px !important;
  }
  .tm-padding-16-bottom\@l {
    padding-bottom: 16px !important;
  }
  .tm-padding-16-left\@l {
    padding-left: 16px !important;
  }
  .tm-padding-16-right\@l {
    padding-right: 16px !important;
  }
  .tm-padding-24\@l {
    padding: 24px;
  }
  .tm-padding-24-top\@l {
    padding-top: 24px !important;
  }
  .tm-padding-24-bottom\@l {
    padding-bottom: 24px !important;
  }
  .tm-padding-24-left\@l {
    padding-left: 24px !important;
  }
  .tm-padding-24-right\@l {
    padding-right: 24px !important;
  }
  .tm-padding-32\@l {
    padding: 32px;
  }
  .tm-padding-32-top\@l {
    padding-top: 32px !important;
  }
  .tm-padding-32-bottom\@l {
    padding-bottom: 32px !important;
  }
  .tm-padding-32-left\@l {
    padding-left: 32px !important;
  }
  .tm-padding-32-right\@l {
    padding-right: 32px !important;
  }
  .tm-padding-40\@l {
    padding: 40px;
  }
  .tm-padding-40-top\@l {
    padding-top: 40px !important;
  }
  .tm-padding-40-bottom\@l {
    padding-bottom: 40px !important;
  }
  .tm-padding-40-left\@l {
    padding-left: 40px !important;
  }
  .tm-padding-40-right\@l {
    padding-right: 40px !important;
  }
  .tm-padding-48\@l {
    padding: 48px;
  }
  .tm-padding-48-top\@l {
    padding-top: 48px !important;
  }
  .tm-padding-48-bottom\@l {
    padding-bottom: 48px !important;
  }
  .tm-padding-48-left\@l {
    padding-left: 48px !important;
  }
  .tm-padding-48-right\@l {
    padding-right: 48px !important;
  }
  .tm-padding-56\@l {
    padding: 56px;
  }
  .tm-padding-56-top\@l {
    padding-top: 56px !important;
  }
  .tm-padding-56-bottom\@l {
    padding-bottom: 56px !important;
  }
  .tm-padding-56-left\@l {
    padding-left: 56px !important;
  }
  .tm-padding-56-right\@l {
    padding-right: 56px !important;
  }
  .tm-padding-64\@l {
    padding: 64px;
  }
  .tm-padding-64-top\@l {
    padding-top: 64px !important;
  }
  .tm-padding-64-bottom\@l {
    padding-bottom: 64px !important;
  }
  .tm-padding-64-left\@l {
    padding-left: 64px !important;
  }
  .tm-padding-64-right\@l {
    padding-right: 64px !important;
  }
  .tm-padding-80\@l {
    padding: 80px;
  }
  .tm-padding-80-top {
    padding-top: 80px !important;
  }
  .tm-padding-80-bottom\@l {
    padding-bottom: 80px !important;
  }
  .tm-padding-80-left\@l {
    padding-left: 80px !important;
  }
  .tm-padding-80-right\@l {
    padding-right: 80px !important;
  }
}
@media (min-width: 1440px) {
  .tm-padding-4\@xl {
    padding: 4px;
  }
  .tm-padding-4-top\@xl {
    padding-top: 4px !important;
  }
  .tm-padding-4-bottom\@xl {
    padding-bottom: 4px !important;
  }
  .tm-padding-4-left\@xl {
    padding-left: 4px !important;
  }
  .tm-padding-4-right\@xl {
    padding-right: 4px !important;
  }
  .tm-padding-8\@xl {
    padding: 8px;
  }
  .tm-padding-8-top\@xl {
    padding-top: 8px !important;
  }
  .tm-padding-8-bottom\@xl {
    padding-bottom: 8px !important;
  }
  .tm-padding-8-left\@xl {
    padding-left: 8px !important;
  }
  .tm-padding-8-right\@xl {
    padding-right: 8px !important;
  }
  .tm-padding-16\@xl {
    padding: 16px;
  }
  .tm-padding-16-top\@xl {
    padding-top: 16px !important;
  }
  .tm-padding-16-bottom\@xl {
    padding-bottom: 16px !important;
  }
  .tm-padding-16-left\@xl {
    padding-left: 16px !important;
  }
  .tm-padding-16-right\@xl {
    padding-right: 16px !important;
  }
  .tm-padding-24\@xl {
    padding: 24px;
  }
  .tm-padding-24-top\@xl {
    padding-top: 24px !important;
  }
  .tm-padding-24-bottom\@xl {
    padding-bottom: 24px !important;
  }
  .tm-padding-24-left\@xl {
    padding-left: 24px !important;
  }
  .tm-padding-24-right\@xl {
    padding-right: 24px !important;
  }
  .tm-padding-32\@xl {
    padding: 32px;
  }
  .tm-padding-32-top\@xl {
    padding-top: 32px !important;
  }
  .tm-padding-32-bottom\@xl {
    padding-bottom: 32px !important;
  }
  .tm-padding-32-left\@xl {
    padding-left: 32px !important;
  }
  .tm-padding-32-right\@xl {
    padding-right: 32px !important;
  }
  .tm-padding-40\@xl {
    padding: 40px;
  }
  .tm-padding-40-top\@xl {
    padding-top: 40px !important;
  }
  .tm-padding-40-bottom\@xl {
    padding-bottom: 40px !important;
  }
  .tm-padding-40-left\@xl {
    padding-left: 40px !important;
  }
  .tm-padding-40-right\@xl {
    padding-right: 40px !important;
  }
  .tm-padding-48\@xl {
    padding: 48px;
  }
  .tm-padding-48-top\@xl {
    padding-top: 48px !important;
  }
  .tm-padding-48-bottom\@xl {
    padding-bottom: 48px !important;
  }
  .tm-padding-48-left\@xl {
    padding-left: 48px !important;
  }
  .tm-padding-48-right\@xl {
    padding-right: 48px !important;
  }
  .tm-padding-56\@xl {
    padding: 56px;
  }
  .tm-padding-56-top\@xl {
    padding-top: 56px !important;
  }
  .tm-padding-56-bottom\@xl {
    padding-bottom: 56px !important;
  }
  .tm-padding-56-left\@xl {
    padding-left: 56px !important;
  }
  .tm-padding-56-right\@xl {
    padding-right: 56px !important;
  }
  .tm-padding-64\@xl {
    padding: 64px;
  }
  .tm-padding-64-top\@xl {
    padding-top: 64px !important;
  }
  .tm-padding-64-bottom\@xl {
    padding-bottom: 64px !important;
  }
  .tm-padding-64-left\@xl {
    padding-left: 64px !important;
  }
  .tm-padding-64-right\@xl {
    padding-right: 64px !important;
  }
  .tm-padding-80\@xl {
    padding: 80px;
  }
  .tm-padding-80-top {
    padding-top: 80px !important;
  }
  .tm-padding-80-bottom\@xl {
    padding-bottom: 80px !important;
  }
  .tm-padding-80-left\@xl {
    padding-left: 80px !important;
  }
  .tm-padding-80-right\@xl {
    padding-right: 80px !important;
  }
}
@media (min-width: 1800px) {
  .tm-padding-4\@xxl {
    padding: 4px;
  }
  .tm-padding-4-top\@xxl {
    padding-top: 4px !important;
  }
  .tm-padding-4-bottom\@xxl {
    padding-bottom: 4px !important;
  }
  .tm-padding-4-left\@xxl {
    padding-left: 4px !important;
  }
  .tm-padding-4-right\@xxl {
    padding-right: 4px !important;
  }
  .tm-padding-8\@xxl {
    padding: 8px;
  }
  .tm-padding-8-top\@xxl {
    padding-top: 8px !important;
  }
  .tm-padding-8-bottom\@xxl {
    padding-bottom: 8px !important;
  }
  .tm-padding-8-left\@xxl {
    padding-left: 8px !important;
  }
  .tm-padding-8-right\@xxl {
    padding-right: 8px !important;
  }
  .tm-padding-16\@xxl {
    padding: 16px;
  }
  .tm-padding-16-top\@xxl {
    padding-top: 16px !important;
  }
  .tm-padding-16-bottom\@xxl {
    padding-bottom: 16px !important;
  }
  .tm-padding-16-left\@xxl {
    padding-left: 16px !important;
  }
  .tm-padding-16-right\@xxl {
    padding-right: 16px !important;
  }
  .tm-padding-24\@xxl {
    padding: 24px;
  }
  .tm-padding-24-top\@xxl {
    padding-top: 24px !important;
  }
  .tm-padding-24-bottom\@xxl {
    padding-bottom: 24px !important;
  }
  .tm-padding-24-left\@xxl {
    padding-left: 24px !important;
  }
  .tm-padding-24-right\@xxl {
    padding-right: 24px !important;
  }
  .tm-padding-32\@xxl {
    padding: 32px;
  }
  .tm-padding-32-top\@xxl {
    padding-top: 32px !important;
  }
  .tm-padding-32-bottom\@xxl {
    padding-bottom: 32px !important;
  }
  .tm-padding-32-left\@xxl {
    padding-left: 32px !important;
  }
  .tm-padding-32-right\@xxl {
    padding-right: 32px !important;
  }
  .tm-padding-40\@xxl {
    padding: 40px;
  }
  .tm-padding-40-top\@xxl {
    padding-top: 40px !important;
  }
  .tm-padding-40-bottom\@xxl {
    padding-bottom: 40px !important;
  }
  .tm-padding-40-left\@xxl {
    padding-left: 40px !important;
  }
  .tm-padding-40-right\@xxl {
    padding-right: 40px !important;
  }
  .tm-padding-48\@xxl {
    padding: 48px;
  }
  .tm-padding-48-top\@xxl {
    padding-top: 48px !important;
  }
  .tm-padding-48-bottom\@xxl {
    padding-bottom: 48px !important;
  }
  .tm-padding-48-left\@xxl {
    padding-left: 48px !important;
  }
  .tm-padding-48-right\@xxl {
    padding-right: 48px !important;
  }
  .tm-padding-56\@xxl {
    padding: 56px;
  }
  .tm-padding-56-top\@xxl {
    padding-top: 56px !important;
  }
  .tm-padding-56-bottom\@xxl {
    padding-bottom: 56px !important;
  }
  .tm-padding-56-left\@xxl {
    padding-left: 56px !important;
  }
  .tm-padding-56-right\@xxl {
    padding-right: 56px !important;
  }
  .tm-padding-64\@xxl {
    padding: 64px;
  }
  .tm-padding-64-top\@xxl {
    padding-top: 64px !important;
  }
  .tm-padding-64-bottom\@xxl {
    padding-bottom: 64px !important;
  }
  .tm-padding-64-left\@xxl {
    padding-left: 64px !important;
  }
  .tm-padding-64-right\@xxl {
    padding-right: 64px !important;
  }
  .tm-padding-80\@xxl {
    padding: 80px;
  }
  .tm-padding-80-top {
    padding-top: 80px !important;
  }
  .tm-padding-80-bottom\@xxl {
    padding-bottom: 80px !important;
  }
  .tm-padding-80-left\@xxl {
    padding-left: 80px !important;
  }
  .tm-padding-80-right\@xxl {
    padding-right: 80px !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: max-content;
}
[class*="uk-position-center-left"],
[class*="uk-position-center-right"],
.uk-position-center-vertical {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}
.uk-position-center-left {
  left: 0;
}
.uk-position-center-right {
  right: 0;
}
.uk-position-center-vertical {
  left: 0;
  right: 0;
}
.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}
.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}
.uk-position-top-center,
.uk-position-bottom-center,
.uk-position-center-horizontal {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  width: max-content;
}
.uk-position-top-center {
  top: 0;
}
.uk-position-bottom-center {
  bottom: 0;
}
.uk-position-center-horizontal {
  top: 0;
  bottom: 0;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-small {
  margin: 16px;
  --uk-position-margin-offset: 16px;
}
.uk-position-medium {
  margin: 32px;
  --uk-position-margin-offset: 32px;
}
.uk-position-large {
  margin: 32px;
  --uk-position-margin-offset: 32px;
}
@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: sticky !important;
}
.uk-position-z-index {
  z-index: 1;
}
.uk-position-z-index-zero {
  z-index: 0;
}
.uk-position-z-index-negative {
  z-index: -1;
}
.uk-position-z-index-high {
  z-index: 990;
}
:where(.uk-transition-fade),
:where([class*="uk-transition-scale"]),
:where([class*="uk-transition-slide"]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}
.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(
      var(--uk-position-translate-x),
      var(--uk-position-translate-y)
    )
    translate(var(--uk-translate-x), var(--uk-translate-y))
    scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:focus-within .uk-transition-fade,
.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:focus-within .uk-transition-scale-up,
.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:focus-within .uk-transition-scale-down,
.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:focus-within [class*="uk-transition-slide"],
.uk-transition-active.uk-active [class*="uk-transition-slide"] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}
.uk-transition-opaque {
  opacity: 1;
}
.uk-transition-slow {
  transition-duration: 0.7s;
}
.uk-transition-disable,
.uk-transition-disable * {
  transition: none !important;
}
[hidden],
.uk-hidden,
.uk-hidden-empty:empty {
  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: 1440px) {
  .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: 1439px) {
  .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-visible):not(:has(:focus-visible)),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !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-inverse: initial;
}
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*="uk-card-media"]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*="uk-card-media"]),
.uk-overlay-primary,
.uk-offcanvas-bar {
  --uk-inverse: light;
}
.uk-dark,
.uk-section-default:not(.uk-preserve-color),
.uk-section-muted:not(.uk-preserve-color),
.uk-tile-default:not(.uk-preserve-color),
.uk-tile-muted:not(.uk-preserve-color),
.uk-card-default.uk-card-body,
.uk-card-default > :not([class*="uk-card-media"]),
.uk-overlay-default,
.uk-dropbar,
.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-dropdown,
.uk-dropdown {
  --uk-inverse: dark;
}
.uk-inverse-light {
  --uk-inverse: light !important;
}
.uk-inverse-dark {
  --uk-inverse: dark !important;
}
@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;
  }
}
@font-face {
  font-family: "Inter";
  src:
    url("/templates/Сhinim/fonts/inter/inter-regular.woff2")
      format("woff2"),
    url("/templates/Сhinim/fonts/inter/inter-regular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src:
    url("/templates/Сhinim/fonts/inter/inter-medium.woff2")
      format("woff2"),
    url("/templates/Сhinim/fonts/inter/inter-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src:
    url("/templates/Сhinim/fonts/inter/inter-semibold.woff2")
      format("woff2"),
    url("/templates/Сhinim/fonts/inter/inter-semibold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}
:root {
  --uk-breakpoint-xxl: 1800px;
}
:root {
  --tm-color-silver: #c0c0c0;
  --tm-color-white-smoke: #f5f5f5;
  --tm-color-white: #fff;
  --tm-color-gray-100: #9c9c9c;
  --tm-color-gray-200: #828282;
  --tm-color-gray-300: #737373;
  --tm-color-gray-400: #5e5e5e;
  --tm-color-gray-500: #505050;
  --tm-color-gray-600: #404040;
  --tm-color-gray-700: #353535;
  --tm-color-gray-800: #303030;
  --tm-color-gray-900: #252525;
  --tm-color-light-black: #202020;
  --tm-color-middle-black: #1b1b1b;
  --tm-color-black: #141414;
  --tm-color-lime: #077e48;
  --tm-color-lime-100: #00cb6f;
  --tm-color-lime-300: #7ec734;
  --tm-color-lime-600: #83905a;
  --tm-color-lime-900: #252e0a;
  --tm-color-blue: #9bd3f2;
  --tm-color-dark-blue: #121e40;
  --tm-color-orange: #fb5;
  --tm-color-dark-orange: #411c0d;
  --tm-color-red: #ff6c6c;
  --tm-color-dark-red: #44040f;
  --tm-color-purple: #6046ff;
  --tm-color-purple-100: #9074ff;
  --tm-color-purple-300: #564793;
  --tm-color-whatsapp: #25d366;
  --tm-color-telegram: #08c;
}
.tm-background-white {
  background-color: #fff !important;
}
.tm-background-white-smoke {
  background-color: #f5f5f5 !important;
}
.tm-background-silver {
  background-color: #c0c0c0 !important;
}
.tm-background-gray-100 {
  background-color: #9c9c9c !important;
}
.tm-background-gray-200 {
  background-color: #828282 !important;
}
.tm-background-gray-300 {
  background-color: #737373 !important;
}
.tm-background-gray-400 {
  background-color: #5e5e5e !important;
}
.tm-background-gray-500 {
  background-color: #505050 !important;
}
.tm-background-gray-600 {
  background-color: #404040 !important;
}
.tm-background-gray-700 {
  background-color: #353535 !important;
}
.tm-background-gray-800 {
  background-color: #303030 !important;
}
.tm-background-gray-900 {
  background-color: #252525 !important;
}
.tm-background-light-black {
  background-color: #202020 !important;
}
.tm-background-middle-black {
  background-color: #1b1b1b !important;
}
.tm-background-black {
  background-color: #141414 !important;
}
.tm-background-lime {
  background-color: #077e48 !important;
}
.tm-background-lime-100 {
  background-color: #00cb6f !important;
}
.tm-background-lime-300 {
  background-color: #7ec734 !important;
}
.tm-background-lime-600 {
  background-color: #83905a !important;
}
.tm-background-lime-900 {
  background-color: #252e0a !important;
}
.tm-background-blue {
  background-color: #9bd3f2 !important;
}
.tm-background-dark-blue {
  background-color: #121e40 !important;
}
.tm-background-orange {
  background-color: #fb5 !important;
}
.tm-background-dark-orange {
  background-color: #411c0d !important;
}
.tm-background-red {
  background-color: #ff6c6c !important;
}
.tm-background-dark-red {
  background-color: #44040f !important;
}
.tm-background-purple {
  background-color: #6046ff !important;
}
.tm-background-purple-100 {
  background-color: #9074ff !important;
}
.tm-background-purple-300 {
  background-color: #564793 !important;
}
@media (min-width: 640px) {
  .tm-button-normal\@s {
    padding: 0 20px;
    font-size: 0.875rem;
    line-height: calc(2.5rem - 2px);
  }
  .uk-button-small\@s {
    padding: 0 16px;
    line-height: calc(2rem - 2px);
    font-size: 0.75rem;
  }
  .uk-button-large\@s {
    padding: 0 32px;
    line-height: calc(3.5rem - 2px);
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .tm-button-normal\@m {
    padding: 0 20px;
    font-size: 0.875rem;
    line-height: calc(2.5rem - 2px);
  }
  .uk-button-small\@m {
    padding: 0 16px;
    line-height: calc(2rem - 2px);
    font-size: 0.75rem;
  }
  .uk-button-large\@m {
    padding: 0 32px;
    line-height: calc(3.5rem - 2px);
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .tm-button-normal\@l {
    padding: 0 20px;
    font-size: 0.875rem;
    line-height: calc(2.5rem - 2px);
  }
  .uk-button-small\@l {
    padding: 0 16px;
    line-height: calc(2rem - 2px);
    font-size: 0.75rem;
  }
  .uk-button-large\@l {
    padding: 0 32px;
    line-height: calc(3.5rem - 2px);
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .tm-button-normal\@xl {
    padding: 0 20px;
    font-size: 0.875rem;
    line-height: calc(2.5rem - 2px);
  }
  .uk-button-small\@xl {
    padding: 0 16px;
    line-height: calc(2rem - 2px);
    font-size: 0.75rem;
  }
  .uk-button-large\@xl {
    padding: 0 32px;
    line-height: calc(3.5rem - 2px);
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  .tm-button-normal\@xxl {
    padding: 0 20px;
    font-size: 0.875rem;
    line-height: calc(2.5rem - 2px);
  }
  .uk-button-small\@xxl {
    padding: 0 16px;
    line-height: calc(2rem - 2px);
    font-size: 0.75rem;
  }
  .uk-button-large\@xxl {
    padding: 0 32px;
    line-height: calc(3.5rem - 2px);
    font-size: 16px;
  }
}
.tm-chat-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 58px;
  height: 58px;
  z-index: 979;
  line-height: 58px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  background: #077e48;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 18px;
  -webkit-tap-highlight-color: transparent;
}
.tm-chat-btn__text {
  color: #000;
  background: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22%3E%3Cpath d%3D%22M6.67391 19.1641C7.06114 19.1641 7.40082 18.9983 7.86957 18.5838L10.0503 16.6079C10.553 17.1399 11.3071 17.4231 12.2514 17.4231H14.5747L16.837 19.399C17.2853 19.7858 17.6046 20 17.9715 20C18.5149 20 18.8342 19.6062 18.8342 19.0052V17.4231H19.1467C20.8587 17.4231 22 16.3592 22 14.57V10.3489C22 8.53195 20.8383 7.44042 19.0924 7.44042H17.9103V6.99137C17.9103 5.11226 16.7758 4 14.9144 4H4.99592C3.18886 4 2 5.11226 2 6.99137V13.4577C2 15.3092 3.16848 16.4076 4.94158 16.4076H5.79755V18.1762C5.79755 18.7841 6.12364 19.1641 6.67391 19.1641ZM7.01359 15.7306C7.01359 15.3161 6.76223 15.1019 6.42255 15.1019H5.15897C4.03125 15.1019 3.3519 14.4594 3.3519 13.2643V7.14335C3.3519 5.94819 4.03804 5.29879 5.15897 5.29879H14.7446C15.8723 5.29879 16.5516 5.94819 16.5516 7.14335V7.44042H12.2514C10.4443 7.44042 9.34375 8.53195 9.34375 10.3489V14.57C9.34375 14.8601 9.37092 15.1226 9.42527 15.3713L7.01359 17.6649V15.7306ZM17.625 18.5009L15.4986 16.5389C15.1997 16.2625 14.9484 16.1382 14.5476 16.1382H12.394C11.3274 16.1382 10.6821 15.5371 10.6821 14.3903V10.4801C10.6821 9.34715 11.3274 8.7323 12.394 8.7323H18.9429C20.0163 8.7323 20.6617 9.34715 20.6617 10.4801V14.3903C20.6617 15.5302 20.0095 16.1382 18.9429 16.1382H18.2092C17.8764 16.1382 17.625 16.3454 17.625 16.7599V18.5009Z%22 fill%3D%22black%22/%3E%3C/svg%3E")
    0 18px no-repeat;
  overflow: hidden;
  max-width: 100%;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  background-position-x: 0%;
}
.tm-chat-btn__text span {
  opacity: 0;
  padding-left: 32px;
  transition: opacity 0.2s ease-in-out;
}
@media not all and (pointer: coarse) {
  .tm-chat-btn:hover {
    width: 210px;
  }
  html[lang="en"] .tm-chat-btn:hover {
    width: 154px;
  }
  html[lang="ar"] .tm-chat-btn:hover {
    width: 145px;
  }
  .tm-chat-btn:hover .tm-chat-btn__text span {
    opacity: 1;
  }
}
.js-ready .tm-label-infield {
  position: relative;
}
.js-ready .tm-label-infield label {
  cursor: text;
  color: #9c9c9c;
  position: absolute;
  top: 8px;
  left: 16px;
  margin: 0;
  font-size: 0.75rem;
  line-height: 16px;
  transition: all 0.1s;
  z-index: 1;
}
.js-ready
  .tm-label-infield
  label:hover
  + .uk-form-controls
  > .uk-input:not(:disabled) {
  border: 2px solid #404040;
  background-position: right 15px center;
  padding: 23px 15px 5px 15px;
}
.js-ready
  .tm-label-infield.isEmpty:not(.isFocused):has(
    .uk-form-controls:not(.tm-mask-phone)
  )
  label {
  color: #9c9c9c;
  top: 16px;
  font-size: 1rem;
  line-height: 24px;
}
.js-ready .tm-label-infield:has(.uk-input:disabled) label {
  color: #5e5e5e;
}
.js-ready .tm-label-infield:has(.uk-input.uk-form-danger) label {
  color: #ff6c6c;
}
.tm-mask-phone,
.tm-mask-phone-new {
  position: relative;
}
.tm-mask-phone::before,
.tm-mask-phone-new::before {
  content: attr(data-mask);
  position: absolute;
  font-size: 0.875rem;
  line-height: 20px;
  left: 17px;
  top: 16px;
  color: #f5f5f5;
  cursor: text;
}
.tm-label-infield .tm-mask-phone::before,
.tm-label-infield .tm-mask-phone-new::before {
  top: 25px;
}
@media (min-width: 640px) {
  .tm-mask-phone::before,
  .tm-mask-phone-new::before {
    font-size: 16px;
    line-height: 24px;
  }
}
.tm-mask-phone:has(:not(.uk-input:focus))::before,
.tm-mask-phone-new:has(:not(.uk-input:focus))::before {
  display: none;
}
.isFocused .tm-mask-phone::before,
.isFocused .tm-mask-phone-new::before {
  display: block !important;
}
.tm-label-hidden label {
  display: none;
}
.sf2-form-label-wrap {
  color: #f5f5f5;
  line-height: 20px;
}
.sf2-form-label-wrap
  + .sf2-form-element-wrap:has(
    .uk-input:not([type="radio"]):not([type="checkbox"])
  ),
.sf2-form-label-wrap + .sf2-form-element-wrap:has(.uk-textarea),
.sf2-form-label-wrap + .sf2-form-element-wrap:has(.uk-select) {
  margin-top: 4px;
}
.tm-products-grid {
  --col-min-width: 304px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--col-min-width), 1fr));
  gap: 16px;
}
@media (min-width: 640px) {
  .tm-products-grid {
    ---col-min-width: 324px;
  }
}
.tm-products-grid > .uk-width-1-1 {
  grid-column: 1 / -1;
}
.tm-mainnav-dropdown {
  padding: 24px 0 72px 0;
}
.tm-mainnav-blurred-overlay {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110%;
  z-index: 989;
  transition: all 0.3s ease;
}
.tm-text-underline {
  text-decoration: underline;
}
.tm-line-through {
  text-decoration: line-through;
}
.tm-font-medium {
  font-weight: 500;
}
.tm-font-semi-bold {
  font-weight: 600;
}
.tm-color-white {
  color: #fff !important;
}
.tm-color-white-smoke {
  color: #f5f5f5 !important;
}
.tm-color-silver {
  color: #c0c0c0 !important;
}
.tm-color-gray-100 {
  color: #9c9c9c !important;
}
.tm-color-gray-200 {
  color: #828282 !important;
}
.tm-color-gray-300 {
  color: #737373 !important;
}
.tm-color-gray-400 {
  color: #5e5e5e !important;
}
.tm-color-gray-500 {
  color: #505050 !important;
}
.tm-color-gray-600 {
  color: #404040 !important;
}
.tm-color-gray-700 {
  color: #353535 !important;
}
.tm-color-gray-800 {
  color: #303030 !important;
}
.tm-color-gray-900 {
  color: #252525 !important;
}
.tm-color-light-black {
  color: #202020 !important;
}
.tm-color-middle-black {
  color: #1b1b1b !important;
}
.tm-color-black {
  color: #141414 !important;
}
.tm-color-lime {
  color: #077e48 !important;
}
.tm-color-lime-100 {
  color: #00cb6f !important;
}
.tm-color-lime-300 {
  color: #7ec734 !important;
}
.tm-color-lime-600 {
  color: #83905a !important;
}
.tm-color-lime-900 {
  color: #252e0a !important;
}
.tm-color-blue {
  color: #9bd3f2 !important;
}
.tm-color-dark-blue {
  color: #121e40 !important;
}
.tm-color-orange {
  color: #fb5 !important;
}
.tm-color-dark-orange {
  color: #411c0d !important;
}
.tm-color-red {
  color: #ff6c6c !important;
}
.tm-color-dark-red {
  color: #44040f !important;
}
.tm-color-purple {
  color: #6046ff !important;
}
.tm-color-purple-100 {
  color: #9074ff !important;
}
.tm-color-purple-300 {
  color: #564793 !important;
}
.tm-color-whatsapp {
  color: #25d366 !important;
}
.tm-color-telegram {
  color: #08c !important;
}
.tm-table-specs.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #404040;
}
.tm-table-specs__group-head + tr {
  border-top-color: #077e48 !important;
}
.tm-table-specs td {
  font-size: 14px;
  color: #c0c0c0;
}
.tm-table-specs__property-name {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #828282 !important;
  padding: 16px 0 !important;
}
.tm-table-specs__group-head th {
  padding: 16px 0 !important;
}
@media (max-width: 639px) {
  .tm-table-specs th {
    padding: 8px 0;
  }
  .tm-table-specs--icons td:not([colspan="2"]) {
    padding-left: 32px !important;
  }
}
.tm-fps-table__color-sample--fullhd {
  background: #4a86e7;
}
.tm-fps-table__color-sample--qhd {
  background: #af4ac9;
}
.tm-fps-table__color-sample--4k {
  background: #f6b26b;
}
.tm-fps-table__fps-cell {
  background-image: linear-gradient(90deg, #404040, transparent 1px);
  overflow: hidden;
  padding: 8px 0 !important;
}
.tm-fps-table__bar {
  align-items: center;
  border-radius: 0 5px 5px 0;
  display: flex;
  height: 10px;
  justify-content: flex-end;
  margin-bottom: 4px;
  max-width: calc(100% - 32px);
  transition: transform 0.33s ease-in-out;
  transform: translateX(-100%);
}
.tm-fps-table__bar--fullhd {
  background: linear-gradient(to right, #4aa0e7, #4a86e7);
}
.tm-fps-table__bar--qhd {
  background: linear-gradient(to right, #b85ecf, #af4ac9);
}
.tm-fps-table__bar--4k {
  background: linear-gradient(to right, #f6c96b, #f6b26b);
}
.tm-fps-table__bar.uk-scrollspy-inview {
  transform: translateX(0);
}
.tm-fps-table__bar.uk-scrollspy-inview .tm-fps-table__fps-value {
  opacity: 1;
}
.tm-fps-table__fps-value {
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.33s ease-in-out 0.13s;
  transform: translateX(calc(100% + 4px));
}
.tm-fps-table__axis > * {
  width: 30px;
}
.tm-fps-table__axis > *:first-child {
  margin-right: 7px;
  text-align: center;
}
.tm-fps-table__axis > *:last-child {
  margin-left: -37px;
}
@media (max-width: 639px) {
  body.tm-has-tabbar {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
  body.tm-has-tabbar .tm-chat-btn {
    transform: translateY(calc((64px + env(safe-area-inset-bottom)) * -1));
    right: 12px;
    bottom: 16px;
  }
}
.tm-main-tabbar {
  background: #252525;
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 8px;
  padding: 11px 19px;
  margin: 8px 12px;
  z-index: 990;
}
.tm-main-tabbar__divider {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.tm-main-tabbar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #c0c0c0;
  position: relative;
  text-align: center;
}
.tm-main-tabbar__item.uk-active {
  color: #077e48;
}
.tm-main-tabbar__item .uk-badge {
  position: absolute;
  top: -3px;
  right: 3px;
  transform: translateX(50%);
}
.tm-toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.tm-toggle__checkbox {
  position: absolute;
  left: -9999px;
}
.tm-toggle__label {
  margin-right: 10px;
  user-select: none;
  cursor: pointer;
}
.tm-toggle__switch,
.tm-toggle__knob {
  display: inline-block;
  border-radius: 16px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.tm-toggle__switch {
  height: 24px;
  width: 48px;
  background-color: #737373;
  will-change: background-color;
  cursor: pointer;
  border: solid 1px transparent;
}
.tm-toggle__switch:hover {
  background-color: #828282;
}
.tm-toggle__knob {
  margin-top: 3px;
  transform: translate3d(3px, 0, 0);
  width: 18px;
  height: 18px;
  background-color: #f5f5f5;
  border: none;
  will-change: transform;
}
.tm-toggle__checkbox:checked ~ .tm-toggle__switch {
  background-color: #7ec734;
  border: solid 1px #7ec734;
}
.tm-toggle__checkbox:checked ~ .tm-toggle__switch .tm-toggle__knob {
  transform: translate3d(28px, 0, 0);
}
.tm-toggle__checkbox:disabled ~ .tm-toggle__switch {
  background-color: #404040;
}
.tm-toggle__checkbox:disabled ~ .tm-toggle__switch .tm-toggle__knob {
  background-color: #505050;
}
.tm-footer-section {
  background-color: #1b1b1b;
}
@media (max-width: 639px) {
  .tm-has-tabbar .tm-footer-section {
    margin-bottom: -64px;
    padding-bottom: 64px;
  }
}
.tm-footer-social > div > a > svg {
  width: 40px;
  height: 40px;
}
.tm-footer-social > div > a > svg:hover .tm-footer-social-svg-background {
  fill: inherit;
}
@media (min-width: 960px) {
  .tm-footer-social > div > a > svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 566.1px) {
  .tm-products-slider .uk-slidenav-container {
    display: none;
  }
}
.tm-products-slider .tm-product-teaser {
  width: 306px;
}
@media (min-width: 640px) {
  .tm-products-slider .tm-product-teaser {
    width: 388px;
  }
}
.tm-product-teaser__body {
  padding: 16px;
}
.tm-product-teaser__icons {
  display: flex;
  gap: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.tm-product-teaser__icons > :hover {
  color: #fff;
}
.tm-product-teaser__icons > .inCompare {
  color: #077e48;
  opacity: 1 !important;
}
.tm-product-teaser__icons svg {
  width: 16px;
}
.tm-product-teaser__colors > li {
  padding-left: 10px;
}
.tm-product-teaser__colors > li.uk-active > a,
.tm-product-teaser__colors > li.uk-active a:hover {
  border: 1px solid #fff;
}
.tm-product-teaser__colors
  > li.uk-active
  .tm-product-teaser__color-description {
  display: flex;
}
.tm-product-teaser__colors > li > a {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid transparent;
}
.tm-product-teaser__colors > li > a:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.tm-product-teaser__colors > li > a > .uk-icon-button {
  width: 20px;
  height: 20px;
}
.tm-product-teaser__color-description {
  display: none;
  width: 0;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #9c9c9c;
}
.tm-product-teaser__heading {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 16px;
}
.tm-product-teaser__description {
  margin-top: 16px;
}
@media (max-width: 639px) {
  .tm-product-teaser__description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.tm-product-teaser__buttons a,
.tm-product-teaser__buttons button {
  padding: 0;
  line-height: calc(2.5rem - 2px);
}
.tm-product-teaser__fps {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 16px;
  margin-top: 16px;
  background: #303030;
  cursor: pointer;
  border-radius: 8px;
}
.tm-product-teaser__fps:hover {
  background: #353535;
}
.tm-product-teaser__specification {
  margin-top: 8px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.tm-product-teaser__specification > * {
  display: flex;
  align-items: center;
  background: #252525;
  border-radius: 8px;
  padding: 8px 16px;
}
.tm-product-teaser__show-specification {
  cursor: pointer;
}
.tm-product-teaser__show-specification hr {
  margin: 11.5px 0;
  border-color: #404040;
}
.tm-product-teaser__show-specification-link {
  color: #737373;
}
.tm-product-teaser__show-specification:hover
  .tm-product-teaser__show-specification-link {
  color: #077e48;
}
@media (min-width: 640px) {
  .tm-product-teaser__body {
    padding: 24px;
  }
  .tm-product-teaser__icons {
    top: 24px;
    right: 24px;
  }
  .tm-product-teaser__icons svg {
    width: 20px;
  }
  .tm-product-teaser__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .tm-product-teaser__buttons a,
  .tm-product-teaser__buttons button {
    line-height: calc(3rem - 2px);
  }
  .tm-product-teaser__specification {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.suggestions-nowrap {
  white-space: nowrap;
}
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions {
  background: #252525;
  padding: 16px 16px 8px 16px;
  margin: 0;
  border: 2px solid #252525;
  border-radius: 8px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  top: 8px;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 979;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #077e48;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  margin-top: 4px;
}
.suggestions-suggestion {
  padding: 4px 0;
  overflow: hidden;
  line-height: 1.5rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.suggestions-suggestion:not(:first-child) {
  margin-top: 4px;
}
.suggestions-suggestion:hover {
  background: transparent;
}
.suggestions-selected .suggestions-value {
  color: #fff;
}
.suggestions-hint {
  color: #9c9c9c;
  line-height: 1rem;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.suggestions-subtext {
  color: #9c9c9c;
}
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value {
  color: #f5f5f5;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
.suggestions-value:hover {
  color: #fff;
}
.suggestions-promo {
  display: none !important;
}
.tm-scrollable-list {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-left: 0;
  margin-right: 0;
  scrollbar-width: none;
}
.tm-scrollable-list::-webkit-scrollbar {
  display: none;
}
.tm-scrollable-list__item {
  display: inline-block;
  box-sizing: border-box;
  flex: none;
  white-space: normal;
}
.uk-subnav-pill .tm-scrollable-list__item:first-of-type {
  margin: 0;
  padding: 0;
}
.tm-scrollable-list.uk-grid .tm-scrollable-list__item:first-of-type {
  --margin-left: -24px;
  --padding-left: 24px;
  margin-left: var(--margin-left);
  padding-left: var(--padding-left);
}
@media (min-width: 640px) {
  .tm-scrollable-list.uk-grid .tm-scrollable-list__item:first-of-type {
    --margin-left: -32px;
    --padding-left: 32px;
  }
}
@media (min-width: 960px) {
  .tm-scrollable-list.uk-grid .tm-scrollable-list__item:first-of-type {
    --margin-left: -48px;
    --padding-left: 48px;
  }
}
@media (min-width: 1200px) {
  .tm-scrollable-list.uk-grid .tm-scrollable-list__item:first-of-type {
    --margin-left: -40px;
  }
}
.tm-scrollable-list.uk-grid-collapse .tm-scrollable-list__item:first-of-type {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .tm-scrollable-list.uk-grid-collapse .tm-scrollable-list__item:first-of-type {
    margin-left: 0;
  }
}
.tm-scrollable-list.uk-subnav {
  width: initial;
  padding: 0;
}
.tm-scrollable-list.uk-subnav > * > :first-child {
  display: inline-block;
}
.tm-scrollable-list__nav-arrow {
  display: flex;
  align-items: center;
  height: 48px;
  width: 20px;
  padding: 0 10px;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 640px) {
  .tm-scrollable-list__nav-arrow {
    height: 52px;
  }
}
.tm-scrollable-list__nav-arrow--left {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  left: -1px;
  background: linear-gradient(
    90deg,
    #202020 80.59%,
    rgba(32, 32, 32, 0) 101.47%
  );
  justify-content: start;
}
.tm-scrollable-list__nav-arrow--right {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  right: -1px;
  background: linear-gradient(
    90deg,
    rgba(32, 32, 32, 0) -1.47%,
    #202020 19.41%
  );
  justify-content: end;
}
.tm-scrollable-list__nav-arrow--right > svg {
  transform: rotate(180deg);
}
.uk-container .tm-scrollable-list {
  --padding-horizontal: 24px;
  --margin-horizontal: -24px;
  margin: 0 var(--margin-horizontal);
  padding: 0 var(--padding-horizontal);
}
@media (min-width: 640px) {
  .uk-container .tm-scrollable-list {
    --padding-horizontal: 32px;
    --margin-horizontal: -32px;
  }
}
@media (min-width: 960px) {
  .uk-container .tm-scrollable-list {
    --padding-horizontal: 48px;
    --margin-horizontal: -48px;
  }
}
.uk-container .tm-scrollable-list.uk-subnav > li a {
  border-radius: 50px;
}
.uk-container .tm-scrollable-list.uk-subnav-pill {
  padding: 6px;
  margin-left: 0;
  margin-right: 0;
}
.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  left: -9999px;
}
.awesomplete > ul {
  list-style: none;
  margin: 0;
  margin-top: 8px;
  padding: 16px;
  border: 2px solid #252525;
  border-radius: 8px;
  background-color: #252525;
}
.awesomplete > ul > li {
  color: #f5f5f5;
  height: 32px;
  margin-top: 4px;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.awesomplete > ul > li mark {
  background: transparent;
  color: #077e48;
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #202020;
  background-image: none !important;
  border-radius: 8px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  outline: none;
  position: relative;
  user-select: none;
  white-space: nowrap;
}
.nice-select:hover,
.nice-select:active,
.nice-select:focus,
.nice-select.open {
  border-color: #505050;
  border-width: 2px;
  padding: 15px;
  padding-right: 34px;
}
.nice-select:hover:after,
.nice-select:active:after,
.nice-select:focus:after,
.nice-select.open:after {
  right: 15px;
  top: 23px;
}
.nice-select:after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 24px;
  transition: transform 0.15s ease-in-out;
  background: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L15 1" stroke-width="2" stroke="%23F5F5F5"/></svg>')
    no-repeat;
}
.nice-select.open:after {
  transform: rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.uk-disabled {
  background: #202020;
  color: #5e5e5e;
  pointer-events: none;
}
.nice-select.uk-disabled:after {
  background: url('data:image/svg+xml,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L15 1" stroke-width="2" stroke="%23505050"/></svg>')
    no-repeat;
}
.nice-select .list {
  color: #f5f5f5;
  background-color: #252525;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 8px;
  opacity: 0;
  overflow: hidden;
  padding: 12px 16px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-28px);
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list > li:not(:first-child) {
  margin-top: 4px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  list-style: none;
  outline: none;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background: #353535;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #5e5e5e;
  cursor: default;
}
.nice-select > .current {
  line-height: 24px;
  display: block;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
