@charset "UTF-8";
h1, .uk-h1 {
  font-size: 2.5rem;
  line-height: 3rem !important;
}
@media all and (max-width: 39.99875em) {
  h1, .uk-h1 {
    font-size: 2rem;
    line-height: 2.4rem !important;
  }
}

h2, .uk-h2 {
  font-size: 2.3rem;
  line-height: 2.8rem !important;
}
@media all and (max-width: 39.99875em) {
  h2, .uk-h2 {
    font-size: 1.8rem;
    line-height: 2rem !important;
  }
}

h3, .uk-h3 {
  font-size: 2rem;
  line-height: 2.5rem !important;
}
@media all and (max-width: 39.99875em) {
  h3, .uk-h3 {
    font-size: 1.4rem;
    line-height: 1.8rem !important;
  }
}

h5, .uk-h5 {
  font-size: 1.6rem;
  line-height: 2rem !important;
}

h6, .uk-h6 {
  font-size: 1rem;
  line-height: 1.5rem !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000;
}

.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}

.medium-editor-anchor-preview-active {
  visibility: visible;
}

.medium-editor-dragover {
  background: #ddd;
}

.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

.medium-editor-placeholder {
  position: relative;
}

.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-editor-placeholder-relative {
  position: relative;
}

.medium-editor-placeholder-relative:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: relative;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px;
}

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px;
}

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000;
}

.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}

.medium-editor-toolbar li button:focus {
  outline: none;
}

.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}

.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}

.medium-editor-toolbar-active {
  visibility: visible;
}

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}

.medium-editor-relative-toolbar {
  position: relative;
}

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
  animation: medium-editor-pop-upwards 160ms forwards linear;
}

.medium-editor-action-bold {
  font-weight: 200;
}

.medium-editor-action-italic {
  font-style: italic;
}

.medium-editor-toolbar-form {
  display: none;
}

.medium-editor-toolbar-form input,
.medium-editor-toolbar-form a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: 200;
  margin: 0 10px;
  text-decoration: none;
}

.medium-editor-toolbar-form-active {
  display: block;
}

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}

.medium-editor-element img {
  max-width: 100%;
}

.medium-editor-element sub {
  vertical-align: sub;
}

.medium-editor-element sup {
  vertical-align: super;
}

.medium-editor-hidden {
  display: none;
}

.medium-toolbar-arrow-under:after {
  border-color: #202124 transparent transparent transparent;
  top: 30px;
}

.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #202124 transparent;
}

.medium-editor-toolbar {
  background-color: #202124;
  border: solid rgba(255, 255, 255, 0.05) 1px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.medium-editor-toolbar li button {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #ccc;
  height: 30px;
  min-width: 40px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.medium-editor-toolbar li button:hover {
  background-color: #131415;
  color: #b4b4b4;
}

.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding-left: 24px;
}

.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 5px;
  border-right: none;
  border-top-right-radius: 5px;
  padding-right: 24px;
}

.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #111113;
  color: #b4b4b4;
}

.medium-editor-toolbar-form {
  background: #202124;
  border-radius: 5px;
  color: #ccc;
  overflow: hidden;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #202124;
  box-sizing: border-box;
  color: #ccc;
  height: 30px;
  padding-left: 16px;
  width: 220px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
  /* Firefox 18- */
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
  color: #f8f5f3;
  color: rgba(248, 245, 243, 0.8);
}

.medium-editor-toolbar-form a {
  color: #ccc;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.medium-editor-toolbar-form .medium-editor-toolbar-close {
  margin-right: 16px;
}

.medium-editor-toolbar-anchor-preview {
  background: #202124;
  border-radius: 5px;
  padding: 2px 12px;
}

.medium-editor-anchor-preview a {
  color: #ccc;
  text-decoration: none;
}

.medium-editor-toolbar-actions li, .medium-editor-toolbar-actions button {
  border-radius: 5px;
}

.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-btn > .anticon {
  line-height: 1;
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}

.ant-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}

.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}

.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}

.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}

.ant-btn > a:only-child {
  color: currentColor;
}

.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn:hover,
.ant-btn:focus {
  color: #E1001A;
  background-color: #fff;
  border-color: #E1001A;
}

.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}

.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn:active,
.ant-btn.active {
  color: #E1001A;
  background-color: #fff;
  border-color: #E1001A;
}

.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}

.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}

.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}

.ant-btn-primary {
  color: #fff;
  background-color: #E1001A;
  border-color: #E1001A;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #E1001A;
  border-color: #E1001A;
}

.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #E1001A;
  border-color: #E1001A;
}

.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #E1001A;
  border-left-color: #E1001A;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #E1001A;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #E1001A;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}

.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}

.ant-btn-ghost > a:only-child {
  color: currentColor;
}

.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #E1001A;
  background-color: transparent;
  border-color: #E1001A;
}

.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #E1001A;
  background-color: transparent;
  border-color: #E1001A;
}

.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}

.ant-btn-dashed > a:only-child {
  color: currentColor;
}

.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #E1001A;
  background-color: #fff;
  border-color: #E1001A;
}

.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #E1001A;
  background-color: #fff;
  border-color: #E1001A;
}

.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}

.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}

.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-link {
  color: #E1001A;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #E1001A;
  background-color: transparent;
  border-color: #E1001A;
}

.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-link:active,
.ant-btn-link.active {
  color: #E1001A;
  background-color: transparent;
  border-color: #E1001A;
}

.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}

.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}

.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 4px;
}

.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}

.ant-btn-icon-only > i {
  vertical-align: middle;
}

.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 32px;
}

.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 40px;
}

.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px;
}

.ant-btn-round.ant-btn-icon-only {
  width: auto;
}

.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}

.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  pointer-events: none;
}

.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}

.ant-btn.ant-btn-loading {
  position: relative;
}

.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}

.ant-btn.ant-btn-loading::before {
  display: block;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}

.ant-btn-group {
  position: relative;
  display: inline-block;
}

.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}

.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}

.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}

.ant-btn-group > .ant-btn-icon-only {
  font-size: 14px;
}

.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px;
}

.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}

.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px;
}

.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}

.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}

.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}

.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}

.ant-btn-group .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}

.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}

.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}

.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}

.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-btn-group > .ant-btn-group {
  float: left;
}

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}

.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}

.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}

.ant-btn-background-ghost.ant-btn-primary {
  color: #E1001A;
  background-color: transparent;
  border-color: #E1001A;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #E1001A;
  background-color: transparent;
  border-color: #E1001A;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #E1001A;
  background-color: transparent;
  border-color: #E1001A;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-link {
  color: #E1001A;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}

.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #E1001A;
  background-color: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #E1001A;
  background-color: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}

.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}

.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}

.ant-btn-block {
  width: 100%;
}

.ant-btn:empty {
  vertical-align: top;
}

a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}

a.ant-btn-lg {
  line-height: 38px;
}

a.ant-btn-sm {
  line-height: 22px;
}

.ant-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
}

.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

.ant-form label {
  font-size: 14px;
}

.ant-form input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ant-form input[type=radio],
.ant-form input[type=checkbox] {
  line-height: normal;
}

.ant-form input[type=file] {
  display: block;
}

.ant-form input[type=range] {
  display: block;
  width: 100%;
}

.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}

.ant-form input[type=file]:focus,
.ant-form input[type=radio]:focus,
.ant-form input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}

.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}

.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}

.ant-form-item-label > label::after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: " ";
}

.ant-form-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  margin-bottom: 0;
  vertical-align: top;
}

.ant-form-item label {
  position: relative;
}

.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}

.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}

.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: "";
}

.ant-form-item-control::after {
  clear: both;
}

.ant-form-item-children {
  position: relative;
}

.ant-form-item-with-help {
  margin-bottom: 5px;
}

.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

.ant-form-item-label-left {
  text-align: left;
}

.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}

.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-form-explain {
  margin-bottom: -1px;
}

.ant-form-extra {
  padding-top: 4px;
}

.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}

.ant-form-split {
  display: block;
  text-align: center;
}

form .has-feedback .ant-input {
  padding-right: 30px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}

form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}

form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}

form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}

form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}

form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}

form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}

form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}

form .ant-upload {
  background: transparent;
}

form input[type=radio],
form input[type=checkbox] {
  width: 14px;
  height: 14px;
}

form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}

form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}

form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}

form .ant-input-number-handler-wrap {
  z-index: 2;
}

form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}

form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}

form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}

form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}

.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}

.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}

.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}

.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}

.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}

.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}

@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}

.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}

.ant-form-inline .ant-form-text {
  display: inline-block;
}

.ant-form-inline .has-feedback {
  display: inline-block;
}

.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}

.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
  animation-name: diffZoomIn1 !important;
}

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}

.has-warning .ant-input-prefix {
  color: #faad14;
}

.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .has-feedback {
  color: #faad14;
}

.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
  animation-name: diffZoomIn3 !important;
}

.has-warning .ant-select-selection {
  border-color: #faad14;
}

.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}

.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}

.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}

.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}

.has-error .ant-input-prefix {
  color: #f5222d;
}

.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .has-feedback {
  color: #f5222d;
}

.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
  animation-name: diffZoomIn2 !important;
}

.has-error .ant-select-selection {
  border-color: #f5222d;
}

.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}

.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}

.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}

.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #f5222d;
}

.has-error .ant-transfer-list {
  border-color: #f5222d;
}

.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #E1001A;
  border-right-width: 1px !important;
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #E1001A;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #E1001A;
}

.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}

.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}

.ant-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input:hover {
  border-color: #E1001A;
  border-right-width: 1px !important;
}

.ant-input:focus {
  border-color: #E1001A;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}

.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.ant-input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.ant-input-group > [class*=col-] {
  padding-right: 8px;
}

.ant-input-group > [class*=col-]:last-child {
  padding-right: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}

.ant-input-group-wrap > * {
  display: block !important;
}

.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}

.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}

.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}

.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}

.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #E1001A;
}

.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group-addon:first-child {
  border-right: 0;
}

.ant-input-group-addon:last-child {
  border-left: 0;
}

.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}

.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}

.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}

.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}

.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: "";
}

.ant-input-group.ant-input-group-compact::after {
  clear: both;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}

.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}

.ant-input-affix-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: "tnum";
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #E1001A;
  border-right-width: 1px !important;
}

.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}

.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}

.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px;
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px;
}

.ant-input-affix-wrapper .ant-input {
  min-height: 100%;
}

.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ant-input-password-icon:hover {
  color: #333;
}

.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: 0;
}

.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}

.ant-input-clear-icon + i {
  margin-left: 6px;
}

.ant-input-textarea-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}

.ant-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-input-textarea-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}

.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}

.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}

.ant-input-search-enter-button input {
  border-right: 0;
}

.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}

.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.show-help-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
  animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
  animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ant-form-item .ant-form-explain {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}

.ant-form-item label {
  display: block;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.8;
}

.add-form button {
  border-radius: 3px;
  font-size: 16px;
  line-height: 30px !important;
  font-weight: 500;
  height: auto !important;
}

.add-form [type=color],
.add-form [type=date],
.add-form [type=datetime-local],
.add-form [type=datetime],
.add-form [type=email],
.add-form [type=month],
.add-form [type=number],
.add-form [type=password],
.add-form [type=search],
.add-form [type=tel],
.add-form [type=text],
.add-form [type=time],
.add-form [type=url],
.add-form [type=week],
.add-form textarea {
  margin: 0;
  width: 100%;
  padding: 7px;
  font-size: 16px !important;
}

.add-form .spinner-mail-con {
  position: relative;
}

.add-form .spinner-mail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.add-form .spinner-mail .uk-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.47);
  color: #FFF;
  border-radius: 10px;
}

.add-form .spinner-mail-out {
  transition: opacity 0.3s ease-in;
  opacity: 0;
  height: 0;
}

.add-form label {
  display: block;
  margin: 0;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

.add-form .ant-form-item-with-help {
  margin-bottom: 25px;
}

.ant-select-dropdown-menu {
  margin: 0;
  padding: 0;
}

.ant-switch {
  line-height: 1.8 !important;
  font-size: 0.75rem !important;
}

.ant-form label {
  text-transform: none;
  font-weight: inherit;
}

.switch-value span {
  margin-left: 5px;
}

.form__message {
  color: #333;
}

.ant-form-item .ant-form-explain {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.ant-form-item button {
  border-radius: 3px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  height: auto !important;
}
.ant-form-item label {
  display: block;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.8;
}
.add-form [type=color],
.add-form [type=date],
.add-form [type=datetime-local],
.add-form [type=datetime],
.add-form [type=email],
.add-form [type=month],
.add-form [type=number],
.add-form [type=password],
.add-form [type=search],
.add-form [type=tel],
.add-form [type=text],
.add-form [type=time],
.add-form [type=url],
.add-form [type=week],
.add-form textarea {
  margin: 0;
  width: 100%;
  padding: 7px;
  font-size: 16px !important;
}
.add-form .spinner-mail-con {
  position: relative;
}
.add-form .spinner-mail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.add-form .spinner-mail .uk-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.47);
  color: #FFF;
  border-radius: 10px;
}
.add-form .spinner-mail-out {
  transition: opacity 0.3s ease-in;
  opacity: 0;
  height: 0;
}
.add-form label {
  display: block;
  margin: 0;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.add-form .ant-form-item-with-help {
  margin-bottom: 0;
}

.ant-select-dropdown-menu {
  margin: 0;
  padding: 0;
}

.ant-switch {
  line-height: 1.8 !important;
  font-size: 0.75rem !important;
}

.ant-form label {
  text-transform: none;
  font-weight: inherit;
}

.switch-value button {
  margin-right: 20px !important;
}
.switch-value span {
  margin-left: 5px;
}

.form__message {
  color: #333;
}

.uk-background-secondary .ant-form-item-children span,
.uk-background-secondary .ant-form-item-label > label {
  color: rgba(255, 255, 255, 0.76) !important;
}

.uk-background-secondary .ant-select-selection span {
  color: rgb(0, 0, 0) !important;
}

.ant-form-item .ant-switch {
  margin-right: 10px;
}

.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
}

.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}

.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 32px;
}

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px;
}

.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}

.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}

.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}

.ant-select-auto-complete.ant-select .ant-input {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
}

.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #E1001A;
  border-right-width: 1px !important;
}

.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
  background-color: transparent;
}

.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}

.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}

.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none;
}

.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  outline: 0;
}

.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}

.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  transform-origin: 50% 50%;
}

.ant-select-arrow > * {
  line-height: 1;
}

.ant-select-arrow svg {
  display: inline-block;
}

.ant-select-arrow::before {
  display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}

.ant-select-arrow .ant-select-arrow-icon svg {
  transition: transform 0.3s;
}

.ant-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}

.ant-select-selection:hover {
  border-color: #E1001A;
  border-right-width: 1px !important;
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #E1001A;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(193, 0, 19, 0.2);
}

.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}

.ant-select-selection__clear::before {
  display: block;
}

.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}

.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}

.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}

.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}

.ant-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}

.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px;
}

.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px;
}

.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}

.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: ".";
  pointer-events: none;
}

.ant-select-lg {
  font-size: 16px;
}

.ant-select-lg .ant-select-selection--single {
  height: 40px;
}

.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}

.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}

.ant-select-sm .ant-select-selection--single {
  height: 24px;
}

.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}

.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}

.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}

.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}

.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}

.ant-select-search__field__placeholder {
  left: 12px;
}

.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}

.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}

.ant-select-search--inline > i {
  float: right;
}

.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}

.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: "";
}

.ant-select-selection--multiple::after {
  clear: both;
}

.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: "";
}

.ant-select-selection--multiple::after {
  clear: both;
}

.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
}

.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}

.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}

.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select-selection--multiple .ant-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9 ;
  transform: scale(0.83333333) rotate(0deg);
}

.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 16px;
}

.ant-select-allow-clear .ant-select-selection--single .ant-select-selection-selected-value {
  padding-right: 16px;
}

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}

.ant-select-open .ant-select-arrow-icon svg {
  transform: rotate(180deg);
}

.ant-select-open .ant-select-selection {
  border-color: #E1001A;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(193, 0, 19, 0.2);
}

.ant-select-combobox .ant-select-arrow {
  display: none;
}

.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}

.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}

.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
  display: none;
}

.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}

.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}

.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}

.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #ffe7e6;
}

.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}

.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}

.ant-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}

.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #ffe7e6;
}

.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #E1001A;
}

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px;
}

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}

.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.36s;
  user-select: none;
}

.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
}

.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: " ";
}

.ant-switch::after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}

.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px;
}

.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent;
}

.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #E1001A;
}

.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(193, 0, 19, 0.2);
}

.ant-switch:focus:hover {
  box-shadow: none;
}

.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}

.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px;
}

.ant-switch-small::after {
  width: 12px;
  height: 12px;
}

.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px;
}

.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px;
}

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  transform: scale(0.66667);
}

.ant-switch-checked {
  background-color: #E1001A;
}

.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}

.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  transform: translateX(-100%);
}

.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}

.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}

.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed;
}

.ant-form-item {
  margin: 3px 0 10px 0;
}
.ant-form-item .ant-form-explain {
  position: relative !important;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.ant-form-item button {
  border-radius: 3px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  height: auto !important;
}
.ant-form-item label {
  display: block;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.99875em) {
  .ant-form-item {
    margin: 20px 0 10px 0;
  }
}

.add-form .spinner-mail-con {
  position: relative;
}
.add-form .spinner-mail {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.add-form .spinner-mail .uk-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -30px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.47);
  color: #FFF;
  border-radius: 10px;
}
.add-form .spinner-mail-out {
  transition: opacity 0.3s ease-in;
  opacity: 0;
  height: 0;
}
.add-form label {
  display: block;
  margin: 0;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.add-form .ant-form-item-with-help {
  margin-bottom: 25px;
}

.ant-select-dropdown-menu {
  margin: 0;
  padding: 0;
}

.ant-switch {
  line-height: 1.8 !important;
  font-size: 0.75rem !important;
}

.ant-form label {
  text-transform: none;
  font-weight: inherit;
}

.switch-value button {
  margin-right: 20px !important;
}
.switch-value span {
  margin-left: 5px;
}

.react-contextmenu {
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  backdrop-filter: saturate(30%) blur(30px);
  background: rgba(27, 28, 30, 0.77);
  margin: 2px 0 0;
  min-width: 230px;
  outline: none;
  opacity: 0;
  padding: 5px 0;
  text-align: left;
  transition: opacity 250ms ease !important;
}
.react-contextmenu i {
  color: rgba(255, 255, 255, 0.73);
  margin-right: 10px;
}

.ErrorBoundary {
  background: #222;
  padding: 40px;
  height: 100vh;
}
.ErrorBoundary * {
  color: #AAA;
  font-size: 13px;
}

.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  z-index: 1000000000000000000;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.react-contextmenu-item a,
.react-contextmenu-item {
  background: 0 0;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.5;
  padding: 3px 20px;
  text-align: inherit;
  white-space: nowrap;
}

.react-contextmenu-item a:hover,
.react-contextmenu-item:hover {
  background-color: #1476ff;
}

.react-contextmenu-item:hover a:hover,
.react-contextmenu-item:hover a, .react-contextmenu-item:hover {
  background-color: #1476ff;
}

.react-contextmenu-item.react-contextmenu-item--active:hover a,
.react-contextmenu-item.react-contextmenu-item--active:hover,
.react-contextmenu-item.react-contextmenu-item--selected:hover {
  background-color: #1476ff;
}

.react-contextmenu-item.react-contextmenu-item--active a,
.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  background-color: #1476ff;
  text-decoration: none;
}
.react-contextmenu-item.react-contextmenu-item--active a i,
.react-contextmenu-item.react-contextmenu-item--active i,
.react-contextmenu-item.react-contextmenu-item--selected i {
  color: #fff;
}

.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  background-color: #1476ff;
  color: #EEE;
}

.react-contextmenu-item--divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: inherit;
  margin-bottom: 3px;
  padding: 2px 0;
}

.react-contextmenu-item.react-contextmenu-submenu {
  padding: 0;
}

.react-contextmenu-item.react-contextmenu-submenu > .react-contextmenu-item:after {
  content: "▶";
  display: inline-block;
  position: absolute;
  right: 7px;
}

.example-multiple-targets::after {
  content: attr(data-count);
  display: block;
}

.index-10 {
  position: relative;
  z-index: 10 !important;
}

.index-20 {
  position: relative;
  z-index: 20 !important;
}

.index-30 {
  position: relative;
  z-index: 30 !important;
}

.index-40 {
  position: relative;
  z-index: 40 !important;
}

.index-50 {
  position: relative;
  z-index: 50 !important;
}

.ad-opacity {
  opacity: 0.9 !important;
}

.ad-multiply {
  mix-blend-mode: multiply;
}

.footer__inner,
.filter-blur {
  filter: blur(100px);
}

.filter-brightness {
  filter: brightness(1.5);
}

.filter-contrast {
  filter: contrast(150%);
}

.filter-drop {
  filter: drop-shadow(116px 116px 120px);
}

.filter-grayscale {
  filter: grayscale(100%);
}

.filter-hue {
  filter: hue-rotate(100deg);
}

.filter-invert {
  filter: invert(100%);
}

.filter-opacity {
  filter: opacity(50%);
}

.filter-saturate {
  filter: saturate(50%);
}

.filter-sepia {
  filter: sepia(100%);
}

.select-template {
  background: rgba(0, 255, 255, 0.5);
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 20%;
}

.backgroundColor {
  position: absolute !important;
  opacity: 0.85 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-image: none !important;
}

.backgroundColor2 {
  position: absolute !important;
  opacity: 0.85 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background-image: none !important;
}

.uk-section {
  opacity: inherit;
  position: relative;
}

.uk-overflow-hidden {
  position: relative;
  overflow: hidden;
  display: block;
}

.uk-icon {
  z-index: 10;
}

.uk-container {
  position: relative;
  z-index: 1;
}

.uk-divider {
  height: 1px;
}

.uk-divider-s {
  height: 5px;
}

.uk-divider-m {
  height: 10px;
}

.uk-divider-l {
  height: 15px;
}

.uk-divider-xl {
  height: 20px;
}

.uk-divider-m-s {
  width: 50px;
}

.uk-divider-m-m {
  width: 100px;
}

.uk-divider-m-l {
  width: 150px;
}

.uk-divider-m-xl {
  width: 200px;
}

.min-height li a {
  min-height: 55px !important;
}

.min-height li li a {
  min-height: inherit !important;
}

.gmt-tmp div {
  background-color: #00fffb;
  text-align: center;
  padding-top: 10%;
  padding-bottom: 10%;
}

html {
  max-width: 100vw;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
  writing-mode: horizontal-tb;
  background: #fff;
}

.viewModuleBody {
  padding-top: 100vh;
  padding-bottom: 100vh;
  background: #191a1c;
}

.content-all {
  background: white;
  max-width: 100vw;
}

.content-all .ant-form-item .ant-switch {
  min-height: 22px;
  border-radius: 22px;
  margin-right: 10px;
}
.content-all .toggle-modal a {
  margin: 0 6px !important;
}
.content-all .toggle-modal span {
  margin: 0 !important;
}

.uk-grid-match > * > :not([class*=uk-width]), .uk-grid-item-match > :not([class*=uk-width]) {
  position: relative;
}

.tag-center,
.tag-center-f,
.tagF,
.menuIn,
.tag,
.edit-live {
  display: none;
}

.outline .tag-center-f,
.outline .tagF {
  z-index: 1000000000;
}
.outline .menuIn {
  z-index: 100000000;
}
.outline .tag-center,
.outline .edit-live,
.outline .tag {
  z-index: 10000000;
}
.outline .tag-center-f,
.outline .edit-live,
.outline .tagF,
.outline .menuIn,
.outline .tag {
  display: block;
}
.outline .menuIn {
  position: absolute;
  height: 30px;
  width: 1px;
}
.outline .menuIn * {
  box-sizing: content-box;
}
.outline .menuIn span.menu {
  height: 0;
  opacity: 0;
  line-height: 0;
  font-size: 0;
  display: flex;
  right: 0;
  bottom: 0;
  position: absolute;
}
.outline .menuIn span.menu span.uk-icon {
  color: #fff;
}
.outline .menuIn span.menu span.uk-icon:hover {
  transition: background 0.3s;
}
.outline .menuIn span.menu span.uk-icon:active {
  transition: background 0.3s;
}
.outline .menuIn span.menu {
  opacity: 1;
  height: 25px;
  padding: 3px 2px 2px 2px;
  border-radius: 5px;
  margin: 0 0 -10px 0;
  left: -112px;
  right: auto !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2), inset 0 0 1px 1px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #222;
}
.outline .menuIn span.menu span.uk-icon {
  opacity: 1;
  cursor: pointer;
  padding: 4px 8px;
  position: relative;
  margin: 1px;
  height: 14px !important;
  width: 14px !important;
  transition: background 0.3s;
}
.outline .menuIn span.menu span.uk-icon:hover {
  background: #333;
  transition: background 0.3s;
  height: auto;
}
.outline .menuIn span.menu span.uk-icon:active {
  background: #444;
  transition: background 0.3s;
}
.outline .menuIn span.menu:after {
  content: "";
  border-color: transparent transparent #222 transparent;
  bottom: 28px;
  border-style: solid;
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px 10px;
  position: absolute;
}
.outline .menuIn span.menu:before {
  content: "";
  border-color: transparent transparent #2a2a2a transparent;
  border-style: solid;
  bottom: 30px;
  display: block;
  height: 0;
  left: 50%;
  border-width: 0 10px 10px 10px;
  margin-left: -10px;
  position: absolute;
}
.outline .menuIn div.menuCF {
  position: absolute;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2), inset 0 0 1px 1px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #222;
  top: 31px;
  margin: 5px 0 0 0;
  border-radius: 5px;
  left: 0;
  right: 0;
  padding: 2px 2px 2px 2px;
  overflow: hidden;
}
.outline .menuIn div.menuCF span {
  height: 15px !important;
  width: 50px !important;
}
.outline .menuIn div.menuCF span.uk-icon {
  opacity: 1;
  cursor: pointer;
  padding: 2px 7px 2px 7px;
  float: right;
  font-weight: 600;
  position: relative;
  margin: 1px;
  z-index: 1;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 3px;
  height: auto !important;
  width: calc(100% - 16px) !important;
  transition: background 0.3s;
  display: block;
  color: #5d9dff;
}
.outline .menuIn div.menuCF span.uk-icon svg {
  display: inline-block;
  height: 15px !important;
  width: 14px !important;
  margin-left: 5px;
  float: right;
}
.outline .menuIn div.menuCF span.chevron-down,
.outline .menuIn div.menuCF span.arrow-down,
.outline .menuIn div.menuCF span.arrow-up {
  position: relative;
}
.outline .menuIn div.menuCF span.bookmark {
  cursor: default;
  color: #ffffff;
  font-weight: bold;
}
.outline .menuIn div.menuCF span.bookmark svg {
  fill: #222;
}
.outline .menuIn div.menuCF span.bookmark:hover {
  background: #222 !important;
}
.outline .menuIn div.menuCF span.bookmark:active {
  background: #222 !important;
}
.outline .menuIn div.menuCF span.bookmark:before,
.outline .menuIn div.menuCF span.chevron-down:before,
.outline .menuIn div.menuCF span.arrow-down:before,
.outline .menuIn div.menuCF span.arrow-up:before {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 30px;
  display: block;
  width: 1px;
  left: -15px;
  top: -19px;
  z-index: -1;
  position: absolute;
}
.outline .menuIn div.menuCF span.bookmark:after,
.outline .menuIn div.menuCF span.chevron-down:after,
.outline .menuIn div.menuCF span.arrow-down:after,
.outline .menuIn div.menuCF span.arrow-up:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 1px;
  display: block;
  width: 20px;
  top: 9px;
  left: -15px;
  position: absolute;
  z-index: -1;
}
.outline .menuIn div.menuCF span.uk-icon.bookmark,
.outline .menuIn div.menuCF span.arrow-down,
.outline .menuIn div.menuCF span.arrow-up {
  width: calc(100% - 50px) !important;
}
.outline .menuIn div.menuCF span.chevron-down:before {
  height: 30px;
}
.outline .menuIn div.menuCF span.uk-icon.bookmark {
  z-index: 1;
  background: #222;
}
.outline .menuIn div.menuCF span.uk-icon.bookmark:before {
  height: 0;
  top: 0;
}
.outline .menuIn div.menuCF span.uk-icon.bookmark:after {
  width: 0;
  left: 0;
}
.outline .menuIn div.menuCF span.uk-icon.arrow-up:after {
  width: 14px;
  left: -15px;
}
.outline .menuIn div.menuCF span.uk-icon.arrow-up:before {
  height: 10px;
  top: 0;
}
.outline .menuIn div.menuCF span.uk-icon.arrow-down:after {
  width: 14px;
  left: -15px;
}
.outline .menuIn div.menuCF span.uk-icon.arrow-down:before {
  height: 10px;
  top: 0;
}
.outline .menuIn div.menuCF span.uk-icon.chevron-up:after {
  width: 14px;
  left: -15px;
}
.outline .menuIn div.menuCF span.uk-icon.chevron-up:before {
  height: 10px;
  top: 0;
}
.outline .menuIn div.menuCF span.uk-icon.chevron-down:after {
  width: 14px;
  left: -15px;
}
.outline .menuIn div.menuCF span.uk-icon.chevron-down:before {
  height: 10px;
  top: 0;
}
.outline .menuIn div.menuCF span.uk-icon.chevron-down {
  width: calc(100% - 75px) !important;
}
.outline .menuIn div.menuCF span.uk-icon:hover {
  background: #333;
  transition: background 0.3s;
  height: auto;
}
.outline .menuIn div.menuCF span.uk-icon:active {
  background: #444;
  transition: background 0.3s;
}
.outline div.menuIn.menu-top-admin div.menuCF {
  display: none;
}
.outline span.tagF:after,
.outline span.tag:after {
  content: "";
  border-color: #222 transparent transparent transparent;
  bottom: 0;
  border-style: solid;
  display: block;
  height: 0;
  margin-top: -2px;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  position: absolute;
}
.outline span.tagF:before,
.outline span.tag:before {
  content: "";
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  border-style: solid;
  bottom: 32px;
  display: block;
  height: 0;
  border-width: 8px 8px 0 8px;
  margin-left: -8px;
  position: absolute;
}
.outline span.tagF:before {
  border-color: #2d2d2d transparent transparent transparent;
  bottom: 33px;
  border-width: 10px 10px 0 10px;
  margin-left: -10px;
}
.outline span.tagF:after,
.outline span.tag:after {
  top: 30px;
}
.outline span.tagF:before,
.outline span.tag:before {
  top: 30px;
}
.outline span.tag:after {
  border-color: #5d9dff transparent transparent transparent;
}
.outline span.tag:before {
  border-color: rgb(255, 255, 255) transparent transparent transparent;
}
.outline span.edit-live,
.outline span.tagF,
.outline span.tag {
  opacity: 1;
  position: absolute;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  color: #FFF;
  margin-top: 0;
  line-height: 10px;
  top: -24px;
  text-align: left;
  margin-left: -21px;
  font-size: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2), inset 0 0 1px 1px rgba(255, 255, 255, 0.05);
  font-weight: 600;
  text-transform: uppercase;
  background: #5d9dff;
}
.outline span.tag-center-f {
  margin: -30px 0 0 -1px;
  padding: 0;
  height: 0;
  background: #222;
  width: 1px;
  color: #5d9dff;
  text-align: center;
  display: inline-block;
  position: absolute;
}
.outline span.tag-center {
  margin: -20px 0 0 20px;
  padding: 0;
  height: 0;
  background: #222;
  width: 1px;
  color: #5d9dff;
  text-align: center;
  display: inline-block;
  position: absolute;
}
.outline span.tagF {
  color: #5d9dff;
  font-weight: bold;
  background: #222;
}
.outline span.tagF,
.outline span.tag {
  position: relative !important;
  display: inline-block;
  white-space: nowrap;
}
.outline span.tag-center-f,
.outline span.tagF {
  background: #222;
}
.outline .on-edit-active .hover-action-active.on-edit {
  display: block;
  outline: 2px solid #5d9dff !important;
}
.outline .on-edit-active .hover-action-active:before {
  outline: 1px dashed rgba(170, 170, 170, 0.3);
}
.outline .icon-loading {
  background: rgba(25, 26, 28, 0.64);
  transition: 0.3s ease-in-out;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  opacity: 1;
  display: table-cell !important;
  position: absolute;
}
.outline .icon-loading .uk-icon-loading {
  transition: 0.3s ease-in-out;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  opacity: 1;
}
.outline .loading-out {
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.outline .loading-out .uk-icon-loading {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.outline .tag-top {
  position: fixed !important;
  top: 25px !important;
  margin: 0 !important;
}
.outline .tag-bottom,
.outline .menu-bottom {
  position: fixed !important;
  bottom: 20px !important;
  top: auto !important;
  margin: -30px 0 0 0 !important;
}
.outline .tag-bottom {
  position: fixed !important;
  bottom: 9px !important;
  top: auto !important;
  margin: -30px 0 0 0 !important;
}
.outline .menu-bottom {
  bottom: 11px !important;
}
.outline .tag-bottom:after,
.outline .tag-bottom:before,
.outline .tag-top:after,
.outline .tag-top:before,
.outline .menu-bottom .menu:after,
.outline .menu-bottom .menu:before,
.outline .menu-top-admin .menu:after,
.outline .menu-top-admin .menu:before {
  display: none !important;
}
.outline .menu-top-admin {
  position: fixed !important;
  top: 0 !important;
  margin: -7px 0 0 0 !important;
}
.outline span.menu-top-admin:after {
  display: none;
}
.outline span.menu-top-admin:before {
  display: none;
}
.outline .menuIn.menu-left {
  left: 220px !important;
  right: auto !important;
  margin: 0 !important;
}
.outline .in-active {
  cursor: default;
  color: #222 !important;
}
.outline span.edit-live {
  font-size: 10px;
  padding: 5px;
  width: 14px;
  height: 14px;
  top: 65px !important;
  background: rgb(227, 239, 255);
  cursor: pointer;
  left: 5px;
  border-radius: 50px;
  color: #000;
}

.log-memory {
  display: none;
}

.outline .hover-action-active {
  outline: 1px dashed #5d9dff !important;
  outline-offset: -1px;
}
.outline .hover-action:hover {
  background-image: linear-gradient(to bottom, rgba(103, 58, 183, 0.05) 0%, rgba(103, 58, 183, 0.08) 100%), linear-gradient(to bottom, rgba(205, 220, 57, 0.07) 0%, rgba(205, 220, 57, 0.05) 100%);
  background-clip: content-box, padding-box;
}
.outline .hover-action-active:hover {
  background-image: linear-gradient(to bottom, rgba(103, 58, 183, 0.05) 0%, rgba(103, 58, 183, 0.08) 100%), linear-gradient(to bottom, rgba(205, 220, 57, 0.07) 0%, rgba(205, 220, 57, 0.05) 100%);
  background-clip: content-box, padding-box;
}

.outline:hover .hover {
  user-select: none;
  cursor: default;
  outline: 1px dashed rgba(170, 170, 170, 0.7);
  outline-offset: -2px;
}
.outline:hover .hover-action {
  outline: 2px solid rgba(59, 151, 227, 0.7) !important;
  outline-offset: -2px;
}
.outline:hover .hover-action-active {
  outline: 2px solid #222 !important;
  outline-offset: -2px;
}
.outline:hover .hover-action:hover,
.outline:hover .hover-action {
  outline: 2px solid #5d9dff !important;
  outline-offset: -1px !important;
}
.outline:hover .hover-action-active {
  outline: 2px dashed #5d9dff !important;
  outline-offset: -1px;
}

.can-drop {
  z-index: 100000000000000000;
}

.dropzone {
  outline: 1px dashed #1edf00 !important;
  outline-offset: -1px;
  background-image: linear-gradient(0deg, rgba(255, 255, 0, 0.05), rgba(255, 255, 0, 0.05));
  background-clip: content-box, padding-box, padding-box;
}

.drop-active {
  outline: 2px dashed rgb(255, 0, 6) !important;
  outline-offset: -2px;
  background-image: linear-gradient(0deg, rgba(255, 255, 0, 0.05), rgba(255, 255, 0, 0.05));
  background-clip: content-box, padding-box, padding-box;
}

.drop-target {
  outline: 20px dashed rgb(25, 26, 28) !important;
  outline-offset: 10px;
  z-index: 1000000000000000;
  background-image: linear-gradient(0deg, rgba(255, 255, 0, 0.05), rgba(255, 255, 0, 0.05));
  background-clip: content-box, padding-box, padding-box;
}

.drag-drop {
  outline: 4px dashed rgb(170, 0, 8) !important;
  outline-offset: -4px;
  background-image: linear-gradient(0deg, rgba(255, 255, 0, 0.05), rgba(255, 255, 0, 0.05));
  background-clip: content-box, padding-box, padding-box;
}

.drag-drop.can-drop {
  outline: 5px dashed rgb(29, 170, 0) !important;
  outline-offset: -5px;
  background-image: linear-gradient(0deg, rgba(255, 255, 0, 0.05), rgba(255, 255, 0, 0.05));
  background-clip: content-box, padding-box, padding-box;
}

.canDrop {
  outline: 1px dashed #002eff !important;
  outline-offset: -1px;
  z-index: 1000000000000000;
  background-image: linear-gradient(0deg, rgba(255, 255, 0, 0.05), rgba(255, 255, 0, 0.05));
  background-clip: content-box, padding-box, padding-box;
}

.isOver {
  outline: 3px dashed #191a1c !important;
  outline-offset: -3px;
  z-index: 1000000000000000;
  background-image: linear-gradient(0deg, rgba(255, 255, 0, 0.05), rgba(255, 255, 0, 0.05));
  background-clip: content-box, padding-box, padding-box;
}

.init-react-render {
  outline: 4px dashed #00b2ff;
  outline-offset: -2px;
  overflow: hidden;
}

.insertNew {
  background-image: url("/theme/img/bg-new.png");
  padding: 10%;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}

.uk-tab.next-back {
  margin: 0 !important;
}

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

.nav-bar-init {
  z-index: 1000;
}

.content-all .id-preload {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  min-height: 60px;
  transform: scale(0.5);
  min-width: 60px;
  background: rgb(255, 255, 255);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
  z-index: 10000000000000000000;
  opacity: 0;
  transition: all 0.3s ease-in;
  border-radius: 10px;
  margin: 30px;
}
.content-all .id-preload .uk-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.content-all .id-preload-in {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.content-all .icon-loading {
  z-index: 10000000000000000000 !important;
}
.content-all .outline .icon-loading .uk-icon-loading {
  background-color: rgba(0, 0, 0, 0.57) !important;
}

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #000000;
}

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none;
}

/*
 * Style
 */
a,
.uk-link {
  color: #0A66B7;
  text-decoration: none;
  cursor: pointer;
}

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

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #CC0000;
  white-space: nowrap;
}

