.b-bfsa {
  margin-top: 24px;
  color: #919191;
}

.b-bfsa__link {
  display: inline-block;
  padding-right: .5em;
  padding-left: .5em;
  color: #011b9f;
  transition: border-bottom .5s ease;
  border-bottom: solid 1px transparent;
}

.b-bfsa__link:hover {
  border-bottom: solid 1px #011b9f;
  text-decoration: none;
}

.b-bfsa__link:hover .b-bfsa__blue {
  color: #011b9f;
}

.b-bfsa__link:hover .b-bfsa__fusion {
  color: #0b96e1;
}

.b-bfsa__blue {
  color: #0b96e1;
  transition: color .5s ease;
}

.b-bfsa__fusion {
  color: #011b9f;
  transition: color .5s ease;
}
