/*!
* font
*/
.fi {
font-family: var(--fi-style-family, "Font Icons 6 Free");
font-weight: var(--fi-style, 900); }
.fis,
.fir,
.fib,
.fi-solid,
.fi-regular,
.fi-brands,
.fi {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fi-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto; }
.fis::before,
.fir::before,
.fib::before,
.fi-solid::before,
.fi-regular::before,
.fi-brands::before,
.fi::before {
content: var(--fi); }
.fi-classic,
.fis,
.fi-solid,
.fir,
.fi-regular {
font-family: 'Font Icons 6 Free'; }
.fi-brands,
.fib {
font-family: 'Font Icons 6 Brands'; }
.fi-1x {
font-size: 1em; }
.fi-2x {
font-size: 2em; }
.fi-3x {
font-size: 3em; }
.fi-4x {
font-size: 4em; }
.fi-5x {
font-size: 5em; }
.fi-6x {
font-size: 6em; }
.fi-7x {
font-size: 7em; }
.fi-8x {
font-size: 8em; }
.fi-9x {
font-size: 9em; }
.fi-10x {
font-size: 10em; }
.fi-2xs {
font-size: 0.625em;
line-height: 0.1em;
vertical-align: 0.225em; }
.fi-xs {
font-size: 0.75em;
line-height: 0.08333em;
vertical-align: 0.125em; }
.fi-sm {
font-size: 0.875em;
line-height: 0.07143em;
vertical-align: 0.05357em; }
.fi-lg {
font-size: 1.25em;
line-height: 0.05em;
vertical-align: -0.075em; }
.fi-xl {
font-size: 1.5em;
line-height: 0.04167em;
vertical-align: -0.125em; }
.fi-2xl {
font-size: 2em;
line-height: 0.03125em;
vertical-align: -0.1875em; }
.fi-fw {
text-align: center;
width: 1.25em; }
.fi-ul {
list-style-type: none;
margin-left: var(--fi-li-margin, 2.5em);
padding-left: 0; }
.fi-ul > li {
position: relative; }
.fi-li {
left: calc(-1 * var(--fi-li-width, 2em));
position: absolute;
text-align: center;
width: var(--fi-li-width, 2em);
line-height: inherit; }
.fi-border {
border-color: var(--fi-border-color, #eee);
border-radius: var(--fi-border-radius, 0.1em);
border-style: var(--fi-border-style, solid);
border-width: var(--fi-border-width, 0.08em);
padding: var(--fi-border-padding, 0.2em 0.25em 0.15em); }
.fi-pull-left {
float: left;
margin-right: var(--fi-pull-margin, 0.3em); }
.fi-pull-right {
float: right;
margin-left: var(--fi-pull-margin, 0.3em); }
.fi-beat {
animation-name: fi-beat;
animation-delay: var(--fi-animation-delay, 0s);
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 1s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, ease-in-out); }
.fi-bounce {
animation-name: fi-bounce;
animation-delay: var(--fi-animation-delay, 0s);
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 1s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
.fi-fade {
animation-name: fi-fade;
animation-delay: var(--fi-animation-delay, 0s);
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 1s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fi-beat-fade {
animation-name: fi-beat-fade;
animation-delay: var(--fi-animation-delay, 0s);
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 1s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
.fi-flip {
animation-name: fi-flip;
animation-delay: var(--fi-animation-delay, 0s);
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 1s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, ease-in-out); }
.fi-shake {
animation-name: fi-shake;
animation-delay: var(--fi-animation-delay, 0s);
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 1s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, linear); }
.fi-spin {
animation-name: fi-spin;
animation-delay: var(--fi-animation-delay, 0s);
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 2s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, linear); }
.fi-spin-reverse {
--fi-animation-direction: reverse; }
.fi-pulse,
.fi-spin-pulse {
animation-name: fi-spin;
animation-direction: var(--fi-animation-direction, normal);
animation-duration: var(--fi-animation-duration, 1s);
animation-iteration-count: var(--fi-animation-iteration-count, infinite);
animation-timing-function: var(--fi-animation-timing, steps(8)); }
@media (prefers-reduced-motion: reduce) {
.fi-beat,
.fi-bounce,
.fi-fade,
.fi-beat-fade,
.fi-flip,
.fi-pulse,
.fi-shake,
.fi-spin,
.fi-spin-pulse {
animation-delay: -1ms;
animation-duration: 1ms;
animation-iteration-count: 1;
transition-delay: 0s;
transition-duration: 0s; } }
@keyframes fi-beat {
0%, 90% {
transform: scale(1); }
45% {
transform: scale(var(--fi-beat-scale, 1.25)); } }
@keyframes fi-bounce {
0% {
transform: scale(1, 1) translateY(0); }
10% {
transform: scale(var(--fi-bounce-start-scale-x, 1.1), var(--fi-bounce-start-scale-y, 0.9)) translateY(0); }
30% {
transform: scale(var(--fi-bounce-jump-scale-x, 0.9), var(--fi-bounce-jump-scale-y, 1.1)) translateY(var(--fi-bounce-height, -0.5em)); }
50% {
transform: scale(var(--fi-bounce-land-scale-x, 1.05), var(--fi-bounce-land-scale-y, 0.95)) translateY(0); }
57% {
transform: scale(1, 1) translateY(var(--fi-bounce-rebound, -0.125em)); }
64% {
transform: scale(1, 1) translateY(0); }
100% {
transform: scale(1, 1) translateY(0); } }
@keyframes fi-fade {
50% {
opacity: var(--fi-fade-opacity, 0.4); } }
@keyframes fi-beat-fade {
0%, 100% {
opacity: var(--fi-beat-fade-opacity, 0.4);
transform: scale(1); }
50% {
opacity: 1;
transform: scale(var(--fi-beat-fade-scale, 1.125)); } }
@keyframes fi-flip {
50% {
transform: rotate3d(var(--fi-flip-x, 0), var(--fi-flip-y, 1), var(--fi-flip-z, 0), var(--fi-flip-angle, -180deg)); } }
@keyframes fi-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 fi-spin {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
.fi-rotate-90 {
transform: rotate(90deg); }
.fi-rotate-180 {
transform: rotate(180deg); }
.fi-rotate-270 {
transform: rotate(270deg); }
.fi-flip-horizontal {
transform: scale(-1, 1); }
.fi-flip-vertical {
transform: scale(1, -1); }
.fi-flip-both,
.fi-flip-horizontal.fi-flip-vertical {
transform: scale(-1, -1); }
.fi-rotate-by {
transform: rotate(var(--fi-rotate-angle, 0)); }
.fi-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fi-stack-1x,
.fi-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: var(--fi-stack-z-index, auto); }
.fi-stack-1x {
line-height: inherit; }
.fi-stack-2x {
font-size: 2em; }
.fi-inverse {
color: var(--fi-inverse, #fff); }
/* Font Icons uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fi-0 {
--fi: "\30"; }
.fi-1 {
--fi: "\31"; }
.fi-2 {
--fi: "\32"; }
.fi-3 {
--fi: "\33"; }
.fi-4 {
--fi: "\34"; }
.fi-5 {
--fi: "\35"; }
.fi-6 {
--fi: "\36"; }
.fi-7 {
--fi: "\37"; }
.fi-8 {
--fi: "\38"; }
.fi-9 {
--fi: "\39"; }
.fi-fill-drip {
--fi: "\f576"; }
.fi-arrows-to-circle {
--fi: "\e4bd"; }
.fi-circle-chevron-right {
--fi: "\f138"; }
.fi-chevron-circle-right {
--fi: "\f138"; }
.fi-at {
--fi: "\40"; }
.fi-trash-can {
--fi: "\f2ed"; }
.fi-trash-alt {
--fi: "\f2ed"; }
.fi-text-height {
--fi: "\f034"; }
.fi-user-xmark {
--fi: "\f235"; }
.fi-user-times {
--fi: "\f235"; }
.fi-stethoscope {
--fi: "\f0f1"; }
.fi-message {
--fi: "\f27a"; }
.fi-comment-alt {
--fi: "\f27a"; }
.fi-info {
--fi: "\f129"; }
.fi-down-left-and-up-right-to-center {
--fi: "\f422"; }
.fi-compress-alt {
--fi: "\f422"; }
.fi-explosion {
--fi: "\e4e9"; }
.fi-file-lines {
--fi: "\f15c"; }
.fi-file-alt {
--fi: "\f15c"; }
.fi-file-text {
--fi: "\f15c"; }
.fi-wave-square {
--fi: "\f83e"; }
.fi-ring {
--fi: "\f70b"; }
.fi-building-un {
--fi: "\e4d9"; }
.fi-dice-three {
--fi: "\f527"; }
.fi-calendar-days {
--fi: "\f073"; }
.fi-calendar-alt {
--fi: "\f073"; }
.fi-anchor-circle-check {
--fi: "\e4aa"; }
.fi-building-circle-arrow-right {
--fi: "\e4d1"; }
.fi-volleyball {
--fi: "\f45f"; }
.fi-volleyball-ball {
--fi: "\f45f"; }
.fi-arrows-up-to-line {
--fi: "\e4c2"; }
.fi-sort-down {
--fi: "\f0dd"; }
.fi-sort-desc {
--fi: "\f0dd"; }
.fi-circle-minus {
--fi: "\f056"; }
.fi-minus-circle {
--fi: "\f056"; }
.fi-door-open {
--fi: "\f52b"; }
.fi-right-from-bracket {
--fi: "\f2f5"; }
.fi-sign-out-alt {
--fi: "\f2f5"; }
.fi-atom {
--fi: "\f5d2"; }
.fi-soap {
--fi: "\e06e"; }
.fi-icons {
--fi: "\f86d"; }
.fi-heart-music-camera-bolt {
--fi: "\f86d"; }
.fi-microphone-lines-slash {
--fi: "\f539"; }
.fi-microphone-alt-slash {
--fi: "\f539"; }
.fi-bridge-circle-check {
--fi: "\e4c9"; }
.fi-pump-medical {
--fi: "\e06a"; }
.fi-fingerprint {
--fi: "\f577"; }
.fi-hand-point-right {
--fi: "\f0a4"; }
.fi-magnifying-glass-location {
--fi: "\f689"; }
.fi-search-location {
--fi: "\f689"; }
.fi-forward-step {
--fi: "\f051"; }
.fi-step-forward {
--fi: "\f051"; }
.fi-face-smile-beam {
--fi: "\f5b8"; }
.fi-smile-beam {
--fi: "\f5b8"; }
.fi-flag-checkered {
--fi: "\f11e"; }
.fi-football {
--fi: "\f44e"; }
.fi-football-ball {
--fi: "\f44e"; }
.fi-school-circle-exclamation {
--fi: "\e56c"; }
.fi-crop {
--fi: "\f125"; }
.fi-angles-down {
--fi: "\f103"; }
.fi-angle-double-down {
--fi: "\f103"; }
.fi-users-rectangle {
--fi: "\e594"; }
.fi-people-roof {
--fi: "\e537"; }
.fi-people-line {
--fi: "\e534"; }
.fi-beer-mug-empty {
--fi: "\f0fc"; }
.fi-beer {
--fi: "\f0fc"; }
.fi-diagram-predecessor {
--fi: "\e477"; }
.fi-arrow-up-long {
--fi: "\f176"; }
.fi-long-arrow-up {
--fi: "\f176"; }
.fi-fire-flame-simple {
--fi: "\f46a"; }
.fi-burn {
--fi: "\f46a"; }
.fi-person {
--fi: "\f183"; }
.fi-male {
--fi: "\f183"; }
.fi-laptop {
--fi: "\f109"; }
.fi-file-csv {
--fi: "\f6dd"; }
.fi-menorah {
--fi: "\f676"; }
.fi-truck-plane {
--fi: "\e58f"; }
.fi-record-vinyl {
--fi: "\f8d9"; }
.fi-face-grin-stars {
--fi: "\f587"; }
.fi-grin-stars {
--fi: "\f587"; }
.fi-bong {
--fi: "\f55c"; }
.fi-spaghetti-monster-flying {
--fi: "\f67b"; }
.fi-pastafarianism {
--fi: "\f67b"; }
.fi-arrow-down-up-across-line {
--fi: "\e4af"; }
.fi-spoon {
--fi: "\f2e5"; }
.fi-utensil-spoon {
--fi: "\f2e5"; }
.fi-jar-wheat {
--fi: "\e517"; }
.fi-envelopes-bulk {
--fi: "\f674"; }
.fi-mail-bulk {
--fi: "\f674"; }
.fi-file-circle-exclamation {
--fi: "\e4eb"; }
.fi-circle-h {
--fi: "\f47e"; }
.fi-hospital-symbol {
--fi: "\f47e"; }
.fi-pager {
--fi: "\f815"; }
.fi-address-book {
--fi: "\f2b9"; }
.fi-contact-book {
--fi: "\f2b9"; }
.fi-strikethrough {
--fi: "\f0cc"; }
.fi-k {
--fi: "\4b"; }
.fi-landmark-flag {
--fi: "\e51c"; }
.fi-pencil {
--fi: "\f303"; }
.fi-pencil-alt {
--fi: "\f303"; }
.fi-backward {
--fi: "\f04a"; }
.fi-caret-right {
--fi: "\f0da"; }
.fi-comments {
--fi: "\f086"; }
.fi-paste {
--fi: "\f0ea"; }
.fi-file-clipboard {
--fi: "\f0ea"; }
.fi-code-pull-request {
--fi: "\e13c"; }
.fi-clipboard-list {
--fi: "\f46d"; }
.fi-truck-ramp-box {
--fi: "\f4de"; }
.fi-truck-loading {
--fi: "\f4de"; }
.fi-user-check {
--fi: "\f4fc"; }
.fi-vial-virus {
--fi: "\e597"; }
.fi-sheet-plastic {
--fi: "\e571"; }
.fi-blog {
--fi: "\f781"; }
.fi-user-ninja {
--fi: "\f504"; }
.fi-person-arrow-up-from-line {
--fi: "\e539"; }
.fi-scroll-torah {
--fi: "\f6a0"; }
.fi-torah {
--fi: "\f6a0"; }
.fi-broom-ball {
--fi: "\f458"; }
.fi-quidditch {
--fi: "\f458"; }
.fi-quidditch-broom-ball {
--fi: "\f458"; }
.fi-toggle-off {
--fi: "\f204"; }
.fi-box-archive {
--fi: "\f187"; }
.fi-archive {
--fi: "\f187"; }
.fi-person-drowning {
--fi: "\e545"; }
.fi-arrow-down-9-1 {
--fi: "\f886"; }
.fi-sort-numeric-desc {
--fi: "\f886"; }
.fi-sort-numeric-down-alt {
--fi: "\f886"; }
.fi-face-grin-tongue-squint {
--fi: "\f58a"; }
.fi-grin-tongue-squint {
--fi: "\f58a"; }
.fi-spray-can {
--fi: "\f5bd"; }
.fi-truck-monster {
--fi: "\f63b"; }
.fi-w {
--fi: "\57"; }
.fi-earth-africa {
--fi: "\f57c"; }
.fi-globe-africa {
--fi: "\f57c"; }
.fi-rainbow {
--fi: "\f75b"; }
.fi-circle-notch {
--fi: "\f1ce"; }
.fi-tablet-screen-button {
--fi: "\f3fa"; }
.fi-tablet-alt {
--fi: "\f3fa"; }
.fi-paw {
--fi: "\f1b0"; }
.fi-cloud {
--fi: "\f0c2"; }
.fi-trowel-bricks {
--fi: "\e58a"; }
.fi-face-flushed {
--fi: "\f579"; }
.fi-flushed {
--fi: "\f579"; }
.fi-hospital-user {
--fi: "\f80d"; }
.fi-tent-arrow-left-right {
--fi: "\e57f"; }
.fi-gavel {
--fi: "\f0e3"; }
.fi-legal {
--fi: "\f0e3"; }
.fi-binoculars {
--fi: "\f1e5"; }
.fi-microphone-slash {
--fi: "\f131"; }
.fi-box-tissue {
--fi: "\e05b"; }
.fi-motorcycle {
--fi: "\f21c"; }
.fi-bell-concierge {
--fi: "\f562"; }
.fi-concierge-bell {
--fi: "\f562"; }
.fi-pen-ruler {
--fi: "\f5ae"; }
.fi-pencil-ruler {
--fi: "\f5ae"; }
.fi-people-arrows {
--fi: "\e068"; }
.fi-people-arrows-left-right {
--fi: "\e068"; }
.fi-mars-and-venus-burst {
--fi: "\e523"; }
.fi-square-caret-right {
--fi: "\f152"; }
.fi-caret-square-right {
--fi: "\f152"; }
.fi-scissors {
--fi: "\f0c4"; }
.fi-cut {
--fi: "\f0c4"; }
.fi-sun-plant-wilt {
--fi: "\e57a"; }
.fi-toilets-portable {
--fi: "\e584"; }
.fi-hockey-puck {
--fi: "\f453"; }
.fi-table {
--fi: "\f0ce"; }
.fi-magnifying-glass-arrow-right {
--fi: "\e521"; }
.fi-tachograph-digital {
--fi: "\f566"; }
.fi-digital-tachograph {
--fi: "\f566"; }
.fi-users-slash {
--fi: "\e073"; }
.fi-clover {
--fi: "\e139"; }
.fi-reply {
--fi: "\f3e5"; }
.fi-mail-reply {
--fi: "\f3e5"; }
.fi-star-and-crescent {
--fi: "\f699"; }
.fi-house-fire {
--fi: "\e50c"; }
.fi-square-minus {
--fi: "\f146"; }
.fi-minus-square {
--fi: "\f146"; }
.fi-helicopter {
--fi: "\f533"; }
.fi-compass {
--fi: "\f14e"; }
.fi-square-caret-down {
--fi: "\f150"; }
.fi-caret-square-down {
--fi: "\f150"; }
.fi-file-circle-question {
--fi: "\e4ef"; }
.fi-laptop-code {
--fi: "\f5fc"; }
.fi-swatchbook {
--fi: "\f5c3"; }
.fi-prescription-bottle {
--fi: "\f485"; }
.fi-bars {
--fi: "\f0c9"; }
.fi-navicon {
--fi: "\f0c9"; }
.fi-people-group {
--fi: "\e533"; }
.fi-hourglass-end {
--fi: "\f253"; }
.fi-hourglass-3 {
--fi: "\f253"; }
.fi-heart-crack {
--fi: "\f7a9"; }
.fi-heart-broken {
--fi: "\f7a9"; }
.fi-square-up-right {
--fi: "\f360"; }
.fi-external-link-square-alt {
--fi: "\f360"; }
.fi-face-kiss-beam {
--fi: "\f597"; }
.fi-kiss-beam {
--fi: "\f597"; }
.fi-film {
--fi: "\f008"; }
.fi-ruler-horizontal {
--fi: "\f547"; }
.fi-people-robbery {
--fi: "\e536"; }
.fi-lightbulb {
--fi: "\f0eb"; }
.fi-caret-left {
--fi: "\f0d9"; }
.fi-circle-exclamation {
--fi: "\f06a"; }
.fi-exclamation-circle {
--fi: "\f06a"; }
.fi-school-circle-xmark {
--fi: "\e56d"; }
.fi-arrow-right-from-bracket {
--fi: "\f08b"; }
.fi-sign-out {
--fi: "\f08b"; }
.fi-circle-chevron-down {
--fi: "\f13a"; }
.fi-chevron-circle-down {
--fi: "\f13a"; }
.fi-unlock-keyhole {
--fi: "\f13e"; }
.fi-unlock-alt {
--fi: "\f13e"; }
.fi-cloud-showers-heavy {
--fi: "\f740"; }
.fi-headphones-simple {
--fi: "\f58f"; }
.fi-headphones-alt {
--fi: "\f58f"; }
.fi-sitemap {
--fi: "\f0e8"; }
.fi-circle-dollar-to-slot {
--fi: "\f4b9"; }
.fi-donate {
--fi: "\f4b9"; }
.fi-memory {
--fi: "\f538"; }
.fi-road-spikes {
--fi: "\e568"; }
.fi-fire-burner {
--fi: "\e4f1"; }
.fi-flag {
--fi: "\f024"; }
.fi-hanukiah {
--fi: "\f6e6"; }
.fi-feather {
--fi: "\f52d"; }
.fi-volume-low {
--fi: "\f027"; }
.fi-volume-down {
--fi: "\f027"; }
.fi-comment-slash {
--fi: "\f4b3"; }
.fi-cloud-sun-rain {
--fi: "\f743"; }
.fi-compress {
--fi: "\f066"; }
.fi-wheat-awn {
--fi: "\e2cd"; }
.fi-wheat-alt {
--fi: "\e2cd"; }
.fi-ankh {
--fi: "\f644"; }
.fi-hands-holding-child {
--fi: "\e4fa"; }
.fi-asterisk {
--fi: "\2a"; }
.fi-square-check {
--fi: "\f14a"; }
.fi-check-square {
--fi: "\f14a"; }
.fi-peseta-sign {
--fi: "\e221"; }
.fi-heading {
--fi: "\f1dc"; }
.fi-header {
--fi: "\f1dc"; }
.fi-ghost {
--fi: "\f6e2"; }
.fi-list {
--fi: "\f03a"; }
.fi-list-squares {
--fi: "\f03a"; }
.fi-square-phone-flip {
--fi: "\f87b"; }
.fi-phone-square-alt {
--fi: "\f87b"; }
.fi-cart-plus {
--fi: "\f217"; }
.fi-gamepad {
--fi: "\f11b"; }
.fi-circle-dot {
--fi: "\f192"; }
.fi-dot-circle {
--fi: "\f192"; }
.fi-face-dizzy {
--fi: "\f567"; }
.fi-dizzy {
--fi: "\f567"; }
.fi-egg {
--fi: "\f7fb"; }
.fi-house-medical-circle-xmark {
--fi: "\e513"; }
.fi-campground {
--fi: "\f6bb"; }
.fi-folder-plus {
--fi: "\f65e"; }
.fi-futbol {
--fi: "\f1e3"; }
.fi-futbol-ball {
--fi: "\f1e3"; }
.fi-soccer-ball {
--fi: "\f1e3"; }
.fi-paintbrush {
--fi: "\f1fc"; }
.fi-paint-brush {
--fi: "\f1fc"; }
.fi-lock {
--fi: "\f023"; }
.fi-gas-pump {
--fi: "\f52f"; }
.fi-hot-tub-person {
--fi: "\f593"; }
.fi-hot-tub {
--fi: "\f593"; }
.fi-map-location {
--fi: "\f59f"; }
.fi-map-marked {
--fi: "\f59f"; }
.fi-house-flood-water {
--fi: "\e50e"; }
.fi-tree {
--fi: "\f1bb"; }
.fi-bridge-lock {
--fi: "\e4cc"; }
.fi-sack-dollar {
--fi: "\f81d"; }
.fi-pen-to-square {
--fi: "\f044"; }
.fi-edit {
--fi: "\f044"; }
.fi-car-side {
--fi: "\f5e4"; }
.fi-share-nodes {
--fi: "\f1e0"; }
.fi-share-alt {
--fi: "\f1e0"; }
.fi-heart-circle-minus {
--fi: "\e4ff"; }
.fi-hourglass-half {
--fi: "\f252"; }
.fi-hourglass-2 {
--fi: "\f252"; }
.fi-microscope {
--fi: "\f610"; }
.fi-sink {
--fi: "\e06d"; }
.fi-bag-shopping {
--fi: "\f290"; }
.fi-shopping-bag {
--fi: "\f290"; }
.fi-arrow-down-z-a {
--fi: "\f881"; }
.fi-sort-alpha-desc {
--fi: "\f881"; }
.fi-sort-alpha-down-alt {
--fi: "\f881"; }
.fi-mitten {
--fi: "\f7b5"; }
.fi-person-rays {
--fi: "\e54d"; }
.fi-users {
--fi: "\f0c0"; }
.fi-eye-slash {
--fi: "\f070"; }
.fi-flask-vial {
--fi: "\e4f3"; }
.fi-hand {
--fi: "\f256"; }
.fi-hand-paper {
--fi: "\f256"; }
.fi-om {
--fi: "\f679"; }
.fi-worm {
--fi: "\e599"; }
.fi-house-circle-xmark {
--fi: "\e50b"; }
.fi-plug {
--fi: "\f1e6"; }
.fi-chevron-up {
--fi: "\f077"; }
.fi-hand-spock {
--fi: "\f259"; }
.fi-stopwatch {
--fi: "\f2f2"; }
.fi-face-kiss {
--fi: "\f596"; }
.fi-kiss {
--fi: "\f596"; }
.fi-bridge-circle-xmark {
--fi: "\e4cb"; }
.fi-face-grin-tongue {
--fi: "\f589"; }
.fi-grin-tongue {
--fi: "\f589"; }
.fi-chess-bishop {
--fi: "\f43a"; }
.fi-face-grin-wink {
--fi: "\f58c"; }
.fi-grin-wink {
--fi: "\f58c"; }
.fi-ear-deaf {
--fi: "\f2a4"; }
.fi-deaf {
--fi: "\f2a4"; }
.fi-deafness {
--fi: "\f2a4"; }
.fi-hard-of-hearing {
--fi: "\f2a4"; }
.fi-road-circle-check {
--fi: "\e564"; }
.fi-dice-five {
--fi: "\f523"; }
.fi-square-rss {
--fi: "\f143"; }
.fi-rss-square {
--fi: "\f143"; }
.fi-land-mine-on {
--fi: "\e51b"; }
.fi-i-cursor {
--fi: "\f246"; }
.fi-stamp {
--fi: "\f5bf"; }
.fi-stairs {
--fi: "\e289"; }
.fi-i {
--fi: "\49"; }
.fi-hryvnia-sign {
--fi: "\f6f2"; }
.fi-hryvnia {
--fi: "\f6f2"; }
.fi-pills {
--fi: "\f484"; }
.fi-face-grin-wide {
--fi: "\f581"; }
.fi-grin-alt {
--fi: "\f581"; }
.fi-tooth {
--fi: "\f5c9"; }
.fi-v {
--fi: "\56"; }
.fi-bangladeshi-taka-sign {
--fi: "\e2e6"; }
.fi-bicycle {
--fi: "\f206"; }
.fi-staff-snake {
--fi: "\e579"; }
.fi-rod-asclepius {
--fi: "\e579"; }
.fi-rod-snake {
--fi: "\e579"; }
.fi-staff-aesculapius {
--fi: "\e579"; }
.fi-head-side-cough-slash {
--fi: "\e062"; }
.fi-truck-medical {
--fi: "\f0f9"; }
.fi-ambulance {
--fi: "\f0f9"; }
.fi-wheat-awn-circle-exclamation {
--fi: "\e598"; }
.fi-snowman {
--fi: "\f7d0"; }
.fi-mortar-pestle {
--fi: "\f5a7"; }
.fi-road-barrier {
--fi: "\e562"; }
.fi-school {
--fi: "\f549"; }
.fi-igloo {
--fi: "\f7ae"; }
.fi-joint {
--fi: "\f595"; }
.fi-angle-right {
--fi: "\f105"; }
.fi-horse {
--fi: "\f6f0"; }
.fi-q {
--fi: "\51"; }
.fi-g {
--fi: "\47"; }
.fi-notes-medical {
--fi: "\f481"; }
.fi-temperature-half {
--fi: "\f2c9"; }
.fi-temperature-2 {
--fi: "\f2c9"; }
.fi-thermometer-2 {
--fi: "\f2c9"; }
.fi-thermometer-half {
--fi: "\f2c9"; }
.fi-dong-sign {
--fi: "\e169"; }
.fi-capsules {
--fi: "\f46b"; }
.fi-poo-storm {
--fi: "\f75a"; }
.fi-poo-bolt {
--fi: "\f75a"; }
.fi-face-frown-open {
--fi: "\f57a"; }
.fi-frown-open {
--fi: "\f57a"; }
.fi-hand-point-up {
--fi: "\f0a6"; }
.fi-money-bill {
--fi: "\f0d6"; }
.fi-bookmark {
--fi: "\f02e"; }
.fi-align-justify {
--fi: "\f039"; }
.fi-umbrella-beach {
--fi: "\f5ca"; }
.fi-helmet-un {
--fi: "\e503"; }
.fi-bullseye {
--fi: "\f140"; }
.fi-bacon {
--fi: "\f7e5"; }
.fi-hand-point-down {
--fi: "\f0a7"; }
.fi-arrow-up-from-bracket {
--fi: "\e09a"; }
.fi-folder {
--fi: "\f07b"; }
.fi-folder-blank {
--fi: "\f07b"; }
.fi-file-waveform {
--fi: "\f478"; }
.fi-file-medical-alt {
--fi: "\f478"; }
.fi-radiation {
--fi: "\f7b9"; }
.fi-chart-simple {
--fi: "\e473"; }
.fi-mars-stroke {
--fi: "\f229"; }
.fi-vial {
--fi: "\f492"; }
.fi-gauge {
--fi: "\f624"; }
.fi-dashboard {
--fi: "\f624"; }
.fi-gauge-med {
--fi: "\f624"; }
.fi-tachometer-alt-average {
--fi: "\f624"; }
.fi-wand-magic-sparkles {
--fi: "\e2ca"; }
.fi-magic-wand-sparkles {
--fi: "\e2ca"; }
.fi-e {
--fi: "\45"; }
.fi-pen-clip {
--fi: "\f305"; }
.fi-pen-alt {
--fi: "\f305"; }
.fi-bridge-circle-exclamation {
--fi: "\e4ca"; }
.fi-user {
--fi: "\f007"; }
.fi-school-circle-check {
--fi: "\e56b"; }
.fi-dumpster {
--fi: "\f793"; }
.fi-van-shuttle {
--fi: "\f5b6"; }
.fi-shuttle-van {
--fi: "\f5b6"; }
.fi-building-user {
--fi: "\e4da"; }
.fi-square-caret-left {
--fi: "\f191"; }
.fi-caret-square-left {
--fi: "\f191"; }
.fi-highlighter {
--fi: "\f591"; }
.fi-key {
--fi: "\f084"; }
.fi-bullhorn {
--fi: "\f0a1"; }
.fi-globe {
--fi: "\f0ac"; }
.fi-synagogue {
--fi: "\f69b"; }
.fi-person-half-dress {
--fi: "\e548"; }
.fi-road-bridge {
--fi: "\e563"; }
.fi-location-arrow {
--fi: "\f124"; }
.fi-c {
--fi: "\43"; }
.fi-tablet-button {
--fi: "\f10a"; }
.fi-building-lock {
--fi: "\e4d6"; }
.fi-pizza-slice {
--fi: "\f818"; }
.fi-money-bill-wave {
--fi: "\f53a"; }
.fi-chart-area {
--fi: "\f1fe"; }
.fi-area-chart {
--fi: "\f1fe"; }
.fi-house-flag {
--fi: "\e50d"; }
.fi-person-circle-minus {
--fi: "\e540"; }
.fi-ban {
--fi: "\f05e"; }
.fi-cancel {
--fi: "\f05e"; }
.fi-camera-rotate {
--fi: "\e0d8"; }
.fi-spray-can-sparkles {
--fi: "\f5d0"; }
.fi-air-freshener {
--fi: "\f5d0"; }
.fi-star {
--fi: "\f005"; }
.fi-repeat {
--fi: "\f363"; }
.fi-cross {
--fi: "\f654"; }
.fi-box {
--fi: "\f466"; }
.fi-venus-mars {
--fi: "\f228"; }
.fi-arrow-pointer {
--fi: "\f245"; }
.fi-mouse-pointer {
--fi: "\f245"; }
.fi-maximize {
--fi: "\f31e"; }
.fi-expand-arrows-alt {
--fi: "\f31e"; }
.fi-charging-station {
--fi: "\f5e7"; }
.fi-shapes {
--fi: "\f61f"; }
.fi-triangle-circle-square {
--fi: "\f61f"; }
.fi-shuffle {
--fi: "\f074"; }
.fi-random {
--fi: "\f074"; }
.fi-person-running {
--fi: "\f70c"; }
.fi-running {
--fi: "\f70c"; }
.fi-mobile-retro {
--fi: "\e527"; }
.fi-grip-lines-vertical {
--fi: "\f7a5"; }
.fi-spider {
--fi: "\f717"; }
.fi-hands-bound {
--fi: "\e4f9"; }
.fi-file-invoice-dollar {
--fi: "\f571"; }
.fi-plane-circle-exclamation {
--fi: "\e556"; }
.fi-x-ray {
--fi: "\f497"; }
.fi-spell-check {
--fi: "\f891"; }
.fi-slash {
--fi: "\f715"; }
.fi-computer-mouse {
--fi: "\f8cc"; }
.fi-mouse {
--fi: "\f8cc"; }
.fi-arrow-right-to-bracket {
--fi: "\f090"; }
.fi-sign-in {
--fi: "\f090"; }
.fi-shop-slash {
--fi: "\e070"; }
.fi-store-alt-slash {
--fi: "\e070"; }
.fi-server {
--fi: "\f233"; }
.fi-virus-covid-slash {
--fi: "\e4a9"; }
.fi-shop-lock {
--fi: "\e4a5"; }
.fi-hourglass-start {
--fi: "\f251"; }
.fi-hourglass-1 {
--fi: "\f251"; }
.fi-blender-phone {
--fi: "\f6b6"; }
.fi-building-wheat {
--fi: "\e4db"; }
.fi-person-breastfeeding {
--fi: "\e53a"; }
.fi-right-to-bracket {
--fi: "\f2f6"; }
.fi-sign-in-alt {
--fi: "\f2f6"; }
.fi-venus {
--fi: "\f221"; }
.fi-passport {
--fi: "\f5ab"; }
.fi-thumbtack-slash {
--fi: "\e68f"; }
.fi-thumb-tack-slash {
--fi: "\e68f"; }
.fi-heart-pulse {
--fi: "\f21e"; }
.fi-heartbeat {
--fi: "\f21e"; }
.fi-people-carry-box {
--fi: "\f4ce"; }
.fi-people-carry {
--fi: "\f4ce"; }
.fi-temperature-high {
--fi: "\f769"; }
.fi-microchip {
--fi: "\f2db"; }
.fi-crown {
--fi: "\f521"; }
.fi-weight-hanging {
--fi: "\f5cd"; }
.fi-xmarks-lines {
--fi: "\e59a"; }
.fi-file-prescription {
--fi: "\f572"; }
.fi-weight-scale {
--fi: "\f496"; }
.fi-weight {
--fi: "\f496"; }
.fi-user-group {
--fi: "\f500"; }
.fi-user-friends {
--fi: "\f500"; }
.fi-arrow-up-a-z {
--fi: "\f15e"; }
.fi-sort-alpha-up {
--fi: "\f15e"; }
.fi-chess-knight {
--fi: "\f441"; }
.fi-face-laugh-squint {
--fi: "\f59b"; }
.fi-laugh-squint {
--fi: "\f59b"; }
.fi-wheelchair {
--fi: "\f193"; }
.fi-circle-arrow-up {
--fi: "\f0aa"; }
.fi-arrow-circle-up {
--fi: "\f0aa"; }
.fi-toggle-on {
--fi: "\f205"; }
.fi-person-walking {
--fi: "\f554"; }
.fi-walking {
--fi: "\f554"; }
.fi-l {
--fi: "\4c"; }
.fi-fire {
--fi: "\f06d"; }
.fi-bed-pulse {
--fi: "\f487"; }
.fi-procedures {
--fi: "\f487"; }
.fi-shuttle-space {
--fi: "\f197"; }
.fi-space-shuttle {
--fi: "\f197"; }
.fi-face-laugh {
--fi: "\f599"; }
.fi-laugh {
--fi: "\f599"; }
.fi-folder-open {
--fi: "\f07c"; }
.fi-heart-circle-plus {
--fi: "\e500"; }
.fi-code-fork {
--fi: "\e13b"; }
.fi-city {
--fi: "\f64f"; }
.fi-microphone-lines {
--fi: "\f3c9"; }
.fi-microphone-alt {
--fi: "\f3c9"; }
.fi-pepper-hot {
--fi: "\f816"; }
.fi-unlock {
--fi: "\f09c"; }
.fi-colon-sign {
--fi: "\e140"; }
.fi-headset {
--fi: "\f590"; }
.fi-store-slash {
--fi: "\e071"; }
.fi-road-circle-xmark {
--fi: "\e566"; }
.fi-user-minus {
--fi: "\f503"; }
.fi-mars-stroke-up {
--fi: "\f22a"; }
.fi-mars-stroke-v {
--fi: "\f22a"; }
.fi-champagne-glasses {
--fi: "\f79f"; }
.fi-glass-cheers {
--fi: "\f79f"; }
.fi-clipboard {
--fi: "\f328"; }
.fi-house-circle-exclamation {
--fi: "\e50a"; }
.fi-file-arrow-up {
--fi: "\f574"; }
.fi-file-upload {
--fi: "\f574"; }
.fi-wifi {
--fi: "\f1eb"; }
.fi-wifi-3 {
--fi: "\f1eb"; }
.fi-wifi-strong {
--fi: "\f1eb"; }
.fi-bath {
--fi: "\f2cd"; }
.fi-bathtub {
--fi: "\f2cd"; }
.fi-underline {
--fi: "\f0cd"; }
.fi-user-pen {
--fi: "\f4ff"; }
.fi-user-edit {
--fi: "\f4ff"; }
.fi-signature {
--fi: "\f5b7"; }
.fi-stroopwafel {
--fi: "\f551"; }
.fi-bold {
--fi: "\f032"; }
.fi-anchor-lock {
--fi: "\e4ad"; }
.fi-building-ngo {
--fi: "\e4d7"; }
.fi-manat-sign {
--fi: "\e1d5"; }
.fi-not-equal {
--fi: "\f53e"; }
.fi-border-top-left {
--fi: "\f853"; }
.fi-border-style {
--fi: "\f853"; }
.fi-map-location-dot {
--fi: "\f5a0"; }
.fi-map-marked-alt {
--fi: "\f5a0"; }
.fi-jedi {
--fi: "\f669"; }
.fi-square-poll-vertical {
--fi: "\f681"; }
.fi-poll {
--fi: "\f681"; }
.fi-mug-hot {
--fi: "\f7b6"; }
.fi-car-battery {
--fi: "\f5df"; }
.fi-battery-car {
--fi: "\f5df"; }
.fi-gift {
--fi: "\f06b"; }
.fi-dice-two {
--fi: "\f528"; }
.fi-chess-queen {
--fi: "\f445"; }
.fi-glasses {
--fi: "\f530"; }
.fi-chess-board {
--fi: "\f43c"; }
.fi-building-circle-check {
--fi: "\e4d2"; }
.fi-person-chalkboard {
--fi: "\e53d"; }
.fi-mars-stroke-right {
--fi: "\f22b"; }
.fi-mars-stroke-h {
--fi: "\f22b"; }
.fi-hand-back-fist {
--fi: "\f255"; }
.fi-hand-rock {
--fi: "\f255"; }
.fi-square-caret-up {
--fi: "\f151"; }
.fi-caret-square-up {
--fi: "\f151"; }
.fi-cloud-showers-water {
--fi: "\e4e4"; }
.fi-chart-bar {
--fi: "\f080"; }
.fi-bar-chart {
--fi: "\f080"; }
.fi-hands-bubbles {
--fi: "\e05e"; }
.fi-hands-wash {
--fi: "\e05e"; }
.fi-less-than-equal {
--fi: "\f537"; }
.fi-train {
--fi: "\f238"; }
.fi-eye-low-vision {
--fi: "\f2a8"; }
.fi-low-vision {
--fi: "\f2a8"; }
.fi-crow {
--fi: "\f520"; }
.fi-sailboat {
--fi: "\e445"; }
.fi-window-restore {
--fi: "\f2d2"; }
.fi-square-plus {
--fi: "\f0fe"; }
.fi-plus-square {
--fi: "\f0fe"; }
.fi-torii-gate {
--fi: "\f6a1"; }
.fi-frog {
--fi: "\f52e"; }
.fi-bucket {
--fi: "\e4cf"; }
.fi-image {
--fi: "\f03e"; }
.fi-microphone {
--fi: "\f130"; }
.fi-cow {
--fi: "\f6c8"; }
.fi-caret-up {
--fi: "\f0d8"; }
.fi-screwdriver {
--fi: "\f54a"; }
.fi-folder-closed {
--fi: "\e185"; }
.fi-house-tsunami {
--fi: "\e515"; }
.fi-square-nfi {
--fi: "\e576"; }
.fi-arrow-up-from-ground-water {
--fi: "\e4b5"; }
.fi-martini-glass {
--fi: "\f57b"; }
.fi-glass-martini-alt {
--fi: "\f57b"; }
.fi-square-binary {
--fi: "\e69b"; }
.fi-rotate-left {
--fi: "\f2ea"; }
.fi-rotate-back {
--fi: "\f2ea"; }
.fi-rotate-backward {
--fi: "\f2ea"; }
.fi-undo-alt {
--fi: "\f2ea"; }
.fi-table-columns {
--fi: "\f0db"; }
.fi-columns {
--fi: "\f0db"; }
.fi-lemon {
--fi: "\f094"; }
.fi-head-side-mask {
--fi: "\e063"; }
.fi-handshake {
--fi: "\f2b5"; }
.fi-gem {
--fi: "\f3a5"; }
.fi-dolly {
--fi: "\f472"; }
.fi-dolly-box {
--fi: "\f472"; }
.fi-smoking {
--fi: "\f48d"; }
.fi-minimize {
--fi: "\f78c"; }
.fi-compress-arrows-alt {
--fi: "\f78c"; }
.fi-monument {
--fi: "\f5a6"; }
.fi-snowplow {
--fi: "\f7d2"; }
.fi-angles-right {
--fi: "\f101"; }
.fi-angle-double-right {
--fi: "\f101"; }
.fi-cannabis {
--fi: "\f55f"; }
.fi-circle-play {
--fi: "\f144"; }
.fi-play-circle {
--fi: "\f144"; }
.fi-tablets {
--fi: "\f490"; }
.fi-ethernet {
--fi: "\f796"; }
.fi-euro-sign {
--fi: "\f153"; }
.fi-eur {
--fi: "\f153"; }
.fi-euro {
--fi: "\f153"; }
.fi-chair {
--fi: "\f6c0"; }
.fi-circle-check {
--fi: "\f058"; }
.fi-check-circle {
--fi: "\f058"; }
.fi-circle-stop {
--fi: "\f28d"; }
.fi-stop-circle {
--fi: "\f28d"; }
.fi-compass-drafting {
--fi: "\f568"; }
.fi-drafting-compass {
--fi: "\f568"; }
.fi-plate-wheat {
--fi: "\e55a"; }
.fi-icicles {
--fi: "\f7ad"; }
.fi-person-shelter {
--fi: "\e54f"; }
.fi-neuter {
--fi: "\f22c"; }
.fi-id-badge {
--fi: "\f2c1"; }
.fi-marker {
--fi: "\f5a1"; }
.fi-face-laugh-beam {
--fi: "\f59a"; }
.fi-laugh-beam {
--fi: "\f59a"; }
.fi-helicopter-symbol {
--fi: "\e502"; }
.fi-universal-access {
--fi: "\f29a"; }
.fi-circle-chevron-up {
--fi: "\f139"; }
.fi-chevron-circle-up {
--fi: "\f139"; }
.fi-lari-sign {
--fi: "\e1c8"; }
.fi-volcano {
--fi: "\f770"; }
.fi-person-walking-dashed-line-arrow-right {
--fi: "\e553"; }
.fi-sterling-sign {
--fi: "\f154"; }
.fi-gbp {
--fi: "\f154"; }
.fi-pound-sign {
--fi: "\f154"; }
.fi-viruses {
--fi: "\e076"; }
.fi-square-person-confined {
--fi: "\e577"; }
.fi-user-tie {
--fi: "\f508"; }
.fi-arrow-down-long {
--fi: "\f175"; }
.fi-long-arrow-down {
--fi: "\f175"; }
.fi-tent-arrow-down-to-line {
--fi: "\e57e"; }
.fi-certificate {
--fi: "\f0a3"; }
.fi-reply-all {
--fi: "\f122"; }
.fi-mail-reply-all {
--fi: "\f122"; }
.fi-suitcase {
--fi: "\f0f2"; }
.fi-person-skating {
--fi: "\f7c5"; }
.fi-skating {
--fi: "\f7c5"; }
.fi-filter-circle-dollar {
--fi: "\f662"; }
.fi-funnel-dollar {
--fi: "\f662"; }
.fi-camera-retro {
--fi: "\f083"; }
.fi-circle-arrow-down {
--fi: "\f0ab"; }
.fi-arrow-circle-down {
--fi: "\f0ab"; }
.fi-file-import {
--fi: "\f56f"; }
.fi-arrow-right-to-file {
--fi: "\f56f"; }
.fi-square-arrow-up-right {
--fi: "\f14c"; }
.fi-external-link-square {
--fi: "\f14c"; }
.fi-box-open {
--fi: "\f49e"; }
.fi-scroll {
--fi: "\f70e"; }
.fi-spa {
--fi: "\f5bb"; }
.fi-location-pin-lock {
--fi: "\e51f"; }
.fi-pause {
--fi: "\f04c"; }
.fi-hill-avalanche {
--fi: "\e507"; }
.fi-temperature-empty {
--fi: "\f2cb"; }
.fi-temperature-0 {
--fi: "\f2cb"; }
.fi-thermometer-0 {
--fi: "\f2cb"; }
.fi-thermometer-empty {
--fi: "\f2cb"; }
.fi-bomb {
--fi: "\f1e2"; }
.fi-registered {
--fi: "\f25d"; }
.fi-address-card {
--fi: "\f2bb"; }
.fi-contact-card {
--fi: "\f2bb"; }
.fi-vcard {
--fi: "\f2bb"; }
.fi-scale-unbalanced-flip {
--fi: "\f516"; }
.fi-balance-scale-right {
--fi: "\f516"; }
.fi-subscript {
--fi: "\f12c"; }
.fi-diamond-turn-right {
--fi: "\f5eb"; }
.fi-directions {
--fi: "\f5eb"; }
.fi-burst {
--fi: "\e4dc"; }
.fi-house-laptop {
--fi: "\e066"; }
.fi-laptop-house {
--fi: "\e066"; }
.fi-face-tired {
--fi: "\f5c8"; }
.fi-tired {
--fi: "\f5c8"; }
.fi-money-bills {
--fi: "\e1f3"; }
.fi-smog {
--fi: "\f75f"; }
.fi-crutch {
--fi: "\f7f7"; }
.fi-cloud-arrow-up {
--fi: "\f0ee"; }
.fi-cloud-upload {
--fi: "\f0ee"; }
.fi-cloud-upload-alt {
--fi: "\f0ee"; }
.fi-palette {
--fi: "\f53f"; }
.fi-arrows-turn-right {
--fi: "\e4c0"; }
.fi-vest {
--fi: "\e085"; }
.fi-ferry {
--fi: "\e4ea"; }
.fi-arrows-down-to-people {
--fi: "\e4b9"; }
.fi-seedling {
--fi: "\f4d8"; }
.fi-sprout {
--fi: "\f4d8"; }
.fi-left-right {
--fi: "\f337"; }
.fi-arrows-alt-h {
--fi: "\f337"; }
.fi-boxes-packing {
--fi: "\e4c7"; }
.fi-circle-arrow-left {
--fi: "\f0a8"; }
.fi-arrow-circle-left {
--fi: "\f0a8"; }
.fi-group-arrows-rotate {
--fi: "\e4f6"; }
.fi-bowl-food {
--fi: "\e4c6"; }
.fi-candy-cane {
--fi: "\f786"; }
.fi-arrow-down-wide-short {
--fi: "\f160"; }
.fi-sort-amount-asc {
--fi: "\f160"; }
.fi-sort-amount-down {
--fi: "\f160"; }
.fi-cloud-bolt {
--fi: "\f76c"; }
.fi-thunderstorm {
--fi: "\f76c"; }
.fi-text-slash {
--fi: "\f87d"; }
.fi-remove-format {
--fi: "\f87d"; }
.fi-face-smile-wink {
--fi: "\f4da"; }
.fi-smile-wink {
--fi: "\f4da"; }
.fi-file-word {
--fi: "\f1c2"; }
.fi-file-powerpoint {
--fi: "\f1c4"; }
.fi-arrows-left-right {
--fi: "\f07e"; }
.fi-arrows-h {
--fi: "\f07e"; }
.fi-house-lock {
--fi: "\e510"; }
.fi-cloud-arrow-down {
--fi: "\f0ed"; }
.fi-cloud-download {
--fi: "\f0ed"; }
.fi-cloud-download-alt {
--fi: "\f0ed"; }
.fi-children {
--fi: "\e4e1"; }
.fi-chalkboard {
--fi: "\f51b"; }
.fi-blackboard {
--fi: "\f51b"; }
.fi-user-large-slash {
--fi: "\f4fa"; }
.fi-user-alt-slash {
--fi: "\f4fa"; }
.fi-envelope-open {
--fi: "\f2b6"; }
.fi-handshake-simple-slash {
--fi: "\e05f"; }
.fi-handshake-alt-slash {
--fi: "\e05f"; }
.fi-mattress-pillow {
--fi: "\e525"; }
.fi-guarani-sign {
--fi: "\e19a"; }
.fi-arrows-rotate {
--fi: "\f021"; }
.fi-refresh {
--fi: "\f021"; }
.fi-sync {
--fi: "\f021"; }
.fi-fire-extinguisher {
--fi: "\f134"; }
.fi-cruzeiro-sign {
--fi: "\e152"; }
.fi-greater-than-equal {
--fi: "\f532"; }
.fi-shield-halved {
--fi: "\f3ed"; }
.fi-shield-alt {
--fi: "\f3ed"; }
.fi-book-atlas {
--fi: "\f558"; }
.fi-atlas {
--fi: "\f558"; }
.fi-virus {
--fi: "\e074"; }
.fi-envelope-circle-check {
--fi: "\e4e8"; }
.fi-layer-group {
--fi: "\f5fd"; }
.fi-arrows-to-dot {
--fi: "\e4be"; }
.fi-archway {
--fi: "\f557"; }
.fi-heart-circle-check {
--fi: "\e4fd"; }
.fi-house-chimney-crack {
--fi: "\f6f1"; }
.fi-house-damage {
--fi: "\f6f1"; }
.fi-file-zipper {
--fi: "\f1c6"; }
.fi-file-archive {
--fi: "\f1c6"; }
.fi-square {
--fi: "\f0c8"; }
.fi-martini-glass-empty {
--fi: "\f000"; }
.fi-glass-martini {
--fi: "\f000"; }
.fi-couch {
--fi: "\f4b8"; }
.fi-cedi-sign {
--fi: "\e0df"; }
.fi-italic {
--fi: "\f033"; }
.fi-table-cells-column-lock {
--fi: "\e678"; }
.fi-church {
--fi: "\f51d"; }
.fi-comments-dollar {
--fi: "\f653"; }
.fi-democrat {
--fi: "\f747"; }
.fi-z {
--fi: "\5a"; }
.fi-person-skiing {
--fi: "\f7c9"; }
.fi-skiing {
--fi: "\f7c9"; }
.fi-road-lock {
--fi: "\e567"; }
.fi-a {
--fi: "\41"; }
.fi-temperature-arrow-down {
--fi: "\e03f"; }
.fi-temperature-down {
--fi: "\e03f"; }
.fi-feather-pointed {
--fi: "\f56b"; }
.fi-feather-alt {
--fi: "\f56b"; }
.fi-p {
--fi: "\50"; }
.fi-snowflake {
--fi: "\f2dc"; }
.fi-newspaper {
--fi: "\f1ea"; }
.fi-rectangle-ad {
--fi: "\f641"; }
.fi-ad {
--fi: "\f641"; }
.fi-circle-arrow-right {
--fi: "\f0a9"; }
.fi-arrow-circle-right {
--fi: "\f0a9"; }
.fi-filter-circle-xmark {
--fi: "\e17b"; }
.fi-locust {
--fi: "\e520"; }
.fi-sort {
--fi: "\f0dc"; }
.fi-unsorted {
--fi: "\f0dc"; }
.fi-list-ol {
--fi: "\f0cb"; }
.fi-list-1-2 {
--fi: "\f0cb"; }
.fi-list-numeric {
--fi: "\f0cb"; }
.fi-person-dress-burst {
--fi: "\e544"; }
.fi-money-check-dollar {
--fi: "\f53d"; }
.fi-money-check-alt {
--fi: "\f53d"; }
.fi-vector-square {
--fi: "\f5cb"; }
.fi-bread-slice {
--fi: "\f7ec"; }
.fi-language {
--fi: "\f1ab"; }
.fi-face-kiss-wink-heart {
--fi: "\f598"; }
.fi-kiss-wink-heart {
--fi: "\f598"; }
.fi-filter {
--fi: "\f0b0"; }
.fi-question {
--fi: "\3f"; }
.fi-file-signature {
--fi: "\f573"; }
.fi-up-down-left-right {
--fi: "\f0b2"; }
.fi-arrows-alt {
--fi: "\f0b2"; }
.fi-house-chimney-user {
--fi: "\e065"; }
.fi-hand-holding-heart {
--fi: "\f4be"; }
.fi-puzzle-piece {
--fi: "\f12e"; }
.fi-money-check {
--fi: "\f53c"; }
.fi-star-half-stroke {
--fi: "\f5c0"; }
.fi-star-half-alt {
--fi: "\f5c0"; }
.fi-code {
--fi: "\f121"; }
.fi-whiskey-glass {
--fi: "\f7a0"; }
.fi-glass-whiskey {
--fi: "\f7a0"; }
.fi-building-circle-exclamation {
--fi: "\e4d3"; }
.fi-magnifying-glass-chart {
--fi: "\e522"; }
.fi-arrow-up-right-from-square {
--fi: "\f08e"; }
.fi-external-link {
--fi: "\f08e"; }
.fi-cubes-stacked {
--fi: "\e4e6"; }
.fi-won-sign {
--fi: "\f159"; }
.fi-krw {
--fi: "\f159"; }
.fi-won {
--fi: "\f159"; }
.fi-virus-covid {
--fi: "\e4a8"; }
.fi-austral-sign {
--fi: "\e0a9"; }
.fi-f {
--fi: "\46"; }
.fi-leaf {
--fi: "\f06c"; }
.fi-road {
--fi: "\f018"; }
.fi-taxi {
--fi: "\f1ba"; }
.fi-cab {
--fi: "\f1ba"; }
.fi-person-circle-plus {
--fi: "\e541"; }
.fi-chart-pie {
--fi: "\f200"; }
.fi-pie-chart {
--fi: "\f200"; }
.fi-bolt-lightning {
--fi: "\e0b7"; }
.fi-sack-xmark {
--fi: "\e56a"; }
.fi-file-excel {
--fi: "\f1c3"; }
.fi-file-contract {
--fi: "\f56c"; }
.fi-fish-fins {
--fi: "\e4f2"; }
.fi-building-flag {
--fi: "\e4d5"; }
.fi-face-grin-beam {
--fi: "\f582"; }
.fi-grin-beam {
--fi: "\f582"; }
.fi-object-ungroup {
--fi: "\f248"; }
.fi-poop {
--fi: "\f619"; }
.fi-location-pin {
--fi: "\f041"; }
.fi-map-marker {
--fi: "\f041"; }
.fi-kaaba {
--fi: "\f66b"; }
.fi-toilet-paper {
--fi: "\f71e"; }
.fi-helmet-safety {
--fi: "\f807"; }
.fi-hard-hat {
--fi: "\f807"; }
.fi-hat-hard {
--fi: "\f807"; }
.fi-eject {
--fi: "\f052"; }
.fi-circle-right {
--fi: "\f35a"; }
.fi-arrow-alt-circle-right {
--fi: "\f35a"; }
.fi-plane-circle-check {
--fi: "\e555"; }
.fi-face-rolling-eyes {
--fi: "\f5a5"; }
.fi-meh-rolling-eyes {
--fi: "\f5a5"; }
.fi-object-group {
--fi: "\f247"; }
.fi-chart-line {
--fi: "\f201"; }
.fi-line-chart {
--fi: "\f201"; }
.fi-mask-ventilator {
--fi: "\e524"; }
.fi-arrow-right {
--fi: "\f061"; }
.fi-signs-post {
--fi: "\f277"; }
.fi-map-signs {
--fi: "\f277"; }
.fi-cash-register {
--fi: "\f788"; }
.fi-person-circle-question {
--fi: "\e542"; }
.fi-h {
--fi: "\48"; }
.fi-tarp {
--fi: "\e57b"; }
.fi-screwdriver-wrench {
--fi: "\f7d9"; }
.fi-tools {
--fi: "\f7d9"; }
.fi-arrows-to-eye {
--fi: "\e4bf"; }
.fi-plug-circle-bolt {
--fi: "\e55b"; }
.fi-heart {
--fi: "\f004"; }
.fi-mars-and-venus {
--fi: "\f224"; }
.fi-house-user {
--fi: "\e1b0"; }
.fi-home-user {
--fi: "\e1b0"; }
.fi-dumpster-fire {
--fi: "\f794"; }
.fi-house-crack {
--fi: "\e3b1"; }
.fi-martini-glass-citrus {
--fi: "\f561"; }
.fi-cocktail {
--fi: "\f561"; }
.fi-face-surprise {
--fi: "\f5c2"; }
.fi-surprise {
--fi: "\f5c2"; }
.fi-bottle-water {
--fi: "\e4c5"; }
.fi-circle-pause {
--fi: "\f28b"; }
.fi-pause-circle {
--fi: "\f28b"; }
.fi-toilet-paper-slash {
--fi: "\e072"; }
.fi-apple-whole {
--fi: "\f5d1"; }
.fi-apple-alt {
--fi: "\f5d1"; }
.fi-kitchen-set {
--fi: "\e51a"; }
.fi-r {
--fi: "\52"; }
.fi-temperature-quarter {
--fi: "\f2ca"; }
.fi-temperature-1 {
--fi: "\f2ca"; }
.fi-thermometer-1 {
--fi: "\f2ca"; }
.fi-thermometer-quarter {
--fi: "\f2ca"; }
.fi-cube {
--fi: "\f1b2"; }
.fi-bitcoin-sign {
--fi: "\e0b4"; }
.fi-shield-dog {
--fi: "\e573"; }
.fi-solar-panel {
--fi: "\f5ba"; }
.fi-lock-open {
--fi: "\f3c1"; }
.fi-elevator {
--fi: "\e16d"; }
.fi-money-bill-transfer {
--fi: "\e528"; }
.fi-money-bill-trend-up {
--fi: "\e529"; }
.fi-house-flood-water-circle-arrow-right {
--fi: "\e50f"; }
.fi-square-poll-horizontal {
--fi: "\f682"; }
.fi-poll-h {
--fi: "\f682"; }
.fi-circle {
--fi: "\f111"; }
.fi-backward-fast {
--fi: "\f049"; }
.fi-fast-backward {
--fi: "\f049"; }
.fi-recycle {
--fi: "\f1b8"; }
.fi-user-astronaut {
--fi: "\f4fb"; }
.fi-plane-slash {
--fi: "\e069"; }
.fi-trademark {
--fi: "\f25c"; }
.fi-basketball {
--fi: "\f434"; }
.fi-basketball-ball {
--fi: "\f434"; }
.fi-satellite-dish {
--fi: "\f7c0"; }
.fi-circle-up {
--fi: "\f35b"; }
.fi-arrow-alt-circle-up {
--fi: "\f35b"; }
.fi-mobile-screen-button {
--fi: "\f3cd"; }
.fi-mobile-alt {
--fi: "\f3cd"; }
.fi-volume-high {
--fi: "\f028"; }
.fi-volume-up {
--fi: "\f028"; }
.fi-users-rays {
--fi: "\e593"; }
.fi-wallet {
--fi: "\f555"; }
.fi-clipboard-check {
--fi: "\f46c"; }
.fi-file-audio {
--fi: "\f1c7"; }
.fi-burger {
--fi: "\f805"; }
.fi-hamburger {
--fi: "\f805"; }
.fi-wrench {
--fi: "\f0ad"; }
.fi-bugs {
--fi: "\e4d0"; }
.fi-rupee-sign {
--fi: "\f156"; }
.fi-rupee {
--fi: "\f156"; }
.fi-file-image {
--fi: "\f1c5"; }
.fi-circle-question {
--fi: "\f059"; }
.fi-question-circle {
--fi: "\f059"; }
.fi-plane-departure {
--fi: "\f5b0"; }
.fi-handshake-slash {
--fi: "\e060"; }
.fi-book-bookmark {
--fi: "\e0bb"; }
.fi-code-branch {
--fi: "\f126"; }
.fi-hat-cowboy {
--fi: "\f8c0"; }
.fi-bridge {
--fi: "\e4c8"; }
.fi-phone-flip {
--fi: "\f879"; }
.fi-phone-alt {
--fi: "\f879"; }
.fi-truck-front {
--fi: "\e2b7"; }
.fi-cat {
--fi: "\f6be"; }
.fi-anchor-circle-exclamation {
--fi: "\e4ab"; }
.fi-truck-field {
--fi: "\e58d"; }
.fi-route {
--fi: "\f4d7"; }
.fi-clipboard-question {
--fi: "\e4e3"; }
.fi-panorama {
--fi: "\e209"; }
.fi-comment-medical {
--fi: "\f7f5"; }
.fi-teeth-open {
--fi: "\f62f"; }
.fi-file-circle-minus {
--fi: "\e4ed"; }
.fi-tags {
--fi: "\f02c"; }
.fi-wine-glass {
--fi: "\f4e3"; }
.fi-forward-fast {
--fi: "\f050"; }
.fi-fast-forward {
--fi: "\f050"; }
.fi-face-meh-blank {
--fi: "\f5a4"; }
.fi-meh-blank {
--fi: "\f5a4"; }
.fi-square-parking {
--fi: "\f540"; }
.fi-parking {
--fi: "\f540"; }
.fi-house-signal {
--fi: "\e012"; }
.fi-bars-progress {
--fi: "\f828"; }
.fi-tasks-alt {
--fi: "\f828"; }
.fi-faucet-drip {
--fi: "\e006"; }
.fi-cart-flatbed {
--fi: "\f474"; }
.fi-dolly-flatbed {
--fi: "\f474"; }
.fi-ban-smoking {
--fi: "\f54d"; }
.fi-smoking-ban {
--fi: "\f54d"; }
.fi-terminal {
--fi: "\f120"; }
.fi-mobile-button {
--fi: "\f10b"; }
.fi-house-medical-flag {
--fi: "\e514"; }
.fi-basket-shopping {
--fi: "\f291"; }
.fi-shopping-basket {
--fi: "\f291"; }
.fi-tape {
--fi: "\f4db"; }
.fi-bus-simple {
--fi: "\f55e"; }
.fi-bus-alt {
--fi: "\f55e"; }
.fi-eye {
--fi: "\f06e"; }
.fi-face-sad-cry {
--fi: "\f5b3"; }
.fi-sad-cry {
--fi: "\f5b3"; }
.fi-audio-description {
--fi: "\f29e"; }
.fi-person-military-to-person {
--fi: "\e54c"; }
.fi-file-shield {
--fi: "\e4f0"; }
.fi-user-slash {
--fi: "\f506"; }
.fi-pen {
--fi: "\f304"; }
.fi-tower-observation {
--fi: "\e586"; }
.fi-file-code {
--fi: "\f1c9"; }
.fi-signal {
--fi: "\f012"; }
.fi-signal-5 {
--fi: "\f012"; }
.fi-signal-perfect {
--fi: "\f012"; }
.fi-bus {
--fi: "\f207"; }
.fi-heart-circle-xmark {
--fi: "\e501"; }
.fi-house-chimney {
--fi: "\e3af"; }
.fi-home-lg {
--fi: "\e3af"; }
.fi-window-maximize {
--fi: "\f2d0"; }
.fi-face-frown {
--fi: "\f119"; }
.fi-frown {
--fi: "\f119"; }
.fi-prescription {
--fi: "\f5b1"; }
.fi-shop {
--fi: "\f54f"; }
.fi-store-alt {
--fi: "\f54f"; }
.fi-floppy-disk {
--fi: "\f0c7"; }
.fi-save {
--fi: "\f0c7"; }
.fi-vihara {
--fi: "\f6a7"; }
.fi-scale-unbalanced {
--fi: "\f515"; }
.fi-balance-scale-left {
--fi: "\f515"; }
.fi-sort-up {
--fi: "\f0de"; }
.fi-sort-asc {
--fi: "\f0de"; }
.fi-comment-dots {
--fi: "\f4ad"; }
.fi-commenting {
--fi: "\f4ad"; }
.fi-plant-wilt {
--fi: "\e5aa"; }
.fi-diamond {
--fi: "\f219"; }
.fi-face-grin-squint {
--fi: "\f585"; }
.fi-grin-squint {
--fi: "\f585"; }
.fi-hand-holding-dollar {
--fi: "\f4c0"; }
.fi-hand-holding-usd {
--fi: "\f4c0"; }
.fi-chart-diagram {
--fi: "\e695"; }
.fi-bacterium {
--fi: "\e05a"; }
.fi-hand-pointer {
--fi: "\f25a"; }
.fi-drum-steelpan {
--fi: "\f56a"; }
.fi-hand-scissors {
--fi: "\f257"; }
.fi-hands-praying {
--fi: "\f684"; }
.fi-praying-hands {
--fi: "\f684"; }
.fi-arrow-rotate-right {
--fi: "\f01e"; }
.fi-arrow-right-rotate {
--fi: "\f01e"; }
.fi-arrow-rotate-forward {
--fi: "\f01e"; }
.fi-redo {
--fi: "\f01e"; }
.fi-biohazard {
--fi: "\f780"; }
.fi-location-crosshairs {
--fi: "\f601"; }
.fi-location {
--fi: "\f601"; }
.fi-mars-double {
--fi: "\f227"; }
.fi-child-dress {
--fi: "\e59c"; }
.fi-users-between-lines {
--fi: "\e591"; }
.fi-lungs-virus {
--fi: "\e067"; }
.fi-face-grin-tears {
--fi: "\f588"; }
.fi-grin-tears {
--fi: "\f588"; }
.fi-phone {
--fi: "\f095"; }
.fi-calendar-xmark {
--fi: "\f273"; }
.fi-calendar-times {
--fi: "\f273"; }
.fi-child-reaching {
--fi: "\e59d"; }
.fi-head-side-virus {
--fi: "\e064"; }
.fi-user-gear {
--fi: "\f4fe"; }
.fi-user-cog {
--fi: "\f4fe"; }
.fi-arrow-up-1-9 {
--fi: "\f163"; }
.fi-sort-numeric-up {
--fi: "\f163"; }
.fi-door-closed {
--fi: "\f52a"; }
.fi-shield-virus {
--fi: "\e06c"; }
.fi-dice-six {
--fi: "\f526"; }
.fi-mosquito-net {
--fi: "\e52c"; }
.fi-file-fragment {
--fi: "\e697"; }
.fi-bridge-water {
--fi: "\e4ce"; }
.fi-person-booth {
--fi: "\f756"; }
.fi-text-width {
--fi: "\f035"; }
.fi-hat-wizard {
--fi: "\f6e8"; }
.fi-pen-fancy {
--fi: "\f5ac"; }
.fi-person-digging {
--fi: "\f85e"; }
.fi-digging {
--fi: "\f85e"; }
.fi-trash {
--fi: "\f1f8"; }
.fi-gauge-simple {
--fi: "\f629"; }
.fi-gauge-simple-med {
--fi: "\f629"; }
.fi-tachometer-average {
--fi: "\f629"; }
.fi-book-medical {
--fi: "\f7e6"; }
.fi-poo {
--fi: "\f2fe"; }
.fi-quote-right {
--fi: "\f10e"; }
.fi-quote-right-alt {
--fi: "\f10e"; }
.fi-shirt {
--fi: "\f553"; }
.fi-t-shirt {
--fi: "\f553"; }
.fi-tshirt {
--fi: "\f553"; }
.fi-cubes {
--fi: "\f1b3"; }
.fi-divide {
--fi: "\f529"; }
.fi-tenge-sign {
--fi: "\f7d7"; }
.fi-tenge {
--fi: "\f7d7"; }
.fi-headphones {
--fi: "\f025"; }
.fi-hands-holding {
--fi: "\f4c2"; }
.fi-hands-clapping {
--fi: "\e1a8"; }
.fi-republican {
--fi: "\f75e"; }
.fi-arrow-left {
--fi: "\f060"; }
.fi-person-circle-xmark {
--fi: "\e543"; }
.fi-ruler {
--fi: "\f545"; }
.fi-align-left {
--fi: "\f036"; }
.fi-dice-d6 {
--fi: "\f6d1"; }
.fi-restroom {
--fi: "\f7bd"; }
.fi-j {
--fi: "\4a"; }
.fi-users-viewfinder {
--fi: "\e595"; }
.fi-file-video {
--fi: "\f1c8"; }
.fi-up-right-from-square {
--fi: "\f35d"; }
.fi-external-link-alt {
--fi: "\f35d"; }
.fi-table-cells {
--fi: "\f00a"; }
.fi-th {
--fi: "\f00a"; }
.fi-file-pdf {
--fi: "\f1c1"; }
.fi-book-bible {
--fi: "\f647"; }
.fi-bible {
--fi: "\f647"; }
.fi-o {
--fi: "\4f"; }
.fi-suitcase-medical {
--fi: "\f0fa"; }
.fi-medkit {
--fi: "\f0fa"; }
.fi-user-secret {
--fi: "\f21b"; }
.fi-otter {
--fi: "\f700"; }
.fi-person-dress {
--fi: "\f182"; }
.fi-female {
--fi: "\f182"; }
.fi-comment-dollar {
--fi: "\f651"; }
.fi-business-time {
--fi: "\f64a"; }
.fi-briefcase-clock {
--fi: "\f64a"; }
.fi-table-cells-large {
--fi: "\f009"; }
.fi-th-large {
--fi: "\f009"; }
.fi-book-tanakh {
--fi: "\f827"; }
.fi-tanakh {
--fi: "\f827"; }
.fi-phone-volume {
--fi: "\f2a0"; }
.fi-volume-control-phone {
--fi: "\f2a0"; }
.fi-hat-cowboy-side {
--fi: "\f8c1"; }
.fi-clipboard-user {
--fi: "\f7f3"; }
.fi-child {
--fi: "\f1ae"; }
.fi-lira-sign {
--fi: "\f195"; }
.fi-satellite {
--fi: "\f7bf"; }
.fi-plane-lock {
--fi: "\e558"; }
.fi-tag {
--fi: "\f02b"; }
.fi-comment {
--fi: "\f075"; }
.fi-cake-candles {
--fi: "\f1fd"; }
.fi-birthday-cake {
--fi: "\f1fd"; }
.fi-cake {
--fi: "\f1fd"; }
.fi-envelope {
--fi: "\f0e0"; }
.fi-angles-up {
--fi: "\f102"; }
.fi-angle-double-up {
--fi: "\f102"; }
.fi-paperclip {
--fi: "\f0c6"; }
.fi-arrow-right-to-city {
--fi: "\e4b3"; }
.fi-ribbon {
--fi: "\f4d6"; }
.fi-lungs {
--fi: "\f604"; }
.fi-arrow-up-9-1 {
--fi: "\f887"; }
.fi-sort-numeric-up-alt {
--fi: "\f887"; }
.fi-litecoin-sign {
--fi: "\e1d3"; }
.fi-border-none {
--fi: "\f850"; }
.fi-circle-nodes {
--fi: "\e4e2"; }
.fi-parachute-box {
--fi: "\f4cd"; }
.fi-indent {
--fi: "\f03c"; }
.fi-truck-field-un {
--fi: "\e58e"; }
.fi-hourglass {
--fi: "\f254"; }
.fi-hourglass-empty {
--fi: "\f254"; }
.fi-mountain {
--fi: "\f6fc"; }
.fi-user-doctor {
--fi: "\f0f0"; }
.fi-user-md {
--fi: "\f0f0"; }
.fi-circle-info {
--fi: "\f05a"; }
.fi-info-circle {
--fi: "\f05a"; }
.fi-cloud-meatball {
--fi: "\f73b"; }
.fi-camera {
--fi: "\f030"; }
.fi-camera-alt {
--fi: "\f030"; }
.fi-square-virus {
--fi: "\e578"; }
.fi-meteor {
--fi: "\f753"; }
.fi-car-on {
--fi: "\e4dd"; }
.fi-sleigh {
--fi: "\f7cc"; }
.fi-arrow-down-1-9 {
--fi: "\f162"; }
.fi-sort-numeric-asc {
--fi: "\f162"; }
.fi-sort-numeric-down {
--fi: "\f162"; }
.fi-hand-holding-droplet {
--fi: "\f4c1"; }
.fi-hand-holding-water {
--fi: "\f4c1"; }
.fi-water {
--fi: "\f773"; }
.fi-calendar-check {
--fi: "\f274"; }
.fi-braille {
--fi: "\f2a1"; }
.fi-prescription-bottle-medical {
--fi: "\f486"; }
.fi-prescription-bottle-alt {
--fi: "\f486"; }
.fi-landmark {
--fi: "\f66f"; }
.fi-truck {
--fi: "\f0d1"; }
.fi-crosshairs {
--fi: "\f05b"; }
.fi-person-cane {
--fi: "\e53c"; }
.fi-tent {
--fi: "\e57d"; }
.fi-vest-patches {
--fi: "\e086"; }
.fi-check-double {
--fi: "\f560"; }
.fi-arrow-down-a-z {
--fi: "\f15d"; }
.fi-sort-alpha-asc {
--fi: "\f15d"; }
.fi-sort-alpha-down {
--fi: "\f15d"; }
.fi-money-bill-wheat {
--fi: "\e52a"; }
.fi-cookie {
--fi: "\f563"; }
.fi-arrow-rotate-left {
--fi: "\f0e2"; }
.fi-arrow-left-rotate {
--fi: "\f0e2"; }
.fi-arrow-rotate-back {
--fi: "\f0e2"; }
.fi-arrow-rotate-backward {
--fi: "\f0e2"; }
.fi-undo {
--fi: "\f0e2"; }
.fi-hard-drive {
--fi: "\f0a0"; }
.fi-hdd {
--fi: "\f0a0"; }
.fi-face-grin-squint-tears {
--fi: "\f586"; }
.fi-grin-squint-tears {
--fi: "\f586"; }
.fi-dumbbell {
--fi: "\f44b"; }
.fi-rectangle-list {
--fi: "\f022"; }
.fi-list-alt {
--fi: "\f022"; }
.fi-tarp-droplet {
--fi: "\e57c"; }
.fi-house-medical-circle-check {
--fi: "\e511"; }
.fi-person-skiing-nordic {
--fi: "\f7ca"; }
.fi-skiing-nordic {
--fi: "\f7ca"; }
.fi-calendar-plus {
--fi: "\f271"; }
.fi-plane-arrival {
--fi: "\f5af"; }
.fi-circle-left {
--fi: "\f359"; }
.fi-arrow-alt-circle-left {
--fi: "\f359"; }
.fi-train-subway {
--fi: "\f239"; }
.fi-subway {
--fi: "\f239"; }
.fi-chart-gantt {
--fi: "\e0e4"; }
.fi-indian-rupee-sign {
--fi: "\e1bc"; }
.fi-indian-rupee {
--fi: "\e1bc"; }
.fi-inr {
--fi: "\e1bc"; }
.fi-crop-simple {
--fi: "\f565"; }
.fi-crop-alt {
--fi: "\f565"; }
.fi-money-bill-1 {
--fi: "\f3d1"; }
.fi-money-bill-alt {
--fi: "\f3d1"; }
.fi-left-long {
--fi: "\f30a"; }
.fi-long-arrow-alt-left {
--fi: "\f30a"; }
.fi-dna {
--fi: "\f471"; }
.fi-virus-slash {
--fi: "\e075"; }
.fi-minus {
--fi: "\f068"; }
.fi-subtract {
--fi: "\f068"; }
.fi-chess {
--fi: "\f439"; }
.fi-arrow-left-long {
--fi: "\f177"; }
.fi-long-arrow-left {
--fi: "\f177"; }
.fi-plug-circle-check {
--fi: "\e55c"; }
.fi-street-view {
--fi: "\f21d"; }
.fi-franc-sign {
--fi: "\e18f"; }
.fi-volume-off {
--fi: "\f026"; }
.fi-hands-asl-interpreting {
--fi: "\f2a3"; }
.fi-american-sign-language-interpreting {
--fi: "\f2a3"; }
.fi-asl-interpreting {
--fi: "\f2a3"; }
.fi-hands-american-sign-language-interpreting {
--fi: "\f2a3"; }
.fi-gear {
--fi: "\f013"; }
.fi-cog {
--fi: "\f013"; }
.fi-droplet-slash {
--fi: "\f5c7"; }
.fi-tint-slash {
--fi: "\f5c7"; }
.fi-mosque {
--fi: "\f678"; }
.fi-mosquito {
--fi: "\e52b"; }
.fi-star-of-david {
--fi: "\f69a"; }
.fi-person-military-rifle {
--fi: "\e54b"; }
.fi-cart-shopping {
--fi: "\f07a"; }
.fi-shopping-cart {
--fi: "\f07a"; }
.fi-vials {
--fi: "\f493"; }
.fi-plug-circle-plus {
--fi: "\e55f"; }
.fi-place-of-worship {
--fi: "\f67f"; }
.fi-grip-vertical {
--fi: "\f58e"; }
.fi-hexagon-nodes {
--fi: "\e699"; }
.fi-arrow-turn-up {
--fi: "\f148"; }
.fi-level-up {
--fi: "\f148"; }
.fi-u {
--fi: "\55"; }
.fi-square-root-variable {
--fi: "\f698"; }
.fi-square-root-alt {
--fi: "\f698"; }
.fi-clock {
--fi: "\f017"; }
.fi-clock-four {
--fi: "\f017"; }
.fi-backward-step {
--fi: "\f048"; }
.fi-step-backward {
--fi: "\f048"; }
.fi-pallet {
--fi: "\f482"; }
.fi-faucet {
--fi: "\e005"; }
.fi-baseball-bat-ball {
--fi: "\f432"; }
.fi-s {
--fi: "\53"; }
.fi-timeline {
--fi: "\e29c"; }
.fi-keyboard {
--fi: "\f11c"; }
.fi-caret-down {
--fi: "\f0d7"; }
.fi-house-chimney-medical {
--fi: "\f7f2"; }
.fi-clinic-medical {
--fi: "\f7f2"; }
.fi-temperature-three-quarters {
--fi: "\f2c8"; }
.fi-temperature-3 {
--fi: "\f2c8"; }
.fi-thermometer-3 {
--fi: "\f2c8"; }
.fi-thermometer-three-quarters {
--fi: "\f2c8"; }
.fi-mobile-screen {
--fi: "\f3cf"; }
.fi-mobile-android-alt {
--fi: "\f3cf"; }
.fi-plane-up {
--fi: "\e22d"; }
.fi-piggy-bank {
--fi: "\f4d3"; }
.fi-battery-half {
--fi: "\f242"; }
.fi-battery-3 {
--fi: "\f242"; }
.fi-mountain-city {
--fi: "\e52e"; }
.fi-coins {
--fi: "\f51e"; }
.fi-khanda {
--fi: "\f66d"; }
.fi-sliders {
--fi: "\f1de"; }
.fi-sliders-h {
--fi: "\f1de"; }
.fi-folder-tree {
--fi: "\f802"; }
.fi-network-wired {
--fi: "\f6ff"; }
.fi-map-pin {
--fi: "\f276"; }
.fi-hamsa {
--fi: "\f665"; }
.fi-cent-sign {
--fi: "\e3f5"; }
.fi-flask {
--fi: "\f0c3"; }
.fi-person-pregnant {
--fi: "\e31e"; }
.fi-wand-sparkles {
--fi: "\f72b"; }
.fi-ellipsis-vertical {
--fi: "\f142"; }
.fi-ellipsis-v {
--fi: "\f142"; }
.fi-ticket {
--fi: "\f145"; }
.fi-power-off {
--fi: "\f011"; }
.fi-right-long {
--fi: "\f30b"; }
.fi-long-arrow-alt-right {
--fi: "\f30b"; }
.fi-flag-usa {
--fi: "\f74d"; }
.fi-laptop-file {
--fi: "\e51d"; }
.fi-tty {
--fi: "\f1e4"; }
.fi-teletype {
--fi: "\f1e4"; }
.fi-diagram-next {
--fi: "\e476"; }
.fi-person-rifle {
--fi: "\e54e"; }
.fi-house-medical-circle-exclamation {
--fi: "\e512"; }
.fi-closed-captioning {
--fi: "\f20a"; }
.fi-person-hiking {
--fi: "\f6ec"; }
.fi-hiking {
--fi: "\f6ec"; }
.fi-venus-double {
--fi: "\f226"; }
.fi-images {
--fi: "\f302"; }
.fi-calculator {
--fi: "\f1ec"; }
.fi-people-pulling {
--fi: "\e535"; }
.fi-n {
--fi: "\4e"; }
.fi-cable-car {
--fi: "\f7da"; }
.fi-tram {
--fi: "\f7da"; }
.fi-cloud-rain {
--fi: "\f73d"; }
.fi-building-circle-xmark {
--fi: "\e4d4"; }
.fi-ship {
--fi: "\f21a"; }
.fi-arrows-down-to-line {
--fi: "\e4b8"; }
.fi-download {
--fi: "\f019"; }
.fi-face-grin {
--fi: "\f580"; }
.fi-grin {
--fi: "\f580"; }
.fi-delete-left {
--fi: "\f55a"; }
.fi-backspace {
--fi: "\f55a"; }
.fi-eye-dropper {
--fi: "\f1fb"; }
.fi-eye-dropper-empty {
--fi: "\f1fb"; }
.fi-eyedropper {
--fi: "\f1fb"; }
.fi-file-circle-check {
--fi: "\e5a0"; }
.fi-forward {
--fi: "\f04e"; }
.fi-mobile {
--fi: "\f3ce"; }
.fi-mobile-android {
--fi: "\f3ce"; }
.fi-mobile-phone {
--fi: "\f3ce"; }
.fi-face-meh {
--fi: "\f11a"; }
.fi-meh {
--fi: "\f11a"; }
.fi-align-center {
--fi: "\f037"; }
.fi-book-skull {
--fi: "\f6b7"; }
.fi-book-dead {
--fi: "\f6b7"; }
.fi-id-card {
--fi: "\f2c2"; }
.fi-drivers-license {
--fi: "\f2c2"; }
.fi-outdent {
--fi: "\f03b"; }
.fi-dedent {
--fi: "\f03b"; }
.fi-heart-circle-exclamation {
--fi: "\e4fe"; }
.fi-house {
--fi: "\f015"; }
.fi-home {
--fi: "\f015"; }
.fi-home-alt {
--fi: "\f015"; }
.fi-home-lg-alt {
--fi: "\f015"; }
.fi-calendar-week {
--fi: "\f784"; }
.fi-laptop-medical {
--fi: "\f812"; }
.fi-b {
--fi: "\42"; }
.fi-file-medical {
--fi: "\f477"; }
.fi-dice-one {
--fi: "\f525"; }
.fi-kiwi-bird {
--fi: "\f535"; }
.fi-arrow-right-arrow-left {
--fi: "\f0ec"; }
.fi-exchange {
--fi: "\f0ec"; }
.fi-rotate-right {
--fi: "\f2f9"; }
.fi-redo-alt {
--fi: "\f2f9"; }
.fi-rotate-forward {
--fi: "\f2f9"; }
.fi-utensils {
--fi: "\f2e7"; }
.fi-cutlery {
--fi: "\f2e7"; }
.fi-arrow-up-wide-short {
--fi: "\f161"; }
.fi-sort-amount-up {
--fi: "\f161"; }
.fi-mill-sign {
--fi: "\e1ed"; }
.fi-bowl-rice {
--fi: "\e2eb"; }
.fi-skull {
--fi: "\f54c"; }
.fi-tower-broadcast {
--fi: "\f519"; }
.fi-broadcast-tower {
--fi: "\f519"; }
.fi-truck-pickup {
--fi: "\f63c"; }
.fi-up-long {
--fi: "\f30c"; }
.fi-long-arrow-alt-up {
--fi: "\f30c"; }
.fi-stop {
--fi: "\f04d"; }
.fi-code-merge {
--fi: "\f387"; }
.fi-upload {
--fi: "\f093"; }
.fi-hurricane {
--fi: "\f751"; }
.fi-mound {
--fi: "\e52d"; }
.fi-toilet-portable {
--fi: "\e583"; }
.fi-compact-disc {
--fi: "\f51f"; }
.fi-file-arrow-down {
--fi: "\f56d"; }
.fi-file-download {
--fi: "\f56d"; }
.fi-caravan {
--fi: "\f8ff"; }
.fi-shield-cat {
--fi: "\e572"; }
.fi-bolt {
--fi: "\f0e7"; }
.fi-zap {
--fi: "\f0e7"; }
.fi-glass-water {
--fi: "\e4f4"; }
.fi-oil-well {
--fi: "\e532"; }
.fi-vault {
--fi: "\e2c5"; }
.fi-mars {
--fi: "\f222"; }
.fi-toilet {
--fi: "\f7d8"; }
.fi-plane-circle-xmark {
--fi: "\e557"; }
.fi-yen-sign {
--fi: "\f157"; }
.fi-cny {
--fi: "\f157"; }
.fi-jpy {
--fi: "\f157"; }
.fi-rmb {
--fi: "\f157"; }
.fi-yen {
--fi: "\f157"; }
.fi-ruble-sign {
--fi: "\f158"; }
.fi-rouble {
--fi: "\f158"; }
.fi-rub {
--fi: "\f158"; }
.fi-ruble {
--fi: "\f158"; }
.fi-sun {
--fi: "\f185"; }
.fi-guitar {
--fi: "\f7a6"; }
.fi-face-laugh-wink {
--fi: "\f59c"; }
.fi-laugh-wink {
--fi: "\f59c"; }
.fi-horse-head {
--fi: "\f7ab"; }
.fi-bore-hole {
--fi: "\e4c3"; }
.fi-industry {
--fi: "\f275"; }
.fi-circle-down {
--fi: "\f358"; }
.fi-arrow-alt-circle-down {
--fi: "\f358"; }
.fi-arrows-turn-to-dots {
--fi: "\e4c1"; }
.fi-florin-sign {
--fi: "\e184"; }
.fi-arrow-down-short-wide {
--fi: "\f884"; }
.fi-sort-amount-desc {
--fi: "\f884"; }
.fi-sort-amount-down-alt {
--fi: "\f884"; }
.fi-less-than {
--fi: "\3c"; }
.fi-angle-down {
--fi: "\f107"; }
.fi-car-tunnel {
--fi: "\e4de"; }
.fi-head-side-cough {
--fi: "\e061"; }
.fi-grip-lines {
--fi: "\f7a4"; }
.fi-thumbs-down {
--fi: "\f165"; }
.fi-user-lock {
--fi: "\f502"; }
.fi-arrow-right-long {
--fi: "\f178"; }
.fi-long-arrow-right {
--fi: "\f178"; }
.fi-anchor-circle-xmark {
--fi: "\e4ac"; }
.fi-ellipsis {
--fi: "\f141"; }
.fi-ellipsis-h {
--fi: "\f141"; }
.fi-chess-pawn {
--fi: "\f443"; }
.fi-kit-medical {
--fi: "\f479"; }
.fi-first-aid {
--fi: "\f479"; }
.fi-person-through-window {
--fi: "\e5a9"; }
.fi-toolbox {
--fi: "\f552"; }
.fi-hands-holding-circle {
--fi: "\e4fb"; }
.fi-bug {
--fi: "\f188"; }
.fi-credit-card {
--fi: "\f09d"; }
.fi-credit-card-alt {
--fi: "\f09d"; }
.fi-car {
--fi: "\f1b9"; }
.fi-automobile {
--fi: "\f1b9"; }
.fi-hand-holding-hand {
--fi: "\e4f7"; }
.fi-book-open-reader {
--fi: "\f5da"; }
.fi-book-reader {
--fi: "\f5da"; }
.fi-mountain-sun {
--fi: "\e52f"; }
.fi-arrows-left-right-to-line {
--fi: "\e4ba"; }
.fi-dice-d20 {
--fi: "\f6cf"; }
.fi-truck-droplet {
--fi: "\e58c"; }
.fi-file-circle-xmark {
--fi: "\e5a1"; }
.fi-temperature-arrow-up {
--fi: "\e040"; }
.fi-temperature-up {
--fi: "\e040"; }
.fi-medal {
--fi: "\f5a2"; }
.fi-bed {
--fi: "\f236"; }
.fi-square-h {
--fi: "\f0fd"; }
.fi-h-square {
--fi: "\f0fd"; }
.fi-podcast {
--fi: "\f2ce"; }
.fi-temperature-full {
--fi: "\f2c7"; }
.fi-temperature-4 {
--fi: "\f2c7"; }
.fi-thermometer-4 {
--fi: "\f2c7"; }
.fi-thermometer-full {
--fi: "\f2c7"; }
.fi-bell {
--fi: "\f0f3"; }
.fi-superscript {
--fi: "\f12b"; }
.fi-plug-circle-xmark {
--fi: "\e560"; }
.fi-star-of-life {
--fi: "\f621"; }
.fi-phone-slash {
--fi: "\f3dd"; }
.fi-paint-roller {
--fi: "\f5aa"; }
.fi-handshake-angle {
--fi: "\f4c4"; }
.fi-hands-helping {
--fi: "\f4c4"; }
.fi-location-dot {
--fi: "\f3c5"; }
.fi-map-marker-alt {
--fi: "\f3c5"; }
.fi-file {
--fi: "\f15b"; }
.fi-greater-than {
--fi: "\3e"; }
.fi-person-swimming {
--fi: "\f5c4"; }
.fi-swimmer {
--fi: "\f5c4"; }
.fi-arrow-down {
--fi: "\f063"; }
.fi-droplet {
--fi: "\f043"; }
.fi-tint {
--fi: "\f043"; }
.fi-eraser {
--fi: "\f12d"; }
.fi-earth-americas {
--fi: "\f57d"; }
.fi-earth {
--fi: "\f57d"; }
.fi-earth-america {
--fi: "\f57d"; }
.fi-globe-americas {
--fi: "\f57d"; }
.fi-person-burst {
--fi: "\e53b"; }
.fi-dove {
--fi: "\f4ba"; }
.fi-battery-empty {
--fi: "\f244"; }
.fi-battery-0 {
--fi: "\f244"; }
.fi-socks {
--fi: "\f696"; }
.fi-inbox {
--fi: "\f01c"; }
.fi-section {
--fi: "\e447"; }
.fi-gauge-high {
--fi: "\f625"; }
.fi-tachometer-alt {
--fi: "\f625"; }
.fi-tachometer-alt-fast {
--fi: "\f625"; }
.fi-envelope-open-text {
--fi: "\f658"; }
.fi-hospital {
--fi: "\f0f8"; }
.fi-hospital-alt {
--fi: "\f0f8"; }
.fi-hospital-wide {
--fi: "\f0f8"; }
.fi-wine-bottle {
--fi: "\f72f"; }
.fi-chess-rook {
--fi: "\f447"; }
.fi-bars-staggered {
--fi: "\f550"; }
.fi-reorder {
--fi: "\f550"; }
.fi-stream {
--fi: "\f550"; }
.fi-dharmachakra {
--fi: "\f655"; }
.fi-hotdog {
--fi: "\f80f"; }
.fi-person-walking-with-cane {
--fi: "\f29d"; }
.fi-blind {
--fi: "\f29d"; }
.fi-drum {
--fi: "\f569"; }
.fi-ice-cream {
--fi: "\f810"; }
.fi-heart-circle-bolt {
--fi: "\e4fc"; }
.fi-fax {
--fi: "\f1ac"; }
.fi-paragraph {
--fi: "\f1dd"; }
.fi-check-to-slot {
--fi: "\f772"; }
.fi-vote-yea {
--fi: "\f772"; }
.fi-star-half {
--fi: "\f089"; }
.fi-boxes-stacked {
--fi: "\f468"; }
.fi-boxes {
--fi: "\f468"; }
.fi-boxes-alt {
--fi: "\f468"; }
.fi-link {
--fi: "\f0c1"; }
.fi-chain {
--fi: "\f0c1"; }
.fi-ear-listen {
--fi: "\f2a2"; }
.fi-assistive-listening-systems {
--fi: "\f2a2"; }
.fi-tree-city {
--fi: "\e587"; }
.fi-play {
--fi: "\f04b"; }
.fi-font {
--fi: "\f031"; }
.fi-table-cells-row-lock {
--fi: "\e67a"; }
.fi-rupiah-sign {
--fi: "\e23d"; }
.fi-magnifying-glass {
--fi: "\f002"; }
.fi-search {
--fi: "\f002"; }
.fi-table-tennis-paddle-ball {
--fi: "\f45d"; }
.fi-ping-pong-paddle-ball {
--fi: "\f45d"; }
.fi-table-tennis {
--fi: "\f45d"; }
.fi-person-dots-from-line {
--fi: "\f470"; }
.fi-diagnoses {
--fi: "\f470"; }
.fi-trash-can-arrow-up {
--fi: "\f82a"; }
.fi-trash-restore-alt {
--fi: "\f82a"; }
.fi-naira-sign {
--fi: "\e1f6"; }
.fi-cart-arrow-down {
--fi: "\f218"; }
.fi-walkie-talkie {
--fi: "\f8ef"; }
.fi-file-pen {
--fi: "\f31c"; }
.fi-file-edit {
--fi: "\f31c"; }
.fi-receipt {
--fi: "\f543"; }
.fi-square-pen {
--fi: "\f14b"; }
.fi-pen-square {
--fi: "\f14b"; }
.fi-pencil-square {
--fi: "\f14b"; }
.fi-suitcase-rolling {
--fi: "\f5c1"; }
.fi-person-circle-exclamation {
--fi: "\e53f"; }
.fi-chevron-down {
--fi: "\f078"; }
.fi-battery-full {
--fi: "\f240"; }
.fi-battery {
--fi: "\f240"; }
.fi-battery-5 {
--fi: "\f240"; }
.fi-skull-crossbones {
--fi: "\f714"; }
.fi-code-compare {
--fi: "\e13a"; }
.fi-list-ul {
--fi: "\f0ca"; }
.fi-list-dots {
--fi: "\f0ca"; }
.fi-school-lock {
--fi: "\e56f"; }
.fi-tower-cell {
--fi: "\e585"; }
.fi-down-long {
--fi: "\f309"; }
.fi-long-arrow-alt-down {
--fi: "\f309"; }
.fi-ranking-star {
--fi: "\e561"; }
.fi-chess-king {
--fi: "\f43f"; }
.fi-person-harassing {
--fi: "\e549"; }
.fi-brazilian-real-sign {
--fi: "\e46c"; }
.fi-landmark-dome {
--fi: "\f752"; }
.fi-landmark-alt {
--fi: "\f752"; }
.fi-arrow-up {
--fi: "\f062"; }
.fi-tv {
--fi: "\f26c"; }
.fi-television {
--fi: "\f26c"; }
.fi-tv-alt {
--fi: "\f26c"; }
.fi-shrimp {
--fi: "\e448"; }
.fi-list-check {
--fi: "\f0ae"; }
.fi-tasks {
--fi: "\f0ae"; }
.fi-jug-detergent {
--fi: "\e519"; }
.fi-circle-user {
--fi: "\f2bd"; }
.fi-user-circle {
--fi: "\f2bd"; }
.fi-user-shield {
--fi: "\f505"; }
.fi-wind {
--fi: "\f72e"; }
.fi-car-burst {
--fi: "\f5e1"; }
.fi-car-crash {
--fi: "\f5e1"; }
.fi-y {
--fi: "\59"; }
.fi-person-snowboarding {
--fi: "\f7ce"; }
.fi-snowboarding {
--fi: "\f7ce"; }
.fi-truck-fast {
--fi: "\f48b"; }
.fi-shipping-fast {
--fi: "\f48b"; }
.fi-fish {
--fi: "\f578"; }
.fi-user-graduate {
--fi: "\f501"; }
.fi-circle-half-stroke {
--fi: "\f042"; }
.fi-adjust {
--fi: "\f042"; }
.fi-clapperboard {
--fi: "\e131"; }
.fi-circle-radiation {
--fi: "\f7ba"; }
.fi-radiation-alt {
--fi: "\f7ba"; }
.fi-baseball {
--fi: "\f433"; }
.fi-baseball-ball {
--fi: "\f433"; }
.fi-jet-fighter-up {
--fi: "\e518"; }
.fi-diagram-project {
--fi: "\f542"; }
.fi-project-diagram {
--fi: "\f542"; }
.fi-copy {
--fi: "\f0c5"; }
.fi-volume-xmark {
--fi: "\f6a9"; }
.fi-volume-mute {
--fi: "\f6a9"; }
.fi-volume-times {
--fi: "\f6a9"; }
.fi-hand-sparkles {
--fi: "\e05d"; }
.fi-grip {
--fi: "\f58d"; }
.fi-grip-horizontal {
--fi: "\f58d"; }
.fi-share-from-square {
--fi: "\f14d"; }
.fi-share-square {
--fi: "\f14d"; }
.fi-child-combatant {
--fi: "\e4e0"; }
.fi-child-rifle {
--fi: "\e4e0"; }
.fi-gun {
--fi: "\e19b"; }
.fi-square-phone {
--fi: "\f098"; }
.fi-phone-square {
--fi: "\f098"; }
.fi-plus {
--fi: "\2b"; }
.fi-add {
--fi: "\2b"; }
.fi-expand {
--fi: "\f065"; }
.fi-computer {
--fi: "\e4e5"; }
.fi-xmark {
--fi: "\f00d"; }
.fi-close {
--fi: "\f00d"; }
.fi-multiply {
--fi: "\f00d"; }
.fi-remove {
--fi: "\f00d"; }
.fi-times {
--fi: "\f00d"; }
.fi-arrows-up-down-left-right {
--fi: "\f047"; }
.fi-arrows {
--fi: "\f047"; }
.fi-chalkboard-user {
--fi: "\f51c"; }
.fi-chalkboard-teacher {
--fi: "\f51c"; }
.fi-peso-sign {
--fi: "\e222"; }
.fi-building-shield {
--fi: "\e4d8"; }
.fi-baby {
--fi: "\f77c"; }
.fi-users-line {
--fi: "\e592"; }
.fi-quote-left {
--fi: "\f10d"; }
.fi-quote-left-alt {
--fi: "\f10d"; }
.fi-tractor {
--fi: "\f722"; }
.fi-trash-arrow-up {
--fi: "\f829"; }
.fi-trash-restore {
--fi: "\f829"; }
.fi-arrow-down-up-lock {
--fi: "\e4b0"; }
.fi-lines-leaning {
--fi: "\e51e"; }
.fi-ruler-combined {
--fi: "\f546"; }
.fi-copyright {
--fi: "\f1f9"; }
.fi-equals {
--fi: "\3d"; }
.fi-blender {
--fi: "\f517"; }
.fi-teeth {
--fi: "\f62e"; }
.fi-shekel-sign {
--fi: "\f20b"; }
.fi-ils {
--fi: "\f20b"; }
.fi-shekel {
--fi: "\f20b"; }
.fi-sheqel {
--fi: "\f20b"; }
.fi-sheqel-sign {
--fi: "\f20b"; }
.fi-map {
--fi: "\f279"; }
.fi-rocket {
--fi: "\f135"; }
.fi-photo-film {
--fi: "\f87c"; }
.fi-photo-video {
--fi: "\f87c"; }
.fi-folder-minus {
--fi: "\f65d"; }
.fi-hexagon-nodes-bolt {
--fi: "\e69a"; }
.fi-store {
--fi: "\f54e"; }
.fi-arrow-trend-up {
--fi: "\e098"; }
.fi-plug-circle-minus {
--fi: "\e55e"; }
.fi-sign-hanging {
--fi: "\f4d9"; }
.fi-sign {
--fi: "\f4d9"; }
.fi-bezier-curve {
--fi: "\f55b"; }
.fi-bell-slash {
--fi: "\f1f6"; }
.fi-tablet {
--fi: "\f3fb"; }
.fi-tablet-android {
--fi: "\f3fb"; }
.fi-school-flag {
--fi: "\e56e"; }
.fi-fill {
--fi: "\f575"; }
.fi-angle-up {
--fi: "\f106"; }
.fi-drumstick-bite {
--fi: "\f6d7"; }
.fi-holly-berry {
--fi: "\f7aa"; }
.fi-chevron-left {
--fi: "\f053"; }
.fi-bacteria {
--fi: "\e059"; }
.fi-hand-lizard {
--fi: "\f258"; }
.fi-notdef {
--fi: "\e1fe"; }
.fi-disease {
--fi: "\f7fa"; }
.fi-briefcase-medical {
--fi: "\f469"; }
.fi-genderless {
--fi: "\f22d"; }
.fi-chevron-right {
--fi: "\f054"; }
.fi-retweet {
--fi: "\f079"; }
.fi-car-rear {
--fi: "\f5de"; }
.fi-car-alt {
--fi: "\f5de"; }
.fi-pump-soap {
--fi: "\e06b"; }
.fi-video-slash {
--fi: "\f4e2"; }
.fi-battery-quarter {
--fi: "\f243"; }
.fi-battery-2 {
--fi: "\f243"; }
.fi-radio {
--fi: "\f8d7"; }
.fi-baby-carriage {
--fi: "\f77d"; }
.fi-carriage-baby {
--fi: "\f77d"; }
.fi-traffic-light {
--fi: "\f637"; }
.fi-thermometer {
--fi: "\f491"; }
.fi-vr-cardboard {
--fi: "\f729"; }
.fi-hand-middle-finger {
--fi: "\f806"; }
.fi-percent {
--fi: "\25"; }
.fi-percentage {
--fi: "\25"; }
.fi-truck-moving {
--fi: "\f4df"; }
.fi-glass-water-droplet {
--fi: "\e4f5"; }
.fi-display {
--fi: "\e163"; }
.fi-face-smile {
--fi: "\f118"; }
.fi-smile {
--fi: "\f118"; }
.fi-thumbtack {
--fi: "\f08d"; }
.fi-thumb-tack {
--fi: "\f08d"; }
.fi-trophy {
--fi: "\f091"; }
.fi-person-praying {
--fi: "\f683"; }
.fi-pray {
--fi: "\f683"; }
.fi-hammer {
--fi: "\f6e3"; }
.fi-hand-peace {
--fi: "\f25b"; }
.fi-rotate {
--fi: "\f2f1"; }
.fi-sync-alt {
--fi: "\f2f1"; }
.fi-spinner {
--fi: "\f110"; }
.fi-robot {
--fi: "\f544"; }
.fi-peace {
--fi: "\f67c"; }
.fi-gears {
--fi: "\f085"; }
.fi-cogs {
--fi: "\f085"; }
.fi-warehouse {
--fi: "\f494"; }
.fi-arrow-up-right-dots {
--fi: "\e4b7"; }
.fi-splotch {
--fi: "\f5bc"; }
.fi-face-grin-hearts {
--fi: "\f584"; }
.fi-grin-hearts {
--fi: "\f584"; }
.fi-dice-four {
--fi: "\f524"; }
.fi-sim-card {
--fi: "\f7c4"; }
.fi-transgender {
--fi: "\f225"; }
.fi-transgender-alt {
--fi: "\f225"; }
.fi-mercury {
--fi: "\f223"; }
.fi-arrow-turn-down {
--fi: "\f149"; }
.fi-level-down {
--fi: "\f149"; }
.fi-person-falling-burst {
--fi: "\e547"; }
.fi-award {
--fi: "\f559"; }
.fi-ticket-simple {
--fi: "\f3ff"; }
.fi-ticket-alt {
--fi: "\f3ff"; }
.fi-building {
--fi: "\f1ad"; }
.fi-angles-left {
--fi: "\f100"; }
.fi-angle-double-left {
--fi: "\f100"; }
.fi-qrcode {
--fi: "\f029"; }
.fi-clock-rotate-left {
--fi: "\f1da"; }
.fi-history {
--fi: "\f1da"; }
.fi-face-grin-beam-sweat {
--fi: "\f583"; }
.fi-grin-beam-sweat {
--fi: "\f583"; }
.fi-file-export {
--fi: "\f56e"; }
.fi-arrow-right-from-file {
--fi: "\f56e"; }
.fi-shield {
--fi: "\f132"; }
.fi-shield-blank {
--fi: "\f132"; }
.fi-arrow-up-short-wide {
--fi: "\f885"; }
.fi-sort-amount-up-alt {
--fi: "\f885"; }
.fi-comment-nodes {
--fi: "\e696"; }
.fi-house-medical {
--fi: "\e3b2"; }
.fi-golf-ball-tee {
--fi: "\f450"; }
.fi-golf-ball {
--fi: "\f450"; }
.fi-circle-chevron-left {
--fi: "\f137"; }
.fi-chevron-circle-left {
--fi: "\f137"; }
.fi-house-chimney-window {
--fi: "\e00d"; }
.fi-pen-nib {
--fi: "\f5ad"; }
.fi-tent-arrow-turn-left {
--fi: "\e580"; }
.fi-tents {
--fi: "\e582"; }
.fi-wand-magic {
--fi: "\f0d0"; }
.fi-magic {
--fi: "\f0d0"; }
.fi-dog {
--fi: "\f6d3"; }
.fi-carrot {
--fi: "\f787"; }
.fi-moon {
--fi: "\f186"; }
.fi-wine-glass-empty {
--fi: "\f5ce"; }
.fi-wine-glass-alt {
--fi: "\f5ce"; }
.fi-cheese {
--fi: "\f7ef"; }
.fi-yin-yang {
--fi: "\f6ad"; }
.fi-music {
--fi: "\f001"; }
.fi-code-commit {
--fi: "\f386"; }
.fi-temperature-low {
--fi: "\f76b"; }
.fi-person-biking {
--fi: "\f84a"; }
.fi-biking {
--fi: "\f84a"; }
.fi-broom {
--fi: "\f51a"; }
.fi-shield-heart {
--fi: "\e574"; }
.fi-gopuram {
--fi: "\f664"; }
.fi-earth-oceania {
--fi: "\e47b"; }
.fi-globe-oceania {
--fi: "\e47b"; }
.fi-square-xmark {
--fi: "\f2d3"; }
.fi-times-square {
--fi: "\f2d3"; }
.fi-xmark-square {
--fi: "\f2d3"; }
.fi-hashtag {
--fi: "\23"; }
.fi-up-right-and-down-left-from-center {
--fi: "\f424"; }
.fi-expand-alt {
--fi: "\f424"; }
.fi-oil-can {
--fi: "\f613"; }
.fi-t {
--fi: "\54"; }
.fi-hippo {
--fi: "\f6ed"; }
.fi-chart-column {
--fi: "\e0e3"; }
.fi-infinity {
--fi: "\f534"; }
.fi-vial-circle-check {
--fi: "\e596"; }
.fi-person-arrow-down-to-line {
--fi: "\e538"; }
.fi-voicemail {
--fi: "\f897"; }
.fi-fan {
--fi: "\f863"; }
.fi-person-walking-luggage {
--fi: "\e554"; }
.fi-up-down {
--fi: "\f338"; }
.fi-arrows-alt-v {
--fi: "\f338"; }
.fi-cloud-moon-rain {
--fi: "\f73c"; }
.fi-calendar {
--fi: "\f133"; }
.fi-trailer {
--fi: "\e041"; }
.fi-bahai {
--fi: "\f666"; }
.fi-haykal {
--fi: "\f666"; }
.fi-sd-card {
--fi: "\f7c2"; }
.fi-dragon {
--fi: "\f6d5"; }
.fi-shoe-prints {
--fi: "\f54b"; }
.fi-circle-plus {
--fi: "\f055"; }
.fi-plus-circle {
--fi: "\f055"; }
.fi-face-grin-tongue-wink {
--fi: "\f58b"; }
.fi-grin-tongue-wink {
--fi: "\f58b"; }
.fi-hand-holding {
--fi: "\f4bd"; }
.fi-plug-circle-exclamation {
--fi: "\e55d"; }
.fi-link-slash {
--fi: "\f127"; }
.fi-chain-broken {
--fi: "\f127"; }
.fi-chain-slash {
--fi: "\f127"; }
.fi-unlink {
--fi: "\f127"; }
.fi-clone {
--fi: "\f24d"; }
.fi-person-walking-arrow-loop-left {
--fi: "\e551"; }
.fi-arrow-up-z-a {
--fi: "\f882"; }
.fi-sort-alpha-up-alt {
--fi: "\f882"; }
.fi-fire-flame-curved {
--fi: "\f7e4"; }
.fi-fire-alt {
--fi: "\f7e4"; }
.fi-tornado {
--fi: "\f76f"; }
.fi-file-circle-plus {
--fi: "\e494"; }
.fi-book-quran {
--fi: "\f687"; }
.fi-quran {
--fi: "\f687"; }
.fi-anchor {
--fi: "\f13d"; }
.fi-border-all {
--fi: "\f84c"; }
.fi-face-angry {
--fi: "\f556"; }
.fi-angry {
--fi: "\f556"; }
.fi-cookie-bite {
--fi: "\f564"; }
.fi-arrow-trend-down {
--fi: "\e097"; }
.fi-rss {
--fi: "\f09e"; }
.fi-feed {
--fi: "\f09e"; }
.fi-draw-polygon {
--fi: "\f5ee"; }
.fi-scale-balanced {
--fi: "\f24e"; }
.fi-balance-scale {
--fi: "\f24e"; }
.fi-gauge-simple-high {
--fi: "\f62a"; }
.fi-tachometer {
--fi: "\f62a"; }
.fi-tachometer-fast {
--fi: "\f62a"; }
.fi-shower {
--fi: "\f2cc"; }
.fi-desktop {
--fi: "\f390"; }
.fi-desktop-alt {
--fi: "\f390"; }
.fi-m {
--fi: "\4d"; }
.fi-table-list {
--fi: "\f00b"; }
.fi-th-list {
--fi: "\f00b"; }
.fi-comment-sms {
--fi: "\f7cd"; }
.fi-sms {
--fi: "\f7cd"; }
.fi-book {
--fi: "\f02d"; }
.fi-user-plus {
--fi: "\f234"; }
.fi-check {
--fi: "\f00c"; }
.fi-battery-three-quarters {
--fi: "\f241"; }
.fi-battery-4 {
--fi: "\f241"; }
.fi-house-circle-check {
--fi: "\e509"; }
.fi-angle-left {
--fi: "\f104"; }
.fi-diagram-successor {
--fi: "\e47a"; }
.fi-truck-arrow-right {
--fi: "\e58b"; }
.fi-arrows-split-up-and-left {
--fi: "\e4bc"; }
.fi-hand-fist {
--fi: "\f6de"; }
.fi-fist-raised {
--fi: "\f6de"; }
.fi-cloud-moon {
--fi: "\f6c3"; }
.fi-briefcase {
--fi: "\f0b1"; }
.fi-person-falling {
--fi: "\e546"; }
.fi-image-portrait {
--fi: "\f3e0"; }
.fi-portrait {
--fi: "\f3e0"; }
.fi-user-tag {
--fi: "\f507"; }
.fi-rug {
--fi: "\e569"; }
.fi-earth-europe {
--fi: "\f7a2"; }
.fi-globe-europe {
--fi: "\f7a2"; }
.fi-cart-flatbed-suitcase {
--fi: "\f59d"; }
.fi-luggage-cart {
--fi: "\f59d"; }
.fi-rectangle-xmark {
--fi: "\f410"; }
.fi-rectangle-times {
--fi: "\f410"; }
.fi-times-rectangle {
--fi: "\f410"; }
.fi-window-close {
--fi: "\f410"; }
.fi-baht-sign {
--fi: "\e0ac"; }
.fi-book-open {
--fi: "\f518"; }
.fi-book-journal-whills {
--fi: "\f66a"; }
.fi-journal-whills {
--fi: "\f66a"; }
.fi-handcuffs {
--fi: "\e4f8"; }
.fi-triangle-exclamation {
--fi: "\f071"; }
.fi-exclamation-triangle {
--fi: "\f071"; }
.fi-warning {
--fi: "\f071"; }
.fi-database {
--fi: "\f1c0"; }
.fi-share {
--fi: "\f064"; }
.fi-mail-forward {
--fi: "\f064"; }
.fi-bottle-droplet {
--fi: "\e4c4"; }
.fi-mask-face {
--fi: "\e1d7"; }
.fi-hill-rockslide {
--fi: "\e508"; }
.fi-right-left {
--fi: "\f362"; }
.fi-exchange-alt {
--fi: "\f362"; }
.fi-paper-plane {
--fi: "\f1d8"; }
.fi-road-circle-exclamation {
--fi: "\e565"; }
.fi-dungeon {
--fi: "\f6d9"; }
.fi-align-right {
--fi: "\f038"; }
.fi-money-bill-1-wave {
--fi: "\f53b"; }
.fi-money-bill-wave-alt {
--fi: "\f53b"; }
.fi-life-ring {
--fi: "\f1cd"; }
.fi-hands {
--fi: "\f2a7"; }
.fi-sign-language {
--fi: "\f2a7"; }
.fi-signing {
--fi: "\f2a7"; }
.fi-calendar-day {
--fi: "\f783"; }
.fi-water-ladder {
--fi: "\f5c5"; }
.fi-ladder-water {
--fi: "\f5c5"; }
.fi-swimming-pool {
--fi: "\f5c5"; }
.fi-arrows-up-down {
--fi: "\f07d"; }
.fi-arrows-v {
--fi: "\f07d"; }
.fi-face-grimace {
--fi: "\f57f"; }
.fi-grimace {
--fi: "\f57f"; }
.fi-wheelchair-move {
--fi: "\e2ce"; }
.fi-wheelchair-alt {
--fi: "\e2ce"; }
.fi-turn-down {
--fi: "\f3be"; }
.fi-level-down-alt {
--fi: "\f3be"; }
.fi-person-walking-arrow-right {
--fi: "\e552"; }
.fi-square-envelope {
--fi: "\f199"; }
.fi-envelope-square {
--fi: "\f199"; }
.fi-dice {
--fi: "\f522"; }
.fi-bowling-ball {
--fi: "\f436"; }
.fi-brain {
--fi: "\f5dc"; }
.fi-bandage {
--fi: "\f462"; }
.fi-band-aid {
--fi: "\f462"; }
.fi-calendar-minus {
--fi: "\f272"; }
.fi-circle-xmark {
--fi: "\f057"; }
.fi-times-circle {
--fi: "\f057"; }
.fi-xmark-circle {
--fi: "\f057"; }
.fi-gifts {
--fi: "\f79c"; }
.fi-hotel {
--fi: "\f594"; }
.fi-earth-asia {
--fi: "\f57e"; }
.fi-globe-asia {
--fi: "\f57e"; }
.fi-id-card-clip {
--fi: "\f47f"; }
.fi-id-card-alt {
--fi: "\f47f"; }
.fi-magnifying-glass-plus {
--fi: "\f00e"; }
.fi-search-plus {
--fi: "\f00e"; }
.fi-thumbs-up {
--fi: "\f164"; }
.fi-user-clock {
--fi: "\f4fd"; }
.fi-hand-dots {
--fi: "\f461"; }
.fi-allergies {
--fi: "\f461"; }
.fi-file-invoice {
--fi: "\f570"; }
.fi-window-minimize {
--fi: "\f2d1"; }
.fi-mug-saucer {
--fi: "\f0f4"; }
.fi-coffee {
--fi: "\f0f4"; }
.fi-brush {
--fi: "\f55d"; }
.fi-file-half-dashed {
--fi: "\e698"; }
.fi-mask {
--fi: "\f6fa"; }
.fi-magnifying-glass-minus {
--fi: "\f010"; }
.fi-search-minus {
--fi: "\f010"; }
.fi-ruler-vertical {
--fi: "\f548"; }
.fi-user-large {
--fi: "\f406"; }
.fi-user-alt {
--fi: "\f406"; }
.fi-train-tram {
--fi: "\e5b4"; }
.fi-user-nurse {
--fi: "\f82f"; }
.fi-syringe {
--fi: "\f48e"; }
.fi-cloud-sun {
--fi: "\f6c4"; }
.fi-stopwatch-20 {
--fi: "\e06f"; }
.fi-square-full {
--fi: "\f45c"; }
.fi-magnet {
--fi: "\f076"; }
.fi-jar {
--fi: "\e516"; }
.fi-note-sticky {
--fi: "\f249"; }
.fi-sticky-note {
--fi: "\f249"; }
.fi-bug-slash {
--fi: "\e490"; }
.fi-arrow-up-from-water-pump {
--fi: "\e4b6"; }
.fi-bone {
--fi: "\f5d7"; }
.fi-table-cells-row-unlock {
--fi: "\e691"; }
.fi-user-injured {
--fi: "\f728"; }
.fi-face-sad-tear {
--fi: "\f5b4"; }
.fi-sad-tear {
--fi: "\f5b4"; }
.fi-plane {
--fi: "\f072"; }
.fi-tent-arrows-down {
--fi: "\e581"; }
.fi-exclamation {
--fi: "\21"; }
.fi-arrows-spin {
--fi: "\e4bb"; }
.fi-print {
--fi: "\f02f"; }
.fi-turkish-lira-sign {
--fi: "\e2bb"; }
.fi-try {
--fi: "\e2bb"; }
.fi-turkish-lira {
--fi: "\e2bb"; }
.fi-dollar-sign {
--fi: "\24"; }
.fi-dollar {
--fi: "\24"; }
.fi-usd {
--fi: "\24"; }
.fi-x {
--fi: "\58"; }
.fi-magnifying-glass-dollar {
--fi: "\f688"; }
.fi-search-dollar {
--fi: "\f688"; }
.fi-users-gear {
--fi: "\f509"; }
.fi-users-cog {
--fi: "\f509"; }
.fi-person-military-pointing {
--fi: "\e54a"; }
.fi-building-columns {
--fi: "\f19c"; }
.fi-bank {
--fi: "\f19c"; }
.fi-institution {
--fi: "\f19c"; }
.fi-museum {
--fi: "\f19c"; }
.fi-university {
--fi: "\f19c"; }
.fi-umbrella {
--fi: "\f0e9"; }
.fi-trowel {
--fi: "\e589"; }
.fi-d {
--fi: "\44"; }
.fi-stapler {
--fi: "\e5af"; }
.fi-masks-theater {
--fi: "\f630"; }
.fi-theater-masks {
--fi: "\f630"; }
.fi-kip-sign {
--fi: "\e1c4"; }
.fi-hand-point-left {
--fi: "\f0a5"; }
.fi-handshake-simple {
--fi: "\f4c6"; }
.fi-handshake-alt {
--fi: "\f4c6"; }
.fi-jet-fighter {
--fi: "\f0fb"; }
.fi-fighter-jet {
--fi: "\f0fb"; }
.fi-square-share-nodes {
--fi: "\f1e1"; }
.fi-share-alt-square {
--fi: "\f1e1"; }
.fi-barcode {
--fi: "\f02a"; }
.fi-plus-minus {
--fi: "\e43c"; }
.fi-video {
--fi: "\f03d"; }
.fi-video-camera {
--fi: "\f03d"; }
.fi-graduation-cap {
--fi: "\f19d"; }
.fi-mortar-board {
--fi: "\f19d"; }
.fi-hand-holding-medical {
--fi: "\e05c"; }
.fi-person-circle-check {
--fi: "\e53e"; }
.fi-turn-up {
--fi: "\f3bf"; }
.fi-level-up-alt {
--fi: "\f3bf"; }
.sr-only,
.fi-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),
.fi-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; }
