/*!
 * Font Awesome Free 5.15.4 (Custom Subset)
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.woff') format('woff'),
       url('../webfonts/fa-solid-900.ttf') format('truetype');
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

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

/* Size modifiers */
.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }
.fa-lg { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }
.fa-6x { font-size: 6em; }
.fa-7x { font-size: 7em; }
.fa-8x { font-size: 8em; }
.fa-9x { font-size: 9em; }
.fa-10x { font-size: 10em; }
.fa-xl { font-size: 1.5em; line-height: .0625em; vertical-align: -.125em; }

/* Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Icon definitions - only the icons we use */
.fa-angle-right::before { content: "\f105"; }
.fa-camera::before { content: "\f030"; }
.fa-caret-down::before { content: "\f0d7"; }
.fa-caret-up::before { content: "\f0d8"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-circle-notch::before { content: "\f1ce"; }
.fa-clipboard-check::before { content: "\f46c"; }
.fa-copy::before { content: "\f0c5"; }
.fa-edit::before { content: "\f044"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-file::before { content: "\f15b"; }
.fa-file-upload::before { content: "\f574"; }
.fa-folder::before { content: "\f07b"; }
.fa-home::before { content: "\f015"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-minus::before { content: "\f068"; }
.fa-pen::before { content: "\f304"; }
.fa-phone::before { content: "\f095"; }
.fa-plus::before { content: "\f067"; }
.fa-question-circle::before { content: "\f059"; }
.fa-times::before { content: "\f00d"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trash-alt::before { content: "\f2ed"; }
.fa-undo::before { content: "\f0e2"; }
.fa-user::before { content: "\f007"; }
.fa-user-md::before { content: "\f0f0"; }
.fa-video::before { content: "\f03d"; }
