.link {
  display: inline-flex;
  align-items: center;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  font-style: normal;
  letter-spacing: -0.5px;
  font-size: 14px;
  line-height: 22px;
  gap: 12px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  text-align: left;
}
.link > * {
  color: inherit;
}
.link:hover span {
  color: inherit;
  text-decoration: underline;
}
.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], .link.link--regular [class*=fa-kit] {
  display: grid inline;
  width: 32px;
  height: 32px;
  background-color: #ECEDEF;
  place-items: center;
  border-radius: 50px;
  font-size: 24px;
}
.link[class*=link--small] {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0A152E;
  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: 14px;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-style: normal;
  }
}
