/*!
 * Minimal Font Awesome solid icon subset for IMGEN.
 * Source: Font Awesome Free 6.5.1, https://fontawesome.com/license/free
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fa-solid,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

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

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

.fa-ban::before { content: "\f05e"; }
.fa-bug::before { content: "\f188"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-copy::before { content: "\f0c5"; }
.fa-eraser::before { content: "\f12d"; }
.fa-cloud-upload-alt::before { content: "\f0ee"; }
.fa-comment-dots::before { content: "\f4ad"; }
.fa-dice::before { content: "\f522"; }
.fa-download::before { content: "\f019"; }
.fa-expand::before { content: "\f065"; }
.fa-heart::before { content: "\f004"; }
.fa-home::before { content: "\f015"; }
.fa-image::before { content: "\f03e"; }
.fa-images::before { content: "\f302"; }
.fa-lock::before { content: "\f023"; }
.fa-magic::before { content: "\f0d0"; }
.fa-wand-magic-sparkles::before { content: "\f0d0"; }
.fa-minus::before { content: "\f068"; }
.fa-plus::before { content: "\2b"; }
.fa-redo::before { content: "\f01e"; }
.fa-robot::before { content: "\f544"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-sliders::before { content: "\f1de"; }
.fa-skull-crossbones::before { content: "\f714"; }
.fa-spinner::before { content: "\f110"; }
.fa-sync::before { content: "\f021"; }
.fa-times::before { content: "\f00d"; }
.fa-fire::before { content: "\f06d"; }