/*
 * Emphasize
 */
em {
  color: #CC0000;
}

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #000000;
  text-decoration: none;
}

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #000000;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

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

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #0e0e0e;
  text-transform: none;
}

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

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 10.73125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 14px;
  line-height: 1.4;
}

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 12.625rem;
  }
  h2, .uk-h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}

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

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

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #000000;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
}

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

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #E1001A;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main { /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
  content: "640px";
}

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

.uk-breakpoint-l::before {
  content: "1200px";
}

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

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

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999;
}

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

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a {
  color: inherit;
}

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

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a {
  color: inherit;
}

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

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

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

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

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

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

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

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

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + [class*=uk-divider] {
  margin-top: 20px;
}

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

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

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

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

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0;
}

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

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

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}

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

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

/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0;
}

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

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

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

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

.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}

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

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.uk-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 10px);
}

.uk-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000000%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%;
  /* 1 */
  display: block;
}

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

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

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

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

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #0e0e0e;
}

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

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

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

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

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

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

/* Justify modifier
 ========================================================================== */
.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;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}

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

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.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;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@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;
  }
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999;
}

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

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: black;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: rgb(235.25, 235.25, 235.25);
  color: #000000;
  outline: none;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: rgb(222.5, 222.5, 222.5);
  color: #000000;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0;
}

/* Focus */
.uk-range:focus {
  outline: none;
}

.uk-range::-moz-focus-outer {
  border: none;
}

/* IE11 Reset */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #000000;
}

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #000000;
}

/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}

/* IE11 */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #000000;
}

/* Edge + IE11 */
.uk-range::-ms-tooltip {
  display: none;
}

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: rgb(235.25, 235.25, 235.25);
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: rgb(209.75, 209.75, 209.75);
}

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: rgb(235.25, 235.25, 235.25);
}

.uk-range:focus::-moz-range-track {
  background: rgb(209.75, 209.75, 209.75);
}

/* Edge */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: rgb(235.25, 235.25, 235.25);
}

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: rgb(209.75, 209.75, 209.75);
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #f8f8f8;
  color: #000000;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 40px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #f8f8f8;
  color: #000000;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
}

/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
  color: #999 !important;
}

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

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

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 30px;
}

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 55px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #CC0000;
}

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

/*
 * Blank
 */
.uk-form-blank {
  background: none;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

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

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%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%;
}

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

/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #444;
}

/*
 * Disabled
 */
.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%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.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%23000000%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

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

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

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

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

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #E1001A;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: rgb(174, 0, 20.1066666667);
}

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

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

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

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

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

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

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

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type=file] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

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

/* Label
 ========================================================================== */
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@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;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #000000;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto;
}

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  /* 8 */
  line-height: 40px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* Focus */
.uk-button:focus {
  outline: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: #ffffff;
  color: #0e0e0e;
}

/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #cacaca;
  color: #0e0e0e;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #979797;
  color: #0e0e0e;
}

/*
 * Primary
 */
.uk-button-primary {
  background-color: #E1001A;
  color: #fff;
}

/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: rgb(199.5, 0, 23.0533333333);
  color: #fff;
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: rgb(174, 0, 20.1066666667);
  color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
}

/* Hover + Focus */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: rgb(21.25, 21.25, 21.25);
  color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}

/*
 * Danger
 */
.uk-button-danger {
  background-color: #CC0000;
  color: #fff;
}

/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: rgb(178.5, 0, 0);
  color: #fff;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #990000;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 30px;
  font-size: 0.875rem;
}

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

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #000000;
}

/* Disabled */
.uk-button-text:disabled {
  color: #999;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #0A66B7;
}

/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #075293;
  text-decoration: underline;
}

/* Disabled */
.uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  box-sizing: border-box; /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
.uk-section::before,
.uk-section::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.uk-section-primary {
  background: #E1001A;
}

/*
 * Secondary
 */
.uk-section-secondary {
  background: #222;
}

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Micro clearfix
 */
.uk-container::before,
.uk-container::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-xlarge {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px;
}

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px;
}

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

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

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px;
}

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

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

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px;
}

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

/* Vertical */
.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;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

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

/* Vertical */
.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;
}

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

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px;
}

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

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

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .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;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

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

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

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

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

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

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

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

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

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

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

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

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

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

/*
 * Large
 */
/* Horizontal */
.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;
}

/* Vertical */
.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;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

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

/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Micro clearfix
 */
.uk-tile::before,
.uk-tile::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
  background: #f8f8f8;
}

/*
 * Primary
 */
.uk-tile-primary {
  background: #E1001A;
}

/*
 * Secondary
 */
.uk-tile-secondary {
  background: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  padding: 30px 30px;
}

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 20px 40px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}
/*
 * Micro clearfix
 */
.uk-card-body::before,
.uk-card-body::after,
.uk-card-header::before,
.uk-card-header::after,
.uk-card-footer::before,
.uk-card-footer::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
.uk-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background: #f8f8f8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background: #f8f8f8;
  color: #000000;
}

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

.uk-card-default.uk-card-hover:hover {
  background-color: rgb(235.25, 235.25, 235.25);
}

/*
 * Primary
 */
.uk-card-primary {
  background: #E1001A;
  color: #fff;
}

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

.uk-card-primary.uk-card-hover:hover {
  background-color: rgb(199.5, 0, 23.0533333333);
}

/*
 * Secondary
 */
.uk-card-secondary {
  background: #222;
  color: #fff;
}

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

.uk-card-secondary.uk-card-hover:hover {
  background-color: rgb(21.25, 21.25, 21.25);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}

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

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

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
}

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #000000;
  outline: none;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
.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);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
}

/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  color: #000000;
  outline: none;
}

/* OnClick */
.uk-totop:active {
  color: #0e0e0e;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
}

/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #fff;
  outline: none;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #000000;
}

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover + Focus
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: rgb(247.7368421053, 193.2631578947, 199.5578947368);
  color: #E1001A;
}

/*
 * Success
 */
.uk-alert-success {
  background: rgb(236.55, 250.95, 245.55);
  color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
  background: rgb(254.5, 245.5, 238.5);
  color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
  background: rgb(241.4, 187, 187);
  color: #CC0000;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #E1001A;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #E1001A;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
  background-color: #CC0000;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
.uk-article::before,
.uk-article::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px;
}

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 10.73125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 12.625rem;
  }
}
/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

/*
 * Micro clearfix
 */
.uk-comment-body::before,
.uk-comment-body::after,
.uk-comment-header::before,
.uk-comment-header::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #000000;
}

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

/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999 !important;
}

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

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none;
}

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 180px;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: transparent;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 12.625rem;
}

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px;
}

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999;
}

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #000000;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 2 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}

/* 3 */
.uk-nav li > a:focus {
  outline: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

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

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

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

/* Divider
 ========================================================================== */
.uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999;
}

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #000000;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #0e0e0e;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #0e0e0e;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #999;
}

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #000000;
}

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

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999;
}

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #000000;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #0e0e0e;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #0e0e0e;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #000000;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #0e0e0e;
}

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
  text-align: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}

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

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
  display: none !important;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto;
}

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

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}

.uk-navbar-center-left {
  right: 100%;
}

.uk-navbar-center-right {
  left: 100%;
}

[class*=uk-navbar-center-] {
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 3 */
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
}

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #000000;
  outline: none;
}

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #0e0e0e;
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #0e0e0e;
}

/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #000000;
}

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #999;
}

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

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #f8f8f8;
  color: #000000;
}

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

/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*=uk-navbar-dropdown-top] {
  margin-top: -15px;
}

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

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

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

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
  margin-left: -30px;
}

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

/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 30px;
}

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

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #000000;
}

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #0e0e0e;
}

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #0e0e0e;
}

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #000000;
}

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

/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
  background: #f8f8f8;
}

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

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}

/* Active */
.uk-subnav > .uk-active > a {
  color: #0e0e0e;
}

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter 
 */
.uk-subnav-divider {
  margin-left: -41px;
}

/*
 * Align items and divider vertically
 */
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent;
}

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #000000;
}

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #000000;
}

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #E1001A;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 */
.uk-breadcrumb {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.uk-breadcrumb > * {
  flex: none;
}

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999;
}

/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #000000;
  text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #000000;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  font-size: 0.875rem;
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  color: #000000;
  text-decoration: none;
}

/* Active */
.uk-pagination > .uk-active > * {
  color: #000000;
}

/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
}

/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #000000;
  text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
  color: #0e0e0e;
}

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

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

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

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

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.5);
}

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(0, 0, 0, 0.9);
  outline: none;
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(0, 0, 0, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(0, 0, 0, 0.6);
  outline: none;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

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

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px;
}

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

/* Hover + Focus */
.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
  outline: none;
}

/* Active */
/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0e0e0e;
}

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  margin-top: 20px;
}

/*
 * Micro clearfix
 */
.uk-accordion-content::before,
.uk-accordion-content::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

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

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

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

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

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

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #f8f8f8;
  color: #000000;
}

/* Show */
.uk-dropdown.uk-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #000000;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #0e0e0e;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

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

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

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

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

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

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

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  padding: 30px 30px;
}

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

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

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

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

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

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

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

/* 6 */
.uk-lightbox-items > :focus {
  outline: none;
}

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

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

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

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

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

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Hover
 */
.uk-lightbox-button:hover {
  color: #fff;
}

/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none;
}

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y;
}

/* 6 */
.uk-slideshow-items > :focus {
  outline: none;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

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

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

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

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

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

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

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

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
.uk-leader-fill-content::before {
  content: ".";
}

:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
}

/* Hover + Focus */
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #000000;
  outline: none;
}

/* Active */
.uk-iconnav > .uk-active > a {
  color: #000000;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px;
}

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

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

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

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

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #E1001A;
}

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

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

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #CC0000;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-tooltip-top] {
  margin-top: -10px;
}

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

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

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

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
}

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f8f8;
  /* 6 */
  margin-bottom: 20px;
  height: 15px;
}

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
  color: transparent;
}

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
}

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

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
  background-color: #E1001A;
  transition: width 0.6s ease;
}

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

.uk-progress::-ms-fill {
  background-color: #E1001A;
  transition: width 0.6s ease;
  /* 1 */
  border: 0;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}

/*
 * Deactivate pointer-events on SVGs in Safari
 */
.uk-sortable svg {
  pointer-events: none;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02;
}

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

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top;
}

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

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

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

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small;
}

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

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

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

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium;
}

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

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

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

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s;
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@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);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

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

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

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

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

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

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

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

/* Pixel */
.uk-width-small {
  width: 150px;
}

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

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

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

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

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .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%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-xxlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .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%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-xxlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .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%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-xxlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .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%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-xxlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}

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

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

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

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

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

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0e0e0e;
}

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

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

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

/* Weight modifier
 ========================================================================== */
.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;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

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

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

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

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

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

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

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

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

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

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #E1001A !important;
}

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #E1001A;
    color: transparent !important;
  }
}
/* Alignment modifiers
 ========================================================================== */
.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;
}

/* Phone landscape and bigger */
@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;
  }
}
/* Tablet landscape and bigger */
@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;
  }
}
/* Desktop and bigger */
@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;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.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;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word;
}

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

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
  column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*=uk-column-] {
    column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.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;
}

/* Phone landscape and bigger */
@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;
  }
}
/* Tablet landscape and bigger */
@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;
  }
}
/* Desktop and bigger */
@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;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}

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

.uk-background-primary {
  background-color: #E1001A;
}

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

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

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

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

/* Position
 ========================================================================== */
.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%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.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;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=uk-align] {
  margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;
  box-sizing: border-box;
}

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table;
}

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

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*=uk-float-] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[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);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::before {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
  }
  /* 3 */
  .uk-box-shadow-bottom > * {
    position: relative;
  }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.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;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000000;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #000000;
  outline: none;
  /* 1 */
  text-decoration: none;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.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%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.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;
}

/* Phone landscape and bigger */
@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;
  }
}
/* Tablet landscape and bigger */
@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;
  }
}
/* Desktop and bigger */
@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;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.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;
}

/* Direction
 ========================================================================== */
.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;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.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;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}

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

.uk-margin-top {
  margin-top: 20px !important;
}

.uk-margin-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-left {
  margin-left: 20px !important;
}

.uk-margin-right {
  margin-right: 20px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/* Medium
 ========================================================================== */
.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;
}

/* Large
 ========================================================================== */
.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;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Auto
 ========================================================================== */
.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;
}

/* Phone landscape and bigger */
@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;
  }
}
/* Tablet landscape and bigger */
@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;
  }
}
/* Desktop and bigger */
@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;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
/* Remove
 ========================================================================== */
.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;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
.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;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
  position: absolute !important;
  /* 1 */
  max-width: 100%;
}

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.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;
}

/* Corners
 ========================================================================== */
.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;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right] {
  top: 50%;
  transform: translateY(-50%);
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-z-index {
  z-index: 1;
}

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}

.uk-position-small[class*=uk-position-center-left],
.uk-position-small[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-15px);
}

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-medium[class*=uk-position-center-left],
.uk-position-medium[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-30px);
}

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.uk-position-large[class*=uk-position-center-left],
.uk-position-large[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-30px);
}

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .uk-position-large[class*=uk-position-center-left],
  .uk-position-large[class*=uk-position-center-right] {
    transform: translateY(-50%) translateY(-50px);
  }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none;
}

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1);
}

.uk-transition-scale-down {
  transform: scale(1.1, 1.1);
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1);
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%);
}

.uk-transition-slide-bottom {
  transform: translateY(100%);
}

.uk-transition-slide-left {
  transform: translateX(-100%);
}

.uk-transition-slide-right {
  transform: translateX(100%);
}

.uk-transition-slide-top-small {
  transform: translateY(-10px);
}

.uk-transition-slide-bottom-small {
  transform: translateY(10px);
}

.uk-transition-slide-left-small {
  transform: translateX(-10px);
}

.uk-transition-slide-right-small {
  transform: translateX(10px);
}

.uk-transition-slide-top-medium {
  transform: translateY(-50px);
}

.uk-transition-slide-bottom-medium {
  transform: translateY(50px);
}

.uk-transition-slide-left-medium {
  transform: translateX(-50px);
}

.uk-transition-slide-right-medium {
  transform: translateX(50px);
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-active.uk-active [class*=uk-transition-slide] {
  opacity: 1;
  transform: translate(0, 0);
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important;
}

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
  outline: none;
}

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.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 {
  color: #FFF;
}
.uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*=uk-card-media]) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*=uk-card-media]) a, .uk-overlay-primary a, .uk-offcanvas-bar a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar .uk-link {
  color: #fff;
}
.uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*=uk-card-media]) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*=uk-card-media]) a:hover, .uk-overlay-primary a:hover, .uk-offcanvas-bar a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-overlay-primary .uk-link:hover,
.uk-offcanvas-bar .uk-link:hover {
  color: #fff;
}
.uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code, .uk-overlay-primary :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-overlay-primary :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > samp {
  color: #FFF;
}
.uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*=uk-card-media]) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*=uk-card-media]) em, .uk-overlay-primary em, .uk-offcanvas-bar em {
  color: #fff;
}
.uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*=uk-card-media]) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*=uk-card-media]) h1, .uk-overlay-primary h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*=uk-card-media]) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h1, .uk-overlay-primary .uk-h1, .uk-offcanvas-bar .uk-h1,
.uk-light h2,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-card-primary.uk-card-body h2,
.uk-card-primary > :not([class*=uk-card-media]) h2,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary > :not([class*=uk-card-media]) h2,
.uk-overlay-primary h2,
.uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*=uk-card-media]) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h2, .uk-overlay-primary .uk-h2, .uk-offcanvas-bar .uk-h2,
.uk-light h3,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-card-primary.uk-card-body h3,
.uk-card-primary > :not([class*=uk-card-media]) h3,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary > :not([class*=uk-card-media]) h3,
.uk-overlay-primary h3,
.uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*=uk-card-media]) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h3, .uk-overlay-primary .uk-h3, .uk-offcanvas-bar .uk-h3,
.uk-light h4,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-card-primary.uk-card-body h4,
.uk-card-primary > :not([class*=uk-card-media]) h4,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary > :not([class*=uk-card-media]) h4,
.uk-overlay-primary h4,
.uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*=uk-card-media]) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h4, .uk-overlay-primary .uk-h4, .uk-offcanvas-bar .uk-h4,
.uk-light h5,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-card-primary.uk-card-body h5,
.uk-card-primary > :not([class*=uk-card-media]) h5,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary > :not([class*=uk-card-media]) h5,
.uk-overlay-primary h5,
.uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*=uk-card-media]) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h5, .uk-overlay-primary .uk-h5, .uk-offcanvas-bar .uk-h5,
.uk-light h6,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-card-primary.uk-card-body h6,
.uk-card-primary > :not([class*=uk-card-media]) h6,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary > :not([class*=uk-card-media]) h6,
.uk-overlay-primary h6,
.uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*=uk-card-media]) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*=uk-card-media]) .uk-h6, .uk-overlay-primary .uk-h6, .uk-offcanvas-bar .uk-h6,
.uk-light .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-overlay-primary .uk-heading-small,
.uk-offcanvas-bar .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-overlay-primary .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-overlay-primary .uk-heading-large,
.uk-offcanvas-bar .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge {
  color: #fff;
}
.uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*=uk-card-media]) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*=uk-card-media]) hr, .uk-overlay-primary hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*=uk-card-media]) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*=uk-card-media]) .uk-hr, .uk-overlay-primary .uk-hr, .uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-link-muted, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted, .uk-card-primary.uk-card-body .uk-link-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted, .uk-card-secondary.uk-card-body .uk-link-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted, .uk-overlay-primary .uk-link-muted, .uk-offcanvas-bar .uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted:hover, .uk-card-primary.uk-card-body .uk-link-muted:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted:hover, .uk-card-secondary.uk-card-body .uk-link-muted:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted:hover, .uk-overlay-primary .uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-muted a:hover {
  color: #FFF;
}
.uk-light .uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text:hover, .uk-card-primary.uk-card-body .uk-link-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-text:hover, .uk-card-secondary.uk-card-body .uk-link-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text:hover, .uk-overlay-primary .uk-link-text:hover, .uk-offcanvas-bar .uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading:hover, .uk-card-primary.uk-card-body .uk-link-heading:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading:hover, .uk-card-secondary.uk-card-body .uk-link-heading:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading:hover, .uk-overlay-primary .uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-heading a:hover {
  color: #fff;
}
.uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-divider > li:nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > li:nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n+2), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > li:nth-child(n+2), .uk-overlay-primary .uk-list-divider > li:nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > li:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd), .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > li:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-list-bullet > li::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before, .uk-card-primary.uk-card-body .uk-list-bullet > li::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > li::before, .uk-card-secondary.uk-card-body .uk-list-bullet > li::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > li::before, .uk-overlay-primary .uk-list-bullet > li::before, .uk-offcanvas-bar .uk-list-bullet > li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:focus,
.uk-offcanvas-bar .uk-icon-link:focus {
  color: #FFF;
}
.uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: #FFF;
}
.uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:focus,
.uk-offcanvas-bar .uk-icon-button:focus {
  background-color: rgba(242.25, 242.25, 242.25, 0.1);
  color: #FFF;
}
.uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
  background-color: rgba(229.5, 229.5, 229.5, 0.1);
  color: #FFF;
}
.uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input, .uk-overlay-primary .uk-input, .uk-offcanvas-bar .uk-input,
.uk-light .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select,
.uk-overlay-primary .uk-select,
.uk-offcanvas-bar .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  background-clip: padding-box;
}
.uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus, .uk-overlay-primary .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
.uk-light .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-overlay-primary .uk-select:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.uk-light .uk-input::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::-ms-input-placeholder, .uk-overlay-primary .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-textarea::-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::-ms-input-placeholder, .uk-overlay-primary .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio, .uk-overlay-primary .uk-radio, .uk-offcanvas-bar .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(242.25, 242.25, 242.25, 0.1);
}
.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
}
.uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}
.uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-checkbox:checked, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked, .uk-card-primary.uk-card-body .uk-checkbox:checked, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-card-secondary.uk-card-body .uk-checkbox:checked, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked, .uk-overlay-primary .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-checkbox:indeterminate, .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate, .uk-card-primary.uk-card-body .uk-checkbox:indeterminate, .uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate, .uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate, .uk-overlay-primary .uk-checkbox:indeterminate, .uk-offcanvas-bar .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%23000000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
  color: #FFF;
}
.uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #000000;
}
.uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:focus,
.uk-offcanvas-bar .uk-button-default:focus {
  background-color: transparent;
  color: #000000;
}
.uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #000000;
}
.uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #000000;
}
.uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:focus,
.uk-offcanvas-bar .uk-button-primary:focus {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #000000;
}
.uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #000000;
}
.uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #000000;
}
.uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:focus,
.uk-offcanvas-bar .uk-button-secondary:focus {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #000000;
}
.uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #000000;
}
.uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-offcanvas-bar .uk-button-text {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:focus,
.uk-offcanvas-bar .uk-button-text:focus {
  color: #FFF;
}
.uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-offcanvas-bar .uk-button-link {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:focus,
.uk-offcanvas-bar .uk-button-link:focus {
  color: #FFF;
}
.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*=uk-card-media]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close, .uk-overlay-primary .uk-close, .uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover, .uk-overlay-primary .uk-close:hover, .uk-offcanvas-bar .uk-close:hover,
.uk-light .uk-close:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close:focus,
.uk-overlay-primary .uk-close:focus,
.uk-offcanvas-bar .uk-close:focus {
  color: #FFF;
}
.uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop, .uk-overlay-primary .uk-totop, .uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-card-primary.uk-card-body .uk-totop:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:focus,
.uk-card-secondary.uk-card-body .uk-totop:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:focus,
.uk-overlay-primary .uk-totop:focus,
.uk-offcanvas-bar .uk-totop:focus {
  color: #FFF;
}
.uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}
.uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge, .uk-overlay-primary .uk-badge, .uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #000000;
}
.uk-light .uk-badge:hover, .uk-section-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover, .uk-card-primary.uk-card-body .uk-badge:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-badge:hover, .uk-card-secondary.uk-card-body .uk-badge:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:hover, .uk-overlay-primary .uk-badge:hover, .uk-offcanvas-bar .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-card-primary.uk-card-body .uk-badge:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-badge:focus,
.uk-card-secondary.uk-card-body .uk-badge:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-badge:focus,
.uk-overlay-primary .uk-badge:focus,
.uk-offcanvas-bar .uk-badge:focus {
  color: #000000;
}
.uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*=uk-card-media]) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*=uk-card-media]) .uk-label, .uk-overlay-primary .uk-label, .uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #000000;
}
.uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-offcanvas-bar .uk-search-input {
  color: #FFF;
}
.uk-light .uk-search-input:-ms-input-placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder, .uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input:-ms-input-placeholder, .uk-overlay-primary .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: transparent;
}
.uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:focus,
.uk-offcanvas-bar .uk-search-toggle:focus {
  color: #FFF;
}
.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-overlay-primary .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:focus {
  color: #FFF;
}
.uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
  color: #FFF;
}
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:focus,
.uk-offcanvas-bar .uk-nav-primary > li > a:focus {
  color: #FFF;
}
.uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
  color: #FFF;
}
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
  color: #FFF;
}
.uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
  color: #fff;
}
.uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
  color: #FFF;
}
.uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-offcanvas-bar .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle.uk-open,
.uk-offcanvas-bar .uk-navbar-toggle.uk-open {
  color: #FFF;
}
.uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:focus,
.uk-offcanvas-bar .uk-subnav > * > a:focus {
  color: #FFF;
}
.uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff;
}
.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #000000;
}
.uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :focus,
.uk-offcanvas-bar .uk-breadcrumb > * > :focus {
  color: #FFF;
}
.uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: #FFF;
}
.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-card-primary.uk-card-body .uk-pagination > * > :focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :focus,
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :focus,
.uk-overlay-primary .uk-pagination > * > :focus,
.uk-offcanvas-bar .uk-pagination > * > :focus {
  color: #FFF;
}
.uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: #FFF;
}
.uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:focus,
.uk-offcanvas-bar .uk-tab > * > a:focus {
  color: #FFF;
}
.uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
}
.uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:focus,
.uk-offcanvas-bar .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}
.uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
}
.uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :focus,
.uk-offcanvas-bar .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
}
.uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
}
.uk-light .uk-accordion-title, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title, .uk-card-primary.uk-card-body .uk-accordion-title, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-card-secondary.uk-card-body .uk-accordion-title, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title, .uk-overlay-primary .uk-accordion-title, .uk-offcanvas-bar .uk-accordion-title {
  color: #fff;
}
.uk-light .uk-accordion-title:hover, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover, .uk-card-primary.uk-card-body .uk-accordion-title:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-card-secondary.uk-card-body .uk-accordion-title:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:hover, .uk-overlay-primary .uk-accordion-title:hover, .uk-offcanvas-bar .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:focus,
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:focus,
.uk-overlay-primary .uk-accordion-title:focus,
.uk-offcanvas-bar .uk-accordion-title:focus {
  color: #FFF;
}
.uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:focus,
.uk-offcanvas-bar .uk-iconnav > * > a:focus {
  color: #FFF;
}
.uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: #FFF;
}
.uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
  color: #FFF;
}
.uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
  color: #fff !important;
}
.uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
  color: #fff !important;
}
.uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important;
}
.uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo, .uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo {
  color: #FFF;
}
.uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:focus,
.uk-overlay-primary .uk-logo:focus,
.uk-offcanvas-bar .uk-logo:focus {
  color: #FFF;
}
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary.uk-card-body .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}
.uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
  display: inline;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.header-mobile *,
.nav-overlay * {
  transition: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.container {
  max-width: 93.75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  min-width: 0;
}

.mega-menu__menu > li > a {
  line-height: 1.2;
  text-decoration: none;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.75rem 0.5625rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}

.show-for-small-only_ {
  display: none !important;
}

.card__image {
  position: relative;
}

.card__image-inner img {
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.card__image:before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card__image:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.card__image-inner {
  padding: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .article__section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.article {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

.article__title {
  color: #E1001A;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.article__subtitle {
  color: #6b6b6b;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.card__footer {
  display: -webkit-box;
}

.article__header {
  border-bottom: 0.0625rem solid rgba(137, 137, 137, 0.47);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.page-nav ul {
  padding: 0;
  display: flex;
}

.page-nav ul .button, .page-nav ul a {
  line-height: 1;
  text-decoration: none;
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h3, h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

.h3, h3 {
  font-size: 1.9375rem;
}

.card__label + .card__label {
  margin-left: 0.4375rem;
}

.card__tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f39f18;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.article__label:first-child:not(.article__label--new) {
  padding-left: 0;
}

.article__label {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  border-radius: 0;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}

.article__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.article__label--new {
  background-color: #f39f18;
  color: #fff;
}

.uk-card,
.colorBackName {
  position: relative;
  z-index: 0;
}

.ad-height-h {
  max-height: calc(100vh - 315px) !important;
}
@media screen and (max-width: 39.99875em) {
  .ad-height-h {
    min-height: calc(100vh - 415px) !important;
  }
}

.ad-height-h video {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 39.99875em) {
  .ad-height-h video {
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
  }
}

.uk-section {
  opacity: inherit;
  position: relative;
}

.uk-overflow-hidden {
  position: relative;
  overflow: hidden;
  /* display: block; */
}

.uk-icon {
  z-index: 10;
}

.container {
  position: relative;
  z-index: 1;
}

.select-template {
  background: rgba(0, 255, 165, 0.39);
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 20px;
}

.ad-multiply {
  mix-blend-mode: multiply;
}

.uk-accordion-title:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-open > .uk-accordion-title:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-accordion-title {
  color: inherit;
}

.uk-accordion-content {
  color: inherit;
}

.uk-accordion {
  position: relative;
  z-index: 1;
}

.uk-lightbox {
  position: fixed;
}

.link-page .uk-card {
  display: block;
}

a.uk-card {
  display: block;
}

.mapbox-directions-profile {
  border-radius: 4px !important;
  display: none;
}

.ant-btn,
.ant-input,
.ant-form {
  font-size: 16px !important;
}

.ant-form-item .ant-form-explain {
  margin-top: 0 !important;
  margin-left: 1px !important;
  z-index: 10;
  padding: 5px 10px;
}

.add-form .page__section {
  min-height: auto;
}
.add-form .page__section a {
  display: none;
}

.header-news {
  margin-top: -20px !important;
  padding-top: 20px;
}

.form__message .form__back {
  display: none;
}

.level-4-0 .header-news-hidden {
  display: none;
}

.level-4-1 .section-news {
  background: #FFF !important;
}

.category_ .card__title {
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  line-height: 18px !important;
}

.resum-url {
  display: none;
}

a.link-tel-card {
  color: #FFF !important;
  font-size: 40px;
  font-weight: normal;
}

.uk-background-secondary .ant-select span {
  color: rgb(0, 0, 0) !important;
}

.uk-margin-small-bottom {
  margin-bottom: 0 !important;
}

.ant-input {
  line-height: 2 !important;
}

.add-form .ant-form-item-with-help {
  margin-bottom: 0 !important;
}

.ant-form-item {
  margin: 0;
  padding-bottom: 10px !important;
}

.switch-value {
  font-size: 16px;
  padding-left: 60px;
  display: block;
  line-height: 1.7;
}
.switch-value span {
  vertical-align: initial;
}

.ok-switch.ant-switch {
  position: absolute;
  left: 0;
}

.ant-switch {
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.ant-select {
  height: 37px;
}

html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  display: block;
  height: auto;
  width: auto;
}

@media screen and (max-width: 39.99875em) {
  body {
    padding-top: 52px;
  }
}
.tel-asiatencia .uk-icon {
  position: relative;
  color: #E1001A;
}

.uk-divider {
  height: 3px;
}

.uk-divider-s {
  height: 6px;
}

.uk-divider-m {
  height: 12px;
}

.uk-divider-l {
  height: 16px;
}

.uk-divider-xl {
  height: 19px;
}

.uk-divider-m-s {
  width: 50px;
}

.uk-divider-m-m {
  width: 100px;
}

.uk-divider-m-l {
  width: 150px;
}

.uk-divider-m-xl {
  width: 200px;
}

@media screen and (max-width: 39.99875em) {
  .article__-petit {
    padding-top: 40px;
  }
}
.card-index .card__image-inner img {
  height: auto !important;
  width: auto !important;
}

@media screen and (min-width: 39.99875em) {
  .mega-menu-v2 .mega-menu-general #main-header {
    height: 35px !important;
  }
  .uk-grid .products {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
  }
  .uk-grid .products-kids {
    margin-bottom: 0 !important;
  }
  .nav-section__title a {
    display: inline-block !important;
  }
  #main-header {
    height: 54px !important;
  }
  .show-for-small-only {
    position: absolute;
    width: 30px;
    left: 0;
    top: 0;
  }
  .bg-text {
    height: 40px;
    display: block;
    overflow: hidden;
  }
  .header-all .logo {
    float: left;
    height: 50px;
  }
  .header-all .uk-section.index-30 .menu-header.menu-top {
    float: right;
  }
  .header-all .uk-section.index-30 .menu-header.menu-top .empresa {
    margin-left: 0 !important;
  }
  .header-all .uk-section.index-30 .menu-header.menu-top .empresa,
  .header-all .uk-section.index-30 .menu-header.menu-top .productes {
    float: left;
  }
  .header-all .uk-section.index-30 .menu-header.menu-top .empresa li,
  .header-all .uk-section.index-30 .menu-header.menu-top .productes li {
    float: left;
  }
  :lang(es) .header-all .menu-header.menu-top {
    width: 741px;
  }
  :lang(es) .header-all .menu-header.menu-top .productes {
    width: 476px;
  }
  :lang(es) .header-all .menu-header.menu-top .empresa {
    width: 265px;
  }
  :lang(en) .header-all .menu-header.menu-top {
    width: 670px;
  }
  :lang(en) .header-all .menu-header.menu-top .productes {
    width: 406px;
  }
  :lang(en) .header-all .menu-header.menu-top .empresa {
    width: 262px;
  }
  :lang(fr) .header-all .menu-header.menu-top {
    width: 740px;
  }
  :lang(fr) .header-all .menu-header.menu-top .productes {
    width: 470px;
  }
  :lang(fr) .header-all .menu-header.menu-top .empresa {
    width: 270px;
  }
  :lang(de) .header-all .menu-header.menu-top {
    width: 801px;
  }
  :lang(de) .header-all .menu-header.menu-top .productes {
    width: 516px;
  }
  :lang(de) .header-all .menu-header.menu-top .empresa {
    width: 285px;
  }
  html.no-js .uk-dropdown,
  html.no-js .uk-navbar-dropdown-nav {
    display: none !important;
  }
}
.sub-nav__categories .active a {
  background-color: transparent !important;
}

/**/
div.menu-header.menu-top li a,
ul.sub-nav__categories a,
.uk-breadcrumb > * > *,
div.footer-all .uk-navbar-nav li a,
div.footer-all .uk-nav li a {
  color: #555;
}

ul.uk-navbar-dropdown-nav li a,
div.menu-header.menu-top li ul li a {
  color: #555 !important;
}

div.footer-all .uk-navbar-nav li a:hover,
div.footer-all .uk-nav li a:hover,
ul.uk-navbar-dropdown-nav li a:hover,
div.menu-header.menu-top li ul li a:hover {
  color: #000 !important;
}

.mega-menu .uk-navbar-nav > li > a {
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}

.mega-menu .uk-navbar-nav > li > a:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.1) 100%);
}

.resum h2 {
  margin: 0;
  padding: 0;
}
.resum p {
  margin-top: 0;
}
.resum a {
  color: #0A66B7;
}

/*
.title-pro-grid .nav-section__title .bg-text {
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: initial;
}
*/
.uk-slider .uk-slidenav.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: rgba(255, 255, 255, 0);
  transition: stroke 100ms ease-out;
}
.uk-slider .uk-slidenav-previous.uk-slidenav,
.uk-slider .uk-slidenav-next.uk-slidenav {
  transition: background-color 300ms ease-out;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.uk-slider:hover .uk-slidenav.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: rgb(225, 225, 225);
  transition: stroke 100ms ease-in;
}
.uk-slider:hover .uk-slidenav-previous.uk-slidenav,
.uk-slider:hover .uk-slidenav-next.uk-slidenav {
  transition: background-color 100ms ease-in;
  background-color: rgba(0, 0, 0, 0);
}

.uk-slider .uk-slidenav.uk-icon:not(.uk-preserve):active [stroke*="#"]:not(.uk-preserve):active {
  stroke: rgb(160, 160, 160);
  transition: stroke 100ms ease-in;
}
.uk-slider .uk-slidenav-previous.uk-slidenav:active,
.uk-slider .uk-slidenav-next.uk-slidenav:active {
  transition: background-color 100ms ease-in;
  background-color: rgba(0, 0, 0, 0.05);
}

a.uk-card {
  display: block;
}

div.uk-background-secondary .tree ul li a {
  color: #e1001a;
}

