.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900); }

.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.fass::before,
.far::before,
.fasr::before,
.fal::before,
.fasl::before,
.fat::before,
.fast::before,
.fad::before,
.fadr::before,
.fadl::before,
.fadt::before,
.fasds::before,
.fasdr::before,
.fasdl::before,
.fasdt::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-light::before,
.fa-thin::before,
.fa-brands::before,
.fa-classic::before,
.fa-duotone::before,
.fa-sharp::before,
.fa-sharp-duotone::before,
.fa::before {
  content: var(--fa); }

.fad::after,
.fa-duotone.fa-solid::after,
.fa-duotone::after,
.fadr::after,
.fa-duotone.fa-regular::after,
.fadl::after,
.fa-duotone.fa-light::after,
.fadt::after,
.fa-duotone.fa-thin::after,
.fasds::after,
.fa-sharp-duotone.fa-solid::after,
.fa-sharp-duotone::after,
.fasdr::after,
.fa-sharp-duotone.fa-regular::after,
.fasdl::after,
.fa-sharp-duotone.fa-light::after,
.fasdt::after,
.fa-sharp-duotone.fa-thin::after {
  content: var(--fa--fa); }

.fa-classic.fa-duotone {
  font-family: 'Font Awesome 6 Duotone'; }

.fass,
.fa-sharp {
  font-weight: 900; }

.fad,
.fa-duotone {
  font-weight: 900; }

.fasds,
.fa-sharp-duotone {
  font-weight: 900; }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: 'Font Awesome 6 Pro'; }

.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: 'Font Awesome 6 Duotone'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: 'Font Awesome 6 Sharp'; }

.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: 'Font Awesome 6 Sharp Duotone'; }

.fa-1x {
  font-size: 1em; }

