.link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #8C8C8C;
  font-style: normal;
  letter-spacing: -0.5px;
  gap: 12px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .link {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .link {
    font-size: 16px;
    line-height: 28px;
  }
}
.link:hover span {
  color: inherit;
  text-decoration: underline;
}
.link > * {
  color: inherit;
}
.link.link--state-disabled {
  cursor: no-drop;
  color: #8C8C8C;
}
.link.link--state-disabled:hover span {
  color: inherit;
  text-decoration: none;
}
.link.link--regular [class*=icon] {
  display: grid inline;
  width: 32px;
  height: 32px;
  background-color: var(#ECEDEF);
  place-items: center;
  border-radius: 50px;
}
.link[class*=link--small] {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #8C8C8C;
  font-style: normal;
  letter-spacing: -0.4px;
  gap: 12px;
}
@media (min-width: 992px) {
  .link[class*=link--small] {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 991.98px) {
  .link[class*=link--small] {
    font-size: 13px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=link.css.map */
