@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('../font/fontello.eot?75340150');
  src: url('../font/fontello.eot?75340150#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?75340150') format('woff2'),
       url('../font/fontello.woff?75340150') format('woff'),
       url('../font/fontello.ttf?75340150') format('truetype'),
       url('../font/fontello.svg?75340150#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: var(--font-awesome);
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-play:before { content: '\e800'; } /* '' */
.fa-location:before { content: '\e801'; } /* '' */
.fa-check:before { content: '\e802'; } /* '' */
.fa-angle-double-right:before { content: '\f101'; } /* '' */
.fa-angle-double-down:before { content: '\f103'; } /* '' */
.fa-phone:before { content: '\f098'; } /* '' */
.fa-mobile:before { content: '\f10b'; } /* '' */
.fa-whatsapp:before { content: '\f232'; } /* '' */
.fa-youtube:before { content: '\f167'; } /* '' */
.fa-twitter:before { content: '\f30a'; } /* '' */
.fa-facebook:before { content: '\f30d'; } /* '' */
.fa-linkedin:before { content: '\f319'; } /* '' */
.fa-instagram:before { content: '\f32d'; } /* '' */
