.cta-btn {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.7rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(90deg, #4382E1 -50%, #003694 80%);
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 22rem;
  border: none;
  text-shadow: 0px 2px 2px #202020;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3019607843), 0 0 #000, inset 1px 1px 0.25px rgba(255, 255, 255, 0.3019607843), inset 0 2px 1px rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 992px) {
  .cta-btn {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 768px) {
  .cta-btn {
    font-size: 0.65rem;
    width: 20rem;
  }
}

.cta-btn:hover, .cta-btn:active {
  color: #ffffff;
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #82CA51 0 -3px 0 inset;
  transform: translateY(-0.125rem);
}

.cta-link {
  text-decoration: none;
}

.long-cta {
  width: 27rem;
}
@media (max-width: 768px) {
  .long-cta {
    width: 20rem;
  }
}

.long-cta-section {
  width: 28rem;
}
@media (max-width: 768px) {
  .long-cta-section {
    width: 20rem;
  }
}

.btn-serie {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.85rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(180deg, rgba(67, 128, 215, 0.3) 6%, #4380D7);
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 60px;
  border: none;
  text-shadow: 0px 2px 2px #202020;
  font-weight: 700;
}
@media (max-width: 992px) {
  .btn-serie {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 768px) {
  .btn-serie {
    font-size: 0.7rem;
  }
}

.category-btn {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.55rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  height: 2rem;
  flex-grow: 0;
  border-radius: 0.625rem;
  background-image: linear-gradient(to right, #4382e1 -85%, rgba(0, 54, 148, 0.5) 100%);
  text-shadow: 0px 1.25px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .category-btn {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 992px) {
  .category-btn {
    font-size: 0.55rem;
  }
}

.download-btn {
  width: 100%;
  align-items: center;
  padding: 0 1rem;
}

.submit-arrow-form {
  background-image: linear-gradient(90deg, #4382E1 -50%, #003694 80%);
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 3rem;
  border: none;
  text-shadow: 0px 2px 2px #202020;
  font-weight: 700;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .submit-arrow-form {
    font-size: 0.65rem;
    width: 20rem;
  }
}

.back-to-top {
  position: fixed;
  bottom: -60px;
  right: 20px;
  background-color: #4380D7;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, bottom 0.3s;
}

.back-to-top:hover {
  background-color: #00368A;
}