.tree, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tree li a, .tree ul li a {
  font-weight: bold;
}
.tree li li a, .tree ul li li a {
  color: #000 !important;
}
.tree li li li a, .tree ul li li li a {
  color: rgba(0, 0, 0, 0.7) !important;
}
.tree li li li li a, .tree ul li li li li a {
  color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 960px) {
  .tree li li li li li a, .tree ul li li li li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.tree li li li li li a, .tree ul li li li li li a {
  color: rgba(0, 0, 0, 0.3) !important;
}

.tree ul {
  margin-left: 1em;
  position: relative;
}

.tree ul ul {
  margin-left: 0.5em;
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

.tree li {
  margin: 0;
  padding: 0 2.3em;
  line-height: 1.8em;
  font-weight: 700;
  position: relative;
}
@media (max-width: 960px) {
  .tree li {
    padding: 0 0 0 1em;
    line-height: 1.5em;
  }
}

.tree ul li:before {
  content: "";
  display: block;
  width: 30px;
  border-top: 1px solid;
  margin-top: -1px;
  height: 0;
  position: absolute;
  top: 1em;
  left: 0;
}
@media (max-width: 960px) {
  .tree ul li:before {
    width: 10px;
    top: 0.95em;
  }
}

.tree ul li:last-child:before {
  background: #FFF;
  height: auto;
  top: 1em;
  bottom: 0;
}

.indicator {
  margin-right: 5px;
}

.tree li a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .tree li a {
    font-size: 10px;
  }
}

.tree a {
  color: #e1001a;
}

.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  outline: 0;
}

@media screen and (max-width: 39.99875em) {
  .mapa-web {
    max-width: 100vw;
    margin: 0;
  }
  .tree {
    max-width: 100vw;
    padding: 0 0 30px 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 39.99875em) {
  .products {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 39.99875em) {
  .level-3 .title-pro-grid {
    position: relative;
    z-index: 100 !important;
  }
  .level-3 .title-pro-grid a.scollTop {
    cursor: default;
    padding: 12px 0 !important;
    color: #E1001A;
  }
  .level-3 .title-pro-grid a.scollTop .uk-icon {
    display: none !important;
  }
}
.productos.url-level-6 .article__section a {
  color: #006cff !important;
}

@media (min-width: 39.99875em) {
  .productos .page__section-home .title-pro-grid {
    margin: 0 !important;
  }
  .productos .page__section-home .title-pro-grid h1 {
    margin: 0 !important;
    height: 50px !important;
  }
  .productos .page__section-home .title-pro-grid h1 a {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.url-level-7 .nex-level-header,
.url-level-6 .nex-level-header,
.url-level-5 .nex-level-header,
.url-level-4 .nex-level-header {
  display: none;
}

.page__section__home-pro .uk-grid-small.uk-grid-match.uk-grid {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 39.99875em) {
  .uk-grid-collapse-rest > * {
    padding-left: 0;
  }
}
.article .icon-next,
.products .icon-next {
  display: none;
}
.article .card,
.products .card {
  background: #f8f8f8;
  background: #FFF;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  padding: 15px;
  position: relative;
}
.article .card__image,
.products .card__image {
  border: 0;
  mix-blend-mode: multiply;
}
.article .card__image-inner img,
.products .card__image-inner img {
  max-height: 100%;
  max-width: 100%;
}
.article .card__title,
.products .card__title {
  color: #000;
  display: block;
  text-transform: none;
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
}
.article .card__body p,
.products .card__body p {
  color: #999 !important;
}
.article .card__section,
.products .card__section {
  min-height: 10px;
}
.article .card__footer,
.products .card__footer {
  position: absolute;
  top: 15px;
}
.article .card:focus,
.article .card:hover,
.products .card:focus,
.products .card:hover {
  background: #EEE;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.article .card:focus .card__image:before,
.article .card:hover .card__image:before,
.products .card:focus .card__image:before,
.products .card:hover .card__image:before {
  display: none;
  opacity: 0;
}
.article .card:active,
.products .card:active {
  background: #DDD;
}
@media screen and (max-width: 39.99875em) {
  .grid-kits {
    padding: 15px;
  }
  .products .card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    background: #FFF;
  }
  .products .card .icon-next {
    display: none;
  }
  .products .card__title {
    padding: 0;
  }
}
.uk-card-default img {
  mix-blend-mode: multiply;
}
.uk-card-default .card__image {
  padding: 20px !important;
}
.uk-card-default .card__body p {
  color: rgba(0, 0, 0, 0.5) !important;
}

.card-index-pro a span,
.card-index-pro a {
  color: #0a66b7 !important;
}

.color-d {
  padding: 1px;
  margin-bottom: 20px;
}

.card__image {
  background: #FFF;
  padding: 20px !important;
}

.table_ {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #EEE;
}

.table_ .col {
  flex: 1 1 auto;
  border: 1px solid #EEE;
}

.table .line-break_ {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
  border: 1px solid #EEE;
}

.products.products-ddd .uk-card-default {
  margin: 1px 1px 0 0;
}
.products.products-ddd .uk-card-default .card__body p {
  color: rgba(0, 0, 0, 0.7) !important;
}
.products.products-ddd .uk-card-default .card__image {
  background: #FFF;
}
#equipos .title-pro-grid,
#productos .title-pro-grid {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
#equipos .title-pro-grid .tit-a-in:before,
#equipos .title-pro-grid a:before,
#productos .title-pro-grid .tit-a-in:before,
#productos .title-pro-grid a:before {
  content: "";
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 1px;
  z-index: 10;
  background: #DDD !important;
  position: absolute;
  transition: 0.3s ease-out;
}
#equipos .title-pro-grid .tit-a-in,
#productos .title-pro-grid .tit-a-in {
  position: relative;
  margin: 0 0 !important;
  display: block;
  font-weight: 500;
  padding: 10px 0;
  z-index: 100;
  background: #FFF;
  font-size: 25px !important;
  transition: 0.3s ease-out;
}
#equipos .title-pro-grid .tit-a,
#productos .title-pro-grid .tit-a {
  position: relative;
  display: block;
  margin: 0 15px !important;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 39.99875em) {
  #equipos .title-pro-grid,
  #productos .title-pro-grid {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #equipos .title-pro-grid .tit-a-in,
  #productos .title-pro-grid .tit-a-in {
    z-index: 1;
    margin: 0 -15px 0 -15px !important;
    transition: 0.3s ease-out;
    padding: 70px 15px 15px;
    font-size: 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 2px;
    text-align: left;
    font-weight: 500 !important;
    background: transparent;
  }
  #equipos .title-pro-grid .tit-a,
  #productos .title-pro-grid .tit-a {
    background: rgba(255, 255, 255, 0);
    transition: 0.3s ease-out;
  }
  #equipos .title-pro-grid .tit-a.uk-sticky.uk-active,
  #productos .title-pro-grid .tit-a.uk-sticky.uk-active {
    z-index: 100;
  }
  #equipos .title-pro-grid .tit-a.uk-sticky.uk-active .tit-a-in,
  #productos .title-pro-grid .tit-a.uk-sticky.uk-active .tit-a-in {
    z-index: 100;
    padding: 65px 15px 10px 15px;
    font-size: 14px !important;
    text-align: center !important;
    font-weight: 500 !important;
    background: rgb(255, 255, 255);
  }
}

figure {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.iframe-container {
  position: relative;
  padding-bottom: 60%;
  padding-top: 0;
  height: 0;
  margin: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 39.99875em) {
  .title-pro.fixed a {
    background: #E1001A;
  }
  .grid-news .uk-card-media-top {
    height: 40px !important;
  }
}
.article .card__title, .products h2.card__title {
  line-height: 17px !important;
}

.article .card__title, .products h3.card__title {
  line-height: 17px !important;
}

.icon-back {
  position: relative;
  margin-right: 5px;
  margin-left: 10px;
  width: 8px;
  height: 18px;
  display: inline-block;
  top: 2px;
}
.icon-back svg {
  float: left;
}
@media screen and (max-width: 39.99875em) {
  .icon-back {
    margin-right: inherit;
    margin-left: inherit;
    width: inherit;
    display: inline-block;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  margin: 0 4px 0 5px;
}

.uk-breadcrumb {
  text-transform: uppercase;
  font-size: 11px !important;
}
.uk-breadcrumb a {
  font-size: 11px !important;
  line-height: 23px !important;
}

.index-30.header-all {
  z-index: 999 !important;
}

.menu-header.menu-top {
  margin: 0 !important;
  padding-bottom: 10px;
  position: relative;
  z-index: 100;
}
.menu-header.menu-top li {
  float: left;
  margin: 0 !important;
  padding: 0 10px 5px 10px;
}
.menu-header.menu-top li a {
  display: inline-block;
  padding: 9px 0 2px 0 !important;
  color: #777;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s ease-in;
}
.menu-header.menu-top li a:hover {
  color: #E1001A;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  transition: all 0.3s ease-out;
}
.menu-header.menu-top li a:active {
  color: #E1001A;
  border-bottom: 1px solid #E1001A !important;
  transition: all 0.3s ease-in;
}
.menu-header.menu-top li ul {
  padding: 0;
  margin: 0;
}
.menu-header.menu-top li ul li {
  text-transform: none !important;
  display: block !important;
  width: 100%;
}
.menu-header.menu-top li ul li a {
  color: #777 !important;
  border-bottom-color: transparent !important;
  display: block !important;
  text-transform: none !important;
  font-weight: normal;
  font-size: 14px;
}
.menu-header.menu-top li ul li.is-active a {
  color: #E1001A !important;
  transition: all 0.3s ease-out;
}

#cerca-react-add {
  padding: 10px;
}

.header-top {
  position: relative;
  z-index: 1000 !important;
}

.uk-navbar-dropdown {
  z-index: 1000 !important;
}

ul.menu-top-centrar li {
  float: left;
}
.uk-background-primary u li a {
  color: #FFF;
}

.uk-background-secondary ul li a {
  color: #FFF;
}

@media screen and (min-width: 39.99875em) {
  .menu-header.menu-top a {
    position: relative;
    text-decoration: none;
    transition: none !important;
  }
  .menu-header.menu-top a:hover {
    text-decoration: none;
    transition: none;
  }
  .menu-header.menu-top a:before {
    content: "";
    width: 0;
    left: 50%;
    left: 0;
    bottom: -1px;
    height: 1px;
    z-index: 10;
    background: #E1001A !important;
    position: absolute;
    transition: 0.3s ease-out;
  }
  .menu-header.menu-top div #main-header li li a:before {
    bottom: 0;
  }
  .menu-header.menu-top a:hover:before {
    width: 100%;
    left: 0;
    transition: 0.3s ease-out;
    border: 0 !important;
  }
  .menu-header.menu-top a:active:before {
    width: 100%;
    left: 0;
    transition: 0.3s ease-out;
    border: 0 !important;
  }
  .menu-header.menu-top .index a.uk-button:before {
    height: 0;
  }
}
.sub-section .nav-section__title.uk-sticky a {
  margin-bottom: 0 !important;
}

.home-pro .nav-section__title.uk-sticky {
  margin-left: 0;
}
@media screen and (max-width: 39.99875em) {
  .home-pro .nav-section__title.uk-sticky {
    margin-left: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .home-pro {
    margin-top: 0;
  }
}
.home-pro .nav-section__title {
  margin-bottom: 20px !important;
}
.home-pro .card {
  overflow: hidden;
  padding: 0 0;
  display: block;
  position: relative;
  height: 180px;
}
@media screen and (max-width: 39.99875em) {
  .home-pro .card {
    background: transparent;
  }
}
@media screen and (max-width: 39.99875em) {
  .home-pro .card {
    height: 90px;
  }
}
.home-pro .card__color {
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
.home-pro .card__title {
  color: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500 !important;
  position: relative;
  z-index: 5;
  padding: 15px 25px;
  text-align: left;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 39.99875em) {
  .home-pro .card__title {
    font-size: 18px;
    line-height: 23px;
    padding: 10px;
    font-weight: 700 !important;
  }
}
.home-pro .card img {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  position: absolute;
  height: 144px;
  z-index: 4;
  top: 70px;
  right: 10px;
}
@media screen and (max-width: 39.99875em) {
  .home-pro .card img {
    height: 75px;
    bottom: auto;
    top: 30%;
    right: 5%;
  }
}
.home-pro .card:active {
  background: #DDD;
}
.home-pro .card:active__title {
  color: #EEE !important;
}
.home-pro .card__title {
  color: #EEE !important;
}

.menu-grid .card {
  overflow: hidden;
  padding: 0 0;
  display: block;
  position: relative;
  height: 100px;
}
@media screen and (max-width: 39.99875em) {
  .menu-grid .card {
    height: 90px;
  }
}
.menu-grid .card__color {
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
.menu-grid .card__title {
  color: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 35px;
  font-weight: 500 !important;
  position: relative;
  z-index: 100;
  padding: 15px 25px;
  text-align: left;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 39.99875em) {
  .menu-grid .card__title {
    font-size: 18px;
    line-height: 23px;
    padding: 10px;
    font-weight: 700 !important;
  }
}
.menu-grid .card:focus,
.menu-grid .card:hover {
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.menu-grid .card:focus *,
.menu-grid .card:hover * {
  color: #FFF !important;
}
.menu-grid .card:active {
  background: #DDD;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.menu-grid .card:active__title {
  color: #EEE !important;
}

.index .menu-grid .card h2 {
  font-size: 18px;
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid .card {
    height: 70px;
  }
  .index .menu-grid .card h2 {
    line-height: 20px;
    font-size: 16px;
  }
}
.index .menu-grid .card .card__color {
  height: 130px;
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid .card .card__color {
    height: 70px;
  }
}
.index .menu-grid .nav-section__title.uk-sticky {
  margin-left: 0;
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid .nav-section__title.uk-sticky {
    margin-left: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid {
    min-height: calc(100vh - 162px) !important;
    margin-top: 0;
  }
}
.index .menu-grid .nav-section__title {
  margin-bottom: 20px !important;
}
.index .menu-grid .card {
  overflow: hidden;
  padding: 0 0;
  display: block;
  position: relative;
  height: 180px;
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid .card {
    background: transparent;
  }
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid .card {
    height: 90px;
  }
}
.index .menu-grid .card__color {
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  top: 0;
}
.index .menu-grid .card__title {
  color: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500 !important;
  position: relative;
  z-index: 2;
  padding: 15px 25px;
  text-align: left;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid .card__title {
    font-size: 18px;
    line-height: 23px;
    padding: 10px;
    font-weight: 700 !important;
  }
}
.index .menu-grid .card img {
  filter: grayscale(1);
  mix-blend-mode: multiply;
  position: absolute;
  height: 144px;
  z-index: 10;
  top: 70px;
  right: 10px;
}
@media screen and (max-width: 39.99875em) {
  .index .menu-grid .card img {
    height: 75px;
    bottom: auto;
    top: 30%;
    right: 5%;
  }
}
.index .menu-grid .card:focus,
.index .menu-grid .card:hover {
  background: #EEE;
}
.index .menu-grid .card:active {
  background: #DDD;
}
.index .menu-grid .card:active__title {
  color: #EEE !important;
}
.index .menu-grid .card__title {
  color: #EEE !important;
}

.page-title {
  margin: 0 15px 0 15px !important;
}

.title-pro-grid .nav-section__title {
  margin: 0 0 0 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .menu-grid .card__title {
    font-size: 16px;
    line-height: 23px;
    padding: 15px;
    font-weight: 400 !important;
  }
}
.hidden-mobile {
  position: relative;
  z-index: 0;
}
.hidden-mobile .menu-pro {
  padding-bottom: 20px;
}

.title-pro .nav-section__title a, .title-pro .nav-section__title .a_s,
.nav-section__title a {
  position: relative;
  border-bottom: 0 !important;
}

.nav-section__title a {
  margin: 0 15px 0 15px;
}

.menu-top.uk-active a {
  color: #E1001A;
}

.nav-section__title.uk-stick.uk-active,
.nav-section__title:after,
.nav-section__title:before {
  border: 0 !important;
  content: "";
  height: 64px;
  top: 0;
  position: absolute;
  z-index: 10;
}

.nav-section__title.uk-sticky.uk-active:after {
  content: "";
  height: 64px;
  width: 50%;
  right: -50%;
}

.nav-section__title.uk-sticky.uk-active:before {
  content: "";
  height: 64px;
  width: 50%;
  left: -50%;
}

.nav-section__title {
  padding: 10px 0 10px 0 !important;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nav-section__title.show-for-small-only.uk-sticky.uk-active {
  background: white;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.nav-section__title.show-for-small-only.uk-sticky.uk-active a .uk-icon {
  top: 19px !important;
}
@media screen and (max-width: 39.99875em) {
  .nav-section__title.show-for-small-only.uk-sticky.uk-active a .uk-icon {
    top: 10px !important;
  }
}

#equipos .uk-width-expand,
#carburante .uk-width-expand,
#productos .uk-width-expand {
  position: relative;
  z-index: 0;
}
#equipos article,
#carburante article,
#productos article {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.page__section__home-pro .title-pro-grid {
  margin-bottom: 15px !important;
}

.nav-section__title .a_s {
  padding: 5px 15px !important;
  background: #8a8a8a;
  margin-top: 10px;
  color: #FFF;
  font-weight: bold !important;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-section__title_ a.a_s {
  background: #E1001A;
  padding: 5px 25px !important;
}
.nav-section__title_ .icon-back {
  color: #FFF;
  visibility: visible !important;
  position: absolute;
  left: 1px;
  top: 10px;
  opacity: 1;
  z-index: 100;
}
.nav-section__title_ .icon-back svg * {
  fill: #FFF;
}

.page__section .nav-section__title.uk-sticky .icon-back {
  visibility: hidden;
  margin-right: -23px;
}
.url-level-1 .nav-section__title.uk-sticky.uk-active a {
  margin: 0 15px 0 15px;
  padding: 10px 0;
}

.nav-section__title .a_s,
.nav-section__title a {
  padding: 10px 0;
  margin-top: 0 !important;
  display: block !important;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-section__title .a_s {
  margin: 10px 0 0 0 !important;
}

.title-pro .nav-section__title a,
.title-pro .nav-section__title .a_s {
  display: block;
  padding: 10px 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.list-liquids {
  list-style: none;
}

.title-pro .nav-section__title {
  text-transform: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.3rem !important;
  margin: 0 0 10px 0;
}

.title-pro-grid {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.title-pro-grid .icon-back {
  display: none;
}
@media screen and (max-width: 39.99875em) {
  .title-pro-grid .icon-back {
    display: block;
  }
}
.title-pro-grid .nav-section__title {
  margin: 0 0 10px 0;
}
.title-pro-grid .nav-section__title__v2 {
  margin: 0;
  padding: 0;
  line-height: 1.3rem;
  font-size: 1.3rem;
  display: none;
}
.title-pro-grid .nav-section__title__v2 a {
  margin-left: -5px;
  font-weight: bold;
  color: #999;
}

.nav-section__title {
  height: 64px;
  top: 0;
}
@media screen and (max-width: 39.99875em) {
  .nav-section__title {
    height: auto;
  }
}

@media screen and (max-width: 39.99875em) {
  .nav-section__title.uk-stick.uk-active,
  .nav-section__title:after,
  .nav-section__title:before {
    height: 39px;
  }
}

@media screen and (max-width: 39.99875em) {
  .nav-section__title.uk-sticky.uk-active:after {
    height: 39px;
  }
}

@media screen and (max-width: 39.99875em) {
  .nav-section__title.uk-sticky.uk-active:before {
    height: 39px;
  }
}

@media screen and (max-width: 39.99875em) {
  .home-blog-body {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .category_ .card__title {
    text-shadow: none !important;
  }
  #main-header {
    border: 0 !important;
    background: rgba(255, 255, 255, 0) !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .page__section .nav-section__title.uk-sticky a {
    margin: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .page__section .nav-section__title.uk-sticky.uk-active a {
    margin: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .page__section .nav-section__title.uk-sticky {
    max-width: 100%;
    text-transform: none;
    z-index: 5;
  }
  .page__section .nav-section__title.uk-sticky .icon-back {
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;
  }
  .page__section .nav-section__title.uk-sticky .icon-back svg path {
    fill: #E1001A;
  }
  .page__section .nav-section__title.uk-sticky a {
    padding: 70px 15px 15px 15px;
    font-size: 25px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 2px;
    text-align: left;
    font-weight: 500 !important;
    transition: font-size 0.3s ease-out, background-color 0.3s ease-out;
  }
  .page__section .nav-section__title.uk-sticky.uk-active {
    border: 0;
    margin-bottom: 0;
    margin-top: 52px !important;
    height: 40px;
    display: block;
    z-index: 50;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-weight: 600;
    line-height: 35px;
  }
  .page__section .nav-section__title.uk-sticky.uk-active .icon-back {
    display: block;
    visibility: visible;
  }
  .page__section .nav-section__title.uk-sticky.uk-active a {
    font-size: 14px !important;
    text-align: center !important;
    font-weight: 500 !important;
    background-color: rgba(255, 255, 255, 0.99);
    transition: font-size 0.3s ease-out, background-color 0.3s ease-out;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 35px;
    z-index: 80;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 15px 2px 30px;
  }
  .page__section .nav-section__title.uk-sticky.uk-active a .icon-back svg path {
    fill: #E1001A;
  }
}

@media screen and (max-width: 39.99875em) {
  .menu-pro,
  .grid-pro {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .nav-section__title .a_s,
  .nav-section__title a {
    border-bottom: none;
  }
}

.title-pro {
  display: none;
}
@media screen and (max-width: 39.99875em) {
  .title-pro {
    display: block;
  }
}
@media screen and (max-width: 39.99875em) {
  .title-pro .nav-section__title a,
  .title-pro .nav-section__title .a_s {
    border-bottom: none;
  }
}

.nav-section__title .uk-icon {
  position: absolute;
  left: 3px !important;
  top: 7px !important;
}

@media screen and (max-width: 39.99875em) {
  .nav-section__title .uk-icon {
    position: absolute;
    left: 3px !important;
    top: 9px !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .title-pro.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 50;
  }
  .title-pro.fixed .uk-icon {
    position: relative;
    left: 3px;
    top: 0;
    margin-right: 5px;
  }
  .title-pro.fixed a {
    font-size: 14px !important;
    padding: 2px 10px 2px 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 40;
    line-height: 35px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .title-pro.fixed a svg path {
    fill: #ffffff;
  }
}

@media screen and (max-width: 39.99875em) {
  .nav-section__title {
    padding: 0 0 0 0 !important;
  }
}

.nav-section__title {
  border: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  .container .title-pro-grid {
    display: block !important;
  }
}
.productos .title-pro-grid {
  display: block;
}

@media (min-width: 39.99875em) {
  .productos .title-pro-grid .uk-icon,
  .productos .nav-section__title .uk-icon {
    position: absolute;
    left: 0 !important;
    top: 21px !important;
  }
  .productos .title-pro-grid a,
  .productos .nav-section__title a {
    padding-left: 30px;
    font-size: 25px !important;
  }
}

@media screen and (min-width: 39.99875em) {
  .productos.url-level-4 .title-pro-grid .uk-icon,
  .productos.url-level-4 .nav-section__title .uk-icon {
    display: none;
  }
  .productos.url-level-4 .title-pro-grid a,
  .productos.url-level-4 .nav-section__title a {
    padding-left: 0;
  }
}
.productos .title-pro-grid {
  z-index: 10;
  overflow: visible;
}
.productos .title-pro-grid .container {
  position: relative;
  right: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 39.99875em) {
  .productos .title-pro-grid {
    margin-bottom: 0;
  }
}
.productos .title-pro-grid h1 {
  display: block;
}

.home-blog-body .img-auto {
  text-align: center;
}
.home-blog-body .img-auto a {
  display: block;
}
.home-blog-body .img-auto a img {
  max-height: 100px;
  mix-blend-mode: multiply;
}

.btn-back {
  margin: 20px 0 !important;
  padding: 10px 0;
  background: #f5f5f5;
  color: #E1001A !important;
}

.article-blog a span {
  color: #E1001A !important;
}
.article-blog a.scollTop svg {
  position: relative;
  left: 5px;
}

@media screen and (max-width: 39.99875em) {
  .page-title {
    display: none;
  }
  .article-blog .uk-article-title {
    display: none;
  }
  .article-blog .uk-article-meta {
    margin-top: 20px;
  }
  .page__section h1 {
    display: block;
  }
}
@media screen and (max-width: 39.99875em) {
  .nav-section__title .uk-icon {
    opacity: 0;
  }
  .uk-sticky.uk-active .uk-icon {
    opacity: 1;
  }
}
.nav-section__title.show-for-small-only.uk-sticky.uk-active.uk-sticky-fixed.uk-sticky-below .uk-icon {
  display: block;
}

.menu-top {
  margin: 0 0 0 20px !important;
}
.menu-top li {
  float: left;
  margin: 0 !important;
  padding: 0 10px;
}
.menu-top li a {
  display: inline-block;
  padding: 9px 0;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 0, 140, 0.3);
  font-weight: 700;
  font-size: 13px;
}
.menu-top li a:hover {
  color: #E1001A;
  border-bottom: 1px solid #E1001A;
}
.menu-top li a:active {
  color: #7a0a11;
  border-bottom: 1px solid #73000c;
}

.memu-landing .menu-top li a:hover {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

ul {
  margin: 0 !important;
}

ul.menu-top-centrar li {
  float: left;
}
.uk-background-primary u li a {
  color: #FFF;
}

.uk-background-secondary ul li a {
  color: #333;
}

.container {
  max-width: 1095rem !important;
}
.container .footer__bar,
.container .footer__inner,
.container .top-bar__inner,
.container .header__inner {
  max-width: 1900rem !important;
}
@media screen and (max-width: 39.99875em) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.uk-lightbox {
  z-index: 10000;
}

@media screen and (max-width: 39.99875em) {
  .page__section {
    min-height: auto;
  }
}
.title-pro-des {
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
  border-bottom: 1px solid #EEE;
  padding: 7px 0 !important;
  text-transform: uppercase;
  margin: 15px;
  position: relative;
}

@font-face {
  font-family: "UniSansBold";
  src: url("fonts/uni_sans_bold-webfont.woff2") format("woff2"), url("fonts/uni_sans_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.UniSansBold, .UniSansBold * {
  font-family: UniSansBold, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
}

.top-bar__inner {
  padding: 0 !important;
}

#index .top-bar__inner a {
  color: #FFF;
}

.form--with-bg {
  margin: 0 !important;
}

.breadcrumb__inner {
  max-width: none !important;
}
.breadcrumb__inner .breadcrumb__list {
  margin: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  #main {
    z-index: 1;
    position: relative;
  }
  .hidden-mobile {
    display: none;
  }
  .grid-pro .main .page__header {
    display: none;
  }
  .row {
    margin: 0 !important;
  }
  .uk-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /*
  .novedades.productos-blog {
    .uk-section {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px;
    }
  }*/
}
.map {
  display: none;
}

.grid-pro .main .page__header {
  display: none;
}

.uk-notification-message {
  border: 1px rgba(0, 0, 0, 0.18) solid;
}

div.boxes {
  margin-top: 30px;
  margin-right: -30px;
  margin-left: -30px;
}

.main-min {
  min-height: calc(100vh - 514px) !important;
}
@media screen and (max-width: 39.99875em) {
  .main-min {
    min-height: calc(100vh - 42px) !important;
  }
}

.main-min {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 39.99875em) {
  #index .main .page__section {
    min-height: calc(100vh - 42px) !important;
  }
}
#index .top-bar {
  margin-top: -1px;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
#index .nav {
  margin-top: -10px;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.mega-menu__menu li {
  margin: 0 1px 0 0 !important;
}
.mega-menu__menu li a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 !important;
}

.slider__inner-slider__inner-texte {
  position: absolute;
  top: 0;
  z-index: 10;
  padding-top: 50%;
  margin-top: -130px;
  padding-left: 6px;
}
@media screen and (max-width: 67em) {
  .slider__inner-slider__inner-texte {
    padding-top: 400px;
  }
  .slider__inner-slider__inner-texte * {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .slider__inner-slider__inner-texte {
    padding-top: 380px;
    margin-top: 0;
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
}
.slider__inner-slider__inner-texte .slider__item-subtitle,
.slider__inner-slider__inner-texte .slider__item-title {
  color: #FFF;
  text-align: left;
  padding: 0 50px 0 0;
}

.logo #Fill-4 {
  fill: #FFF;
}

@media screen and (max-width: 39.99875em) {
  header .header__inner .logo {
    padding: 0 0 0 5px;
    width: 90%;
    top: -10px;
    margin-bottom: 3px;
  }
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}

@media screen and (max-width: 39.99875em) {
  .mapa-web {
    background-color: #FFF;
  }
}

#index .promos-home {
  background: #f6f6f6;
  padding-bottom: 40px;
  padding-top: 40px;
}
#index .promos-home .uk-active {
  background-color: transparent;
}
@media screen and (max-width: 39.99875em) {
  #index .promos-home {
    padding: 15px 0 15px 0;
    margin: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  #index header .header__inner_ .logo {
    padding: 0 0 0 10px;
    width: 90%;
  }
}
#index .main {
  position: relative;
}
@media screen and (max-width: 39.99875em) {
  #index .main {
    min-height: calc(100vh - 40px);
  }
}
#index .top-bar__phone-icon {
  display: none;
}
#index .logo__link * {
  fill: #FFF;
}
#index .logo__link #Fill-4 {
  fill: transparent;
  stroke: transparent;
}
#index header {
  z-index: 30;
  position: relative !important;
}
@media screen and (max-width: 39.99875em) {
  #index header {
    background: rgba(0, 0, 0, 0) !important;
    position: absolute !important;
    border: 0 !important;
  }
}
#index .slider {
  background-color: rgb(170, 0, 0) !important;
  padding-bottom: 50% !important;
  overflow: hidden;
  max-height: calc(100vh - 290px) !important;
  margin-bottom: 0;
  margin-top: -200px !important;
  z-index: 1;
  position: relative !important;
  min-height: auto !important;
  padding-bottom: 50% !important;
  max-height: calc(100vh - 290px) !important;
}
#index .slider .slider__item_bottom,
#index .slider .slider__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: auto !important;
  background-color: rgba(170, 0, 0, 0) !important;
  background: linear-gradient(-45deg, #E1001A 0%, rgba(255, 0, 17, 0.69) 50%, #E1001A 100%);
  padding-bottom: 50% !important;
  overflow: hidden;
  max-height: calc(100vh - 290px) !important;
}
@media screen and (max-width: 39.99875em) {
  #index .slider .slider__item_bottom,
  #index .slider .slider__item {
    height: 600px !important;
  }
}
#index .slider .slider__item_bottom .slider__inner,
#index .slider .slider__item .slider__inner {
  position: absolute;
  top: 0;
  padding-bottom: 50% !important;
  left: 0;
  right: 0;
  max-height: calc(100vh - 290px) !important;
  min-height: auto !important;
  z-index: 1;
}
#index .slider .slider__item_bottom .slider__inner .slider__item-title,
#index .slider .slider__item .slider__inner .slider__item-title {
  color: #FFF;
  padding: 30px;
  display: block;
  mix-blend-mode: color-burn;
}
#index .slider .slider__item_bottom {
  display: none;
}
@media screen and (max-width: 39.99875em) {
  #index .slider {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    height: 500px !important;
  }
  #index .slider .slider__item_bottom {
    top: 350px;
  }
}
#index .slider video {
  filter: grayscale(100);
  top: 0;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 1250px) {
  #index .slider video {
    margin-top: 0;
    min-height: auto !important;
    top: 0;
    max-width: none;
    width: auto;
    height: 700px !important;
  }
}
@media screen and (max-width: 39.99875em) {
  #index .slider video {
    height: 500px !important;
  }
}
#index .header__menu,
#index .top-bar {
  z-index: 80;
  position: relative !important;
  background-color: transparent !important;
}
#index .header__menu *,
#index .top-bar * {
  color: #FFF !important;
  border: 0 !important;
}

.header.uk-sticky.uk-active {
  z-index: 1000;
  background: #E1001A !important;
  background: #FFF !important;
  height: 48px !important;
  border-bottom: 1px solid rgba(15, 13, 15, 0.01);
}
.header.uk-sticky.uk-active .top-bar {
  display: none;
}
.header.uk-sticky.uk-active .header__inner {
  padding: 12px 0 5px 0 !important;
}
.header.uk-sticky.uk-active .header__inner a {
  padding: 5px 0 10px 0;
}
.header.uk-sticky.uk-active .header__inner * {
  background: transparent !important;
  border: 0;
}
.header.uk-sticky.uk-active .header__inner .logo {
  width: 130px !important;
  position: relative;
  top: -3px;
}
.header.uk-sticky.uk-active .header__inner .logo #Fill-4 {
  fill: transparent;
  stroke: transparent;
}

@media screen and (min-width: 39.99875em) {
  .header.uk-sticky.uk-active {
    z-index: 1000;
    background: #f9f9f9;
    border-bottom: 1px solid rgba(15, 13, 15, 0.01);
  }
  .header.uk-sticky.uk-active .top-bar__inner {
    display: none;
    background: #FFF;
  }
  .header.uk-sticky.uk-active .header__inner {
    padding: 12px 0 5px 0 !important;
  }
  .header.uk-sticky.uk-active .header__inner a {
    padding: 5px 0 10px 0;
  }
  .header.uk-sticky.uk-active .header__inner * {
    background: transparent !important;
    border: 0;
  }
  .header.uk-sticky.uk-active .header__inner .logo {
    width: 130px !important;
    position: relative;
    top: -3px;
  }
  .header.uk-sticky.uk-active .header__inner .logo #Fill-4 {
    fill: transparent;
    stroke: transparent;
  }
}
#index .top-bar {
  background: rgba(255, 255, 255, 0.1) !important;
}
@media screen and (max-width: 39.99875em) {
  #index .top-bar {
    background: rgba(255, 255, 255, 0) !important;
  }
}

.top-bar,
.top-bar-right,
.top-bar__menu,
.top-bar__nav,
.top-bar__left {
  height: 35px;
}

.mega-menu__inner {
  max-width: none !important;
}

.header__menu {
  float: right;
}

.mega-menu.menu-top ul li {
  list-style: none;
}

.full-landing {
  overflow: hidden;
  position: relative;
}

.mem-page-base a:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.01);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -2;
  transition: background 0.3s ease-in;
}
.mem-page-base a {
  position: relative;
  color: #FFF !important;
}
.mem-page-base a:hover:after {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
}
.mem-page-base a:active:after {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 39.99875em) {
  .nav-mobile #cerca-react {
    position: fixed;
    right: 34px;
    top: 3px;
  }
  .body-menu-view .nav-mobile #cerca-react {
    right: 23px;
    top: -1px;
  }
}
.header__inner {
  padding: 40px 0 20px 0 !important;
}

.top-bar__inner {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 39.99875em) {
  .top-bar__inner {
    height: auto !important;
  }
}

html.is-animating .transition-fade {
  opacity: 0;
  transition: 0.1s;
}

.transition-fade {
  transition: 0.1s;
  opacity: 1;
}

.nav-mobile #cerca-react,
.top-bar-right #cerca-react {
  display: block;
  margin: 0 10px 0 0 !important;
  float: left;
}
.nav-mobile #cerca-react a,
.top-bar-right #cerca-react a {
  text-align: center;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 45px;
  font-size: 20px;
  color: #888 !important;
}
@media screen and (max-width: 39.99875em) {
  .nav-mobile #cerca-react a,
  .top-bar-right #cerca-react a {
    line-height: 50px !important;
    color: #E1001A !important;
  }
}
.nav-mobile #cerca-react a svg,
.top-bar-right #cerca-react a svg {
  width: 20px;
}
.nav-mobile #menu-react,
.top-bar-right #menu-react {
  margin: 0 20px 0 0 !important;
  float: left;
  display: none;
}
.nav-mobile #menu-react a,
.top-bar-right #menu-react a {
  display: block;
  height: 52px;
  width: 52px;
  line-height: 45px;
  color: #888 !important;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 39.99875em) {
  .nav-mobile #menu-react a,
  .top-bar-right #menu-react a {
    line-height: 47px !important;
    color: #E1001A !important;
  }
}
.nav-mobile #menu-react a svg,
.top-bar-right #menu-react a svg {
  width: 27px;
}
.nav-mobile .nav-lang,
.top-bar-right .nav-lang {
  margin-left: 60px;
}
.nav-mobile .uk-button,
.top-bar-right .uk-button {
  width: 170px;
  line-height: 50px;
  margin-left: 5px;
}

/**/
.top-bar__left > * + :before,
.top-bar__menu li + li:before {
  display: none !important;
}

