@font-face {
	font-family: "FontAwesome";
	src: url("fontawesome-subset.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-search:before { content: "\f002"; }
.fa-star:before { content: "\f005"; }
.fa-user:before { content: "\f007"; }
.fa-check:before { content: "\f00c"; }
.fa-remove:before,
.fa-close:before,
.fa-times:before { content: "\f00d"; }
.fa-home:before { content: "\f015"; }
.fa-clock-o:before { content: "\f017"; }
.fa-tags:before { content: "\f02c"; }
.fa-play:before { content: "\f04b"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-calendar:before { content: "\f073"; }
.fa-folder:before { content: "\f07b"; }
.fa-comments:before { content: "\f086"; }
.fa-github:before { content: "\f09b"; }
.fa-phone:before { content: "\f095"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-bars:before { content: "\f0c9"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-youtube:before { content: "\f167"; }
.fa-instagram:before { content: "\f16d"; }
.fa-map:before { content: "\f279"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-sticky-note:before { content: "\f249"; }
