/*!
 * Modified CSS version of Font Awesome Free 7.0.0
 * Modifications:
 * - Custom class prefix changed from .fa to .tcfa
 * - Removed brand icons
 *
 * Modifications made in 2025
 * Based on Font Awesome Free by @fontawesome - https://fontawesome.com
 * Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.tcfa-solid,
.tcfa-regular,
.tcfa-classic,
.tcfas,
.tcfar,
.tcfab,
.tcfa {
	--_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: var(--fa-display, inline-block);
	font-family: var(--_fa-family);
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-style: normal;
	font-synthesis: none;
	font-variant: normal;
	font-weight: var(--fa-style, 900);
	line-height: 1;
	text-align: center;
	text-rendering: auto;
	width: var(--fa-width, 1.25em);
}

:is(.tcfas,
.tcfar,
.tcfab,
.tcfa-solid,
.tcfa-regular,
.tcfa-classic,
.tcfa)::before {
	content: var(--fa);
	content: var(--fa)/"";
}

.tcfa-1x {
	font-size: 1em;
}

.tcfa-2x {
	font-size: 2em;
}

.tcfa-3x {
	font-size: 3em;
}

.tcfa-4x {
	font-size: 4em;
}

.tcfa-5x {
	font-size: 5em;
}

.tcfa-6x {
	font-size: 6em;
}

.tcfa-7x {
	font-size: 7em;
}

.tcfa-8x {
	font-size: 8em;
}

.tcfa-9x {
	font-size: 9em;
}

.tcfa-10x {
	font-size: 10em;
}

.tcfa-2xs {
	font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
	line-height: calc(1 / 10 * 1); /* sets the line-height of the icon back to that of it's parent */
	vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.tcfa-xs {
	font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
	line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
	vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.tcfa-sm {
	font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
	line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
	vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.tcfa-lg {
	font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
	line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
	vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.tcfa-xl {
	font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
	line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
	vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.tcfa-2xl {
	font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
	line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
	vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.tcfa-width-auto {
	--fa-width: auto;
}

.tcfa-fw,
.tcfa-width-fixed {
	--fa-width: 1.25em;
}

.tcfa-ul {
	list-style-type: none;
	-webkit-margin-start: var(--fa-li-margin, 2.5em);
	margin-inline-start: var(--fa-li-margin, 2.5em);
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.tcfa-ul > li {
	position: relative;
}

.tcfa-li {
	inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.tcfa-pull-left,
.tcfa-pull-start {
	float: inline-start;
	-webkit-margin-end: var(--fa-pull-margin, 0.3em);
	margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.tcfa-pull-right,
.tcfa-pull-end {
	float: inline-end;
	-webkit-margin-start: var(--fa-pull-margin, 0.3em);
	margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.tcfa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.tcfa-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.tcfa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.tcfa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.tcfa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.tcfa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.tcfa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.tcfa-spin-reverse {
	--fa-animation-direction: reverse;
}

.tcfa-pulse,
.tcfa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

	.tcfa-beat,
	.tcfa-bounce,
	.tcfa-fade,
	.tcfa-beat-fade,
	.tcfa-flip,
	.tcfa-pulse,
	.tcfa-shake,
	.tcfa-spin,
	.tcfa-spin-pulse {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}

@-webkit-keyframes fa-beat {

	0%,
	90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-beat {

	0%,
	90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@-webkit-keyframes fa-bounce {

	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}

	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
	}

	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
	}

	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
	}

	57% {
		-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
	}

	64% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}

	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes fa-bounce {

	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}

	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
	}

	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
	}

	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
	}

	57% {
		-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
	}

	64% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}

	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0);
	}
}

@-webkit-keyframes fa-fade {

	50% {
		opacity: var(--fa-fade-opacity, 0.4);
	}
}

@keyframes fa-fade {

	50% {
		opacity: var(--fa-fade-opacity, 0.4);
	}
}