.top-bar__menu {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.top-bar__menu li {
  padding: 0 !important;
  margin: 0 !important;
}
.top-bar__menu li a {
  padding: 10px 10px !important;
  margin-bottom: -3px;
}

article {
  padding: 0 !important;
}

.top-bar__inner {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.uk-offcanvas-cerca .uk-search input {
  left: calc(100vw - 400px) !important;
  max-width: 340px !important;
  margin-right: 100px !important;
}
@media screen and (max-width: 39.99875em) {
  .uk-offcanvas-cerca .uk-search input {
    left: 10px !important;
    right: 0 !important;
    min-width: 90vw !important;
  }
}

.uk-offcanvas-overlay {
  max-width: 400px !important;
  background: #222;
}

.uk-offcanvas {
  z-index: 9999;
}

.nav-mobile {
  position: absolute;
  right: calc(5% + 145px);
  top: 0;
  z-index: 9999;
}
.nav-mobile #cerca-react {
  margin: 0;
  float: right;
  display: block;
}
.nav-mobile #cerca-react a {
  padding: 0;
  line-height: 35px;
}
.nav-mobile #menu-react {
  display: block;
  margin: 0 15px 0 0;
  float: right;
}
.nav-mobile #menu-react a {
  padding: 0;
  line-height: 35px;
}

@media screen and (max-width: 39.99875em) {
  .top-bar {
    background: transparent !important;
  }
  .top-bar__inner {
    padding: 0;
  }
  .top-bar__left {
    display: none !important;
  }
  .nav-mobile,
  .top-bar-right {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .nav-mobile #cerca-react,
  .top-bar-right #cerca-react {
    margin: 0;
    float: right;
    display: block;
  }
  .nav-mobile #menu-react,
  .top-bar-right #menu-react {
    display: block;
    margin: 0 15px 0 0;
    float: right;
  }
  .nav-mobile #menu-react:hover,
  .nav-mobile #cerca-react:hover,
  .top-bar-right #menu-react:hover,
  .top-bar-right #cerca-react:hover {
    margin: 0;
    float: right;
    display: block;
  }
  .header__inner {
    position: fixed;
    left: 0;
    right: 200px;
    top: 0;
  }
  .header {
    background: #FFF;
    height: 52px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .header__inner {
    padding: 0 !important;
    width: 185px;
    height: 40px;
    margin: 7px 10px 1px 10px !important;
    float: left;
  }
  .header__inner .logo {
    padding: 0;
    margin: 0;
  }
  .header__inner .logo__link {
    display: block;
    padding: 0;
  }
  .header__inner .logo__link img {
    width: 155px;
  }
  .nav {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .nav ul.header__menu {
    display: block !important;
    position: absolute;
    top: 5px;
    right: 10px;
    left: 0;
    text-align: right;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .nav ul.header__menu {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .nav ul.header__menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .nav ul.header__menu li a {
    font-size: 11px;
    border-bottom: 0;
  }
}
.top-bar__menu li {
  padding: 2px 10px 0 10px !important;
}
.top-bar__menu li a {
  padding: 8px 0 !important;
  border-bottom: 2px solid rgba(255, 0, 59, 0);
}
.top-bar__menu li a.uk-active {
  color: #E1001A;
  border-bottom: 2px solid #E1001A;
}

.open-editor-init.uk-icon svg {
  height: 16px;
}

.nav-lang a {
  margin-top: 4px;
  padding: 8px 0 !important;
  border-bottom: 2px solid rgba(255, 0, 59, 0);
}
.nav-lang .is-active > a {
  color: #E1001A;
  border-bottom: 2px solid #E1001A;
}

.header__inner {
  display: block !important;
  height: 110px;
}
@media screen and (max-width: 39.99875em) {
  .header__inner {
    height: 50px;
  }
}
.header__inner .logo {
  float: left;
}
@media screen and (max-width: 39.99875em) {
  .header__inner .logo {
    padding: 0 !important;
    top: 5px !important;
    position: relative;
  }
}
.header__inner nav {
  float: right;
}

.top-bar__inner {
  display: block !important;
  height: 35px;
}
.top-bar__inner .nav-mobile,
.top-bar__inner .top-bar-right {
  float: right;
}
.top-bar__inner .top-bar__left {
  float: left;
}

.header-video .uk-grid {
  min-height: calc(100vh - 400px);
}
@media screen and (max-width: 1330px) {
  .header-video .uk-grid {
    min-height: calc(100vh - 50%);
  }
}
.header-tel {
  margin-top: 5px;
  margin-right: 20px;
  padding-left: 25px;
  color: #E1001A !important;
  position: relative;
}
.header-tel .uk-icon {
  top: 2px;
  left: 0;
  position: absolute;
}

.footer-all .header-tel .uk-icon {
  top: 9px;
}

@media screen and (max-width: 39.99875em) {
  .header-video video {
    min-width: 150% !important;
    min-height: 100% !important;
    position: absolute !important;
  }
}
.uk-navbar-dropdown-nav li a:hover {
  text-decoration: none !important;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.51) !important;
  z-index: 102;
}

.off-canvas-wrapper {
  z-index: 102;
}

.off-canvas__inner nav {
  padding-top: 140px !important;
}

.off-canvas-button {
  position: fixed;
  z-index: 101;
  right: 0;
  height: 45px;
  width: 70px;
  padding: 0;
  margin: 0;
  background: transparent !important;
}

.icon-off-canvas-button {
  width: 20px;
  position: absolute;
  height: 2px;
  left: 24px;
  display: block;
  background: #000;
  top: 20px;
}

.icon-off-canvas-button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  display: block;
  background: #000;
  top: 5px;
}

.icon-off-canvas-button:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  background: #000;
  top: -5px;
  left: 0;
}

#offcanvas-nav.uk-open_ .uk-offcanvas-close {
  position: fixed;
  right: 0;
  z-index: 1000;
  padding: 0;
  color: #FFF;
  border-radius: 0;
  background: #222 !important;
  transition: 0s;
  height: 40px !important;
  width: 56px !important;
  top: 10px !important;
  line-height: 40px !important;
}

#offcanvas-nav li {
  color: #E1001A;
  font-weight: bold;
}
#offcanvas-nav li a {
  color: rgb(255, 255, 255);
  font-weight: bold;
}
#offcanvas-nav li li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
#offcanvas-nav .uk-offcanvas-bar {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.9) !important;
}

.uk-offcanvas-bar {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 39.99875em) {
  div.uk-offcanvas-cerca {
    background-color: rgb(0, 0, 0) !important;
  }
}
.category_ {
  padding-bottom: 50px;
}
@media screen and (max-width: 39.99875em) {
  .category_ {
    padding-bottom: 0;
  }
}
.category_ .card {
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  padding: 30px 0 50px 0;
  background: #f8f8f8;
}
@media screen and (max-width: 39.99875em) {
  .category_ .card {
    padding: 0;
    background: transparent;
    box-shadow: none;
    height: auto;
  }
}
.category_ .card__image {
  background: transparent;
  height: 170px;
  mix-blend-mode: multiply;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  border: 0;
  z-index: 4;
}
.category_ .card__image-inner {
  bottom: 0;
  width: auto;
  overflow: visible;
  padding: 0;
  /* height: 100px; */
  height: 250px;
  margin-top: 0;
}
@media screen and (max-width: 39.99875em) {
  .category_ .card__image-inner {
    margin-top: 0;
  }
}
.category_ .card__image-inner img {
  max-height: 60%;
  max-width: 80%;
}
@media screen and (max-width: 39.99875em) {
  .category_ .card__image-inner img {
    max-height: 100%;
    max-width: 100%;
  }
}
.category_ .card .color-category_ {
  mix-blend-mode: multiply;
  position: absolute;
  left: -170px;
  bottom: 0;
  right: 0;
  top: -70px;
  height: 150px;
  z-index: 2;
  opacity: 0.1;
  bottom: auto;
  left: initial;
  height: 60px;
  width: 3px;
  opacity: 1;
  top: 10px;
  left: 0;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
@media screen and (max-width: 39.99875em) {
  .category_ .card .color-category_ {
    display: none;
  }
}
.category_ .card__title {
  z-index: 10;
  color: #333;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  top: 0;
  padding: 10px 15px 15px 15px;
  text-transform: uppercase;
  letter-spacing: 0.00525em;
  font-size: 13px;
  line-height: initial;
  overflow: hidden;
}
@media screen and (max-width: 39.99875em) {
  .category_ .card__title {
    font-size: 18px;
    min-height: 10px;
    letter-spacing: normal !important;
    font-weight: normal !important;
    line-height: initial;
    text-transform: none;
    position: relative;
    background: transparent;
    padding: 0;
    height: auto;
    box-shadow: none;
  }
  .category_ .card__title .color-category_ {
    display: none;
  }
}
.category_ .card__body {
  min-height: 30px;
}
.category_ .card__body p {
  color: #999 !important;
  display: -webkit-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.category_ .card__section {
  min-height: 10px;
}
.category_ .card__footer {
  position: absolute;
  top: 15px;
}
.category_ .card:focus,
.category_ .card:hover {
  background: #f1f1f1;
}
.category_ .card:focus .card__title,
.category_ .card:hover .card__title {
  color: #000;
}
@media screen and (max-width: 39.99875em) {
  .category_ .card:focus .card__title,
  .category_ .card:hover .card__title {
    color: #000;
  }
}
.category_ .card:focus .card__image,
.category_ .card:hover .card__image {
  filter: grayscale(0%);
}
.category_ .card:focus .card__image:before,
.category_ .card:hover .card__image:before {
  display: none;
  opacity: 0;
}
.category_ .card:active {
  background: #DDD;
}
@media screen and (max-width: 39.99875em) {
  .category_ .card:active .card__title {
    color: #000;
  }
}
@media screen and (max-width: 39.99875em) {
  .category_ .card {
    border: 0 !important;
    background: #FFF;
    border-top: 1px solid #DDD !important;
    margin: -1px -15px 1px -15px !important;
    display: block;
    padding: 20px;
  }
  .category_ .card__title {
    padding: 0;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .category_ .card {
    padding: 15px 0;
    display: block;
    margin-bottom: 14px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .category_ .card__title {
    padding-top: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
  }
  .category_ .card__home__title {
    color: #FFF;
  }
  .category_ .card__image {
    mix-blend-mode: multiply;
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 0;
    border: 0;
    height: 100%;
    width: 90px;
  }
  .category_ .card__image:after {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .category_ .card__image-inner {
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 90px;
  }
  .category_ .card__image-inner img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
  }
  .category_ .card__body {
    min-height: 30px;
  }
  .category_ .card__body p {
    color: #999 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category_ .card__section {
    min-height: 50px;
    margin-left: 100px;
  }
  .category_ .card__footer {
    position: absolute;
    top: 15px;
  }
  .category_ .card:focus,
  .category_ .card:hover {
    background: #EEE;
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .category_ .card:focus .card__image:before,
  .category_ .card:hover .card__image:before {
    display: none;
    opacity: 0;
  }
  .category_ .card:active {
    background: #DDD;
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
}
@media screen and (max-width: 39.99875em) {
  .category_ .icon-next {
    display: none;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .category_ {
    border-bottom: 1px solid #EEE;
  }
  .category_ .icon-next {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    color: #EEE;
  }
  .category_ .icon-next svg {
    height: 15px;
  }
  .category_ .icon-next svg path {
    fill: #CCC;
  }
  .category_ .card {
    border: 0 !important;
    background: #FFF;
    margin: -1px 0 1px -15px !important;
    display: block;
    padding: 0;
    overflow: hidden;
  }
  .category_ .card__title {
    padding: 10px 40px 10px 0 !important;
    line-height: 29px !important;
    font-weight: 400;
  }
  .category_ .card__section {
    margin-left: 100px;
    position: relative;
  }
  .category_ .card__image {
    overflow: hidden;
    margin: 0 0 0 15px !important;
    height: 40px;
    width: 80px;
    top: 5px;
  }
  .category_ .card__image-inner {
    padding: 4px 0 0 0;
    height: 40px;
    width: 80px;
  }
  .category_ a:before,
  .category_ a:after {
    left: 100px;
    border-bottom: 1px solid #EEE;
    content: "";
    top: 1px;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
  }
  .category_ a:active:before,
  .category_ a:focus:before,
  .category_ a:hover:before {
    left: 0;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
  }
  .category_ a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .category_ a:active {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .grid-pro {
    padding-bottom: 40px;
    background: #FFF;
  }
  .grid-pro .margesIn-top {
    margin: 0 !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .card-index.uk-card-default {
    background: rgba(0, 0, 0, 0.02);
  }
  .card-index a.a-card-index {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    transition: all 0.3s ease-out !important;
  }
  .card-index a.a-card-index span {
    display: none;
  }
  .card-index a.a-card-index:hover {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in !important;
  }
  .card-index a.a-card-index:active {
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in !important;
  }
  .title-pro-grid-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .title-pro-grid-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .title-pro-grid-space {
    padding: 25px;
  }
  .title-pro-grid-breadcrumb {
    display: none !important;
  }
  .title-pro-grid-hidden {
    display: block !important;
  }
}
#main-header.main-header-hidden {
  display: none;
}

.mega-menu__inner {
  margin: 0 !important;
  padding-right: 1px !important;
  padding-left: 1px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.01);
  border-right: 1px solid rgba(0, 0, 0, 0.01);
}

.mega-menu .uk-navbar-nav > li > a {
  color: #FFF;
  font-size: 12px !important;
}

#main-header .uk-navbar-toggle {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF !important;
}
#main-header .uk-navbar-toggle svg {
  color: #FFF !important;
}

.uk-background-secondary ul li a {
  color: #333;
}

.mega-menu ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-menu__inner {
  margin-bottom: 7px;
  padding: 0 15px 0 5px;
}
.mega-menu__inner .uk-navbar-toggle svg {
  height: 36px !important;
  margin-left: 10px !important;
}
.mega-menu__inner .uk-search {
  margin-left: 0 !important;
}
.mega-menu__inner .uk-navbar-item.uk-width-expand svg {
  position: relative;
  right: 100%;
}

.page-nav {
  padding: 10px 0 0 0 !important;
  margin: 0 0 0 !important;
}
.page-nav ul li {
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.1);
}
.page-nav ul li a {
  border: 0 !important;
  background: rgba(0, 0, 0, 0.05);
  max-height: 53px;
}
@media screen and (max-width: 39.99875em) {
  .page-nav ul li a {
    height: 34px !important;
  }
}
.page-nav ul .uk-active {
  background: #E1001A !important;
  height: 44px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 39.99875em) {
  .page-nav ul .uk-active {
    height: 34px !important;
  }
}
.page-nav ul .uk-active a {
  cursor: default;
  background: #E1001A !important;
  height: 44px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  max-height: 53px;
}
.page-nav ul .uk-active a:hover {
  opacity: 1 !important;
  cursor: default;
  background: #E1001A !important;
  height: 44px !important;
  border-radius: 0 !important;
}

.uk-navbar-toggle.uk-icon.uk-close svg {
  position: relative;
  right: -40%;
}

@media screen and (max-width: 62.5em) {
  .mega-menu__inner {
    overflow-y: hidden !important;
    overflow-x: auto !important;
    background: linear-gradient(to right, rgba(127, 127, 127, 0.1), rgba(127, 127, 127, 0) 10px, rgba(127, 127, 127, 0) calc(100% - 10px), rgba(127, 127, 127, 0.1));
  }
  .mega-menu__inner .uk-navbar-dropdown {
    position: fixed !important;
    visibility: hidden;
    height: 1px;
  }
}
.slider-bg {
  padding: 5px 2px;
  border-radius: 10px;
  background: linear-gradient(to right, rgba(127, 127, 127, 0.2), rgba(127, 127, 127, 0) 10px, rgba(127, 127, 127, 0) calc(100% - 10px), rgba(127, 127, 127, 0.2));
}

.mega-menu .familias {
  margin-left: 20px !important;
}
.mega-menu ul li {
  height: 34px;
  padding: 0 !important;
  opacity: 1 !important;
}
.mega-menu ul li a:focus,
.mega-menu ul li a {
  border: 0 !important;
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.1);
}
.mega-menu ul li:hover a:focus,
.mega-menu ul li:hover a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.mega-menu ul li:active {
  opacity: 1 !important;
}
.mega-menu ul li:active a:focus,
.mega-menu ul li:active a:active {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.mega-menu ul li.active {
  height: 44px;
  opacity: 1 !important;
}
.mega-menu ul li.active a,
.mega-menu ul li.active a.active {
  height: 44px;
  opacity: 1 !important;
}
.title-pro-grid {
  overflow: hidden;
}

.mega-menu__inner {
  padding: 10px 0 0 0 !important;
}

.page-title {
  z-index: 100;
  position: relative;
}

.sub-section {
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  #header {
    z-index: 100;
    position: fixed;
  }
}
#main-header {
  position: relative;
  z-index: 100;
}
#main-header .mega-menu__inner {
  overflow: visible;
}
#main-header li li a {
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
#main-header li li a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  background: transparent !important;
}
#main-header li li a:active {
  border-bottom: 1px solid rgba(131, 0, 3, 0) !important;
  background: transparent !important;
}

#main-header li li.uk-active a {
  color: #E1001A !important;
}

.uk-navbar-dropdown {
  width: auto;
  min-width: 170px;
}

@media screen and (max-width: 39.99875em) {
  .mega-menu {
    display: none;
    padding-top: 500px;
  }
}
.mega-menu-v2__ .mega-menu {
  display: block;
  padding-top: 0;
}
.mega-menu-v2__ .page-nav {
  padding: 0 !important;
}
.mega-menu-v2__ .page-nav ul .uk-active {
  opacity: 1 !important;
  background: #E1001A;
}
.mega-menu-v2__ .page-nav ul .uk-active a {
  background: #E1001A;
  opacity: 1 !important;
}
.mega-menu-v2__ .page-nav ul .uk-active:hover {
  background: #E1001A !important;
  opacity: 1 !important;
}
.mega-menu-v2__ .page-nav ul .uk-active:hover a {
  opacity: 1 !important;
  background: #E1001A !important;
}
.mega-menu-v2__ .page-nav {
  overflow-y: hidden !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2__ .page-nav {
    background: transparent;
  }
  .mega-menu-v2__ .page-nav .container {
    padding: 0 !important;
  }
}
.mega-menu-v2__ .page-nav ul {
  overflow: hidden !important;
}
.mega-menu-v2__ .menu-top ul {
  position: relative;
  background: rgba(255, 255, 255, 0);
}
.mega-menu-v2__ .menu-top ul li {
  opacity: 1 !important;
}
.mega-menu-v2__ .menu-top ul li a {
  width: 100% !important;
  opacity: 1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2__ .menu-top ul li a {
    font-size: 10px;
    line-height: 14px;
  }
}
.mega-menu-v2__ .page-nav > ul,
.mega-menu-v2__ .mega-menu__inner > ul {
  text-align: left;
}
@media screen and (max-width: 90em) {
  .mega-menu-v2__ .mega-menu__inner {
    min-width: 100%;
  }
}
.mega-menu-v2__ #main-header {
  height: 35px;
}
.mega-menu-v2__ #main-header ul li a {
  height: 35px;
  margin: 0 !important;
  position: relative;
}
.mega-menu-v2__ #main-header a:after {
  content: "";
  height: 35px;
  width: 0.5px;
  z-index: 10;
  top: 0;
  position: absolute;
  background: rgba(150, 150, 150, 0.2);
  left: 0;
}
.mega-menu-v2__ #main-header a:before {
  content: "";
  height: 35px;
  width: 0.5px;
  z-index: 10;
  top: 0;
  position: absolute;
  background: rgba(150, 150, 150, 0.2);
  right: 0;
}
.mega-menu-v2__ #main-header li {
  margin: 0 !important;
  height: 35px;
  border: 0 !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2__ #main-header li {
    height: 34px !important;
    text-align: center !important;
  }
}
.mega-menu-v2__ ul .uk-active a {
  background: inherit !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2__ {
    padding: 0 !important;
    padding-top: 52px !important;
    margin: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 87px;
  }
  .mega-menu-v2__ .container {
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mega-menu-v2__ ul {
    max-width: 100% !important;
    display: flex;
    flex-grow: 1;
  }
  .mega-menu-v2__ ul li {
    width: 22% !important;
  }
}
.mega-menu-v2__ .uk-width-1-1 .page-nav ul li {
  width: 22% !important;
}

.uk-background-primary.mega-menu-v2__ ul li {
  background: #999;
}

@media screen and (max-width: 80em) {
  #main-header .familias {
    display: none;
  }
}
#main-header .uk-navbar-toggle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
  display: block;
  width: 224px;
  height: auto;
  float: right;
  color: #555;
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 32px;
  background: rgba(12, 12, 12, 0.05);
}
@media screen and (max-width: 87em) {
  #main-header .uk-navbar-toggle {
    width: 34px;
    opacity: inherit;
    padding-right: 0;
  }
}
#main-header .uk-navbar-toggle svg {
  overflow: hidden;
  background: #E1001A;
  padding: 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 39.99875em) {
  .mega-menu-v2__ ul .menu-top .toggle span {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 0 0 -7px;
  }
}
.mega-menu-v2__ ul .menu-top a {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  height: 14px !important;
  max-height: 35px;
  min-height: 35px;
}

.uk-modal-dialog .uk-close {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

#main-header .uk-navbar-toggle:hover svg {
  background: #E1001A;
}

@media screen and (max-width: 39.99875em) {
  .mega-menu-uk-produtos {
    display: none !important;
  }
}

@media screen and (min-width: 39.99875em) {
  .body-menu-view .uk-sticky.uk-active {
    z-index: 100;
  }
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .uk-sticky.uk-active {
    z-index: 100;
  }
}
.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  min-height: 10px;
}

.mega-menu,
.mega-menu__inner {
  margin: 0 !important;
}
.mega-menu-general #main-header.main-header-hidden {
  display: none;
}

.mega-menu__inner {
  margin: 0 !important;
  padding-right: 1px !important;
  padding-left: 1px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.01);
  border-right: 1px solid rgba(0, 0, 0, 0.01);
}

.mega-menu {
  font-size: 14px;
}
.mega-menu ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-menu__inner {
  margin-bottom: 7px;
  padding: 0 15px 0 5px;
}
.mega-menu__inner .uk-navbar-toggle svg {
  margin-left: 10px !important;
}
.mega-menu__inner .uk-search {
  margin-left: 0 !important;
}
.mega-menu__inner .uk-navbar-item.uk-width-expand svg {
  position: relative;
  right: 100%;
}

.page-nav {
  padding: 10px 0 0 0 !important;
  margin: 0 0 0 !important;
}
.page-nav ul li {
  border-radius: 0 !important;
}
.page-nav ul li a {
  border: 0 !important;
  max-height: 53px;
}
@media screen and (max-width: 39.99875em) {
  .page-nav ul li a {
    height: 34px !important;
  }
}
.page-nav ul .uk-active {
  background: #E1001A !important;
  height: 44px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 39.99875em) {
  .page-nav ul .uk-active {
    height: 34px !important;
  }
}
.page-nav ul .uk-active a {
  cursor: default;
  background: #E1001A !important;
  height: 44px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  max-height: 53px;
}
.page-nav ul .uk-active a:hover {
  opacity: 1 !important;
  cursor: default;
  background: #E1001A !important;
  height: 44px !important;
  border-radius: 0 !important;
}

.uk-navbar-toggle.uk-icon.uk-close svg {
  position: relative;
  right: -40%;
}

.mega-menu .familias {
  margin-left: 20px !important;
}
.mega-menu ul li {
  height: 34px;
  padding: 0 !important;
  opacity: 1 !important;
}
.mega-menu ul li a:focus,
.mega-menu ul li a {
  border-bottom: 1px solid #AAA;
  padding: 0.7rem 1rem !important;
  opacity: 1 !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu ul li a:focus,
  .mega-menu ul li a {
    color: #000;
    padding: 0.7rem 0.3rem !important;
  }
}
.mega-menu ul li.uk-active_ {
  height: 44px;
  opacity: 1 !important;
}
.mega-menu ul li.uk-active_ a {
  height: 44px;
  opacity: 1 !important;
}

.title-pro-grid {
  overflow: hidden;
}

.mega-menu__inner {
  padding: 10px 0 0 0 !important;
}

.page-title {
  z-index: 100;
  position: relative;
}

.sub-section {
  z-index: 100;
  position: relative;
}

.mega-menu-general #main-header {
  position: relative;
  z-index: 100;
}
.mega-menu-general #main-header .mega-menu__inner {
  overflow: visible;
}
.mega-menu-general #main-header li li a {
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
}
.mega-menu-general #main-header li li a:active {
  border-bottom: 1px solid rgba(131, 0, 3, 0) !important;
}

.mega-menu-general #main-header li li.uk-active a {
  color: #E1001A !important;
}

.uk-navbar-dropdown {
  width: auto;
  min-width: 170px;
}

@media screen and (max-width: 39.99875em) {
  .mega-menu {
    display: none;
    padding-top: 500px;
  }
}
.mega-menu-v2 .mega-menu {
  display: block;
  padding-top: 0;
}
.mega-menu-v2 .page-nav {
  padding: 0 !important;
}
.mega-menu-v2 .page-nav ul .uk-active {
  opacity: 1 !important;
  background: #E1001A;
}
.mega-menu-v2 .page-nav ul .uk-active a {
  background: #E1001A;
  opacity: 1 !important;
}
.mega-menu-v2 .page-nav ul .uk-active:hover {
  background: #E1001A !important;
  opacity: 1 !important;
}
.mega-menu-v2 .page-nav ul .uk-active:hover a {
  opacity: 1 !important;
  background: #E1001A !important;
}
.mega-menu-v2 .page-nav {
  overflow-y: hidden !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .page-nav .container {
    padding: 0 !important;
  }
}
.mega-menu-v2 .menu-top ul {
  position: relative;
}
.mega-menu-v2 .menu-top ul li {
  opacity: 1 !important;
}
.mega-menu-v2 .menu-top ul li a {
  width: 100% !important;
  opacity: 1 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .menu-top ul li a {
    font-size: 10px;
    line-height: 14px;
  }
}
.mega-menu-v2 .page-nav > ul,
.mega-menu-v2 .mega-menu__inner > ul {
  text-align: left;
}
@media screen and (max-width: 90em) {
  .mega-menu-v2 .mega-menu__inner {
    min-width: 100%;
  }
}
.mega-menu-v2 .mega-menu-general #main-header {
  height: 35px;
}
.mega-menu-v2 .mega-menu-general #main-header ul li a {
  height: 35px;
  margin: 0 !important;
  position: relative;
}
.mega-menu-v2 .mega-menu-general #main-header ul li {
  margin-left: 1px !important;
}
.mega-menu-v2 .mega-menu-general #main-header li {
  height: 35px;
  border: 0 !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .mega-menu-general #main-header li {
    height: 34px !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .mega-menu-general #main-header ul {
    padding: 1px 1px 0 0 !important;
  }
  .mega-menu-v2 .mega-menu-general #main-header ul li a {
    padding: 6px 5px 0 5px !important;
  }
}
.mega-menu-v2 ul .uk-active a {
  background: inherit !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 {
    padding: 0 !important;
    padding-top: 52px !important;
    margin: 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 87px;
  }
  .mega-menu-v2 .container {
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mega-menu-v2 ul {
    max-width: 100% !important;
    display: flex;
    flex-grow: 1;
  }
  .mega-menu-v2 ul li {
    width: 20% !important;
  }
}
.mega-menu-v2 .uk-width-1-1 .page-nav ul li {
  width: 20% !important;
}

.uk-background-primary.mega-menu-v2 ul li {
  background: #999;
}

@media screen and (max-width: 80em) {
  .mega-menu-general #main-header .familias {
    display: none;
  }
}
.mega-menu-general #main-header .uk-navbar-toggle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
  display: block;
  width: auto;
  float: right;
  color: #555;
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 36px;
  background: rgba(12, 12, 12, 0.05);
}
@media screen and (max-width: 87em) {
  .mega-menu-general #main-header .uk-navbar-toggle {
    width: 34px;
    opacity: inherit;
    padding-right: 0;
  }
}
.mega-menu-general #main-header .uk-navbar-toggle svg {
  overflow: hidden;
  border-radius: 4px;
  background: #E1001A;
  padding: 7px;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
}

@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 ul .menu-top .toggle span {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 0 0 -7px;
  }
}
.mega-menu-v2 ul .menu-top a {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0 !important;
  height: 14px !important;
  max-height: 35px;
  min-height: 35px;
}

.uk-modal-dialog .uk-close {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
}

.mega-menu-general #main-header .uk-navbar-toggle:hover svg {
  background: #E1001A;
}

@media screen and (max-width: 39.99875em) {
  .mega-menu-uk-produtos {
    display: none !important;
  }
}

.mega-menu-v2 .mega-menu-general .page-nav {
  height: 35px;
  overflow: visible !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .mega-menu-general .page-nav {
    background-color: #ddd !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .mega-menu-general .page-nav ul {
    height: 35px;
    overflow: hidden;
  }
  .mega-menu-v2 .mega-menu-general .page-nav ul li a {
    line-height: 25px !important;
  }
}
.mega-menu-v2 .mega-menu-general .page-nav ul li.arrow-menu.uk-active,
.mega-menu-v2 .mega-menu-general .page-nav ul li.arrow-menu {
  max-height: 35px;
  width: 35px !important;
}
.mega-menu-v2 .mega-menu-general .page-nav ul li.arrow-menu.uk-active a,
.mega-menu-v2 .mega-menu-general .page-nav ul li.arrow-menu a {
  padding: 8px !important;
  max-height: 35px;
  width: 35px !important;
}
.mega-menu-v2 .mega-menu-general .page-nav ul li.arrow-menu.uk-active a span,
.mega-menu-v2 .mega-menu-general .page-nav ul li.arrow-menu a span {
  padding: 1.5px;
}

.mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu.uk-active {
  background-color: rgba(0, 0, 0, 0) !important;
}
.mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu.uk-active a {
  background-color: rgba(0, 0, 0, 0.18) !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu.uk-active a {
    background-color: #EEE !important;
    color: #000 !important;
    height: 34px !important;
  }
}

.mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu {
  max-height: 35px;
  width: 35px !important;
}
.mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu a {
  padding: 8px 8px 0 8px !important;
  max-height: 35px;
  width: 35px !important;
}
@media screen and (max-width: 39.99875em) {
  .mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu a {
    padding: 5px 8px 0 8px !important;
  }
}
.mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu a span {
  padding: 1.5px;
}

.mega-menu-v2 .mega-menu-general #main-header ul li.arrow-menu.uk-active a {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.link-page-h {
  min-height: calc(100vh - 216px);
}

.mega-menu ul > li {
  float: left;
}

.mega-menu ul li ul > li {
  float: inherit;
}

/*
@media screen and (min-width: 1150px) {
  .menu-header.menu-top {
    height: 47px;
  }
  .menu-header .menu-header.menu-top {
    display: block;
    height: 440px;
  }
}
@media screen and (max-width: 860px) {

}
*/
.menu-header.uk-container .logo {
  height: 45px;
  width: 252px;
}

/*
.menu-header.menu-top {
  height: 470px;
}
.menu-header .menu-header.menu-top {
  height: 830px;
}
*/
#main-header [type=search] {
  border: 0;
}
#main-header .uk-search {
  margin: 0 20px 0 0;
  min-width: 220px;
}
#main-header .uk-search input {
  margin-bottom: 0;
  height: 36px;
}
#main-header .uk-search .uk-search-icon {
  top: -15px;
}

