/*! * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands {
    -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, .fa-classic, .fa-solid, .far, .fa-regular {
    font-family: "Font Awesome 6 Free";
}
.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands";
}
.fa-circle-info::before {
    content: "\f05a";
  }
.fa-tag::before {
    content: "\f02b";
  }
  .fa-circle::before {
    content: "\f111";
  }
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-plus::before {
    content: "\+";
  }
  .fa-paper-plane::before {
    content: "\f1d8";
  }
  .fa-plus-circle::before {
    content: "\f055";
  }
  .fa-plus-minus::before {
    content: "\e43c";
  }
  .fa-square-twitter:before {
    content: "\f081";
  }
  
  .fa-twitter-square:before {
    content: "\f081";
  }
  .fa-twitter:before {
    content: "\f099";
  }
  .fa-square-instagram:before {
    content: "\e055";
  }
  
  .fa-instagram-square:before {
    content: "\e055";
  }
  .fa-instagram:before {
    content: "\f16d";
  }
  .fa-tiktok:before {
    content: "\e07b";
  }
  .fa-youtube:before {
    content: "\f167";
  }
  .fa-youtube-square:before {
    content: "\f431";
  }
  .fa-plus-square::before {
    content: "\f0fe";
  }
.fa-play-circle::before {
    content: "\f144";
}
.fa-play::before {
    content: "\f04b";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-gamepad::before {
    content: "\f11b";
}
.fa-steam:before {
    content: "\f1b6";
}

.fa-square-steam:before {
    content: "\f1b7";
}
.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-x::before {
    content: "X";
  }
.fa-user-gear::before {
    content: "\f4fe";
}
.fa-gear::before {
    content: "\f013";
}
.fa-gears::before {
    content: "\f085";
}
.fa-users-gear::before {
    content: "\f509";
}
.fa-house::before {
    content: "\f015";
}
.fa-bars::before {
    content: "\f0c9";
}
.fa-bars-progress::before {
    content: "\f828";
}
.fa-bars-staggered::before {
    content: "\f550";
}
/*! * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
:root, :host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fontawesome/fa-regular-400.woff") format("woff2"), url("fontawesome/fa-regular-400.ttf") format("truetype");
}
.far, .fa-regular {
    font-weight: 400;
}
/*! * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
:root, :host {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fontawesome/fa-solid-900.woff") format("woff2"), url("fontawesome/fa-solid-900.ttf") format("truetype");
}
.fas, .fa-solid {
    font-weight: 900;
}
/*! * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
: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("fontawesome/fa-brands-400.woff") format("woff2"), url("fontawesome/fa-brands-400.ttf") format("truetype");
}