/*!
 * Font Awesome Free 5.10.1 subset — only icons used on this site.
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.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;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-beer:before { content: "\f0fc"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-circle:before { content: "\f111"; }
.fa-code:before { content: "\f121"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-facebook:before { content: "\f09a"; }
.fa-fire:before { content: "\f06d"; }
.fa-hands:before { content: "\f4c2"; }
.fa-heart:before { content: "\f004"; }
.fa-leaf:before { content: "\f06c"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-star:before { content: "\f005"; }
.fa-user:before { content: "\f007"; }
.fa-whatsapp:before { content: "\f232"; }

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

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