@font-face {
  font-family: "FontAwesome";
  src: url("../../vendors/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa,
.fas,
.fa-solid {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-arrow-right::before { content: "\f061"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-book::before { content: "\f02d"; }
.fa-check::before,
.fa-check-double::before { content: "\f00c"; }
.fa-check-circle::before,
.fa-circle-check::before { content: "\f058"; }
.fa-clock::before { content: "\f017"; }
.fa-download::before { content: "\f019"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-file::before { content: "\f15b"; }
.fa-file-pdf::before,
.fa-file-pdf-o::before { content: "\f1c1"; }
.fa-file-word::before,
.fa-file-word-o::before { content: "\f1c2"; }
.fa-gift::before { content: "\f06b"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-list-alt::before,
.fa-table-list::before { content: "\f022"; }
.fa-lock::before { content: "\f023"; }
.fa-mobile::before { content: "\f10b"; }
.fa-play::before { content: "\f04b"; }
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }
.fa-rocket::before { content: "\f135"; }
.fa-shield::before { content: "\f132"; }
.fa-star::before { content: "\f005"; }
.fa-times::before,
.fa-xmark::before { content: "\f00d"; }
.fa-tint::before,
.fa-water::before { content: "\f043"; }
.fa-university::before { content: "\f19c"; }
.fa-upload::before { content: "\f093"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
