/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.c-nav-brands {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-nav-brands li {
  padding: 0.5rem 0.45rem;
}
.c-nav-brands a {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-nav-brands .fa-brands {
  color: #002569;
  font-size: 25px;
  height: 23px;
  overflow: hidden;
}
.c-nav-brands--circle a {
  border-radius: 32px;
  width: 34px;
  height: 34px;
}
.c-nav-brands--circle .fa-brands {
  font-size: 20px;
  height: 18px;
}