.learnmoreBtn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#101616), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, #101616, rgba(0, 0, 0, 0.3));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  overflow: hidden;
}
.learnmoreBtn a p {
  color: #fff;
  padding: 5px 10px;
  background: #c00;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin: 15px 0;
}
.learnmoreBtn a:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(175, 197, 211, 0.4));
          filter: drop-shadow(0 0 10px rgba(175, 197, 211, 0.4));
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.learnmoreBtn a:hover p {
  -webkit-filter: drop-shadow(0 0 5px #cc0000);
          filter: drop-shadow(0 0 5px #cc0000);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.kv__btn {
  position: relative;
  background: #000;
  z-index: 10;
  text-align: center;
}
@media (min-width: 996px) {
  .kv__btn {
    left: 25%;
    top: 65%;
    position: absolute;
    background: none;
  }
}
.kv__btn a {
  color: #fff;
  padding: 6px 15px 10px;
  background: #c00;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  font-size: var(--title-md);
}
@media (min-width: 1930px) {
  .kv__btn a {
    font-size: 1vw;
  }
}/*# sourceMappingURL=au-style.css.map */