<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
.hd-buttons {
  background: #d9027d;
  border-radius: 6.25rem;
  display: inline-flex;
  cursor: pointer;
  width: auto;
  padding: 1rem 4em 1rem 2rem;
  font-size: 1em;
  color: #ffffff;
  z-index: 1;
  margin: 0 auto;
  background-image: url(../../../../../modules/custom/tak_general/library/img/chevron.svg);
  background-repeat: no-repeat;
  background-size: 2rem 1.5rem;
  background-position: 90% 50%;
}
.hd-buttons a {
  color: white;
}
.hd-buttons a:hover {
  color: white;
  text-decoration: none;
}
.button-link {
    display: flex;
}
.administering-qdenga  .button-link {
    display: inline-flex;
}

.path-frontpage .button-link, .user-not-logged-in  .button-link{
  display: flex;
}</pre></body></html>