:host,
:root {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/webfonts/fa-regular-400.woff2") format("woff2");
}

.fas {
  --fa-style: 900;
}

.fa-classic,
.fas {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}

.far {
  --fa-style: 400;
}

.fa-classic,
.far {
  --fa-family: var(--fa-family-classic);
}

.fa-regular {
  --fa-style: 400;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
  content: var(--fa) / "";
}

@supports not (content: "" / "") {
  :is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
    content: var(--fa);
  }
}

.fa-fw {
  --fa-width: 1.25em;
}

.fa-arrow-left {
  --fa: "\f060";
}
.fa-arrow-right {
  --fa: "\f061";
}
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}
.fa-bars {
  --fa: "\f0c9";
}
.fa-calendar-check {
  --fa: "\f274";
}
.fa-check {
  --fa: "\f00c";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-chevron-left {
  --fa: "\f053";
}
.fa-chevron-right {
  --fa: "\f054";
}
.fa-clock {
  --fa: "\f017";
}
.fa-copyright {
  --fa: "\f1f9";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-fax {
  --fa: "\f1ac";
}
.fa-file-lines {
  --fa: "\f15c";
}
.fa-globe {
  --fa: "\f0ac";
}
.fa-house {
  --fa: "\f015";
}
.fa-location-dot {
  --fa: "\f3c5";
}
.fa-magnifying-glass-plus {
  --fa: "\f00e";
}
.fa-newspaper {
  --fa: "\f1ea";
}
.fa-phone {
  --fa: "\f095";
}
.fa-shield-halved {
  --fa: "\f3ed";
}
.fa-tag {
  --fa: "\f02b";
}
.fa-tooth {
  --fa: "\f5c9";
}
.fa-user {
  --fa: "\f007";
}
.fa-user-doctor {
  --fa: "\f0f0";
}
.fa-xmark {
  --fa: "\f00d";
}
