.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-adjust { --fa: "\f042"; --fa--fa: "\f042\f042"; }
.fa-angle-left { --fa: "\f104"; --fa--fa: "\f104\f104"; }
.fa-angle-right { --fa: "\f105"; --fa--fa: "\f105\f105"; }
.fa-archive { --fa: "\f187"; --fa--fa: "\f187\f187"; }
.fa-arrow-alt-circle-down { --fa: "\f358"; --fa--fa: "\f358\f358"; }
.fa-arrow-alt-down { --fa: "\f354"; --fa--fa: "\f354\f354"; }
.fa-arrow-down { --fa: "\f063"; --fa--fa: "\f063\f063"; }
.fa-arrow-down-long { --fa: "\f175"; --fa--fa: "\f175\f175"; }
.fa-arrow-down-to-line { --fa: "\f33d"; --fa--fa: "\f33d\f33d"; }
.fa-arrow-left { --fa: "\f060"; --fa--fa: "\f060\f060"; }
.fa-arrow-left-long { --fa: "\f177"; --fa--fa: "\f177\f177"; }
.fa-arrow-left-rotate { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-right { --fa: "\f061"; --fa--fa: "\f061\f061"; }
.fa-arrow-right-arrow-left { --fa: "\f0ec"; --fa--fa: "\f0ec\f0ec"; }
.fa-arrow-right-long { --fa: "\f178"; --fa--fa: "\f178\f178"; }
.fa-arrow-right-to-file { --fa: "\f56f"; --fa--fa: "\f56f\f56f"; }
.fa-arrow-rotate-back { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-rotate-backward { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-rotate-left { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-arrow-to-bottom { --fa: "\f33d"; --fa--fa: "\f33d\f33d"; }
.fa-arrow-up { --fa: "\f062"; --fa--fa: "\f062\f062"; }
.fa-arrow-up-from-bracket { --fa: "\e09a"; --fa--fa: "\e09a\e09a"; }
.fa-arrow-up-long { --fa: "\f176"; --fa--fa: "\f176\f176"; }
.fa-arrow-up-right-from-square { --fa: "\f08e"; --fa--fa: "\f08e\f08e"; }
.fa-arrows { --fa: "\f047"; --fa--fa: "\f047\f047"; }
.fa-arrows-spin { --fa: "\e4bb"; --fa--fa: "\e4bb\e4bb"; }
.fa-arrows-up-down-left-right { --fa: "\f047"; --fa--fa: "\f047\f047"; }
.fa-at { --fa: "\40"; --fa--fa: "\40\40"; }
.fa-ban { --fa: "\f05e"; --fa--fa: "\f05e\f05e"; }
.fa-bars { --fa: "\f0c9"; --fa--fa: "\f0c9\f0c9"; }
.fa-bars-sort { --fa: "\e0ae"; --fa--fa: "\e0ae\e0ae"; }
.fa-bell { --fa: "\f0f3"; --fa--fa: "\f0f3\f0f3"; }
.fa-bell-ring { --fa: "\e62c"; --fa--fa: "\e62c\e62c"; }
.fa-book { --fa: "\f02d"; --fa--fa: "\f02d\f02d"; }
.fa-book-font { --fa: "\e0bf"; --fa--fa: "\e0bf\e0bf"; }
.fa-books { --fa: "\f5db"; --fa--fa: "\f5db\f5db"; }
.fa-box-archive { --fa: "\f187"; --fa--fa: "\f187\f187"; }
.fa-boxes { --fa: "\f468"; --fa--fa: "\f468\f468"; }
.fa-boxes-alt { --fa: "\f468"; --fa--fa: "\f468\f468"; }
.fa-boxes-stacked { --fa: "\f468"; --fa--fa: "\f468\f468"; }
.fa-building { --fa: "\f1ad"; --fa--fa: "\f1ad\f1ad"; }
.fa-bullhorn { --fa: "\f0a1"; --fa--fa: "\f0a1\f0a1"; }
.fa-calculator { --fa: "\f1ec"; --fa--fa: "\f1ec\f1ec"; }
.fa-calendar { --fa: "\f133"; --fa--fa: "\f133\f133"; }
.fa-calendar-alt { --fa: "\f073"; --fa--fa: "\f073\f073"; }
.fa-calendar-arrow-down { --fa: "\e0d0"; --fa--fa: "\e0d0\e0d0"; }
.fa-calendar-arrow-up { --fa: "\e0d1"; --fa--fa: "\e0d1\e0d1"; }
.fa-calendar-check { --fa: "\f274"; --fa--fa: "\f274\f274"; }
.fa-calendar-circle { --fa: "\e102"; --fa--fa: "\e102\e102"; }
.fa-calendar-circle-exclamation { --fa: "\e46e"; --fa--fa: "\e46e\e46e"; }
.fa-calendar-circle-minus { --fa: "\e46f"; --fa--fa: "\e46f\e46f"; }
.fa-calendar-circle-plus { --fa: "\e470"; --fa--fa: "\e470\e470"; }
.fa-calendar-circle-user { --fa: "\e471"; --fa--fa: "\e471\e471"; }
.fa-calendar-clock { --fa: "\e0d2"; --fa--fa: "\e0d2\e0d2"; }
.fa-calendar-day { --fa: "\f783"; --fa--fa: "\f783\f783"; }
.fa-calendar-days { --fa: "\f073"; --fa--fa: "\f073\f073"; }
.fa-calendar-download { --fa: "\e0d0"; --fa--fa: "\e0d0\e0d0"; }
.fa-calendar-edit { --fa: "\f333"; --fa--fa: "\f333\f333"; }
.fa-calendar-exclamation { --fa: "\f334"; --fa--fa: "\f334\f334"; }
.fa-calendar-heart { --fa: "\e0d3"; --fa--fa: "\e0d3\e0d3"; }
.fa-calendar-image { --fa: "\e0d4"; --fa--fa: "\e0d4\e0d4"; }
.fa-calendar-lines { --fa: "\e0d5"; --fa--fa: "\e0d5\e0d5"; }
.fa-calendar-lines-pen { --fa: "\e472"; --fa--fa: "\e472\e472"; }
.fa-calendar-minus { --fa: "\f272"; --fa--fa: "\f272\f272"; }
.fa-calendar-note { --fa: "\e0d5"; --fa--fa: "\e0d5\e0d5"; }
.fa-calendar-pen { --fa: "\f333"; --fa--fa: "\f333\f333"; }
.fa-calendar-plus { --fa: "\f271"; --fa--fa: "\f271\f271"; }
.fa-calendar-range { --fa: "\e0d6"; --fa--fa: "\e0d6\e0d6"; }
.fa-calendar-star { --fa: "\f736"; --fa--fa: "\f736\f736"; }
.fa-calendar-time { --fa: "\e0d2"; --fa--fa: "\e0d2\e0d2"; }
.fa-calendar-times { --fa: "\f273"; --fa--fa: "\f273\f273"; }
.fa-calendar-upload { --fa: "\e0d1"; --fa--fa: "\e0d1\e0d1"; }
.fa-calendar-week { --fa: "\f784"; --fa--fa: "\f784\f784"; }
.fa-calendar-xmark { --fa: "\f273"; --fa--fa: "\f273\f273"; }
.fa-calendars { --fa: "\e0d7"; --fa--fa: "\e0d7\e0d7"; }
.fa-camera { --fa: "\f030"; --fa--fa: "\f030\f030"; }
.fa-camera-alt { --fa: "\f030"; --fa--fa: "\f030\f030"; }
.fa-camera-movie { --fa: "\f8a9"; --fa--fa: "\f8a9\f8a9"; }
.fa-camera-retro { --fa: "\f083"; --fa--fa: "\f083\f083"; }
.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-right { --fa: "\f152"; --fa--fa: "\f152\f152"; }
.fa-caret-up { --fa: "\f0d8"; --fa--fa: "\f0d8\f0d8"; }
.fa-chain { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-chart-waterfall { --fa: "\e0eb"; --fa--fa: "\e0eb\e0eb"; }
.fa-check { --fa: "\f00c"; --fa--fa: "\f00c\f00c"; }
.fa-check-circle { --fa: "\f058"; --fa--fa: "\f058\f058"; }
.fa-chevron-circle-left { --fa: "\f137"; --fa--fa: "\f137\f137"; }
.fa-chevron-circle-right { --fa: "\f138"; --fa--fa: "\f138\f138"; }
.fa-chevron-circle-up { --fa: "\f139"; --fa--fa: "\f139\f139"; }
.fa-chevron-double-down { --fa: "\f322"; --fa--fa: "\f322\f322"; }
.fa-chevron-double-left { --fa: "\f323"; --fa--fa: "\f323\f323"; }
.fa-chevron-double-right { --fa: "\f324"; --fa--fa: "\f324\f324"; }
.fa-chevron-double-up { --fa: "\f325"; --fa--fa: "\f325\f325"; }
.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-chevrons-down { --fa: "\f322"; --fa--fa: "\f322\f322"; }
.fa-chevrons-left { --fa: "\f323"; --fa--fa: "\f323\f323"; }
.fa-chevrons-right { --fa: "\f324"; --fa--fa: "\f324\f324"; }
.fa-chevrons-up { --fa: "\f325"; --fa--fa: "\f325\f325"; }
.fa-circle { --fa: "\f111"; --fa--fa: "\f111\f111"; }
.fa-circle-calendar { --fa: "\e102"; --fa--fa: "\e102\e102"; }
.fa-circle-check { --fa: "\f058"; --fa--fa: "\f058\f058"; }
.fa-circle-chevron-left { --fa: "\f137"; --fa--fa: "\f137\f137"; }
.fa-circle-chevron-right { --fa: "\f138"; --fa--fa: "\f138\f138"; }
.fa-circle-chevron-up { --fa: "\f139"; --fa--fa: "\f139\f139"; }
.fa-circle-down { --fa: "\f358"; --fa--fa: "\f358\f358"; }
.fa-circle-ellipsis { --fa: "\e10a"; --fa--fa: "\e10a\e10a"; }
.fa-circle-ellipsis-vertical { --fa: "\e10b"; --fa--fa: "\e10b\e10b"; }
.fa-circle-exclamation { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-circle-exclamation-check { --fa: "\e10d"; --fa--fa: "\e10d\e10d"; }
.fa-circle-half-stroke { --fa: "\f042"; --fa--fa: "\f042\f042"; }
.fa-circle-info { --fa: "\f05a"; --fa--fa: "\f05a\f05a"; }
.fa-circle-question { --fa: "\f059"; --fa--fa: "\f059\f059"; }
.fa-circle-video { --fa: "\e12b"; --fa--fa: "\e12b\e12b"; }
.fa-circle-xmark { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-clock { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-clock-four { --fa: "\f017"; --fa--fa: "\f017\f017"; }
.fa-clock-ten { --fa: "\e354"; --fa--fa: "\e354\e354"; }
.fa-clock-three { --fa: "\e356"; --fa--fa: "\e356\e356"; }
.fa-clock-two { --fa: "\e35a"; --fa--fa: "\e35a\e35a"; }
.fa-clone { --fa: "\f24d"; --fa--fa: "\f24d\f24d"; }
.fa-close { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-cloud { --fa: "\f0c2"; --fa--fa: "\f0c2\f0c2"; }
.fa-cog { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-comment { --fa: "\f075"; --fa--fa: "\f075\f075"; }
.fa-comment-alt-lines { --fa: "\f4a6"; --fa--fa: "\f4a6\f4a6"; }
.fa-comment-dots { --fa: "\f4ad"; --fa--fa: "\f4ad\f4ad"; }
.fa-comment-question { --fa: "\e14b"; --fa--fa: "\e14b\e14b"; }
.fa-commenting { --fa: "\f4ad"; --fa--fa: "\f4ad\f4ad"; }
.fa-comments { --fa: "\f086"; --fa--fa: "\f086\f086"; }
.fa-comments-alt { --fa: "\f4b6"; --fa--fa: "\f4b6\f4b6"; }
.fa-crosshairs { --fa: "\f05b"; --fa--fa: "\f05b\f05b"; }
.fa-crosshairs-simple { --fa: "\e59f"; --fa--fa: "\e59f\e59f"; }
.fa-cube { --fa: "\f1b2"; --fa--fa: "\f1b2\f1b2"; }
.fa-cubes { --fa: "\f1b3"; --fa--fa: "\f1b3\f1b3"; }
.fa-database { --fa: "\f1c0"; --fa--fa: "\f1c0\f1c0"; }
.fa-diamond-exclamation { --fa: "\e405"; --fa--fa: "\e405\e405"; }
.fa-diamond-half-stroke { --fa: "\e5b8"; --fa--fa: "\e5b8\e5b8"; }
.fa-down { --fa: "\f354"; --fa--fa: "\f354\f354"; }
.fa-download { --fa: "\f019"; --fa--fa: "\f019\f019"; }
.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-ellipsis-v { --fa: "\f142"; --fa--fa: "\f142\f142"; }
.fa-ellipsis-vertical { --fa: "\f142"; --fa--fa: "\f142\f142"; }
.fa-envelope { --fa: "\f0e0"; --fa--fa: "\f0e0\f0e0"; }
.fa-envelope-square { --fa: "\f199"; --fa--fa: "\f199\f199"; }
.fa-eur { --fa: "\f153"; --fa--fa: "\f153\f153"; }
.fa-euro { --fa: "\f153"; --fa--fa: "\f153\f153"; }
.fa-euro-sign { --fa: "\f153"; --fa--fa: "\f153\f153"; }
.fa-exchange { --fa: "\f0ec"; --fa--fa: "\f0ec\f0ec"; }
.fa-exclamation { --fa: "\21"; --fa--fa: "\21\21"; }
.fa-exclamation-circle { --fa: "\f06a"; --fa--fa: "\f06a\f06a"; }
.fa-exclamation-triangle { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-external-link { --fa: "\f08e"; --fa--fa: "\f08e\f08e"; }
.fa-external-link-alt { --fa: "\f35d"; --fa--fa: "\f35d\f35d"; }
.fa-eye { --fa: "\f06e"; --fa--fa: "\f06e\f06e"; }
.fa-eye-slash { --fa: "\f070"; --fa--fa: "\f070\f070"; }
.fa-fax { --fa: "\f1ac"; --fa--fa: "\f1ac\f1ac"; }
.fa-file { --fa: "\f15b"; --fa--fa: "\f15b\f15b"; }
.fa-file-alt { --fa: "\f15c"; --fa--fa: "\f15c\f15c"; }
.fa-file-import { --fa: "\f56f"; --fa--fa: "\f56f\f56f"; }
.fa-file-lines { --fa: "\f15c"; --fa--fa: "\f15c\f15c"; }
.fa-file-pdf { --fa: "\f1c1"; --fa--fa: "\f1c1\f1c1"; }
.fa-file-text { --fa: "\f15c"; --fa--fa: "\f15c\f15c"; }
.fa-files { --fa: "\e178"; --fa--fa: "\e178\e178"; }
.fa-filter { --fa: "\f0b0"; --fa--fa: "\f0b0\f0b0"; }
.fa-floppy-disk { --fa: "\f0c7"; --fa--fa: "\f0c7\f0c7"; }
.fa-flower { --fa: "\f7ff"; --fa--fa: "\f7ff\f7ff"; }
.fa-flower-daffodil { --fa: "\f800"; --fa--fa: "\f800\f800"; }
.fa-flower-tulip { --fa: "\f801"; --fa--fa: "\f801\f801"; }
.fa-folder { --fa: "\f07b"; --fa--fa: "\f07b\f07b"; }
.fa-folder-blank { --fa: "\f07b"; --fa--fa: "\f07b\f07b"; }
.fa-folder-open { --fa: "\f07c"; --fa--fa: "\f07c\f07c"; }
.fa-folders { --fa: "\f660"; --fa--fa: "\f660\f660"; }
.fa-gamepad { --fa: "\f11b"; --fa--fa: "\f11b\f11b"; }
.fa-gamepad-alt { --fa: "\e5a2"; --fa--fa: "\e5a2\e5a2"; }
.fa-gamepad-modern { --fa: "\e5a2"; --fa--fa: "\e5a2\e5a2"; }
.fa-gear { --fa: "\f013"; --fa--fa: "\f013\f013"; }
.fa-gift { --fa: "\f06b"; --fa--fa: "\f06b\f06b"; }
.fa-globe { --fa: "\f0ac"; --fa--fa: "\f0ac\f0ac"; }
.fa-globe-pointer { --fa: "\e60e"; --fa--fa: "\e60e\e60e"; }
.fa-grid-2 { --fa: "\e196"; --fa--fa: "\e196\e196"; }
.fa-grip-lines { --fa: "\f7a4"; --fa--fa: "\f7a4\f7a4"; }
.fa-hammer-brush { --fa: "\e620"; --fa--fa: "\e620\e620"; }
.fa-heart { --fa: "\f004"; --fa--fa: "\f004\f004"; }
.fa-heart-music-camera-bolt { --fa: "\f86d"; --fa--fa: "\f86d\f86d"; }
.fa-heart-rate { --fa: "\f5f8"; --fa--fa: "\f5f8\f5f8"; }
.fa-home { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-home-alt { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-home-lg { --fa: "\e3af"; --fa--fa: "\e3af\e3af"; }
.fa-home-lg-alt { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-home-user { --fa: "\e1b0"; --fa--fa: "\e1b0\e1b0"; }
.fa-house { --fa: "\f015"; --fa--fa: "\f015\f015"; }
.fa-house-chimney { --fa: "\e3af"; --fa--fa: "\e3af\e3af"; }
.fa-house-chimney-blank { --fa: "\e3b0"; --fa--fa: "\e3b0\e3b0"; }
.fa-house-chimney-window { --fa: "\e00d"; --fa--fa: "\e00d\e00d"; }
.fa-house-user { --fa: "\e1b0"; --fa--fa: "\e1b0\e1b0"; }
.fa-icons { --fa: "\f86d"; --fa--fa: "\f86d\f86d"; }
.fa-image { --fa: "\f03e"; --fa--fa: "\f03e\f03e"; }
.fa-info { --fa: "\f129"; --fa--fa: "\f129\f129"; }
.fa-info-circle { --fa: "\f05a"; --fa--fa: "\f05a\f05a"; }
.fa-language { --fa: "\f1ab"; --fa--fa: "\f1ab\f1ab"; }
.fa-layer-group { --fa: "\f5fd"; --fa--fa: "\f5fd\f5fd"; }
.fa-leaf { --fa: "\f06c"; --fa--fa: "\f06c\f06c"; }
.fa-life-ring { --fa: "\f1cd"; --fa--fa: "\f1cd\f1cd"; }
.fa-line-columns { --fa: "\f870"; --fa--fa: "\f870\f870"; }
.fa-line-height { --fa: "\f871"; --fa--fa: "\f871\f871"; }
.fa-link { --fa: "\f0c1"; --fa--fa: "\f0c1\f0c1"; }
.fa-list { --fa: "\f03a"; --fa--fa: "\f03a\f03a"; }
.fa-list-squares { --fa: "\f03a"; --fa--fa: "\f03a\f03a"; }
.fa-location { --fa: "\f601"; --fa--fa: "\f601\f601"; }
.fa-location-arrow { --fa: "\f124"; --fa--fa: "\f124\f124"; }
.fa-location-crosshairs { --fa: "\f601"; --fa--fa: "\f601\f601"; }
.fa-location-dot { --fa: "\f3c5"; --fa--fa: "\f3c5\f3c5"; }
.fa-location-pin { --fa: "\f041"; --fa--fa: "\f041\f041"; }
.fa-lock { --fa: "\f023"; --fa--fa: "\f023\f023"; }
.fa-lock-alt { --fa: "\f30d"; --fa--fa: "\f30d\f30d"; }
.fa-lock-keyhole { --fa: "\f30d"; --fa--fa: "\f30d\f30d"; }
.fa-lock-open { --fa: "\f3c1"; --fa--fa: "\f3c1\f3c1"; }
.fa-long-arrow-down { --fa: "\f175"; --fa--fa: "\f175\f175"; }
.fa-long-arrow-left { --fa: "\f177"; --fa--fa: "\f177\f177"; }
.fa-long-arrow-right { --fa: "\f178"; --fa--fa: "\f178\f178"; }
.fa-long-arrow-up { --fa: "\f176"; --fa--fa: "\f176\f176"; }
.fa-magnifying-glass { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-magnifying-glass-plus { --fa: "\f00e"; --fa--fa: "\f00e\f00e"; }
.fa-map-marker { --fa: "\f041"; --fa--fa: "\f041\f041"; }
.fa-map-marker-alt { --fa: "\f3c5"; --fa--fa: "\f3c5\f3c5"; }
.fa-megaphone { --fa: "\f675"; --fa--fa: "\f675\f675"; }
.fa-message-lines { --fa: "\f4a6"; --fa--fa: "\f4a6\f4a6"; }
.fa-messages { --fa: "\f4b6"; --fa--fa: "\f4b6\f4b6"; }
.fa-minus { --fa: "\f068"; --fa--fa: "\f068\f068"; }
.fa-mobile { --fa: "\f3ce"; --fa--fa: "\f3ce\f3ce"; }
.fa-mobile-alt { --fa: "\f3cd"; --fa--fa: "\f3cd\f3cd"; }
.fa-mobile-android { --fa: "\f3ce"; --fa--fa: "\f3ce\f3ce"; }
.fa-mobile-android-alt { --fa: "\f3cf"; --fa--fa: "\f3cf\f3cf"; }
.fa-mobile-button { --fa: "\f10b"; --fa--fa: "\f10b\f10b"; }
.fa-mobile-iphone { --fa: "\e1ee"; --fa--fa: "\e1ee\e1ee"; }
.fa-mobile-notch { --fa: "\e1ee"; --fa--fa: "\e1ee\e1ee"; }
.fa-mobile-phone { --fa: "\f3ce"; --fa--fa: "\f3ce\f3ce"; }
.fa-mobile-screen { --fa: "\f3cf"; --fa--fa: "\f3cf\f3cf"; }
.fa-mobile-screen-button { --fa: "\f3cd"; --fa--fa: "\f3cd\f3cd"; }
.fa-moon { --fa: "\f186"; --fa--fa: "\f186\f186"; }
.fa-multiply { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-navicon { --fa: "\f0c9"; --fa--fa: "\f0c9\f0c9"; }
.fa-newspaper { --fa: "\f1ea"; --fa--fa: "\f1ea\f1ea"; }
.fa-page { --fa: "\e428"; --fa--fa: "\e428\e428"; }
.fa-paper-plane { --fa: "\f1d8"; --fa--fa: "\f1d8\f1d8"; }
.fa-paper-plane-alt { --fa: "\e20a"; --fa--fa: "\e20a\e20a"; }
.fa-paper-plane-top { --fa: "\e20a"; --fa--fa: "\e20a\e20a"; }
.fa-paperclip { --fa: "\f0c6"; --fa--fa: "\f0c6\f0c6"; }
.fa-paperclip-vertical { --fa: "\e3c2"; --fa--fa: "\e3c2\e3c2"; }
.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-person-running-fast { --fa: "\e5ff"; --fa--fa: "\e5ff\e5ff"; }
.fa-phone { --fa: "\f095"; --fa--fa: "\f095\f095"; }
.fa-phone-slash { --fa: "\f3dd"; --fa--fa: "\f3dd\f3dd"; }
.fa-phone-volume { --fa: "\f2a0"; --fa--fa: "\f2a0\f2a0"; }
.fa-play { --fa: "\f04b"; --fa--fa: "\f04b\f04b"; }
.fa-plug { --fa: "\f1e6"; --fa--fa: "\f1e6\f1e6"; }
.fa-plus { --fa: "\2b"; --fa--fa: "\2b\2b"; }
.fa-print { --fa: "\f02f"; --fa--fa: "\f02f\f02f"; }
.fa-qrcode { --fa: "\f029"; --fa--fa: "\f029\f029"; }
.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-rectangle-times { --fa: "\f410"; --fa--fa: "\f410\f410"; }
.fa-rectangle-xmark { --fa: "\f410"; --fa--fa: "\f410\f410"; }
.fa-recycle { --fa: "\f1b8"; --fa--fa: "\f1b8\f1b8"; }
.fa-remove { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-right-left-large { --fa: "\e5e1"; --fa--fa: "\e5e1\e5e1"; }
.fa-rotate { --fa: "\f2f1"; --fa--fa: "\f2f1\f2f1"; }
.fa-rotate-back { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-rotate-backward { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-rotate-left { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-save { --fa: "\f0c7"; --fa--fa: "\f0c7\f0c7"; }
.fa-search { --fa: "\f002"; --fa--fa: "\f002\f002"; }
.fa-search-plus { --fa: "\f00e"; --fa--fa: "\f00e\f00e"; }
.fa-send { --fa: "\e20a"; --fa--fa: "\e20a\e20a"; }
.fa-share-alt { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-share-nodes { --fa: "\f1e0"; --fa--fa: "\f1e0\f1e0"; }
.fa-shipping-fast { --fa: "\f48b"; --fa--fa: "\f48b\f48b"; }
.fa-signal { --fa: "\f012"; --fa--fa: "\f012\f012"; }
.fa-signal-5 { --fa: "\f012"; --fa--fa: "\f012\f012"; }
.fa-signal-perfect { --fa: "\f012"; --fa--fa: "\f012\f012"; }
.fa-sliders { --fa: "\f1de"; --fa--fa: "\f1de\f1de"; }
.fa-sliders-h { --fa: "\f1de"; --fa--fa: "\f1de\f1de"; }
.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 { --fa: "\f110"; --fa--fa: "\f110\f110"; }
.fa-square-caret-right { --fa: "\f152"; --fa--fa: "\f152\f152"; }
.fa-square-envelope { --fa: "\f199"; --fa--fa: "\f199\f199"; }
.fa-square-question { --fa: "\f2fd"; --fa--fa: "\f2fd\f2fd"; }
.fa-square-xmark { --fa: "\f2d3"; --fa--fa: "\f2d3\f2d3"; }
.fa-star { --fa: "\f005"; --fa--fa: "\f005\f005"; }
.fa-star-half-alt { --fa: "\f5c0"; --fa--fa: "\f5c0\f5c0"; }
.fa-star-half-stroke { --fa: "\f5c0"; --fa--fa: "\f5c0\f5c0"; }
.fa-star-sharp { --fa: "\e28b"; --fa--fa: "\e28b\e28b"; }
.fa-star-sharp-half { --fa: "\e28c"; --fa--fa: "\e28c\e28c"; }
.fa-star-sharp-half-alt { --fa: "\e28d"; --fa--fa: "\e28d\e28d"; }
.fa-star-sharp-half-stroke { --fa: "\e28d"; --fa--fa: "\e28d\e28d"; }
.fa-subtract { --fa: "\f068"; --fa--fa: "\f068\f068"; }
.fa-sun { --fa: "\f185"; --fa--fa: "\f185\f185"; }
.fa-sun-alt { --fa: "\e28f"; --fa--fa: "\e28f\e28f"; }
.fa-sun-bright { --fa: "\e28f"; --fa--fa: "\e28f\e28f"; }
.fa-sync-alt { --fa: "\f2f1"; --fa--fa: "\f2f1\f2f1"; }
.fa-table-cells { --fa: "\f00a"; --fa--fa: "\f00a\f00a"; }
.fa-tags { --fa: "\f02c"; --fa--fa: "\f02c\f02c"; }
.fa-th { --fa: "\f00a"; --fa--fa: "\f00a\f00a"; }
.fa-ticket { --fa: "\f145"; --fa--fa: "\f145\f145"; }
.fa-ticket-alt { --fa: "\f3ff"; --fa--fa: "\f3ff\f3ff"; }
.fa-ticket-simple { --fa: "\f3ff"; --fa--fa: "\f3ff\f3ff"; }
.fa-times { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-times-circle { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-times-rectangle { --fa: "\f410"; --fa--fa: "\f410\f410"; }
.fa-times-square { --fa: "\f2d3"; --fa--fa: "\f2d3\f2d3"; }
.fa-trash { --fa: "\f1f8"; --fa--fa: "\f1f8\f1f8"; }
.fa-trash-clock { --fa: "\e2b0"; --fa--fa: "\e2b0\e2b0"; }
.fa-tree { --fa: "\f1bb"; --fa--fa: "\f1bb\f1bb"; }
.fa-trees { --fa: "\f724"; --fa--fa: "\f724\f724"; }
.fa-triangle-exclamation { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-truck { --fa: "\f0d1"; --fa--fa: "\f0d1\f0d1"; }
.fa-truck-fast { --fa: "\f48b"; --fa--fa: "\f48b\f48b"; }
.fa-truck-front { --fa: "\e2b7"; --fa--fa: "\e2b7\e2b7"; }
.fa-undo { --fa: "\f0e2"; --fa--fa: "\f0e2\f0e2"; }
.fa-undo-alt { --fa: "\f2ea"; --fa--fa: "\f2ea\f2ea"; }
.fa-universal-access { --fa: "\f29a"; --fa--fa: "\f29a\f29a"; }
.fa-unlock { --fa: "\f09c"; --fa--fa: "\f09c\f09c"; }
.fa-unsorted { --fa: "\f0dc"; --fa--fa: "\f0dc\f0dc"; }
.fa-up-right-from-square { --fa: "\f35d"; --fa--fa: "\f35d\f35d"; }
.fa-upload { --fa: "\f093"; --fa--fa: "\f093\f093"; }
.fa-user { --fa: "\f007"; --fa--fa: "\f007\f007"; }
.fa-users { --fa: "\f0c0"; --fa--fa: "\f0c0\f0c0"; }
.fa-video { --fa: "\f03d"; --fa--fa: "\f03d\f03d"; }
.fa-video-camera { --fa: "\f03d"; --fa--fa: "\f03d\f03d"; }
.fa-video-circle { --fa: "\e12b"; --fa--fa: "\e12b\e12b"; }
.fa-volume { --fa: "\f6a8"; --fa--fa: "\f6a8\f6a8"; }
.fa-volume-control-phone { --fa: "\f2a0"; --fa--fa: "\f2a0\f2a0"; }
.fa-volume-medium { --fa: "\f6a8"; --fa--fa: "\f6a8\f6a8"; }
.fa-volume-mute { --fa: "\f6a9"; --fa--fa: "\f6a9\f6a9"; }
.fa-volume-off { --fa: "\f026"; --fa--fa: "\f026\f026"; }
.fa-volume-times { --fa: "\f6a9"; --fa--fa: "\f6a9\f6a9"; }
.fa-volume-xmark { --fa: "\f6a9"; --fa--fa: "\f6a9\f6a9"; }
.fa-warning { --fa: "\f071"; --fa--fa: "\f071\f071"; }
.fa-wave-pulse { --fa: "\f5f8"; --fa--fa: "\f5f8\f5f8"; }
.fa-window-close { --fa: "\f410"; --fa--fa: "\f410\f410"; }
.fa-xmark { --fa: "\f00d"; --fa--fa: "\f00d\f00d"; }
.fa-xmark-circle { --fa: "\f057"; --fa--fa: "\f057\f057"; }
.fa-xmark-large { --fa: "\e59b"; --fa--fa: "\e59b\e59b"; }
.fa-xmark-square { --fa: "\f2d3"; --fa--fa: "\f2d3\f2d3"; }

.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-android { --fa: "\f17b"; --fa--fa: "\f17b\f17b"; }
.fa-apple { --fa: "\f179"; --fa--fa: "\f179\f179"; }
.fa-pagelines { --fa: "\f18c"; --fa--fa: "\f18c\f18c"; }
.fa-windows { --fa: "\f17a"; --fa--fa: "\f17a\f17a"; }

/*!
 * 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; }

:root, :host {
  --fa-style-family-duotone: 'Font Awesome 6 Duotone';
  --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone'; }

@font-face {
  font-family: 'Font Awesome 6 Duotone';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-duotone-regular-400.woff2") format("woff2"), url("../webfonts/fa-duotone-regular-400.ttf") format("truetype"); }

.fadr,
.fa-duotone.fa-regular {
  position: relative;
  font-weight: 400;
  letter-spacing: normal; }

.fadr::before,
.fa-duotone.fa-regular::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1); }

.fadr::after,
.fa-duotone.fa-regular::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fadr::before,
.fa-swap-opacity .fa-duotone.fa-regular::before,
.fadr.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before,
.fa-duotone.fa-regular.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fadr::after,
.fa-swap-opacity .fa-duotone.fa-regular::after,
.fadr.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after,
.fa-duotone.fa-regular.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1); }

.fadr.fa-inverse,
.fa-duotone.fa-regular.fa-inverse {
  color: var(--fa-inverse, #fff); }

.fadr.fa-stack-1x,
.fadr.fa-stack-2x,
.fa-duotone.fa-regular.fa-stack-1x,
.fa-duotone.fa-regular.fa-stack-2x {
  position: absolute; }

: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; }

