@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-links-groups__title {
  font-family: "Quicksand", sans-serif;
  font-size: 3em;
  text-align: center;
  color: #000000;
  font-weight: normal;
}
.l-links-groups__title strong {
  color: #ff4438;
  font-weight: bold;
}
@media (max-width: 1499.98px) {
  .l-links-groups__title {
    font-size: 2.4em;
  }
}
@media (max-width: 991.98px) {
  .l-links-groups__title {
    font-size: 2em;
  }
}
@media (max-width: 767.98px) {
  .l-links-groups__title {
    font-size: 1.25em;
  }
}
.l-links-groups__group {
  margin: 60px auto;
}
@media (max-width: 1499.98px) {
  .l-links-groups__group {
    margin: 48px auto;
  }
}
@media (max-width: 991.98px) {
  .l-links-groups__group {
    margin: 30px auto;
  }
}
.l-links-groups__group-title {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.l-links-groups__group-title:before, .l-links-groups__group-title:after {
  content: "";
  width: 100%;
  height: 1px;
  flex: 1;
  background-color: #d4dfe3;
}
@media (max-width: 1499.98px) {
  .l-links-groups__group-title {
    font-size: 1.2em;
  }
}
@media (max-width: 991.98px) {
  .l-links-groups__group-title {
    font-size: 1em;
  }
}
.l-links-groups__group-links {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 1499.98px) {
  .l-links-groups__group-links {
    margin-top: 28px;
  }
}
@media (max-width: 991.98px) {
  .l-links-groups__group-links {
    margin-top: 20px;
  }
}
.l-links-groups__link {
  border: 2px solid #d4dfe3;
  border-radius: 35px;
  display: inline-block;
  height: 30px;
  width: fit-content;
  padding: 5px 12px;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.43;
  font-family: "Roboto", sans-serif;
  color: #585858;
  margin: 10px;
}