/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/* GLOBAL CONFIG AND IMPORTS */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-brands-400.eot');
  src: url('../webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fa-brands-400.woff2') format('woff2'),
    url('../webfonts/fa-brands-400.woff') format('woff'),
    url('../webfonts/fa-brands-400.ttf') format('truetype'),
    url('../webfonts/fa-brands-400.svg#fontawesome') format('svg');
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/fa-regular-400.eot');
  src: url('../webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fa-regular-400.woff2') format('woff2'),
    url('../webfonts/fa-regular-400.woff') format('woff'),
    url('../webfonts/fa-regular-400.ttf') format('truetype'),
    url('../webfonts/fa-regular-400.svg#fontawesome') format('svg');
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fa-solid-900.woff2') format('woff2'),
    url('../webfonts/fa-solid-900.woff') format('woff'),
    url('../webfonts/fa-solid-900.ttf') format('truetype'),
    url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* GLOBAL CONFIG AND IMPORTS ENDS */

/* GLOBAL ICONS */
.fa-apple:before {
  content: '\f179';
}

.fa-times:before {
  content: '\f00d';
}

.fa-instagram:before {
  content: '\f16d';
}

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

.fa-facebook:before {
  content: '\f09a';
}

.fa-user-lock:before {
  content: '\f502';
}

.fa-bars:before {
  content: '\f0c9';
}

.fa-plug:before {
  content: '\f1e6';
}

.fa-lightbulb:before {
  content: '\f0eb';
}

.fa-shield-alt:before {
  content: '\f3ed';
}

.fa-hdd:before {
  content: '\f0a0';
}

.fa-laptop:before {
  content: '\f109';
}

.fa-keyboard:before {
  content: '\f11c';
}

.fa-recycle:before {
  content: '\f1b8';
}

.fa-location-arrow:before {
  content: '\f124';
}

.fa-microchip:before {
  content: '\f2db';
}

.fa-phone:before {
  content: '\f095';
}

.fa-envelope:before {
  content: '\f0e0';
}
.fa-gavel:before {
  content: '\f0e3';
}
.fa-file-alt:before {
  content: '\f15c';
}
/* END ICONS */

/* ICONS SIZING */
.fa-2x {
  font-size: 1.7em;
}