@-webkit-keyframes fa-beat-fade {

	0%,
	100% {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-beat-fade {

	0%,
	100% {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@-webkit-keyframes fa-flip {

	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-flip {

	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@-webkit-keyframes fa-shake {

	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	8%,
	24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}

	12%,
	28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}

	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}

	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}

	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}

	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}

	40%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes fa-shake {

	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	8%,
	24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}

	12%,
	28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}

	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}

	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}

	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}

	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}

	40%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes fa-spin {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {

	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tcfa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tcfa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tcfa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.tcfa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.tcfa-flip-vertical {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.tcfa-flip-both,
.tcfa-flip-horizontal.tcfa-flip-vertical {
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

.tcfa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, 0));
	transform: rotate(var(--fa-rotate-angle, 0));
}

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

.tcfa-stack-1x,
.tcfa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

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

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

.tcfa-inverse {
	color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.tcfa-0 {
	--fa: "\30 ";
}

.tcfa-1 {
	--fa: "\31 ";
}

.tcfa-2 {
	--fa: "\32 ";
}

.tcfa-3 {
	--fa: "\33 ";
}

.tcfa-4 {
	--fa: "\34 ";
}

.tcfa-5 {
	--fa: "\35 ";
}

.tcfa-6 {
	--fa: "\36 ";
}

.tcfa-7 {
	--fa: "\37 ";
}

.tcfa-8 {
	--fa: "\38 ";
}

.tcfa-9 {
	--fa: "\39 ";
}

.tcfa-exclamation {
	--fa: "\!";
}

.tcfa-hashtag {
	--fa: "\#";
}

.tcfa-dollar-sign {
	--fa: "\$";
}

.tcfa-dollar {
	--fa: "\$";
}

.tcfa-usd {
	--fa: "\$";
}

.tcfa-percent {
	--fa: "\%";
}

.tcfa-percentage {
	--fa: "\%";
}

.tcfa-asterisk {
	--fa: "\*";
}

.tcfa-plus {
	--fa: "\+";
}

.tcfa-add {
	--fa: "\+";
}

.tcfa-less-than {
	--fa: "\<";
}

.tcfa-equals {
	--fa: "\=";
}

.tcfa-greater-than {
	--fa: "\>";
}

.tcfa-question {
	--fa: "\?";
}

.tcfa-at {
	--fa: "\@";
}

.tcfa-a {
	--fa: "A";
}

.tcfa-b {
	--fa: "B";
}

.tcfa-c {
	--fa: "C";
}

.tcfa-d {
	--fa: "D";
}

.tcfa-e {
	--fa: "E";
}

.tcfa-f {
	--fa: "F";
}

.tcfa-g {
	--fa: "G";
}

.tcfa-h {
	--fa: "H";
}

.tcfa-i {
	--fa: "I";
}

.tcfa-j {
	--fa: "J";
}

.tcfa-k {
	--fa: "K";
}

.tcfa-l {
	--fa: "L";
}

.tcfa-m {
	--fa: "M";
}

.tcfa-n {
	--fa: "N";
}

.tcfa-o {
	--fa: "O";
}

.tcfa-p {
	--fa: "P";
}

.tcfa-q {
	--fa: "Q";
}

.tcfa-r {
	--fa: "R";
}

.tcfa-s {
	--fa: "S";
}

.tcfa-t {
	--fa: "T";
}

.tcfa-u {
	--fa: "U";
}

.tcfa-v {
	--fa: "V";
}

.tcfa-w {
	--fa: "W";
}

.tcfa-x {
	--fa: "X";
}

.tcfa-y {
	--fa: "Y";
}

.tcfa-z {
	--fa: "Z";
}

.tcfa-faucet {
	--fa: "\e005";
}

.tcfa-faucet-drip {
	--fa: "\e006";
}

.tcfa-house-chimney-window {
	--fa: "\e00d";
}

.tcfa-house-signal {
	--fa: "\e012";
}

.tcfa-temperature-arrow-down {
	--fa: "\e03f";
}

.tcfa-temperature-down {
	--fa: "\e03f";
}

.tcfa-temperature-arrow-up {
	--fa: "\e040";
}

.tcfa-temperature-up {
	--fa: "\e040";
}

.tcfa-trailer {
	--fa: "\e041";
}

.tcfa-bacteria {
	--fa: "\e059";
}

.tcfa-bacterium {
	--fa: "\e05a";
}

.tcfa-box-tissue {
	--fa: "\e05b";
}

.tcfa-hand-holding-medical {
	--fa: "\e05c";
}

.tcfa-hand-sparkles {
	--fa: "\e05d";
}

.tcfa-hands-bubbles {
	--fa: "\e05e";
}

.tcfa-hands-wash {
	--fa: "\e05e";
}

.tcfa-handshake-slash {
	--fa: "\e060";
}

.tcfa-handshake-alt-slash {
	--fa: "\e060";
}

.tcfa-handshake-simple-slash {
	--fa: "\e060";
}

.tcfa-head-side-cough {
	--fa: "\e061";
}

.tcfa-head-side-cough-slash {
	--fa: "\e062";
}

.tcfa-head-side-mask {
	--fa: "\e063";
}

.tcfa-head-side-virus {
	--fa: "\e064";
}

.tcfa-house-chimney-user {
	--fa: "\e065";
}

.tcfa-house-laptop {
	--fa: "\e066";
}

.tcfa-laptop-house {
	--fa: "\e066";
}

.tcfa-lungs-virus {
	--fa: "\e067";
}

.tcfa-people-arrows {
	--fa: "\e068";
}

.tcfa-people-arrows-left-right {
	--fa: "\e068";
}

.tcfa-plane-slash {
	--fa: "\e069";
}

.tcfa-pump-medical {
	--fa: "\e06a";
}

.tcfa-pump-soap {
	--fa: "\e06b";
}

.tcfa-shield-virus {
	--fa: "\e06c";
}

.tcfa-sink {
	--fa: "\e06d";
}

.tcfa-soap {
	--fa: "\e06e";
}

.tcfa-stopwatch-20 {
	--fa: "\e06f";
}

.tcfa-shop-slash {
	--fa: "\e070";
}

.tcfa-store-alt-slash {
	--fa: "\e070";
}

.tcfa-store-slash {
	--fa: "\e071";
}

.tcfa-toilet-paper-slash {
	--fa: "\e072";
}

.tcfa-users-slash {
	--fa: "\e073";
}

.tcfa-virus {
	--fa: "\e074";
}

.tcfa-virus-slash {
	--fa: "\e075";
}

.tcfa-viruses {
	--fa: "\e076";
}

.tcfa-vest {
	--fa: "\e085";
}

.tcfa-vest-patches {
	--fa: "\e086";
}

.tcfa-arrow-trend-down {
	--fa: "\e097";
}

.tcfa-arrow-trend-up {
	--fa: "\e098";
}

.tcfa-arrow-up-from-bracket {
	--fa: "\e09a";
}

.tcfa-austral-sign {
	--fa: "\e0a9";
}

.tcfa-baht-sign {
	--fa: "\e0ac";
}

.tcfa-bitcoin-sign {
	--fa: "\e0b4";
}

.tcfa-bolt-lightning {
	--fa: "\e0b7";
}

.tcfa-book-bookmark {
	--fa: "\e0bb";
}

.tcfa-camera-rotate {
	--fa: "\e0d8";
}

.tcfa-cedi-sign {
	--fa: "\e0df";
}

.tcfa-chart-column {
	--fa: "\e0e3";
}

.tcfa-chart-gantt {
	--fa: "\e0e4";
}

.tcfa-clapperboard {
	--fa: "\e131";
}

.tcfa-clover {
	--fa: "\e139";
}

.tcfa-code-compare {
	--fa: "\e13a";
}

.tcfa-code-fork {
	--fa: "\e13b";
}

.tcfa-code-pull-request {
	--fa: "\e13c";
}

.tcfa-colon-sign {
	--fa: "\e140";
}

.tcfa-cruzeiro-sign {
	--fa: "\e152";
}

.tcfa-display {
	--fa: "\e163";
}

.tcfa-dong-sign {
	--fa: "\e169";
}

.tcfa-elevator {
	--fa: "\e16d";
}

.tcfa-filter-circle-xmark {
	--fa: "\e17b";
}

.tcfa-florin-sign {
	--fa: "\e184";
}

.tcfa-folder-closed {
	--fa: "\e185";
}

.tcfa-franc-sign {
	--fa: "\e18f";
}

.tcfa-guarani-sign {
	--fa: "\e19a";
}

.tcfa-gun {
	--fa: "\e19b";
}

.tcfa-hands-clapping {
	--fa: "\e1a8";
}

.tcfa-house-user {
	--fa: "\e1b0";
}

.tcfa-home-user {
	--fa: "\e1b0";
}

.tcfa-indian-rupee-sign {
	--fa: "\e1bc";
}

.tcfa-indian-rupee {
	--fa: "\e1bc";
}

.tcfa-inr {
	--fa: "\e1bc";
}

.tcfa-kip-sign {
	--fa: "\e1c4";
}

.tcfa-lari-sign {
	--fa: "\e1c8";
}

.tcfa-litecoin-sign {
	--fa: "\e1d3";
}

.tcfa-manat-sign {
	--fa: "\e1d5";
}

.tcfa-mask-face {
	--fa: "\e1d7";
}

.tcfa-mill-sign {
	--fa: "\e1ed";
}

.tcfa-money-bills {
	--fa: "\e1f3";
}

.tcfa-naira-sign {
	--fa: "\e1f6";
}

.tcfa-notdef {
	--fa: "\e1fe";
}

.tcfa-panorama {
	--fa: "\e209";
}

.tcfa-peseta-sign {
	--fa: "\e221";
}

.tcfa-peso-sign {
	--fa: "\e222";
}

.tcfa-plane-up {
	--fa: "\e22d";
}

.tcfa-rupiah-sign {
	--fa: "\e23d";
}

.tcfa-stairs {
	--fa: "\e289";
}

.tcfa-timeline {
	--fa: "\e29c";
}

.tcfa-truck-front {
	--fa: "\e2b7";
}

.tcfa-turkish-lira-sign {
	--fa: "\e2bb";
}

.tcfa-try {
	--fa: "\e2bb";
}

.tcfa-turkish-lira {
	--fa: "\e2bb";
}

.tcfa-vault {
	--fa: "\e2c5";
}

.tcfa-wand-magic-sparkles {
	--fa: "\e2ca";
}

.tcfa-magic-wand-sparkles {
	--fa: "\e2ca";
}

.tcfa-wheat-awn {
	--fa: "\e2cd";
}

.tcfa-wheat-alt {
	--fa: "\e2cd";
}

.tcfa-wheelchair-move {
	--fa: "\e2ce";
}

.tcfa-wheelchair-alt {
	--fa: "\e2ce";
}

.tcfa-bangladeshi-taka-sign {
	--fa: "\e2e6";
}

.tcfa-bowl-rice {
	--fa: "\e2eb";
}

.tcfa-person-pregnant {
	--fa: "\e31e";
}

.tcfa-house-chimney {
	--fa: "\e3af";
}

.tcfa-home-lg {
	--fa: "\e3af";
}

.tcfa-house-crack {
	--fa: "\e3b1";
}

.tcfa-house-medical {
	--fa: "\e3b2";
}

.tcfa-cent-sign {
	--fa: "\e3f5";
}

.tcfa-plus-minus {
	--fa: "\e43c";
}

.tcfa-sailboat {
	--fa: "\e445";
}

.tcfa-section {
	--fa: "\e447";
}

.tcfa-shrimp {
	--fa: "\e448";
}

.tcfa-brazilian-real-sign {
	--fa: "\e46c";
}

.tcfa-chart-simple {
	--fa: "\e473";
}

.tcfa-diagram-next {
	--fa: "\e476";
}

.tcfa-diagram-predecessor {
	--fa: "\e477";
}

.tcfa-diagram-successor {
	--fa: "\e47a";
}

.tcfa-earth-oceania {
	--fa: "\e47b";
}

.tcfa-globe-oceania {
	--fa: "\e47b";
}

.tcfa-bug-slash {
	--fa: "\e490";
}

.tcfa-file-circle-plus {
	--fa: "\e494";
}

.tcfa-shop-lock {
	--fa: "\e4a5";
}

.tcfa-virus-covid {
	--fa: "\e4a8";
}

.tcfa-virus-covid-slash {
	--fa: "\e4a9";
}

.tcfa-anchor-circle-check {
	--fa: "\e4aa";
}

.tcfa-anchor-circle-exclamation {
	--fa: "\e4ab";
}

.tcfa-anchor-circle-xmark {
	--fa: "\e4ac";
}

.tcfa-anchor-lock {
	--fa: "\e4ad";
}

.tcfa-arrow-down-up-across-line {
	--fa: "\e4af";
}

.tcfa-arrow-down-up-lock {
	--fa: "\e4b0";
}

.tcfa-arrow-right-to-city {
	--fa: "\e4b3";
}

.tcfa-arrow-up-from-ground-water {
	--fa: "\e4b5";
}

.tcfa-arrow-up-from-water-pump {
	--fa: "\e4b6";
}

.tcfa-arrow-up-right-dots {
	--fa: "\e4b7";
}

.tcfa-arrows-down-to-line {
	--fa: "\e4b8";
}

.tcfa-arrows-down-to-people {
	--fa: "\e4b9";
}

.tcfa-arrows-left-right-to-line {
	--fa: "\e4ba";
}

.tcfa-arrows-spin {
	--fa: "\e4bb";
}

.tcfa-arrows-split-up-and-left {
	--fa: "\e4bc";
}

.tcfa-arrows-to-circle {
	--fa: "\e4bd";
}

.tcfa-arrows-to-dot {
	--fa: "\e4be";
}

.tcfa-arrows-to-eye {
	--fa: "\e4bf";
}

.tcfa-arrows-turn-right {
	--fa: "\e4c0";
}

.tcfa-arrows-turn-to-dots {
	--fa: "\e4c1";
}

.tcfa-arrows-up-to-line {
	--fa: "\e4c2";
}

.tcfa-bore-hole {
	--fa: "\e4c3";
}

.tcfa-bottle-droplet {
	--fa: "\e4c4";
}

.tcfa-bottle-water {
	--fa: "\e4c5";
}

.tcfa-bowl-food {
	--fa: "\e4c6";
}

.tcfa-boxes-packing {
	--fa: "\e4c7";
}

.tcfa-bridge {
	--fa: "\e4c8";
}

.tcfa-bridge-circle-check {
	--fa: "\e4c9";
}

.tcfa-bridge-circle-exclamation {
	--fa: "\e4ca";
}

.tcfa-bridge-circle-xmark {
	--fa: "\e4cb";
}

.tcfa-bridge-lock {
	--fa: "\e4cc";
}

.tcfa-bridge-water {
	--fa: "\e4ce";
}

.tcfa-bucket {
	--fa: "\e4cf";
}

.tcfa-bugs {
	--fa: "\e4d0";
}

.tcfa-building-circle-arrow-right {
	--fa: "\e4d1";
}

.tcfa-building-circle-check {
	--fa: "\e4d2";
}

.tcfa-building-circle-exclamation {
	--fa: "\e4d3";
}

.tcfa-building-circle-xmark {
	--fa: "\e4d4";
}

.tcfa-building-flag {
	--fa: "\e4d5";
}

.tcfa-building-lock {
	--fa: "\e4d6";
}

.tcfa-building-ngo {
	--fa: "\e4d7";
}

.tcfa-building-shield {
	--fa: "\e4d8";
}

.tcfa-building-un {
	--fa: "\e4d9";
}

.tcfa-building-user {
	--fa: "\e4da";
}

.tcfa-building-wheat {
	--fa: "\e4db";
}

.tcfa-burst {
	--fa: "\e4dc";
}

.tcfa-car-on {
	--fa: "\e4dd";
}

.tcfa-car-tunnel {
	--fa: "\e4de";
}

.tcfa-child-combatant {
	--fa: "\e4e0";
}

.tcfa-child-rifle {
	--fa: "\e4e0";
}

.tcfa-children {
	--fa: "\e4e1";
}

.tcfa-circle-nodes {
	--fa: "\e4e2";
}

.tcfa-clipboard-question {
	--fa: "\e4e3";
}

.tcfa-cloud-showers-water {
	--fa: "\e4e4";
}

.tcfa-computer {
	--fa: "\e4e5";
}

.tcfa-cubes-stacked {
	--fa: "\e4e6";
}

.tcfa-envelope-circle-check {
	--fa: "\e4e8";
}

.tcfa-explosion {
	--fa: "\e4e9";
}

.tcfa-ferry {
	--fa: "\e4ea";
}

.tcfa-file-circle-exclamation {
	--fa: "\e4eb";
}

.tcfa-file-circle-minus {
	--fa: "\e4ed";
}

.tcfa-file-circle-question {
	--fa: "\e4ef";
}

.tcfa-file-shield {
	--fa: "\e4f0";
}

.tcfa-fire-burner {
	--fa: "\e4f1";
}

.tcfa-fish-fins {
	--fa: "\e4f2";
}

.tcfa-flask-vial {
	--fa: "\e4f3";
}

.tcfa-glass-water {
	--fa: "\e4f4";
}

.tcfa-glass-water-droplet {
	--fa: "\e4f5";
}

.tcfa-group-arrows-rotate {
	--fa: "\e4f6";
}

.tcfa-hand-holding-hand {
	--fa: "\e4f7";
}

.tcfa-handcuffs {
	--fa: "\e4f8";
}

.tcfa-hands-bound {
	--fa: "\e4f9";
}

.tcfa-hands-holding-child {
	--fa: "\e4fa";
}

.tcfa-hands-holding-circle {
	--fa: "\e4fb";
}

.tcfa-heart-circle-bolt {
	--fa: "\e4fc";
}

.tcfa-heart-circle-check {
	--fa: "\e4fd";
}

.tcfa-heart-circle-exclamation {
	--fa: "\e4fe";
}

.tcfa-heart-circle-minus {
	--fa: "\e4ff";
}

.tcfa-heart-circle-plus {
	--fa: "\e500";
}

.tcfa-heart-circle-xmark {
	--fa: "\e501";
}

.tcfa-helicopter-symbol {
	--fa: "\e502";
}

.tcfa-helmet-un {
	--fa: "\e503";
}

.tcfa-hill-avalanche {
	--fa: "\e507";
}

.tcfa-hill-rockslide {
	--fa: "\e508";
}

.tcfa-house-circle-check {
	--fa: "\e509";
}

.tcfa-house-circle-exclamation {
	--fa: "\e50a";
}

.tcfa-house-circle-xmark {
	--fa: "\e50b";
}

.tcfa-house-fire {
	--fa: "\e50c";
}

.tcfa-house-flag {
	--fa: "\e50d";
}

.tcfa-house-flood-water {
	--fa: "\e50e";
}

.tcfa-house-flood-water-circle-arrow-right {
	--fa: "\e50f";
}

.tcfa-house-lock {
	--fa: "\e510";
}

.tcfa-house-medical-circle-check {
	--fa: "\e511";
}

.tcfa-house-medical-circle-exclamation {
	--fa: "\e512";
}

.tcfa-house-medical-circle-xmark {
	--fa: "\e513";
}

.tcfa-house-medical-flag {
	--fa: "\e514";
}

.tcfa-house-tsunami {
	--fa: "\e515";
}

.tcfa-jar {
	--fa: "\e516";
}

.tcfa-jar-wheat {
	--fa: "\e517";
}

.tcfa-jet-fighter-up {
	--fa: "\e518";
}

.tcfa-jug-detergent {
	--fa: "\e519";
}

.tcfa-kitchen-set {
	--fa: "\e51a";
}

.tcfa-land-mine-on {
	--fa: "\e51b";
}

.tcfa-landmark-flag {
	--fa: "\e51c";
}

.tcfa-laptop-file {
	--fa: "\e51d";
}

.tcfa-lines-leaning {
	--fa: "\e51e";
}

.tcfa-location-pin-lock {
	--fa: "\e51f";
}

.tcfa-locust {
	--fa: "\e520";
}

.tcfa-magnifying-glass-arrow-right {
	--fa: "\e521";
}

.tcfa-magnifying-glass-chart {
	--fa: "\e522";
}

.tcfa-mars-and-venus-burst {
	--fa: "\e523";
}

.tcfa-mask-ventilator {
	--fa: "\e524";
}

.tcfa-mattress-pillow {
	--fa: "\e525";
}

.tcfa-mobile-retro {
	--fa: "\e527";
}

.tcfa-money-bill-transfer {
	--fa: "\e528";
}

.tcfa-money-bill-trend-up {
	--fa: "\e529";
}

.tcfa-money-bill-wheat {
	--fa: "\e52a";
}

.tcfa-mosquito {
	--fa: "\e52b";
}

.tcfa-mosquito-net {
	--fa: "\e52c";
}

.tcfa-mound {
	--fa: "\e52d";
}

.tcfa-mountain-city {
	--fa: "\e52e";
}

.tcfa-mountain-sun {
	--fa: "\e52f";
}

.tcfa-oil-well {
	--fa: "\e532";
}

.tcfa-people-group {
	--fa: "\e533";
}

.tcfa-people-line {
	--fa: "\e534";
}

.tcfa-people-pulling {
	--fa: "\e535";
}

.tcfa-people-robbery {
	--fa: "\e536";
}

.tcfa-people-roof {
	--fa: "\e537";
}

.tcfa-person-arrow-down-to-line {
	--fa: "\e538";
}

.tcfa-person-arrow-up-from-line {
	--fa: "\e539";
}

.tcfa-person-breastfeeding {
	--fa: "\e53a";
}

.tcfa-person-burst {
	--fa: "\e53b";
}

.tcfa-person-cane {
	--fa: "\e53c";
}

.tcfa-person-chalkboard {
	--fa: "\e53d";
}

.tcfa-person-circle-check {
	--fa: "\e53e";
}

.tcfa-person-circle-exclamation {
	--fa: "\e53f";
}

.tcfa-person-circle-minus {
	--fa: "\e540";
}

.tcfa-person-circle-plus {
	--fa: "\e541";
}

.tcfa-person-circle-question {
	--fa: "\e542";
}

.tcfa-person-circle-xmark {
	--fa: "\e543";
}

.tcfa-person-dress-burst {
	--fa: "\e544";
}

.tcfa-person-drowning {
	--fa: "\e545";
}

.tcfa-person-falling {
	--fa: "\e546";
}

.tcfa-person-falling-burst {
	--fa: "\e547";
}

.tcfa-person-half-dress {
	--fa: "\e548";
}

.tcfa-person-harassing {
	--fa: "\e549";
}

.tcfa-person-military-pointing {
	--fa: "\e54a";
}

.tcfa-person-military-rifle {
	--fa: "\e54b";
}

.tcfa-person-military-to-person {
	--fa: "\e54c";
}

.tcfa-person-rays {
	--fa: "\e54d";
}

.tcfa-person-rifle {
	--fa: "\e54e";
}

.tcfa-person-shelter {
	--fa: "\e54f";
}

.tcfa-person-walking-arrow-loop-left {
	--fa: "\e551";
}

.tcfa-person-walking-arrow-right {
	--fa: "\e552";
}

.tcfa-person-walking-dashed-line-arrow-right {
	--fa: "\e553";
}

.tcfa-person-walking-luggage {
	--fa: "\e554";
}

.tcfa-plane-circle-check {
	--fa: "\e555";
}

.tcfa-plane-circle-exclamation {
	--fa: "\e556";
}

.tcfa-plane-circle-xmark {
	--fa: "\e557";
}

.tcfa-plane-lock {
	--fa: "\e558";
}

.tcfa-plate-wheat {
	--fa: "\e55a";
}

.tcfa-plug-circle-bolt {
	--fa: "\e55b";
}

.tcfa-plug-circle-check {
	--fa: "\e55c";
}

.tcfa-plug-circle-exclamation {
	--fa: "\e55d";
}

.tcfa-plug-circle-minus {
	--fa: "\e55e";
}

.tcfa-plug-circle-plus {
	--fa: "\e55f";
}

.tcfa-plug-circle-xmark {
	--fa: "\e560";
}

.tcfa-ranking-star {
	--fa: "\e561";
}

.tcfa-road-barrier {
	--fa: "\e562";
}

.tcfa-road-bridge {
	--fa: "\e563";
}

.tcfa-road-circle-check {
	--fa: "\e564";
}

.tcfa-road-circle-exclamation {
	--fa: "\e565";
}

.tcfa-road-circle-xmark {
	--fa: "\e566";
}

.tcfa-road-lock {
	--fa: "\e567";
}

.tcfa-road-spikes {
	--fa: "\e568";
}

.tcfa-rug {
	--fa: "\e569";
}

.tcfa-sack-xmark {
	--fa: "\e56a";
}

.tcfa-school-circle-check {
	--fa: "\e56b";
}

.tcfa-school-circle-exclamation {
	--fa: "\e56c";
}

.tcfa-school-circle-xmark {
	--fa: "\e56d";
}

.tcfa-school-flag {
	--fa: "\e56e";
}

.tcfa-school-lock {
	--fa: "\e56f";
}

.tcfa-sheet-plastic {
	--fa: "\e571";
}

.tcfa-shield-cat {
	--fa: "\e572";
}

.tcfa-shield-dog {
	--fa: "\e573";
}

.tcfa-shield-heart {
	--fa: "\e574";
}

.tcfa-square-nfi {
	--fa: "\e576";
}

.tcfa-square-person-confined {
	--fa: "\e577";
}

.tcfa-square-virus {
	--fa: "\e578";
}

.tcfa-staff-snake {
	--fa: "\e579";
}

.tcfa-rod-asclepius {
	--fa: "\e579";
}

.tcfa-rod-snake {
	--fa: "\e579";
}

.tcfa-staff-aesculapius {
	--fa: "\e579";
}

.tcfa-sun-plant-wilt {
	--fa: "\e57a";
}

.tcfa-tarp {
	--fa: "\e57b";
}

.tcfa-tarp-droplet {
	--fa: "\e57c";
}

.tcfa-tent {
	--fa: "\e57d";
}

.tcfa-tent-arrow-down-to-line {
	--fa: "\e57e";
}

.tcfa-tent-arrow-left-right {
	--fa: "\e57f";
}

.tcfa-tent-arrow-turn-left {
	--fa: "\e580";
}

.tcfa-tent-arrows-down {
	--fa: "\e581";
}

.tcfa-tents {
	--fa: "\e582";
}

.tcfa-toilet-portable {
	--fa: "\e583";
}

.tcfa-toilets-portable {
	--fa: "\e584";
}

.tcfa-tower-cell {
	--fa: "\e585";
}

.tcfa-tower-observation {
	--fa: "\e586";
}

.tcfa-tree-city {
	--fa: "\e587";
}

.tcfa-trowel {
	--fa: "\e589";
}

.tcfa-trowel-bricks {
	--fa: "\e58a";
}

.tcfa-truck-arrow-right {
	--fa: "\e58b";
}

.tcfa-truck-droplet {
	--fa: "\e58c";
}

.tcfa-truck-field {
	--fa: "\e58d";
}

.tcfa-truck-field-un {
	--fa: "\e58e";
}

.tcfa-truck-plane {
	--fa: "\e58f";
}

.tcfa-users-between-lines {
	--fa: "\e591";
}

.tcfa-users-line {
	--fa: "\e592";
}

.tcfa-users-rays {
	--fa: "\e593";
}

.tcfa-users-rectangle {
	--fa: "\e594";
}

.tcfa-users-viewfinder {
	--fa: "\e595";
}

.tcfa-vial-circle-check {
	--fa: "\e596";
}

.tcfa-vial-virus {
	--fa: "\e597";
}

.tcfa-wheat-awn-circle-exclamation {
	--fa: "\e598";
}

.tcfa-worm {
	--fa: "\e599";
}

.tcfa-xmarks-lines {
	--fa: "\e59a";
}

.tcfa-child-dress {
	--fa: "\e59c";
}

.tcfa-child-reaching {
	--fa: "\e59d";
}

.tcfa-file-circle-check {
	--fa: "\e5a0";
}

.tcfa-file-circle-xmark {
	--fa: "\e5a1";
}

.tcfa-person-through-window {
	--fa: "\e5a9";
}

.tcfa-plant-wilt {
	--fa: "\e5aa";
}

.tcfa-stapler {
	--fa: "\e5af";
}

.tcfa-train-tram {
	--fa: "\e5b4";
}

.tcfa-table-cells-column-lock {
	--fa: "\e678";
}

.tcfa-table-cells-row-lock {
	--fa: "\e67a";
}

.tcfa-web-awesome {
	--fa: "\e682";
}

.tcfa-thumbtack-slash {
	--fa: "\e68f";
}

.tcfa-thumb-tack-slash {
	--fa: "\e68f";
}

.tcfa-table-cells-row-unlock {
	--fa: "\e691";
}

.tcfa-chart-diagram {
	--fa: "\e695";
}

.tcfa-comment-nodes {
	--fa: "\e696";
}

.tcfa-file-fragment {
	--fa: "\e697";
}

.tcfa-file-half-dashed {
	--fa: "\e698";
}

.tcfa-hexagon-nodes {
	--fa: "\e699";
}

.tcfa-hexagon-nodes-bolt {
	--fa: "\e69a";
}

.tcfa-square-binary {
	--fa: "\e69b";
}

.tcfa-pentagon {
	--fa: "\e790";
}

.tcfa-non-binary {
	--fa: "\e807";
}

.tcfa-spiral {
	--fa: "\e80a";
}

.tcfa-mobile-vibrate {
	--fa: "\e816";
}

.tcfa-single-quote-left {
	--fa: "\e81b";
}

.tcfa-single-quote-right {
	--fa: "\e81c";
}

.tcfa-bus-side {
	--fa: "\e81d";
}

.tcfa-septagon {
	--fa: "\e820";
}

.tcfa-heptagon {
	--fa: "\e820";
}

.tcfa-martini-glass-empty {
	--fa: "\f000";
}

.tcfa-glass-martini {
	--fa: "\f000";
}

.tcfa-music {
	--fa: "\f001";
}

.tcfa-magnifying-glass {
	--fa: "\f002";
}

.tcfa-search {
	--fa: "\f002";
}

.tcfa-heart {
	--fa: "\f004";
}

.tcfa-star {
	--fa: "\f005";
}

.tcfa-user {
	--fa: "\f007";
}

.tcfa-user-alt {
	--fa: "\f007";
}

.tcfa-user-large {
	--fa: "\f007";
}

.tcfa-film {
	--fa: "\f008";
}

.tcfa-film-alt {
	--fa: "\f008";
}

.tcfa-film-simple {
	--fa: "\f008";
}

.tcfa-table-cells-large {
	--fa: "\f009";
}

.tcfa-th-large {
	--fa: "\f009";
}

.tcfa-table-cells {
	--fa: "\f00a";
}

.tcfa-th {
	--fa: "\f00a";
}

.tcfa-table-list {
	--fa: "\f00b";
}

.tcfa-th-list {
	--fa: "\f00b";
}

.tcfa-check {
	--fa: "\f00c";
}

.tcfa-xmark {
	--fa: "\f00d";
}

.tcfa-close {
	--fa: "\f00d";
}

.tcfa-multiply {
	--fa: "\f00d";
}

.tcfa-remove {
	--fa: "\f00d";
}

.tcfa-times {
	--fa: "\f00d";
}

.tcfa-magnifying-glass-plus {
	--fa: "\f00e";
}

.tcfa-search-plus {
	--fa: "\f00e";
}

.tcfa-magnifying-glass-minus {
	--fa: "\f010";
}

.tcfa-search-minus {
	--fa: "\f010";
}

.tcfa-power-off {
	--fa: "\f011";
}

.tcfa-signal {
	--fa: "\f012";
}

.tcfa-signal-5 {
	--fa: "\f012";
}

.tcfa-signal-perfect {
	--fa: "\f012";
}

.tcfa-gear {
	--fa: "\f013";
}

.tcfa-cog {
	--fa: "\f013";
}

.tcfa-house {
	--fa: "\f015";
}

.tcfa-home {
	--fa: "\f015";
}

.tcfa-home-alt {
	--fa: "\f015";
}

.tcfa-home-lg-alt {
	--fa: "\f015";
}

.tcfa-clock {
	--fa: "\f017";
}

.tcfa-clock-four {
	--fa: "\f017";
}

.tcfa-road {
	--fa: "\f018";
}

.tcfa-download {
	--fa: "\f019";
}

.tcfa-inbox {
	--fa: "\f01c";
}

.tcfa-arrow-rotate-right {
	--fa: "\f01e";
}

.tcfa-arrow-right-rotate {
	--fa: "\f01e";
}

.tcfa-arrow-rotate-forward {
	--fa: "\f01e";
}

.tcfa-redo {
	--fa: "\f01e";
}

.tcfa-arrows-rotate {
	--fa: "\f021";
}

.tcfa-refresh {
	--fa: "\f021";
}

.tcfa-sync {
	--fa: "\f021";
}

.tcfa-rectangle-list {
	--fa: "\f022";
}

.tcfa-list-alt {
	--fa: "\f022";
}

.tcfa-lock {
	--fa: "\f023";
}

.tcfa-flag {
	--fa: "\f024";
}

.tcfa-headphones {
	--fa: "\f025";
}

.tcfa-headphones-alt {
	--fa: "\f025";
}

.tcfa-headphones-simple {
	--fa: "\f025";
}

.tcfa-volume-off {
	--fa: "\f026";
}

.tcfa-volume-low {
	--fa: "\f027";
}

.tcfa-volume-down {
	--fa: "\f027";
}

.tcfa-volume-high {
	--fa: "\f028";
}

.tcfa-volume-up {
	--fa: "\f028";
}

.tcfa-qrcode {
	--fa: "\f029";
}

.tcfa-barcode {
	--fa: "\f02a";
}

.tcfa-tag {
	--fa: "\f02b";
}

.tcfa-tags {
	--fa: "\f02c";
}

.tcfa-book {
	--fa: "\f02d";
}

.tcfa-bookmark {
	--fa: "\f02e";
}

.tcfa-print {
	--fa: "\f02f";
}

.tcfa-camera {
	--fa: "\f030";
}

.tcfa-camera-alt {
	--fa: "\f030";
}

.tcfa-font {
	--fa: "\f031";
}

.tcfa-bold {
	--fa: "\f032";
}

.tcfa-italic {
	--fa: "\f033";
}

.tcfa-text-height {
	--fa: "\f034";
}

.tcfa-text-width {
	--fa: "\f035";
}

.tcfa-align-left {
	--fa: "\f036";
}

.tcfa-align-center {
	--fa: "\f037";
}

.tcfa-align-right {
	--fa: "\f038";
}

.tcfa-align-justify {
	--fa: "\f039";
}

.tcfa-list {
	--fa: "\f03a";
}

.tcfa-list-squares {
	--fa: "\f03a";
}

.tcfa-outdent {
	--fa: "\f03b";
}

.tcfa-dedent {
	--fa: "\f03b";
}

.tcfa-indent {
	--fa: "\f03c";
}

.tcfa-video {
	--fa: "\f03d";
}

.tcfa-video-camera {
	--fa: "\f03d";
}

.tcfa-image {
	--fa: "\f03e";
}

.tcfa-location-pin {
	--fa: "\f041";
}

.tcfa-map-marker {
	--fa: "\f041";
}

.tcfa-circle-half-stroke {
	--fa: "\f042";
}

.tcfa-adjust {
	--fa: "\f042";
}

.tcfa-droplet {
	--fa: "\f043";
}

.tcfa-tint {
	--fa: "\f043";
}

.tcfa-pen-to-square {
	--fa: "\f044";
}

.tcfa-edit {
	--fa: "\f044";
}

.tcfa-arrows-up-down-left-right {
	--fa: "\f047";
}

.tcfa-arrows {
	--fa: "\f047";
}

.tcfa-backward-step {
	--fa: "\f048";
}

.tcfa-step-backward {
	--fa: "\f048";
}

.tcfa-backward-fast {
	--fa: "\f049";
}

.tcfa-fast-backward {
	--fa: "\f049";
}

.tcfa-backward {
	--fa: "\f04a";
}

.tcfa-play {
	--fa: "\f04b";
}

.tcfa-pause {
	--fa: "\f04c";
}

.tcfa-stop {
	--fa: "\f04d";
}

.tcfa-forward {
	--fa: "\f04e";
}

.tcfa-forward-fast {
	--fa: "\f050";
}

.tcfa-fast-forward {
	--fa: "\f050";
}

.tcfa-forward-step {
	--fa: "\f051";
}

.tcfa-step-forward {
	--fa: "\f051";
}

.tcfa-eject {
	--fa: "\f052";
}

.tcfa-chevron-left {
	--fa: "\f053";
}

.tcfa-chevron-right {
	--fa: "\f054";
}

.tcfa-circle-plus {
	--fa: "\f055";
}

.tcfa-plus-circle {
	--fa: "\f055";
}

.tcfa-circle-minus {
	--fa: "\f056";
}

.tcfa-minus-circle {
	--fa: "\f056";
}

.tcfa-circle-xmark {
	--fa: "\f057";
}

.tcfa-times-circle {
	--fa: "\f057";
}

.tcfa-xmark-circle {
	--fa: "\f057";
}

.tcfa-circle-check {
	--fa: "\f058";
}

.tcfa-check-circle {
	--fa: "\f058";
}

.tcfa-circle-question {
	--fa: "\f059";
}

.tcfa-question-circle {
	--fa: "\f059";
}

.tcfa-circle-info {
	--fa: "\f05a";
}

.tcfa-info-circle {
	--fa: "\f05a";
}

.tcfa-crosshairs {
	--fa: "\f05b";
}

.tcfa-ban {
	--fa: "\f05e";
}

.tcfa-cancel {
	--fa: "\f05e";
}

.tcfa-arrow-left {
	--fa: "\f060";
}

.tcfa-arrow-right {
	--fa: "\f061";
}

.tcfa-arrow-up {
	--fa: "\f062";
}

.tcfa-arrow-down {
	--fa: "\f063";
}

.tcfa-share {
	--fa: "\f064";
}

.tcfa-mail-forward {
	--fa: "\f064";
}

.tcfa-expand {
	--fa: "\f065";
}

.tcfa-compress {
	--fa: "\f066";
}

.tcfa-minus {
	--fa: "\f068";
}

.tcfa-subtract {
	--fa: "\f068";
}

.tcfa-circle-exclamation {
	--fa: "\f06a";
}

.tcfa-exclamation-circle {
	--fa: "\f06a";
}

.tcfa-gift {
	--fa: "\f06b";
}

.tcfa-leaf {
	--fa: "\f06c";
}

.tcfa-fire {
	--fa: "\f06d";
}

.tcfa-eye {
	--fa: "\f06e";
}

.tcfa-eye-slash {
	--fa: "\f070";
}

.tcfa-triangle-exclamation {
	--fa: "\f071";
}

.tcfa-exclamation-triangle {
	--fa: "\f071";
}

.tcfa-warning {
	--fa: "\f071";
}

.tcfa-plane {
	--fa: "\f072";
}

.tcfa-calendar-days {
	--fa: "\f073";
}

.tcfa-calendar-alt {
	--fa: "\f073";
}

.tcfa-shuffle {
	--fa: "\f074";
}

.tcfa-random {
	--fa: "\f074";
}

.tcfa-comment {
	--fa: "\f075";
}

.tcfa-magnet {
	--fa: "\f076";
}

.tcfa-chevron-up {
	--fa: "\f077";
}

.tcfa-chevron-down {
	--fa: "\f078";
}

.tcfa-retweet {
	--fa: "\f079";
}

.tcfa-cart-shopping {
	--fa: "\f07a";
}

.tcfa-shopping-cart {
	--fa: "\f07a";
}

.tcfa-folder {
	--fa: "\f07b";
}

.tcfa-folder-blank {
	--fa: "\f07b";
}

.tcfa-folder-open {
	--fa: "\f07c";
}

.tcfa-arrows-up-down {
	--fa: "\f07d";
}

.tcfa-arrows-v {
	--fa: "\f07d";
}

.tcfa-arrows-left-right {
	--fa: "\f07e";
}

.tcfa-arrows-h {
	--fa: "\f07e";
}

.tcfa-chart-bar {
	--fa: "\f080";
}

.tcfa-bar-chart {
	--fa: "\f080";
}

.tcfa-camera-retro {
	--fa: "\f083";
}

.tcfa-key {
	--fa: "\f084";
}

.tcfa-gears {
	--fa: "\f085";
}

.tcfa-cogs {
	--fa: "\f085";
}

.tcfa-comments {
	--fa: "\f086";
}

.tcfa-star-half {
	--fa: "\f089";
}

.tcfa-arrow-right-from-bracket {
	--fa: "\f08b";
}

.tcfa-sign-out {
	--fa: "\f08b";
}

.tcfa-thumbtack {
	--fa: "\f08d";
}

.tcfa-thumb-tack {
	--fa: "\f08d";
}

.tcfa-arrow-up-right-from-square {
	--fa: "\f08e";
}

.tcfa-external-link {
	--fa: "\f08e";
}

.tcfa-arrow-right-to-bracket {
	--fa: "\f090";
}

.tcfa-sign-in {
	--fa: "\f090";
}

.tcfa-trophy {
	--fa: "\f091";
}

.tcfa-upload {
	--fa: "\f093";
}

.tcfa-lemon {
	--fa: "\f094";
}

.tcfa-phone {
	--fa: "\f095";
}

.tcfa-square-phone {
	--fa: "\f098";
}

.tcfa-phone-square {
	--fa: "\f098";
}

.tcfa-unlock {
	--fa: "\f09c";
}

.tcfa-credit-card {
	--fa: "\f09d";
}

.tcfa-credit-card-alt {
	--fa: "\f09d";
}

.tcfa-rss {
	--fa: "\f09e";
}

.tcfa-feed {
	--fa: "\f09e";
}

.tcfa-hard-drive {
	--fa: "\f0a0";
}

.tcfa-hdd {
	--fa: "\f0a0";
}

.tcfa-bullhorn {
	--fa: "\f0a1";
}

.tcfa-certificate {
	--fa: "\f0a3";
}

.tcfa-hand-point-right {
	--fa: "\f0a4";
}

.tcfa-hand-point-left {
	--fa: "\f0a5";
}

.tcfa-hand-point-up {
	--fa: "\f0a6";
}

.tcfa-hand-point-down {
	--fa: "\f0a7";
}

.tcfa-circle-arrow-left {
	--fa: "\f0a8";
}

.tcfa-arrow-circle-left {
	--fa: "\f0a8";
}

.tcfa-circle-arrow-right {
	--fa: "\f0a9";
}

.tcfa-arrow-circle-right {
	--fa: "\f0a9";
}

.tcfa-circle-arrow-up {
	--fa: "\f0aa";
}

.tcfa-arrow-circle-up {
	--fa: "\f0aa";
}

.tcfa-circle-arrow-down {
	--fa: "\f0ab";
}

.tcfa-arrow-circle-down {
	--fa: "\f0ab";
}

.tcfa-globe {
	--fa: "\f0ac";
}

.tcfa-wrench {
	--fa: "\f0ad";
}

.tcfa-list-check {
	--fa: "\f0ae";
}

.tcfa-tasks {
	--fa: "\f0ae";
}

.tcfa-filter {
	--fa: "\f0b0";
}

.tcfa-briefcase {
	--fa: "\f0b1";
}

.tcfa-up-down-left-right {
	--fa: "\f0b2";
}

.tcfa-arrows-alt {
	--fa: "\f0b2";
}

.tcfa-users {
	--fa: "\f0c0";
}

.tcfa-link {
	--fa: "\f0c1";
}

.tcfa-chain {
	--fa: "\f0c1";
}

.tcfa-cloud {
	--fa: "\f0c2";
}

.tcfa-flask {
	--fa: "\f0c3";
}

.tcfa-scissors {
	--fa: "\f0c4";
}

.tcfa-cut {
	--fa: "\f0c4";
}

.tcfa-copy {
	--fa: "\f0c5";
}

.tcfa-paperclip {
	--fa: "\f0c6";
}

.tcfa-floppy-disk {
	--fa: "\f0c7";
}

.tcfa-save {
	--fa: "\f0c7";
}

.tcfa-square {
	--fa: "\f0c8";
}

.tcfa-bars {
	--fa: "\f0c9";
}

.tcfa-navicon {
	--fa: "\f0c9";
}

.tcfa-list-ul {
	--fa: "\f0ca";
}

.tcfa-list-dots {
	--fa: "\f0ca";
}

.tcfa-list-ol {
	--fa: "\f0cb";
}

.tcfa-list-1-2 {
	--fa: "\f0cb";
}

.tcfa-list-numeric {
	--fa: "\f0cb";
}

.tcfa-strikethrough {
	--fa: "\f0cc";
}

.tcfa-underline {
	--fa: "\f0cd";
}

.tcfa-table {
	--fa: "\f0ce";
}

.tcfa-wand-magic {
	--fa: "\f0d0";
}

.tcfa-magic {
	--fa: "\f0d0";
}

.tcfa-truck {
	--fa: "\f0d1";
}

.tcfa-money-bill {
	--fa: "\f0d6";
}

.tcfa-caret-down {
	--fa: "\f0d7";
}

.tcfa-caret-up {
	--fa: "\f0d8";
}

.tcfa-caret-left {
	--fa: "\f0d9";
}

.tcfa-caret-right {
	--fa: "\f0da";
}

.tcfa-table-columns {
	--fa: "\f0db";
}

.tcfa-columns {
	--fa: "\f0db";
}

.tcfa-sort {
	--fa: "\f0dc";
}

.tcfa-unsorted {
	--fa: "\f0dc";
}

.tcfa-sort-down {
	--fa: "\f0dd";
}

.tcfa-sort-desc {
	--fa: "\f0dd";
}

.tcfa-sort-up {
	--fa: "\f0de";
}

.tcfa-sort-asc {
	--fa: "\f0de";
}

.tcfa-envelope {
	--fa: "\f0e0";
}

.tcfa-arrow-rotate-left {
	--fa: "\f0e2";
}

.tcfa-arrow-left-rotate {
	--fa: "\f0e2";
}

.tcfa-arrow-rotate-back {
	--fa: "\f0e2";
}

.tcfa-arrow-rotate-backward {
	--fa: "\f0e2";
}

.tcfa-undo {
	--fa: "\f0e2";
}

.tcfa-gavel {
	--fa: "\f0e3";
}

.tcfa-legal {
	--fa: "\f0e3";
}

.tcfa-bolt {
	--fa: "\f0e7";
}

.tcfa-zap {
	--fa: "\f0e7";
}

.tcfa-sitemap {
	--fa: "\f0e8";
}

.tcfa-umbrella {
	--fa: "\f0e9";
}

.tcfa-paste {
	--fa: "\f0ea";
}

.tcfa-file-clipboard {
	--fa: "\f0ea";
}

.tcfa-lightbulb {
	--fa: "\f0eb";
}

.tcfa-arrow-right-arrow-left {
	--fa: "\f0ec";
}

.tcfa-exchange {
	--fa: "\f0ec";
}

.tcfa-cloud-arrow-down {
	--fa: "\f0ed";
}

.tcfa-cloud-download {
	--fa: "\f0ed";
}

.tcfa-cloud-download-alt {
	--fa: "\f0ed";
}

.tcfa-cloud-arrow-up {
	--fa: "\f0ee";
}

.tcfa-cloud-upload {
	--fa: "\f0ee";
}

.tcfa-cloud-upload-alt {
	--fa: "\f0ee";
}

.tcfa-user-doctor {
	--fa: "\f0f0";
}

.tcfa-user-md {
	--fa: "\f0f0";
}

.tcfa-stethoscope {
	--fa: "\f0f1";
}

.tcfa-suitcase {
	--fa: "\f0f2";
}

.tcfa-bell {
	--fa: "\f0f3";
}

.tcfa-mug-saucer {
	--fa: "\f0f4";
}

.tcfa-coffee {
	--fa: "\f0f4";
}

.tcfa-hospital {
	--fa: "\f0f8";
}

.tcfa-hospital-alt {
	--fa: "\f0f8";
}

.tcfa-hospital-wide {
	--fa: "\f0f8";
}

.tcfa-truck-medical {
	--fa: "\f0f9";
}

.tcfa-ambulance {
	--fa: "\f0f9";
}

.tcfa-suitcase-medical {
	--fa: "\f0fa";
}

.tcfa-medkit {
	--fa: "\f0fa";
}

.tcfa-jet-fighter {
	--fa: "\f0fb";
}

.tcfa-fighter-jet {
	--fa: "\f0fb";
}

.tcfa-beer-mug-empty {
	--fa: "\f0fc";
}

.tcfa-beer {
	--fa: "\f0fc";
}

.tcfa-square-h {
	--fa: "\f0fd";
}

.tcfa-h-square {
	--fa: "\f0fd";
}

.tcfa-square-plus {
	--fa: "\f0fe";
}

.tcfa-plus-square {
	--fa: "\f0fe";
}

.tcfa-angles-left {
	--fa: "\f100";
}

.tcfa-angle-double-left {
	--fa: "\f100";
}

.tcfa-angles-right {
	--fa: "\f101";
}

.tcfa-angle-double-right {
	--fa: "\f101";
}

.tcfa-angles-up {
	--fa: "\f102";
}

.tcfa-angle-double-up {
	--fa: "\f102";
}

.tcfa-angles-down {
	--fa: "\f103";
}

.tcfa-angle-double-down {
	--fa: "\f103";
}

.tcfa-angle-left {
	--fa: "\f104";
}

.tcfa-angle-right {
	--fa: "\f105";
}

.tcfa-angle-up {
	--fa: "\f106";
}

.tcfa-angle-down {
	--fa: "\f107";
}

.tcfa-laptop {
	--fa: "\f109";
}

.tcfa-tablet-button {
	--fa: "\f10a";
}

.tcfa-mobile-button {
	--fa: "\f10b";
}

.tcfa-quote-left {
	--fa: "\f10d";
}

.tcfa-quote-left-alt {
	--fa: "\f10d";
}

.tcfa-quote-right {
	--fa: "\f10e";
}

.tcfa-quote-right-alt {
	--fa: "\f10e";
}

.tcfa-spinner {
	--fa: "\f110";
}

.tcfa-circle {
	--fa: "\f111";
}

.tcfa-face-smile {
	--fa: "\f118";
}

.tcfa-smile {
	--fa: "\f118";
}

.tcfa-face-frown {
	--fa: "\f119";
}

.tcfa-frown {
	--fa: "\f119";
}

.tcfa-face-meh {
	--fa: "\f11a";
}

.tcfa-meh {
	--fa: "\f11a";
}

.tcfa-gamepad {
	--fa: "\f11b";
}

.tcfa-keyboard {
	--fa: "\f11c";
}

.tcfa-flag-checkered {
	--fa: "\f11e";
}

.tcfa-terminal {
	--fa: "\f120";
}

.tcfa-code {
	--fa: "\f121";
}

.tcfa-reply-all {
	--fa: "\f122";
}

.tcfa-mail-reply-all {
	--fa: "\f122";
}

.tcfa-location-arrow {
	--fa: "\f124";
}

.tcfa-crop {
	--fa: "\f125";
}

.tcfa-code-branch {
	--fa: "\f126";
}

.tcfa-link-slash {
	--fa: "\f127";
}

.tcfa-chain-broken {
	--fa: "\f127";
}

.tcfa-chain-slash {
	--fa: "\f127";
}

.tcfa-unlink {
	--fa: "\f127";
}

.tcfa-info {
	--fa: "\f129";
}

.tcfa-superscript {
	--fa: "\f12b";
}

.tcfa-subscript {
	--fa: "\f12c";
}

.tcfa-eraser {
	--fa: "\f12d";
}

.tcfa-puzzle-piece {
	--fa: "\f12e";
}

.tcfa-microphone {
	--fa: "\f130";
}

.tcfa-microphone-slash {
	--fa: "\f131";
}

.tcfa-shield {
	--fa: "\f132";
}

.tcfa-shield-blank {
	--fa: "\f132";
}

.tcfa-calendar {
	--fa: "\f133";
}

.tcfa-fire-extinguisher {
	--fa: "\f134";
}

.tcfa-rocket {
	--fa: "\f135";
}

.tcfa-circle-chevron-left {
	--fa: "\f137";
}

.tcfa-chevron-circle-left {
	--fa: "\f137";
}

.tcfa-circle-chevron-right {
	--fa: "\f138";
}

.tcfa-chevron-circle-right {
	--fa: "\f138";
}

.tcfa-circle-chevron-up {
	--fa: "\f139";
}

.tcfa-chevron-circle-up {
	--fa: "\f139";
}

.tcfa-circle-chevron-down {
	--fa: "\f13a";
}

.tcfa-chevron-circle-down {
	--fa: "\f13a";
}

.tcfa-anchor {
	--fa: "\f13d";
}

.tcfa-unlock-keyhole {
	--fa: "\f13e";
}

.tcfa-unlock-alt {
	--fa: "\f13e";
}

.tcfa-bullseye {
	--fa: "\f140";
}

.tcfa-ellipsis {
	--fa: "\f141";
}

.tcfa-ellipsis-h {
	--fa: "\f141";
}

.tcfa-ellipsis-vertical {
	--fa: "\f142";
}

.tcfa-ellipsis-v {
	--fa: "\f142";
}

.tcfa-square-rss {
	--fa: "\f143";
}

.tcfa-rss-square {
	--fa: "\f143";
}

.tcfa-circle-play {
	--fa: "\f144";
}

.tcfa-play-circle {
	--fa: "\f144";
}

.tcfa-ticket {
	--fa: "\f145";
}

.tcfa-square-minus {
	--fa: "\f146";
}

.tcfa-minus-square {
	--fa: "\f146";
}

.tcfa-arrow-turn-up {
	--fa: "\f148";
}

.tcfa-level-up {
	--fa: "\f148";
}

.tcfa-arrow-turn-down {
	--fa: "\f149";
}

.tcfa-level-down {
	--fa: "\f149";
}

.tcfa-square-check {
	--fa: "\f14a";
}

.tcfa-check-square {
	--fa: "\f14a";
}

.tcfa-square-pen {
	--fa: "\f14b";
}

.tcfa-pen-square {
	--fa: "\f14b";
}

.tcfa-pencil-square {
	--fa: "\f14b";
}

.tcfa-square-arrow-up-right {
	--fa: "\f14c";
}

.tcfa-external-link-square {
	--fa: "\f14c";
}

.tcfa-share-from-square {
	--fa: "\f14d";
}

.tcfa-share-square {
	--fa: "\f14d";
}

.tcfa-compass {
	--fa: "\f14e";
}

.tcfa-square-caret-down {
	--fa: "\f150";
}

.tcfa-caret-square-down {
	--fa: "\f150";
}

.tcfa-square-caret-up {
	--fa: "\f151";
}

.tcfa-caret-square-up {
	--fa: "\f151";
}

.tcfa-square-caret-right {
	--fa: "\f152";
}

.tcfa-caret-square-right {
	--fa: "\f152";
}

.tcfa-euro-sign {
	--fa: "\f153";
}

.tcfa-eur {
	--fa: "\f153";
}

.tcfa-euro {
	--fa: "\f153";
}

.tcfa-sterling-sign {
	--fa: "\f154";
}

.tcfa-gbp {
	--fa: "\f154";
}

.tcfa-pound-sign {
	--fa: "\f154";
}

.tcfa-rupee-sign {
	--fa: "\f156";
}

.tcfa-rupee {
	--fa: "\f156";
}

.tcfa-yen-sign {
	--fa: "\f157";
}

.tcfa-cny {
	--fa: "\f157";
}

.tcfa-jpy {
	--fa: "\f157";
}

.tcfa-rmb {
	--fa: "\f157";
}

.tcfa-yen {
	--fa: "\f157";
}

.tcfa-ruble-sign {
	--fa: "\f158";
}

.tcfa-rouble {
	--fa: "\f158";
}

.tcfa-rub {
	--fa: "\f158";
}

.tcfa-ruble {
	--fa: "\f158";
}

.tcfa-won-sign {
	--fa: "\f159";
}

.tcfa-krw {
	--fa: "\f159";
}

.tcfa-won {
	--fa: "\f159";
}

.tcfa-file {
	--fa: "\f15b";
}

.tcfa-file-lines {
	--fa: "\f15c";
}

.tcfa-file-alt {
	--fa: "\f15c";
}

.tcfa-file-text {
	--fa: "\f15c";
}

.tcfa-arrow-down-a-z {
	--fa: "\f15d";
}

.tcfa-sort-alpha-asc {
	--fa: "\f15d";
}

.tcfa-sort-alpha-down {
	--fa: "\f15d";
}

.tcfa-arrow-up-a-z {
	--fa: "\f15e";
}

.tcfa-sort-alpha-up {
	--fa: "\f15e";
}

.tcfa-arrow-down-wide-short {
	--fa: "\f160";
}

.tcfa-sort-amount-asc {
	--fa: "\f160";
}

.tcfa-sort-amount-down {
	--fa: "\f160";
}

.tcfa-arrow-up-wide-short {
	--fa: "\f161";
}

.tcfa-sort-amount-up {
	--fa: "\f161";
}

.tcfa-arrow-down-1-9 {
	--fa: "\f162";
}

.tcfa-sort-numeric-asc {
	--fa: "\f162";
}

.tcfa-sort-numeric-down {
	--fa: "\f162";
}

.tcfa-arrow-up-1-9 {
	--fa: "\f163";
}

.tcfa-sort-numeric-up {
	--fa: "\f163";
}

.tcfa-thumbs-up {
	--fa: "\f164";
}

.tcfa-thumbs-down {
	--fa: "\f165";
}

.tcfa-arrow-down-long {
	--fa: "\f175";
}

.tcfa-long-arrow-down {
	--fa: "\f175";
}

.tcfa-arrow-up-long {
	--fa: "\f176";
}

.tcfa-long-arrow-up {
	--fa: "\f176";
}

.tcfa-arrow-left-long {
	--fa: "\f177";
}

.tcfa-long-arrow-left {
	--fa: "\f177";
}

.tcfa-arrow-right-long {
	--fa: "\f178";
}

.tcfa-long-arrow-right {
	--fa: "\f178";
}

.tcfa-person-dress {
	--fa: "\f182";
}

.tcfa-female {
	--fa: "\f182";
}

.tcfa-person {
	--fa: "\f183";
}

.tcfa-male {
	--fa: "\f183";
}

.tcfa-sun {
	--fa: "\f185";
}

.tcfa-moon {
	--fa: "\f186";
}

.tcfa-box-archive {
	--fa: "\f187";
}

.tcfa-archive {
	--fa: "\f187";
}

.tcfa-bug {
	--fa: "\f188";
}

.tcfa-square-caret-left {
	--fa: "\f191";
}

.tcfa-caret-square-left {
	--fa: "\f191";
}

.tcfa-circle-dot {
	--fa: "\f192";
}

.tcfa-dot-circle {
	--fa: "\f192";
}

.tcfa-wheelchair {
	--fa: "\f193";
}

.tcfa-lira-sign {
	--fa: "\f195";
}

.tcfa-shuttle-space {
	--fa: "\f197";
}

.tcfa-space-shuttle {
	--fa: "\f197";
}

.tcfa-square-envelope {
	--fa: "\f199";
}

.tcfa-envelope-square {
	--fa: "\f199";
}

.tcfa-building-columns {
	--fa: "\f19c";
}

.tcfa-bank {
	--fa: "\f19c";
}

.tcfa-institution {
	--fa: "\f19c";
}

.tcfa-museum {
	--fa: "\f19c";
}

.tcfa-university {
	--fa: "\f19c";
}

.tcfa-graduation-cap {
	--fa: "\f19d";
}

.tcfa-mortar-board {
	--fa: "\f19d";
}

.tcfa-language {
	--fa: "\f1ab";
}

.tcfa-fax {
	--fa: "\f1ac";
}

.tcfa-building {
	--fa: "\f1ad";
}

.tcfa-child {
	--fa: "\f1ae";
}

.tcfa-paw {
	--fa: "\f1b0";
}

.tcfa-cube {
	--fa: "\f1b2";
}

.tcfa-cubes {
	--fa: "\f1b3";
}

.tcfa-recycle {
	--fa: "\f1b8";
}

.tcfa-car {
	--fa: "\f1b9";
}

.tcfa-automobile {
	--fa: "\f1b9";
}

.tcfa-taxi {
	--fa: "\f1ba";
}

.tcfa-cab {
	--fa: "\f1ba";
}

.tcfa-tree {
	--fa: "\f1bb";
}

.tcfa-database {
	--fa: "\f1c0";
}

.tcfa-file-pdf {
	--fa: "\f1c1";
}

.tcfa-file-word {
	--fa: "\f1c2";
}

.tcfa-file-excel {
	--fa: "\f1c3";
}

.tcfa-file-powerpoint {
	--fa: "\f1c4";
}

.tcfa-file-image {
	--fa: "\f1c5";
}

.tcfa-file-zipper {
	--fa: "\f1c6";
}

.tcfa-file-archive {
	--fa: "\f1c6";
}

.tcfa-file-audio {
	--fa: "\f1c7";
}

.tcfa-file-video {
	--fa: "\f1c8";
}

.tcfa-file-code {
	--fa: "\f1c9";
}

.tcfa-life-ring {
	--fa: "\f1cd";
}

.tcfa-circle-notch {
	--fa: "\f1ce";
}

.tcfa-paper-plane {
	--fa: "\f1d8";
}

.tcfa-clock-rotate-left {
	--fa: "\f1da";
}

.tcfa-history {
	--fa: "\f1da";
}

.tcfa-heading {
	--fa: "\f1dc";
}

.tcfa-header {
	--fa: "\f1dc";
}

.tcfa-paragraph {
	--fa: "\f1dd";
}

.tcfa-sliders {
	--fa: "\f1de";
}

.tcfa-sliders-h {
	--fa: "\f1de";
}

.tcfa-share-nodes {
	--fa: "\f1e0";
}

.tcfa-share-alt {
	--fa: "\f1e0";
}

.tcfa-square-share-nodes {
	--fa: "\f1e1";
}

.tcfa-share-alt-square {
	--fa: "\f1e1";
}

.tcfa-bomb {
	--fa: "\f1e2";
}

.tcfa-futbol {
	--fa: "\f1e3";
}

.tcfa-futbol-ball {
	--fa: "\f1e3";
}

.tcfa-soccer-ball {
	--fa: "\f1e3";
}

.tcfa-tty {
	--fa: "\f1e4";
}

.tcfa-teletype {
	--fa: "\f1e4";
}

.tcfa-binoculars {
	--fa: "\f1e5";
}

.tcfa-plug {
	--fa: "\f1e6";
}

.tcfa-newspaper {
	--fa: "\f1ea";
}

.tcfa-wifi {
	--fa: "\f1eb";
}

.tcfa-wifi-3 {
	--fa: "\f1eb";
}

.tcfa-wifi-strong {
	--fa: "\f1eb";
}

.tcfa-calculator {
	--fa: "\f1ec";
}

.tcfa-bell-slash {
	--fa: "\f1f6";
}

.tcfa-trash {
	--fa: "\f1f8";
}

.tcfa-copyright {
	--fa: "\f1f9";
}

.tcfa-eye-dropper {
	--fa: "\f1fb";
}

.tcfa-eye-dropper-empty {
	--fa: "\f1fb";
}

.tcfa-eyedropper {
	--fa: "\f1fb";
}

.tcfa-paintbrush {
	--fa: "\f1fc";
}

.tcfa-paint-brush {
	--fa: "\f1fc";
}

.tcfa-cake-candles {
	--fa: "\f1fd";
}

.tcfa-birthday-cake {
	--fa: "\f1fd";
}

.tcfa-cake {
	--fa: "\f1fd";
}

.tcfa-chart-area {
	--fa: "\f1fe";
}

.tcfa-area-chart {
	--fa: "\f1fe";
}

.tcfa-chart-pie {
	--fa: "\f200";
}

.tcfa-pie-chart {
	--fa: "\f200";
}

.tcfa-chart-line {
	--fa: "\f201";
}

.tcfa-line-chart {
	--fa: "\f201";
}

.tcfa-toggle-off {
	--fa: "\f204";
}

.tcfa-toggle-on {
	--fa: "\f205";
}

.tcfa-bicycle {
	--fa: "\f206";
}

.tcfa-bus {
	--fa: "\f207";
}

.tcfa-closed-captioning {
	--fa: "\f20a";
}

.tcfa-shekel-sign {
	--fa: "\f20b";
}

.tcfa-ils {
	--fa: "\f20b";
}

.tcfa-shekel {
	--fa: "\f20b";
}

.tcfa-sheqel {
	--fa: "\f20b";
}

.tcfa-sheqel-sign {
	--fa: "\f20b";
}

.tcfa-cart-plus {
	--fa: "\f217";
}

.tcfa-cart-arrow-down {
	--fa: "\f218";
}

.tcfa-diamond {
	--fa: "\f219";
}

.tcfa-ship {
	--fa: "\f21a";
}

.tcfa-user-secret {
	--fa: "\f21b";
}

.tcfa-motorcycle {
	--fa: "\f21c";
}

.tcfa-street-view {
	--fa: "\f21d";
}

.tcfa-heart-pulse {
	--fa: "\f21e";
}

.tcfa-heartbeat {
	--fa: "\f21e";
}

.tcfa-venus {
	--fa: "\f221";
}

.tcfa-mars {
	--fa: "\f222";
}

.tcfa-mercury {
	--fa: "\f223";
}

.tcfa-mars-and-venus {
	--fa: "\f224";
}

.tcfa-transgender {
	--fa: "\f225";
}

.tcfa-transgender-alt {
	--fa: "\f225";
}

.tcfa-venus-double {
	--fa: "\f226";
}

.tcfa-mars-double {
	--fa: "\f227";
}

.tcfa-venus-mars {
	--fa: "\f228";
}

.tcfa-mars-stroke {
	--fa: "\f229";
}

.tcfa-mars-stroke-up {
	--fa: "\f22a";
}

.tcfa-mars-stroke-v {
	--fa: "\f22a";
}

.tcfa-mars-stroke-right {
	--fa: "\f22b";
}

.tcfa-mars-stroke-h {
	--fa: "\f22b";
}

.tcfa-neuter {
	--fa: "\f22c";
}

.tcfa-genderless {
	--fa: "\f22d";
}

.tcfa-server {
	--fa: "\f233";
}

.tcfa-user-plus {
	--fa: "\f234";
}

.tcfa-user-xmark {
	--fa: "\f235";
}

.tcfa-user-times {
	--fa: "\f235";
}

.tcfa-bed {
	--fa: "\f236";
}

.tcfa-train {
	--fa: "\f238";
}

.tcfa-train-subway {
	--fa: "\f239";
}

.tcfa-subway {
	--fa: "\f239";
}

.tcfa-battery-full {
	--fa: "\f240";
}

.tcfa-battery {
	--fa: "\f240";
}

.tcfa-battery-5 {
	--fa: "\f240";
}

.tcfa-battery-three-quarters {
	--fa: "\f241";
}

.tcfa-battery-4 {
	--fa: "\f241";
}

.tcfa-battery-half {
	--fa: "\f242";
}

.tcfa-battery-3 {
	--fa: "\f242";
}

.tcfa-battery-quarter {
	--fa: "\f243";
}

.tcfa-battery-2 {
	--fa: "\f243";
}

.tcfa-battery-empty {
	--fa: "\f244";
}

.tcfa-battery-0 {
	--fa: "\f244";
}

.tcfa-arrow-pointer {
	--fa: "\f245";
}

.tcfa-mouse-pointer {
	--fa: "\f245";
}

.tcfa-i-cursor {
	--fa: "\f246";
}

.tcfa-object-group {
	--fa: "\f247";
}

.tcfa-object-ungroup {
	--fa: "\f248";
}

.tcfa-note-sticky {
	--fa: "\f249";
}

.tcfa-sticky-note {
	--fa: "\f249";
}

.tcfa-clone {
	--fa: "\f24d";
}

.tcfa-scale-balanced {
	--fa: "\f24e";
}

.tcfa-balance-scale {
	--fa: "\f24e";
}

.tcfa-hourglass-start {
	--fa: "\f251";
}

.tcfa-hourglass-1 {
	--fa: "\f251";
}

.tcfa-hourglass-half {
	--fa: "\f252";
}

.tcfa-hourglass-2 {
	--fa: "\f252";
}

.tcfa-hourglass-end {
	--fa: "\f253";
}

.tcfa-hourglass-3 {
	--fa: "\f253";
}

.tcfa-hourglass {
	--fa: "\f254";
}

.tcfa-hourglass-empty {
	--fa: "\f254";
}

.tcfa-hand-back-fist {
	--fa: "\f255";
}

.tcfa-hand-rock {
	--fa: "\f255";
}

.tcfa-hand {
	--fa: "\f256";
}

.tcfa-hand-paper {
	--fa: "\f256";
}

.tcfa-hand-scissors {
	--fa: "\f257";
}

.tcfa-hand-lizard {
	--fa: "\f258";
}

.tcfa-hand-spock {
	--fa: "\f259";
}

.tcfa-hand-pointer {
	--fa: "\f25a";
}

.tcfa-hand-peace {
	--fa: "\f25b";
}

.tcfa-trademark {
	--fa: "\f25c";
}

.tcfa-registered {
	--fa: "\f25d";
}

.tcfa-tv {
	--fa: "\f26c";
}

.tcfa-television {
	--fa: "\f26c";
}

.tcfa-tv-alt {
	--fa: "\f26c";
}

.tcfa-calendar-plus {
	--fa: "\f271";
}

.tcfa-calendar-minus {
	--fa: "\f272";
}

.tcfa-calendar-xmark {
	--fa: "\f273";
}

.tcfa-calendar-times {
	--fa: "\f273";
}

.tcfa-calendar-check {
	--fa: "\f274";
}

.tcfa-industry {
	--fa: "\f275";
}

.tcfa-map-pin {
	--fa: "\f276";
}

.tcfa-signs-post {
	--fa: "\f277";
}

.tcfa-map-signs {
	--fa: "\f277";
}

.tcfa-map {
	--fa: "\f279";
}

.tcfa-message {
	--fa: "\f27a";
}

.tcfa-comment-alt {
	--fa: "\f27a";
}

.tcfa-circle-pause {
	--fa: "\f28b";
}

.tcfa-pause-circle {
	--fa: "\f28b";
}

.tcfa-circle-stop {
	--fa: "\f28d";
}

.tcfa-stop-circle {
	--fa: "\f28d";
}

.tcfa-bag-shopping {
	--fa: "\f290";
}

.tcfa-shopping-bag {
	--fa: "\f290";
}

.tcfa-basket-shopping {
	--fa: "\f291";
}

.tcfa-shopping-basket {
	--fa: "\f291";
}

.tcfa-universal-access {
	--fa: "\f29a";
}

.tcfa-person-walking-with-cane {
	--fa: "\f29d";
}

.tcfa-blind {
	--fa: "\f29d";
}

.tcfa-audio-description {
	--fa: "\f29e";
}

.tcfa-phone-volume {
	--fa: "\f2a0";
}

.tcfa-volume-control-phone {
	--fa: "\f2a0";
}

.tcfa-braille {
	--fa: "\f2a1";
}

.tcfa-ear-listen {
	--fa: "\f2a2";
}

.tcfa-assistive-listening-systems {
	--fa: "\f2a2";
}

.tcfa-hands-asl-interpreting {
	--fa: "\f2a3";
}

.tcfa-american-sign-language-interpreting {
	--fa: "\f2a3";
}

.tcfa-asl-interpreting {
	--fa: "\f2a3";
}

.tcfa-hands-american-sign-language-interpreting {
	--fa: "\f2a3";
}

.tcfa-ear-deaf {
	--fa: "\f2a4";
}

.tcfa-deaf {
	--fa: "\f2a4";
}

.tcfa-deafness {
	--fa: "\f2a4";
}

.tcfa-hard-of-hearing {
	--fa: "\f2a4";
}

.tcfa-hands {
	--fa: "\f2a7";
}

.tcfa-sign-language {
	--fa: "\f2a7";
}

.tcfa-signing {
	--fa: "\f2a7";
}

.tcfa-eye-low-vision {
	--fa: "\f2a8";
}

.tcfa-low-vision {
	--fa: "\f2a8";
}

.tcfa-font-awesome {
	--fa: "\f2b4";
}

.tcfa-font-awesome-flag {
	--fa: "\f2b4";
}

.tcfa-font-awesome-logo-full {
	--fa: "\f2b4";
}

.tcfa-handshake {
	--fa: "\f2b5";
}

.tcfa-handshake-alt {
	--fa: "\f2b5";
}

.tcfa-handshake-simple {
	--fa: "\f2b5";
}

.tcfa-envelope-open {
	--fa: "\f2b6";
}

.tcfa-address-book {
	--fa: "\f2b9";
}

.tcfa-contact-book {
	--fa: "\f2b9";
}

.tcfa-address-card {
	--fa: "\f2bb";
}

.tcfa-contact-card {
	--fa: "\f2bb";
}

.tcfa-vcard {
	--fa: "\f2bb";
}

.tcfa-circle-user {
	--fa: "\f2bd";
}

.tcfa-user-circle {
	--fa: "\f2bd";
}

.tcfa-id-badge {
	--fa: "\f2c1";
}

.tcfa-id-card {
	--fa: "\f2c2";
}

.tcfa-drivers-license {
	--fa: "\f2c2";
}

.tcfa-temperature-full {
	--fa: "\f2c7";
}

.tcfa-temperature-4 {
	--fa: "\f2c7";
}

.tcfa-thermometer-4 {
	--fa: "\f2c7";
}

.tcfa-thermometer-full {
	--fa: "\f2c7";
}

.tcfa-temperature-three-quarters {
	--fa: "\f2c8";
}

.tcfa-temperature-3 {
	--fa: "\f2c8";
}

.tcfa-thermometer-3 {
	--fa: "\f2c8";
}

.tcfa-thermometer-three-quarters {
	--fa: "\f2c8";
}

.tcfa-temperature-half {
	--fa: "\f2c9";
}

.tcfa-temperature-2 {
	--fa: "\f2c9";
}

.tcfa-thermometer-2 {
	--fa: "\f2c9";
}

.tcfa-thermometer-half {
	--fa: "\f2c9";
}

.tcfa-temperature-quarter {
	--fa: "\f2ca";
}

.tcfa-temperature-1 {
	--fa: "\f2ca";
}

.tcfa-thermometer-1 {
	--fa: "\f2ca";
}

.tcfa-thermometer-quarter {
	--fa: "\f2ca";
}

.tcfa-temperature-empty {
	--fa: "\f2cb";
}

.tcfa-temperature-0 {
	--fa: "\f2cb";
}

.tcfa-thermometer-0 {
	--fa: "\f2cb";
}

.tcfa-thermometer-empty {
	--fa: "\f2cb";
}

.tcfa-shower {
	--fa: "\f2cc";
}

.tcfa-bath {
	--fa: "\f2cd";
}

.tcfa-bathtub {
	--fa: "\f2cd";
}

.tcfa-podcast {
	--fa: "\f2ce";
}

.tcfa-window-maximize {
	--fa: "\f2d0";
}

.tcfa-window-minimize {
	--fa: "\f2d1";
}

.tcfa-window-restore {
	--fa: "\f2d2";
}

.tcfa-square-xmark {
	--fa: "\f2d3";
}

.tcfa-times-square {
	--fa: "\f2d3";
}

.tcfa-xmark-square {
	--fa: "\f2d3";
}

.tcfa-microchip {
	--fa: "\f2db";
}

.tcfa-snowflake {
	--fa: "\f2dc";
}

.tcfa-spoon {
	--fa: "\f2e5";
}

.tcfa-utensil-spoon {
	--fa: "\f2e5";
}

.tcfa-utensils {
	--fa: "\f2e7";
}

.tcfa-cutlery {
	--fa: "\f2e7";
}

.tcfa-rotate-left {
	--fa: "\f2ea";
}

.tcfa-rotate-back {
	--fa: "\f2ea";
}

.tcfa-rotate-backward {
	--fa: "\f2ea";
}

.tcfa-undo-alt {
	--fa: "\f2ea";
}

.tcfa-trash-can {
	--fa: "\f2ed";
}

.tcfa-trash-alt {
	--fa: "\f2ed";
}

.tcfa-rotate {
	--fa: "\f2f1";
}

.tcfa-sync-alt {
	--fa: "\f2f1";
}

.tcfa-stopwatch {
	--fa: "\f2f2";
}

.tcfa-right-from-bracket {
	--fa: "\f2f5";
}

.tcfa-sign-out-alt {
	--fa: "\f2f5";
}

.tcfa-right-to-bracket {
	--fa: "\f2f6";
}

.tcfa-sign-in-alt {
	--fa: "\f2f6";
}

.tcfa-rotate-right {
	--fa: "\f2f9";
}

.tcfa-redo-alt {
	--fa: "\f2f9";
}

.tcfa-rotate-forward {
	--fa: "\f2f9";
}

.tcfa-poo {
	--fa: "\f2fe";
}

.tcfa-images {
	--fa: "\f302";
}

.tcfa-pencil {
	--fa: "\f303";
}

.tcfa-pencil-alt {
	--fa: "\f303";
}

.tcfa-pen {
	--fa: "\f304";
}

.tcfa-pen-clip {
	--fa: "\f305";
}

.tcfa-pen-alt {
	--fa: "\f305";
}

.tcfa-octagon {
	--fa: "\f306";
}

.tcfa-down-long {
	--fa: "\f309";
}

.tcfa-long-arrow-alt-down {
	--fa: "\f309";
}

.tcfa-left-long {
	--fa: "\f30a";
}

.tcfa-long-arrow-alt-left {
	--fa: "\f30a";
}

.tcfa-right-long {
	--fa: "\f30b";
}

.tcfa-long-arrow-alt-right {
	--fa: "\f30b";
}

.tcfa-up-long {
	--fa: "\f30c";
}

.tcfa-long-arrow-alt-up {
	--fa: "\f30c";
}

.tcfa-hexagon {
	--fa: "\f312";
}

.tcfa-file-pen {
	--fa: "\f31c";
}

.tcfa-file-edit {
	--fa: "\f31c";
}

.tcfa-maximize {
	--fa: "\f31e";
}

.tcfa-expand-arrows-alt {
	--fa: "\f31e";
}

.tcfa-clipboard {
	--fa: "\f328";
}

.tcfa-left-right {
	--fa: "\f337";
}

.tcfa-arrows-alt-h {
	--fa: "\f337";
}

.tcfa-up-down {
	--fa: "\f338";
}

.tcfa-arrows-alt-v {
	--fa: "\f338";
}

.tcfa-alarm-clock {
	--fa: "\f34e";
}

.tcfa-circle-down {
	--fa: "\f358";
}

.tcfa-arrow-alt-circle-down {
	--fa: "\f358";
}

.tcfa-circle-left {
	--fa: "\f359";
}

.tcfa-arrow-alt-circle-left {
	--fa: "\f359";
}

.tcfa-circle-right {
	--fa: "\f35a";
}

.tcfa-arrow-alt-circle-right {
	--fa: "\f35a";
}

.tcfa-circle-up {
	--fa: "\f35b";
}

.tcfa-arrow-alt-circle-up {
	--fa: "\f35b";
}

.tcfa-up-right-from-square {
	--fa: "\f35d";
}

.tcfa-external-link-alt {
	--fa: "\f35d";
}

.tcfa-square-up-right {
	--fa: "\f360";
}

.tcfa-external-link-square-alt {
	--fa: "\f360";
}

.tcfa-right-left {
	--fa: "\f362";
}

.tcfa-exchange-alt {
	--fa: "\f362";
}

.tcfa-repeat {
	--fa: "\f363";
}

.tcfa-code-commit {
	--fa: "\f386";
}

.tcfa-code-merge {
	--fa: "\f387";
}

.tcfa-desktop {
	--fa: "\f390";
}

.tcfa-desktop-alt {
	--fa: "\f390";
}

.tcfa-gem {
	--fa: "\f3a5";
}

.tcfa-turn-down {
	--fa: "\f3be";
}

.tcfa-level-down-alt {
	--fa: "\f3be";
}

.tcfa-turn-up {
	--fa: "\f3bf";
}

.tcfa-level-up-alt {
	--fa: "\f3bf";
}

.tcfa-lock-open {
	--fa: "\f3c1";
}

.tcfa-location-dot {
	--fa: "\f3c5";
}

.tcfa-map-marker-alt {
	--fa: "\f3c5";
}

.tcfa-microphone-lines {
	--fa: "\f3c9";
}

.tcfa-microphone-alt {
	--fa: "\f3c9";
}

.tcfa-mobile-screen-button {
	--fa: "\f3cd";
}

.tcfa-mobile-alt {
	--fa: "\f3cd";
}

.tcfa-mobile {
	--fa: "\f3ce";
}

.tcfa-mobile-android {
	--fa: "\f3ce";
}

.tcfa-mobile-phone {
	--fa: "\f3ce";
}

.tcfa-mobile-screen {
	--fa: "\f3cf";
}

.tcfa-mobile-android-alt {
	--fa: "\f3cf";
}

.tcfa-money-bill-1 {
	--fa: "\f3d1";
}

.tcfa-money-bill-alt {
	--fa: "\f3d1";
}

.tcfa-phone-slash {
	--fa: "\f3dd";
}

.tcfa-image-portrait {
	--fa: "\f3e0";
}

.tcfa-portrait {
	--fa: "\f3e0";
}

.tcfa-reply {
	--fa: "\f3e5";
}

.tcfa-mail-reply {
	--fa: "\f3e5";
}

.tcfa-shield-halved {
	--fa: "\f3ed";
}

.tcfa-shield-alt {
	--fa: "\f3ed";
}

.tcfa-tablet-screen-button {
	--fa: "\f3fa";
}

.tcfa-tablet-alt {
	--fa: "\f3fa";
}

.tcfa-tablet {
	--fa: "\f3fb";
}

.tcfa-tablet-android {
	--fa: "\f3fb";
}

.tcfa-ticket-simple {
	--fa: "\f3ff";
}

.tcfa-ticket-alt {
	--fa: "\f3ff";
}

.tcfa-rectangle-xmark {
	--fa: "\f410";
}

.tcfa-rectangle-times {
	--fa: "\f410";
}

.tcfa-times-rectangle {
	--fa: "\f410";
}

.tcfa-window-close {
	--fa: "\f410";
}

.tcfa-down-left-and-up-right-to-center {
	--fa: "\f422";
}

.tcfa-compress-alt {
	--fa: "\f422";
}

.tcfa-up-right-and-down-left-from-center {
	--fa: "\f424";
}

.tcfa-expand-alt {
	--fa: "\f424";
}

.tcfa-baseball-bat-ball {
	--fa: "\f432";
}

.tcfa-baseball {
	--fa: "\f433";
}

.tcfa-baseball-ball {
	--fa: "\f433";
}

.tcfa-basketball {
	--fa: "\f434";
}

.tcfa-basketball-ball {
	--fa: "\f434";
}

.tcfa-bowling-ball {
	--fa: "\f436";
}

.tcfa-chess {
	--fa: "\f439";
}

.tcfa-chess-bishop {
	--fa: "\f43a";
}

.tcfa-chess-board {
	--fa: "\f43c";
}

.tcfa-chess-king {
	--fa: "\f43f";
}

.tcfa-chess-knight {
	--fa: "\f441";
}

.tcfa-chess-pawn {
	--fa: "\f443";
}

.tcfa-chess-queen {
	--fa: "\f445";
}

.tcfa-chess-rook {
	--fa: "\f447";
}

.tcfa-dumbbell {
	--fa: "\f44b";
}

.tcfa-football {
	--fa: "\f44e";
}

.tcfa-football-ball {
	--fa: "\f44e";
}

.tcfa-golf-ball-tee {
	--fa: "\f450";
}

.tcfa-golf-ball {
	--fa: "\f450";
}

.tcfa-hockey-puck {
	--fa: "\f453";
}

.tcfa-broom-ball {
	--fa: "\f458";
}

.tcfa-quidditch {
	--fa: "\f458";
}

.tcfa-quidditch-broom-ball {
	--fa: "\f458";
}

.tcfa-square-full {
	--fa: "\f45c";
}

.tcfa-table-tennis-paddle-ball {
	--fa: "\f45d";
}

.tcfa-ping-pong-paddle-ball {
	--fa: "\f45d";
}

.tcfa-table-tennis {
	--fa: "\f45d";
}

.tcfa-volleyball {
	--fa: "\f45f";
}

.tcfa-volleyball-ball {
	--fa: "\f45f";
}

.tcfa-hand-dots {
	--fa: "\f461";
}

.tcfa-allergies {
	--fa: "\f461";
}

.tcfa-bandage {
	--fa: "\f462";
}

.tcfa-band-aid {
	--fa: "\f462";
}

.tcfa-box {
	--fa: "\f466";
}

.tcfa-boxes-stacked {
	--fa: "\f468";
}

.tcfa-boxes {
	--fa: "\f468";
}

.tcfa-boxes-alt {
	--fa: "\f468";
}

.tcfa-briefcase-medical {
	--fa: "\f469";
}

.tcfa-fire-flame-simple {
	--fa: "\f46a";
}

.tcfa-burn {
	--fa: "\f46a";
}

.tcfa-capsules {
	--fa: "\f46b";
}

.tcfa-clipboard-check {
	--fa: "\f46c";
}

.tcfa-clipboard-list {
	--fa: "\f46d";
}

.tcfa-person-dots-from-line {
	--fa: "\f470";
}

.tcfa-diagnoses {
	--fa: "\f470";
}

.tcfa-dna {
	--fa: "\f471";
}

.tcfa-dolly {
	--fa: "\f472";
}

.tcfa-dolly-box {
	--fa: "\f472";
}

.tcfa-cart-flatbed {
	--fa: "\f474";
}

.tcfa-dolly-flatbed {
	--fa: "\f474";
}

.tcfa-file-medical {
	--fa: "\f477";
}

.tcfa-file-waveform {
	--fa: "\f478";
}

.tcfa-file-medical-alt {
	--fa: "\f478";
}

.tcfa-kit-medical {
	--fa: "\f479";
}

.tcfa-first-aid {
	--fa: "\f479";
}

.tcfa-circle-h {
	--fa: "\f47e";
}

.tcfa-hospital-symbol {
	--fa: "\f47e";
}

.tcfa-id-card-clip {
	--fa: "\f47f";
}

.tcfa-id-card-alt {
	--fa: "\f47f";
}

.tcfa-notes-medical {
	--fa: "\f481";
}

.tcfa-pallet {
	--fa: "\f482";
}

.tcfa-pills {
	--fa: "\f484";
}

.tcfa-prescription-bottle {
	--fa: "\f485";
}

.tcfa-prescription-bottle-medical {
	--fa: "\f486";
}

.tcfa-prescription-bottle-alt {
	--fa: "\f486";
}

.tcfa-bed-pulse {
	--fa: "\f487";
}

.tcfa-procedures {
	--fa: "\f487";
}

.tcfa-truck-fast {
	--fa: "\f48b";
}

.tcfa-shipping-fast {
	--fa: "\f48b";
}

.tcfa-smoking {
	--fa: "\f48d";
}

.tcfa-syringe {
	--fa: "\f48e";
}

.tcfa-tablets {
	--fa: "\f490";
}

.tcfa-thermometer {
	--fa: "\f491";
}

.tcfa-vial {
	--fa: "\f492";
}

.tcfa-vials {
	--fa: "\f493";
}

.tcfa-warehouse {
	--fa: "\f494";
}

.tcfa-weight-scale {
	--fa: "\f496";
}

.tcfa-weight {
	--fa: "\f496";
}

.tcfa-x-ray {
	--fa: "\f497";
}

.tcfa-box-open {
	--fa: "\f49e";
}

.tcfa-comment-dots {
	--fa: "\f4ad";
}

.tcfa-commenting {
	--fa: "\f4ad";
}

.tcfa-comment-slash {
	--fa: "\f4b3";
}

.tcfa-couch {
	--fa: "\f4b8";
}

.tcfa-circle-dollar-to-slot {
	--fa: "\f4b9";
}

.tcfa-donate {
	--fa: "\f4b9";
}

.tcfa-dove {
	--fa: "\f4ba";
}

.tcfa-hand-holding {
	--fa: "\f4bd";
}

.tcfa-hand-holding-heart {
	--fa: "\f4be";
}

.tcfa-hand-holding-dollar {
	--fa: "\f4c0";
}

.tcfa-hand-holding-usd {
	--fa: "\f4c0";
}

.tcfa-hand-holding-droplet {
	--fa: "\f4c1";
}

.tcfa-hand-holding-water {
	--fa: "\f4c1";
}

.tcfa-hands-holding {
	--fa: "\f4c2";
}

.tcfa-handshake-angle {
	--fa: "\f4c4";
}

.tcfa-hands-helping {
	--fa: "\f4c4";
}

.tcfa-parachute-box {
	--fa: "\f4cd";
}

.tcfa-people-carry-box {
	--fa: "\f4ce";
}

.tcfa-people-carry {
	--fa: "\f4ce";
}

.tcfa-piggy-bank {
	--fa: "\f4d3";
}

.tcfa-ribbon {
	--fa: "\f4d6";
}

.tcfa-route {
	--fa: "\f4d7";
}

.tcfa-seedling {
	--fa: "\f4d8";
}

.tcfa-sprout {
	--fa: "\f4d8";
}

.tcfa-sign-hanging {
	--fa: "\f4d9";
}

.tcfa-sign {
	--fa: "\f4d9";
}

.tcfa-face-smile-wink {
	--fa: "\f4da";
}

.tcfa-smile-wink {
	--fa: "\f4da";
}

.tcfa-tape {
	--fa: "\f4db";
}

.tcfa-truck-ramp-box {
	--fa: "\f4de";
}

.tcfa-truck-loading {
	--fa: "\f4de";
}

.tcfa-truck-moving {
	--fa: "\f4df";
}

.tcfa-video-slash {
	--fa: "\f4e2";
}

.tcfa-wine-glass {
	--fa: "\f4e3";
}

.tcfa-user-astronaut {
	--fa: "\f4fb";
}

.tcfa-user-check {
	--fa: "\f4fc";
}

.tcfa-user-clock {
	--fa: "\f4fd";
}

.tcfa-user-gear {
	--fa: "\f4fe";
}

.tcfa-user-cog {
	--fa: "\f4fe";
}

.tcfa-user-pen {
	--fa: "\f4ff";
}

.tcfa-user-edit {
	--fa: "\f4ff";
}

.tcfa-user-group {
	--fa: "\f500";
}

.tcfa-user-friends {
	--fa: "\f500";
}

.tcfa-user-graduate {
	--fa: "\f501";
}

.tcfa-user-lock {
	--fa: "\f502";
}

.tcfa-user-minus {
	--fa: "\f503";
}

.tcfa-user-ninja {
	--fa: "\f504";
}

.tcfa-user-shield {
	--fa: "\f505";
}

.tcfa-user-slash {
	--fa: "\f506";
}

.tcfa-user-alt-slash {
	--fa: "\f506";
}

.tcfa-user-large-slash {
	--fa: "\f506";
}

.tcfa-user-tag {
	--fa: "\f507";
}

.tcfa-user-tie {
	--fa: "\f508";
}

.tcfa-users-gear {
	--fa: "\f509";
}

.tcfa-users-cog {
	--fa: "\f509";
}

.tcfa-scale-unbalanced {
	--fa: "\f515";
}

.tcfa-balance-scale-left {
	--fa: "\f515";
}

.tcfa-scale-unbalanced-flip {
	--fa: "\f516";
}

.tcfa-balance-scale-right {
	--fa: "\f516";
}

.tcfa-blender {
	--fa: "\f517";
}

.tcfa-book-open {
	--fa: "\f518";
}

.tcfa-tower-broadcast {
	--fa: "\f519";
}

.tcfa-broadcast-tower {
	--fa: "\f519";
}

.tcfa-broom {
	--fa: "\f51a";
}

.tcfa-chalkboard {
	--fa: "\f51b";
}

.tcfa-blackboard {
	--fa: "\f51b";
}

.tcfa-chalkboard-user {
	--fa: "\f51c";
}

.tcfa-chalkboard-teacher {
	--fa: "\f51c";
}

.tcfa-church {
	--fa: "\f51d";
}

.tcfa-coins {
	--fa: "\f51e";
}

.tcfa-compact-disc {
	--fa: "\f51f";
}

.tcfa-crow {
	--fa: "\f520";
}

.tcfa-crown {
	--fa: "\f521";
}

.tcfa-dice {
	--fa: "\f522";
}

.tcfa-dice-five {
	--fa: "\f523";
}

.tcfa-dice-four {
	--fa: "\f524";
}

.tcfa-dice-one {
	--fa: "\f525";
}

.tcfa-dice-six {
	--fa: "\f526";
}

.tcfa-dice-three {
	--fa: "\f527";
}

.tcfa-dice-two {
	--fa: "\f528";
}

.tcfa-divide {
	--fa: "\f529";
}

.tcfa-door-closed {
	--fa: "\f52a";
}

.tcfa-door-open {
	--fa: "\f52b";
}

.tcfa-feather {
	--fa: "\f52d";
}

.tcfa-frog {
	--fa: "\f52e";
}

.tcfa-gas-pump {
	--fa: "\f52f";
}

.tcfa-glasses {
	--fa: "\f530";
}

.tcfa-greater-than-equal {
	--fa: "\f532";
}

.tcfa-helicopter {
	--fa: "\f533";
}

.tcfa-infinity {
	--fa: "\f534";
}

.tcfa-kiwi-bird {
	--fa: "\f535";
}

.tcfa-less-than-equal {
	--fa: "\f537";
}

.tcfa-memory {
	--fa: "\f538";
}

.tcfa-microphone-lines-slash {
	--fa: "\f539";
}

.tcfa-microphone-alt-slash {
	--fa: "\f539";
}

.tcfa-money-bill-wave {
	--fa: "\f53a";
}

.tcfa-money-bill-1-wave {
	--fa: "\f53b";
}

.tcfa-money-bill-wave-alt {
	--fa: "\f53b";
}

.tcfa-money-check {
	--fa: "\f53c";
}

.tcfa-money-check-dollar {
	--fa: "\f53d";
}

.tcfa-money-check-alt {
	--fa: "\f53d";
}

.tcfa-not-equal {
	--fa: "\f53e";
}

.tcfa-palette {
	--fa: "\f53f";
}

.tcfa-square-parking {
	--fa: "\f540";
}

.tcfa-parking {
	--fa: "\f540";
}

.tcfa-diagram-project {
	--fa: "\f542";
}

.tcfa-project-diagram {
	--fa: "\f542";
}

.tcfa-receipt {
	--fa: "\f543";
}

.tcfa-robot {
	--fa: "\f544";
}

.tcfa-ruler {
	--fa: "\f545";
}

.tcfa-ruler-combined {
	--fa: "\f546";
}

.tcfa-ruler-horizontal {
	--fa: "\f547";
}

.tcfa-ruler-vertical {
	--fa: "\f548";
}

.tcfa-school {
	--fa: "\f549";
}

.tcfa-screwdriver {
	--fa: "\f54a";
}

.tcfa-shoe-prints {
	--fa: "\f54b";
}

.tcfa-skull {
	--fa: "\f54c";
}

.tcfa-ban-smoking {
	--fa: "\f54d";
}

.tcfa-smoking-ban {
	--fa: "\f54d";
}

.tcfa-store {
	--fa: "\f54e";
}

.tcfa-shop {
	--fa: "\f54f";
}

.tcfa-store-alt {
	--fa: "\f54f";
}

.tcfa-bars-staggered {
	--fa: "\f550";
}

.tcfa-reorder {
	--fa: "\f550";
}

.tcfa-stream {
	--fa: "\f550";
}

.tcfa-stroopwafel {
	--fa: "\f551";
}

.tcfa-toolbox {
	--fa: "\f552";
}

.tcfa-shirt {
	--fa: "\f553";
}

.tcfa-t-shirt {
	--fa: "\f553";
}

.tcfa-tshirt {
	--fa: "\f553";
}

.tcfa-person-walking {
	--fa: "\f554";
}

.tcfa-walking {
	--fa: "\f554";
}

.tcfa-wallet {
	--fa: "\f555";
}

.tcfa-face-angry {
	--fa: "\f556";
}

.tcfa-angry {
	--fa: "\f556";
}

.tcfa-archway {
	--fa: "\f557";
}

.tcfa-book-atlas {
	--fa: "\f558";
}

.tcfa-atlas {
	--fa: "\f558";
}

.tcfa-award {
	--fa: "\f559";
}

.tcfa-delete-left {
	--fa: "\f55a";
}

.tcfa-backspace {
	--fa: "\f55a";
}

.tcfa-bezier-curve {
	--fa: "\f55b";
}

.tcfa-bong {
	--fa: "\f55c";
}

.tcfa-brush {
	--fa: "\f55d";
}

.tcfa-bus-simple {
	--fa: "\f55e";
}

.tcfa-bus-alt {
	--fa: "\f55e";
}

.tcfa-cannabis {
	--fa: "\f55f";
}

.tcfa-check-double {
	--fa: "\f560";
}

.tcfa-martini-glass-citrus {
	--fa: "\f561";
}

.tcfa-cocktail {
	--fa: "\f561";
}

.tcfa-bell-concierge {
	--fa: "\f562";
}

.tcfa-concierge-bell {
	--fa: "\f562";
}

.tcfa-cookie {
	--fa: "\f563";
}

.tcfa-cookie-bite {
	--fa: "\f564";
}

.tcfa-crop-simple {
	--fa: "\f565";
}

.tcfa-crop-alt {
	--fa: "\f565";
}

.tcfa-tachograph-digital {
	--fa: "\f566";
}

.tcfa-digital-tachograph {
	--fa: "\f566";
}

.tcfa-face-dizzy {
	--fa: "\f567";
}

.tcfa-dizzy {
	--fa: "\f567";
}

.tcfa-compass-drafting {
	--fa: "\f568";
}

.tcfa-drafting-compass {
	--fa: "\f568";
}

.tcfa-drum {
	--fa: "\f569";
}

.tcfa-drum-steelpan {
	--fa: "\f56a";
}

.tcfa-feather-pointed {
	--fa: "\f56b";
}

.tcfa-feather-alt {
	--fa: "\f56b";
}

.tcfa-file-contract {
	--fa: "\f56c";
}

.tcfa-file-arrow-down {
	--fa: "\f56d";
}

.tcfa-file-download {
	--fa: "\f56d";
}

.tcfa-file-export {
	--fa: "\f56e";
}

.tcfa-arrow-right-from-file {
	--fa: "\f56e";
}

.tcfa-file-import {
	--fa: "\f56f";
}

.tcfa-arrow-right-to-file {
	--fa: "\f56f";
}

.tcfa-file-invoice {
	--fa: "\f570";
}

.tcfa-file-invoice-dollar {
	--fa: "\f571";
}

.tcfa-file-prescription {
	--fa: "\f572";
}

.tcfa-file-signature {
	--fa: "\f573";
}

.tcfa-file-arrow-up {
	--fa: "\f574";
}

.tcfa-file-upload {
	--fa: "\f574";
}

.tcfa-fill {
	--fa: "\f575";
}

.tcfa-fill-drip {
	--fa: "\f576";
}

.tcfa-fingerprint {
	--fa: "\f577";
}

.tcfa-fish {
	--fa: "\f578";
}

.tcfa-face-flushed {
	--fa: "\f579";
}

.tcfa-flushed {
	--fa: "\f579";
}

.tcfa-face-frown-open {
	--fa: "\f57a";
}

.tcfa-frown-open {
	--fa: "\f57a";
}

.tcfa-martini-glass {
	--fa: "\f57b";
}

.tcfa-glass-martini-alt {
	--fa: "\f57b";
}

.tcfa-earth-africa {
	--fa: "\f57c";
}

.tcfa-globe-africa {
	--fa: "\f57c";
}

.tcfa-earth-americas {
	--fa: "\f57d";
}

.tcfa-earth {
	--fa: "\f57d";
}

.tcfa-earth-america {
	--fa: "\f57d";
}

.tcfa-globe-americas {
	--fa: "\f57d";
}

.tcfa-earth-asia {
	--fa: "\f57e";
}

.tcfa-globe-asia {
	--fa: "\f57e";
}

.tcfa-face-grimace {
	--fa: "\f57f";
}

.tcfa-grimace {
	--fa: "\f57f";
}

.tcfa-face-grin {
	--fa: "\f580";
}

.tcfa-grin {
	--fa: "\f580";
}

.tcfa-face-grin-wide {
	--fa: "\f581";
}

.tcfa-grin-alt {
	--fa: "\f581";
}

.tcfa-face-grin-beam {
	--fa: "\f582";
}

.tcfa-grin-beam {
	--fa: "\f582";
}

.tcfa-face-grin-beam-sweat {
	--fa: "\f583";
}

.tcfa-grin-beam-sweat {
	--fa: "\f583";
}

.tcfa-face-grin-hearts {
	--fa: "\f584";
}

.tcfa-grin-hearts {
	--fa: "\f584";
}

.tcfa-face-grin-squint {
	--fa: "\f585";
}

.tcfa-grin-squint {
	--fa: "\f585";
}

.tcfa-face-grin-squint-tears {
	--fa: "\f586";
}

.tcfa-grin-squint-tears {
	--fa: "\f586";
}

.tcfa-face-grin-stars {
	--fa: "\f587";
}

.tcfa-grin-stars {
	--fa: "\f587";
}

.tcfa-face-grin-tears {
	--fa: "\f588";
}

.tcfa-grin-tears {
	--fa: "\f588";
}

.tcfa-face-grin-tongue {
	--fa: "\f589";
}

.tcfa-grin-tongue {
	--fa: "\f589";
}

.tcfa-face-grin-tongue-squint {
	--fa: "\f58a";
}

.tcfa-grin-tongue-squint {
	--fa: "\f58a";
}

.tcfa-face-grin-tongue-wink {
	--fa: "\f58b";
}

.tcfa-grin-tongue-wink {
	--fa: "\f58b";
}

.tcfa-face-grin-wink {
	--fa: "\f58c";
}

.tcfa-grin-wink {
	--fa: "\f58c";
}

.tcfa-grip {
	--fa: "\f58d";
}

.tcfa-grid-horizontal {
	--fa: "\f58d";
}

.tcfa-grip-horizontal {
	--fa: "\f58d";
}

.tcfa-grip-vertical {
	--fa: "\f58e";
}

.tcfa-grid-vertical {
	--fa: "\f58e";
}

.tcfa-headset {
	--fa: "\f590";
}

.tcfa-highlighter {
	--fa: "\f591";
}

.tcfa-hot-tub-person {
	--fa: "\f593";
}

.tcfa-hot-tub {
	--fa: "\f593";
}

.tcfa-hotel {
	--fa: "\f594";
}

.tcfa-joint {
	--fa: "\f595";
}

.tcfa-face-kiss {
	--fa: "\f596";
}

.tcfa-kiss {
	--fa: "\f596";
}

.tcfa-face-kiss-beam {
	--fa: "\f597";
}

.tcfa-kiss-beam {
	--fa: "\f597";
}

.tcfa-face-kiss-wink-heart {
	--fa: "\f598";
}

.tcfa-kiss-wink-heart {
	--fa: "\f598";
}

.tcfa-face-laugh {
	--fa: "\f599";
}

.tcfa-laugh {
	--fa: "\f599";
}

.tcfa-face-laugh-beam {
	--fa: "\f59a";
}

.tcfa-laugh-beam {
	--fa: "\f59a";
}

.tcfa-face-laugh-squint {
	--fa: "\f59b";
}

.tcfa-laugh-squint {
	--fa: "\f59b";
}

.tcfa-face-laugh-wink {
	--fa: "\f59c";
}

.tcfa-laugh-wink {
	--fa: "\f59c";
}

.tcfa-cart-flatbed-suitcase {
	--fa: "\f59d";
}

.tcfa-luggage-cart {
	--fa: "\f59d";
}

.tcfa-map-location {
	--fa: "\f59f";
}

.tcfa-map-marked {
	--fa: "\f59f";
}

.tcfa-map-location-dot {
	--fa: "\f5a0";
}

.tcfa-map-marked-alt {
	--fa: "\f5a0";
}

.tcfa-marker {
	--fa: "\f5a1";
}

.tcfa-medal {
	--fa: "\f5a2";
}

.tcfa-face-meh-blank {
	--fa: "\f5a4";
}

.tcfa-meh-blank {
	--fa: "\f5a4";
}

.tcfa-face-rolling-eyes {
	--fa: "\f5a5";
}

.tcfa-meh-rolling-eyes {
	--fa: "\f5a5";
}

.tcfa-monument {
	--fa: "\f5a6";
}

.tcfa-mortar-pestle {
	--fa: "\f5a7";
}

.tcfa-paint-roller {
	--fa: "\f5aa";
}

.tcfa-passport {
	--fa: "\f5ab";
}

.tcfa-pen-fancy {
	--fa: "\f5ac";
}

.tcfa-pen-nib {
	--fa: "\f5ad";
}

.tcfa-pen-ruler {
	--fa: "\f5ae";
}

.tcfa-pencil-ruler {
	--fa: "\f5ae";
}

.tcfa-plane-arrival {
	--fa: "\f5af";
}

.tcfa-plane-departure {
	--fa: "\f5b0";
}

.tcfa-prescription {
	--fa: "\f5b1";
}

.tcfa-face-sad-cry {
	--fa: "\f5b3";
}

.tcfa-sad-cry {
	--fa: "\f5b3";
}

.tcfa-face-sad-tear {
	--fa: "\f5b4";
}

.tcfa-sad-tear {
	--fa: "\f5b4";
}

.tcfa-van-shuttle {
	--fa: "\f5b6";
}

.tcfa-shuttle-van {
	--fa: "\f5b6";
}

.tcfa-signature {
	--fa: "\f5b7";
}

.tcfa-face-smile-beam {
	--fa: "\f5b8";
}

.tcfa-smile-beam {
	--fa: "\f5b8";
}

.tcfa-solar-panel {
	--fa: "\f5ba";
}

.tcfa-spa {
	--fa: "\f5bb";
}

.tcfa-splotch {
	--fa: "\f5bc";
}

.tcfa-spray-can {
	--fa: "\f5bd";
}

.tcfa-stamp {
	--fa: "\f5bf";
}

.tcfa-star-half-stroke {
	--fa: "\f5c0";
}

.tcfa-star-half-alt {
	--fa: "\f5c0";
}

.tcfa-suitcase-rolling {
	--fa: "\f5c1";
}

.tcfa-face-surprise {
	--fa: "\f5c2";
}

.tcfa-surprise {
	--fa: "\f5c2";
}

.tcfa-swatchbook {
	--fa: "\f5c3";
}

.tcfa-person-swimming {
	--fa: "\f5c4";
}

.tcfa-swimmer {
	--fa: "\f5c4";
}

.tcfa-water-ladder {
	--fa: "\f5c5";
}

.tcfa-ladder-water {
	--fa: "\f5c5";
}

.tcfa-swimming-pool {
	--fa: "\f5c5";
}

.tcfa-droplet-slash {
	--fa: "\f5c7";
}

.tcfa-tint-slash {
	--fa: "\f5c7";
}

.tcfa-face-tired {
	--fa: "\f5c8";
}

.tcfa-tired {
	--fa: "\f5c8";
}

.tcfa-tooth {
	--fa: "\f5c9";
}

.tcfa-umbrella-beach {
	--fa: "\f5ca";
}

.tcfa-weight-hanging {
	--fa: "\f5cd";
}

.tcfa-wine-glass-empty {
	--fa: "\f5ce";
}

.tcfa-wine-glass-alt {
	--fa: "\f5ce";
}

.tcfa-spray-can-sparkles {
	--fa: "\f5d0";
}

.tcfa-air-freshener {
	--fa: "\f5d0";
}

.tcfa-apple-whole {
	--fa: "\f5d1";
}

.tcfa-apple-alt {
	--fa: "\f5d1";
}

.tcfa-atom {
	--fa: "\f5d2";
}

.tcfa-bone {
	--fa: "\f5d7";
}

.tcfa-book-open-reader {
	--fa: "\f5da";
}

.tcfa-book-reader {
	--fa: "\f5da";
}

.tcfa-brain {
	--fa: "\f5dc";
}

.tcfa-car-rear {
	--fa: "\f5de";
}

.tcfa-car-alt {
	--fa: "\f5de";
}

.tcfa-car-battery {
	--fa: "\f5df";
}

.tcfa-battery-car {
	--fa: "\f5df";
}

.tcfa-car-burst {
	--fa: "\f5e1";
}

.tcfa-car-crash {
	--fa: "\f5e1";
}

.tcfa-car-side {
	--fa: "\f5e4";
}

.tcfa-charging-station {
	--fa: "\f5e7";
}

.tcfa-diamond-turn-right {
	--fa: "\f5eb";
}

.tcfa-directions {
	--fa: "\f5eb";
}

.tcfa-draw-polygon {
	--fa: "\f5ee";
}

.tcfa-vector-polygon {
	--fa: "\f5ee";
}

.tcfa-laptop-code {
	--fa: "\f5fc";
}

.tcfa-layer-group {
	--fa: "\f5fd";
}

.tcfa-location-crosshairs {
	--fa: "\f601";
}

.tcfa-location {
	--fa: "\f601";
}

.tcfa-lungs {
	--fa: "\f604";
}

.tcfa-microscope {
	--fa: "\f610";
}

.tcfa-oil-can {
	--fa: "\f613";
}

.tcfa-poop {
	--fa: "\f619";
}

.tcfa-shapes {
	--fa: "\f61f";
}

.tcfa-triangle-circle-square {
	--fa: "\f61f";
}

.tcfa-star-of-life {
	--fa: "\f621";
}

.tcfa-gauge {
	--fa: "\f624";
}

.tcfa-dashboard {
	--fa: "\f624";
}

.tcfa-gauge-med {
	--fa: "\f624";
}

.tcfa-tachometer-alt-average {
	--fa: "\f624";
}

.tcfa-gauge-high {
	--fa: "\f625";
}

.tcfa-tachometer-alt {
	--fa: "\f625";
}

.tcfa-tachometer-alt-fast {
	--fa: "\f625";
}

.tcfa-gauge-simple {
	--fa: "\f629";
}

.tcfa-gauge-simple-med {
	--fa: "\f629";
}

.tcfa-tachometer-average {
	--fa: "\f629";
}

.tcfa-gauge-simple-high {
	--fa: "\f62a";
}

.tcfa-tachometer {
	--fa: "\f62a";
}

.tcfa-tachometer-fast {
	--fa: "\f62a";
}

.tcfa-teeth {
	--fa: "\f62e";
}

.tcfa-teeth-open {
	--fa: "\f62f";
}

.tcfa-masks-theater {
	--fa: "\f630";
}

.tcfa-theater-masks {
	--fa: "\f630";
}

.tcfa-traffic-light {
	--fa: "\f637";
}

.tcfa-truck-monster {
	--fa: "\f63b";
}

.tcfa-truck-pickup {
	--fa: "\f63c";
}

.tcfa-rectangle-ad {
	--fa: "\f641";
}

.tcfa-ad {
	--fa: "\f641";
}

.tcfa-ankh {
	--fa: "\f644";
}

.tcfa-book-bible {
	--fa: "\f647";
}

.tcfa-bible {
	--fa: "\f647";
}

.tcfa-business-time {
	--fa: "\f64a";
}

.tcfa-briefcase-clock {
	--fa: "\f64a";
}

.tcfa-city {
	--fa: "\f64f";
}

.tcfa-comment-dollar {
	--fa: "\f651";
}

.tcfa-comments-dollar {
	--fa: "\f653";
}

.tcfa-cross {
	--fa: "\f654";
}

.tcfa-dharmachakra {
	--fa: "\f655";
}

.tcfa-envelope-open-text {
	--fa: "\f658";
}

.tcfa-folder-minus {
	--fa: "\f65d";
}

.tcfa-folder-plus {
	--fa: "\f65e";
}

.tcfa-filter-circle-dollar {
	--fa: "\f662";
}

.tcfa-funnel-dollar {
	--fa: "\f662";
}

.tcfa-gopuram {
	--fa: "\f664";
}

.tcfa-hamsa {
	--fa: "\f665";
}

.tcfa-bahai {
	--fa: "\f666";
}

.tcfa-haykal {
	--fa: "\f666";
}

.tcfa-jedi {
	--fa: "\f669";
}

.tcfa-book-journal-whills {
	--fa: "\f66a";
}

.tcfa-journal-whills {
	--fa: "\f66a";
}

.tcfa-kaaba {
	--fa: "\f66b";
}

.tcfa-khanda {
	--fa: "\f66d";
}

.tcfa-landmark {
	--fa: "\f66f";
}

.tcfa-envelopes-bulk {
	--fa: "\f674";
}

.tcfa-mail-bulk {
	--fa: "\f674";
}

.tcfa-menorah {
	--fa: "\f676";
}

.tcfa-mosque {
	--fa: "\f678";
}

.tcfa-om {
	--fa: "\f679";
}

.tcfa-spaghetti-monster-flying {
	--fa: "\f67b";
}

.tcfa-pastafarianism {
	--fa: "\f67b";
}

.tcfa-peace {
	--fa: "\f67c";
}

.tcfa-place-of-worship {
	--fa: "\f67f";
}

.tcfa-square-poll-vertical {
	--fa: "\f681";
}

.tcfa-poll {
	--fa: "\f681";
}

.tcfa-square-poll-horizontal {
	--fa: "\f682";
}

.tcfa-poll-h {
	--fa: "\f682";
}

.tcfa-person-praying {
	--fa: "\f683";
}

.tcfa-pray {
	--fa: "\f683";
}

.tcfa-hands-praying {
	--fa: "\f684";
}

.tcfa-praying-hands {
	--fa: "\f684";
}

.tcfa-book-quran {
	--fa: "\f687";
}

.tcfa-quran {
	--fa: "\f687";
}

.tcfa-magnifying-glass-dollar {
	--fa: "\f688";
}

.tcfa-search-dollar {
	--fa: "\f688";
}

.tcfa-magnifying-glass-location {
	--fa: "\f689";
}

.tcfa-search-location {
	--fa: "\f689";
}

.tcfa-socks {
	--fa: "\f696";
}

.tcfa-square-root-variable {
	--fa: "\f698";
}

.tcfa-square-root-alt {
	--fa: "\f698";
}

.tcfa-star-and-crescent {
	--fa: "\f699";
}

.tcfa-star-of-david {
	--fa: "\f69a";
}

.tcfa-synagogue {
	--fa: "\f69b";
}

.tcfa-scroll-torah {
	--fa: "\f6a0";
}

.tcfa-torah {
	--fa: "\f6a0";
}

.tcfa-torii-gate {
	--fa: "\f6a1";
}

.tcfa-vihara {
	--fa: "\f6a7";
}

.tcfa-volume-xmark {
	--fa: "\f6a9";
}

.tcfa-volume-mute {
	--fa: "\f6a9";
}

.tcfa-volume-times {
	--fa: "\f6a9";
}

.tcfa-yin-yang {
	--fa: "\f6ad";
}

.tcfa-blender-phone {
	--fa: "\f6b6";
}

.tcfa-book-skull {
	--fa: "\f6b7";
}

.tcfa-book-dead {
	--fa: "\f6b7";
}

.tcfa-campground {
	--fa: "\f6bb";
}

.tcfa-cat {
	--fa: "\f6be";
}

.tcfa-chair {
	--fa: "\f6c0";
}

.tcfa-cloud-moon {
	--fa: "\f6c3";
}

.tcfa-cloud-sun {
	--fa: "\f6c4";
}

.tcfa-cow {
	--fa: "\f6c8";
}

.tcfa-dice-d20 {
	--fa: "\f6cf";
}

.tcfa-dice-d6 {
	--fa: "\f6d1";
}

.tcfa-dog {
	--fa: "\f6d3";
}

.tcfa-dragon {
	--fa: "\f6d5";
}

.tcfa-drumstick-bite {
	--fa: "\f6d7";
}

.tcfa-dungeon {
	--fa: "\f6d9";
}

.tcfa-file-csv {
	--fa: "\f6dd";
}

.tcfa-hand-fist {
	--fa: "\f6de";
}

.tcfa-fist-raised {
	--fa: "\f6de";
}

.tcfa-ghost {
	--fa: "\f6e2";
}

.tcfa-hammer {
	--fa: "\f6e3";
}

.tcfa-hanukiah {
	--fa: "\f6e6";
}

.tcfa-hat-wizard {
	--fa: "\f6e8";
}

.tcfa-person-hiking {
	--fa: "\f6ec";
}

.tcfa-hiking {
	--fa: "\f6ec";
}

.tcfa-hippo {
	--fa: "\f6ed";
}

.tcfa-horse {
	--fa: "\f6f0";
}

.tcfa-house-chimney-crack {
	--fa: "\f6f1";
}

.tcfa-house-damage {
	--fa: "\f6f1";
}

.tcfa-hryvnia-sign {
	--fa: "\f6f2";
}

.tcfa-hryvnia {
	--fa: "\f6f2";
}

.tcfa-mask {
	--fa: "\f6fa";
}

.tcfa-mountain {
	--fa: "\f6fc";
}

.tcfa-network-wired {
	--fa: "\f6ff";
}

.tcfa-otter {
	--fa: "\f700";
}

.tcfa-ring {
	--fa: "\f70b";
}

.tcfa-person-running {
	--fa: "\f70c";
}

.tcfa-running {
	--fa: "\f70c";
}

.tcfa-scroll {
	--fa: "\f70e";
}

.tcfa-skull-crossbones {
	--fa: "\f714";
}

.tcfa-slash {
	--fa: "\f715";
}

.tcfa-spider {
	--fa: "\f717";
}

.tcfa-toilet-paper {
	--fa: "\f71e";
}

.tcfa-toilet-paper-alt {
	--fa: "\f71e";
}

.tcfa-toilet-paper-blank {
	--fa: "\f71e";
}

.tcfa-tractor {
	--fa: "\f722";
}

.tcfa-user-injured {
	--fa: "\f728";
}

.tcfa-vr-cardboard {
	--fa: "\f729";
}

.tcfa-wand-sparkles {
	--fa: "\f72b";
}

.tcfa-wind {
	--fa: "\f72e";
}

.tcfa-wine-bottle {
	--fa: "\f72f";
}

.tcfa-cloud-meatball {
	--fa: "\f73b";
}

.tcfa-cloud-moon-rain {
	--fa: "\f73c";
}

.tcfa-cloud-rain {
	--fa: "\f73d";
}

.tcfa-cloud-showers-heavy {
	--fa: "\f740";
}

.tcfa-cloud-sun-rain {
	--fa: "\f743";
}

.tcfa-democrat {
	--fa: "\f747";
}

.tcfa-flag-usa {
	--fa: "\f74d";
}

.tcfa-hurricane {
	--fa: "\f751";
}

.tcfa-landmark-dome {
	--fa: "\f752";
}

.tcfa-landmark-alt {
	--fa: "\f752";
}

.tcfa-meteor {
	--fa: "\f753";
}

.tcfa-person-booth {
	--fa: "\f756";
}

.tcfa-poo-storm {
	--fa: "\f75a";
}

.tcfa-poo-bolt {
	--fa: "\f75a";
}

.tcfa-rainbow {
	--fa: "\f75b";
}

.tcfa-republican {
	--fa: "\f75e";
}

.tcfa-smog {
	--fa: "\f75f";
}

.tcfa-temperature-high {
	--fa: "\f769";
}

.tcfa-temperature-low {
	--fa: "\f76b";
}

.tcfa-cloud-bolt {
	--fa: "\f76c";
}

.tcfa-thunderstorm {
	--fa: "\f76c";
}

.tcfa-tornado {
	--fa: "\f76f";
}

.tcfa-volcano {
	--fa: "\f770";
}

.tcfa-check-to-slot {
	--fa: "\f772";
}

.tcfa-vote-yea {
	--fa: "\f772";
}

.tcfa-water {
	--fa: "\f773";
}

.tcfa-baby {
	--fa: "\f77c";
}

.tcfa-baby-carriage {
	--fa: "\f77d";
}

.tcfa-carriage-baby {
	--fa: "\f77d";
}

.tcfa-biohazard {
	--fa: "\f780";
}

.tcfa-blog {
	--fa: "\f781";
}

.tcfa-calendar-day {
	--fa: "\f783";
}

.tcfa-calendar-week {
	--fa: "\f784";
}

.tcfa-candy-cane {
	--fa: "\f786";
}

.tcfa-carrot {
	--fa: "\f787";
}

.tcfa-cash-register {
	--fa: "\f788";
}

.tcfa-minimize {
	--fa: "\f78c";
}

.tcfa-compress-arrows-alt {
	--fa: "\f78c";
}

.tcfa-dumpster {
	--fa: "\f793";
}

.tcfa-dumpster-fire {
	--fa: "\f794";
}

.tcfa-ethernet {
	--fa: "\f796";
}

.tcfa-gifts {
	--fa: "\f79c";
}

.tcfa-champagne-glasses {
	--fa: "\f79f";
}

.tcfa-glass-cheers {
	--fa: "\f79f";
}

.tcfa-whiskey-glass {
	--fa: "\f7a0";
}

.tcfa-glass-whiskey {
	--fa: "\f7a0";
}

.tcfa-earth-europe {
	--fa: "\f7a2";
}

.tcfa-globe-europe {
	--fa: "\f7a2";
}

.tcfa-grip-lines {
	--fa: "\f7a4";
}

.tcfa-grip-lines-vertical {
	--fa: "\f7a5";
}

.tcfa-guitar {
	--fa: "\f7a6";
}

.tcfa-heart-crack {
	--fa: "\f7a9";
}

.tcfa-heart-broken {
	--fa: "\f7a9";
}

.tcfa-holly-berry {
	--fa: "\f7aa";
}

.tcfa-horse-head {
	--fa: "\f7ab";
}

.tcfa-icicles {
	--fa: "\f7ad";
}

.tcfa-igloo {
	--fa: "\f7ae";
}

.tcfa-mitten {
	--fa: "\f7b5";
}

.tcfa-mug-hot {
	--fa: "\f7b6";
}

.tcfa-radiation {
	--fa: "\f7b9";
}

.tcfa-circle-radiation {
	--fa: "\f7ba";
}

.tcfa-radiation-alt {
	--fa: "\f7ba";
}

.tcfa-restroom {
	--fa: "\f7bd";
}

.tcfa-satellite {
	--fa: "\f7bf";
}

.tcfa-satellite-dish {
	--fa: "\f7c0";
}

.tcfa-sd-card {
	--fa: "\f7c2";
}

.tcfa-sim-card {
	--fa: "\f7c4";
}

.tcfa-person-skating {
	--fa: "\f7c5";
}

.tcfa-skating {
	--fa: "\f7c5";
}

.tcfa-person-skiing {
	--fa: "\f7c9";
}

.tcfa-skiing {
	--fa: "\f7c9";
}

.tcfa-person-skiing-nordic {
	--fa: "\f7ca";
}

.tcfa-skiing-nordic {
	--fa: "\f7ca";
}

.tcfa-sleigh {
	--fa: "\f7cc";
}

.tcfa-comment-sms {
	--fa: "\f7cd";
}

.tcfa-sms {
	--fa: "\f7cd";
}

.tcfa-person-snowboarding {
	--fa: "\f7ce";
}

.tcfa-snowboarding {
	--fa: "\f7ce";
}

.tcfa-snowman {
	--fa: "\f7d0";
}

.tcfa-snowplow {
	--fa: "\f7d2";
}

.tcfa-tenge-sign {
	--fa: "\f7d7";
}

.tcfa-tenge {
	--fa: "\f7d7";
}

.tcfa-toilet {
	--fa: "\f7d8";
}

.tcfa-screwdriver-wrench {
	--fa: "\f7d9";
}

.tcfa-tools {
	--fa: "\f7d9";
}

.tcfa-cable-car {
	--fa: "\f7da";
}

.tcfa-tram {
	--fa: "\f7da";
}

.tcfa-fire-flame-curved {
	--fa: "\f7e4";
}

.tcfa-fire-alt {
	--fa: "\f7e4";
}

.tcfa-bacon {
	--fa: "\f7e5";
}

.tcfa-book-medical {
	--fa: "\f7e6";
}

.tcfa-bread-slice {
	--fa: "\f7ec";
}

.tcfa-cheese {
	--fa: "\f7ef";
}

.tcfa-house-chimney-medical {
	--fa: "\f7f2";
}

.tcfa-clinic-medical {
	--fa: "\f7f2";
}

.tcfa-clipboard-user {
	--fa: "\f7f3";
}

.tcfa-comment-medical {
	--fa: "\f7f5";
}

.tcfa-crutch {
	--fa: "\f7f7";
}

.tcfa-disease {
	--fa: "\f7fa";
}

.tcfa-egg {
	--fa: "\f7fb";
}

.tcfa-folder-tree {
	--fa: "\f802";
}

.tcfa-burger {
	--fa: "\f805";
}

.tcfa-hamburger {
	--fa: "\f805";
}

.tcfa-hand-middle-finger {
	--fa: "\f806";
}

.tcfa-helmet-safety {
	--fa: "\f807";
}

.tcfa-hard-hat {
	--fa: "\f807";
}

.tcfa-hat-hard {
	--fa: "\f807";
}

.tcfa-hospital-user {
	--fa: "\f80d";
}

.tcfa-hotdog {
	--fa: "\f80f";
}

.tcfa-ice-cream {
	--fa: "\f810";
}

.tcfa-laptop-medical {
	--fa: "\f812";
}

.tcfa-pager {
	--fa: "\f815";
}

.tcfa-pepper-hot {
	--fa: "\f816";
}

.tcfa-pizza-slice {
	--fa: "\f818";
}

.tcfa-sack-dollar {
	--fa: "\f81d";
}

.tcfa-book-tanakh {
	--fa: "\f827";
}

.tcfa-tanakh {
	--fa: "\f827";
}

.tcfa-bars-progress {
	--fa: "\f828";
}

.tcfa-tasks-alt {
	--fa: "\f828";
}

.tcfa-trash-arrow-up {
	--fa: "\f829";
}

.tcfa-trash-restore {
	--fa: "\f829";
}

.tcfa-trash-can-arrow-up {
	--fa: "\f82a";
}

.tcfa-trash-restore-alt {
	--fa: "\f82a";
}

.tcfa-user-nurse {
	--fa: "\f82f";
}

.tcfa-wave-square {
	--fa: "\f83e";
}

.tcfa-person-biking {
	--fa: "\f84a";
}

.tcfa-biking {
	--fa: "\f84a";
}

.tcfa-border-all {
	--fa: "\f84c";
}

.tcfa-border-none {
	--fa: "\f850";
}

.tcfa-border-top-left {
	--fa: "\f853";
}

.tcfa-border-style {
	--fa: "\f853";
}

.tcfa-person-digging {
	--fa: "\f85e";
}

.tcfa-digging {
	--fa: "\f85e";
}

.tcfa-fan {
	--fa: "\f863";
}

.tcfa-icons {
	--fa: "\f86d";
}

.tcfa-heart-music-camera-bolt {
	--fa: "\f86d";
}

.tcfa-phone-flip {
	--fa: "\f879";
}

.tcfa-phone-alt {
	--fa: "\f879";
}

.tcfa-square-phone-flip {
	--fa: "\f87b";
}

.tcfa-phone-square-alt {
	--fa: "\f87b";
}

.tcfa-photo-film {
	--fa: "\f87c";
}

.tcfa-photo-video {
	--fa: "\f87c";
}

.tcfa-text-slash {
	--fa: "\f87d";
}

.tcfa-remove-format {
	--fa: "\f87d";
}

.tcfa-arrow-down-z-a {
	--fa: "\f881";
}

.tcfa-sort-alpha-desc {
	--fa: "\f881";
}

.tcfa-sort-alpha-down-alt {
	--fa: "\f881";
}

.tcfa-arrow-up-z-a {
	--fa: "\f882";
}

.tcfa-sort-alpha-up-alt {
	--fa: "\f882";
}

.tcfa-arrow-down-short-wide {
	--fa: "\f884";
}

.tcfa-sort-amount-desc {
	--fa: "\f884";
}

.tcfa-sort-amount-down-alt {
	--fa: "\f884";
}

.tcfa-arrow-up-short-wide {
	--fa: "\f885";
}

.tcfa-sort-amount-up-alt {
	--fa: "\f885";
}

.tcfa-arrow-down-9-1 {
	--fa: "\f886";
}

.tcfa-sort-numeric-desc {
	--fa: "\f886";
}

.tcfa-sort-numeric-down-alt {
	--fa: "\f886";
}

.tcfa-arrow-up-9-1 {
	--fa: "\f887";
}

.tcfa-sort-numeric-up-alt {
	--fa: "\f887";
}

.tcfa-spell-check {
	--fa: "\f891";
}

.tcfa-voicemail {
	--fa: "\f897";
}

.tcfa-hat-cowboy {
	--fa: "\f8c0";
}

.tcfa-hat-cowboy-side {
	--fa: "\f8c1";
}

.tcfa-computer-mouse {
	--fa: "\f8cc";
}

.tcfa-mouse {
	--fa: "\f8cc";
}

.tcfa-radio {
	--fa: "\f8d7";
}

.tcfa-record-vinyl {
	--fa: "\f8d9";
}

.tcfa-walkie-talkie {
	--fa: "\f8ef";
}

.tcfa-caravan {
	--fa: "\f8ff";
}

:root,
:host {
	--fa-family-classic: "Font Awesome 7 Free";
	--fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
	--fa-font-solid: normal 900 1em/1 var(--fa-family-classic);

	/* deprecated: this older custom property will be removed next major release */
	--fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
	font-family: "Font Awesome 7 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../webfonts/fa-regular-400.woff2);
}

.tcfar {
	--fa-family: var(--fa-family-classic);
	--fa-style: 400;
}

.tcfa-classic {
	--fa-family: var(--fa-family-classic);
}

.tcfa-regular {
	--fa-style: 400;
}

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

.tcfas {
	--fa-family: var(--fa-family-classic);
	--fa-style: 900;
}

.tcfa-solid {
	--fa-style: 900;
}
