/*
 * Compatibility aliases for icon names used by Influencer Brasil that are
 * not included in Font Awesome Free 6.5.2. Keep the public class contract
 * while rendering the closest free glyph from the local solid font.
 */
.fa-shield-check::before {
  content: "\f3ed";
}

.fa-sparkles::before {
  content: "\f005";
}
