.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -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;
}
:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype");
}
.fa-solid,
.fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.fa-clock-four:before,
.fa-clock:before {
    content: "\f017";
}
.fa-phone:before {
    content: "\f095";
}
.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002";
}
.fa-add:before,
.fa-plus:before {
    content: "\2b";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879";
}

.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype");
}
.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}
.fa-light,
.fal {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}
:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}
