.glow-button,
.glow-button-copy,
.glow-button-landing-page {
  animation: sprint-06-glowing 1.5s infinite;
}

.glow-button:hover,
.glow-button-copy:hover,
.glow-button-landing-page:hover {
  animation: none !important;
}

@keyframes sprint-06-glowing {
  0% {
    box-shadow: 0 0 5px red;
  }

  50% {
    box-shadow: 0 0 20px red;
  }

  100% {
    box-shadow: 0 0 10px red;
  }
}

.landing-system-page .footer-left-wrapper .text-size-medium {
  max-width: 24rem;
}
