/*!
 * Font Awesome Free 6.5.1 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 2024 Fonticons, Inc.
 */
.fa,
.fab,
.fab,
.fad,
.fal,
.far,
.fas,
.fat,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fa-styles,
.fas,
.fat,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-display: block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic,
.fa-regular,
.fa-solid,
.fa-styles,
.fas,
.fat,
.fa {
  font-family: "Font Awesome 6 Free";
}

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

.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;
  vertical-align: 0.175em;
}

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

.fa-sm {
  font-size: 0.875em;
  vertical-align: 0.0535714286em;
}

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

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

.fa-2xl {
  font-size: 2em;
  vertical-align: -0.075em;
}

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2.5em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  display: flex;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.fa-inverse {
  color: #fff;
}

.fa-0 {
  font-size: 0;
}

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

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

.fa-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-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

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

.fa-stack-1x.fa-inverse,
.fa-stack-2x.fa-inverse {
  color: #000;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-envelope:before {
  content: "\f0e0";
} 