.fas,
.fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  min-width: 1.15em;
  height: 1.15em;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.fas::before,
.fab::before {
  display: block;
}

.fa-bars::before { content: "\2630"; }
.fa-xmark::before,
.fa-times::before { content: "\00d7"; }
.fa-google-play::before { content: "\25b6"; }
.fa-circle-info::before,
.fa-info-circle::before { content: "i"; }
.fa-file-pdf::before,
.fa-file-alt::before,
.fa-file::before { content: "PDF"; font-size: 0.62em; }
.fa-file-word::before { content: "DOC"; font-size: 0.62em; }
.fa-file-image::before { content: "IMG"; font-size: 0.62em; }
.fa-video::before { content: "\25b6"; }
.fa-code::before { content: "</>"; font-size: 0.72em; }
.fa-universal-access::before { content: "\267F"; }
.fa-newspaper::before { content: "\25a4"; }
.fa-check-circle::before,
.fa-check-double::before { content: "\2713"; }
.fa-exclamation-circle::before,
.fa-circle-exclamation::before,
.fa-exclamation-triangle::before { content: "!"; }
.fa-envelope::before { content: "@"; }
.fa-whatsapp::before { content: "W"; }
.fa-facebook::before { content: "f"; }
.fa-google::before { content: "G"; }
.fa-google-drive::before { content: "D"; }
.fa-arrow-right::before { content: "\2192"; }
.fa-chevron-left::before { content: "\2039"; }
.fa-home::before,
.fa-house::before { content: "\2302"; }
.fa-calendar::before,
.fa-calendar-alt::before { content: "\25a6"; }
.fa-clock::before { content: "\25f7"; }
.fa-user::before,
.fa-user-circle::before,
.fa-user-graduate::before,
.fa-user-shield::before,
.fa-user-slash::before { content: "\25cf"; }
.fa-users::before { content: "\25cf\25cf"; font-size: 0.66em; }
.fa-link::before,
.fa-external-link-alt::before { content: "\2197"; }
.fa-upload::before,
.fa-cloud-upload-alt::before { content: "\2191"; }
.fa-paper-plane::before { content: "\27a4"; }
.fa-trash-alt::before { content: "\232b"; }
.fa-sync-alt::before { content: "\21bb"; }
.fa-circle-notch::before { content: "\25cc"; }
.fa-shield-alt::before { content: "\25c6"; }
.fa-database::before,
.fa-server::before { content: "\25a3"; }
.fa-cogs::before { content: "\2699"; }
.fa-ad::before { content: "AD"; font-size: 0.66em; }
.fa-mobile-alt::before { content: "\25af"; }
.fa-share-alt::before { content: "\2197"; }
.fa-history::before { content: "\21ba"; }
.fa-gavel::before,
.fa-balance-scale::before { content: "\2696"; }
.fa-child::before { content: "\25cf"; }
.fa-file-contract::before { content: "\25a4"; }
.fa-hand-paper::before { content: "\25a1"; }
.fa-copyright::before { content: "C"; }
.fa-heart::before { content: "\2665"; }
.fa-globe::before { content: "\25ce"; }
.fa-robot::before { content: "\25a3"; }
.fa-align-right::before { content: "\2630"; }
.fa-note-sticky::before { content: "\25a4"; }
.fa-folder-open::before { content: "\25a3"; }
.fa-briefcase::before { content: "\25a3"; }
.fa-book::before { content: "\25a4"; }
.fa-chalkboard-user::before { content: "\25a3"; }
.fa-paperclip::before { content: "\2326"; }
.fa-pen-to-square::before { content: "\270E"; }
.fa-spin { animation: icon-spin 1s linear infinite; }

@keyframes icon-spin {
  to { transform: rotate(360deg); }
}
