/*!
 * Font Awesome 6.4.2 - Minimal Subset
 * License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root {
	--fa-style-family: "Font Awesome 6 Free";
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa,
.fa-solid,
.fas,
.fa-brands,
.fab {
	-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;
}

.fa,
.fa-solid,
.fas {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

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

/* Font Face Declarations */
@font-face {
	font-family: "Font Awesome 6 Free";
	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");
}

@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");
}

.fa-link:before,
.fas.fa-link:before {
	content: "\f0c1";
}

.fa-chevron-down:before,
.fas.fa-chevron-down:before {
	content: "\f078";
}

.fa-chevron-left:before,
.fas.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before,
.fas.fa-chevron-right:before {
	content: "\f054";
}

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

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

.fa-linkedin:before,
.fab.fa-linkedin:before {
	content: "\f08c";
}

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

.fa-facebook-messenger:before,
.fab.fa-facebook-messenger:before {
	content: "\f39f";
}