.uk-card-cercador h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uk-card-cercador h5 .stars {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.uk-card-cercador .uk-list {
  padding: 0 10px 10px 15px;
}
.uk-card-cercador .uk-list li {
  font-size: 10px;
  font-weight: 500;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #999;
  text-overflow: ellipsis;
}

.search-form {
  padding: 10px 0 0 0;
}

.uk-offcanvas-flip .uk-offcanvas-cerca.uk-offcanvas-bar {
  width: 400px;
  right: -400px;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar {
  left: auto;
  right: 0;
  width: 400px;
}

@media screen and (max-width: 39.99875em) {
  .uk-offcanvas-flip .uk-offcanvas-cerca.uk-offcanvas-bar {
    width: 100vw;
    right: -100vw;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar {
    left: auto;
    right: 0;
    width: 100vw;
  }
}
.uk-offcanvas-cerca {
  background-color: #343434 !important;
  padding: 52px 0 5px 0;
}
.uk-offcanvas-cerca .uk-offcanvas-close {
  z-index: 20;
  padding: 13px 20px 13px 20px;
  margin: -10px;
  right: 10px;
  position: absolute;
  color: #FFF;
}
.uk-offcanvas-cerca [type=search] {
  border: 0;
}
.uk-offcanvas-cerca .uk-search {
  display: block;
  left: 10px;
  top: 10px;
  right: 10px;
  position: fixed;
}
.uk-offcanvas-cerca .uk-search input {
  background: rgba(255, 255, 255, 0.06);
  color: #DDD;
  right: 120px;
  left: 10px;
  position: fixed;
  display: block;
  width: calc(100vw - 70px);
}
.uk-offcanvas-cerca .uk-list {
  margin: 0;
  background: #f8f8f8;
}
.uk-offcanvas-cerca .uk-list .list-cerca {
  line-height: 22px;
  font-size: 15px;
  border-bottom: 1px solid #DDD;
  padding: 0;
}
.uk-offcanvas-cerca .uk-list .list-cerca .text-title {
  padding: 3px 0 0 0;
  margin-left: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uk-offcanvas-cerca .uk-list .list-cerca a {
  display: block;
  padding: 8px 10px;
  min-height: 43px;
  color: #666;
}
.uk-offcanvas-cerca .uk-list .list-cerca a .uk-cover-container {
  width: 40px;
  margin-bottom: 7px;
  position: absolute;
}
.uk-offcanvas-cerca .uk-list .list-cerca a .uk-align-left {
  margin-top: 0;
  margin-right: 10px;
  float: left;
  display: inline-block;
  min-height: 33px;
}
.uk-offcanvas-cerca .uk-list .list-cerca a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.uk-offcanvas-cerca .uk-list .list-cerca a:active {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.uk-open .uk-search {
  opacity: 1;
  left: 20px;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  display: block;
  position: fixed;
}
.uk-open .uk-search * {
  font-size: 16px;
}
.uk-open .uk-search .uk-icon {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  margin: 0;
  left: auto;
  top: 10px;
  max-width: inherit;
  z-index: 10;
  position: fixed;
  height: 100px;
  width: 100px;
  text-align: center;
  color: #FFF;
}
.uk-open .uk-search button.uk-offcanvas-close {
  right: 180px;
  position: fixed;
  height: 40px;
  width: 56px;
  top: 10px;
  left: calc(100% - 42px);
  border-radius: 0;
  line-height: 0;
  background: rgb(0, 0, 0);
}
.uk-open .uk-search .icon-close,
.uk-open .uk-search .icon-lupa {
  right: 47px;
  position: fixed;
  height: 40px;
  width: 50px;
  z-index: 1;
  line-height: 30px;
  border: 0;
  background: transparent;
  opacity: 0;
}
.uk-open .uk-search .icon-close span,
.uk-open .uk-search .icon-lupa span {
  right: 47px;
  position: fixed;
  height: 40px;
  width: 50px;
  color: #AAA;
  top: 8px;
  z-index: 10000;
  line-height: 40px;
  border: 0;
}
.uk-open .uk-search .icon-close svg,
.uk-open .uk-search .icon-lupa svg {
  height: 30px;
  width: 30px;
  padding: 5px 4px 5px 5px;
  border-radius: 40px;
  background: #000;
}
.uk-open .uk-search .icon-lupa svg {
  background: transparent;
}
.uk-open .uk-search .i-lupa {
  z-index: 10;
  opacity: 1;
}
.uk-open .uk-search input {
  opacity: 1;
  position: fixed;
  display: block;
  top: 10px;
  height: 40px;
  padding-left: 10px;
  right: 0;
  background-color: rgba(223, 223, 223, 0.1);
}
@media screen and (max-width: 39.99875em) {
  .uk-open .uk-search input {
    min-width: calc(100vw - 60px) !important;
  }
}

.cercadorDesc .card__image-inner {
  left: auto;
  margin-top: 70px;
}
.cercadorDesc .card__image-inner img {
  max-height: 60px;
  max-width: 100%;
}
.cercadorDesc .card__title {
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: none;
}

.preload-serca {
  height: calc(100vh - 60px);
  text-align: center;
  padding: 50px;
}
.scroll-cerca {
  padding: 0 0;
  background: transparent;
}
.scroll-cerca a {
  background: #FFF;
  position: relative;
}
.scroll-cerca a .img-ceca-mo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  overflow: hidden;
}
.scroll-cerca a img {
  position: relative;
  width: 40px;
  margin: 10px auto;
  display: block;
  z-index: 2;
}
.scroll-cerca a .uk-icon {
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 15px;
}

#CercadorDescCompoent {
  margin-top: -30px;
  position: relative;
  z-index: 20;
}
#CercadorDescCompoent input {
  margin-top: 30px;
  border-bottom: 1px solid rgba(126, 126, 126, 0.32);
  font-size: 50px;
  height: 60px;
}

.icon-next-mobile {
  color: #999;
  top: 50%;
  margin-top: -8px;
  position: absolute;
}

.menu-gotes {
  background: rgba(51, 51, 51, 0);
  margin: 15px 0 0 0;
}

.menu-gotes.menu-gotes-2 {
  background: rgba(150, 150, 110, 0);
  margin: 0 0 0 0;
}

.uk-search-navbar .uk-search-input {
  background: transparent !important;
}

.uk-card-cercador .uk-list li {
  list-style: none !important;
}

@media screen and (max-width: 39.99875em) {
  .category_ .card {
    padding: 15px 0;
    display: block;
    margin-bottom: 14px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .category_ .card__title {
    padding-top: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
  }
  .category_ .card__home__title {
    color: #FFF;
  }
  .category_ .card__image {
    mix-blend-mode: multiply;
    position: absolute;
    transition: all 0.3s ease-in-out;
    top: 0;
    border: 0;
    height: 100%;
    width: 90px;
  }
  .category_ .card__image:after {
    display: block;
    content: "";
    padding-top: 100%;
  }
  .category_ .card__image-inner {
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 90px;
  }
  .category_ .card__image-inner img {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
  }
  .category_ .card__body {
    min-height: 30px;
  }
  .category_ .card__body p {
    color: #999 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category_ .card__section {
    min-height: 50px;
    margin-left: 100px;
  }
  .category_ .card__footer {
    position: absolute;
    top: 15px;
  }
  .category_ .card:focus,
  .category_ .card:hover {
    background: #EEE;
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .category_ .card:focus .card__image:before,
  .category_ .card:hover .card__image:before {
    display: none;
    opacity: 0;
  }
  .category_ .card:active {
    background: #DDD;
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
}
.category_ .icon-next {
  display: none;
}

@media screen and (max-width: 39.99875em) {
  .category_ {
    border-bottom: 1px solid #EEE;
  }
  .category_ .icon-next {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    color: #EEE;
  }
  .category_ .icon-next svg {
    height: 15px;
  }
  .category_ .icon-next svg path {
    fill: #CCC;
  }
  .category_ .card {
    border: 0 !important;
    background: #FFF;
    margin: -1px 0 1px -15px !important;
    display: block;
    padding: 0;
    overflow: hidden;
  }
  .category_ .card__title {
    padding: 10px 40px 10px 0 !important;
    line-height: 29px !important;
    font-weight: 400;
  }
  .category_ .card__section {
    margin-left: 100px;
    position: relative;
  }
  .category_ .card__image {
    overflow: hidden;
    margin: 0 0 0 15px !important;
    height: 40px;
    width: 80px;
    top: 5px;
  }
  .category_ .card__image-inner {
    padding: 4px 0 0 0;
    height: 40px;
    width: 80px;
  }
  .category_ a:before,
  .category_ a:after {
    left: 100px;
    border-bottom: 1px solid #EEE;
    content: "";
    top: 1px;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
  }
  .category_ a:active:before,
  .category_ a:focus:before,
  .category_ a:hover:before {
    left: 0;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
  }
  .category_ a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .category_ a:active {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .grid-pro {
    padding-bottom: 40px;
    background: #FFF;
  }
  .grid-pro .margesIn-top {
    margin: 0 !important;
  }
}
.card-index.uk-card-default {
  background: rgba(0, 0, 0, 0.02);
}

.card-index a.a-card-index {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  transition: all 0.3s ease-out !important;
}
.card-index a.a-card-index span {
  display: none;
}
.card-index a.a-card-index:hover {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in !important;
}
.card-index a.a-card-index:active {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in !important;
}

.title-pro-grid-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-pro-grid-hidden {
  display: none !important;
}

@media screen and (max-width: 39.99875em) {
  .title-pro-grid-space {
    padding: 25px;
  }
  .title-pro-grid-breadcrumb {
    display: none !important;
  }
  .title-pro-grid-hidden {
    display: block !important;
  }
}
.sub-nav {
  padding-bottom: 200px;
}
.sub-nav__categories a {
  display: block;
  padding: 6px 10px 4px 10px;
  line-height: 18px;
  font-size: 14px;
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.sub-nav__categories a:hover {
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.sub-nav__categories .active a {
  background-color: #EEE;
  font-weight: bold;
}

.mem-page-base a {
  font-size: 20px !important;
}

#main-header {
  margin: 0 !important;
  padding: 0 !important;
}

.menu-pro-co.hidden-mobile {
  display: none !important;
}

.version-2 .menu-pro-co {
  position: absolute;
  right: 0;
  top: 6px;
}
.version-2 #main-header .menu-pro-co.hidden-mobile .uk-navbar-toggle {
  width: 220px;
  font-size: 12px;
  font-weight: 700;
  border: 0 !important;
  line-height: 33px;
  text-align: right;
  padding-right: 34px;
}
.version-2 #main-header .menu-pro-co.hidden-mobile .uk-navbar-toggle svg {
  color: #000 !important;
  background: none;
}
.version-2 .menu-pro-co.hidden-mobile {
  display: block !important;
}
@media screen and (max-width: 1000px) {
  .version-2 #main-header .menu-pro-co.hidden-mobile .uk-navbar-toggle {
    width: 130px;
  }
}
@media screen and (max-width: 39.99875em) {
  .version-2 .menu-pro-co.hidden-mobile {
    display: none !important;
  }
}

.title-pro-des {
  padding: 15px 15px 0 15px;
}

#main-header .uk-navbar-toggle {
  min-height: 34px;
  margin-top: 10px;
}
#main-header .uk-navbar-toggle svg {
  margin-left: 10px;
}

.nav-section__title .a_s, .nav-section__title a {
  white-space: nowrap !important;
}

.mega-menu__inner,
.page-nav,
.sub-menu .page-nav ul,
.page-nav ul {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

dl.sub-nav__categories dd a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

dl.sub-nav__categories dd a:hover {
  color: #E1001A !important;
}

dl.sub-nav__categories dd a:active {
  color: #540001 !important;
}

ul.sub-nav__categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.sub-nav__categories li a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

ul.sub-nav__categories li a:hover {
  color: #E1001A !important;
}

ul.sub-nav__categories li a:active {
  color: #540001 !important;
}

.list-liquids {
  margin: 10px 0 10px 0;
  padding: 0 20px 10px 0;
  border-bottom: 1px solid #EEE;
}
.list-liquids li {
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.list-liquids li svg {
  margin-right: 10px;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.51) !important;
  z-index: 102;
}

.off-canvas-wrapper {
  z-index: 102;
}

.off-canvas__inner nav {
  padding-top: 140px !important;
}

.off-canvas-button {
  position: fixed;
  z-index: 101;
  right: 0;
  height: 45px;
  width: 70px;
  padding: 0;
  margin: 0;
  background: transparent !important;
}

.icon-off-canvas-button {
  width: 20px;
  position: absolute;
  height: 2px;
  left: 24px;
  display: block;
  background: #000;
  top: 20px;
}

.icon-off-canvas-button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  display: block;
  background: #000;
  top: 5px;
}

.icon-off-canvas-button:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  display: block;
  background: #000;
  top: -5px;
  left: 0;
}

#offcanvas-nav.uk-open_ .uk-offcanvas-close {
  position: fixed;
  right: 0;
  z-index: 1000;
  padding: 0;
  color: #FFF;
  border-radius: 0;
  background: #222 !important;
  transition: 0s;
  height: 40px !important;
  width: 56px !important;
  top: 10px !important;
  line-height: 40px !important;
}

#offcanvas-nav li {
  color: #E1001A;
  font-weight: bold;
}
#offcanvas-nav li a {
  color: rgb(255, 255, 255);
  font-weight: bold;
}
#offcanvas-nav li li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
#offcanvas-nav .uk-offcanvas-bar {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.9) !important;
}

.uk-offcanvas-bar {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 39.99875em) {
  div.uk-offcanvas-cerca {
    background-color: rgb(0, 0, 0) !important;
  }
}
.uk-offcanvas-bar .uk-nav-default > li > a {
  color: #666;
}

.offcanvas-hidde {
  left: 200%;
}

@media screen and (max-width: 39.99875em) {
  .offcanvas-cerca-bar {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.9) !important;
    height: 100vh !important;
    position: relative;
  }
  .uk-offcanvas-cerca {
    background-color: #343434 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
.uk-offcanvas-close {
  transition: 0s;
}

#offcanvas-nav.uk-open .uk-offcanvas-close {
  position: fixed;
  right: 10px !important;
  z-index: 1000;
  padding: 0;
  color: #FFF;
  border-radius: 30px;
  transition: 0s;
  height: 40px !important;
  width: 40px !important;
  top: 10px !important;
  line-height: 40px !important;
}

#offcanvas-flip.uk-open .uk-offcanvas-close {
  position: fixed;
  top: 13px;
  right: 15px;
  height: 35px;
  width: 35px;
  z-index: 1000;
  padding: 0;
  color: #FFF;
  border-radius: 100px;
  background: transparent !important;
  transition: 0s;
}

#offcanvas-nav .uk-offcanvas-bar {
  background: #222 !important;
}
#offcanvas-nav .uk-offcanvas-bar .header-offcanvas {
  margin: -20px -20px 0;
  height: 50px;
  padding-top: 12px;
}
#offcanvas-nav .uk-offcanvas-bar .header-offcanvas .uk-offcanvas-close {
  color: #FFF;
}
#offcanvas-nav .uk-offcanvas-bar .logo__link {
  width: 155px;
  display: block;
  margin-left: 20px;
  display: none;
}
#offcanvas-nav .uk-offcanvas-bar ul li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  margin: 0;
  position: relative;
  padding-left: 30px;
}
#offcanvas-nav .uk-offcanvas-bar ul li a:before {
  left: 30px;
  content: "";
  height: 1px;
  line-height: 0;
  top: -1px;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
#offcanvas-nav .header-offcanvas {
  position: absolute;
}
#offcanvas-nav li {
  margin: 1px;
}
#offcanvas-nav li a {
  background-color: #1c1c1c;
  transition: 0.3s ease-out;
  color: #DDD !important;
  line-height: 30px !important;
}
#offcanvas-nav li a:hover {
  background-color: #444;
  transition: 0.3s ease-out;
}
#offcanvas-nav li a:active {
  background-color: #333;
  transition: 0.3s ease-out;
}
#offcanvas-nav .uk-active a {
  background-color: #E1001A !important;
}

#offcanvas-nav .uk-offcanvas-bar {
  padding: 0 0 0 0 !important;
}
#offcanvas-nav .uk-offcanvas-bar .uk-nav-header {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #E1001A !important;
  font-size: 11px;
}
.card-index-pro {
  margin: 0;
  padding: 0.5px;
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.card-index-pro .uk-icon {
  height: 19px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  bottom: -2px;
}
.card-index-pro .title {
  display: flex;
  margin: 0;
}
.card-index-pro .title .title-in {
  width: 75%;
  padding: 5px 0 5px 0;
  font-weight: bold;
}
.card-index-pro .title .codi {
  font-weight: bold;
  width: 25%;
  padding: 5px 0 5px;
  text-align: right;
  background: rgba(0, 0, 0, 0) !important;
}
.card-index-pro .body-texte {
  border-bottom: 1px;
}
.card-index-pro .body-resum {
  border-bottom: 1px;
}
.card-index-pro img {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 10px;
  margin: 5px 5px 5px 5px;
  background: #FFF;
}
.card-index-pro .body-texte,
.card-index-pro .body-resum {
  margin-top: 1px;
  padding: 0 0;
}
.card-index-pro .body-texte table th,
.card-index-pro .body-resum table th {
  border-bottom: 1px solid #AAA !important;
  padding: 10px 20px 10px 0;
  font-weight: bold;
  text-align: left;
}
.card-index-pro .body-texte table td,
.card-index-pro .body-resum table td {
  border-bottom: 1px solid #EEE !important;
  padding: 10px 20px 10px 0;
  text-align: left;
}
.card-index-pro .body-texte figure,
.card-index-pro .body-resum figure {
  margin-bottom: 20px;
}
.card-index-pro .body-texte figcaption,
.card-index-pro .body-resum figcaption {
  caption-side: bottom;
  word-break: break-word;
  color: #333;
  background-color: #f7f7f7;
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.card-index-pro.code-gris .title {
  background: rgba(0, 0, 0, 0) !important;
}
.card-index-pro.code-gris .title .codi {
  width: 25%;
  text-align: right;
}

.card-index-pro.code-gris2 .title {
  background: rgba(0, 0, 0, 0) !important;
  font-weight: bold;
}
.card-index-pro.code-gris2 .title .codi {
  background-color: transparent !important;
  width: 25%;
  padding: 7px 10px 9px;
  text-align: right;
}

.card-index-pro.code-exit .title {
  background-color: transparent !important;
}

.card-index-pro.code-exit-2 {
  background-color: transparent !important;
}
.card-index-pro.code-exit-2 .title {
  background-color: transparent !important;
}
.card-index-pro.code-exit-2 .title .title-in {
  width: 75%;
  padding: 0;
  background-color: transparent !important;
}

.article__label .icon-liquit {
  margin-right: 7px !important;
}

.article-mes-info .card {
  width: 30% !important;
}

.uk-card.card-index img {
  mix-blend-mode: multiply;
}
.uk-card.card-index .image {
  height: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.uk-card.card-index h3 {
  text-align: left;
  display: block;
  text-transform: none;
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
}
.uk-card.card-index .texte {
  text-align: left;
}
.uk-card.card-index a.a-card-index {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: background-color 0.3s ease-out;
}
.uk-card.card-index a.a-card-index span {
  display: none;
}
.uk-card.card-index a.a-card-index:hover {
  background: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in;
}

.nav-section__title {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 39.99875em) {
  .nav-section__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}

.article__slider {
  text-align: center;
}
.article__slider img {
  max-height: 500px;
  margin: auto;
}

.card-header .uk-card {
  text-align: center;
}
.card-header .uk-card .uk-icon {
  margin-bottom: 10px;
}
.card-header .uk-card .uk-icon svg {
  height: 30px;
  width: 30px;
}
.card-header .uk-card h6:after {
  content: " ";
  width: 50px;
  height: 2px;
  background-color: #E1001A;
  display: block;
  margin: 10px auto;
}

.asistencia-tecnica .uk-card img {
  min-width: auto !important;
  margin: 0 0 10px 0;
}

button.ant-switch {
  height: 22px !important;
  border-radius: 100px;
}

.add-form .form__message-icon {
  margin-bottom: 0.9375rem;
}
.add-form .form__message-title {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 0.9375rem;
}
.add-form .form__message-title a {
  text-decoration: underline;
}
.add-form .form__message-code {
  color: #7ed321;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.125rem;
}

.form__message {
  color: #FFF;
}

@media screen and (min-width: 39.99875em) {
  .servicios .uk-section.index-50 h1 a,
  .empresa .uk-section.index-50 h1 a,
  .contacte .uk-section.index-50 h1 a {
    padding-left: 0;
  }
}
.video-full-relative {
  position: relative;
  top: -136px;
  margin-bottom: -135px;
  height: calc(100vh - 280px);
  width: 100vw;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media screen and (max-width: 39.99875em) {
  .video-full-relative {
    height: calc(100vh - 120px);
  }
}
.video-full-relative .video-text-relative {
  position: relative;
  z-index: 3;
  height: calc(100vh - 280px);
}
@media screen and (max-width: 39.99875em) {
  .video-full-relative .video-text-relative {
    height: calc(100vh - 120px);
  }
}
.video-full-relative .video-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding-bottom: 40px;
  padding-right: 20%;
  color: #FFF;
}
.video-full-relative .video-text .title {
  font-size: 2.1875rem;
  text-align: left;
  font-family: UniSansBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.video-full-relative .video-text .subtitle {
  font-size: 1.875rem;
  font-family: UniSansBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: left;
}
@media screen and (max-width: 39.99875em) {
  .video-full-relative .video-text {
    padding-bottom: 0;
  }
  .video-full-relative .video-text .title {
    font-size: 1.1875rem;
  }
  .video-full-relative .video-text .subtitle {
    font-size: 0.875rem;
  }
}
.video-full-relative .video-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.9);
  background-size: cover;
  z-index: 2;
}
.video-full-relative .uk-cover-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.video-full-relative .video-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 0;
}

@media screen and (max-width: 39.99875em) {
  h3 {
    font-size: 1.5rem;
  }
  .uk-heading-small {
    font-size: 1.8rem;
  }
  /* .uk-heading-medium {
     font-size:1.9rem;
   }*/
  .uk-heading-large {
    font-size: 2rem;
  }
  .uk-heading-xlarge {
    font-size: 2.1rem;
  }
  .uk-text-lead {
    font-size: 1.2rem;
  }
}
.main-min {
  padding-bottom: 4%;
}

.contraste-in p,
.contraste-in {
  color: rgb(255, 255, 255) !important;
  position: relative;
  z-index: 10;
}

.contraste-sub,
.contraste-in {
  position: relative;
  z-index: 10;
}

.uk-icon-button {
  background: #DDD;
}

.content-section-padding,
.content-section {
  position: relative;
}
.content-section-padding .header,
.content-section .header {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  height: auto !important;
}
@media screen and (max-width: 39.99875em) {
  .content-section-padding .header,
  .content-section .header {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 10%;
  }
}
.content-section-padding .container,
.content-section .container {
  position: relative;
  z-index: 3;
}
.content-section-padding .container .header,
.content-section .container .header {
  margin-top: 0;
}
.content-section-padding .uk-card-primary h6,
.content-section .uk-card-primary h6 {
  color: #000 !important;
  font-weight: 500;
}
.content-section-padding .uk-card img,
.content-section .uk-card img {
  min-width: 100%;
}
.content-section-padding .uk-card a,
.content-section .uk-card a {
  color: inherit;
}
.content-section-padding .uk-card a .uk-icon-button,
.content-section .uk-card a .uk-icon-button {
  background-color: #000;
  color: #FFF;
  position: absolute;
  top: 210px;
  right: 20px;
  z-index: 100;
}
.content-section-padding .background-color,
.content-section .background-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  filter: opacity(80%);
}
.content-section-padding .background-image,
.content-section .background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.uk-text-primary {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px !important;
  margin-bottom: 30px !important;
}

