@font-face {
  font-family: "fontawesomebrands";
  font-style: normal;
  src: local(fontawesomebrands),
    url(/template/fontawesome/6.7.2/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(/template/fontawesome/6.7.2/webfonts/fa-brands-400.ttf)
      format("truetype");
}
@font-face {
  font-family: "fontawesomeregular";
  font-style: normal;
  src: local(fontawesomeregular),
    url(/template/fontawesome/6.7.2/webfonts/fa-solid-900.woff2) format("woff2"),
    url(/template/fontawesome/6.7.2/webfonts/fa-solid-900.ttf)
      format("truetype");
}
.fa {
  font-family: var(--fa-style-family, "fontawesome");
  font-weight: var(--fa-style, 900);
}
.fa,
.fas {
  -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;
  font-family: "fontawesomeregular";
}
.fab {
  font-family: "fontawesomebrands";
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-telegram::before {
  content: "\f2c6";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa-phone::before {
  content: "\f095";
}
.fa-ticket-alt::before,
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-chevron-down::before {
  content: "\f078";
}
.faq-toggle {
  transition: transform 0.3s;
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-search::before {
  content: "\f002";
}
.fa-ticket-alt::before,
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-user::before {
  content: "\f007";
}
.fa-plane::before {
  content: "\f072";
}
.fa-headset::before {
  content: "\f590";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-phone::before {
  content: "\f095";
}
.fa-train:before {
  content: "\f238";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-suitcase:before {
  content: "\f0f2";
}