.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

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

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

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

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-add { --fa: "\2b"; --fa--fa: "\2b\2b"; }
.fa-alarm-clock { --fa: "\f34e"; --fa--fa: "\f34e\f34e"; }
.fa-angle-down { --fa: "\f107"; --fa--fa: "\f107\f107"; }
.fa-angle-right { --fa: "\f105"; --fa--fa: "\f105\f105"; }
.fa-archive { --fa: "\f187"; --fa--fa: "\f187\f187"; }
.fa-arrow-alt-down { --fa: "\f354"; --fa--fa: "\f354\f354"; }
.fa-arrow-alt-up { --fa: "\f357"; --fa--fa: "\f357\f357"; }
.fa-arrow-down { --fa: "\f063"; --fa--fa: "\f063\f063"; }
.fa-arrow-down-to-line { --fa: "\f33d"; --fa--fa: "\f33d\f33d"; }
.fa-arrow-left { --fa: "\f060"; --fa--fa: "\f060\f060"; }
.fa-arrow-right-arrow-left { --fa: "\f0ec"; --fa--fa: "\f0ec\f0ec"; }
.fa-arrow-to-bottom { --fa: "\f33d"; --fa--fa: "\f33d\f33d"; }
.fa-arrow-to-top { --fa: "\f341"; --fa--fa: "\f341\f341"; }
.fa-arrow-up { --fa: "\f062"; --fa--fa: "\f062\f062"; }
.fa-arrow-up-right-from-square { --fa: "\f08e"; --fa--fa: "\f08e\f08e"; }
.fa-arrow-up-to-line { --fa: "\f341"; --fa--fa: "\f341\f341"; }
.fa-arrows { --fa: "\f047"; --fa--fa: "\f047\f047"; }
.fa-arrows-maximize { --fa: "\f31d"; --fa--fa: "\f31d\f31d"; }
.fa-arrows-rotate { --fa: "\f021"; --fa--fa: "\f021\f021"; }
.fa-arrows-up-down-left-right { --fa: "\f047"; --fa--fa: "\f047\f047"; }
.fa-backspace { --fa: "\f55a"; --fa--fa: "\f55a\f55a"; }
.fa-backward-step { --fa: "\f048"; --fa--fa: "\f048\f048"; }
.fa-balance-scale { --fa: "\f24e"; --fa--fa: "\f24e\f24e"; }
.fa-ballot-check { --fa: "\f733"; --fa--fa: "\f733\f733"; }
.fa-ban { --fa: "\f05e"; --fa--fa: "\f05e\f05e"; }
.fa-bank { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-bar-chart { --fa: "\f080"; --fa--fa: "\f080\f080"; }
.fa-bars { --fa: "\f0c9"; --fa--fa: "\f0c9\f0c9"; }
.fa-bolt { --fa: "\f0e7"; --fa--fa: "\f0e7\f0e7"; }
.fa-book-alt { --fa: "\f5d9"; --fa--fa: "\f5d9\f5d9"; }
.fa-book-blank { --fa: "\f5d9"; --fa--fa: "\f5d9\f5d9"; }
.fa-book-bookmark { --fa: "\e0bb"; --fa--fa: "\e0bb\e0bb"; }
.fa-book-open-alt { --fa: "\e0c0"; --fa--fa: "\e0c0\e0c0"; }
.fa-book-open-cover { --fa: "\e0c0"; --fa--fa: "\e0c0\e0c0"; }
.fa-box { --fa: "\f466"; --fa--fa: "\f466\f466"; }
.fa-box-archive { --fa: "\f187"; --fa--fa: "\f187\f187"; }
.fa-box-full { --fa: "\f49c"; --fa--fa: "\f49c\f49c"; }
.fa-box-open-full { --fa: "\f49c"; --fa--fa: "\f49c\f49c"; }
.fa-briefcase { --fa: "\f0b1"; --fa--fa: "\f0b1\f0b1"; }
.fa-building-columns { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-cabinet-filing { --fa: "\f64b"; --fa--fa: "\f64b\f64b"; }
.fa-calendar-alt { --fa: "\f073"; --fa--fa: "\f073\f073"; }
.fa-calendar-days { --fa: "\f073"; --fa--fa: "\f073\f073"; }
.fa-calendar-lines-pen { --fa: "\e472"; --fa--fa: "\e472\e472"; }
.fa-camera { --fa: "\f030"; --fa--fa: "\f030\f030"; }
.fa-camera-alt { --fa: "\f030"; --fa--fa: "\f030\f030"; }
.fa-cancel { --fa: "\f05e"; --fa--fa: "\f05e\f05e"; }
.fa-caret-down { --fa: "\f0d7"; --fa--fa: "\f0d7\f0d7"; }
.fa-caret-left { --fa: "\f0d9"; --fa--fa: "\f0d9\f0d9"; }
.fa-caret-right { --fa: "\f0da"; --fa--fa: "\f0da\f0da"; }
.fa-caret-square-down { --fa: "\f150"; --fa--fa: "\f150\f150"; }
.fa-caret-up { --fa: "\f0d8"; --fa--fa: "\f0d8\f0d8"; }
.fa-chain { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-chain-horizontal { --fa: "\e1cb"; --fa--fa: "\e1cb\e1cb"; }
.fa-chain-horizontal-slash { --fa: "\e1cc"; --fa--fa: "\e1cc\e1cc"; }
.fa-chart-bar { --fa: "\f080"; --fa--fa: "\f080\f080"; }
.fa-check { --fa: "\f00c"; --fa--fa: "\f00c\f00c"; }
.fa-check-square { --fa: "\f14a"; --fa--fa: "\f14a\f14a"; }
.fa-chevron-down { --fa: "\f078"; --fa--fa: "\f078\f078"; }
.fa-chevron-left { --fa: "\f053"; --fa--fa: "\f053\f053"; }
.fa-chevron-right { --fa: "\f054"; --fa--fa: "\f054\f054"; }
.fa-chevron-up { --fa: "\f077"; --fa--fa: "\f077\f077"; }
.fa-circle-dollar { --fa: "\f2e8"; --fa--fa: "\f2e8\f2e8"; }
.fa-circle-dot { --fa: "\f192"; --fa--fa: "\f192\f192"; }
.fa-circle-exclamation { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-circle-minus { --fa: "\f056"; --fa--fa: "\f056\f056"; }
.fa-circle-plus { --fa: "\f055"; --fa--fa: "\f055\f055"; }
.fa-circle-question { --fa: "\f059"; --fa--fa: "\f059\f059"; }
.fa-circle-stop { --fa: "\f28d"; --fa--fa: "\f28d\f28d"; }
.fa-circle-xmark { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-clipboard { --fa: "\f328"; --fa--fa: "\f328\f328"; }
.fa-clipboard-list { --fa: "\f46d"; --fa--fa: "\f46d\f46d"; }
.fa-clock-rotate-left { --fa: "\f1da"; --fa--fa: "\f1da\f1da"; }
.fa-clone { --fa: "\f24d"; --fa--fa: "\f24d\f24d"; }
.fa-close { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-cog { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-coins { --fa: "\f51e"; --fa--fa: "\f51e\f51e"; }
.fa-comment-alt-dollar { --fa: "\f650"; --fa--fa: "\f650\f650"; }
.fa-comment-alt-edit { --fa: "\f4a4"; --fa--fa: "\f4a4\f4a4"; }
.fa-comment-question { --fa: "\e14b"; --fa--fa: "\e14b\e14b"; }
.fa-comment-sms { --fa: "\f7cd"; --fa--fa: "\f7cd\f7cd"; }
.fa-copy { --fa: "\f0c5"; --fa--fa: "\f0c5\f0c5"; }
.fa-credit-card { --fa: "\f09d"; --fa--fa: "\f09d\f09d"; }
.fa-credit-card-alt { --fa: "\f09d"; --fa--fa: "\f09d\f09d"; }
.fa-delete-left { --fa: "\f55a"; --fa--fa: "\f55a\f55a"; }
.fa-diamond { --fa: "\f219"; --fa--fa: "\f219\f219"; }
.fa-dollar { --fa: "\24"; --fa--fa: "\24\24"; }
.fa-dollar-circle { --fa: "\f2e8"; --fa--fa: "\f2e8\f2e8"; }
.fa-dollar-sign { --fa: "\24"; --fa--fa: "\24\24"; }
.fa-dollar-square { --fa: "\f2e9"; --fa--fa: "\f2e9\f2e9"; }
.fa-door-open { --fa: "\f52b"; --fa--fa: "\f52b\f52b"; }
.fa-dot-circle { --fa: "\f192"; --fa--fa: "\f192\f192"; }
.fa-down { --fa: "\f354"; --fa--fa: "\f354\f354"; }
.fa-download { --fa: "\f019"; --fa--fa: "\f019\f019"; }
.fa-drivers-license { --fa: "\f2c2"; --fa--fa: "\f2c2\f2c2"; }
.fa-edit { --fa: "\f044"; --fa--fa: "\f044\f044"; }
.fa-ellipsis { --fa: "\f141"; --fa--fa: "\f141\f141"; }
.fa-ellipsis-h { --fa: "\f141"; --fa--fa: "\f141\f141"; }
.fa-empty-set { --fa: "\f656"; --fa--fa: "\f656\f656"; }
.fa-envelope { --fa: "\f0e0"; --fa--fa: "\f0e0\f0e0"; }
.fa-eraser { --fa: "\f12d"; --fa--fa: "\f12d\f12d"; }
.fa-exchange { --fa: "\f0ec"; --fa--fa: "\f0ec\f0ec"; }
.fa-exclamation-circle { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-exclamation-triangle { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-expand-arrows { --fa: "\f31d"; --fa--fa: "\f31d\f31d"; }
.fa-external-link { --fa: "\f08e"; --fa--fa: "\f08e\f08e"; }
.fa-eye { --fa: "\f06e"; --fa--fa: "\f06e\f06e"; }
.fa-eye-slash { --fa: "\f070"; --fa--fa: "\f070\f070"; }
.fa-feather-alt { --fa: "\f56b"; --fa--fa: "\f56b\f56b"; }
.fa-feather-pointed { --fa: "\f56b"; --fa--fa: "\f56b\f56b"; }
.fa-file { --fa: "\f15b"; --fa--fa: "\f15b\f15b"; }
.fa-file-alt { --fa: "\f15c"; --fa--fa: "\f15c\f15c"; }
.fa-file-archive { --fa: "\f1c6"; --fa--fa: "\f1c6\f1c6"; }
.fa-file-arrow-up { --fa: "\f574"; --fa--fa: "\f574\f574"; }
.fa-file-chart-column { --fa: "\f659"; --fa--fa: "\f659\f659"; }
.fa-file-chart-line { --fa: "\f659"; --fa--fa: "\f659\f659"; }
.fa-file-chart-pie { --fa: "\f65a"; --fa--fa: "\f65a\f65a"; }
.fa-file-circle-minus { --fa: "\e4ed"; --fa--fa: "\e4ed\e4ed"; }
.fa-file-circle-plus { --fa: "\e494"; --fa--fa: "\e494\e494"; }
.fa-file-contract { --fa: "\f56c"; --fa--fa: "\f56c\f56c"; }
.fa-file-csv { --fa: "\f6dd"; --fa--fa: "\f6dd\f6dd"; }
.fa-file-excel { --fa: "\f1c3"; --fa--fa: "\f1c3\f1c3"; }
.fa-file-exclamation { --fa: "\f31a"; --fa--fa: "\f31a\f31a"; }
.fa-file-invoice { --fa: "\f570"; --fa--fa: "\f570\f570"; }
.fa-file-invoice-dollar { --fa: "\f571"; --fa--fa: "\f571\f571"; }
.fa-file-lines { --fa: "\f15c"; --fa--fa: "\f15c\f15c"; }
.fa-file-magnifying-glass { --fa: "\f865"; --fa--fa: "\f865\f865"; }
.fa-file-medical { --fa: "\f477"; --fa--fa: "\f477\f477"; }
.fa-file-medical-alt { --fa: "\f478"; --fa--fa: "\f478\f478"; }
.fa-file-minus { --fa: "\f318"; --fa--fa: "\f318\f318"; }
.fa-file-pdf { --fa: "\f1c1"; --fa--fa: "\f1c1\f1c1"; }
.fa-file-plus { --fa: "\f319"; --fa--fa: "\f319\f319"; }
.fa-file-powerpoint { --fa: "\f1c4"; --fa--fa: "\f1c4\f1c4"; }
.fa-file-search { --fa: "\f865"; --fa--fa: "\f865\f865"; }
.fa-file-signature { --fa: "\f573"; --fa--fa: "\f573\f573"; }
.fa-file-spreadsheet { --fa: "\f65b"; --fa--fa: "\f65b\f65b"; }
.fa-file-text { --fa: "\f15c"; --fa--fa: "\f15c\f15c"; }
.fa-file-upload { --fa: "\f574"; --fa--fa: "\f574\f574"; }
.fa-file-user { --fa: "\f65c"; --fa--fa: "\f65c\f65c"; }
.fa-file-waveform { --fa: "\f478"; --fa--fa: "\f478\f478"; }
.fa-file-zipper { --fa: "\f1c6"; --fa--fa: "\f1c6\f1c6"; }
.fa-filter { --fa: "\f0b0"; --fa--fa: "\f0b0\f0b0"; }
.fa-floppy-disk { --fa: "\f0c7"; --fa--fa: "\f0c7\f0c7"; }
.fa-folder { --fa: "\f07b"; --fa--fa: "\f07b\f07b"; }
.fa-folder-arrow-up { --fa: "\e054"; --fa--fa: "\e054\e054"; }
.fa-folder-blank { --fa: "\f07b"; --fa--fa: "\f07b\f07b"; }
.fa-folder-closed { --fa: "\e185"; --fa--fa: "\e185\e185"; }
.fa-folder-cog { --fa: "\e187"; --fa--fa: "\e187\e187"; }
.fa-folder-gear { --fa: "\e187"; --fa--fa: "\e187\e187"; }
.fa-folder-open { --fa: "\f07c"; --fa--fa: "\f07c\f07c"; }
.fa-folder-plus { --fa: "\f65e"; --fa--fa: "\f65e\f65e"; }
.fa-folder-tree { --fa: "\f802"; --fa--fa: "\f802\f802"; }
.fa-folder-upload { --fa: "\e054"; --fa--fa: "\e054\e054"; }
.fa-folders { --fa: "\f660"; --fa--fa: "\f660\f660"; }
.fa-forward-step { --fa: "\f051"; --fa--fa: "\f051\f051"; }
.fa-gear { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-grip-dots-vertical { --fa: "\e411"; --fa--fa: "\e411\e411"; }
.fa-hand-holding-circle-dollar { --fa: "\e621"; --fa--fa: "\e621\e621"; }
.fa-history { --fa: "\f1da"; --fa--fa: "\f1da\f1da"; }
.fa-id-card { --fa: "\f2c2"; --fa--fa: "\f2c2\f2c2"; }
.fa-inbox { --fa: "\f01c"; --fa--fa: "\f01c\f01c"; }
.fa-input-numeric { --fa: "\e1bd"; --fa--fa: "\e1bd\e1bd"; }
.fa-institution { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-key { --fa: "\f084"; --fa--fa: "\f084\f084"; }
.fa-landmark { --fa: "\f66f"; --fa--fa: "\f66f\f66f"; }
.fa-lightbulb-on { --fa: "\f672"; --fa--fa: "\f672\f672"; }
.fa-link { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-link-horizontal { --fa: "\e1cb"; --fa--fa: "\e1cb\e1cb"; }
.fa-link-horizontal-slash { --fa: "\e1cc"; --fa--fa: "\e1cc\e1cc"; }
.fa-list { --fa: "\f03a"; --fa--fa: "\f03a\f03a"; }
.fa-list-alt { --fa: "\f022"; --fa--fa: "\f022\f022"; }
.fa-list-squares { --fa: "\f03a"; --fa--fa: "\f03a\f03a"; }
.fa-list-tree { --fa: "\e1d2"; --fa--fa: "\e1d2\e1d2"; }
.fa-lock-alt { --fa: "\f30d"; --fa--fa: "\f30d\f30d"; }
.fa-lock-keyhole { --fa: "\f30d"; --fa--fa: "\f30d\f30d"; }
.fa-magnifying-glass { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-magnifying-glass-minus { --fa: "\f010"; --fa--fa: "\f010\f010"; }
.fa-magnifying-glass-plus { --fa: "\f00e"; --fa--fa: "\f00e\f00e"; }
.fa-megaphone { --fa: "\f675"; --fa--fa: "\f675\f675"; }
.fa-memo-pad { --fa: "\e1da"; --fa--fa: "\e1da\e1da"; }
.fa-message-dollar { --fa: "\f650"; --fa--fa: "\f650\f650"; }
.fa-message-edit { --fa: "\f4a4"; --fa--fa: "\f4a4\f4a4"; }
.fa-message-pen { --fa: "\f4a4"; --fa--fa: "\f4a4\f4a4"; }
.fa-minus-circle { --fa: "\f056"; --fa--fa: "\f056\f056"; }
.fa-money-bill { --fa: "\f0d6"; --fa--fa: "\f0d6\f0d6"; }
.fa-money-bill-1 { --fa: "\f3d1"; --fa--fa: "\f3d1\f3d1"; }
.fa-money-bill-alt { --fa: "\f3d1"; --fa--fa: "\f3d1\f3d1"; }
.fa-money-check { --fa: "\f53c"; --fa--fa: "\f53c\f53c"; }
.fa-money-check-alt { --fa: "\f53d"; --fa--fa: "\f53d\f53d"; }
.fa-money-check-dollar { --fa: "\f53d"; --fa--fa: "\f53d\f53d"; }
.fa-money-check-dollar-pen { --fa: "\f873"; --fa--fa: "\f873\f873"; }
.fa-money-check-edit-alt { --fa: "\f873"; --fa--fa: "\f873\f873"; }
.fa-money-simple-from-bracket { --fa: "\e313"; --fa--fa: "\e313\e313"; }
.fa-multiply { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-museum { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-navicon { --fa: "\f0c9"; --fa--fa: "\f0c9\f0c9"; }
.fa-note-medical { --fa: "\e200"; --fa--fa: "\e200\e200"; }
.fa-notebook { --fa: "\e201"; --fa--fa: "\e201\e201"; }
.fa-notes { --fa: "\e202"; --fa--fa: "\e202\e202"; }
.fa-object-exclude { --fa: "\e49c"; --fa--fa: "\e49c\e49c"; }
.fa-octagon { --fa: "\f306"; --fa--fa: "\f306\f306"; }
.fa-page { --fa: "\e428"; --fa--fa: "\e428\e428"; }
.fa-pen { --fa: "\f304"; --fa--fa: "\f304\f304"; }
.fa-pen-to-square { --fa: "\f044"; --fa--fa: "\f044\f044"; }
.fa-pencil { --fa: "\f303"; --fa--fa: "\f303\f303"; }
.fa-pencil-alt { --fa: "\f303"; --fa--fa: "\f303\f303"; }
.fa-people-arrows { --fa: "\e068"; --fa--fa: "\e068\e068"; }
.fa-people-arrows-left-right { --fa: "\e068"; --fa--fa: "\e068\e068"; }
.fa-people-group { --fa: "\e533"; --fa--fa: "\e533\e533"; }
.fa-phone-office { --fa: "\f67d"; --fa--fa: "\f67d\f67d"; }
.fa-piggy-bank { --fa: "\f4d3"; --fa--fa: "\f4d3\f4d3"; }
.fa-plus { --fa: "\2b"; --fa--fa: "\2b\2b"; }
.fa-plus-circle { --fa: "\f055"; --fa--fa: "\f055\f055"; }
.fa-question { --fa: "\3f"; --fa--fa: "\3f\3f"; }
.fa-question-circle { --fa: "\f059"; --fa--fa: "\f059\f059"; }
.fa-question-square { --fa: "\f2fd"; --fa--fa: "\f2fd\f2fd"; }
.fa-receipt { --fa: "\f543"; --fa--fa: "\f543\f543"; }
.fa-rectangle-list { --fa: "\f022"; --fa--fa: "\f022\f022"; }
.fa-refresh { --fa: "\f021"; --fa--fa: "\f021\f021"; }
.fa-remove { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-right-from-bracket { --fa: "\f2f5"; --fa--fa: "\f2f5\f2f5"; }
.fa-sack-dollar { --fa: "\f81d"; --fa--fa: "\f81d\f81d"; }
.fa-save { --fa: "\f0c7"; --fa--fa: "\f0c7\f0c7"; }
.fa-scale-balanced { --fa: "\f24e"; --fa--fa: "\f24e\f24e"; }
.fa-seal { --fa: "\e241"; --fa--fa: "\e241\e241"; }
.fa-search { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-search-minus { --fa: "\f010"; --fa--fa: "\f010\f010"; }
.fa-search-plus { --fa: "\f00e"; --fa--fa: "\f00e\f00e"; }
.fa-share-alt { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-share-nodes { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-shield-check { --fa: "\f2f7"; --fa--fa: "\f2f7\f2f7"; }
.fa-sign-out-alt { --fa: "\f2f5"; --fa--fa: "\f2f5\f2f5"; }
.fa-sms { --fa: "\f7cd"; --fa--fa: "\f7cd\f7cd"; }
.fa-sort { --fa: "\f0dc"; --fa--fa: "\f0dc\f0dc"; }
.fa-sort-asc { --fa: "\f0de"; --fa--fa: "\f0de\f0de"; }
.fa-sort-desc { --fa: "\f0dd"; --fa--fa: "\f0dd\f0dd"; }
.fa-sort-down { --fa: "\f0dd"; --fa--fa: "\f0dd\f0dd"; }
.fa-sort-up { --fa: "\f0de"; --fa--fa: "\f0de\f0de"; }
.fa-spinner-third { --fa: "\f3f4"; --fa--fa: "\f3f4\f3f4"; }
.fa-square { --fa: "\f0c8"; --fa--fa: "\f0c8\f0c8"; }
.fa-square-caret-down { --fa: "\f150"; --fa--fa: "\f150\f150"; }
.fa-square-check { --fa: "\f14a"; --fa--fa: "\f14a\f14a"; }
.fa-square-dollar { --fa: "\f2e9"; --fa--fa: "\f2e9\f2e9"; }
.fa-square-question { --fa: "\f2fd"; --fa--fa: "\f2fd\f2fd"; }
.fa-step-backward { --fa: "\f048"; --fa--fa: "\f048\f048"; }
.fa-step-forward { --fa: "\f051"; --fa--fa: "\f051\f051"; }
.fa-stop-circle { --fa: "\f28d"; --fa--fa: "\f28d\f28d"; }
.fa-sync { --fa: "\f021"; --fa--fa: "\f021\f021"; }
.fa-table-layout { --fa: "\e290"; --fa--fa: "\e290\e290"; }
.fa-table-pivot { --fa: "\e291"; --fa--fa: "\e291\e291"; }
.fa-tags { --fa: "\f02c"; --fa--fa: "\f02c\f02c"; }
.fa-text { --fa: "\f893"; --fa--fa: "\f893\f893"; }
.fa-ticket { --fa: "\f145"; --fa--fa: "\f145\f145"; }
.fa-times { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-times-circle { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-toolbox { --fa: "\f552"; --fa--fa: "\f552\f552"; }
.fa-trash { --fa: "\f1f8"; --fa--fa: "\f1f8\f1f8"; }
.fa-trash-alt { --fa: "\f2ed"; --fa--fa: "\f2ed\f2ed"; }
.fa-trash-can { --fa: "\f2ed"; --fa--fa: "\f2ed\f2ed"; }
.fa-treasure-chest { --fa: "\f723"; --fa--fa: "\f723\f723"; }
.fa-triangle-exclamation { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-university { --fa: "\f19c"; --fa--fa: "\f19c\f19c"; }
.fa-unsorted { --fa: "\f0dc"; --fa--fa: "\f0dc\f0dc"; }
.fa-up { --fa: "\f357"; --fa--fa: "\f357\f357"; }
.fa-upload { --fa: "\f093"; --fa--fa: "\f093\f093"; }
.fa-usd { --fa: "\24"; --fa--fa: "\24\24"; }
.fa-usd-circle { --fa: "\f2e8"; --fa--fa: "\f2e8\f2e8"; }
.fa-usd-square { --fa: "\f2e9"; --fa--fa: "\f2e9\f2e9"; }
.fa-user { --fa: "\f007"; --fa--fa: "\f007\f007"; }
.fa-user-cog { --fa: "\f4fe"; --fa--fa: "\f4fe\f4fe"; }
.fa-user-friends { --fa: "\f500"; --fa--fa: "\f500\f500"; }
.fa-user-gear { --fa: "\f4fe"; --fa--fa: "\f4fe\f4fe"; }
.fa-user-group { --fa: "\f500"; --fa--fa: "\f500\f500"; }
.fa-user-group-simple { --fa: "\e603"; --fa--fa: "\e603\e603"; }
.fa-user-lock { --fa: "\f502"; --fa--fa: "\f502\f502"; }
.fa-user-magnifying-glass { --fa: "\e5c5"; --fa--fa: "\e5c5\e5c5"; }
.fa-user-plus { --fa: "\f234"; --fa--fa: "\f234\f234"; }
.fa-user-shield { --fa: "\f505"; --fa--fa: "\f505\f505"; }
.fa-users { --fa: "\f0c0"; --fa--fa: "\f0c0\f0c0"; }
.fa-users-cog { --fa: "\f509"; --fa--fa: "\f509\f509"; }
.fa-users-gear { --fa: "\f509"; --fa--fa: "\f509\f509"; }
.fa-users-medical { --fa: "\f830"; --fa--fa: "\f830\f830"; }
.fa-vault { --fa: "\e2c5"; --fa--fa: "\e2c5\e2c5"; }
.fa-wallet { --fa: "\f555"; --fa--fa: "\f555\f555"; }
.fa-warning { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-xmark { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-xmark-circle { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-zap { --fa: "\f0e7"; --fa--fa: "\f0e7\f0e7"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fab,
.fa-brands {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

.fa-google { --fa: "\f1a0"; --fa--fa: "\f1a0\f1a0"; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype"); }

.fal,
.fa-light {
  font-weight: 300; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro'; }

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2") format("woff2"), url("../webfonts/fa-thin-100.ttf") format("truetype"); }

.fat,
.fa-thin {
  font-weight: 100; }

:root, :host {
  --fa-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone'; }

@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.ttf") format("truetype"); }

.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal; }

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1); }

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1); }

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff); }

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp'; }

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-sharp-light-300.woff2") format("woff2"), url("../webfonts/fa-sharp-light-300.ttf") format("truetype"); }

.fasl,
.fa-light {
  font-weight: 300; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp'; }

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-sharp-regular-400.woff2") format("woff2"), url("../webfonts/fa-sharp-regular-400.ttf") format("truetype"); }

.fasr,
.fa-regular {
  font-weight: 400; }

/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: 'Font Awesome 6 Sharp';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp'; }

@font-face {
  font-family: 'Font Awesome 6 Sharp';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-sharp-solid-900.woff2") format("woff2"), url("../webfonts/fa-sharp-solid-900.ttf") format("truetype"); }

.fass,
.fa-solid {
  font-weight: 900; }

.fak.fa-grip, .fa-kit.fa-grip { --fa: "\e004"; --fa--fa: "\e004\e004"; }
.fak.fa-idvlogo, .fa-kit.fa-idvlogo { --fa: "\e002"; --fa--fa: "\e002\e002"; }
.fak.fa-sigicon, .fa-kit.fa-sigicon { --fa: "\e000"; --fa--fa: "\e000\e000"; }

.fak, .fa-kit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: "Font Awesome Kit";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
}

.fak::before, .fa-kit::before {
  content: var(--fa);
}

@font-face {
  font-family: "Font Awesome Kit";
  font-style: normal;
  font-display: block;
  src: url("../webfonts/custom-icons.woff2") format("woff2"), url("../webfonts/custom-icons.ttf") format("truetype");
}