.content-section-padding {
  padding-top: 4%;
  padding-bottom: 4%;
}
@media screen and (max-width: 39.99875em) {
  .content-section-padding {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.bg-z-index {
  position: relative;
  z-index: 1;
}

.uk-pagination {
  margin-left: -1px;
  padding-top: 20px;
}
.uk-pagination li {
  padding: 0 !important;
}
.uk-pagination li a {
  text-align: center;
  display: block;
  width: 48px;
  line-height: 50px;
  margin-bottom: 10px;
  border-radius: 4px;
  margin-left: 1px;
  font-size: 14px;
  color: #666;
}
.uk-pagination .uk-active a {
  background: #E1001A;
  color: #FFF;
}

.next-back-article {
  display: none;
}

.next-back-article- {
  padding-top: 30px;
  background: transparent;
  border-top: 1px #EEEEEE solid;
  border-bottom: 1px #EEEEEE solid;
}
.next-back-article- ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.next-back-article- ul li {
  margin: 0;
  padding: 0;
  min-width: 49.9%;
  text-align: right;
}
.next-back-article- ul a {
  display: flex;
  padding: 5px 20px;
  position: relative;
  min-width: 100%;
  color: #0c0c0c !important;
  text-align: right;
}
.next-back-article- ul a .uk-icon {
  line-height: 38px;
  color: #E1001A;
  width: 50px;
}
.next-back-article- ul a .texte {
  min-width: calc(100% - 0px);
  padding-right: 20px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-back-article- ul .previous a {
  text-align: left;
}
.next-back-article- ul .previous a .texte {
  text-align: left;
}
.next-back-article- ul .space {
  min-width: 0.1%;
}

.next-back-article-.next-back-article-sub {
  padding-top: 0;
  margin-top: 0;
}
.next-back-article-.next-back-article-sub li {
  min-width: 100%;
}
.next-back-article-.next-back-article-sub li a {
  text-align: center;
  display: block;
}

.next-back-article- {
  padding: 0;
  margin-bottom: 0;
}
.next-back-article- a {
  margin: 0 !important;
}

.next-back-article-sub:before {
  content: "";
  display: block;
  border: 6px solid rgba(184, 25, 0, 0);
  border-top: 6px solid #000000;
  width: 6px;
  height: 6px;
  margin-left: -6px;
  position: absolute;
  left: 50%;
}

.next-back-article- ul a .uk-icon {
  margin-top: 5px;
}

.uk-section.index-50 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.uk-section.index-50 h1 {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  line-height: 0;
  height: 50px;
  position: relative;
}
.uk-section.index-50 .show-for-small-only {
  display: none;
}
.uk-section.index-50 a {
  cursor: default;
  position: absolute;
  line-height: 40px;
  font-size: 25px !important;
  font-weight: 500;
  height: 50px;
  display: block;
  width: 100vw;
  left: 0;
  text-align: left;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  transition: font-size 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
.uk-section.index-50 a:active,
.uk-section.index-50 a:hover {
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .uk-section.index-50 .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.uk-section.index-50.uk-sticky.uk-active {
  line-height: 0;
}
.uk-section.index-50.uk-sticky.uk-active .show-for-small-only {
  color: #E1001A;
  display: block;
  float: left;
  margin-right: 15px;
  position: absolute;
  left: 10px;
  top: -1px;
}
.uk-section.index-50.uk-sticky.uk-active h1 {
  text-align: center;
  line-height: 0;
  height: 40px;
}
.uk-section.index-50.uk-sticky.uk-active a:before {
  background: transparent !important;
}
.uk-section.index-50.uk-sticky.uk-active a:hover:before {
  background: transparent !important;
}
.uk-section.index-50.uk-sticky.uk-active a:hover:active {
  background: transparent !important;
}
.uk-section.index-50.uk-sticky.uk-active a {
  left: 0;
  position: relative;
  color: #E1001A;
  top: 22px;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0;
  width: 100%;
  padding: 0 25px 0 35px;
  border-radius: 0;
  font-weight: 500 !important;
  font-size: 14px !important;
  height: 40px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  text-align: center !important;
  transition: font-size 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (min-width: 39.99875em) {
  .uk-section.index-50.uk-sticky.uk-active a {
    -webkit-backdrop-filter: saturate(120%) grayscale(120%) blur(20px);
    backdrop-filter: saturate(120%) grayscale(120%) blur(20px);
    width: 30%;
    top: 20px;
    left: 0;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    display: none;
    border-radius: 50px;
    line-height: 25px;
    transition: none !important;
  }
}

@media screen and (min-width: 39.99875em) {
  .body-menu-view .uk-section.index-50.uk-sticky.uk-active a {
    transition: none !important;
    top: 70px !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .productos .page__section .nav-section__title.uk-sticky,
  .productos .page__section .nav-section__title.uk-sticky.uk-active {
    top: 0 !important;
  }
}
.simple-title h1 {
  padding: 15px 0 0 0;
  font-weight: 500 !important;
  color: #E1001A;
}
.section-contacte-form {
  min-height: 700px;
}

.uk-margin-auto-left .scollTop {
  padding: 5px 0 !important;
}
.uk-margin-auto-left .scollTop .uk-icon {
  position: absolute;
  right: 0;
}
.uk-margin-auto-left .scollTop .uk-icon svg {
  height: 12px;
  width: 7px;
}

.previous .scollTop .uk-icon,
.uk-pagination-previous .scollTop .uk-icon {
  position: absolute;
  left: 0;
}
.previous .scollTop .uk-icon svg,
.uk-pagination-previous .scollTop .uk-icon svg {
  height: 12px;
  width: 7px;
}

.is-active a {
  color: #E1001A !important;
}

.mega-menu-general .uk-active a,
.mega-menu-general .is-active a {
  color: #FFF !important;
  cursor: default;
}

body a {
  text-decoration: none !important;
}

a {
  line-height: inherit;
  color: #E1001A;
  text-decoration: none;
  cursor: pointer;
}

hr {
  max-width: 100000px !important;
}

.a-fade {
  opacity: 1;
  overflow: hidden;
}
.a-fade .level-3 {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
}

html.is-animating .a-fade {
  opacity: 0.9;
}
html.is-animating .a-fade .level-3 {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

html .a-fade:before {
  transition: right 0.3s cubic-bezier(0.42, 0, 1, 1);
  content: "";
  position: fixed;
  top: -9px;
  right: 100vw;
  left: 0;
  height: 10px;
  background-color: #E1001A;
  z-index: 1000;
  opacity: 1;
}

html.is-animating .a-fade:before {
  opacity: 1;
  transition: right 0.3s cubic-bezier(0.42, 0, 1, 1);
  content: "";
  position: fixed;
  top: -9px;
  right: 0;
  left: 0;
  height: 10px;
  background-color: #E1001A;
  z-index: 1000;
}

.top-bar__nav {
  margin-left: 0 !important;
}

.link-card-cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.link-card-cover:hover {
  background-color: rgba(0, 0, 0, 0.12);
  transition: background-color 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.link-card-cover:active {
  background-color: rgba(0, 0, 0, 0.36);
  transition: background-color 0.3s cubic-bezier(0.42, 0, 1, 1);
}

.logo {
  height: 50px;
}

@media screen and (max-width: 39.99875em) {
  .article {
    padding: 15px !important;
  }
}

.contacte .card-header a {
  border-bottom: 1px solid #AAA !important;
  padding-bottom: 3px;
  margin-bottom: 2px;
  color: #000 !important;
  line-height: 1.5;
  font-size: 0.875rem;
}
.contacte .card-header a:hover {
  color: #E1001A;
  border-bottom: 1px solid #E1001A !important;
}

.soporte .uk-card-body a {
  border-bottom: 1px solid rgba(116, 116, 116, 0.3) !important;
}
.soporte .uk-card-body a:hover {
  border-bottom: 1px solid #E1001A !important;
}

hr, .uk-hr {
  border-top: 1px solid rgba(116, 116, 116, 0.3) !important;
}

html body#top .content-all .add-form button.ant-switch {
  height: auto !important;
}

.cerca-hidden-hidden {
  display: none;
}

.pagination-cerca-total {
  text-align: center;
  margin-bottom: 50px;
}

div.footer-all .uk-dropdown {
  display: none !important;
}
div.footer-all a {
  color: #777;
}
div.footer-all .uk-active a {
  color: #E1001A !important;
}

.sub-nav__categories a {
  color: #777;
}
.sub-nav__categories .active a {
  color: #E1001A !important;
}

.uk-subnav .uk-active a {
  color: #E1001A !important;
}

.card__title {
  margin: 0 !important;
}

.link-mobile-relation {
  padding: 9px 15px !important;
  text-align: center;
  font-weight: bold;
  color: #FFF !important;
}

.active-link {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -90px;
  z-index: 100;
  background: #E1001A;
  text-align: center;
  padding: 5px 15px !important;
  font-size: 10px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  color: #FFF !important;
}

.active-link:before {
  content: "";
  border: 5px solid transparent;
  border-top-color: #E1001A;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
}

.version-2 .link-mobile-relation {
  background: #acacac;
  padding: 9px 15px !important;
  text-align: left;
}
.version-2 .active-link {
  background: #808080;
}
.version-2 .active-link:before {
  border-top-color: #808080;
}

.products .card-index {
  overflow: hidden;
}

.products .card-index .card__image img {
  transform: scale(1);
  transition: all 400ms;
}

.products:hover .card-index .card__image img {
  transform: scale(1.1);
  transition: all 400ms;
}

.products:active .card-index .card__image img {
  transform: scale(1.2);
  transition: all 400ms;
}

.result-msm * {
  color: #888;
}
.result-msm button {
  background: transparent !important;
}

.card-index-pro_ {
  padding-top: 20px !important;
  padding-bottom: 3px !important;
}
.card-index-pro_ li {
  padding-bottom: 10px !important;
}

*[align=justify] {
  text-align: left !important;
}

.article__slider-petit {
  width: 40%;
}

@media screen and (max-width: 39.99875em) {
  .title-pro.fixed a {
    color: #FFF;
  }
  .article__slider-petit {
    width: 100%;
  }
}
.button-pdf {
  border: solid 1px #0a66b7;
  padding: 7px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
}

.article__title,
.article__subtitle {
  margin: 0 !important;
  padding: 0 !important;
}

#equipos .title-pro-grid, #productos .title-pro-grid {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.footer-inner-in .icon-menu-view {
  display: none;
}

.uk-subnav-pill > .uk-active > a {
  background-color: inherit !important;
}

.footer__to-top {
  background-color: #E1001A !important;
}

.footer-news {
  background: rgb(248, 248, 248);
  padding-top: 20px;
  z-index: 1;
  position: relative;
  min-height: 80px;
}

.uk-label {
  display: none !important;
}

.footer-inner,
.footer-inner-in {
  font-size: 14px;
}
.footer-inner strong,
.footer-inner-in strong {
  font-size: 12px;
  color: #444;
}

.footer-inner,
.footer {
  margin-top: 0 !important;
}
.footer-inner li.uk-active,
.footer li.uk-active {
  background-color: transparent;
}
.footer-inner a.uk-active,
.footer a.uk-active {
  background-color: transparent;
  padding-bottom: 5px;
  border-bottom: 1px rgba(185, 4, 0, 0.52) solid;
}
.footer-inner span.mapa-web,
.footer span.mapa-web {
  margin-top: 10px;
  display: block;
  padding-top: 10px;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}

.uk-list.uk-display-block li a {
  display: block;
}

.uk-list.uk-display-block li a {
  color: #333;
  padding-bottom: 4px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  display: block;
}
.uk-list.uk-display-block li a:hover {
  color: #E1001A;
}
.uk-list.uk-display-block li a:focus,
.uk-list.uk-display-block li a:active {
  color: #650012;
}

.logo svg path {
  fill: #E1001A !important;
  stroke-width: 0;
}

.footer-inner-in {
  position: relative;
}
.footer-inner-in .icon-menu-view {
  position: fixed;
  right: 0;
  top: 6px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  margin: 9px;
  transition: 0.5s;
}
.footer-inner-in .icon-menu-view svg * {
  fill: #999;
}
.footer-inner-in .icon-menu-view:hover {
  transition: 0.5s;
}
.footer-inner-in .icon-menu-view:hover svg * {
  transition: 0.5s;
  fill: #E1001A;
}

.body-menu-view .icon-menu-view {
  top: 6px;
  transition: 0.5s;
}
.body-menu-view .icon-menu-view svg * {
  transition: 0.5s;
  fill: #999;
}
.body-menu-view .icon-menu-view:hover {
  transition: 0.5s;
}
.body-menu-view .icon-menu-view:hover svg * {
  transition: 0.5s;
  fill: #E1001A;
}

.body-menu-view .footer-inner-in .icon-menu-view {
  z-index: -2;
}

@media screen and (max-width: 39.99875em) {
  .footer-inner-in {
    position: relative;
  }
  .footer-inner-in .icon-menu-view {
    display: none;
  }
}
.offcanvas-all {
  z-index: 10000 !important;
  background: #0c0c0c;
}

.uk-offcanvas-page .icon-menu-view {
  display: none;
}

.body-menu-view #container-primary {
  display: block;
}

.preload-page #container-primary {
  display: none;
}

.spinner-load-page {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #000;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
}
.spinner-load-page svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
}

.body-footer-active-html {
  overflow: hidden !important;
}

@media screen and (min-width: 39.99875em) {
  .footer-all .uk-grid > div {
    margin-bottom: 30px !important;
  }
}
.footer-all [data-id="7433"],
.footer-all .uk-section-default.uk-padding-small.uk-text-center {
  text-align: center !important;
}
.footer-all [data-id="7433"] a,
.footer-all .uk-section-default.uk-padding-small.uk-text-center a {
  width: 60px;
  height: 28px;
  display: inline-block;
}
.footer-all .uk-text-center {
  /*
  img {
    //  display: block !important;
    opacity: 0.5;
  }
  img:hover {
    opacity: 0.6;
  }
  */
}
.footer-all .uk-text-center svg {
  opacity: 0.7;
  width: 28px;
  height: 28px;
}
.footer-all .uk-text-center svg:hover {
  opacity: 0.8;
}
.footer-all .uk-text-center .uk-svg {
  fill: #000;
}
.footer-all .uk-text-center svg {
  fill: none;
}
.footer-all .uk-text-center svg mask {
  display: none !important;
}
.footer-all .uk-text-center .uk-svg, .footer-all .uk-text-center .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}
.footer-all .uk-text-center .uk-svg, .footer-all .uk-text-center .uk-svg:not(.uk-preserve) [fill*="#FFF"]:not(.uk-preserve) {
  fill: #FFF;
}

.footer-all .uk-hidden\@s {
  z-index: 10;
}

.page-init-landing {
  -webkit-overflow-scrolling: touch;
  right: 10px;
}
.page-init-landing::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 5px;
}
.page-init-landing::-webkit-scrollbar-thumb {
  background: white;
  border: 2px solid white;
  border-radius: 5px;
}
.page-init-landing::-webkit-scrollbar-track {
  background: white;
}
.page-init-landing {
  scrollbar-face-color: white;
  scrollbar-track-color: white;
}
.page-init-landing:hover::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-radius: 5px;
}
.page-init-landing:hover::-webkit-scrollbar-thumb {
  background: #999;
  border: 2px solid white;
  border-radius: 5px;
}
.page-init-landing .uk-heading-medium {
  font-size: 1.5rem !important;
}
.page-init-landing .nav-section__title.uk-sticky a {
  font-size: 16px !important;
}
.page-init-landing .uk-text-lead {
  font-size: 1.1rem !important;
}
.page-init-landing .uk-text-lead strong {
  font-weight: bold;
}
.page-init-landing .card-blog-post .text-content {
  font-size: 1rem !important;
}
.page-init-landing .article .card__title, .page-init-landing .products .card__title {
  font-size: 0.8rem !important;
}
@media (min-width: 39.99875em) {
  .page-init-landing .productos .title-pro-grid .uk-icon, .page-init-landing .productos .nav-section__title .uk-icon {
    top: 10px !important;
  }
}
.page-init-landing .uk-light .ant-form-item-label > label, .page-init-landing .uk-section-primary:not(.uk-preserve-color) .ant-form-item-label > label, .page-init-landing .uk-section-secondary:not(.uk-preserve-color) .ant-form-item-label > label, .page-init-landing .uk-tile-primary:not(.uk-preserve-color) .ant-form-item-label > label, .page-init-landing .uk-tile-secondary:not(.uk-preserve-color) .ant-form-item-label > label, .page-init-landing .uk-card-primary.uk-card-body .ant-form-item-label > label, .page-init-landing .uk-card-primary > :not([class*=uk-card-media]) .ant-form-item-label > label, .page-init-landing .uk-card-secondary.uk-card-body .ant-form-item-label > label, .page-init-landing .uk-card-secondary > :not([class*=uk-card-media]) .ant-form-item-label > label, .page-init-landing .uk-overlay-primary .ant-form-item-label > label, .page-init-landing .uk-offcanvas-bar .ant-form-item-label > label,
.page-init-landing .uk-light .ant-form-item-label,
.page-init-landing .uk-section-primary:not(.uk-preserve-color) .ant-form-item-label,
.page-init-landing .uk-section-secondary:not(.uk-preserve-color) .ant-form-item-label,
.page-init-landing .uk-tile-primary:not(.uk-preserve-color) .ant-form-item-label,
.page-init-landing .uk-tile-secondary:not(.uk-preserve-color) .ant-form-item-label,
.page-init-landing .uk-card-primary.uk-card-body .ant-form-item-label,
.page-init-landing .uk-card-primary > :not([class*=uk-card-media]) .ant-form-item-label,
.page-init-landing .uk-card-secondary.uk-card-body .ant-form-item-label,
.page-init-landing .uk-card-secondary > :not([class*=uk-card-media]) .ant-form-item-label,
.page-init-landing .uk-overlay-primary .ant-form-item-label,
.page-init-landing .uk-offcanvas-bar .ant-form-item-label,
.page-init-landing .uk-light .ant-form-item,
.page-init-landing .uk-section-primary:not(.uk-preserve-color) .ant-form-item,
.page-init-landing .uk-section-secondary:not(.uk-preserve-color) .ant-form-item,
.page-init-landing .uk-tile-primary:not(.uk-preserve-color) .ant-form-item,
.page-init-landing .uk-tile-secondary:not(.uk-preserve-color) .ant-form-item,
.page-init-landing .uk-card-primary.uk-card-body .ant-form-item,
.page-init-landing .uk-card-primary > :not([class*=uk-card-media]) .ant-form-item,
.page-init-landing .uk-card-secondary.uk-card-body .ant-form-item,
.page-init-landing .uk-card-secondary > :not([class*=uk-card-media]) .ant-form-item,
.page-init-landing .uk-overlay-primary .ant-form-item,
.page-init-landing .uk-offcanvas-bar .ant-form-item {
  color: #fff;
}
.page-init-landing .uk-light .ant-form-item a, .page-init-landing .uk-section-primary:not(.uk-preserve-color) .ant-form-item a, .page-init-landing .uk-section-secondary:not(.uk-preserve-color) .ant-form-item a, .page-init-landing .uk-tile-primary:not(.uk-preserve-color) .ant-form-item a, .page-init-landing .uk-tile-secondary:not(.uk-preserve-color) .ant-form-item a, .page-init-landing .uk-card-primary.uk-card-body .ant-form-item a, .page-init-landing .uk-card-primary > :not([class*=uk-card-media]) .ant-form-item a, .page-init-landing .uk-card-secondary.uk-card-body .ant-form-item a, .page-init-landing .uk-card-secondary > :not([class*=uk-card-media]) .ant-form-item a, .page-init-landing .uk-overlay-primary .ant-form-item a, .page-init-landing .uk-offcanvas-bar .ant-form-item a {
  color: #0A66B7;
}
.page-init-landing body {
  padding-top: 0;
}
.page-init-landing .footer-all {
  display: block !important;
  width: auto !important;
  left: 0 !important;
  position: relative;
  background: white;
}
.page-init-landing table > tbody > tr > td, .page-init-landing table > tbody > tr > th, .page-init-landing table > tfoot > tr > td, .page-init-landing table > tfoot > tr > th, .page-init-landing table > thead > tr > td, .page-init-landing .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.page-init-landing .uk-tab > li {
  display: block;
  width: 100%;
  padding-left: 0;
}
.page-init-landing .uk-tab > .uk-active > a {
  border-right: 2px solid #E1001A !important;
}
.page-init-landing .uk-tab > li > a {
  border-right: 2px solid #e5e5e5 !important;
  text-align: left;
}

.bgImag {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.img-proyectos {
  text-align: left;
}
.img-proyectos img {
  margin-bottom: 20px;
}

.card-blog.card-blog-post .img-proyectos img {
  margin-bottom: 0;
}

.grid-news .img-antiga-n {
  overflow: hidden;
  display: inline-block;
  margin-bottom: -6px;
}
.grid-news .img-antiga {
  margin: -10px;
  width: 150px;
  height: 100px;
  float: left;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 39.99875em) {
  .grid-news .img-antiga {
    width: 90px;
    height: 60px;
  }
}
.grid-news .uk-clear.min- {
  margin: 0;
  padding: 0;
}
.grid-news .clear {
  clear: both;
}
.grid-news .uk-label {
  margin: 0 25px 5px 25px;
  z-index: 100;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 10px;
  padding: 2px 3px !important;
  font-weight: bold;
}
@media screen and (max-width: 39.99875em) {
  .grid-news .uk-label {
    margin: 10px 25px 0 15px;
    font-size: 7px;
    padding: 1px 3px !important;
  }
}
.grid-news .if iframe {
  max-width: 150px;
  max-height: 90px;
  margin-top: 5px;
  border-radius: 4px;
}
@media screen and (max-width: 39.99875em) {
  .grid-news .if iframe {
    max-width: 135px;
    max-height: 80px;
  }
}
.grid-news .uk-card-media-top {
  margin: 0;
  height: 200px;
  position: relative;
}
.grid-news .uk-card-media-top .bgImag {
  background-position: left;
  background-size: contain;
  height: 100px;
  width: 150px;
  filter: brightness(108%);
}
@media screen and (max-width: 39.99875em) {
  .grid-news .uk-card-media-top {
    margin: 15px 15px 0 15px;
    height: 90px;
  }
  .grid-news .uk-card-media-top .bgImag {
    height: 90px;
    max-width: 100%;
  }
}
.grid-news .uk-card-media-top {
  mix-blend-mode: multiply;
}
.grid-news .uk-card-body {
  padding: 0 25px 25px 25px;
}
@media screen and (max-width: 39.99875em) {
  .grid-news .uk-card-body {
    padding: 5px 15px 25px 15px !important;
  }
}
.grid-news h4, .grid-news h3 {
  clear: both;
}
@media screen and (max-width: 39.99875em) {
  .grid-news h4, .grid-news h3 {
    font-size: 14px;
  }
}
.grid-news img {
  position: relative;
  filter: contrast(120%) !important;
}
.grid-news .uk-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: transparent;
  transition: 0.3s ease-out;
}
.grid-news .uk-button:hover {
  transition: 0.3s ease-in;
}
.grid-news .uk-button:active {
  transition: 0.3s ease-out;
}

@media screen and (max-width: 39.99875em) {
  .border-radius .uk-grid,
  .empresa .uk-grid,
  .soporte .uk-grid,
  .contacte .uk-grid,
  .servicios .uk-grid,
  .novedades .uk-grid {
    margin-left: -15px;
  }
  .border-radius .uk-grid > *,
  .empresa .uk-grid > *,
  .soporte .uk-grid > *,
  .contacte .uk-grid > *,
  .servicios .uk-grid > *,
  .novedades .uk-grid > * {
    padding-left: 15px;
  }
  .border-radius .uk-grid + .uk-grid, .border-radius .uk-grid > .uk-grid-margin, .border-radius * + .uk-grid-margin_,
  .empresa .uk-grid + .uk-grid,
  .empresa .uk-grid > .uk-grid-margin,
  .empresa * + .uk-grid-margin_,
  .soporte .uk-grid + .uk-grid,
  .soporte .uk-grid > .uk-grid-margin,
  .soporte * + .uk-grid-margin_,
  .contacte .uk-grid + .uk-grid,
  .contacte .uk-grid > .uk-grid-margin,
  .contacte * + .uk-grid-margin_,
  .servicios .uk-grid + .uk-grid,
  .servicios .uk-grid > .uk-grid-margin,
  .servicios * + .uk-grid-margin_,
  .novedades .uk-grid + .uk-grid,
  .novedades .uk-grid > .uk-grid-margin,
  .novedades * + .uk-grid-margin_ {
    margin-top: 15px;
  }
  .border-radius .uk-first-column,
  .empresa .uk-first-column,
  .soporte .uk-first-column,
  .contacte .uk-first-column,
  .servicios .uk-first-column,
  .novedades .uk-first-column {
    padding-left: 15px;
  }
  .border-radius .uk-margin-large-top,
  .empresa .uk-margin-large-top,
  .soporte .uk-margin-large-top,
  .contacte .uk-margin-large-top,
  .servicios .uk-margin-large-top,
  .novedades .uk-margin-large-top {
    margin-top: 15px !important;
  }
  .border-radius .mem-page-base a,
  .empresa .mem-page-base a,
  .soporte .mem-page-base a,
  .contacte .mem-page-base a,
  .servicios .mem-page-base a,
  .novedades .mem-page-base a {
    font-size: 16px !important;
    padding: 10px 10px 10px 10px !important;
    text-transform: uppercase;
    border-radius: 2px;
  }
}

.uk-offcanvas .nav-lang {
  width: auto;
  display: flex;
  margin-left: 25px !important;
}
.uk-offcanvas .nav-lang a {
  padding: 10px 20px !important;
}

.container.container-out {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 39.99875em) {
  .nav-section__title {
    height: 50px;
  }
  .uk-section .nav-section__title,
  .uk-section-default .nav-section__title,
  .uk-background-muted .nav-section__title,
  .uk-background-secondary .nav-section__title,
  .uk-background-primary .nav-section__title {
    position: relative;
  }
  .uk-section .nav-section__title a,
  .uk-section-default .nav-section__title a,
  .uk-background-muted .nav-section__title a,
  .uk-background-secondary .nav-section__title a,
  .uk-background-primary .nav-section__title a {
    color: #FFF;
    position: relative;
    z-index: 10;
    overflow: visible;
  }
  .uk-section .nav-section__title a .bg-text,
  .uk-section-default .nav-section__title a .bg-text,
  .uk-background-muted .nav-section__title a .bg-text,
  .uk-background-secondary .nav-section__title a .bg-text,
  .uk-background-primary .nav-section__title a .bg-text {
    position: relative;
    z-index: 10;
  }
  .uk-section .nav-section__title .bg-sticky,
  .uk-section-default .nav-section__title .bg-sticky,
  .uk-background-muted .nav-section__title .bg-sticky,
  .uk-background-secondary .nav-section__title .bg-sticky,
  .uk-background-primary .nav-section__title .bg-sticky {
    z-index: 1;
    background: #E1001A;
    position: absolute;
    width: 300%;
    display: block;
    height: 50px;
    bottom: 0;
    top: 0;
    right: 150%;
    left: -150%;
  }
  .page__section.sub-section .nav-section__title a,
  .uk-section-default .nav-section__title a,
  .uk-background-muted .nav-section__title a {
    color: #E1001A;
  }
  .page__section.sub-section .nav-section__title.uk-active a,
  .uk-section-default .nav-section__title.uk-active a,
  .uk-background-muted .nav-section__title.uk-active a {
    color: #E1001A;
  }
  .uk-section .nav-section__title .bg-sticky {
    background: #FFF;
  }
  .uk-section-default .nav-section__title .bg-sticky {
    background: #FFF;
  }
  .uk-background-muted .nav-section__title .bg-sticky {
    background: #f8f8f8;
  }
  .uk-background-secondary .nav-section__title .bg-sticky {
    background: #222;
  }
  .uk-background-secondary .nav-section__title a {
    color: #FFF !important;
  }
  .uk-background-primary .nav-section__title .bg-sticky {
    background: #E1001A;
  }
  .uk-background-primary .nav-section__title a .bg-text {
    color: white !important;
  }
  .uk-background-primary .nav-section__title a span.uk-icon {
    color: #fff !important;
    top: 114px !important;
  }
  .uk-background-primary .nav-section__title a span.uk-icon svg {
    width: 23px !important;
  }
  .title-pro-home a {
    padding-left: 0 !important;
  }
  .title-pro-home a .uk-icon {
    display: none;
  }
}
.title-pro-home a .uk-icon {
  display: none !important;
}

@media (max-width: 39.99875em) {
  .card-index {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .uk-grid_ {
    margin-top: 0 !important;
  }
  .marges-pro-fitxa {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .marges-pro-fitxa .uk-card-body {
    padding: 30px 15px 30px 15px;
  }
  .uk-padding {
    padding: 1px;
  }
  .marges-pro-fitxa-rel {
    margin-top: 0 !important;
  }
  .page__section.sub-section.sub-section-in .title-pro-grid {
    overflow: hidden;
  }
  .products-fitxa a {
    color: #0a66b7 !important;
  }
  .products-fitxa .uk-grid .uk-card-body {
    padding: 25px !important;
  }
  .uk-section-default .nav-section__title a,
  .uk-background-muted .nav-section__title a,
  .uk-background-secondary .nav-section__title a,
  .uk-background-primary .nav-section__title a {
    color: #FFF;
  }
  .uk-section-default .nav-section__title.uk-active a,
  .uk-background-muted .nav-section__title.uk-active a,
  .uk-background-secondary .nav-section__title.uk-active a,
  .uk-background-primary .nav-section__title.uk-active a {
    color: #E1001A;
  }
  .page__section.sub-section .nav-section__title a,
  .uk-section-default .nav-section__title a,
  .uk-background-muted .nav-section__title a {
    color: #E1001A;
  }
  .page__section.sub-section .nav-section__title.uk-active a,
  .uk-section-default .nav-section__title.uk-active a,
  .uk-background-muted .nav-section__title.uk-active a {
    color: #E1001A;
  }
}
.uk-pagination a,
.border-radius .uk-card {
  border-radius: 3px;
  overflow: hidden;
}

.home-pro .card__image-inner {
  background: #222222;
}

.color-d {
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sub-menu.sub-menu-news ul li a {
  display: block;
  text-transform: uppercase !important;
  margin-bottom: 5px;
  font-size: 13px !important;
}

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

#js-scroll-trigger {
  height: 34px !important;
  display: block;
  line-height: 0;
  text-align: left;
}
#js-scroll-trigger .uk-icon {
  position: relative;
  top: -2px;
}

#productos .title-pro-grid a:before {
  background: transparent !important;
  height: 0;
}

.grid-proyectos .img-antiga-nn {
  display: inline-block;
}
.grid-proyectos .img-antiga-n {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 -3px 0;
  height: 200px;
}
.grid-proyectos .clear {
  clear: both;
}
.grid-proyectos .uk-card-media-top {
  overflow: hidden;
  height: 200px;
  background: #EEE;
  margin: 0 0 25px 0;
}
.grid-proyectos .uk-card-media-top .bgImag {
  margin: 0 0 25px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
@media screen and (max-width: 39.99875em) {
  .grid-proyectos .uk-card-media-top {
    height: 100px;
    margin: 0 0 15px 0;
  }
  .grid-proyectos .uk-card-media-top .bgImag {
    margin: 0 0 15px 0;
    height: 100px;
  }
}
.grid-proyectos .img-antiga {
  margin: 0;
}
.grid-proyectos .uk-card-body {
  padding: 0 25px 25px 25px;
}
@media screen and (max-width: 39.99875em) {
  .grid-proyectos .uk-card-body {
    padding: 0 15px 15px 15px;
  }
}
.grid-proyectos h4, .grid-proyectos h3 {
  clear: both;
}
@media screen and (max-width: 39.99875em) {
  .grid-proyectos h4, .grid-proyectos h3 {
    font-size: 14px;
  }
}
.grid-proyectos img {
  position: relative;
}
.grid-proyectos .uk-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: transparent;
  transition: 0.3s ease-out;
}
.grid-proyectos .uk-button:hover {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-in;
}
.grid-proyectos .uk-button:active {
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-out;
}

@media screen and (max-width: 39.99875em) {
  .proyectos .uk-grid {
    margin-left: -15px;
  }
  .proyectos .uk-grid > * {
    padding-left: 15px;
  }
  .proyectos .uk-grid + .uk-grid, .proyectos .uk-grid > .uk-grid-margin, .proyectos * + .uk-grid-margin {
    margin-top: 15px;
  }
  .proyectos .uk-first-column {
    padding-left: 15px;
  }
}

@media screen and (max-width: 39.99875em) {
  .small-grid > .container {
    margin-top: 0 !important;
  }
  .small-grid .uk-card-body {
    padding: 15px 15px;
  }
  .small-grid .small-grid-grid.uk-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .small-grid .small-grid-grid.uk-grid > * {
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
  .productos .small-grid > .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .url-level-4 .products .uk-card-body {
    padding: 13px 13px 13px 0;
  }
  .url-level-4 .products .card-index {
    width: 100%;
    padding-left: 160px;
    overflow: hidden;
    height: 120px;
    background: #FFF;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index {
    height: auto;
    min-height: 30px;
    padding-left: 100px;
  }
  .url-level-4 .products .card-index .card__title {
    margin: 0;
    padding: 0 0 1px 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .card__image-inner,
  .url-level-4 .products .card-index .card__image {
    padding: 2px 10px;
    background: linear-gradient(200deg, #FFF 150px, #000 1600px);
    mix-blend-mode: normal;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 130px;
    width: 160px;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .card__image-inner,
  .url-level-4 .products .card-index .card__image {
    border-bottom: none !important;
    padding: 5px 5px 5px 5px !important;
    height: 54px;
    width: 95px;
    background: transparent !important;
  }
  .url-level-4 .products .card-index .card__image-inner img,
  .url-level-4 .products .card-index .card__image img {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .card__image {
    height: 140px;
    background: #f5f5f5;
  }
}
@media screen and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .color-d {
    height: 1px;
    opacity: 1;
    z-index: -1;
    margin-left: 160px;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .color-d {
    height: 1px;
    margin-left: 95px;
    opacity: 0.2;
  }
}
.grid-proyectos a {
  color: #222;
}
.grid-proyectos .uk-card-img {
  text-align: center;
  display: block;
  height: 430px;
  border: solid 1px #DDD !important;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 39.99875em) {
  .grid-proyectos .uk-card-img {
    height: 131px;
  }
}
.grid-proyectos .uk-card-img img {
  width: 100%;
  max-height: initial;
  position: absolute;
  top: 50%;
  margin-top: -50%;
  left: 0;
}

.container {
  min-height: 1px;
}

.uk-dotnav > * > * {
  background: rgba(0, 0, 0, 0.0784313725);
}

.grid-novedades a {
  color: #222;
}
.grid-novedades .uk-card-img {
  text-align: center;
  height: 430px;
  border: solid 1px #DDD !important;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 39.99875em) {
  .grid-novedades .uk-card-img {
    height: 131px;
  }
}

.grid-novedades .img-antiga-nn {
  display: inline-block;
}
.grid-novedades .img-antiga-n {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 -3px 0;
  height: 200px;
}
.grid-novedades .clear {
  clear: both;
}
.grid-novedades .uk-card-media-top {
  overflow: hidden;
  height: 200px;
  background: #EEE;
  margin: 0 0 25px 0;
}
.grid-novedades .uk-card-media-top .bgImag {
  margin: 0 0 25px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
@media screen and (max-width: 39.99875em) {
  .grid-novedades .uk-card-media-top {
    height: 100px;
    margin: 0 0 15px 0;
  }
  .grid-novedades .uk-card-media-top .bgImag {
    margin: 0 0 15px 0;
    height: 100px;
  }
}
.grid-novedades .img-antiga {
  margin: 0;
}
.grid-novedades .uk-card-body {
  padding: 0 25px 25px 25px;
}
@media screen and (max-width: 39.99875em) {
  .grid-novedades .uk-card-body {
    padding: 0 15px 15px 15px;
  }
}
.grid-novedades h4, .grid-novedades h3 {
  clear: both;
}
@media screen and (max-width: 39.99875em) {
  .grid-novedades h4, .grid-novedades h3 {
    font-size: 14px;
  }
}
.grid-novedades img {
  position: relative;
}
.grid-novedades .uk-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: transparent;
  transition: 0.3s ease-out;
}
.grid-novedades .uk-button:hover {
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-in;
}
.grid-novedades .uk-button:active {
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-out;
}

@media screen and (max-width: 39.99875em) {
  .novedades .uk-grid {
    margin-left: -15px;
  }
  .novedades .uk-grid > * {
    padding-left: 15px;
  }
  .novedades .uk-grid + .uk-grid, .novedades .uk-grid > .uk-grid-margin, .novedades * + .uk-grid-margin {
    margin-top: 15px;
  }
  .novedades .uk-first-column {
    padding-left: 15px;
  }
}

@media screen and (max-width: 39.99875em) {
  .small-grid > .container {
    margin-top: 0 !important;
  }
  .small-grid .uk-card-body {
    padding: 15px 15px;
  }
  .small-grid .small-grid-grid.uk-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .small-grid .small-grid-grid.uk-grid > * {
    margin-top: 0 !important;
    padding-left: 0 !important;
  }
  .productos .small-grid > .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .url-level-4 .products .uk-card-body {
    padding: 13px 13px 13px 0;
  }
  .url-level-4 .products .card-index {
    width: 100%;
    padding-left: 160px;
    overflow: hidden;
    height: 120px;
    background: #FFF;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index {
    height: auto;
    min-height: 30px;
    padding-left: 100px;
  }
  .url-level-4 .products .card-index .card__title {
    margin: 0;
    padding: 0 0 1px 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .card__image-inner,
  .url-level-4 .products .card-index .card__image {
    padding: 2px 10px;
    background: linear-gradient(200deg, #FFF 150px, #000 1600px);
    mix-blend-mode: normal;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 130px;
    width: 160px;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .card__image-inner,
  .url-level-4 .products .card-index .card__image {
    border-bottom: none !important;
    padding: 5px 5px 5px 5px !important;
    height: 54px;
    width: 95px;
    background: transparent !important;
  }
  .url-level-4 .products .card-index .card__image-inner img,
  .url-level-4 .products .card-index .card__image img {
    margin-top: 0;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .card__image {
    height: 140px;
    background: #f5f5f5;
  }
}
@media screen and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .color-d {
    height: 1px;
    opacity: 1;
    z-index: -1;
    margin-left: 160px;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .url-level-4 .products .card-index .color-d {
    height: 1px;
    margin-left: 95px;
    opacity: 0.2;
  }
}
.grid-novedades a {
  color: #222;
}
.grid-novedades .uk-card-img {
  text-align: center;
  display: block;
  height: 430px;
  border: solid 1px #DDD !important;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 39.99875em) {
  .grid-novedades .uk-card-img {
    height: 131px;
  }
}
.grid-novedades .uk-card-img img {
  width: 100%;
  max-height: initial;
  position: absolute;
  top: 50%;
  margin-top: -50%;
  left: 0;
}

.container {
  min-height: 1px;
}

.uk-dotnav > * > * {
  background: rgba(0, 0, 0, 0.0784313725);
}

.grid-novedades a {
  color: #222;
}
.grid-novedades .uk-card-img {
  text-align: center;
  height: 430px;
  border: solid 1px #DDD !important;
  margin-bottom: 10px;
  overflow: hidden;
}
@media screen and (max-width: 39.99875em) {
  .grid-novedades .uk-card-img {
    height: 131px;
  }
}

.grid-novedades.videos .uk-card-img {
  height: 181px;
}

.img-slider img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 39.99875em) {
  .empresa_ .mega-menu.menu-top {
    display: block !important;
    position: fixed;
    top: 50px !important;
    background: rgb(255, 255, 255);
    left: 0;
    right: 0;
  }
  .empresa_ .title-pro-grid {
    margin-bottom: -100px;
  }
  .empresa_ .content-empresa {
    padding-top: 100px;
  }
}

.uk-filter-taget .uk-grid > * {
  padding-left: 0 !important;
}
.uk-filter-taget .border-filter {
  border-bottom: 1px solid #999999;
}
.uk-filter-taget .border-filter ul li a {
  font-size: 16px !important;
  line-height: 50px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 20px;
  margin-left: 20px;
  color: #000000;
  border-bottom: 3px solid transparent;
}
.uk-filter-taget .border-filter ul .uk-active a {
  border-bottom: 3px solid #E1001A !important;
}
.uk-filter-taget .border-filter .uk-navbar-center {
  display: inline-block !important;
}

.cerca-hidden-hidden {
  display: none;
}

.cercadorDesc .uk-card-title {
  font-size: 15px;
  line-height: 1.4;
}
.cercadorDesc input {
  font-size: 16px;
}
.cercadorDesc h5 {
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 20px;
}
.cercadorDesc p {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
}
.cercadorDesc .tags {
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 5px;
  margin-top: 10px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  border-radius: 3px;
  font-weight: bold;
}
.cercadorDesc .uk-text-meta {
  color: #E1001A;
}
.cercadorDesc .uk-subnav li {
  display: block;
  width: 100%;
}
.cercadorDesc .uk-subnav li img {
  margin-right: 10px;
}
.cercadorDesc .uk-card-header {
  padding: 0 10px 10px 10px;
}
.cercadorDesc .category_ {
  text-align: center;
}
.cercadorDesc .category_ img {
  mix-blend-mode: multiply;
  max-height: 70px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.cercadorDesc .category_ .tags-auto {
  height: 70px;
}
.cercadorDesc .category_ .tags-auto img {
  margin-top: 30px;
  margin-bottom: 10px;
  max-height: 15px;
  margin-left: 2px;
  margin-right: 2px;
}
.cercadorDesc .uk-subnav li a {
  font-size: 13px;
  padding: 2px 10px;
  overflow: hidden;
  background: #FFF;
  color: rgba(0, 0, 0, 0.8);
}
.cercadorDesc .uk-subnav .uk-active a {
  color: rgb(255, 255, 255);
}

.cercadorDesc {
  position: relative;
}
.cercadorDesc .uk-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 12px;
  background-image: none;
}
.cercadorDesc .uk-list-bullet > li {
  padding-left: 20px;
}
.cercadorDesc .uk-list-bullet > li .uk-icon {
  position: absolute;
  left: 0;
  top: -3px;
}
.cercadorDesc .uk-width-expand {
  text-align: left;
}
.cercadorDesc .uk-card {
  padding: 20px 0 5px 0;
}
.cercadorDesc .tags-auto {
  text-align: left;
  height: auto;
  position: absolute;
  top: -10px;
  right: 20px;
}
.cercadorDesc .tags-auto img {
  margin-top: 0;
  margin-bottom: 0;
}
.cercadorDesc .resum-url {
  padding: 0 30px 30px 30px;
  font-size: 10px;
}
.cercadorDesc .menu-gotes {
  padding: 5px 0;
  position: relative;
  border: 2px solid transparent;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
}
.cercadorDesc .menu-gotes a {
  border-radius: 5px;
  white-space: nowrap;
  padding: 7px 40px 6px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin: 2px;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #222;
  transition: all 0.3s ease-in-out;
  line-height: 16px;
  position: relative;
  width: 140px;
  border: 2px solid #EEE;
}
.cercadorDesc .menu-gotes a .title-span {
  right: 5px;
  line-height: 10px;
  position: absolute;
  padding: 5px 5px;
  width: 30px;
  text-align: center;
  top: 5px;
}
.cercadorDesc .menu-gotes a:hover {
  opacity: 0.9;
  background: #EEE;
}
.cercadorDesc .menu-gotes a:active {
  border: 2px solid #E1001A;
  background: #AAA;
}
.cercadorDesc .menu-gotes img {
  margin-right: 5px;
  width: 12px;
  position: relative;
  top: -1px;
}
.cercadorDesc .menu-gotes .activeLiquids {
  border: 2px solid rgba(203, 0, 16, 0.53) !important;
}
.cercadorDesc .menu-gotes .activeLiquids:hover {
  border: 2px solid #AAA;
}
.cercadorDesc .menu-gotes .activeLiquids:active {
  border: 2px solid #E1001A;
}
.cercadorDesc .menu-gotes .in-activeLiquids {
  opacity: 0.2;
  transition: 0.3s;
  cursor: not-allowed;
  display: none;
}
.cercadorDesc .resultat-cerca {
  min-height: 700px;
}
.cercadorDesc .category_ {
  text-align: left;
}
.cercadorDesc .category_ img {
  margin-left: 20px;
  max-height: 70px;
  margin-top: 0;
  margin-bottom: 5px;
}
.cercadorDesc .resum {
  margin: 0 90px 15px 20px;
  font-size: 12px;
}
.cercadorDesc .resum1 {
  color: #0f0f0f;
  font-weight: 500;
}
.cercadorDesc .resum2 {
  text-transform: lowercase;
  font-size: 10px;
  line-height: 13px;
}
.cercadorDesc .uk-navbar-item {
  background: transparent;
}
.cercadorDesc .pagination-cerca__ {
  padding: 0 40px 40px 10px;
  text-align: center;
}
.cercadorDesc .pagination-cerca-bottom__ {
  position: relative;
  top: -30px;
  padding-bottom: 0;
}
.cercadorDesc .uk-pagination__ {
  float: right;
}
.cercadorDesc .pagination-cerca-total__ {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
}
.cercadorDesc .search-form {
  position: relative;
  margin-top: 65px;
}
.cercadorDesc .search-form input {
  padding: 5px;
  border-radius: 4px;
  background: #f6f6f6;
  font-weight: 300 !important;
  margin-top: 0 !important;
}
.cercadorDesc .uk-close {
  width: 30px;
  right: 15px;
  bottom: 15px;
  height: 30px;
  padding: 0;
  text-align: center;
  transition: 0.3s;
  color: #E1001A;
  position: absolute;
}
.cercadorDesc .uk-close svg {
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin: 0;
}
.cercadorDesc .uk-close svg line {
  stroke: #E1001A;
}
.cercadorDesc .uk-close:hover {
  color: #680002;
}
.cercadorDesc .uk-close:hover svg line {
  stroke: #780003;
}
.cercadorDesc .uk-close:active svg line {
  stroke: #000;
}
.cercadorDesc .uk-card-header {
  border: 0;
}
.cercadorDesc .nav-overlay .uk-navbar-nav > li > a, .cercadorDesc .nav-overlay .uk-navbar-item, .cercadorDesc .nav-overlay .uk-navbar-toggle {
  padding: 0 0;
}
.cercadorDesc .nav-overlay .uk-search-input {
  margin: 0;
}

.menu-gotes a {
  transition: height 0.2s ease, width 0.2s ease, font-size 0.2s ease, font-weight 0.2s ease, border 0.2s ease !important;
}

.in-activeLiquids {
  display: none;
}

.menu-equipos-all-active_,
.menu-gotes-all-active_ {
  margin-left: -15px;
}
.menu-equipos-all-active_ .menu-gotes,
.menu-gotes-all-active_ .menu-gotes {
  padding-bottom: 15px;
  padding-top: 15px;
}
.menu-equipos-all-active_ .menu-gotes a,
.menu-gotes-all-active_ .menu-gotes a {
  transition: height 0.2s ease, width 0.2s ease, font-size 0.2s ease, font-weight 0.2s ease, border 0.2s ease !important;
  border-radius: 5px;
  width: 23% !important;
  font-size: 23px !important;
  font-weight: normal !important;
  height: 100px;
  line-height: 23px;
  padding: 15px;
  margin: 10px 0 10px 15px;
}
.menu-equipos-all-active_ .menu-gotes a img,
.menu-gotes-all-active_ .menu-gotes a img {
  width: 30px;
  height: 30px;
}
.menu-equipos-all-active_ .menu-gotes a .title-span,
.menu-gotes-all-active_ .menu-gotes a .title-span {
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: auto !important;
  bottom: 5px;
  font-size: 10px;
  padding: 5px;
  width: 50px !important;
  color: #999;
  font-weight: bold;
  line-height: 13px;
}

.pagination-cerca_ .uk-pagination {
  padding-top: 0;
}

.uk-list.uk-list-bullet li {
  line-height: 20px;
  display: block;
  padding: 0 30px;
  color: #555;
}
.uk-list.uk-list-bullet li span {
  position: relative;
  top: -3px;
  left: 5px;
  color: #0c0c0c;
  margin: 5px 0 0 0;
  display: block;
}

.stars {
  margin-right: -10px;
  margin-bottom: -15px;
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
  width: 23px;
  height: 80px;
  padding: 3px;
  color: #AAA;
}
.stars span {
  position: relative;
  left: 0;
  margin: 5px 0 0 0;
  display: block;
}

.menu-gotes-all {
  border: solid 1px #EEE;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.menu-gotes-all .menu-gotes {
  padding: 0;
  margin: 0;
  border: 0;
}
.menu-gotes-all .activeLiquids {
  background-color: rgb(255, 255, 255) !important;
  border-color: #FFF !important;
}

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

.hr-cerca {
  display: none;
}

.uk-card-cercador-in {
  border-bottom: 20px solid #FFF;
}

.cercadorDesc .search-form {
  margin-top: 27px !important;
}

.cercadorDesc .search-form input {
  padding: 0;
}

.cercadorDesc .uk-close {
  right: 0;
  bottom: 24px;
}

#menu-react, .uk-icon-close {
  display: none !important;
}

@media screen and (max-width: 39.99875em) {
  #menu-react, .uk-icon-close {
    display: block !important;
  }
  .logo svg {
    width: 160px;
  }
  .logo svg path {
    fill: #E1001A !important;
    stroke-width: 0;
  }
  .nav-mobile svg {
    width: 160px;
  }
  .nav-mobile svg path {
    fill: #E1001A !important;
  }
  .mega-menu__inner {
    padding: 0 !important;
  }
  #main-header .uk-navbar-toggle {
    margin: 0;
  }
  .container-nav-mobile {
    max-width: 140rem !important;
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  .title-pro-grid h1 {
    background: rgb(255, 255, 255);
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .container-nav-mobile {
    background: rgb(255, 255, 255) !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 52px;
  }
  .container-nav-mobile #cerca-react {
    height: 52px;
  }
  .container-nav-mobile #cerca-react a {
    height: 52px;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 39.99875em) {
  .container-nav-mobile {
    background: #222 !important;
    background: #FFF !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 52px;
  }
  .container-nav-mobile .nav-mobile {
    height: 52px;
    position: relative;
    padding: 0 !important;
    left: 0;
    right: 0;
  }
  .container-nav-mobile #cerca-react,
  .container-nav-mobile #menu-react {
    display: block;
    height: 52px;
    width: 52px;
    line-height: 45px;
    color: #888 !important;
    font-size: 30px;
    text-align: center;
  }
  .container-nav-mobile #cerca-react a,
  .container-nav-mobile #menu-react a {
    text-align: center;
    display: block;
    height: 52px;
    width: 52px;
    line-height: 45px;
    font-size: 20px;
    border: solid 1px rgb(0, 0, 0) !important;
    color: #888 !important;
  }
  .container-nav-mobile .uk-hidden\@s {
    display: block !important;
    float: left;
    width: 120px;
    margin: 0;
    position: relative;
    top: 14px;
    line-height: 20px;
  }
  .header-all .uk-section:nth-child(3),
  .header-all .uk-section:nth-child(1) {
    display: none;
  }
  .header-all .uk-section:nth-child(2) {
    background: #FFF;
    height: 52px;
    padding: 14px 0 0 0 !important;
  }
  .header-all .uk-section:nth-child(2) a.logo img {
    position: relative;
    left: 5px;
    height: 25px !important;
  }
  .header-all .uk-section:nth-child(2) ul {
    display: none;
  }
}
@media screen and (max-width: 39.99875em) {
  a {
    transform: scale(1) !important;
    transition: 0.3s ease-out !important;
    user-select: none;
  }
  a:hover {
    transition: 0.3s ease-out !important;
    transform: scale(1) !important;
  }
  a:active {
    transform: scale(0.99) !important;
    transition: 0.3s ease-out !important;
  }
  .header-tel {
    padding: 20px;
    margin: 0 0 0 0;
    height: auto;
    font-size: 20px !important;
  }
  .header-tel .uk-icon {
    position: relative;
    top: 0 !important;
  }
  .footer-all {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100000;
    overflow-y: scroll;
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    background-color: rgb(255, 0, 0);
  }
  .footer-all .uk-container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-all .proyectos {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-all .logo svg {
    width: 160px;
    margin-top: 10px;
    margin-left: 10px;
    display: block;
  }
  .footer-all .logo svg path {
    fill: rgb(255, 255, 255) !important;
    stroke-width: 0;
  }
  .footer-all .uk-hidden\@s {
    display: block !important;
    z-index: -1;
    position: relative;
    padding: 7px;
  }
  .footer-all .uk-hidden\@s .container {
    width: 100%;
    text-align: center;
    display: block;
  }
  .footer-all .uk-hidden\@s .container a.uk-button.logo {
    width: 130px;
    margin: 0 0 0 10px;
    text-align: center;
    line-height: 15px !important;
    padding: 20px 10px 10px 10px !important;
    display: none;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all .uk-hidden\@s .container a.uk-button.logo {
    display: block;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button {
    background: rgba(232, 0, 1, 0.2);
    margin: 70px 0 15px 0;
    color: #E1001A !important;
    width: auto !important;
    font-size: 18px;
    line-height: 18px;
    padding: 9px 8px 8px 8px;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button {
    margin: 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button .uk-icon {
    position: relative !important;
  }
  .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button svg {
    width: 18px;
    position: relative;
    margin-right: 5px;
    top: -11px;
    left: auto;
    stroke: transparent;
  }
  .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button svg * {
    fill: #ff4f4d !important;
    stroke: transparent;
  }
  .footer-all .uk-width-1-3\@m,
  .footer-all .uk-width-1-2\@s,
  .footer-all .uk-width-1-3\@l,
  .footer-all .uk-width-1-4\@l {
    width: 100% !important;
  }
  .footer-all .footer-inner {
    background-color: rgb(255, 255, 255);
    transition: right 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), left 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), background-color 1s cubic-bezier(0.7, 0.3, 0.1, 1);
  }
  .footer-all .footer-inner .uk-icon-close {
    display: block !important;
    transition: right 0.01s cubic-bezier(0.7, 0.3, 0.1, 1), background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
    position: fixed;
    top: 4px;
    z-index: 2000;
    right: -100%;
    height: 41px;
    width: 41px;
    margin-right: 22px;
    border-radius: 50px;
    cursor: pointer;
    background: rgba(251, 251, 251, 0);
    line-height: 40px;
    text-align: center;
  }
  .footer-all .footer-inner .uk-icon-close svg {
    height: 25px;
    width: 25px;
  }
  .footer-all .footer-inner .uk-icon-close:hover {
    color: #E1001A !important;
  }
  .footer-all .footer-inner .uk-section.social {
    background-color: rgba(255, 255, 255, 0.48) !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    margin-bottom: 2px;
    margin-right: 0;
    margin-left: 40px;
  }
  .footer-all .footer-inner .uk-section {
    padding: 0 0 !important;
    background-color: transparent !important;
    text-align: center;
  }
  .footer-all .footer-inner .uk-section .cerd {
    background: #FFF !important;
    margin-bottom: -10px;
  }
  .footer-all .footer-inner .uk-section .container {
    padding: 0 !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-grid > div {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-grid {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-card .uk-card {
    margin-bottom: 0 !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-card {
    padding: 11px 20px 0 20px !important;
    line-height: 25px;
    height: auto;
    display: block !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-card strong {
    background-color: #333 !important;
    color: rgba(255, 255, 255, 0.3) !important;
    padding: 0 5px 0 5px;
    font-size: 9px !important;
    line-height: 16px !important;
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
    min-width: 200px;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all .footer-inner .uk-section .container .uk-card strong {
    background-color: #222 !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all .footer-inner .uk-section .container .uk-card hr {
    margin: 0 0 0 0;
    border-color: transparent;
    border-top: 1px solid transparent !important;
    background: transparent;
  }
  .footer-all .footer-inner .uk-section .container .uk-card ul {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all .footer-inner .uk-section .container .uk-card ul {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all .footer-inner .uk-section .container .uk-card .uk-navbar-dropdown_ {
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    display: block !important;
    position: fixed;
    min-width: 0;
    background: white;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 50px 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    width: auto;
    left: 100vw;
    z-index: 10;
    opacity: 1;
  }
  .footer-all .footer-inner .uk-section .container .uk-card .uk-navbar-dropdown_ * {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li .a_:after {
    content: "";
    top: 12px;
    left: -40px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    border: 10px solid transparent !important;
    border-left: 10px solid white !important;
    position: absolute;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li:hover .uk-navbar-dropdown_ {
    opacity: 1;
    left: 50vw !important;
    background: white !important;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li:hover a {
    position: relative;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li:hover .a_:after {
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    opacity: 1;
    left: -20px;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li:hover ul li a:after {
    content: none;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li:hover ul li a {
    color: #222 !important;
    cursor: pointer !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li {
    margin: 0;
  }
  .footer-all .footer-inner .uk-section .container .uk-card li a {
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
    transform: scale(1);
    padding: 8px;
    line-height: 30px !important;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all .footer-inner .uk-section .container .uk-card li a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all .footer-inner .uk-section .container .uk-card .uk-active a {
    color: #E1001A !important;
    cursor: default !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-card .uk-active a:after {
    border-bottom: 1px solid transparent;
  }
  .footer-all .footer-inner .uk-section .container .uk-navbar-nav.uk-navbar {
    margin-bottom: 10px !important;
  }
  .footer-all .footer-inner .uk-section .container .uk-navbar-nav.uk-navbar li {
    width: 25%;
  }
  .footer-all .footer-inner .uk-section .container .uk-navbar-nav.uk-navbar li a {
    width: 100%;
  }
  .footer-all .footer-inner .uk-section .container .poliicas .uk-card li a {
    font-size: 11px !important;
    padding: 0;
  }
  .footer-inner {
    background-color: #FFF;
  }
  .footer-inner .uk-card {
    transition: all 0s !important;
    line-height: 200px !important;
  }
  .footer-inner hr {
    margin: 0 20px 0 20px;
    padding: 0;
    border: 0;
    display: none;
  }
  .footer-inner strong {
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    left: 25vw !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner strong {
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    left: 25vw !important;
    background-color: #FFF !important;
    color: rgb(162, 162, 162) !important;
    padding: 0 5px 0 5px;
    font-size: 9px !important;
    line-height: 16px !important;
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
    min-width: 200px;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-inner .uk-grid + .uk-grid, .footer-inner .uk-grid > .uk-grid-margin, .footer-inner * + .uk-grid-margin {
    margin-top: 1px !important;
  }
  .footer-inner ul.uk-nav {
    margin-bottom: 10px !important;
  }
  .footer-inner a.uk-button {
    left: 800px !important;
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
  .footer-inner .uk-width-1-1 img {
    left: 50vw !important;
    position: relative;
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 img {
    left: 200vw !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 a {
    left: 75vw !important;
    transition: all 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 a {
    left: 300vw !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 a {
    left: 100vw !important;
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 a {
    left: 400vw !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 125vw !important;
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 500vw !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 150vw !important;
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 600vw !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 175vw !important;
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 700vw !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all {
    width: 0 !important;
    left: 100vw !important;
  }
  .footer-all.active-nav {
    width: 350px !important;
    left: calc(100vw - 360px) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all.active-nav {
    width: 100vw !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all.active-nav .footer-inner {
    width: 350px !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all.active-nav .footer-inner {
    width: 100vw !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all.active-nav {
    overflow-y: scroll;
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15) !important;
  }
  .footer-all.active-nav .footer-inner {
    position: relative;
    transition: background-color 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
  .footer-all.active-nav .footer-inner .uk-card {
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    line-height: 25px !important;
  }
  .footer-all.active-nav .footer-inner strong,
  .footer-all.active-nav .footer-inner a.uk-button,
  .footer-all.active-nav .footer-inner .uk-width-1-1 a,
  .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 a,
  .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a,
  .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a,
  .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a,
  .footer-all.active-nav .footer-inner .uk-width-1-1 img {
    left: 0 !important;
    transition: left 0.6s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-all.active-nav .footer-inner {
    background-color: #EEE;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 39.99875em) {
  .footer-all.active-nav .footer-inner {
    background-color: #000;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all.active-nav .footer-inner .uk-icon-close {
    color: #000;
    transition: right 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
    right: 0;
    background: rgba(255, 255, 255, 0.001);
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 39.99875em) {
  div.footer-all .footer-inner .uk-section .container .uk-card li a {
    color: #333 !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
  div.footer-all .footer-inner .uk-section .container .uk-card {
    color: #333 !important;
    background: #FFF !important;
  }
  div.footer-all .footer-inner .uk-section .container .uk-card strong {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: rgb(0, 0, 0) !important;
  }
  div.footer-all .footer-inner .uk-section .container .uk-card ul {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  div.footer-all.active-nav .footer-inner .uk-icon-close {
    color: rgba(0, 0, 0, 0.5);
  }
  div.footer-all .uk-hidden\@s .container a.uk-button.logo {
    display: block;
  }
  div.footer-all .uk-hidden\@s .container a.uk-button.logo svg * {
    fill: #E1001A !important;
  }
  div.footer-all .uk-hidden\@s .container a.uk-button + a.uk-button {
    margin: 20px 20px;
  }
  .container-nav-mobile {
    background: #FFF !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-all-bg-active,
  .footer-all-bg {
    transition: background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), left 0.5s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
  .footer-inner .uk-width-1-1 a {
    left: 300vw !important;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    color: #333 !important;
    transform: scale(1);
    padding: 8px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15) !important;
  }
  .footer-inner .lang.uk-subnav li {
    padding: 0 !important;
  }
  .footer-inner .lang.uk-subnav li a {
    margin-left: 0;
    margin-right: 0;
    padding: 20px !important;
  }
  .footer-all .footer-inner .uk-section .direcio {
    color: #333 !important;
    padding-bottom: 20px;
  }
  .footer-all .footer-inner .uk-section .direcio hr {
    padding-top: 20px;
    display: block;
  }
  .footer-all .footer-inner .uk-section .cerd img {
    padding: 20px 0;
  }
  .footer-all-bg {
    display: block;
    position: fixed;
    left: 100vw;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background: rgb(0, 0, 0) !important;
  }
  .footer-all-bg-active {
    left: 0;
    background: rgb(255, 255, 255) !important;
    transition: background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), left 0.5s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .lang.uk-subnav {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 39.99875em) and (min-width: 39.99875em) {
  .footer-inner a {
    left: 300vw !important;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff !important;
    transform: scale(1);
    padding: 8px;
    line-height: 30px !important;
  }
  div.footer-inner strong {
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    left: 25vw !important;
    background-color: #000000 !important;
    color: rgba(255, 255, 255, 0.3) !important;
    padding: 0 5px 0 5px;
    font-size: 9px !important;
    line-height: 16px !important;
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
    min-width: 200px;
  }
  .footer-all .footer-inner .uk-section .cerd img {
    padding: 10px 0;
  }
  .body-footer-active {
    display: none;
    background-color: #E1001A !important;
  }
  .footer-all .footer-inner .uk-section .direcio {
    color: #333333 !important;
    padding-bottom: 15px;
  }
  .footer-all .footer-inner .uk-section .direcio hr {
    padding-top: 15px;
  }
  div.footer-inner hr {
    border-top: 1px solid rgba(116, 116, 116, 0.3) !important;
    margin: 1px 20px 0 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  .footer-inner .uk-dropdown,
  .footer-inner .uk-navbar-dropdown-nav {
    display: none !important;
  }
}
.body-menu-view #menu-react, .body-menu-view .uk-icon-close {
  display: block !important;
}
.body-menu-view .logo svg {
  width: 160px;
}
.body-menu-view .logo svg path {
  fill: #E1001A !important;
  stroke-width: 0;
}
.body-menu-view .nav-mobile svg {
  width: 160px;
}
.body-menu-view .nav-mobile svg path {
  fill: #E1001A !important;
}
.body-menu-view .mega-menu__inner {
  padding: 0 !important;
}
.body-menu-view #main-header .uk-navbar-toggle {
  margin: 0;
}
.body-menu-view .container-nav-mobile {
  max-width: 140rem !important;
  padding-right: 5% !important;
  padding-left: 5% !important;
}
.body-menu-view .title-pro-grid h1 {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .container-nav-mobile {
    background: rgb(255, 255, 255) !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 52px;
  }
  .body-menu-view .container-nav-mobile #cerca-react {
    height: 52px;
  }
  .body-menu-view .container-nav-mobile #cerca-react a {
    height: 52px;
  }
}
@media screen and (min-width: 39.99875em) {
  .body-menu-view .container-nav-mobile {
    background: #222 !important;
    background: #FFF !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 52px;
  }
  .body-menu-view .container-nav-mobile .nav-mobile {
    height: 52px;
    position: relative;
    padding: 0 !important;
    left: 0;
    right: 0;
  }
  .body-menu-view .container-nav-mobile #cerca-react,
  .body-menu-view .container-nav-mobile #menu-react {
    display: block;
    height: 52px;
    width: 52px;
    line-height: 45px;
    color: #888 !important;
    font-size: 30px;
    text-align: center;
  }
  .body-menu-view .container-nav-mobile #cerca-react a,
  .body-menu-view .container-nav-mobile #menu-react a {
    text-align: center;
    display: block;
    height: 52px;
    width: 52px;
    line-height: 45px;
    font-size: 20px;
    border: solid 1px rgb(0, 0, 0) !important;
    color: #888 !important;
  }
  .body-menu-view .container-nav-mobile .uk-hidden\@s {
    display: block !important;
    float: left;
    width: 120px;
    margin: 0;
    position: relative;
    top: 14px;
    line-height: 20px;
  }
  .body-menu-view .header-all .uk-section:nth-child(3),
  .body-menu-view .header-all .uk-section:nth-child(1) {
    display: none;
  }
  .body-menu-view .header-all .uk-section:nth-child(2) {
    background: #FFF;
    height: 52px;
    padding: 14px 0 0 0 !important;
  }
  .body-menu-view .header-all .uk-section:nth-child(2) a.logo img {
    position: relative;
    left: 5px;
    height: 25px !important;
  }
  .body-menu-view .header-all .uk-section:nth-child(2) ul {
    display: none;
  }
}
.body-menu-view a {
  transform: scale(1) !important;
  transition: 0.3s ease-out !important;
  user-select: none;
}
.body-menu-view a:hover {
  transition: 0.3s ease-out !important;
  transform: scale(1) !important;
}
.body-menu-view a:active {
  transform: scale(0.99) !important;
  transition: 0.3s ease-out !important;
}
.body-menu-view .header-tel {
  padding: 20px;
  margin: 0 0 0 0;
  height: auto;
  font-size: 20px !important;
}
.body-menu-view .header-tel .uk-icon {
  position: relative;
  top: 0 !important;
}
.body-menu-view .footer-all {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100000;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  background-color: rgb(255, 0, 0);
}
.body-menu-view .footer-all .uk-container {
  padding-left: 0;
  padding-right: 0;
}
.body-menu-view .footer-all .proyectos {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.body-menu-view .footer-all .logo svg {
  width: 160px;
  margin-top: 10px;
  margin-left: 10px;
  display: block;
}
.body-menu-view .footer-all .logo svg path {
  fill: rgb(255, 255, 255) !important;
  stroke-width: 0;
}
.body-menu-view .footer-all .uk-hidden\@s {
  display: block !important;
  z-index: -1;
  position: relative;
  padding: 7px;
}
.body-menu-view .footer-all .uk-hidden\@s .container {
  width: 100%;
  text-align: center;
  display: block;
}
.body-menu-view .footer-all .uk-hidden\@s .container a.uk-button.logo {
  width: 130px;
  margin: 0 0 0 10px;
  text-align: center;
  line-height: 15px !important;
  padding: 20px 10px 10px 10px !important;
  display: none;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all .uk-hidden\@s .container a.uk-button.logo {
    display: block;
  }
}
.body-menu-view .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button {
  background: rgba(232, 0, 1, 0.2);
  margin: 70px 0 15px 0;
  color: #E1001A !important;
  width: auto !important;
  font-size: 18px;
  line-height: 18px;
  padding: 9px 8px 8px 8px;
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button {
    margin: 20px;
  }
}
.body-menu-view .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button .uk-icon {
  position: relative !important;
}
.body-menu-view .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button svg {
  width: 18px;
  position: relative;
  margin-right: 5px;
  top: -11px;
  left: auto;
  stroke: transparent;
}
.body-menu-view .footer-all .uk-hidden\@s .container a.uk-button + a.uk-button svg * {
  fill: #ff4f4d !important;
  stroke: transparent;
}
.body-menu-view .footer-all .uk-width-1-3\@m,
.body-menu-view .footer-all .uk-width-1-2\@s,
.body-menu-view .footer-all .uk-width-1-3\@l,
.body-menu-view .footer-all .uk-width-1-4\@l {
  width: 100% !important;
}
.body-menu-view .footer-all .footer-inner {
  background-color: rgb(255, 255, 255);
  transition: right 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), left 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), background-color 1s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.body-menu-view .footer-all .footer-inner .uk-icon-close {
  display: block !important;
  transition: right 0.01s cubic-bezier(0.7, 0.3, 0.1, 1), background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  position: fixed;
  top: 4px;
  z-index: 2000;
  right: -100%;
  height: 41px;
  width: 41px;
  margin-right: 22px;
  border-radius: 50px;
  cursor: pointer;
  background: rgba(251, 251, 251, 0);
  line-height: 40px;
  text-align: center;
}
.body-menu-view .footer-all .footer-inner .uk-icon-close svg {
  height: 25px;
  width: 25px;
}
.body-menu-view .footer-all .footer-inner .uk-icon-close:hover {
  color: #E1001A !important;
}
.body-menu-view .footer-all .footer-inner .uk-section.social {
  background-color: rgba(255, 255, 255, 0.48) !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  margin-bottom: 2px;
  margin-right: 0;
  margin-left: 40px;
}
.body-menu-view .footer-all .footer-inner .uk-section {
  padding: 0 0 !important;
  background-color: transparent !important;
  text-align: center;
}
.body-menu-view .footer-all .footer-inner .uk-section .cerd {
  background: #FFF !important;
  margin-bottom: -10px;
}
.body-menu-view .footer-all .footer-inner .uk-section .container {
  padding: 0 !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-grid > div {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-grid {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card .uk-card {
  margin-bottom: 0 !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card {
  padding: 11px 20px 0 20px !important;
  line-height: 25px;
  height: auto;
  display: block !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card strong {
  background-color: #333 !important;
  color: rgba(255, 255, 255, 0.3) !important;
  padding: 0 5px 0 5px;
  font-size: 9px !important;
  line-height: 16px !important;
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
  min-width: 200px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all .footer-inner .uk-section .container .uk-card strong {
    background-color: #222 !important;
  }
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card hr {
  margin: 0 0 0 0;
  border-color: transparent;
  border-top: 1px solid transparent !important;
  background: transparent;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card ul {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all .footer-inner .uk-section .container .uk-card ul {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card .uk-navbar-dropdown_ {
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  display: block !important;
  position: fixed;
  min-width: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 50px 0;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  width: auto;
  left: 100vw;
  z-index: 10;
  opacity: 1;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card .uk-navbar-dropdown_ * {
  padding-left: 0;
  padding-right: 0;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li .a_:after {
  content: "";
  top: 12px;
  left: -40px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  border: 10px solid transparent !important;
  border-left: 10px solid white !important;
  position: absolute;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li:hover .uk-navbar-dropdown_ {
  opacity: 1;
  left: 50vw !important;
  background: white !important;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li:hover a {
  position: relative;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li:hover .a_:after {
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  opacity: 1;
  left: -20px;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li:hover ul li a:after {
  content: none;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li:hover ul li a {
  color: #222 !important;
  cursor: pointer !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li {
  margin: 0;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li a {
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
  color: rgb(255, 255, 255) !important;
  transform: scale(1);
  padding: 8px;
  line-height: 30px !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all .footer-inner .uk-section .container .uk-card li a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
  }
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card .uk-active a {
  color: #E1001A !important;
  cursor: default !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-card .uk-active a:after {
  border-bottom: 1px solid transparent;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-navbar-nav.uk-navbar {
  margin-bottom: 10px !important;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-navbar-nav.uk-navbar li {
  width: 25%;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .uk-navbar-nav.uk-navbar li a {
  width: 100%;
}
.body-menu-view .footer-all .footer-inner .uk-section .container .poliicas .uk-card li a {
  font-size: 11px !important;
  padding: 0;
}
.body-menu-view .footer-inner {
  background-color: #FFF;
}
.body-menu-view .footer-inner .uk-card {
  transition: all 0s !important;
  line-height: 200px !important;
}
.body-menu-view .footer-inner hr {
  margin: 0 20px 0 20px;
  padding: 0;
  border: 0;
  display: none;
}
.body-menu-view .footer-inner strong {
  transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  left: 25vw !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner strong {
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    left: 25vw !important;
    background-color: #FFF !important;
    color: rgb(162, 162, 162) !important;
    padding: 0 5px 0 5px;
    font-size: 9px !important;
    line-height: 16px !important;
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
    min-width: 200px;
  }
}
.body-menu-view .footer-inner .uk-grid + .uk-grid, .body-menu-view .footer-inner .uk-grid > .uk-grid-margin, .body-menu-view .footer-inner * + .uk-grid-margin {
  margin-top: 1px !important;
}
.body-menu-view .footer-inner ul.uk-nav {
  margin-bottom: 10px !important;
}
.body-menu-view .footer-inner a.uk-button {
  left: 800px !important;
  transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
.body-menu-view .footer-inner .uk-width-1-1 img {
  left: 50vw !important;
  position: relative;
  transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner .uk-width-1-1 img {
    left: 200vw !important;
  }
}
.body-menu-view .footer-inner .uk-width-1-1 a {
  left: 75vw !important;
  transition: all 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner .uk-width-1-1 a {
    left: 300vw !important;
  }
}
.body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 a {
  left: 100vw !important;
  transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 a {
    left: 400vw !important;
  }
}
.body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
  left: 125vw !important;
  transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 500vw !important;
  }
}
.body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
  left: 150vw !important;
  transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 600vw !important;
  }
}
.body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
  left: 175vw !important;
  transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a {
    left: 700vw !important;
  }
}
.body-menu-view .footer-all {
  width: 0 !important;
  left: 100vw !important;
}
.body-menu-view .footer-all.active-nav {
  width: 350px !important;
  left: calc(100vw - 360px) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all.active-nav {
    width: 100vw !important;
    left: 0 !important;
  }
}
.body-menu-view .footer-all.active-nav .footer-inner {
  width: 350px !important;
  left: 0 !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all.active-nav .footer-inner {
    width: 100vw !important;
    left: 0 !important;
  }
}
.body-menu-view .footer-all.active-nav {
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15) !important;
}
.body-menu-view .footer-all.active-nav .footer-inner {
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
.body-menu-view .footer-all.active-nav .footer-inner .uk-card {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  line-height: 25px !important;
}
.body-menu-view .footer-all.active-nav .footer-inner strong,
.body-menu-view .footer-all.active-nav .footer-inner a.uk-button,
.body-menu-view .footer-all.active-nav .footer-inner .uk-width-1-1 a,
.body-menu-view .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 a,
.body-menu-view .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a,
.body-menu-view .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a,
.body-menu-view .footer-all.active-nav .footer-inner .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 + .uk-width-1-1 a,
.body-menu-view .footer-all.active-nav .footer-inner .uk-width-1-1 img {
  left: 0 !important;
  transition: left 0.6s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-all.active-nav .footer-inner {
    background-color: #EEE;
  }
}
@media screen and (min-width: 39.99875em) {
  .body-menu-view .footer-all.active-nav .footer-inner {
    background-color: #000;
  }
}
.body-menu-view .footer-all.active-nav .footer-inner .uk-icon-close {
  color: #000;
  transition: right 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  right: 0;
  background: rgba(255, 255, 255, 0.001);
}
@media screen and (min-width: 39.99875em) {
  .body-menu-view div.footer-all .footer-inner .uk-section .container .uk-card li a {
    color: #333 !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
  .body-menu-view div.footer-all .footer-inner .uk-section .container .uk-card {
    color: #333 !important;
    background: #FFF !important;
  }
  .body-menu-view div.footer-all .footer-inner .uk-section .container .uk-card strong {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: rgb(0, 0, 0) !important;
  }
  .body-menu-view div.footer-all .footer-inner .uk-section .container .uk-card ul {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .body-menu-view div.footer-all.active-nav .footer-inner .uk-icon-close {
    color: rgba(0, 0, 0, 0.5);
  }
  .body-menu-view div.footer-all .uk-hidden\@s .container a.uk-button.logo {
    display: block;
  }
  .body-menu-view div.footer-all .uk-hidden\@s .container a.uk-button.logo svg * {
    fill: #E1001A !important;
  }
  .body-menu-view div.footer-all .uk-hidden\@s .container a.uk-button + a.uk-button {
    margin: 20px 20px;
  }
  .body-menu-view .container-nav-mobile {
    background: #FFF !important;
  }
}
.body-menu-view .footer-all-bg-active,
.body-menu-view .footer-all-bg {
  transition: background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), left 0.5s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
}
@media screen and (max-width: 39.99875em) {
  .body-menu-view .footer-inner .uk-width-1-1 a {
    left: 300vw !important;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    color: #333 !important;
    transform: scale(1);
    padding: 8px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15) !important;
  }
  .body-menu-view .footer-inner .lang.uk-subnav li {
    padding: 0 !important;
  }
  .body-menu-view .footer-inner .lang.uk-subnav li a {
    margin-left: 0;
    margin-right: 0;
    padding: 20px !important;
  }
  .body-menu-view .footer-all .footer-inner .uk-section .direcio {
    color: #333 !important;
    padding-bottom: 20px;
  }
  .body-menu-view .footer-all .footer-inner .uk-section .direcio hr {
    padding-top: 20px;
    display: block;
  }
  .body-menu-view .footer-all .footer-inner .uk-section .cerd img {
    padding: 20px 0;
  }
  .body-menu-view .footer-all-bg {
    display: block;
    position: fixed;
    left: 100vw;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background: rgb(0, 0, 0) !important;
  }
  .body-menu-view .footer-all-bg-active {
    left: 0;
    background: rgb(255, 255, 255) !important;
    transition: background 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), left 0.5s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
  }
}
.body-menu-view .lang.uk-subnav {
  padding-left: 20px !important;
}
@media screen and (min-width: 39.99875em) {
  .body-menu-view .footer-inner a {
    left: 300vw !important;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff !important;
    transform: scale(1);
    padding: 8px;
    line-height: 30px !important;
  }
  .body-menu-view div.footer-inner strong {
    transition: left 1s cubic-bezier(0.7, 0.3, 0.1, 1) !important;
    left: 25vw !important;
    background-color: #000000 !important;
    color: rgba(255, 255, 255, 0.3) !important;
    padding: 0 5px 0 5px;
    font-size: 9px !important;
    line-height: 16px !important;
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
    min-width: 200px;
  }
  .body-menu-view .footer-all .footer-inner .uk-section .cerd img {
    padding: 10px 0;
  }
  .body-menu-view .body-footer-active {
    display: none;
    background-color: #E1001A !important;
  }
  .body-menu-view .footer-all .footer-inner .uk-section .direcio {
    color: #333333 !important;
    padding-bottom: 15px;
  }
  .body-menu-view .footer-all .footer-inner .uk-section .direcio hr {
    padding-top: 15px;
  }
  .body-menu-view div.footer-inner hr {
    border-top: 1px solid rgba(116, 116, 116, 0.3) !important;
    margin: 1px 20px 0 20px;
  }
}
.body-menu-view .footer-inner .uk-dropdown,
.body-menu-view .footer-inner .uk-navbar-dropdown-nav {
  display: none !important;
}

.cookies {
  position: fixed;
  right: 24px;
  bottom: 24px;
  max-width: 430px;
  background-color: #222;
  padding: 20px;
  margin-left: 24px;
  z-index: 99;
}
@media (min-width: 768px) {
  .cookies {
    bottom: 30px;
    right: 30px;
  }
}
.cookies__subtitle {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cookies__content p {
  margin-top: 0;
}
.cookies__content p,
.cookies__content ul {
  color: white;
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 25px;
}
.cookies__content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 0;
}
.cookies__content li {
  display: flex;
  align-items: baseline;
  width: 50%;
}
@media (max-width: 767px) {
  .cookies__content li {
    width: 100%;
  }
}
.cookies__content a {
  color: inherit;
  text-decoration: underline;
}
.cookies__content .checkbox {
  align-items: initial;
  margin-top: 0;
}
.cookies__content label {
  font-size: 11px;
}
@media (min-width: 768px) {
  .cookies__buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
}
.cookies__buttons button,
.cookies__buttons button#ihavecookiesBtn {
  border: none;
  border-radius: 0;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cookies__buttons button,
  .cookies__buttons button#ihavecookiesBtn {
    margin-left: 0;
    width: 100%;
  }
}
.cookies__buttons button:disabled,
.cookies__buttons button#ihavecookiesBtn:disabled {
  opacity: 0.3;
}
.cookies__buttons button#gdpr-cookie-accept {
  background-color: #666;
  color: white;
}
.cookies__buttons button#gdpr-cookie-advanced {
  background-color: white;
  color: #222;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cookies__buttons button#gdpr-cookie-advanced {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .cookies__buttons button#gdpr-cookie-advanced {
    margin-left: 20px;
  }
}
.cookies #gdpr-cookie-types {
  padding-bottom: 40px;
}

.section-timeline .timeline {
  text-align: left;
}
.section-timeline .timeline .uk-card-body {
  padding: 0 20px;
}
.section-timeline .timeline .uk-card-body:before {
  content: "";
  border: 8px solid #E1001A;
  top: 6px;
  position: absolute;
  border-radius: 40px;
  width: 18px;
  height: 18px;
  z-index: 6;
  right: -20px;
}
.section-timeline .timeline .uk-card-body:after {
  content: "";
  background: transparent;
  top: -10px;
  position: absolute;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  z-index: 5;
  right: 1045px;
}
.section-timeline .timeline .left-timeline .uk-card-body:before {
  right: auto;
  left: -38px;
}
@media (max-width: 1199px) {
  .section-timeline .timeline .left-timeline .uk-card-body:before {
    left: -28px;
  }
}
@media (max-width: 638px) {
  .section-timeline .timeline .left-timeline .uk-card-body:before {
    left: -13px;
  }
}
.section-timeline .timeline .left-timeline .uk-card-body:after {
  right: auto;
  left: 1045px;
}
.section-timeline .timeline .right-timeline {
  text-align: right;
}
.section-timeline .timeline .right-timeline:before {
  content: "";
  border-right: 8px solid #E1001A;
  bottom: -20px;
  top: -20px;
  right: -15px;
  position: absolute;
  min-height: 220px;
}
.section-timeline .timeline .left-timeline:before {
  position: absolute;
  content: "";
  border-left: 8px solid #E1001A;
  min-height: 220px;
  bottom: -20px;
  top: -20px;
  left: 7px;
}

/************** CARD **************/
.producte-card {
  /************** REFERENCIES **************/
  /************************************************************
  REFERENCE
  ************************************************************/
  /********** GRIS VELL *********/
  /********** CARD SLIDER *********/
}
.producte-card img {
  mix-blend-mode: multiply;
}
.producte-card .article__tags .article__label {
  margin-right: 12px;
}
.producte-card hr {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.producte-card h1 {
  margin: 0;
  font-size: 28px;
  color: #E1001A;
}
.producte-card h1, .producte-card .uk-h1 {
  font-size: 28px;
  line-height: 32px !important;
}
.producte-card h2 {
  font-size: 18px;
  margin: 5px 0 0 0;
  line-height: 22px !important;
}
.producte-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px !important;
}
.producte-card .iframe-container {
  padding-bottom: 56%;
}
.producte-card a {
  color: #0A66B7 !important;
}
.producte-card a * {
  color: #0A66B7 !important;
}
.producte-card a.btn-print {
  color: #0A66B7;
}
.producte-card .referencies {
  /********** BASE *********/
  /************** REFERENCIES-INTER **************/
  padding-top: 5px;
  padding-bottom: 15px;
  /********** TABLES *********/
  /********** TABLES *********/
  /************** ICON MODEL **************/
  /************** ACCORDION **************/
  /************** FILTER **************/
  /************** SLIDER **************/
  /************** BODY TEXT **************/
  /************** GRIS 1 **************/
  /************** GRIS 2 **************/
}
.producte-card .referencies .body-text {
  border-radius: 3px;
}
.producte-card .referencies .referencia-inter {
  margin: 0;
  padding: 0.5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}
.producte-card .referencies .referencia-inter.gris {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 10px 10px 10px;
}
.producte-card .referencies .referencia-inter.gris .filter .uk-navbar-nav > div.uk-active a {
  background-color: rgba(255, 255, 255, 0.5);
}
.producte-card .referencies .referencia-inter.gris .filter .body-text {
  padding: 15px 15px 15px 15px;
}
.producte-card .referencies .table table {
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: calc(100% + 8px);
  border: 2px solid rgba(255, 255, 255, 0) !important;
  margin: 20px 0;
  border-radius: 2px;
}
.producte-card .referencies .table table * {
  font-size: 12px !important;
}
.producte-card .referencies .table table * a {
  color: #0A66B7;
}
.producte-card .referencies .table table * p {
  margin: 0 !important;
}
.producte-card .referencies .table table * p:before {
  display: none !important;
}
.producte-card .referencies .table table td, .producte-card .referencies .table table th {
  min-width: 2em;
  border: 1px solid rgba(131, 131, 131, 0.2);
  vertical-align: middle;
  padding: 5px 7px;
}
.producte-card .referencies .table table th {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 39.99875em) {
  .producte-card .referencies .table table {
    width: 100%;
    border: 0;
    margin: 0;
    border-radius: 3px;
  }
  .producte-card .referencies figure.table {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.producte-card .referencies .icon-model {
  max-height: 18px;
  max-width: 18px;
  margin-right: 10px;
  opacity: 0.6;
  color: #333;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.producte-card .referencies .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}
.producte-card .referencies .uk-accordion {
  padding: 0;
  border-bottom: 1px solid #C6C6C6;
  /************** ACCORDION OPEN  **************/
  /************** ACCORDION CONTENT **************/
}
.producte-card .referencies .uk-accordion .uk-accordion-title:focus,
.producte-card .referencies .uk-accordion .uk-accordion-title:active,
.producte-card .referencies .uk-accordion .uk-accordion-title {
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
  background-color: rgba(0, 0, 0, 0);
  transition: all 300ms ease-in;
}
.producte-card .referencies .uk-accordion .uk-accordion-title:focus .icon-model,
.producte-card .referencies .uk-accordion .uk-accordion-title:active .icon-model,
.producte-card .referencies .uk-accordion .uk-accordion-title .icon-model {
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.producte-card .referencies .uk-accordion .uk-accordion-title:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in;
}
.producte-card .referencies .uk-accordion .uk-accordion-title:before {
  width: 23px;
  height: 23px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in;
}
.producte-card .referencies .uk-accordion .uk-accordion-title:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in;
}
.producte-card .referencies .uk-accordion .uk-open .uk-accordion-title:focus,
.producte-card .referencies .uk-accordion .uk-open .uk-accordion-title:active,
.producte-card .referencies .uk-accordion .uk-open .uk-accordion-title {
  background-color: rgba(0, 0, 0, 0);
  transition: all 300ms ease-out;
}
.producte-card .referencies .uk-accordion .uk-open .uk-accordion-title:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-out;
}
.producte-card .referencies .uk-accordion .uk-open .uk-accordion-title:before {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-out;
}
.producte-card .referencies .uk-accordion .uk-open .uk-accordion-title:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 300ms ease-out;
}
.producte-card .referencies .uk-accordion .uk-accordion-content {
  margin: 0;
  padding: 10px 10px 30px 10px;
  overflow: hidden;
}
.producte-card .referencies .uk-accordion .uk-accordion-content ul {
  padding-left: 20px;
  list-style: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.5L4 4.5L1 1.5' stroke='%23555555' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.producte-card .referencies .uk-accordion .uk-accordion-content ul li {
  padding-left: 5px;
}
.producte-card .referencies .uk-accordion .uk-accordion-content * {
  font-size: 14px;
}
.producte-card .referencies .uk-accordion .uk-accordion-content * a {
  color: #0A66B7;
}
.producte-card .referencies .filter {
  margin-bottom: 10px;
  margin-top: -7px;
}
.producte-card .referencies .filter .uk-navbar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px 3px 0 0;
  height: 41px;
}
.producte-card .referencies .filter .uk-navbar-nav > div a {
  border-radius: 3px 3px 0 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  padding: 7px;
  height: 34px;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 6px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 1px;
}
.producte-card .referencies .filter .uk-navbar-nav > div a:hover {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.producte-card .referencies .filter .uk-navbar-nav > div.uk-active a {
  background-color: rgb(255, 255, 255);
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.producte-card .referencies .filter .body-text {
  padding: 10px 0 10px 0;
}
.producte-card .referencies .filter .body-text p {
  position: relative;
  padding-bottom: 5px;
}
.producte-card .referencies .filter .body-text p:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
}
.producte-card .referencies .filter .body-text p:nth-child(1) {
  margin-top: 0;
}
.producte-card .referencies .filter .referencia-inter {
  padding: 0 0 5px 0;
}
.producte-card .referencies .filter .filter-color.gris {
  background-color: rgba(0, 0, 0, 0.04);
}
.producte-card .referencies .filter .filter-color.gris .body-text {
  padding: 15px;
}
.producte-card .referencies .filter .uk-accordion.gris .uk-accordion-content .body-text {
  padding: 15px;
}
.producte-card .referencies .filter .filter-color.gris2 {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.producte-card .referencies .filter .filter-color.gris2 * {
  font-size: 14px;
  color: #FFF;
}
.producte-card .referencies .filter .filter-color.gris2 * a {
  color: #FFF;
  text-decoration: underline !important;
}
.producte-card .referencies .filter .filter-color.gris2 * a:hover {
  color: #EEE;
  text-decoration: none !important;
}
.producte-card .referencies .filter .filter-color.gris2 .body-text {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}
.producte-card .referencies .filter .filter-color.gris2 .body-text .table table {
  width: calc(100% + 30px);
  margin: -15px -15px;
}
.producte-card .referencies .filter .filter-color.gris2 .body-text .table table td, .producte-card .referencies .filter .filter-color.gris2 .body-text .table table th {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.producte-card .referencies .filter .filter-color.gris2 .body-text p:before {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.producte-card .referencies .slider {
  margin-bottom: 10px;
  margin-top: 10px;
}
.producte-card .referencies .slider .uk-card-default {
  color: #333;
}
.producte-card .referencies .slider .slider-title {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
}
.producte-card .referencies .slider .uk-card {
  margin: 2px 0;
  background: rgba(238, 238, 238, 0);
  border: solid 1px #f8f8f8;
}
.producte-card .referencies .slider .uk-card .uk-card-media-top {
  text-align: center;
  padding: 15px;
  background: #fff;
}
.producte-card .referencies .slider .uk-card .uk-card-media-top img {
  mix-blend-mode: multiply;
  width: auto;
  height: 120px;
  max-height: 100%;
  background: #FFF;
}
.producte-card .referencies .slider .uk-card .uk-card-body {
  padding: 10px 15px 10px 15px;
}
.producte-card .referencies .slider .uk-card .uk-card-body .referencia-codi {
  display: block;
  padding-bottom: 40px;
}
.producte-card .referencies .slider .uk-card .uk-card-body .referencia-codi .title-in {
  text-align: left;
  font-weight: normal;
  width: 100%;
}
.producte-card .referencies .slider .uk-card .uk-card-body .referencia-codi .codi {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 15px;
  text-align: left;
}
.producte-card .referencies .slider .uk-overlay {
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
}
.producte-card .referencies .slider .uk-overlay .referencia-codi {
  text-align: left;
  padding: 0;
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.producte-card .referencies .slider .uk-overlay .referencia-codi .title-in {
  width: 100%;
  text-align: left;
  font-weight: normal;
}
.producte-card .referencies .slider .uk-overlay .referencia-codi .codi {
  text-align: left;
  padding: 0;
}
.producte-card .referencies .slider .uk-dotnav {
  padding-top: 10px;
  background: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
  padding-left: 0;
}
.producte-card .referencies .slider .uk-slider-items {
  padding-left: 0;
}
.producte-card .referencies .slider .uk-slider .uk-slidenav-previous.uk-slidenav,
.producte-card .referencies .slider .uk-slider .uk-slidenav-next.uk-slidenav {
  width: 34px;
}
.producte-card .referencies .body-text {
  border-radius: 3px;
  /*
   p {
        margin: 10px 0 10px 0;
      }
      */
}
.producte-card .referencies .body-text p {
  position: relative;
  padding-bottom: 2px;
}
.producte-card .referencies .body-text p:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
}
.producte-card .referencies .body-text p:nth-last-child(1) {
  margin-bottom: 0;
}
.producte-card .referencies .body-text p:nth-child(1) {
  margin-top: 0;
}
.producte-card .referencies .filter-color.gris {
  background-color: rgba(0, 0, 0, 0.04);
}
.producte-card .referencies .filter-color.gris .body-text {
  padding: 15px;
}
.producte-card .referencies .uk-accordion.gris .uk-accordion-content .body-text {
  padding: 15px;
}
.producte-card .referencies .filter-color.gris2 {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.producte-card .referencies .filter-color.gris2 * {
  font-size: 14px;
  color: #FFF;
}
.producte-card .referencies .filter-color.gris2 * a {
  color: #FFF;
  text-decoration: underline !important;
}
.producte-card .referencies .filter-color.gris2 * a:hover {
  color: #EEE;
  text-decoration: none !important;
}
.producte-card .referencies .filter-color.gris2 .body-text {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}
.producte-card .referencies .filter-color.gris2 .body-text .table table {
  width: calc(100% + 30px);
  margin: -15px -15px;
}
.producte-card .referencies .filter-color.gris2 .body-text .table table td, .producte-card .referencies .filter-color.gris2 .body-text .table table th {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.producte-card .referencies .filter-color.gris2 .body-text p:before {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.producte-card .referencia-codi {
  display: flex;
  margin: 0;
}
.producte-card .referencia-codi .image-in {
  padding: 10px;
  margin: 0 10px 0 0;
}
.producte-card .referencia-codi .image-in img {
  max-width: 100px;
  max-height: 100px;
}
.producte-card .referencia-codi .title-in {
  width: 80%;
  padding: 5px 0 5px 0;
  font-weight: 700;
}
.producte-card .referencia-codi .codi {
  font-weight: 700;
  width: 30%;
  padding: 5px 0 5px;
  text-align: right;
}
.producte-card .referencia-title {
  margin: 0;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 500;
}
.producte-card .LinkCopy a {
  color: #0a66b7 !important;
}
.producte-card .LinkCopy a span {
  color: #0a66b7 !important;
}
.producte-card .card-slider {
  padding-bottom: 20px !important;
}
.producte-card .card-slider .card-FormDescarga {
  background: #f4f4f4;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1057px) {
  .producte-card .card-slider .card-FormDescarga {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.producte-card .card-slider .card-FormDescarga a {
  width: 100%;
  line-height: 12px;
  border-radius: 4px;
  padding: 10px 5px 7px 5px;
}
.producte-card .card-slider .card-FormDescarga a .uk-icon {
  position: relative;
  top: -2px;
  color: rgba(255, 255, 255, 0.46);
}
.producte-card .card-slider .edit-admin {
  background: #f4f4f4;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1057px) {
  .producte-card .card-slider .edit-admin {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.producte-card .card-slider .edit-admin a {
  width: 100%;
  padding: 10px 5px 7px 5px;
  background: #999;
  line-height: 12px;
  border-radius: 4px;
}
.producte-card .card-slider .edit-admin a .uk-icon {
  position: relative;
  top: -2px;
  color: rgba(255, 255, 255, 0.46);
}

/************** CARD **************/
.template-products {
  /************** REFERENCIES **************/
  /********** TABLES *********/
}
.template-products img {
  mix-blend-mode: multiply;
}
.template-products hr {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.template-products h1, .template-products .uk-h1 {
  font-size: 32px;
  line-height: 43px !important;
  font-weight: 400;
  margin: 0;
  color: #CC0000;
}
.template-products h2 {
  font-size: 18px;
  line-height: 24px !important;
  font-weight: 400;
  color: #6b6b6b;
  margin: 5px 0 0 0;
}
.template-products .uk-table {
  margin-bottom: 0;
}
.template-products h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px !important;
  font-weight: 400;
  color: #4D4D4D;
}
.template-products h3 svg {
  margin-right: 9px;
  position: relative;
  top: -2px;
}
.template-products h4 {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 14px;
  line-height: 19px !important;
  font-weight: 600;
  color: #CC0000;
}
.template-products h5 {
  font-size: 14px;
  line-height: 19px !important;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #161616;
}
.template-products p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 19px !important;
  font-weight: 400;
  color: #161616;
}
.template-products p * {
  color: #161616;
}
.template-products .text-llista {
  padding-top: 10px;
}
.template-products .uk-accordion-content {
  margin-top: 0;
  padding: 5px;
}
.template-products .uk-grid + .uk-grid, .template-products .uk-grid > .uk-grid-margin, .template-products * + .uk-grid-margin {
  margin-top: 10px;
}
.template-products .iframe-container {
  padding-bottom: 56%;
}
.template-products a {
  color: #0A66B7;
}
.template-products a.btn-print {
  color: #0A66B7;
}
.template-products .slider {
  margin-bottom: 0;
  margin-top: 0;
}
.template-products .slider .uk-card-default {
  color: #4D4D4D;
  background: transparent !important;
}
.template-products .slider .uk-slider-container li {
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 15px rgb(255, 255, 255) solid;
  border-right: 15px rgb(255, 255, 255) solid;
}
.template-products .slider .slider-title {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 3px;
}
.template-products .slider .uk-card .uk-card-media-top {
  text-align: center;
  padding: 15px 15px 0 15px;
}
.template-products .slider .uk-card .uk-card-media-top .img,
.template-products .slider .uk-card .uk-card-media-top img {
  mix-blend-mode: multiply;
  width: auto;
  height: 120px;
  max-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.template-products .slider .uk-card .uk-card-body {
  padding: 10px 15px 15px 15px;
}
.template-products .slider .uk-card .uk-card-body .title-in {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  font-weight: normal;
  width: 100%;
}
.template-products .slider .uk-dotnav {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
}
.template-products .slider .uk-slider-items {
  padding-left: 0;
}
.template-products .slider .uk-slider {
  padding: 0 5px;
}
.template-products .slider .uk-slider .uk-position-small {
  max-width: calc(100% - 30px);
  margin: 15px;
}
.template-products .slider .uk-slider .uk-position-small[class*=uk-position-center-left], .template-products .slider .uk-slider .uk-position-small[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-15px);
}
.template-products .slider .uk-slider .uk-slidenav.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: rgba(0, 0, 0, 0.5);
  transition: stroke 100ms ease-out;
  stroke-width: 3px !important;
}
.template-products .slider .uk-slider .uk-slidenav.uk-icon:not(.uk-preserve):active [stroke*="#"]:not(.uk-preserve):active {
  stroke: rgba(0, 0, 0, 0.5);
  transition: stroke 100ms ease-in;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav:active,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav:active {
  transition: background-color 100ms ease-in;
  background-color: rgba(0, 0, 0, 0.5);
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav {
  transition: background-color 300ms ease-out;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgba(0, 0, 0, 0.13);
  border-radius: 34px;
  width: 29px !important;
  height: 29px !important;
  text-align: center;
  line-height: 23px;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) translateY(-15px);
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav svg,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav svg {
  width: 15px;
  height: 15px;
}
.template-products .slider .uk-slider:hover .uk-slidenav-previous.uk-slidenav,
.template-products .slider .uk-slider:hover .uk-slidenav-next.uk-slidenav {
  transition: background-color 300ms ease-out;
  border-radius: 34px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgba(0, 0, 0, 0.13);
  width: 29px !important;
  height: 29px !important;
  text-align: center;
  line-height: 23px;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) translateY(-15px);
}
.template-products .slider .uk-slider:hover .uk-slidenav-previous.uk-slidenav svg,
.template-products .slider .uk-slider:hover .uk-slidenav-next.uk-slidenav svg {
  width: 15px;
  height: 15px;
}
.template-products .slider .uk-slider:hover .uk-slidenav-previous.uk-slidenav:hover {
  opacity: 1;
}
.template-products .slider .uk-slider:hover .uk-slidenav-next.uk-slidenav:hover {
  opacity: 1;
}
.template-products .slider .uk-slider .uk-slider-container li {
  background-color: rgba(0, 0, 0, 0.02);
  transition: background-color 0.4s ease-out;
}
.template-products .slider .uk-slider .uk-slider-container li * {
  mix-blend-mode: multiply;
}
.template-products .slider .uk-slider .uk-slider-container li .img {
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.template-products .slider .uk-slider .uk-slider-container li:hover {
  background-color: rgba(0, 0, 0, 0.08);
  transition: background-color 0.4s ease-in;
}
.template-products .slider .uk-slider .uk-slider-container li:hover .img {
  transform: scale(1.1);
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav {
  top: calc(50% + 11px);
  background-color: rgb(255, 255, 255);
  left: -1px;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav svg {
  position: relative;
  right: 1px;
  top: 0.5px;
}
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav {
  top: calc(50% + 11px);
  background-color: rgb(255, 255, 255);
  right: -1px;
}
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav svg {
  position: relative;
  left: 1px;
  top: 0.5px;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav {
  border: solid 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 100ms ease-in;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav svg,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav svg {
  opacity: 0.4;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav:hover,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav:hover {
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 100ms ease-out;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav:hover svg,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav:hover svg {
  opacity: 0.6;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav:active,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav:active {
  border: solid 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  transition: all 100ms ease-in;
}
.template-products .slider .uk-slider .uk-slidenav-previous.uk-slidenav:active svg,
.template-products .slider .uk-slider .uk-slidenav-next.uk-slidenav:active svg {
  opacity: 1;
}
.template-products .filter {
  margin-bottom: 10px;
  margin-top: -7px;
}
.template-products .filter .uk-navbar-nav {
  border-bottom: 1px solid rgba(131, 131, 131, 0.2);
  border-radius: 3px 3px 0 0;
  height: 41px;
}
.template-products .filter .uk-navbar-nav > li a {
  border-radius: 3px 3px 0 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  padding: 7px 0;
  height: 34px;
  margin-left: 0;
  margin-right: 30px;
  margin-top: 6px;
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 14px;
  line-height: 19px !important;
  text-transform: uppercase;
  font-weight: 400;
  color: #6b6b6b;
}
.template-products .filter .uk-navbar-nav > li a:hover {
  color: #CC0000;
  background-color: rgb(255, 255, 255);
  border-bottom: solid 2px #CC0000;
}
.template-products .filter .uk-navbar-nav > li.uk-active a {
  color: #CC0000;
  background-color: rgb(255, 255, 255);
  border-bottom: solid 2px #CC0000;
}
.template-products .filter .body-text {
  padding: 10px 0 10px 0;
}
.template-products .filter .body-text p {
  position: relative;
  padding-bottom: 5px;
}
.template-products .filter .body-text p:before {
  content: "";
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
}
.template-products .filter .body-text p:nth-child(1) {
  margin-top: 0;
}
.template-products .filter .referencia-inter {
  padding: 0 0 5px 0;
}
.template-products .filter .filter-color.gris {
  background-color: rgba(0, 0, 0, 0.04);
}
.template-products .filter .filter-color.gris .body-text {
  padding: 15px;
}
.template-products .filter .uk-accordion.gris .uk-accordion-content .body-text {
  padding: 15px;
}
.template-products .filter .filter-color.gris2 {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.template-products .filter .filter-color.gris2 * {
  font-size: 14px;
  color: #FFF;
}
.template-products .filter .filter-color.gris2 * a {
  color: #FFF;
  text-decoration: underline !important;
}
.template-products .filter .filter-color.gris2 * a:hover {
  color: #EEE;
  text-decoration: none !important;
}
.template-products .filter .filter-color.gris2 .body-text {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}
.template-products .filter .filter-color.gris2 .body-text .table table {
  width: calc(100% + 30px);
  margin: -15px -15px;
}
.template-products .filter .filter-color.gris2 .body-text .table table td, .template-products .filter .filter-color.gris2 .body-text .table table th {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.template-products .filter .filter-color.gris2 .body-text p:before {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.template-products .FormatTaula table {
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0) !important;
  border-bottom: 0 !important;
  border-radius: 2px;
}
.template-products .FormatTaula table * a {
  color: #0A66B7;
}
.template-products .FormatTaula table * p {
  margin: 0 !important;
}
.template-products .FormatTaula table * p:before {
  display: none !important;
}
.template-products .FormatTaula table td, .template-products .FormatTaula table th {
  min-width: 2em;
  border: 1px solid #EEEEEE;
  vertical-align: top;
  padding: 3px 6px;
  color: #4D4D4D;
}
.template-products .FormatTaula table th {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px !important;
  color: #CC0000;
}
.template-products table td:last-child {
  border: 1px solid #EEEEEE;
}
@media screen and (max-width: 1100px) {
  .template-products {
    /*
      .FormatTaula {
        margin-top: 20px;
        table {
          //  border: 0;
        }

        table caption {
          // font-size: 1.3em;
        }

        table thead {
          border: none;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
        }

        table tr {
          border:0;
         // border-bottom: 1px solid rgba(131, 131, 131, 0.2)!important;

          display: block;
          margin-top:0;
          margin-bottom:20px;
         // box-shadow:  0 0  10px 0 rgba(0, 0, 0, 0.1);
        }

        table td {
          border: 0 ;
           border-bottom: 1px solid #EEEEEE;
          // border-bottom: 1px solid #C6C6C6;
          display: block;
          text-align: left;
          position: relative;
          padding-left: 110px;
        }

        table td::before {
          content: attr(data-label);
          font-weight: 700;
          border-right: 1px solid #EEEEEE;
          // border-right: 1px solid #C6C6C6;
          background-color: rgba(0, 0, 0, 0.0);
          font-size: 12px !important;
          color: #E1001A;
          display: inline-block;
          width: 100px;
          bottom:0;
          top:0;
          text-align: left;
          padding: 3px 5px;
          position: absolute;
          left: 0;
        }

        table td:last-child {
          border-bottom: 1px solid #EEEEEE;
          // border-bottom: 1px solid #C6C6C6;
        }


      }
      */
  }
  .template-products .hover-flow,
  .template-products figure.FormatTaula {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.template-products .hover-flow_ {
  overflow: auto;
  width: 100%;
}
.template-products .hover-flow_ td, .template-products .hover-flow_ th {
  border: 1px solid #EEEEEE;
  background-color: #FFF;
  width: 200px;
}
.template-products .hover-flow_ td:hover {
  background-color: #FFF;
}
.template-products .hover-flow_ table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.template-products .hover-flow_ thead tr th {
  position: sticky;
  vertical-align: top;
  top: 0;
}
.template-products .hover-flow_ td:first-child, .template-products .hover-flow_ th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  box-shadow: inset -1px 0 0px 0 rgba(0, 0, 0, 0.1);
}
.template-products .hover-flow_ th:first-child, .template-products .hover-flow_ th:last-child {
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  background-color: #FFF !important;
}
.template-products .hover-flow::-webkit-scrollbar {
  width: 13px;
  height: 13px;
  background: #FFF;
  border-color: #eee;
  border-width: 14px;
  border-style: solid;
}
.template-products .hover-flow::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-color: #FFF;
  border-width: 2px;
  border-radius: 14px;
  border-style: solid;
}
.template-products .hover-flow::-webkit-scrollbar-track {
  background: #FFF;
  border-color: #FFF;
  border-width: 1px;
}
.template-products .hover-flow::-webkit-scrollbar, .template-products .hover-flow::-webkit-scrollbar-thumb {
  width: 14px;
  background-clip: padding-box;
}
.template-products .BotoVerImagen,
.template-products .FormatBasic {
  border-bottom: 1px solid #EEEEEE;
  padding: 5px;
}
.template-products .FormatTaula tr:hover,
.template-products .BotoVerImagen:hover,
.template-products .FormatBasic:hover {
  background-color: #f8f8f8;
}
.template-products .FormatTaula {
  margin: 0 0 24px 0;
}
.template-products .FormatBasicTextLlista {
  padding: 0 0 2px 0;
}
.template-products .FormatBasicTextLlista .FormatBasic {
  border-bottom: 1px solid #EEEEEE;
}
.template-products .FormatBasicTextLlista .Llista {
  padding-top: 5px;
}
.template-products .js-filter {
  margin: 6px 0 0 0;
}
.template-products .descargarFicha {
  border-bottom: 1px solid #EEEEEE;
  width: 100%;
  /* Ensure it takes up the entire width of the parent */
  display: block;
  /* Make sure it behaves as a block element */
  margin-left: 10px;
  /* Add a small left margin */
  text-align: left;
  /* Align the content to the left */
}
.template-products .techsheetsTab {
  margin-bottom: 24px;
}
.template-products .DivisioGrups {
  margin: 0 0 0 0;
}
.template-products .SlideshowImatges {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.template-products .verVideoLightbox {
  display: inline-block;
}
.template-products .Valor,
.template-products .DatoValor,
.template-products .H5Llista {
  padding-bottom: 24px;
}
.template-products .Instalaciones,
.template-products .DetallesDelProducto,
.template-products .AccesoriosOpcionales,
.template-products .ModelosReferencias {
  padding: 0 0 0 0;
  margin-bottom: 24px;
}
.template-products .Instalaciones {
  padding: 0 10px;
}
.template-products .Instalaciones .SlideshowImatges {
  margin-top: 0px;
}
.template-products .BotoVerImagen,
.template-products .FormatBasic {
  display: flex;
  justify-content: space-between;
}
.template-products .BotoVerImagen .Nom,
.template-products .FormatBasic .Nom {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.001em;
  color: #4D4D4D;
  width: 70%;
}
.template-products .BotoVerImagen .img,
.template-products .FormatBasic .img {
  width: 200px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
.template-products .BotoVerImagen .codi,
.template-products .FormatBasic .codi {
  text-align: right;
  width: 200px;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0.001em;
  color: #4D4D4D;
}
.template-products .verImagen,
.template-products .verMenos,
.template-products .verMas {
  color: #767676 !important;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline !important;
  margin-left: 20px;
  cursor: pointer;
}
.template-products .verImagen:hover,
.template-products .verMenos:hover,
.template-products .verMas:hover {
  color: #555555 !important;
}
.template-products .verMenos.hidden,
.template-products .verMas.hidden {
  display: none;
}
.template-products .uk-grid + .uk-grid,
.template-products .uk-grid > .uk-grid-margin,
.template-products * + .uk-grid-margin {
  margin-top: 0;
}
.template-products .Llista {
  padding: 0 0 0 0;
}
.template-products .Llista ul {
  padding-left: 20px;
  list-style: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.5L4 4.5L1 1.5' stroke='%23555555' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.template-products .Llista ul li {
  padding-left: 0;
  margin-bottom: 3px;
}
.template-products .Llista ul .hidden {
  display: table-column;
}
.template-products .Llista ul .hidden.show {
  display: block;
}
.template-products .DatoValor .Llista ul {
  padding-left: 0;
  list-style: none;
}
.template-products .DatoValor .Llista ul li strong {
  font-weight: 600;
}
.template-products .DatoValor .Llista ul li h5 {
  display: inline-block;
}
.template-products .DatoValor .Llista ul li p {
  display: inline-block;
}
.template-products .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}
.template-products .uk-accordion {
  padding: 0;
  border-bottom: 1px solid #C6C6C6;
  /************** ACCORDION OPEN  **************/
  /************** ACCORDION CONTENT **************/
}
.template-products .uk-accordion .uk-accordion-title:focus,
.template-products .uk-accordion .uk-accordion-title:active,
.template-products .uk-accordion .uk-accordion-title {
  padding: 12px 6px 12px 6px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #4D4D4D;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.template-products .uk-accordion .uk-accordion-title:focus .icon-model,
.template-products .uk-accordion .uk-accordion-title:active .icon-model,
.template-products .uk-accordion .uk-accordion-title .icon-model {
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.template-products .uk-accordion .uk-accordion-title:hover {
  background-color: #E1E1E1;
}
.template-products .uk-accordion .uk-accordion-title:before {
  width: 28px;
  height: 28px;
  position: relative;
  top: -4px;
  border-radius: 15px;
  background-color: #E1E1E1;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0H6V6H0V8H6V14H8V8H14V6H8V0Z' fill='%23555555'/%3E%3C/svg%3E%0A");
}
.template-products .uk-accordion .uk-accordion-title:hover:before {
  background-color: #aeaeae;
}
.template-products .uk-accordion .uk-open .uk-accordion-title:focus,
.template-products .uk-accordion .uk-open .uk-accordion-title:active,
.template-products .uk-accordion .uk-open .uk-accordion-title {
  background-color: rgba(0, 0, 0, 0);
}
.template-products .uk-accordion .uk-open .uk-accordion-title:hover {
  background-color: #E1E1E1;
}
.template-products .uk-accordion .uk-open .uk-accordion-title:before {
  background-color: #E1E1E1;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='2' viewBox='0 0 14 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0H8H0V2H8H14V0Z' fill='%23555555'/%3E%3C/svg%3E%0A");
}
.template-products .uk-accordion .uk-open .uk-accordion-title:hover:before {
  background-color: #aeaeae;
}
.template-products .uk-accordion .uk-accordion-content {
  margin: 0;
  padding: 12px 6px 0 6px;
  overflow: hidden;
}
.template-products .uk-accordion .uk-accordion-content * {
  font-size: 14px;
  line-height: 19px;
}
.template-products .uk-accordion .uk-accordion-content * a {
  color: #0A66B7;
}

.template-products.kits .SlideshowImatges {
  margin-left: -12px;
  margin-right: -12px;
}
.template-products.kits .slider-kits .icons {
  position: absolute;
  left: 10px;
  top: 10px;
}
.template-products.kits .slider-kits .new {
  position: absolute;
  right: 10px;
  top: 10px;
}
.template-products.kits .slider-kits .uk-card-default {
  color: #4D4D4D;
  background-color: transparent;
}
.template-products.kits .slider-kits .uk-slider-container li {
  background-color: rgba(0, 0, 0, 0.02);
  border-left: 7px rgb(255, 255, 255) solid;
  border-right: 7px rgb(255, 255, 255) solid;
}
.template-products.kits .slider-kits .slider-title {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-decoration: none;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 3px;
}
.template-products.kits .slider-kits .uk-card .uk-card-media-top {
  text-align: center;
  padding: 30px 30px 10px 30px;
}
.template-products.kits .slider-kits .uk-card .uk-card-media-top .img {
  mix-blend-mode: multiply;
  width: auto;
  height: 170px;
  max-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.template-products.kits .slider-kits .uk-card .uk-card-media-top .img img {
  display: none;
}
.template-products.kits .slider-kits .uk-card .uk-card-body {
  padding: 15px 15px 15px 15px;
}
.template-products.kits .slider-kits .uk-card .uk-card-body .title-in {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.template-products.kits .slider-kits .uk-card .uk-card-body .resume {
  font-size: 12px;
}
.template-products.kits .slider-kits .uk-dotnav {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0;
}
.template-products.kits .slider-kits .uk-slider-items {
  padding-left: 0;
}
.template-products.kits .slider-kits .uk-slider {
  padding: 0 5px;
}
.template-products.kits .slider-kits .uk-slider .uk-position-small {
  max-width: calc(100% - 30px);
  margin: 15px;
}
.template-products.kits .slider-kits .uk-slider .uk-position-small[class*=uk-position-center-left], .template-products.kits .slider-kits .uk-slider .uk-position-small[class*=uk-position-center-right] {
  transform: translateY(-50%) translateY(-15px);
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: rgba(0, 0, 0, 0.5);
  transition: stroke 100ms ease-out;
  stroke-width: 3px !important;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav.uk-icon:not(.uk-preserve):active [stroke*="#"]:not(.uk-preserve):active {
  stroke: rgba(0, 0, 0, 0.5);
  transition: stroke 100ms ease-in;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav:active,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav:active {
  transition: background-color 100ms ease-in;
  background-color: rgba(0, 0, 0, 0.5);
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav {
  transition: background-color 300ms ease-out;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgba(0, 0, 0, 0.13);
  border-radius: 34px;
  width: 29px !important;
  height: 29px !important;
  text-align: center;
  line-height: 23px;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) translateY(-15px);
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav svg,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav svg {
  width: 15px;
  height: 15px;
}
.template-products.kits .slider-kits .uk-slider:hover .uk-slidenav-previous.uk-slidenav,
.template-products.kits .slider-kits .uk-slider:hover .uk-slidenav-next.uk-slidenav {
  transition: background-color 300ms ease-out;
  border-radius: 34px;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgba(0, 0, 0, 0.13);
  width: 29px !important;
  height: 29px !important;
  text-align: center;
  line-height: 23px;
  padding: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%) translateY(-15px);
}
.template-products.kits .slider-kits .uk-slider:hover .uk-slidenav-previous.uk-slidenav svg,
.template-products.kits .slider-kits .uk-slider:hover .uk-slidenav-next.uk-slidenav svg {
  width: 15px;
  height: 15px;
}
.template-products.kits .slider-kits .uk-slider-container li {
  background-color: rgba(0, 0, 0, 0.02);
  transition: background-color 0.4s ease-out;
}
.template-products.kits .slider-kits .uk-slider-container li * {
  mix-blend-mode: multiply;
}
.template-products.kits .slider-kits .uk-slider-container li .img {
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.template-products.kits .slider-kits .uk-slider-container li:hover {
  background-color: rgba(0, 0, 0, 0.08);
  transition: background-color 0.4s ease-in;
}
.template-products.kits .slider-kits .uk-slider-container li:hover .img {
  transform: scale(1.1);
  transition: all 0.4s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.template-products.kits .slider-kits .uk-slider-container li:active {
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s ease-out;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav {
  top: calc(50% + 11px);
  background-color: rgb(255, 255, 255);
  left: -6px;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav svg {
  position: relative;
  right: 1px;
  top: 0.5px;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav {
  top: calc(50% + 11px);
  background-color: rgb(255, 255, 255);
  right: -6px;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav svg {
  position: relative;
  left: 1px;
  top: 0.5px;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav {
  border: solid 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 100ms ease-in;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav svg,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav svg {
  opacity: 0.4;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav:hover,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav:hover {
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 100ms ease-out;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav:hover svg,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav:hover svg {
  opacity: 0.6;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav:active,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav:active {
  border: solid 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  transition: all 100ms ease-in;
}
.template-products.kits .slider-kits .uk-slider .uk-slidenav-previous.uk-slidenav:active svg,
.template-products.kits .slider-kits .uk-slider .uk-slidenav-next.uk-slidenav:active svg {
  opacity: 1;
}

.ProductosRelacionadosTitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
  color: #6B6B6B;
  margin-bottom: 15px;
}

.template-products.kits.v1 {
  margin-top: 0;
  width: 100vw;
}

.footerButtons {
  margin: 24px 0 147px 0;
}
.footerButtons .uk-button {
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 18px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 12px;
  margin-bottom: 15px;
  background-color: #E1E1E1;
  transition: background 100ms ease-in;
}
.footerButtons .uk-button svg {
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.footerButtons .uk-button:hover {
  background-color: #cdcdcd;
  transition: background 100ms ease-out;
}
.footerButtons .uk-button:active {
  background-color: #b6b6b6;
  transition: background-color 100ms ease-in;
}
.footerButtons .verVideo,
.footerButtons .descargarFicha {
  background-color: #E1001A;
  color: #FFF;
}
.footerButtons .verVideo svg path,
.footerButtons .descargarFicha svg path {
  fill: #FFF;
}
.footerButtons .verVideo:hover,
.footerButtons .descargarFicha:hover {
  background-color: #E1001A;
}
.footerButtons .verVideo:active,
.footerButtons .descargarFicha:active {
  background-color: #E1001A;
}
.footerButtons .verVideo {
  position: relative;
}
.footerButtons .verVideo .hoverVideo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 !important;
  transition: background-color 100ms ease-in;
}
.footerButtons .verVideo .hoverVideo:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 100ms ease-out;
}
.footerButtons .verVideo .hoverVideo:active {
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 100ms ease-in;
}
.footerButtons .saberMas {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background 100ms ease-out;
}
.footerButtons .saberMas:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: background 100ms ease-in;
}
.footerButtons .saberMas:active {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 100ms ease-out;
}
.footerButtons .copiarAnlace {
  display: none;
  position: relative;
}
@media all and (display-mode: standalone) {
  .footerButtons .copiarAnlace {
    display: inline-block;
  }
}
.footerButtons .copiarAnlace a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.footerButtons .descargarFicha {
  position: relative;
}
.footerButtons .descargarFicha button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 !important;
}
.footerButtons .descargarFicha button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.footerButtons .descargarFicha button:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.version-2 .link-mobile-relation {
  background: none;
  color: #333 !important;
  font-size: 20px !important;
  padding: 9px 0 !important;
  font-weight: normal;
  text-align: left;
}

.article__label {
  padding: 0 !important;
}

.article__label.article__label--new {
  padding: 5px 7px !important;
  margin-right: 10px;
  margin-left: 10px;
}

.article__header {
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 24px;
  padding-bottom: 33px;
  padding-top: 42px;
}

.no-js .footerButtons,
.no-js .uk-accordion {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.js .footerButtons,
.js .uk-accordion {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.uk-tooltip {
  background-color: #FFF;
  border: solid 1px #eee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/*
.uk-tooltip {
  background-color: #f1f1f1;
  width: 90px;
  margin-top: -10px;
  box-shadow: none;
  border-radius: 0 !important;
  border: solid 1px #eee;
  z-index: 9;

  img {
    width: 72px;
    margin: auto;
  }
}

.uk-tooltip:before {
  content: '\25bc';
  position: absolute;
  color: #f1f1f1;
  bottom: -13px;
  left: 50%;
  z-index: 10;
  margin-left: -5px;
}
*/
.article__tags .article__label {
  margin-right: 12px;
}

.uk-card:has(.menu-pro) {
  margin-left: 30px;
  padding: 10px 10px;
}

.container {
  max-width: 1400px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}

@media (min-width: 39.99875em) {
  #cerca-react {
    background: #E1001A;
    padding: 0 5px 7px 3px;
    border-radius: 0 0 2px 2px !important;
    top: 0 !important;
  }
  #cerca-react * {
    color: #FFF !important;
  }
  .container {
    max-width: 1400px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.add-form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.historia-css svg circle {
  fill: #E1001A;
}
.historia-css svg path {
  stroke: #E1001A;
}

h1, .uk-h1 {
  font-size: 2.5rem;
  line-height: 3rem !important;
}
@media all and (max-width: 39.99875em) {
  h1, .uk-h1 {
    font-size: 2rem;
    line-height: 2.4rem !important;
  }
}

h2, .uk-h2 {
  font-size: 2.3rem;
  line-height: 2.8rem !important;
}
@media all and (max-width: 39.99875em) {
  h2, .uk-h2 {
    font-size: 1.8rem;
    line-height: 2rem !important;
  }
}

h3, .uk-h3 {
  font-size: 2rem;
  line-height: 2.5rem !important;
}
@media all and (max-width: 39.99875em) {
  h3, .uk-h3 {
    font-size: 1.4rem;
    line-height: 1.8rem !important;
  }
}

h4, .uk-h4 {
  font-size: 1.8rem;
  line-height: 2.2rem !important;
}

h5, .uk-h5 {
  font-size: 1.6rem;
  line-height: 2rem !important;
}

h6, .uk-h6 {
  font-size: 1rem;
  line-height: 1.5rem !important;
}

.header-top .uk-container {
  padding: 0;
}
.header-top .uk-container > a {
  background: #E1001A !important;
  height: 51px;
}
.header-top .uk-container > a + a {
  background: rgba(0, 0, 0, 0.1) !important;
  height: auto;
}

@media screen and (max-width: 39.99875em) {
  .uk-margin-xlarge-bottom.uk-container-large.uk-container {
    padding: 0 !important;
  }
  .resum {
    padding: 20px;
  }
  .breadcrumb {
    flex-wrap: nowrap;
  }
  .breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    line-height: 10px !important;
  }
  .breadcrumb a {
    max-width: 100px;
    white-space: nowrap;
    line-height: 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mem-page-base .uk-active {
  background: #000 !important;
}

@media (min-width: 39.99875em) {
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    background: #EEE;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar::-webkit-scrollbar-thumb {
    background: #AAA;
    border-radius: 13px;
    border-width: 3px;
    border-color: #EEE;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar::-webkit-scrollbar-track {
    background: #EEE;
    border-radius: 0;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar::-webkit-scrollbar, .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar::-webkit-scrollbar-thumb {
    width: 13px;
    background-clip: padding-box;
    border-style: solid;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar {
    overflow: hidden;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar *::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    background: #EEE;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar *::-webkit-scrollbar-thumb {
    background: #AAA;
    border-radius: 13px;
    border-width: 3px;
    border-color: #EEE;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar *::-webkit-scrollbar-track {
    background: #EEE;
    border-radius: 0;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar *::-webkit-scrollbar, .uk-offcanvas-flip .uk-open > .uk-offcanvas-cerca.uk-offcanvas-bar *::-webkit-scrollbar-thumb {
    width: 13px;
    background-clip: padding-box;
    border-style: solid;
  }
  .uk-offcanvas-cerca {
    background-color: #f5f5f5 !important;
    padding: 52px 0 5px 0;
  }
  .uk-offcanvas-cerca .uk-search input {
    opacity: 1;
    position: fixed;
    display: block;
    top: 6px;
    height: 40px;
    padding-left: 10px;
    right: 0;
    background-color: #FFF !important;
    color: #000 !important;
    left: calc(100vw - 395px) !important;
    max-width: 347px !important;
  }
  #offcanvas-flip.uk-open .uk-offcanvas-close {
    position: fixed;
    top: 7px;
    right: 15px;
    height: 35px;
    width: 35px;
    z-index: 1000;
    padding: 0;
    color: #E1001A;
    border-radius: 100px;
    background: transparent !important;
    transition: 0s;
  }
  .uk-open .uk-search .icon-close svg {
    height: 30px;
    width: 30px;
    padding: 5px 4px 5px 5px;
    border-radius: 40px;
    background: #EEE;
  }
  .uk-open .uk-search .icon-lupa svg {
    height: 30px;
    width: 30px;
    padding: 5px 4px 5px 5px;
    border-radius: 40px;
    background: #FFF;
  }
  .uk-open .uk-search .icon-close span, .uk-open .uk-search .icon-lupa span {
    top: 4px;
  }
  .uk-open .uk-search {
    background: #DDD;
    position: relative;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
  }
  .uk-offcanvas-cerca .uk-list .list-cerca {
    border-bottom: none;
  }
  #cerca-react-add {
    padding: 0;
  }
  .uk-offcanvas-page {
    overflow: hidden !important;
  }
  .nav-section__title a {
    display: inline-block !important;
  }
}
@media (min-width: 39.99875em) {
  .nav-section__title {
    padding: 0 !important;
  }
}
@media print {
  #container-primary {
    margin-top: 60px;
  }
  .nav-mobile {
    right: inherit !important;
    width: 100%;
    height: 60px;
  }
  .nav-mobile img {
    margin-top: 10px;
  }
  .nav-mobile * {
    visibility: visible !important;
    display: block !important;
  }
  .footer-all-bg {
    display: none !important;
  }
  .footer-all-bg .uk-background-muted {
    background: transparent !important;
  }
  .footer-all-bg .icon-menu-view {
    display: none !important;
  }
  .footer-all-bg * {
    visibility: visible !important;
    display: block;
  }
  .footer-all-bg .uk-section-small {
    padding: 0 !important;
  }
  .footer-all-bg .uk-section-xsmall.uk-section {
    display: none !important;
  }
  .footer-all-bg .uk-padding-remove-vertical {
    display: none !important;
  }
  .footer-all-bg .uk-grid-stack .uk-width-1-1 div {
    display: none !important;
  }
  .footer-all-bg .uk-grid-stack div.direcio {
    display: block !important;
    width: 100%;
    font-size: 10px;
    border-bottom: 1px #DDD solid;
    border-top: 1px #DDD solid;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-all-bg .uk-grid-stack div.direcio hr,
  .footer-all-bg .uk-grid-stack div.direcio strong {
    display: none !important;
  }
  .footer-all-bg .uk-grid-stack div.direcio br {
    display: none !important;
  }
  .title-pro-grid-breadcrumb {
    margin-bottom: 30px !important;
    border-top: 1px #DDD solid;
    border-bottom: 1px #DDD solid;
  }
  .nav-mobile {
    z-index: 50 !important;
  }
  .menu-header {
    position: relative;
    z-index: 100;
  }
  .menu-header {
    display: none !important;
  }
  .menu-header.menu-top {
    display: none !important;
  }
  .nav-section__title {
    display: none !important;
  }
  .lang.uk-subnav,
  .show-for-small-only,
  .uk-margin-auto-vertical,
  .uk-pagination,
  .NotificationComponent,
  #cerca-react,
  #main-header,
  .header-top {
    display: none !important;
  }
  .uk-width-1-3\@m {
    width: 250px !important;
  }
  .uk-width-expand\@m {
    width: 450px !important;
  }
  .uk-width-1-5\@l {
    display: none;
  }
  .uk-child-width-1-2\@s > * {
    width: 33% !important;
  }
  #container-primary {
    font-size: 10px;
  }
  #container-primary * {
    font-size: 10px;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 10px !important;
  }
  .btn-print {
    display: none;
  }
}
.btn-print {
  float: right;
  color: #0a66b7 !important;
  position: relative;
  top: 2px;
}

/*# sourceMappingURL=site_v2.css.map */
