html {
  font-size: 10px;
}

body {
  font-size: 16px;
}

.uk-navbar-nav > li > a {
  font-size: 1.4rem;
  min-height: 80px;
}

.uk-navbar-right .uk-navbar {
  gap: 40px !important;
}

#hero .more-details {
  margin: 2rem auto;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  text-align: center;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: 170px;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #ffffff;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.231372549), 0.4, rgba(255, 255, 255, 0.231372549), 0.5, white, 0.6, rgba(255, 255, 255, 0.231372549), rgba(255, 255, 255, 0.231372549));
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.231372549)), color-stop(0.35, rgba(255, 255, 255, 0.231372549)), color-stop(0.5, white), color-stop(0.65, rgba(255, 255, 255, 0.231372549)), color-stop(1, rgba(255, 255, 255, 0.231372549)));
  width: 200px;
  padding: 11px 0;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-animation: slidetounlock 5s infinite linear;
          animation: slidetounlock 5s infinite linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}
#hero .scroll-down {
  position: absolute;
  left: 0;
  right: 0;
}
#hero .scroll-down svg {
  opacity: 0.5;
  -webkit-animation: jumpInfinite 1.5s infinite;
          animation: jumpInfinite 1.5s infinite;
  width: 1em;
  height: 1em;
  font-size: 2.4rem;
}

.tm-page-container .tm-page {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.signature svg {
  width: 1.2398em;
  height: 0.85em;
  font-size: 100px;
}
.signature .el-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.signature .el-meta {
  margin-bottom: 2rem;
}

#features .el-title {
  margin-top: 1rem !important;
  font-size: 1.5rem;
  font-weight: 600;
}
#features .el-content {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.5rem !important;
  max-width: 80%;
}
#features .el-image.uk-icon svg {
  width: 1em;
  height: 1em;
  font-size: 2.4rem;
}

footer {
  border-top: 4px solid #186EAD !important;
  padding-bottom: 8rem;
}
footer .uk-text-small {
  font-size: 1.4rem;
  font-weight: 400;
  color: initial !important;
}
footer .footer-info .uk-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
footer .footer-info .el-title {
  font-size: 1.2rem;
  font-weight: 400;
}
footer .footer-info .el-content {
  font-size: 1.4rem;
  font-weight: 400;
}
footer .footer-info .uk-first-column {
  width: auto;
}

@-webkit-keyframes slidetounlock {
  0% {
    background-position: -100px 0;
  }
  10% {
    background-position: -100px 0;
  }
  50% {
    background-position: 100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}

@keyframes slidetounlock {
  0% {
    background-position: -100px 0;
  }
  10% {
    background-position: -100px 0;
  }
  50% {
    background-position: 100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}
@-webkit-keyframes jumpInfinite {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jumpInfinite {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*==========  Desktop First  ==========*/
/* X-Large Devices, Wide Screens */
/**/
/* Large Devices, Wide Screens */
/**/
/* Medium Devices, Desktops */
@media only screen and (max-width: 960px) {
  .logo-img {
    max-width: max(40vw, 100px);
    margin: 0 auto;
    margin-bottom: 20px !important;
  }
  .section-title {
    font-size: 2.4rem;
  }
  .uk-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  footer {
    padding-bottom: 0;
  }
  footer .uk-text-small {
    font-size: 1.4rem;
    text-align: center;
  }
  footer .footer-info .uk-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer .footer-info .el-title {
    font-size: 1.4rem;
    font-weight: 400;
  }
  footer .footer-info .el-content {
    font-size: 1.6rem;
    font-weight: 400;
  }
  footer .footer-info .uk-first-column {
    width: auto;
  }
}
/* Small Devices, Tablets */
/**/
/* Extra Small Devices, Phones */
/**/
/* Custom, iPhone Retina */
/**/
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/**/
/* Extra Small Devices, Phones */
/**/
/* Small Devices, Tablets */
/**/
/* Medium Devices, Desktops */
/**/
/* Large Devices, Wide Screens */
/**/