								
					form#stickyelements-form input::-moz-placeholder{
						color: #4F4F4F;
					} 
					form#stickyelements-form input::-ms-input-placeholder{
						color: #4F4F4F					} 
					form#stickyelements-form input::-webkit-input-placeholder{
						color: #4F4F4F					}
					form#stickyelements-form input::placeholder{
						color: #4F4F4F					}
					form#stickyelements-form textarea::placeholder {
						color: #4F4F4F					}
					form#stickyelements-form textarea::-moz-placeholder {
						color: #4F4F4F					}					
			
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
@media screen{/*!
 * 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")) !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	display: var(--fa-display, inline-block);
	font-family: var(--_fa-family) !important;
	-webkit-font-feature-settings: normal !important;
	font-feature-settings: normal !important;
	font-style: normal !important;
	font-synthesis: none !important;
	font-variant: normal !important;
	font-weight: var(--fa-style, 900) !important;
	line-height: 1;
	text-align: center;
	text-rendering: auto !important;
	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:swap;
	src: url(/wp-content/plugins/woocommerce-tm-extra-product-options/assets/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:swap;
	src: url(/wp-content/plugins/woocommerce-tm-extra-product-options/assets/webfonts/fa-solid-900.woff2);
 }

.tcfas {
	--fa-family: var(--fa-family-classic);
	--fa-style: 900;
}

.tcfa-solid {
	--fa-style: 900;
}

}/*!
 * CCS3 animations
 */

.tm-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.tm-animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadein {
	-webkit-animation-name: fadein;
	animation-name: fadein;
}

@-webkit-keyframes fadeout {

	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeout {

	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeout {
	-webkit-animation-name: fadeout;
	animation-name: fadeout;
}

@-webkit-keyframes fadeoutdown {

	from {
		opacity: 1;
	}

	to {
		opacity: 0;

		-webkit-transform: translate3d(0, 100%, 0);

		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeoutdown {

	from {
		opacity: 1;
	}

	to {
		opacity: 0;

		-webkit-transform: translate3d(0, 100%, 0);

		transform: translate3d(0, 100%, 0);
	}
}

.fadeoutdown {

	-webkit-animation-name: fadeoutdown;

	animation-name: fadeoutdown;
}
/* stylelint-disable no-descending-specificity */
/* stylelint-disable selector-class-pattern */

/**
 * This file contains the styling for the plugin.
 *
 * Please do not make alterations to this file as you
 * will loose them when updating the plugin.
 *
 * This file contents are outlined below.
 *
 * 1. Grid system
 * 2. Containers
 * 3. Elements
 * 4. Floatbox
 * 5. Floating totals box
 * 6. Validation errors
 * 7. Lightbox
 * 8. Datepicker and Timepicker
 * 9. Checkbox and Radio button
 * 10. Checkbox and Radio button custom styles
 * 11. Checkbox and Radio button swatches
 * 12. Product element
 * 13. Tooltip
 * 14. Cart and Order styles
 * 15. Various styles
 * 16. Theme fixes
 *
 * @package Extra Product Options/CSS
 * @version 6.0
 */

/* 1. Grid system */

:root {
	--tcgaprow: 15px;
	--tcgapcolumn: 15px;
	--tcinnergaprow: calc(var(--tcgaprow) / 2);
	--tcinnergapcolumn: calc(var(--tcgapcolumn) / 2);
	--tcgap: var(--tcgaprow) var(--tcgapcolumn);
	--tcinnergap: var(--tcinnergaprow) var(--tcinnergapcolumn);
	--tcinlinesize: 3em;
	--flex-items: 1;
	--swatch-border-radius: 0;
	--swatch-border-color: transparent;
	--swatch-active-border-color: inherit;
	--text-swatch-border-color: inherit;
	--text-swatch-border-width: 2px;
	--text-swatch-active-border-width: 2px;
	--swatch-border-width: 2px;
	--swatch-active-border-width: 2px;
	--tooltip-background-color: rgba(0, 0, 0, 0.7);
	--tooltip-border-color: rgba(0, 0, 0, 0.5);
	--tooltip-color: #fff;
	--tooltip-backdrop-blur: blur(8px);
}

.tm-extra-product-options .tc-container,
.tc-container {
	display: block;
	width: 100%;
	padding: 0 var(--tcgapcolumn);
	margin: 0;
}

.tm-extra-product-options .tc-row,
.tc-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0;
	gap: var(--tcgap);
}

.tm-extra-product-options .tc-element-inner-wrap .tc-row {
	gap: var(--tcinnergap);
}

.tc-row > *,
.tmcp-field-wrap-inner > *,
.tc-label-wrap > *,
.tm-epo-element-label > * {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.tc-section-inner-wrap > .tc-row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tm-extra-product-options .tc-cell,
.tc-extra-product-options .tmcp-field-wrap label.tc-cell,
.tc-cell {
	position: relative;
	padding: 0;
	min-height: 1px;
	overflow: visible;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.tm-extra-product-options .cpf-type-dynamic .tc-cell,
.tc-extra-product-options .cpf-type-dynamic .tmcp-field-wrap label.tc-cell,
.cpf-type-dynamic .tc-cell,
.cpf-type-dynamic.tc-cell {
	min-height: 0;
}


.cpf-section.tc-cell {
	margin: 0;
}

.cpf-section.section-disabled {
	display: none;
}

.tc-container.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.nomargin .tc-cell {
	margin: 0;
}

.tc-row .cpf-section.tc-row {
	margin: 0;
}

.tm-extra-product-options .tc-row.tc-col-12,
.tm-extra-product-options .tc-row.tc-col-12 .tc-row.tc-col-12 {
	margin: 0 -1em;
	min-width: 100% !important;
	max-width: 100%;
	overflow: visible;
	position: relative;
}

.tm-extra-product-options .tc-col,
.tm-extra-product-options .tc-cell.tc-col,
.tc-cell.tc-col,
.tc-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	max-width: 100%;
}

.tm-extra-product-options .tc-col-auto,
.tm-extra-product-options .tc-cell.tc-col-auto,
.tc-cell.tc-col-auto,
.tc-col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.tm-extra-product-options .tc-col-0,
.tm-extra-product-options .tc-cell.tc-col-0,
.tc-cell.tc-col-0,
.tc-col-0 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0%;
	flex: 0 0 0%;
	max-width: 0%;
}

.tm-extra-product-options .tc-col-1,
.tm-extra-product-options .tc-cell.tc-col-1,
.tc-cell.tc-col-1,
.tc-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3334%;
	flex: 0 0 8.3334%;
	max-width: 8.3334%;
}

.tm-extra-product-options .tc-col-1-5,
.tm-extra-product-options .tc-cell.tc-col-1-5,
.tc-cell.tc-col-1-5,
.tc-col-1-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.tm-extra-product-options .tc-col-2,
.tm-extra-product-options .tc-cell.tc-col-2,
.tc-cell.tc-col-2,
.tc-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6667%;
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
}

.tm-extra-product-options .tc-col-2-5,
.tm-extra-product-options .tc-cell.tc-col-2-5,
.tc-cell.tc-col-2-5,
.tc-col-2-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.tm-extra-product-options .tc-col-3,
.tm-extra-product-options .tc-cell.tc-col-3,
.tc-cell.tc-col-3,
.tc-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.tm-extra-product-options .tc-col-4,
.tm-extra-product-options .tc-cell.tc-col-4,
.tc-cell.tc-col-4,
.tc-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3334%;
	flex: 0 0 33.3334%;
	max-width: 33.3334%;
}

.tm-extra-product-options .tc-col-4-5,
.tm-extra-product-options .tc-cell.tc-col-4-5,
.tc-cell.tc-col-4-5,
.tc-col-4-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
}

.tm-extra-product-options .tc-col-5,
.tm-extra-product-options .tc-cell.tc-col-5,
.tc-cell.tc-col-5,
.tc-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6667%;
	flex: 0 0 41.6667%;
	max-width: 41.6667%;
}

.tm-extra-product-options .tc-col-6,
.tm-extra-product-options .tc-cell.tc-col-6,
.tc-cell.tc-col-6,
.tc-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.tm-extra-product-options .tc-col-7,
.tm-extra-product-options .tc-cell.tc-col-7,
.tc-cell.tc-col-7,
.tc-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3334%;
	flex: 0 0 58.3334%;
	max-width: 58.3334%;
}

.tm-extra-product-options .tc-col-7-5,
.tm-extra-product-options .tc-cell.tc-col-7-5,
.tc-cell.tc-col-7-5,
.tc-col-7-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}

.tm-extra-product-options .tc-col-8,
.tm-extra-product-options .tc-cell.tc-col-8,
.tc-cell.tc-col-8,
.tc-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6667%;
	flex: 0 0 66.6667%;
	max-width: 66.6667%;
}

.tm-extra-product-options .tc-col-9,
.tm-extra-product-options .tc-cell.tc-col-9,
.tc-cell.tc-col-9,
.tc-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.tm-extra-product-options .tc-col-10,
.tm-extra-product-options .tc-cell.tc-col-10,
.tc-cell.tc-col-10,
.tc-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3334%;
	flex: 0 0 83.3334%;
	max-width: 83.3334%;
}

.tm-extra-product-options .tc-col-10-5,
.tm-extra-product-options .tc-cell.tc-col-10-5,
.tc-cell.tc-col-10-5,
.tc-col-10-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%;
}

.tm-extra-product-options .tc-col-11,
.tm-extra-product-options .tc-cell.tc-col-11,
.tc-cell.tc-col-11,
.tc-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6667%;
	flex: 0 0 91.6667%;
	max-width: 91.6667%;
}

.tm-extra-product-options .tc-col-12,
.tm-extra-product-options .tc-cell.tc-col-12,
.tc-cell.tc-col-12,
.tc-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tcwidth {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--tcgapcolumn)));
	flex: 0 0 calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--tcgapcolumn)));
	max-width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--tcgapcolumn)));
}

.tcwidth-1 {
	--flex-items: 100;
}

.tcwidth-2 {
	--flex-items: 50;
}

.tcwidth-3 {
	--flex-items: calc(100 / 3);
}

.tcwidth-4 {
	--flex-items: 25;
}

.tcwidth-5 {
	--flex-items: 20;
}

.tcwidth-6 {
	--flex-items: calc(100 / 6);
}

.tcwidth-7 {
	--flex-items: calc(100 / 7);
}

.tcwidth-8 {
	--flex-items: calc(100 / 8);
}

.tcwidth-9 {
	--flex-items: calc(100 / 9);
}

.tcwidth-10 {
	--flex-items: 10;
}

.tcwidth-11 {
	--flex-items: calc(100 / 11);
}

.tcwidth-12 {
	--flex-items: calc(100 / 12);
}

.tcwidth-12-5 {
	--flex-items: calc(100 / 12.5);
}

.tcwidth-13 {
	--flex-items: calc(100 / 13);
}

.tcwidth-14 {
	--flex-items: calc(100 / 14);
}

.tcwidth-15 {
	--flex-items: calc(100 / 15);
}

.tcwidth-16 {
	--flex-items: calc(100 / 16);
}

.tcwidth-17 {
	--flex-items: calc(100 / 17);
}

.tcwidth-18 {
	--flex-items: calc(100 / 18);
}

.tcwidth-19 {
	--flex-items: calc(100 / 19);
}

.tcwidth-20 {
	--flex-items: 5;
}

.tcwidth-21 {
	--flex-items: calc(100 / 21);
}

.tcwidth-22 {
	--flex-items: calc(100 / 22);
}

.tcwidth-23 {
	--flex-items: calc(100 / 23);
}

.tcwidth-24 {
	--flex-items: calc(100 / 24);
}

.tcwidth-25 {
	--flex-items: 4;
}

.tcwidth-26 {
	--flex-items: calc(100 / 26);
}

.tcwidth-27 {
	--flex-items: calc(100 / 27);
}

.tcwidth-28 {
	--flex-items: calc(100 / 28);
}

.tcwidth-29 {
	--flex-items: calc(100 / 29);
}

.tcwidth-30 {
	--flex-items: calc(100 / 30);
}

.tcwidth-31 {
	--flex-items: calc(100 / 31);
}

.tcwidth-32 {
	--flex-items: calc(100 / 32);
}

.tcwidth-33 {
	--flex-items: calc(100 / 33);
}

.tcwidth-33-3 {
	--flex-items: calc(100 / 33.3);
}

.tcwidth-34 {
	--flex-items: calc(100 / 34);
}

.tcwidth-35 {
	--flex-items: calc(100 / 35);
}

.tcwidth-36 {
	--flex-items: calc(100 / 36);
}

.tcwidth-37 {
	--flex-items: calc(100 / 37);
}

.tcwidth-37-5 {
	--flex-items: calc(100 / 37.5);
}

.tcwidth-38 {
	--flex-items: calc(100 / 38);
}

.tcwidth-39 {
	--flex-items: calc(100 / 39);
}

.tcwidth-40 {
	--flex-items: calc(100 / 40);
}

.tcwidth-41 {
	--flex-items: calc(100 / 41);
}

.tcwidth-42 {
	--flex-items: calc(100 / 42);
}

.tcwidth-43 {
	--flex-items: calc(100 / 43);
}

.tcwidth-44 {
	--flex-items: calc(100 / 44);
}

.tcwidth-45 {
	--flex-items: calc(100 / 45);
}

.tcwidth-46 {
	--flex-items: calc(100 / 46);
}

.tcwidth-47 {
	--flex-items: calc(100 / 47);
}

.tcwidth-48 {
	--flex-items: calc(100 / 48);
}

.tcwidth-49 {
	--flex-items: calc(100 / 49);
}

.tcwidth-50 {
	--flex-items: 2;
}

.tcwidth-51 {
	--flex-items: calc(100 / 51);
}

.tcwidth-52 {
	--flex-items: calc(100 / 52);
}

.tcwidth-53 {
	--flex-items: calc(100 / 53);
}

.tcwidth-54 {
	--flex-items: calc(100 / 54);
}

.tcwidth-55 {
	--flex-items: calc(100 / 55);
}

.tcwidth-56 {
	--flex-items: calc(100 / 56);
}

.tcwidth-57 {
	--flex-items: calc(100 / 57);
}

.tcwidth-58 {
	--flex-items: calc(100 / 58);
}

.tcwidth-59 {
	--flex-items: calc(100 / 59);
}

.tcwidth-60 {
	--flex-items: calc(100 / 60);
}

.tcwidth-61 {
	--flex-items: calc(100 / 61);
}

.tcwidth-62 {
	--flex-items: calc(100 / 62);
}

.tcwidth-62-5 {
	--flex-items: calc(100 / 62.5);
}

.tcwidth-63 {
	--flex-items: calc(100 / 63);
}

.tcwidth-64 {
	--flex-items: calc(100 / 64);
}

.tcwidth-65 {
	--flex-items: calc(100 / 65);
}

.tcwidth-66 {
	--flex-items: calc(100 / 66);
}

.tcwidth-67 {
	--flex-items: calc(100 / 67);
}

.tcwidth-68 {
	--flex-items: calc(100 / 68);
}

.tcwidth-69 {
	--flex-items: calc(100 / 69);
}

.tcwidth-70 {
	--flex-items: calc(100 / 70);
}

.tcwidth-71 {
	--flex-items: calc(100 / 71);
}

.tcwidth-72 {
	--flex-items: calc(100 / 72);
}

.tcwidth-73 {
	--flex-items: calc(100 / 73);
}

.tcwidth-74 {
	--flex-items: calc(100 / 74);
}

.tcwidth-75 {
	--flex-items: calc(100 / 75);
}

.tcwidth-76 {
	--flex-items: calc(100 / 76);
}

.tcwidth-77 {
	--flex-items: calc(100 / 77);
}

.tcwidth-78 {
	--flex-items: calc(100 / 78);
}

.tcwidth-79 {
	--flex-items: calc(100 / 79);
}

.tcwidth-80 {
	--flex-items: calc(100 / 80);
}

.tcwidth-81 {
	--flex-items: calc(100 / 81);
}

.tcwidth-82 {
	--flex-items: calc(100 / 82);
}

.tcwidth-83 {
	--flex-items: calc(100 / 83);
}

.tcwidth-84 {
	--flex-items: calc(100 / 84);
}

.tcwidth-85 {
	--flex-items: calc(100 / 85);
}

.tcwidth-86 {
	--flex-items: calc(100 / 86);
}

.tcwidth-87 {
	--flex-items: calc(100 / 87);
}

.tcwidth-87-5 {
	--flex-items: calc(100 / 37.5);
}

.tcwidth-88 {
	--flex-items: calc(100 / 88);
}

.tcwidth-89 {
	--flex-items: calc(100 / 89);
}

.tcwidth-90 {
	--flex-items: calc(100 / 90);
}

.tcwidth-91 {
	--flex-items: calc(100 / 91);
}

.tcwidth-92 {
	--flex-items: calc(100 / 92);
}

.tcwidth-93 {
	--flex-items: calc(100 / 93);
}

.tcwidth-94 {
	--flex-items: calc(100 / 94);
}

.tcwidth-95 {
	--flex-items: calc(100 / 95);
}

.tcwidth-96 {
	--flex-items: calc(100 / 96);
}

.tcwidth-97 {
	--flex-items: calc(100 / 97);
}

.tcwidth-98 {
	--flex-items: calc(100 / 98);
}

.tcwidth-99 {
	--flex-items: calc(100 / 99);
}

.tcwidth-100 {
	--flex-items: 1;
}

/* 2. Containers */

.tc-extra-product-options {
	visibility: hidden;
}

.tc-extra-product-options.tc-show,
.tc-extra-product-options.tc-show-override {
	display: block;
	clear: both;
	visibility: visible;
}

.tc-extra-product-options.tc-show-hidden {
	display: block;
	clear: both;
	visibility: hidden !important;
}

.tm-extra-product-options,
.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tc-element-container,
.tm-extra-product-options .tmcp-ul-wrap,
.tm-extra-product-options .tmcp-field,
.tm-extra-product-options .tm-epo-field,
.tm-extra-product-options li.tmcp-field-wrap,
.tm-extra-product-options .tmcp-field-wrap-inner,
.tm-extra-product-options .tc-cell,
.tm-extra-product-options .tc-row,
.tm-collapse,
.tm-collapse-wrap,
.tc-epo-label,
.tm-show-picker-value,
.tm-bsbb,
.tm-bsbb-all,
.tm-bsbb-all *,
.tc-container,
.tc-row,
.tc-cell,
.tm-box,
.flasho,
.flasho div,
.tm-button,
.tm-epo-style,
.tc-lightbox img,
.tm-extra-product-options .tc-image {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tm-extra-product-options {
	max-width: 100%;
	width: 100%;
}

.tm-extra-product-options .tmcp-ul-wrap {
	overflow: visible;
	max-width: 100%;
	width: 100%;
	margin-bottom: 0;
}

.tm-extra-product-options .tc-element-container {
	overflow: visible;
	margin-bottom: 0;
}

.tm-extra-product-options .tm-extra-product-options-fields,
.tm-extra-product-options .tmcp-ul-wrap {
	clear: both;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.tm-extra-product-options .tc-repeater-element,
.tm-extra-product-options .tc-repeater-section,
.tc-repeater-delete,
.tc-repeater-section-delete,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap .tmcp-field-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: var(--tcinnergap);
	max-width: 100%;
}

.tc-element-container {
	gap: var(--tcgap);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-field-label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0 var(--tcinnergapcolumn);
	max-width: 100%;
	width: 100%;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap li.tmcp-field-wrap .tc-field-label-wrap {
	display: grid;
	grid-template-columns: auto auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tc-field-label-wrap {
	grid-template-columns: 1fr auto;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap li.tmcp-field-wrap .tc-field-label-wrap.no-price {
	grid-template-columns: auto;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tc-field-label-wrap.no-price {
	grid-template-columns: 1fr;
}

.tm-extra-product-options .cpf-type-select .tm-epo-field-label {
	display: grid;
	grid-template-columns: auto auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul .tm-epo-field-label {
	grid-template-columns: 1fr auto;
}

.tm-extra-product-options .cpf-type-select li.tmcp-field-wrap .tc-field-label-wrap.no-desc .tm-epo-field-label {
	grid-template-columns: auto;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tc-field-label-wrap.no-desc .tm-epo-field-label,
.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap li.tmcp-field-wrap .tc-field-label-wrap.desc-inline .tm-epo-field-label {
	grid-template-columns: 1fr;
}

.tm-extra-product-options .tc-repeater-element,
.tm-extra-product-options .tc-repeater-section,
.tc-repeater-delete,
.tc-repeater-section-delete {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tm-extra-product-options .tc-repeater-element,
.tm-extra-product-options .tc-repeater-section {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tm-extra-product-options .tc-repeater-element .tmcp-ul-wrap,
.tm-extra-product-options .tc-repeater-section > .tc-row {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
	-ms-flex-preferred-size: 0 !important;
	flex-basis: 0 !important;
	width: auto !important;
	max-width: 100%;
}

.tm-extra-product-options .tm-owl-slider-section .tc-repeater-section.has-delete > .tc-row {
	max-width: calc(100% - (30px + var(--tcinnergapcolumn)));
}

.tc-repeater-delete,
.tc-repeater-section-delete {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	width: auto;
	padding: 0;
}

.tc-price-wrap {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: calc(1ch / 2);
}

.tm-extra-product-options .tmcp-ul-wrap + .tmcp-ul-wrap {
	margin: 0.5em 0 0 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap .tmcp-field-wrap-inner {
	width: 100%;
	list-style: none outside none !important;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap li.tmcp-field-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}


.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap:not(.fullwidth-ul) li.tmcp-field-wrap .tmcp-field-wrap-inner,
.tm-extra-product-options .cpf-type-radio ul.tmcp-ul-wrap:not(.fullwidth-ul) li.tmcp-field-wrap .tmcp-field-wrap-inner,
.tm-extra-product-options .cpf-type-checkbox ul.tmcp-ul-wrap:not(.fullwidth-ul) li.tmcp-field-wrap .tmcp-field-wrap-inner {
	width: auto;
}

.tm-extra-product-options .cpf-type-select ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap .tmcp-field-wrap-inner .tc-price-wrap {
	justify-self: flex-end;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap {
	padding: 0;
	margin: 0;
}

.tc-epo-element-product-li-container {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap:last-child {
	margin: 0;
}

.tc-totals-form {
	clear: both;
	display: none;
	width: 100%;
}

.tc-totals-form.tc-show {
	display: block;
}

.tm-epo-totals {
	clear: both;
	padding-bottom: 1em;
	padding-top: 1em;
}

.tm-epo-totals:empty {
	display: none;
}

.tc-epo-totals.hidden,
.tc-extra-product-options.hidden {
	display: none;
}

html .tc-extra-product-options .tc-hidden.tc-cell,
.tc-hidden,
.tm-hidden,
.tm-extra-product-options .tc-mode-text .tc-input-wrap,
.tm-extra-product-options .tc-mode-color .tc-input-wrap,
.tm-extra-product-options .tc-mode-images .tc-input-wrap,
.tm-extra-product-options .tc-mode-color input.use_images,
.tm-extra-product-options .tc-mode-images input.use_images {
	display: none !important;
}

.tc-hidden-visibility {
	visibility: hidden;
	opacity: 0;
}

.tm-box,
.tm-collapse {
	border: 1px solid rgba(0, 0, 0, 0.035);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.01)), color-stop(50%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.01)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.01) 100%);
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.tm-box {
	padding: var(--tcgap);
}

.tm-collapse {
	padding: 0;
}


.tm-extra-product-options .cpf-section.tc-cell.tm-owl-slider-section .tm-box .tc-row {
	padding-bottom: var(--tcgap);
}

.tm-arrow {
	cursor: pointer;
	height: 1em;
	text-align: center;
	width: 1em;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 101;
	-ms-flex-order: 100;
	order: 100;
}

.tm-extra-product-options .tc-epo-label .tm-arrow {
	margin-left: auto;
}

.tm-toggle {
	padding-right: 2em;
	position: relative;
	cursor: pointer;
}

.tm-collapse .tm-toggle {
	clear: both;
}

.tc-row.tm-collapse {
	gap: 0;
}

.tm-collapse > .tc-cell {
	margin-bottom: 0;
}

.tm-collapse-wrap {
	float: left;
	padding: calc(var(--tcgaprow) / 2) var(--tcgapcolumn);
	overflow: visible;
	width: 100%;
}

.tc-totals-form dl.tm-extra-product-options-totals {
	margin-left: 0;
	margin-right: 0;
}

dl.tm-extra-product-options-totals {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
}

dl.tm-extra-product-options-totals dt,
dl.tm-extra-product-options-totals dd {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	width: auto;
	text-align: unset;
	display: initial;
	border: 0;
	padding: 0;
}

dl.tm-extra-product-options-totals dd {
	padding-bottom: var(--tcinnergaprow);
}

.tm-extra-product-options .tm-box .tm-section-label,
.tm-extra-product-options .tm-collapse .tm-section-label,
.tm-extra-product-options .tm-box .tc-epo-label.tm-section-label,
.tm-extra-product-options .tm-collapse .tc-epo-label.tm-section-label {
	margin: 0;
	position: relative;
	border: 0;
	outline: 0;
	width: 100%;
}

.tm-extra-product-options .tm-collapse .tm-section-label,
.tm-extra-product-options .tm-collapse .tc-epo-label.tm-section-label {
	padding: calc(var(--tcgaprow) / 2) var(--tcgapcolumn);
}

.tm-extra-product-options .tm-collapse .tm-section-description {
	padding: calc(var(--tcgaprow) / 2) var(--tcgapcolumn);
}

.tm-extra-product-options .tm-toggle.tm-section-label:focus {
	outline: 2px solid;
}

.tc-styled-variations {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

/* 3. Elements */

/* Required indicator */

.tm-epo-required {
	color: #f00;
}

.tmcp-field-wrap .tm-epo-required {
	position: static;
	left: auto;
	top: auto;
}

/* Element containers and labels */

label.tm-epo-field-label {
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0;
}

.tc-epo-element-product-thumbnailmultiple label.tm-epo-field-label,
.tc-epo-element-product-thumbnail label.tm-epo-field-label,
.tc-mode-images label.tm-epo-field-label,
.tc-mode-color label.tm-epo-field-label {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.tc-left,
.tc-above,
.tc-top {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.tc-right,
.tc-below,
.tc-bottom {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
}

.tc-first {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tm-extra-product-options ul.tm-extra-product-options-fields li::before,
.tm-extra-product-options ul.tm-extra-product-options-fields li::after,
.tm-extra-product-options ul.tmcp-ul-wrap li::before,
.tm-extra-product-options ul.tmcp-ul-wrap li::after {
	display: none;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label {
	margin: 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-product li.tmcp-field-wrap.tc-epo-element-product-radio .tm-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-product li.tmcp-field-wrap.tc-epo-element-product-checkbox .tm-label {
	padding: 0 !important;
	margin: 0 !important;
	display: inline !important;
	vertical-align: middle;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label.tc-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label.tc-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label.tc-label {
	vertical-align: initial;
	-ms-flex-item-align: center;
	align-self: center;
}

.tc-label-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%;
	gap: 0 var(--tcinnergapcolumn);
}

.fullwidth-ul .tc-label-inner:not(.tc-mode-text .tc-label-inner) {
	display: grid;
	grid-template-columns: auto auto 1fr;
}

.fullwidth-ul .tc-label-inner.desc-inline:not(.tc-mode-text .tc-label-inner, .cpf-type-variations .tc-label-inner),
.fullwidth-ul .tc-label-inner.no-desc:not(.tc-mode-text .tc-label-inner, .cpf-type-variations .tc-label-inner) {
	grid-template-columns: auto 1fr;
}

.cpf-type-variations .fullwidth-ul .tc-label-inner:not(.tc-mode-text .tc-label-inner),
.fullwidth-ul .tc-label-inner.desc-inline:not(.tc-mode-text .tc-label-inner):not(:has(.tc-label-text)),
.fullwidth-ul .tc-label-inner.no-desc:not(.tc-mode-text .tc-label-inner):not(:has(.tc-label-text)) {
	grid-template-columns: 1fr;
}

.cpf-type-variations .fullwidth-ul .tc-label-text {
	display: grid;
	grid-template-columns: 1fr;
}

.tc-price-variations {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.5em;
}

.tc-mode-text .tc-label-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-mode-color .tc-label-inner:not(.tc-mode-text .tc-label-inner),
.tc-mode-images .tc-label-inner:not(.tc-mode-text .tc-label-inner) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fullwidth-ul .tc-mode-color .tc-label-inner:not(.tc-mode-text .tc-label-inner),
.fullwidth-ul .tc-mode-images .tc-label-inner:not(.tc-mode-text .tc-label-inner) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: var(--tcinnergaprow) 0;
}

.tc-mode-color .radio-image-label,
.tc-mode-images .radio-image-label,
.tc-mode-color .checkbox-image-label,
.tc-mode-images .checkbox-image-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcinnergap);
}

.tc-label-text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%;
	gap: 0 var(--tcinnergapcolumn);
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label:empty,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label:empty,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label:empty {
	padding: 0 !important;
}

.tm-extra-product-options .tm-extra-product-options-field {
	clear: both;
	padding: 0;
}

.tm-extra-product-options .tm-extra-product-options-field.tc-normal-mode {
	margin: 0 0 1em;
}

.tm-extra-product-options .tc-active .tc-label-text,
.tm-extra-product-options li.tmcp-field-wrap.tc-active .price.tc-price .amount,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label input[type="checkbox"]:checked ~ .tc-label {
	font-weight: 700;
	background: none !important;
}

.tc-extra-product-options .tmcp-field-wrap label,
.tm-epo-variation-section .tmhexcolorimage-li-nowh label,
.tm-epo-variation-section .tmhexcolorimage-li label {
	padding: 0;
	float: none;
	max-width: 100%;
	width: auto;
	overflow-wrap: break-word;
}

.tm-extra-product-options .tmcp-field-wrap label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	min-width: 0; /* So that select boxes don't overflow. */
	gap: var(--tcinnergap);
}

.tm-extra-product-options .tmcp-field-wrap label:not(.fullwidth) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.tm-extra-product-options .cpf-type-variations .tmcp-field-wrap label.fullwidth select,
.tc-extra-product-options .cpf-type-product .tmcp-field-wrap label.fullwidth select,
/* For custom select box wrappers */
.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth select,
.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth > *,
.tc-extra-product-options .cpf-type-selectmultiple .tmcp-field-wrap label.fullwidth select,
.tc-extra-product-options .cpf-type-time .tmcp-field-wrap label.fullwidth .tm-epo-field,
.tc-extra-product-options .cpf-type-date .tmcp-field-wrap label.fullwidth .tm-epo-field,
.tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label.fullwidth .tm-epo-field {
	width: 100%;
}

.tc-extra-product-options .cpf-type-textarea .tmcp-field-wrap label.fullwidth .tm-epo-field {
	width: 100% !important; /* Disable user manually changing width. */
}

.tm-extra-product-options .tc-images-container .tmcp-field-wrap label,
.tm-extra-product-options .tc-colors-container .tmcp-field-wrap label,
.tm-epo-variation-section .tmhexcolorimage-li-nowh label,
.tm-epo-variation-section .tmhexcolorimage-li label {
	cursor: pointer;
	width: 100%;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap.tc-mode-startcolor,
.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-startimages,
.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-startcolor {
	text-align: initial;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap.tc-mode-endcolor,
.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-endcolor,
.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-endimages {
	text-align: initial;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tc-colors-container li.tmcp-field-wrap.tc-mode-color .tc-field-label-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-images .tc-field-label-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tc-images-container li.tmcp-field-wrap.tc-mode-color .tc-field-label-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: var(--tcinnergap);
}

/* Divider element */

.tm-extra-product-options .tc-cell hr {
	margin: var(--tcgaprow) 0;
}

.tm-extra-product-options .tm_divider {
	border-style: solid;
	border-width: 1px;
	margin: var(--tcgaprow) 0;
	clear: both;
}

.tm-extra-product-options .cpf-element .tm_divider.tc-cell {
	margin: var(--tcgaprow) 0;
}

.tm-extra-product-options .tm_padding {
	padding: var(--tcgaprow) 0;
}

.tm-extra-product-options .cpf-element .tm_padding.tc-cell {
	margin-left: var(--tcgapcolumn);
	margin-right: var(--tcgapcolumn);
}

/* Textarea element */

.tm-extra-product-options textarea.tm-epo-field {
	height: auto;
	width: 100%;
	max-width: 100%;
}

/* Textfield element */

.tm-extra-product-options .tmcp-textfield.tm-epo-field {
	width: auto;
	max-width: 100%;
}

/* Checkboxes and radio button elements */

.tm-extra-product-options .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .tm-epo-field.tmcp-radio {
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: middle;
	position: relative;
	width: auto;
	float: none;
	top: 1px;
}

.tm-extra-product-options .tc-epo-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	float: none;
	width: 100%;
	margin-bottom: 0;
	gap: var(--tcinnergap);
}

.tm-extra-product-options .tc-epo-label.tm-section-label {
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tc-section-label-text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.float-editbox .section_popup .tm-section-label {
	display: none;
}

/* Select box element */

.tm-epo-field.tmcp-select {
	width: 100%;
	max-width: 100%;
	display: initial;
}

.tc-repeater-element .tm-epo-field.tmcp-select,
.tc-repeater-element .tm-epo-field.tmcp-selectmultiple {
	width: 100%;
}

/* Upload element */

.tm-extra-product-options input.tm-epo-field.tmcp-upload {
	width: 100%;
	font-size: inherit;
}

.tc-extra-product-options .tmcp-field-wrap .cpf-upload-text {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.tc-upload-preview {
	display: grid;
	margin: 1em 0;
	width: 100%;
	gap: 1em;
	grid-template-columns: minmax(100px, -webkit-max-content);
	grid-template-columns: minmax(100px, max-content);
	grid-template-rows: 1fr;
}

.tc-upload-preview:empty {
	display: none;
}

.tc-upload-preview.multiple {
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.tc-upload-file {
	border-radius: 5px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tc-upload-preview.multiple .tc-upload-file {
	max-height: 100%;
	min-height: 100px;
}

.tc-upload-image {
	position: relative;
	border: 1px solid;
	padding: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.7);
	min-width: 100%;
	min-height: 100px;
}

.tc-upload-preview.multiple .tc-upload-image {
	min-height: 100%;
}

.woocommerce .tc-upload-preview img {
	height: auto;
	max-width: 100%;
	width: auto;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .tc-upload-preview.multiple img {
	height: 96%;
	width: 96%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	max-height: 100%;
	position: absolute;
}

.tc-file-size {
	position: absolute;
	color: #fff;
	font-size: 0.625em;
	top: calc(2% + 0.5078125em);
	left: calc(2% + 0.5078125em);
	background: rgba(0, 0, 0, 0.5);
	padding: 0 3px;
	z-index: 1;
}

.tc-file-ext-overlay {
	background: rgba(0, 0, 0, 0.2);
	width: 96%;
	height: 96%;
	position: absolute;
	border-radius: 5px 12px 5px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 2%;
	top: 2%;
}

.tc-file-ext {
	position: absolute;
	padding: 2px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	min-width: 30%;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.825em;
}

.tc-file-name {
	max-width: 94%;
	position: absolute;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	font-size: 0.625em;
	padding: 0.25em 0.5em;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 2em;
	line-height: 2;
}

.tc-upload-remove {
	cursor: pointer;
	position: absolute;
	right: 2%;
	top: 2%;
	font-size: 1em;
	width: 1.625em;
	height: 1.625em;
	font-family: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: none;
	-webkit-box-shadow: 0 0 0 0 hsl(0deg 0% 100% / 0%);
	box-shadow: 0 0 0 0 hsl(0deg 0% 100% / 0%);
	z-index: 2;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tc-upload-remove:hover,
.tc-upload-remove:focus {
	-webkit-box-shadow: 0 0 0 0.125em rgb(255 255 255 / 90%);
	box-shadow: 0 0 0 0.125em rgb(255 255 255 / 90%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.tc-upload-remove svg {
	width: 100%;
	height: 100%;
	font-size: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	line-height: inherit;
}

.cpf-upload-container-basic,
.cpf-upload-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tc-max-file-size {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container-basic .cpf-upload-wrap {
	display: block !important;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}

.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container .cpf-upload-wrap {
	border: 1px solid;
	display: block !important;
	font-size: 1em;
	height: auto;
	overflow: hidden;
	padding: 0.5em 1em;
	position: relative;
	vertical-align: middle;
	margin: 0 0.5em 0 0;
	cursor: pointer;
}

.cpf-upload-container [type="file"] {
	cursor: inherit;
	display: block;
	font-size: 0.01px;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.cpf-upload-container + small::before,
.cpf-upload-container-basic + small::before {
	content: "";
	display: block;
}

.tm-filename {
	display: block;
	-ms-flex-item-align: center;
	align-self: center;
}

.tm-filename:empty {
	display: none;
}

.tc-upload-messages {
	padding: var(--tcgaprow) 0;
}

.tc-upload-message {
	font-size: 1.2em;
	margin-bottom: var(--tcgap);
}

/* Range picker element */

.tm-extra-product-options .cpf-type-range .tc-epo-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range {
	clear: both;
	position: relative;
}

.tm-range-picker {
	margin: 1em 14px;
	max-width: 100%;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tm-range-picker.noui-show-tooltip {
	margin: calc(1em + 22px) 14px;
}

.tm-range-picker.pips,
.tm-range-picker.noui-show-tooltip.pips {
	margin: calc(50px - 1em) 14px 50px 14px;
}

.tm-range-picker .noui-tooltip {
	line-height: 1;
	font-size: 10px;
}

.tc-extra-product-options .tm-show-picker-left,
.tc-extra-product-options .tm-show-picker-tleft,
.tc-extra-product-options .tm-show-picker-right,
.tc-extra-product-options .tm-show-picker-tright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.tc-extra-product-options .tm-show-picker-left .tm-range-picker,
.tc-extra-product-options .tm-show-picker-tleft .tm-range-picker,
.tc-extra-product-options .tm-show-picker-right .tm-range-picker,
.tc-extra-product-options .tm-show-picker-tright .tm-range-picker {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-right .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-tright .tm-show-picker-value {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	border: 1px solid;
	border-radius: 5px;
	padding: 0 1em;
	display: inline-block;
	max-width: 20%;
	min-width: 4em;
	text-align: center;
	line-height: normal;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value,
.tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tc-extra-product-options .tm-show-picker-left .tc-price-wrap,
.tc-extra-product-options .tm-show-picker-tleft .tc-price-wrap,
.tc-extra-product-options .tm-show-picker-right .tc-price-wrap,
.tc-extra-product-options .tm-show-picker-tright .tc-price-wrap {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.tm-extra-product-options .tmcp-ul-wrap.tmcp-elements.tm-extra-product-options-range .tm-range-picker-value {
	display: inline-block;
	float: right;
	margin-left: 0;
	margin-top: -3px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 1em;
	vertical-align: top;
	width: 19%;
}

input.tm-show-picker-value-edit {
	max-width: 100%;
	width: 4em;
	text-align: center;
	padding: 0;
	border: 1px solid;
	margin: 0;
}

.tm-show-picker-value-edit-wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value-edit-wrap,
.tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value-edit-wrap,
.tc-extra-product-options .tm-show-picker-right .tm-show-picker-value-edit-wrap,
.tc-extra-product-options .tm-show-picker-tright .tm-show-picker-value-edit-wrap {
	max-width: 20%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	text-align: center;
	top: 0;
	font-size: 0.8em;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-item-align: center;
	align-self: center;
}

.tc-extra-product-options .tm-show-picker-left .tm-show-picker-value-edit-wrap,
.tc-extra-product-options .tm-show-picker-tleft .tm-show-picker-value-edit-wrap {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

/* Variation element */

.tm-extra-product-options .tc-epo-label.tm-has-undo-button {
	padding-right: 2em;
}

.tm-epo-reset-variation,
.tm-extra-product-options .tm-epo-reset-radio {
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	padding: 0.2em;
	border: 2px solid;
	color: inherit;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	background: rgba(255, 255, 255, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10000;
}

.tm-extra-product-options .tm-epo-reset-radio {
	position: static;
}

.round .tm-epo-reset-variation,
.round .tm-epo-reset-radio {
	border-radius: 5px;
}

.square .tm-epo-reset-variation,
.square .tm-epo-reset-radio {
	border-radius: 0;
}

.circle .tm-epo-reset-variation,
.circle .tm-epo-reset-radio {
	border-radius: 100%;
}

.thinline .tm-epo-reset-variation,
.thinline .tm-epo-reset-radio {
	border-width: 1px;
	border-radius: 0;
}

.shadow .tm-epo-reset-variation,
.shadow .tm-epo-reset-radio {
	border-width: 1px;
	border-radius: 0;
}

.tm-epo-reset-variation .tcfa,
.tm-epo-reset-radio .tcfa {
	font-size: 0.8em;
	position: relative;
}

.tm-epo-variation-section .reset_variations {
	clear: both;
	display: block;
	width: 100%;
	position: static;
	visibility: hidden;
}

/* Element prices */

.tm-extra-product-options .tmcp-field-wrap .tc-price {
	font-size: 1em !important;
	width: auto !important;
	display: inline-block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tc-extra-product-options .tmcp-field-wrap .price.tc-price,
.after-amount,
.before-amount {
	font-size: 1em !important;
	background: none !important;
}

.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount {
	font-size: 1em !important;
	display: inline !important;
	background: none !important;
	white-space: nowrap;
}

.tm-extra-product-options .tmcp-field-wrap .tc-chars + .tc-price .amount {
	margin-left: 0;
}

.tm-extra-product-options .tc-images-container .tmcp-field-wrap .amount {
	margin-left: 0;
}

.tm-extra-product-options .amount.hidden,
.tm-extra-product-options .tmcp-field-wrap .price.amount.hidden,
.tm-extra-product-options .tmcp-field-wrap .tc-price.hidden,
.tm-extra-product-options .before-amount.hidden,
.tm-extra-product-options .after-amount.hidden,
.tm-extra-product-options .tmperiod.hidden {
	display: none !important;
}

.tm-extra-product-options .cpf-type-textarea .tmcp-field-wrap .amount,
.tm-extra-product-options .cpf-type-textfield .tmcp-field-wrap .amount {
	margin-left: 0;
}

/* Final Totals box */

.tm-extra-product-options-totals .price.amount.options,
.tm-extra-product-options-totals .price.amount.fees,
.tm-extra-product-options-totals .price.amount.subscription-fee {
	font-size: 1.25em;
}

.tm-extra-product-options-totals .amount {
	background: none;
}

.tm-extra-product-options-totals .amount.options,
.tm-extra-product-options-totals .amount.fees,
.tm-extra-product-options-totals .amount.subscription-fee {
	font-weight: 700;
}

.tm-extra-product-options-totals .amount.final {
	font-size: 1.5em;
	font-weight: 700;
}

.tm-extra-product-options-totals .price.amount {
	display: inline-block !important;
	width: auto;
	margin: 0;
}

.tm-unit-price,
.tm-fee-totals,
.tm-final-totals,
.tm-options-totals,
.tm-subscription-fee {
	padding: 0;
	margin: 0;
	border: 0 none;
	float: none;
}

.tm-extra-product-options .tmcp-field-wrap .tc-price del {
	font-size: 75% !important;
	margin: 0 !important;
}

.tm-extra-product-options .tmcp-field-wrap .price:empty {
	display: none !important;
}

/* Quantity selector */
.tc-quantity-right .tm-quantity,
.tc-quantity-left .tm-quantity {
	-ms-flex-item-align: center;
	align-self: center;
}

.tm-extra-product-options .cpf-type-checkbox .tc-quantity-right .tm-quantity,
.tm-extra-product-options .cpf-type-checkbox .tc-quantity-left .tm-quantity,
.tm-extra-product-options .cpf-type-radio .tc-quantity-right .tm-quantity,
.tm-extra-product-options .cpf-type-radio .tc-quantity-left .tm-quantity {
	-ms-flex-item-align: unset;
	align-self: unset;
}

.cpf-type-textfield .tc-quantity-right .tm-quantity,
.cpf-type-textfield .tc-quantity-left .tm-quantity {
	-ms-flex-item-align: initial;
	align-self: initial;
}

.tc-quantity-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tc-row.tc-quantity-right,
.tc-row.tc-quantity-left {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tc-quantity-right .tm-quantity,
.tc-quantity-bottom .tm-quantity {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
}

.tc-quantity-left .tm-quantity,
.tc-quantity-top .tm-quantity {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap .tc-row.tc-quantity-top,
.tm-extra-product-options ul.tmcp-ul-wrap .tc-row.tc-quantity-bottom {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-row.tc-quantity-top .tm-quantity,
.tc-row.tc-quantity-bottom .tm-quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tm-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options-radio .tm-quantity,
.tm-extra-product-options-checkbox .tm-quantity {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tm-quantity input.tm-qty {
	margin: 0;
	max-width: 100%;
	min-width: 3em;
	width: 4em;
	text-align: center;
	padding: 0.25em;
	line-height: 1;
}

.tm-quantity-alt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5em;
}

.tm-quantity-alt input.tm-qty-alt {
	margin: 0;
	max-width: 100%;
	min-width: 50px;
	text-align: center;
	width: 5em !important;
	font-size: 100%;
	display: inline-block !important;
	padding: 0.358em 1em;
}

.tc-extra-product-options .cpf-type-product .tc-epo-element-product-li-container .tc-epo-element-product-container .single_add_to_cart_product,
.single_add_to_cart_product {
	vertical-align: baseline;
	float: none;
	padding: 0.618em 1em !important;
	margin: 0 !important;
}

.tc-row.tc-quantity-right .tc-cell,
.tc-row.tc-quantity-left .tc-cell,
.tm-quantity.tm-bottom {
	margin-bottom: 0;
}

/* Description */

.tm-description p:last-child {
	margin-bottom: 0 !important;
}

.tm-description {
	clear: both;
}

.tm-section-description {
	margin: 0;
}

/* 4. Floatbox */

.floatbox {
	height: 100%;
	left: 0% !important;
	position: fixed !important;
	top: 0% !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 101001;
}

.floatbox.fl-overlay {
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.flasho {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
	position: relative;
	z-index: 101001;
	-webkit-box-shadow: 0 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 50px 13px rgba(0, 0, 255, 0.05);
	box-shadow: 0 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 50px 13px rgba(0, 0, 255, 0.05);
	max-height: 100%;
	border-radius: 0;
	max-width: 100%;
	width: 80%;
	height: 80%;
	overflow: hidden;
	display: grid;
	grid-template-rows: minmax(1em, auto) minmax(33%, 1fr) minmax(1em, auto);
	gap: var(--tcgaprow) 0;
	padding: var(--tcgap);
}

.float-editbox {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.flasho .header {
	line-height: 2;
	width: 100%;
	border-bottom: 1px solid #ecf0f1;
	padding-bottom: var(--tcgaprow);
}

.flasho .header h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	letter-spacing: 1px;
}

.flasho .footer {
	margin: 0;
	padding: 0;
	text-align: right;
	background: none;
}

.flasho .footer .inner {
	border-top: 1px solid #ecf0f1;
	padding-top: var(--tcgaprow);
}

.tm-section-pop {
	display: none;
}

#tm-section-pop-up > .tc-epo-label.tm-section-label {
	display: none;
}

.tm-section-pop-up.single .tc-cell.section_popup {
	width: 100% !important;
	max-width: 100%;
	--flex-items: 1 !important;
}

.tm-section-pop-up.single .tc-cell.section_popup .tm-section-pop {
	padding-top: 1em;
	padding-bottom: 1em;
}

.tm-extra-product-options.tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.floatbox-cancel,
.tc-extra-product-options .tm-section-pop-up.single .footer .inner .tm-button.button.button-secondary.button-large.floatbox-cancel {
	float: none;
}

.noanimated {
	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
	opacity: 1 !important;
	z-index: auto !important;
	position: static !important;
	-webkit-transform: none !important;
	transform: none !important;
	container: none !important;
}

/* 5. Floating totals box */

.tm-floating-box {
	width: auto;
	height: auto;
	padding: 1em;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.99);
	z-index: 99999;
	max-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 20vw;
	gap: var(--tcgap);
	line-height: normal;
	border: 2px solid rgba(0, 0, 0, 0.05);
}

.tm-floating-box .tc-row,
.tm-floating-box .tm-extra-product-options-totals {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.tm-floating-box.right {
	left: auto;
	right: 0;
}

.tm-floating-box.left {
	right: auto;
	left: 0;
}

.tm-floating-box.bottom {
	bottom: 0;
	top: auto;
}

.tm-floating-box.top {
	top: 0;
	bottom: auto;
}

.tm-fb {
	font-size: 12px;
	line-height: 18px;
	max-height: 200px;
	max-width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 0;
}

.tm-fb dt {
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tm-fb dd {
	margin: 0 0 var(--tcinnergaprow) 0;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tm-fb-title {
	font-weight: 700;
}

.tm-fb-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcinnergap);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-fb-value > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.tm-floating-box-alt .tm-floating-box {
	background: none;
	padding: 0;
	position: static;
	max-width: 100%;
	border: 0;
}

.tm-floating-box-nks .tm-floating-box {
	bottom: 0 !important;
	left: 0 !important;
	padding: 5%;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 100%;
}

.tm-floating-box-nks .tm-fb {
	max-height: 90% !important;
	max-width: 90% !important;
}

.tc-row.tm-fb-labels {
	border-bottom: 1px solid;
	font-weight: 700;
	margin-bottom: 1.65em;
	padding: 0 0 1em 0;
}

.tc-row.tm-fb-labels .tm-fb-price,
.tc-row.tm-fb-data .tm-fb-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tc-row.tm-fb-labels .tm-fb-quantity,
.tc-row.tm-fb-data .tm-fb-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tc-img-floating .tmhexcolorimage.tc-center .tc-image,
.tc-img-floating .tc-image {
	max-width: calc(var(--tcinlinesize) * 2) !important;
	margin: 0;
	max-height: calc(var(--tcinlinesize) * 2) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tc-img-floating .tmhexcolorimage.tc-center .tc-image {
	padding-top: calc((var(--tcinlinesize) * 2) - (2px * 2)) !important;
}

.tc-img-floating .tm-transparent-swatch .tc-image {
	border-style: dotted;
	border-color: inherit;
}

/* 6. Validation errors */

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error,
.tm-extra-product-options ul.tmcp-ul-wrap + .tm-error,
.tm-extra-product-options .tc-element-container > .tm-error {
	color: #f00;
	display: block !important;
	font-size: 80%;
	font-weight: 700;
	padding: 0 !important;
	margin: 1em 0 !important;
}

.tm-extra-product-options .tc-cell.tm-error {
	color: #f00;
	display: block;
	font-size: 80%;
	font-weight: 700;
	margin: 1em 0 !important;
}

.tm-epo-field.tmcp-textfield.tm-error,
.tm-epo-field.tmcp-textarea.tm-error {
	border: 1px solid #c0392b;
	color: #e74c3c;
	outline: 0;
}

/* 7. Lightbox */

.tc-transition {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.tc-lightbox {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	text-align: center;
	width: auto !important;
	z-index: 100100;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	display: block;
	padding: 0;
	border: 0;
}

.tc-lightbox-image-wrap {
	position: relative;
}

.tc-lightbox-wrap {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 1em;
	height: 1em;
	left: auto;
	top: auto;
	font-size: 1.3em;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(255, 255, 255, 0.2);
	padding: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	border-radius: 50%;
}

.tc-lightbox-wrap:hover {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.tc-lightbox-wrap,
.tc-lightbox-wrap * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tc-lightbox-button {
	color: #fff;
	font-size: 1em !important;
	padding: 0;
	z-index: 2;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	margin: auto;
}

.circle .tc-lightbox-button {
	border-radius: 100%;
}

.round .tc-lightbox-button {
	border-radius: 5px;
}

.tc-lightbox-wrap:hover .tc-lightbox-button {
	opacity: 1;
}

.tc-lightbox img {
	border: 0 none;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	display: block;
	height: auto;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

.tc-lightbox-button-close {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	color: #000 !important;
	float: left;
	height: 2em;
	line-height: 2;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2em;
	z-index: 2;
	cursor: pointer;
}

@-webkit-keyframes tc-lightbox-zoomin {

	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes tc-lightbox-zoomin {

	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	50% {
		opacity: 1;
	}
}

.tc-lightbox-zoomin {
	-webkit-animation-name: tc-lightbox-zoomin;
	animation-name: tc-lightbox-zoomin;
}

@-webkit-keyframes tc-lightbox-zoomout {

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

	50% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	100% {
		opacity: 0;
	}
}

@keyframes tc-lightbox-zoomout {

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

	50% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
	}

	100% {
		opacity: 0;
	}
}

.tc-lightbox-zoomout {
	-webkit-animation-name: tc-lightbox-zoomout;
	animation-name: tc-lightbox-zoomout;
}

/* 8. Datepicker and Timepicker*/

.tm-static {
	position: static;
}

.tmcp-date-select {
	max-width: 100%;
}

.tm-epo-field.tmcp-date {
	min-height: 2.5em !important;
	height: auto;
}

.tc-extra-product-options .cpf-type-date .tmcp-field-wrap label:not(.fullwidth) .tm-epo-field.tmcp-date {
	width: auto !important;
}


.tm-epo-datepicker-label-container,
.tm-epo-timepicker-label-container {
	display: inline-block !important;
	vertical-align: baseline;
	position: relative;
	max-width: 100%;
}

.tm-extra-product-options .tm-epo-datepicker,
.tm-extra-product-options .tm-epo-timepicker {
	display: inline-block !important;
	line-height: normal !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding-right: 2.5em !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tc-epo-label.tc-left + .tc-element-container .tm-epo-datepicker-label-container,
.tc-epo-label.tc-right + .tc-element-container .tm-epo-datepicker-label-container {
	margin-top: 0;
}

/* datepicker skin */

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger,
.tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger {
	font-family: "Font Awesome 7 Free", sans-serif !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent none repeat scroll 0 0 !important;
	border-width: 0;
	color: inherit !important;
	cursor: pointer;
	display: inline-block;
	font-size: inherit !important;
	line-height: inherit !important;
	margin: 0;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	height: 100% !important;

}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:hover,
.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:active,
.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger:focus,
.tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:hover,
.tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:active,
.tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger:focus {
	background: none repeat scroll 0 0 transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tm-extra-product-options-date .ui-tm-datepicker-trigger::before {
	content: "\f073";
	padding: calc(0.75em - 2px);
	border-width: 0 0 0 1px;
	border-style: solid;
}

.tm-extra-product-options .tm-extra-product-options-time .ui-tm-datepicker-trigger::before {
	content: "\f017";
	padding: calc(0.75em - 2px);
	border-width: 0 0 0 1px;
	border-style: solid;
}

.tm-datepicker {
	margin: 2px 0 0 0;
	z-index: 101002 !important;
	width: auto !important;
	height: auto !important;
	padding: 0;
}

.tm-datepicker a {
	text-decoration: none;
}

.tm-ui-dp,
.tm-ui-dp-overlay {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tm-ui-dp-header.ui-widget-header {
	line-height: 2;
	background: none;
	border: 0 none;
	color: inherit;
	font-weight: 700;
}

.tm-ui-dp {
	max-width: 98%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tm-ui-dp:focus {
	outline: 0;
}

.tm-ui-dp-container {
	min-width: 300px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}

.tm-datepicker-small .tm-ui-dp-container {
	font-size: 12px;
	min-width: 240px;
}

.tm-datepicker-medium .tm-ui-dp-container {
	font-size: 16px;
	min-width: 330px;
}

.tm-datepicker-large .tm-ui-dp-container {
	font-size: 20px;
	min-width: 400px;
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp-title,
.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-title {
	font-size: 1.125em;
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp-container,
.tm-datepicker.tm-datepicker-top .tm-ui-dp-container {
	min-width: 100% !important;
}

.tm-ui-dp-wrap,
.tm-ui-dp-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tm-ui-dp-wrap {
	z-index: 99998;
}

.tm-ui-dp-overlay {
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}

.tm-datepicker-top .tm-ui-dp,
.tm-datepicker-bottom .tm-ui-dp {
	width: 100%;
	max-width: 100%;
}

.tm-ui-dp-main-cell-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tm-ui-dp-main-wrap {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-ui-dp-ui {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.tm-ui-dp-main {
	width: auto;
}

.tm-ui-dp-main table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	background: none;
	border: 0;
}

.tm-ui-dp-main-table {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.tm-ui-dp-main-row {
	white-space: nowrap;
	display: table-row;
}

.tm-ui-dp-main-cell {
	line-height: 1.875;
	text-align: center;
	width: 14.2857%;
	height: 16.6666%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}

.tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-dp-main-cell.ui-state-disabled {
	cursor: default;
}

.tm-ui-dp-main-cell .tm-ui-dp-main-cell-inner {
	overflow: visible;
}

.tm-ui-dp-main-cell-content {
	position: relative;
	z-index: 2;
	padding: 5px;
}

.tm-datepicker .tm-ui-dp-main-wrap {
	padding: 0.5em;
}

.tm-datepicker .tm-ui-dp-main-header th {
	font-size: 0.6875em;
	font-weight: 400;
	line-height: 2.225;
	text-align: center;
	border: 0;
}

.tm-datepicker .tm-ui-dp-main-cell-content {
	font-size: 0.8125em;
}

.tm-ui-dp-inner-container,
.tm-ui-dp-main-wrap,
.tm-ui-dp-main-content {
	position: relative;
}

.tm-datepicker.tm-datepicker-bottom,
.tm-datepicker.tm-datepicker-top {
	bottom: 0 !important;
	height: 100% !important;
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 none !important;
}

.tm-datepicker.tm-datepicker-bottom .tm-ui-dp {
	bottom: 0;
	top: auto;
}

.tm-datepicker.tm-datepicker-top .tm-ui-dp {
	top: 0;
	bottom: auto;
}

.tm-datepicker .ui-tm-datepicker-prev,
.tm-datepicker .ui-tm-datepicker-next,
.tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-prev,
.tm-datepicker.tm-datepicker-top .ui-tm-datepicker-prev,
.tm-datepicker.tm-datepicker-bottom .ui-tm-datepicker-next,
.tm-datepicker.tm-datepicker-top .ui-tm-datepicker-next {
	display: none !important;
}

.tm-ui-dp-title {
	position: relative;
	font-size: 1em;
}

.tm-ui-dp-title .tm-ui-dp-month,
.tm-ui-dp-title .tm-ui-dp-year {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 2em;
	white-space: nowrap;
}

.tm-ui-dp-title-button {
	width: 50%;
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
	height: 2em;
}

.tm-ui-dp-button-prev {
	left: 0;
}

.tm-ui-dp-button-next {
	right: 0;
}

.tm-ui-dp-button {
	margin: 0;
	position: absolute;
	top: 0;
	width: 2em;
	overflow: hidden;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: top;
	height: 2em;
	line-height: 2;
	color: #4eccc4;
	text-transform: uppercase;
	padding: 0;
}

.tm-ui-dp-button .tm-ui-dp-button-arrow,
.tm-ui-dp-month,
.tm-ui-dp-year {
	cursor: pointer;
}

.tm-datepicker .tm-ui-dp-button-arrow {
	color: #4eccc4;
	font-size: 1em;
	line-height: 2;
	overflow: hidden;
	width: 2em;
}

.tm-ui-dp-button-arrow::before {
	display: block;
}

.tm-ui-dp-buttonpane {
	display: block;
	overflow: hidden;
	padding: 0 0.5em 0.5em;
	text-align: right;
	width: 100%;
}

.tm-ui-dp-btn-wrap {
	display: block;
	float: right;
	position: relative;
	vertical-align: top;
	z-index: 5;
}

.tm-ui-dp-btn {
	height: 2.5em;
	line-height: 2.5;
	padding: 0 1em;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}

.tm-ui-dp-button-disabled {
	opacity: 0.3;
	cursor: default;
}

/* datepicker skins */

/* epo black skin */

.tm-ui-skin-epo-black .tm-ui-dp-container {
	font-family: Helvetica, Arial, sans-serif !important;
	border: 1px solid #000 !important;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	background: #000 none repeat scroll 0 0;
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	color: #fff;
}

/* normal cell text*/

.tm-ui-skin-epo-black .tm-ui-dp-main-cell .ui-state-default {
	color: #ecf0f1;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
	color: #777;
}

/* selected day */

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
	background-color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover {
	background-color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-cell:hover .ui-state-default {
	color: #000;
}

/* unselectable cell text*/

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
	color: #222;
}

/* disabled and unselectable cell*/

.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-skin-epo-black .tm-ui-dp-main-cell.ui-state-disabled {
	background-color: #000;
	background-color: rgba(255, 255, 255, 0.02);
}

.tm-ui-skin-epo-black .tm-ui-dp-btn {
	color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-btn:hover {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow,
.tm-ui-skin-epo-black .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
	color: #1abc9c;
}

.tm-ui-skin-epo-black .tm-ui-dp-button-arrow:hover {
	color: #fff;
}

.tm-ui-skin-epo-black .tm-ui-dp-main-header {
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}

/* epo white skin */

.tm-ui-skin-epo.tm-datepicker .tm-ui-dp-main-wrap {
	padding: 0;
}

.tm-ui-skin-epo .tm-ui-dp-container {
	font-family: Helvetica, Arial, sans-serif !important;
	border: 1px solid #ddd !important;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	background: #fff none repeat scroll 0 0;
	color: #2c3e50;
}

/* normal cell text*/

.tm-ui-skin-epo .tm-ui-dp-main-cell .ui-state-default {
	color: #2c3e50;
	background: none;
	border: 0 none;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-other-month .ui-state-default {
	color: #aaa;
}

/* current day cell text*/

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-tm-datepicker-current-day .ui-state-default {
	color: #0a0;
}

/* normal cell text in other month */

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-other-month .ui-state-default {
	color: #95a5a6;
}

/* selected day */

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover {
	background-color: #9b59b6;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day .ui-state-default,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-current-day:hover .ui-state-default {
	color: #fff;
}

/* cell hover */

.tm-ui-skin-epo .tm-ui-dp-main-cell:hover {
	background-color: #ecf0f1;
}

.tm-ui-skin-epo .tm-ui-dp-main-cell:hover .ui-state-default {
	color: #000;
}

/* unselectable cell text*/

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable .ui-state-default,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled .ui-state-default {
	color: #eee;
}

/* disabled and unselectable cell*/

.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-datepicker-unselectable,
.tm-ui-skin-epo .tm-ui-dp-main-cell.ui-state-disabled {
	background-color: #fff;
}

.tm-ui-skin-epo .tm-ui-dp-btn {
	color: #2c3e50;
}

.tm-ui-skin-epo .tm-ui-dp-btn:hover {
	color: #8e44ad;
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow,
.tm-ui-skin-epo .tm-ui-dp-button-arrow.tm-ui-dp-button-disabled:hover {
	color: #2c3e50;
}

.tm-ui-skin-epo .tm-ui-dp-button-arrow:hover {
	color: #34495e;
}

.tm-ui-skin-epo .tm-ui-dp-main-header {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #7f8c8d;
	padding: 0.25em 0;
}

.tm-ui-skin-epo .tm-ui-dp-title {
	padding: 0.5em 0;
}

.ui-tm-timepicker-div .tm-ui-widget-header,
.ui-tm-timepicker-div .ui_tpicker_time_label,
.tm-timepicker .tm-ui-dp-current {
	display: none;
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle {
	border-radius: 100%;
	background: #ecf0f1;
	border: 1px solid #bdc3c7;
	cursor: default;
	height: 1.2em;
	position: absolute;
	width: 1.2em;
	z-index: 2;
}

.tm-timepicker .ui-tm-timepicker-div .ui-slider-handle.ui-state-hover {
	background: #fff;
}

.ui-tm-timepicker-div .ui-slider {
	position: relative;
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal {
	border-color: #aaa;
	-o-border-image: none;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 0 0 1px;
	height: 1px;
	margin: 1em 0;
	padding: 0.2em 0 0;
}

.ui-tm-timepicker-div .ui-slider.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.6em;
	top: -0.3em;
}

.ui-tm-timepicker-div .ui-widget-header {
	margin-bottom: 8px;
}

.ui-tm-timepicker-div dl {
	text-align: left;
	margin: 0;
}

.ui-tm-timepicker-div dl dt {
	clear: left;
	float: left;
	margin: 0.725em 0 0;
	padding: 0;
}

.ui-tm-timepicker-div dl dd {
	display: block;
	margin: 0 1em 0.5em 30%;
	padding: 1px 0;
	float: none;
}

.ui-tm-timepicker-div td {
	font-size: 90%;
}

.ui-tpicker-grid-label {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.ui-tm-timepicker-div .ui_tpicker_unit_hide {
	display: none;
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
	background: none;
	color: inherit;
	border: none;
	outline: none;
	border-bottom: 0 none;
	width: 95%;
}

.ui-tm-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
	border-bottom-color: #aaa;
}

.ui-tm-timepicker-rtl {
	direction: rtl;
}

.ui-tm-timepicker-rtl dl {
	text-align: right;
}

.ui-tm-timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.ui-tm-timepicker-rtl dl dd {
	margin: 0 30% 0.5em 1em;
}

/* Shortened version style */

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine {
	padding-right: 2px;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dt {
	display: none;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_time_label {
	display: block;
	padding-top: 2px;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl {
	text-align: right;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd > div {
	display: inline-block;
	margin: 0;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_minute::before,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_second::before {
	content: ":";
	display: inline-block;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_millisec::before,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine dl dd.ui_tpicker_microsec::before {
	content: ".";
	display: inline-block;
}

.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-tm-timepicker-div.ui-tm-timepicker-oneLine .ui_tpicker_unit_hide::before {
	display: none;
}

.ui-tm-timepicker-div {
	padding: 1em 1em 0;
}

.tm-ui-tp-title {
	padding: 0.5em 0;
}

/* 9. Checkbox and Radio button */
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radiostart,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radioend,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-text,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	float: none;
	max-width: none;
	width: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	gap: var(--tcgap);
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radiostart li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radioend li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-radio li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-color li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-image li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-variation-ul-text li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap,
.tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-radio li.tmcp-field-wrap {
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tm-auto-row {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap.tm-auto-row,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap.tm-auto-row {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--tcgapcolumn)));
	flex: 0 1 calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--tcgapcolumn)));
	width: auto;
	max-width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--tcgapcolumn)));
	--flex-items: 4;
}

.tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-startcolor,
.tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-endcolor,
.tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-startimages,
.tm-extra-product-options ul.tmcp-ul-wrap.fullwidth-ul li.tmcp-field-wrap.tm-auto-row.tc-mode-endimages {
	width: 100%;
}

.tc-label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--tcinnergap);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fullwidth-ul .tc-label-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.fullwidth-ul .tc-label-inner .tc-price-wrap {
	justify-self: flex-end;
}

.fullwidth-ul .tc-mode-color .tc-label-inner .tc-price-wrap,
.fullwidth-ul .tc-mode-images .tc-label-inner .tc-price-wrap {
	justify-self: center;
}

.tc-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tc-mode-images .tc-label-wrap,
.tc-mode-color .tc-label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	gap: var(--tcinnergap);
}

.tc-mode-images .tc-inline-description,
.tc-mode-color .tc-inline-description {
	text-align: center;
}

.tc-inline-description:empty {
	display: none;
}

.radio-image-label,
.checkbox-image-label {
	display: block;
	text-align: center;
	line-height: 1.5;
	width: 100%;
}

.tc-label.tm-label .radio-image-label,
.tc-label.tm-label .checkbox-image-label {
	display: inline;
	margin-right: 0.5em;
}

.tc-label.tm-label .radio-image-label:empty,
.tc-label.tm-label .checkbox-image-label:empty {
	margin-right: 0;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-label-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: var(--tcinnergap);
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .fullwidth .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .fullwidth .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .fullwidth .tc-label-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .fullwidth .tc-label-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .tc-epo-style-wrapper,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startcolor .tc-input-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .tc-epo-style-wrapper,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endcolor .tc-input-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-epo-style-wrapper,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-startimages .tc-input-wrap,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-epo-style-wrapper,
.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap.tc-mode-endimages .tc-input-wrap {
	display: none;
}

li.tmcp-field-wrap.tm-per-row.is-separator {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.tm-extra-product-options .is-separator .tc-label-wrap.tc-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.is-separator .tc-label.tc-separator-label {
	padding: 0 !important;
	width: 100%;
}

.tm-extra-product-options .is-separator .tc-tooltip {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 0;
	flex: 0 1 0;
	margin: 0;
}

.tm-extra-product-options .tm-has-clearbutton ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-active {
	display: grid;
	grid-template-columns: 1fr auto;
}

.tc-expand .tmcp-ul-wrap {
	overflow: hidden;
	-webkit-transition: max-height 0.5s ease, opacity 0.3s ease;
	transition: max-height 0.5s ease, opacity 0.3s ease;
}

.tc-expand .tc-element-container {
	position: relative;
}

/* 10. Checkbox and Radio button custom styles */

.tc-epo-style-wrapper + .tmhexcolorimage,
.tc-epo-style-wrapper + .tc-label-wrap .tmhexcolorimage:first-child {
	margin: 0 0.5em;
	vertical-align: middle;
}

.tc-epo-style-wrapper .tc-input-wrap .tm-epo-field {
	position: absolute !important;
	top: calc(var(--tc-radio-size) / 2);
	left: calc(var(--tc-radio-size) / 2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

/* for product elements that use checkbox mode */
.tc-active .tc-extra-product-options .tc-epo-style-wrapper .tm-epo-style::after {
	opacity: 0;
}

.tc-active .tc-epo-style-wrapper .tm-epo-style::after,
.tc-active .tc-extra-product-options .tc-active .tc-epo-style-wrapper .tm-epo-style::after {
	opacity: 1;
}

.tc-epo-style-wrapper {
	height: auto;
	width: auto;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1em;
	-webkit-transform: translate(0%, 50%);
	transform: translate(0%, 50%);
	top: calc(var(--tc-radio-size) / -2);
	letter-spacing: 0;
	word-spacing: 0;
	-webkit-font-kerning: none;
	font-kerning: none;
	font-family: none;
	--tc-radio-size: 1.5em;
	--tc-radio-font-size: 1em;
}

.tm-epo-style {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent none repeat scroll 0 0;
	border: 1px solid;
	cursor: pointer;
	height: var(--tc-radio-size);
	line-height: 1;
	margin: 0;
	padding: 0;
	width: var(--tc-radio-size);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: var(--tc-radio-font-size);
}

.tm-epo-style::after {
	content: "\f00c";
	background: transparent none repeat scroll 0 0;
	font-family: "Font Awesome 7 Free", sans-serif !important;
	font-weight: 900;
	height: 1em !important;
	opacity: 0;
	display: inline-block !important;
	text-align: center !important;
	width: 1em !important;
	color: inherit !important;
	font-size: inherit !important;
	bottom: auto !important;
	line-height: 1 !important;
}

.tc-epo-style-wrapper.tc-radio .tm-epo-style::after {
	content: "\f111";
}

.tm-epo-style:hover::after {
	opacity: 0.5;
}

.tm-epo-style.circle,
.tm-epo-style.circle2 {
	border-radius: 100%;
}

.tm-epo-style.round,
.tm-epo-style.round2 {
	border-radius: 5px;
}

.tm-epo-style.circle2,
.tm-epo-style.round2,
.tm-epo-style.square2 {
	border-width: 2px;
}

.tc-epo-style-wrapper.square .tm-epo-style::after {
	font-size: 0.6em !important;
}

.tc-epo-style-wrapper.circle2 .tm-epo-style::after,
.tc-epo-style-wrapper.round2 .tm-epo-style::after,
.tc-epo-style-wrapper.square2 .tm-epo-style::after {
	font-size: 0.5em !important;
}


/* 11. Checkbox and Radio button swatches */

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-epo-text-wrapper {
	padding: var(--tcinnergap);
	gap: var(--tcgap);
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-epo-text-wrapper label {
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tc-epo-text-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: var(--tcinnergap);
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-color,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-images,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	min-width: var(--tcinlinesize);
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-images .tmcp-field-wrap-inner,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-color .tmcp-field-wrap-inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-mode-text .tmcp-field-wrap-inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: auto;
}

.tc-epo-text-wrapper input[type="checkbox"].tm-epo-field,
.tc-epo-text-wrapper input[type="radio"].tm-epo-field {
	visibility: hidden;
	position: absolute;
	display: inline !important;
}

.tmhexcolorimage {
	display: block;
	height: 100% !important;
	max-height: 100% !important;
	max-width: 100% !important;
	width: 100%;
}

.tm-floating-box .tmhexcolorimage {
	min-width: 50px !important;
	min-height: 50px !important;
}

.tm-floating-box .radio-image-label,
.tm-floating-box .checkbox-image-label {
	text-align: initial;
}

.tmhexcolorimage.tc-center .tc-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto !important;
	height: auto !important;
	padding-top: calc(100% - (2px * 2)) !important;
	max-width: calc(100% - (2px * 2)) !important;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	min-width: min(var(--tcinlinesize), calc(100% - (2px * 2)));
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap input.use_images + label {
	display: inline-block;
	padding: 0 !important;
	max-width: 100%;
	border: 0 solid;
	position: relative;
	line-height: 0;
	margin: 0 !important;
	height: auto !important;
	background: none !important;
}

.tc-image {
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	padding: 0;
	pointer-events: none !important;
	height: auto;
	max-width: 100%;
}

.tm-extra-product-options .tc-active .tc-image {
	border-style: solid;
}

.tc-image.tc-image-inline,
.tc-image-inline {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: transparent none repeat scroll 0 0;
	border: 2px solid transparent;
	cursor: pointer;
	height: var(--tcinlinesize);
	line-height: 1;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: var(--tcinlinesize);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 1em;
}

.tc-epo-style-space::after {
	content: "\00a0";
	display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin-left: calc(-1ch / 2);
	font-family: sans-serif;
}

.tc-center .tc-epo-style-space::after {
	display: none;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap .tmhexcolorimage-inline {
	width: auto !important;
	padding: 0 !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	top: calc(var(--tcinlinesize) / -2);
	position: relative;
	height: auto !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1em;
}

.tm-extra-product-options ul.tmcp-elements li.tmcp-field-wrap .tc-image-inline {
	max-height: var(--tcinlinesize) !important;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text {
	border-style: solid;
	cursor: pointer;
	border-color: var(--text-swatch-border-color);
	border-width: var(--text-swatch-border-width);
	border-radius: var(--swatch-border-radius);
}

.tm-extra-product-options .tc-epo-element-product-thumbnail {
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
}

.tc-image,
.tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tc-image,
.tm-extra-product-options .tc-epo-element-product-thumbnail {
	border-color: var(--swatch-border-color);
	border-width: var(--swatch-border-width);
	border-radius: var(--swatch-border-radius);
}


.tm-extra-product-options .tmcp-field-wrap.tc-active.tc-mode-text,
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tc-image,
.tm-extra-product-options .tmcp-field-wrap.tc-active .tc-label-wrap .tm-transparent-swatch .tc-image,
.tm-extra-product-options .tc-epo-element-product-thumbnail.tc-active {
	border-color: var(--swatch-active-border-color);
	border-width: var(--swatch-active-border-width);
}

.tm-extra-product-options .tmcp-field-wrap.tc-active.tc-mode-text {
	outline-width: var(--text-swatch-active-border-width);
	outline-style: solid;
	outline-color: var(--swatch-active-border-color);
	border-width: var(--text-swatch-active-border-width);
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.round,
.round .tc-image,
.round.tc-image,
.tm-extra-product-options .tmcp-field-wrap.round .tc-label-wrap .tc-image {
	--swatch-border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.circle .tc-image,
.circle.tc-image,
.tm-extra-product-options .tmcp-field-wrap.circle .tc-label-wrap .tc-image {
	--swatch-border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.circle {
	--swatch-border-radius: 18px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.square,
.square .tc-image,
.square.tc-image,
.tm-extra-product-options .tmcp-field-wrap.square .tc-label-wrap .tc-image {
	--swatch-border-radius: 0;
	--swatch-border-width: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.shadow,
.shadow .tc-image,
.shadow.tc-image,
.tm-extra-product-options .tmcp-field-wrap.shadow .tc-label-wrap .tc-image {
	--swatch-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap.tc-active.shadow.tc-mode-text,
.tm-extra-product-options .tmcp-field-wrap.tc-active.shadow .tc-label-wrap .tc-image {
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
}

.tm-extra-product-options .tmcp-field-wrap.tc-mode-text.thinline,
.thinline .tc-image,
.thinline.tc-image,
.tm-extra-product-options .tmcp-field-wrap.thinline .tc-label-wrap .tc-image {
	--swatch-border-radius: 0;
	--swatch-border-width: 1px;
	border-style: groove;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tc-image.tm-transparent-swatch,
.tm-transparent-swatch .tc-image,
.tm-extra-product-options .tmcp-field-wrap .tc-label-wrap .tm-transparent-swatch .tc-image {
	border-style: dotted;
	border-color: inherit;
}

.tm-extra-product-options input.use_images + label + .amount {
	display: block;
	text-align: center;
}

.radio-image-label-inline,
.checkbox-image-label-inline {
	display: inline;
}

.tc-label.tm-label .radio-image-label + .tmhexcolorimage,
.tc-label.tm-label .checkbox-image-label + .tmhexcolorimage {
	vertical-align: middle;
}

.tm-hide-label + .radio-image-label,
.tm-hide-label + * + .radio-image-label,
.tm-hide-label + .checkbox-image-label,
.tm-hide-label + * + .checkbox-image-label {
	display: none !important;
}

/* 12. Product element */

.tm-extra-product-options .tmcp-ul-wrap.tm-extra-product-options-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcgap);
}

.tm-extra-product-options-product > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

li.tc-epo-element-product-holder {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tc-epo-element-product-container-wrap:empty {
	margin: 0;
}

.tc-epo-element-product-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.tc-epo-element-product-container-left,
.tc-epo-element-product-container-right,
.tc-epo-element-product-container-full {
	padding: 0;
	margin: 0;
}

.tc-epo-element-product-container-cart {
	display: grid;
	gap: var(--tcgap);
}

.tc-epo-element-product-container-cart > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	margin: 0 !important;
}

.cpf-type-product-thumbnailmultiple .tc-epo-element-product-container-cart > .stock {
	text-align: center;
}

.tc-extra-product-options-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcgap);
}

.tc-extra-product-options-inline > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.tc-extra-product-options-inline:not(:has(.tc-extra-product-options)) {
	display: none;
}

.tc-epo-element-product-container-wrap .product-title,
.tc-epo-element-product-container-wrap .product-price,
.tc-epo-element-product-container-wrap .product-description,
.tc-epo-element-product-container-wrap .product-meta,
.tc-epo-element-product-container-wrap .tc-extra-product-options-inline {
	margin: 0;
	padding: 0;
}

.cpf-type-product-thumbnailmultiple .tc-epo-element-product-container-wrap .tm-quantity,
.cpf-type-product-thumbnailmultiple .tc-epo-element-product-container-wrap .tm-quantity-alt {
	max-width: none;
	text-align: center;
}

/* The first selector is to take into account some Elementor configurations. */
.woocommerce div.product .tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity,
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity {
	float: none;
	display: inline-block !important;
	font-size: inherit;
}

.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container,
.tm-extra-product-options .cpf-type-product-dropdown ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container {
	padding: 0;
	margin: 0;
	list-style: none outside none !important;
	position: relative;
}

.tm-extra-product-options .cpf-type-product-radio ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > .tc-field-label-wrap,
.tm-extra-product-options .cpf-type-product-checkbox ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner .tc-field-label-wrap {
	gap: var(--tcinnergap);
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container {
	padding: var(--tcgaprow) 0;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	list-style: none outside none !important;
	position: relative;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tc-epo-element-product-li-container {
	padding: var(--tcgap);
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap label,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap label {
	cursor: pointer;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tm-epo-field.tmcp-radio,
.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tc-epo-style-wrapper,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > label .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > label .tc-epo-style-wrapper,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tm-epo-field.tmcp-checkbox,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tc-epo-style-wrapper {
	display: none;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	margin: 0;
	float: none;
	max-width: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	gap: 0;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > .tm-epo-field-label,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > .tm-epo-field-label {
	text-align: center;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap .tm-epo-reset-radio {
	right: var(--tcgapcolumn);
	top: var(--tcgaprow);
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap img.wp-post-image,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap img.wp-post-image {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	width: auto;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > label .tc-label-wrap,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > label .tc-label-wrap,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label .tc-label-wrap {
	display: block;
}

.tm-extra-product-options .cpf-type-product-thumbnail ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > .tm-epo-field-label,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > .tmcp-field-wrap-inner > label.tm-epo-field-label,
.tm-extra-product-options .cpf-type-product-thumbnailmultiple ul.tmcp-ul-wrap.tm-element-ul-product > li.tmcp-field-wrap > label.tm-epo-field-label {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container.tc-show-image {
	display: grid;
	grid-template-columns: minmax(auto, 3em) 1fr;
	gap: var(--tcgapcolumn);
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container .tc-epo-element-product-container-left,
.tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container .tc-epo-element-product-container-right {
	max-width: unset;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-epo-element-product-container-cart {
	gap: var(--tcinnergap);
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-bundle-control {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: var(--tcgapcolumn);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-product-image img {
	width: 100%;
	height: auto;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-image-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-wrap {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s all linear;
	transition: 0.3s all linear;
	opacity: 0;
	visibility: hidden;
	border: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	container-type: inline-size;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-button {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 40cqw !important;
}

.tm-extra-product-options .cpf-type-product-custombundle .tc-lightbox-image-wrap:hover .tc-lightbox-wrap {
	opacity: 1;
	visibility: visible;
}

.tm-extra-product-options .cpf-type-product .product-description p:last-child {
	margin-bottom: 0;
}

.tc-epo-element-variable-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: var(--tcgap);
}

.tc-epo-element-variable-product > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

table.tc-epo-element-variations {
	margin: 0 !important;
}

.woocommerce table.tc-epo-element-variations {
	margin-bottom: 1em;
	border: 0;
	width: 100%;
}

.woocommerce table.tc-epo-element-variations td,
.woocommerce table.tc-epo-element-variations th {
	border: 0;
	vertical-align: top;
	line-height: 2;
}

.woocommerce table.tc-epo-element-variations label {
	font-weight: 700;
}

.woocommerce table.tc-epo-element-variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	margin-right: 1em;
}

.woocommerce table.tc-epo-element-variations td.label {
	padding-right: 1em;
}

.woocommerce .tc-epo-element-variable-product .woocommerce-variation-description p {
	margin-bottom: 1em;
}

.woocommerce .tc-epo-element-variable-product .tc-epo-element-variable-reset-variations {
	visibility: hidden;
	font-size: 0.83em;
}

.woocommerce .tc-epo-element-variable-product .wc-no-matching-variations {
	display: none;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-product-hidden,
.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap.tc-product-hidden .tmcp-field-wrap-inner {
	display: none;
}

.tc-product-image {
	margin: 0;
}

/* 13. Tooltip */

#tm-tooltip {
	font-size: 0.875em;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	line-height: 1.5;
	color: var(--tooltip-color);
	background: var(--tooltip-background-color);
	background-blend-mode: luminosity;
	border-radius: 5px;
	position: absolute;
	z-index: 145400;
	padding: 15px;
	pointer-events: none;
	bottom: auto !important;
	top: auto;
	left: auto;
	right: auto;
	border: 1px solid var(--tooltip-border-color);
	-webkit-backdrop-filter: var(--tooltip-backdrop-blur);
	backdrop-filter: var(--tooltip-backdrop-blur);
}

#tm-tooltip p:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

#tm-tooltip::after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--tooltip-border-color);
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -10px;
}

#tm-tooltip::before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--tooltip-border-color);
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tm-tooltip.top::after {
	border-top-color: transparent;
	border-bottom: 10px solid var(--tooltip-border-color);
	top: -19px;
	bottom: auto;
}

#tm-tooltip.top::before {
	border-top-color: transparent;
	border-bottom: 10px solid var(--tooltip-border-color);
	top: -20px;
	bottom: auto;
}

#tm-tooltip.left::after {
	left: 10px;
	margin: 0;
}

#tm-tooltip.right::after {
	right: 10px;
	left: auto;
	margin: 0;
}

#tm-tooltip img {
	max-width: 100%;
}

#tm-tooltip.tc-error {
	--tooltip-background-color: #ff4500;
	--tooltip-border-color: rgba(255, 255, 255, 0.5);
	--tooltip-color: #fff;
}

.tc-tooltip {
	color: #2980b9;
	cursor: help;
	font-size: 1em;
	margin: 0;
}

.tc-epo-style-space.tc-tooltip {
	line-height: inherit !important;
}

.tc-icontooltipleft {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.tc-icontooltipright {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
}

/* 14. Cart and Order styles */

.woocommerce #content table.cart img.epo-option-image,
.woocommerce table.cart img.epo-option-image,
.woocommerce-page #content table.cart img.epo-option-image,
.woocommerce-page table.cart img.epo-option-image,
.epo-option-image {
	max-height: 100px;
	max-width: 70% !important;
	height: auto !important;
	width: auto !important;
	display: block;
}

.woocommerce-mini-cart img.epo-upload-image,
.woocommerce #content table.cart img.epo-upload-image,
.woocommerce table.cart img.epo-upload-image,
.woocommerce-page #content table.cart img.epo-upload-image,
.woocommerce-page table.cart img.epo-upload-image,
.epo-upload-image {
	max-height: none !important;
	max-width: 70% !important;
	width: auto !important;
	height: 100% !important;
}

dl.variation dt.tc-hidden-variation {
	margin: 0;
}

.tc-row.tm-cart-row {
	border-color: #eee;
	border-radius: 0;
	border-style: none none dotted;
	border-width: 0 0 1px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: var(--tcgap);
}

.tm-cart-row-header {
	font-weight: 700;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 2;
}

.tc-row.tm-cart-row:last-child {
	border: 0 none;
}

.tc-row.tm-cart-row .tc-cell.cpf-name {
	font-weight: 700;
}

.tc-row.tm-cart-row .tc-cell.cpf-price,
.tc-row.tm-cart-row .tc-cell.cpf-total-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tc-row.tm-cart-row .tc-cell.cpf-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

dl.variation.tc-epo-metadata,
.woocommerce .wc-item-meta {
	word-break: break-word;
}

dl.variation.tc-epo-metadata .tc-name,
dl.variation.tc-epo-metadata .tc-value,
.woocommerce .wc-item-meta .tc-name
.woocommerce .wc-item-meta .tc-value {
	white-space: pre-wrap;
}


dl.variation.tc-epo-metadata .tc-hidden-variation {
	margin: 0;
	padding: 0;
	width: 0;
	visibility: hidden;
}

.cpf-img-on-cart img {
	position: static !important;
	height: auto !important;
	width: auto !important;
	max-height: 3em;
	-o-object-fit: cover;
	object-fit: cover;
}

.cpf-data-on-cart::before {
	content: "\f14a";
	font-family: "Font Awesome 7 Free", sans-serif;
	font-weight: 900;
	font-size: 1em;
	vertical-align: middle;
	position: absolute;
}

.cpf-data-on-cart > .cpf-data-value {
	margin: 0 1.5em;
}

.cpf-img-on-cart .cpf-data-on-cart::before {
	content: "";
	display: none;
}

.cpf-data-on-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.5em;
	width: 100%;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.cpf-img-on-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - var(--tcgapcolumn));
	gap: var(--tcgap);
}

.cpf-data-on-cart:last-of-type,
.cpf-img-on-cart:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.cpf-img-on-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - var(--tcgapcolumn));
	gap: var(--tcgap);
}

.cpf-img-on-order img {
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: unset !important;
}

.cpf-img-on-order > * {
	display: block;
}

.woocommerce #content table.cart img.epo-option-image,
.woocommerce table.cart img.epo-option-image,
.woocommerce-page #content table.cart img.epo-option-image,
.woocommerce-page table.cart img.epo-option-image,
.woocommerce-mini-cart .cpf-img-on-cart .epo-option-image,
.woocommerce-checkout-review-order .cpf-img-on-cart .epo-option-image,
.woocommerce-order-details .cpf-img-on-cart .epo-option-image,
.epo-option-image,
.cpf-img-on-order > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.woocommerce-mini-cart .cpf-img-on-cart img {
	max-width: 50px !important;
}

.cpf-color-on-cart {
	width: 1em;
	height: 1em;
	display: inline-block;
	border: 1px solid;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

td.product-name a.tm-cart-edit-options,
.tm-cart-edit-options {
	display: block;
	font-size: 0.7em;
	font-style: italic;
	font-weight: 700;
}

.tm-epo-cart-option-mobile {
	display: none;
}

.shop_table tbody tr.tm-epo-cart-row {
	height: auto;
}

.woocommerce table.shop_table .tm-epo-cart-row td {
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.tm-epo-cart-option-label,
.tm-epo-cart-option-value.tm-epo-cart-no-label {
	font-weight: 700;
}

.woocommerce table.shop_table .tm-epo-cart-row-product td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table .tm-epo-cart-row-product + .tm-epo-cart-row td {
	border-top: 0 none;
}


.woocommerce table.shop_table_responsive tr.tm-epo-cart-row td::before,
.woocommerce-page table.shop_table_responsive tr.tm-epo-cart-row td::before {
	display: none !important;
}

.tc-price-in-cart,
.tc-quantity-in-cart {
	font-size: smaller;
}

.tc-associated-table-product .tc-associated-table-product-indent {
	padding-left: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tc-associated-table-product .tc-associated-table-product-price::after {
	font-family: "Font Awesome 7 Free", sans-serif;
	font-size: 1em;
	content: "\f3be";
	font-weight: 900;
	margin: 0 0.5em;
	padding: 0;
	opacity: 0.3;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tc-associated-table-product .tc-associated-table-product-indent * {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.tc-associated-table-product-name {
	font-weight: 700;
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

/* 15. Various styles */

.tc-has-force-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.tm-dpd-label {
	display: block;
	font-size: 80%;
}

.tm-animated {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

.tc-chars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: x-small;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
	max-width: 100%;
	gap: calc(1ch / 2);
}

.tm-button {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 13px !important;
	margin: 0;
	height: 30px;
	line-height: 28px !important;
	padding: 0 12px 2px !important;
	text-decoration: none;
	white-space: nowrap;
	background: none repeat scroll 0 0 #f7f7f7;
	border-color: #ccc;
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
	color: #555;
	vertical-align: top;
}

.tm-button:hover {
	background: none repeat scroll 0 0 #fafafa;
	border-color: #999;
	color: #222;
}

.tc-hide-add-to-cart-button {
	display: none !important;
}

.tc-clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.tm-preloader-img {
	position: absolute !important;
	z-index: 2;
	opacity: 0.6;
}

button.tmicon {
	display: inline-block;
	left: auto !important;
	position: relative;
	right: auto !important;
	overflow: hidden;
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: none;
	border: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

button.tmicon.delete {
	color: #ff4500;
	border-radius: 100%;
}

button.tmicon.delete:hover {
	color: #fff;
	background: #ff4500;
}

.pointereventsoff {
	pointer-events: none;
}

.tm-hide {
	visibility: hidden !important;
	padding: 0 !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	opacity: 0 !important;
}

.tm-show {
	display: block !important;
}

.tm-extra-product-options .tc-row.tm-show,
.tc-row.tm-show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@-webkit-keyframes appear {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes appear {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.appear {
	-webkit-animation-name: appear;
	animation-name: appear;
}

.tc-tabs {
	width: 100%;
}

.tc-tabs.tc-cell {
	margin-bottom: 0;
}

.has-scroll-arrows.tc-tab-headers {
	padding: 0;
	max-width: calc(100% - 4em - 1px) !important;
	left: 2em;
}

.tc-tabs-wrap .tc-row .tc-cell:last-of-type {
	margin-bottom: 0;
}

.tc-tab-headers-wrap {
	position: relative;
}

.tc-scroll-left-arrow,
.tc-scroll-right-arrow {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	width: 1em;
	text-align: center;
	height: 100%;
	top: 0;
	z-index: 2;
}

.tc-scroll-left-arrow.scroll-arrow-show,
.tc-scroll-right-arrow.scroll-arrow-show {
	display: block;
	border: 1px solid;
	height: 100%;
	width: calc(2em + 1px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tc-scroll-left-arrow {
	left: 0;
}

.tc-scroll-right-arrow {
	right: 0;
}

.tc-scroll-left-arrow::before,
.tc-scroll-right-arrow::before {
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.tc-scroll-left-arrow::before {
	content: "\25C0";
}

.tc-scroll-right-arrow::before {
	content: "\25B6";
}

.tc-tab-headers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: center;
	align-content: center;
	gap: 1em;
	margin: 0;
	padding: 0;
	overflow: hidden !important;
	position: relative;
	width: 100%;
	min-height: 1px;
}

.tab-header {
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	padding: var(--tcgap);
	position: relative;
	margin: 0;
}

.tab-header.open {
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

.tab-header.open::before,
.tab-header.open::after {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 1px solid;
	bottom: 0;
	height: 0;
	width: 999em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tab-header.open::before {
	right: 100%;
}

.tab-header.open::after {
	left: 100%;
}

.tc-tab-content.tcwidth-100 {
	padding: var(--tcgap);
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

.tc-tab-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tab-header.open,
.tab-header.open:focus {
	font-weight: 700;
}


.woocommerce div.product .tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity.tc-has-buttons,
.tm-extra-product-options .tc-epo-element-product-container-wrap .tc-epo-element-product-container-cart .tm-quantity-alt .quantity.tc-has-buttons {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
}

.tc-has-buttons input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	border-radius: 0 !important;
	font-size: 1em;
	max-width: 3em;
	text-align: center;
	width: 3em;
	display: inline-block;
	margin: 0;
	padding: 0.4em 0;
	min-width: unset;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	height: auto !important;
}

.tc-has-buttons input[type="number"]::-webkit-inner-spin-button,
.tc-has-buttons input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (max-width: 549px) {

	.tc-has-buttons input[type="number"] {
		width: 2em;
	}
}

.tc-has-buttons .tc-qty-button {
	font-weight: 400;
	overflow: hidden;
	position: relative;
	text-transform: none;
	float: none !important;
	vertical-align: unset !important;
	padding: 0.618em 1em !important;
	line-height: 1;
	font-size: 1em;
	display: inline-block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

.tc-has-buttons .tc-qty-button.minus {
	border-bottom-right-radius: 0 !important;
	border-right: 0 !important;
	border-top-right-radius: 0 !important;
}

.tc-has-buttons .tc-qty-button.plus {
	border-bottom-left-radius: 0 !important;
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
}

.tc-active .tc-choice-button-selector {
	display: none;
}

/* 16. Theme fixes */

/* nielsen theme fix */

.tc-extra-product-options .sbHolder .sbSelector {
	background-color: #fff;
	height: 35px;
	padding: 5px 10px;
}

/* Aurum theme fix */

.tc-images-container .replaced-checkboxes + label::before,
.tc-images-container .replaced-radio-buttons + label::before,
.replaced-checkboxes + label.tm-epo-style::before,
.replaced-radio-buttons + label.tm-epo-style::before {
	display: none;
}

/* Salient minimal form fix */

body[data-form-style="minimal"] .tc-extra-product-options .minimal-form-input label {
	pointer-events: auto !important;
}

/* Woomart theme quick shop view fix */

.has-options .quick-shop-wrapper .woocommerce-variation-add-to-cart {
	display: block !important;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

/* Elementor and theme fixes */
.tm-has-options :is(.elementor-widget-woocommerce-product-add-to-cart,
.tm-has-options .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.tm-has-options .elementor-widget-wc-add-to-cart,
.tm-has-options .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart,
.tm-has-options :is(.elementor-widget-woocommerce-product-add-to-cart,
.tm-has-options .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.tm-has-options .elementor-widget-wc-add-to-cart,
.tm-has-options .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form),
.thb-product-main-row .summary form.cart,
.woocommerce .oxy-woo-element div.product.tm-has-options .woocommerce-variation-add-to-cart,
.tm-has-options .fullwidth-button .cart:not(.variations_form),
.tm-has-options .fullwidth-button .woocommerce-variation-add-to-cart.variations_button,
.single-product div.product.tm-has-options form.cart,
.single-product div.product.tm-has-options .single-button-wrapper,
.single-product div.product.tm-has-options .entry-summary form.cart:not(.variations_form):not(.grouped_form),
.single-product div.product.tm-has-options .variations_button,
.woocommerce div.product.elementor.tm-has-options form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor.tm-has-options form.cart:not(.grouped_form):not(.variations_form),
.woocommerce .oxy-woo-element div.product.tm-variations-only .woocommerce-variation-add-to-cart,
.tm-variations-only .fullwidth-button .cart:not(.variations_form),
.tm-variations-only .fullwidth-button .woocommerce-variation-add-to-cart.variations_button,
.single-product div.product.tm-variations-only form.cart,
.single-product div.product.tm-variations-only .single-button-wrapper,
.single-product div.product.tm-variations-only .entry-summary form.cart:not(.variations_form):not(.grouped_form),
.single-product div.product.tm-variations-only .variations_button,
.woocommerce div.product.elementor.tm-variations-only form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor.tm-variations-only form.cart:not(.grouped_form):not(.variations_form) {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	max-width: 100%;
}

.tm-has-options .fusion-woo-cart .fusion-button-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px){/* stylelint-disable no-descending-specificity */
/* stylelint-disable selector-class-pattern */

/**
 * This file contains the styling for the plugin.
 *
 * Please do not make alterations to this file as you
 * will loose them when updating the plugin.
 *
 * This file contents are outlined below.
 *
 * 1. Grid system
 * 2. Containers
 * 3. Elements
 * 4. Floatbox
 * 5. Floating totals box
 * 6. Validation errors
 * 7. Lightbox
 * 8. Datepicker and Timepicker
 * 9. Checkbox and Radio button
 * 10. Checkbox and Radio button custom styles
 * 11. Checkbox and Radio button swatches
 * 12. Product element
 * 13. Tooltip
 * 14. Cart and Order styles
 * 15. Various styles
 * 16. Theme fixes
 *
 * @package Extra Product Options/CSS
 * @version 6.0
 */

/* 1. Grid system */

.tm-responsive .tcwidth {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.tm-responsive .tm-extra-product-options ul.tmcp-elements:not(.tm-extra-product-options-variations) li.tmcp-field-wrap:not(.tm-per-row) {
	float: none !important;
	width: 100% !important;
}

.tm-responsive .tm-extra-product-options .tc-col-auto,
.tm-responsive .tm-extra-product-options .tc-cell.tc-col-auto,
.tm-responsive .tc-cell.tc-col-auto,
.tm-responsive .tc-col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}


/* 5. Floating totals box */

.tm-floating-box {
	display: none !important;
}

/* 10. Checkbox and Radio button custom styles */

.tm-epo-style:hover::after {
	opacity: 0;
}


/* 14. Cart and Order styles */

.tm-epo-cart-row .product-remove,
.tm-epo-cart-row .product-thumbnail,
.tm-epo-cart-row .product-price,
.tm-epo-cart-row .product-quantity,
.tm-epo-cart-row .product-subtotal,
.tc-epo-cart-row-total .product-remove,
.tc-epo-cart-row-total .product-thumbnail,
.tc-epo-cart-row-total .product-name,
.tc-epo-cart-row-total .product-price {
	display: none !important;
}

.tm-epo-cart-option-mobile {
	display: block;
}

}
:root {--tcgaprow: 15px;--tcgapcolumn: 15px;}
/*# sourceURL=themecomplete-styles-header-inline-css */

.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{fill:currentColor;height:100%;max-height:100%;max-width:100%;width:100%}

/*# sourceURL=https://sooinc.com/wp-content/plugins/safe-svg/dist/safe-svg-block-frontend.css */
/* CUSTOM SELECT */
.yay-currency-custom-select-wrapper {
  position: relative;
  user-select: none;
  min-width: 70px;
  width: 270px;
  font-size: 13px;
}

.yay-currency-custom-select-wrapper.widget {
  width: 100%;
}

.yay-currency-custom-select-wrapper.small {
  width: 235px;
  font-size: 11px;
}

.yay-currency-custom-select-wrapper.no-currency-name {
  width: fit-content;
}

.yay-currency-custom-select-wrapper.only-currency-name {
  width: 180px;
}

.yay-currency-custom-select-wrapper.only-currency-name-and-something {
  width: 215px;
}

.yay-currency-custom-select-wrapper.small.only-currency-name {
  width: 160px;
}

.yay-currency-custom-select-wrapper.small.only-currency-name-and-something {
  width: 190px;
}

.yay-currency-custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.yay-currency-custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3b3b3b;
  height: 40px;
  line-height: 14px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.yay-currency-custom-select__trigger.small {
  height: 30px;
}

.yay-currency-custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0 !important;
  right: 0;
  height: 0;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  max-height: 250px;
  overflow: auto;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  width: 100% !important;
}

.yay-currency-custom-select.open .yay-currency-custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.yay-currency-custom-arrow {
  position: relative;
  margin: 0 8px;
  height: 8px;
  width: 8px;
}
.yay-currency-custom-arrow::before,
.yay-currency-custom-arrow::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.2s;
}
.yay-currency-custom-arrow::before {
  left: -2px;
  transform: rotate(-45deg);
  background-color: #ccc;
}
.yay-currency-custom-arrow::after {
  left: 3px;
  transform: rotate(45deg);
  background-color: #ccc;
}
.open .yay-currency-custom-arrow::before {
  left: -2px;
  transform: rotate(45deg);
}
.open .yay-currency-custom-arrow::after {
  left: 3px;
  transform: rotate(-45deg);
}

.open .yay-currency-custom-select__trigger {
  border-radius: 4px 4px 0 0;
}

.yay-currency-custom-option-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 8px;
}

.yay-currency-custom-option-row li {
  padding: 0 !important;
}

.yay-currency-custom-option-row:hover {
  cursor: pointer;
  background-color: #f5f7fa;
}

.yay-currency-custom-option-row.selected {
  color: #ffffff;
  background-color: #2271b1;
}

.yay-currency-custom-selected-option {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.yay-currency-flag {
  display: inline-block;
  min-width: 24px;
  min-height: 18px;
  margin: 0 8px 0 0;
  border-radius: 2px;
}

.yay-currency-flag.small {
  min-width: 20px;
  min-height: 15px;
}

.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
mark, ins {
  text-decoration: none;
}

.yay-currency-checkout-notice,
.yay-currency-checkout-notice-admin{
  background: #f8f8f8;
  color: #555;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  width: 100% !important;
}

.yay-currency-checkout-notice {
  border-left: 3px solid #ffc106;
}

.yay-currency-checkout-notice-admin {
  border-left: 3px solid #2271b1;
}

.yay-currency-switcher {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.yay-currency-single-page-switcher {
  margin-bottom: 8px;
}

.yay-currency-form-switcher {
  margin: 0;
}

.yay-currency-dropdown {
  z-index: 9999 !important;
}

.yay-currency-dropdown a {
  visibility: hidden !important;
}

.yay-currency-dropdown {
  border-radius: 4px;
  height: 30px !important;
  margin: auto 0 !important;
  max-width: 290px !important;
  vertical-align: middle;
}

.yay-currency-form-switcher {
  display: none !important;
}

.yay-currency-country-flag{
  width: var(--flag-width);
  height: var(--flag-height);
  margin: var(--flag-margin);
}
/* CUSTOM SELECT */
.yay-currency-custom-select-wrapper {
  position: relative;
  user-select: none;
  min-width: 70px;
  width: 270px;
  font-size: 13px;
}

.yay-currency-custom-select-wrapper.widget {
  width: 100%;
}

.yay-currency-custom-select-wrapper.small {
  width: 235px;
  font-size: 11px;
}

.yay-currency-custom-select-wrapper.no-currency-name {
  width: fit-content;
}

.yay-currency-custom-select-wrapper.only-currency-name {
  width: 180px;
}

.yay-currency-custom-select-wrapper.only-currency-name-and-something {
  width: 215px;
}

.yay-currency-custom-select-wrapper.small.only-currency-name {
  width: 160px;
}

.yay-currency-custom-select-wrapper.small.only-currency-name-and-something {
  width: 190px;
}

.yay-currency-custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.yay-currency-custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3b3b3b;
  height: 40px;
  line-height: 14px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

.yay-currency-custom-select__trigger:hover {
  border: 1px solid #ccc;
}

.yay-currency-custom-select.open .yay-currency-custom-select__trigger {
  border: 1px solid #2271b1;
}

.yay-currency-custom-select__trigger.small {
  height: 30px;
}

.yay-currency-custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0 !important;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  background: #fff;
  height: 0;
  transition: all 0.2s;
  max-height: 250px;
  overflow: auto;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99999;
  width: 100% !important;
}

.yay-currency-custom-options.upwards {
  top: auto;
  bottom: 95%;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
}

.yay-currency-custom-select.open .yay-currency-custom-options {
  display: block;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  border-radius: 0 0 4px 4px;
}

.yay-currency-custom-arrow {
  position: relative;
  margin: 0 8px !important;
  height: 8px;
  width: 8px;
}
.yay-currency-custom-arrow::before,
.yay-currency-custom-arrow::after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.2s;
}
.yay-currency-custom-arrow::before {
  left: -2px;
  transform: rotate(-45deg);
  background-color: #ccc;
}
.yay-currency-custom-arrow::after {
  left: 3px;
  transform: rotate(45deg);
  background-color: #ccc;
}

.upwards.yay-currency-custom-arrow::before {
  left: -2px;
  transform: rotate(45deg);
  background-color: #ccc;
}
.upwards.yay-currency-custom-arrow::after {
  left: 3px;
  transform: rotate(-45deg);
  background-color: #ccc;
}

.open .yay-currency-custom-arrow::before {
  left: -2px;
  transform: rotate(45deg);
}
.open .yay-currency-custom-arrow::after {
  left: 3px;
  transform: rotate(-45deg);
}

.open .yay-currency-custom-select__trigger {
  border-radius: 4px 4px 0 0;
}

.open .upwards.yay-currency-custom-arrow::before {
  left: -2px;
  transform: rotate(-45deg);
}
.open .upwards.yay-currency-custom-arrow::after {
  left: 3px;
  transform: rotate(45deg);
}

.open .upwards.yay-currency-custom-select__trigger {
  border-radius: 0 0 4px 4px;
}

.yay-currency-custom-select.open .upwards.yay-currency-custom-options {
  border-radius: 4px 4px 0 0;
}

.yay-currency-custom-option-row {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 8px !important;
  margin: 0 !important;
  color: #5c5c5c;
  line-height: 14px !important;
  background-color: #fff;
}

.yay-currency-custom-option {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
}

.yay-currency-custom-option.small {
  font-size: 11px !important;
}

.yay-currency-custom-option::before {
  border-color: transparent !important;
}

.yay-currency-custom-option-row:hover {
  cursor: pointer;
  background-color: #f5f7fa;
}

.yay-currency-custom-option-row.selected {
  color: #ffffff;
  background-color: #2271b1;
}

.yay-currency-custom-selected-option {
  display: flex;
  align-items: center;
  padding: 0 8px !important;
}

.yay-currency-flag {
  display: inline-block;
  min-width: 24px;
  min-height: 18px;
  margin: 0 8px 0 0 !important;
  border-radius: 2px;
}

.yay-currency-flag.small {
  min-width: 20px;
  min-height: 15px;
}

.overflow-fix {
  overflow: visible !important;
}

.z-index-fix {
  z-index: 9999 !important;
}

/* Fix menu item Astra theme */
.yay-currency-dropdown.menu-item {
  display: inline-block;
}
.yay-currency-product-page .ppc-button-wrapper{
  display: none;
}
.yay-currency-custom-loader {
  animation: spin 1s linear infinite;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #cfcfcf;
  border-radius: 50%;
  display: none;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}

.woocommerce-checkout-review-order-table .bundled_table_item .product-name {
  padding-left: 2.5em;
}

.yay-currency-custom-loader.active {
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */ /*!
* Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/.fa-fw,.fa-li{text-align:center}.fa,.fa-brands,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:auto;display:inline-block;font-style:normal;font-variant:normal;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x,.fa-stack-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;line-height:inherit;position:absolute;width:2em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-tiktok:before{content:"\e07b"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{ font-display:swap;font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(/wp-content/plugins/mystickyelements/dist/fonts/fa-brands-400.woff2) format("woff2") }.fa-brands,.fab{font-family:Font Awesome\ 5 Brands}@font-face{ font-display:swap;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(/wp-content/plugins/mystickyelements/dist/fonts/fa-regular-400.woff2) format("woff2") }.far{font-weight:400}@font-face{ font-display:swap;font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(/wp-content/plugins/mystickyelements/dist/fonts/fa-solid-900.woff2) format("woff2") }.far,.fas,.mystickyelement-wrap .fa,.mystickyelements-fixed .fa{font-family:Font Awesome\ 5 Free!important}.fas,.mystickyelement-wrap .fa,.mystickyelements-fixed .fa{font-weight:900!important}
body.elementor-editor-active .mystickyelements-fixed,body.znpb-theme-light .mystickyelements-fixed{display:none}.mystickyelements-fixed,.mystickyelements-fixed *,.mystickyelements-fixed :after,.mystickyelements-fixed :before{box-sizing:border-box}.mystickyelements-fixed ul{display:inline-block;list-style:none;vertical-align:top}.element-contact-form{background-color:#fff;border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,.16);left:100%;position:absolute;top:0;transform:rotateY(90deg);transform-origin:0 0 0;transition:all .5s ease 0s;width:440px;z-index:1}.element-contact-form .contact-form-heading{background-color:#f9f8fc;border-radius:10px 10px 0 0;color:#7761df;display:block;font-family:Poppins;font-size:16px;font-weight:500;line-height:1.2;margin:0;padding:18px 14px;position:relative;text-align:left}.element-contact-form .contact-form-heading .element-contact-close{color:#ccc;font-size:20px;line-height:1;position:absolute;right:20px;top:10px}.element-contact-form form{display:block;padding:0 14px 20px}.mystickyelements-fixed .wp-editor-container{text-align:left}.mse-form-success-message,.mystickyelements-fixed .contact-form-message{color:#067d06;font-size:14px;margin:0 0 10px;text-align:center}.mse-form-error-message{color:#d00;font-size:14px;margin:0 0 10px;text-align:center}#mse-form-error{bottom:unset;left:0;position:absolute;right:0}form#stickyelements-form input[type=submit][disabled]{opacity:.5}.mystickyelements-fixed ol,.mystickyelements-fixed ul{margin:0;padding:0}.mystickyelements-fixed{align-items:center;display:flex;font-family:Poppins;position:fixed;top:50%;transform:translateY(-50%);transition:all 1s ease 0s;z-index:99999}.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{bottom:0;top:0;transform:translateY(0)}.mystickyelements-entry-effect-fade{opacity:0}.mystickyelements-entry-effect-fade.entry-effect{opacity:1}.mystickyelements-fixed .mystickyelements-social-insagram .mystickyelements-social-text,.mystickyelements-fixed .social-insagram,.mystickyelements-wrap .social-insagram{background:#582bcd;background:linear-gradient(135deg,#582bcd,#ed4c33 50%,#f7d36f)}form#stickyelements-form ::-webkit-input-placeholder{color:#4f4f4f;opacity:1}form#stickyelements-form ::-moz-placeholder{color:#4f4f4f;opacity:1}form#stickyelements-form :-ms-input-placeholder{color:#4f4f4f;opacity:1}form#stickyelements-form :-moz-placeholder{color:#4f4f4f;opacity:1}.stickyelements-form label{display:block}form#stickyelements-form input,form#stickyelements-form select,form#stickyelements-form textarea{background-color:#fff;border:1px solid #dce2e2;border-radius:24px!important;color:#000;font-family:Poppins;font-size:12px;font-weight:400;height:38px;line-height:1.2;margin-top:15px;max-width:100%;padding:0 15px;width:100%}form#stickyelements-form select{-webkit-appearance:menulist;background-image:none}form#stickyelements-form .quicktags-toolbar input{border-radius:0!important;margin-top:0;width:auto}form#stickyelements-form textarea.wp-editor-area{border:0;border-radius:0!important;height:auto;margin:0}form#stickyelements-form .wp-editor-wrap{margin-top:15px}.mse-input-message{color:#d00;display:inline-block;font-size:12px;line-height:17px;padding:5px 0 0 15px;text-align:left}form#stickyelements-form textarea{height:100px;margin-bottom:20px;padding:15px;resize:none}form#stickyelements-form input[type=submit]{font-size:16px;font-weight:600;margin-bottom:0;margin-top:35px}form#stickyelements-form input.mse-input-error,form#stickyelements-form textarea.mse-input-error{border-color:#d00}form#stickyelements-form input:active,form#stickyelements-form input:focus,form#stickyelements-form select:active,form#stickyelements-form select:focus,form#stickyelements-form textarea:active,form#stickyelements-form textarea:focus{background-color:#eff5f8;border-color:#7761df;outline:0}form#stickyelements-form .contact-form-label{border:0;box-shadow:none;color:#000;display:block;font-family:Poppins;font-size:14px;font-weight:400;line-height:1.2;margin:12px 0 5px;padding:0;text-align:left}form#stickyelements-form .contact-form-label+input{margin-top:0}.mystickyelements-fixed li:after{clear:both;content:"";display:block}.mystickyelements-fixed ul li{display:none;margin:0;padding:0;position:relative;width:53px}.mystickyelements-fixed.mystickyelements-size-small ul li{width:45px}.mystickyelements-fixed.mystickyelements-size-large ul li{width:60px}.mystickyelements-fixed.mystickyelements-size-extra-large ul li{width:70px}.mystickyelements-fixed .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){display:none}.mystickyelements-fixed.mystickyelements-position-left .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:-50px}.mystickyelements-fixed.mystickyelements-position-right .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:50px}.mystickyelements-fixed ul li.element-desktop-on{display:block}span.mystickyelements-social-icon,span.mystickyelements-social-icon a{align-items:center;color:#fff;cursor:pointer;display:flex;flex-wrap:wrap;float:left;font-size:17px;height:53px;justify-content:center;line-height:1.2;position:relative;text-align:center;text-decoration:none;transition:all .5s ease 0s;width:53px}.mystickyelements-fixed .mystickyelements-icon-below-text{display:block;font-size:10px;line-height:1;width:100%}.mystickyelements-fixed.mystickyelements-size-small .mystickyelements-icon-below-text{font-size:10px}.mystickyelements-fixed.mystickyelements-size-large .mystickyelements-icon-below-text{font-size:14px}.mystickyelements-fixed.mystickyelements-size-extra-large .mystickyelements-icon-below-text{font-size:16px}.mystickyelements-social-icon a:active,.mystickyelements-social-icon a:focus,.mystickyelements-social-icon a:hover{background-color:transparent;color:#fff}span.mystickyelements-social-icon i{margin:0}span.mystickyelements-social-icon.social-line,span.mystickyelements-social-icon.social-qzone{align-items:center;display:flex;justify-content:center}.mystickyelements-size-small span.mystickyelements-social-icon,.mystickyelements-size-small span.mystickyelements-social-icon a{font-size:12px;height:45px;line-height:45px;width:45px}.mystickyelements-size-large span.mystickyelements-social-icon,.mystickyelements-size-large span.mystickyelements-social-icon a{font-size:20px;height:60px;line-height:60px;width:60px}.mystickyelements-size-extra-large span.mystickyelements-social-icon,.mystickyelements-size-extra-large span.mystickyelements-social-icon a{font-size:22px;height:70px;line-height:70px;width:70px}.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 0 25px 0!important}.mystickyelements-size-small.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-size-small.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:20px 0 20px 0!important}.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:50%!important}.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 25px 0 25px!important}.mystickyelements-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 20px 0 20px!important}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{z-index:1}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{background:red;bottom:8px;content:"";left:8px;position:absolute;right:8px;top:8px;transform:rotate(-45deg);z-index:-1}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before{background:linear-gradient(185deg,#582bcd,#ed4c33 50%,#f7d36f)}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{background-color:red;content:"";height:100%;opacity:0;position:absolute;top:0;width:26px;z-index:-1}.mystickyelements-position-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{display:none}.mystickyelements-on-click.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form).elements-active span.mystickyelements-social-icon:after,.mystickyelements-on-hover.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form):hover span.mystickyelements-social-icon:after{opacity:1}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:after{display:none}.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-bottom:26px solid transparent;border-top:27px solid transparent;content:"";height:0;position:absolute;top:0;width:0}.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:6px;left:6px;right:6px;top:6px}.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{width:22px}.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-bottom-width:22px;border-top-width:23px}.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:8px;left:8px;right:8px;top:8px}.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:10px;left:10px;right:10px;top:10px}.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{width:30px}.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{width:34px}.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-bottom-width:30px;border-top-width:30px}.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-bottom-width:35px;border-top-width:35px}.mystickyelements-templates-arrow span.mystickyelements-social-icon,.mystickyelements-templates-arrow span.mystickyelements-social-icon a,.mystickyelements-templates-arrow span.mystickyelements-social-text,.mystickyelements-templates-diamond span.mystickyelements-social-text,.mystickyelements-templates-triangle span.mystickyelements-social-text{border-radius:0!important}.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom:26px solid transparent;border-top:27px solid transparent;content:"";height:0;position:absolute;top:0;width:0}.mystickyelements-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-small.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:22px;border-top-width:23px}.mystickyelements-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-large.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:30px;border-left-width:30px;border-top-width:30px}.mystickyelements-size-extra-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-extra-large.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:35px;border-left-width:35px;border-top-width:35px}.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{background:linear-gradient(135deg,#582bcd,#ed4c33 50%,#f7d36f);border:0!important;height:38px;transform:rotate(45deg);width:38px;z-index:-1}.mystickyelements-templates-arrow.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text:before,.mystickyelements-templates-diamond.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text:before,.mystickyelements-templates-triangle.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text:before{opacity:0}.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-arrow ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text:before,.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-diamond ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text:before,.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-triangle ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text:before,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-arrow ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text:before,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-diamond ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text:before,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-triangle ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text:before{opacity:1;transition-delay:.5s}.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{bottom:0;height:53px;right:0;top:0;transform:none;width:53px}.mystickyelements-on-click.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{height:45px;width:45px}.mystickyelements-on-click.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{height:60px;width:60px}.mystickyelements-on-click.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{height:70px;width:70px}.mystickyelements-size-small.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{height:32px;width:32px}.mystickyelements-size-extra-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{height:43px;width:43px}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{background:red;bottom:1px;content:"";height:50px;position:absolute;top:1px;transform:rotate(-28deg) skewX(36deg);width:60px;z-index:-1}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before{background:linear-gradient(185deg,#582bcd,#ed4c33 50%,#f7d36f)}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{background-color:red;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:-1}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:after{display:none}.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).elements-active span.mystickyelements-social-icon:after,.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form):hover span.mystickyelements-social-icon:after{opacity:1}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-bottom:26px solid transparent;border-top:27px solid transparent;content:"";height:0;position:absolute;top:0;width:0}.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-bottom-width:22px;border-top-width:23px}.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-bottom-width:30px;border-top-width:30px}.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-bottom-width:35px;border-top-width:35px}span.mystickyelements-social-icon .fas.fa-sms{font-size:19px}.social-channels-item .social-channel-input-box img,span.mystickyelements-social-icon img{display:block;height:20px;margin:auto;width:20px}.mystickyelements-size-small span.mystickyelements-social-icon img{height:17px;width:17px}.mystickyelements-size-extra-large span.mystickyelements-social-icon img,.mystickyelements-size-large span.mystickyelements-social-icon img{height:25px;width:25px}.mystickyelements-templates-default span.mystickyelements-social-icon img{height:30px;width:30px}.mystickyelements-size-small.mystickyelements-templates-default span.mystickyelements-social-icon img{height:25px;width:25px}.mystickyelements-size-large.mystickyelements-templates-default span.mystickyelements-social-icon img{height:35px;width:35px}.mystickyelements-size-extra-large.mystickyelements-templates-default span.mystickyelements-social-icon img{height:40px;width:40px}.mystickyelements-templates-default span.mystickyelements-social-icon img.mystickyelements-stretch-custom-img,.social-channels-item .social-channel-input-box img.mystickyelements-stretch-custom-img{height:100%;width:100%}.social-channels-list.social-instagram_dm i.mystickyelement_instagramdm_icon,.social-instagram_dm i.mystickyelement_instagramdm_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/instagramdm-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-line i.mystickyelement_line_icon,.social-line i.mystickyelement_line_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/line-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-qzone i.mystickyelement_qzone_icon,.social-qzone i.mystickyelement_qzone_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/qzone-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-amazon i.mystickyelement_amazon_icon,.social-channels-list.social-amazon i.mystickyelement_amazon_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/amazon-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-flickr i.mystickyelement_flickr_icon,.social-flickr i.mystickyelement_flickr_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/flickr-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-slack i.mystickyelement_slack_icon,.social-slack i.mystickyelement_slack_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/slack-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-google_play i.mystickyelement_google_play_icon,.social-google_play i.mystickyelement_google_play_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/google-play-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-ebay i.mystickyelement_ebay_icon,.social-ebay i.mystickyelement_ebay_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/ebay-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-poptin_popups i.mystickyelement_poptin_icon,.social-poptin_popups i.mystickyelement_poptin_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/poptin-logo.svg) no-repeat 50%;background-size:100%;width:100%}.social-channels-list.social-fiverr i.mystickyelement_fiverr_icon,.social-fiverr i.mystickyelement_fiverr_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/fiverr-logo.svg) no-repeat 50%;background-size:100%;width:100%}.social-channels-list.social-shopify i.mystickyelement_shopify_icon,.social-shopify i.mystickyelement_shopify_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/shopify-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-gumroad i.mystickyelement_gumroad_icon,.social-gumroad i.mystickyelement_gumroad_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/gumroad-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-channels-list.social-printful i.mystickyelement_printful_icon,.social-printful i.mystickyelement_printful_icon{background:url(/wp-content/plugins/mystickyelements/dist/images/printful-logo.svg) no-repeat 50%;background-size:70%;width:100%}.social-amazon i.mystickyelement_amazon_icon,.social-ebay i.mystickyelement_ebay_icon,.social-fiverr i.mystickyelement_fiverr_icon,.social-flickr i.mystickyelement_flickr_icon,.social-google_play i.mystickyelement_google_play_icon,.social-gumroad i.mystickyelement_gumroad_icon,.social-instagram_dm i.mystickyelement_instagramdm_icon,.social-line i.mystickyelement_line_icon,.social-poptin_popups i.mystickyelement_poptin_icon,.social-printful i.mystickyelement_printful_icon,.social-qzone i.mystickyelement_qzone_icon,.social-shopify i.mystickyelement_shopify_icon,.social-slack i.mystickyelement_slack_icon{background-size:40%;display:block;height:100%}.social-fiverr i.mystickyelement_fiverr_icon{background-size:80%}.social-ebay i.mystickyelement_ebay_icon,.social-poptin_popups i.mystickyelement_poptin_icon{background-size:50%}.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-slack i.mystickyelement_slack_icon{background-size:21px}.mystickyelements-position-mobile-bottom .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom .social-slack i.mystickyelement_slack_icon{background-size:26px}.mystickyelements-position-mobile-bottom .social-flickr i.mystickyelement_flickr_icon{background-size:35px}.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-slack i.mystickyelement_slack_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-slack i.mystickyelement_slack_icon{background-size:30px}.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-flickr i.mystickyelement_flickr_icon{background-size:40px}span.mystickyelements-social-text{border-radius:0 10px 10px 0;color:#fff;float:left;font-size:14px;height:100%;left:100%;line-height:1.2;position:absolute;top:0;transform:rotateY(90deg);transform-origin:0 0 0;transition:all .5s ease 0s;white-space:nowrap}.mystickyelements-size-large span.mystickyelements-social-text{font-size:22px}.mystickyelements-size-extra-large span.mystickyelements-social-text{font-size:24px}.mystickyelements-position-right .element-contact-form,.mystickyelements-position-right span.mystickyelements-social-text{left:auto;right:100%;transform-origin:100% 0 0}.mystickyelements-position-right span.mystickyelements-social-text{border-radius:10px 0 0 10px}span.mystickyelements-social-text a,span.mystickyelements-social-text.mystickyelements-social-no-link{color:#fff;display:inline-block;height:100%;min-width:137px;padding-left:13px;padding-right:10px;padding-top:19px;text-decoration:none;vertical-align:top}.mystickyelements-size-small span.mystickyelements-social-text a,.mystickyelements-size-small span.mystickyelements-social-text.mystickyelements-social-no-link{padding-top:15px}.mystickyelements-size-extra-large span.mystickyelements-social-text a,.mystickyelements-size-extra-large span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-size-large span.mystickyelements-social-text a,.mystickyelements-size-large span.mystickyelements-social-text.mystickyelements-social-no-link{min-width:206px;padding-top:18px}.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-contact-form.elements-active .element-contact-form,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-contact-form.element-contact-active .element-contact-form,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-contact-form.element-contact-active:hover .element-contact-form{transform:rotateY(0deg)}.mystickyelements-fixed ul li.mystickyelements-contact-form.non-active .element-contact-form{transform:rotateY(90deg)!important}.mystickyelements-fixed ul li.mystickyelements-contact-form.elements-active .element-contact-form{transform:rotateY(0deg)!important}.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active span.mystickyelements-social-text{transform:rotateY(0)}.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text{transform:none}.mystickyelement-credit a{color:#000;display:inline-block;font-size:9px;margin:5px 0 0;text-decoration:none;vertical-align:top}.mystickyelement-credit a:hover{color:#000}.mystickyelements-fixed ul li.mystickyelements-contact-form{padding-bottom:49px;padding-top:42px}.mystickyelements-fixed.mystickyelements-size-small ul li.mystickyelements-contact-form{padding-bottom:51px;padding-top:48px}.mystickyelements-fixed.mystickyelements-size-extra-large ul li.mystickyelements-contact-form,.mystickyelements-fixed.mystickyelements-size-large ul li.mystickyelements-contact-form{padding-bottom:76px;padding-top:74px}.mystickyelements-contact-form .mystickyelements-social-icon{box-shadow:-3px 0 6px rgba(0,0,0,.16);display:block;font-size:12px;height:53px;line-height:1.2;padding:18px 10px 10px;transform:rotate(-90deg);transform-origin:51px 51px 0;width:144px}.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon{height:45px;line-height:1.2;padding:15px 10px 2px;transform-origin:48px 48px 0;width:144px}.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon{font-size:19px;height:60px;line-height:1.2;padding:18px 10px 2px;transform-origin:68px 68px 0;width:210px}.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon{font-size:21px;height:70px;line-height:1.2;padding:20px 10px 2px;transform-origin:73px 73px 0;width:220px}.mystickyelements-position-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:17px}.mystickyelements-position-bottom.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:15px}.mystickyelements-position-bottom.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:20px}.mystickyelements-position-bottom.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:22px}.mystickyelements-position-left .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:17px}.mystickyelements-position-left.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:15px}.mystickyelements-position-left.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:18px}.mystickyelements-position-left.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-right.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{font-size:20px}.mystickyelements-contact-form .mystickyelements-social-icon i{margin-right:6px}.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon i{margin-right:7px}.mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-contact-form .mystickyelements-social-icon i{margin-left:22px;margin-right:0}.mystickyelements-size-small .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon i{margin-left:18px}.mystickyelements-contact-form[dir=rtl] .element-contact-form .contact-form-heading,html[dir=rtl] .mystickyelements-contact-form .element-contact-form .contact-form-heading{text-align:right}.mystickyelements-contact-form[dir=rtl] .element-contact-form .contact-form-heading .element-contact-close,html[dir=rtl] .element-contact-form .contact-form-heading .element-contact-close{left:20px;right:auto}.mystickyelements-contact-form[dir=rtl] input[type=email],.mystickyelements-contact-form[dir=rtl] input[type=tel],.mystickyelements-contact-form[dir=rtl] input[type=url]{direction:rtl}.mystickyelements-contact-form[dir=rtl] .mse-input-message,.mystickyelements-contact-form[dir=rtl] form#stickyelements-form .contact-form-label,html[dir=rtl] .mse-input-message,html[dir=rtl] form#stickyelements-form .contact-form-label{text-align:right}.mystickyelements-position-left ul li:first-child .mystickyelements-social-icon,.mystickyelements-position-left ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-left ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left ul li:last-child .mystickyelements-social-icon{border-radius:0 0 10px 0}.mystickyelements-position-left ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-right ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:10px 10px 0 0}.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon{border-radius:0!important}.mystickyelements-position-right ul li:first-child .mystickyelements-social-icon{border-radius:10px 0 0 0}.mystickyelements-position-right ul li:last-child .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-right ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-right ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:10px 0 0 0}.mystickyelements-fixed ul li{color:#fff;cursor:pointer}span.mystickyelements-minimize.minimize-position-left{border-radius:0 10px 0 0;box-shadow:0 3px 6px rgba(0,0,0,.16);display:block;height:32px;line-height:32px;padding:0 11px;text-align:center;width:100%}.mystickyelements-templates-sharp .element-contact-form,.mystickyelements-templates-sharp .mystickyelements-minimize,.mystickyelements-templates-sharp .mystickyelements-social-icon,.mystickyelements-templates-sharp .mystickyelements-social-text{border-radius:0!important}.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-left{padding:0 4px}.mystickyelements-size-small li.mystickyelements-minimize.element-minimize,li.mystickyelements-minimize.element-minimize{width:27px}.mystickyelements-size-large li.mystickyelements-minimize.element-minimize{width:40px}.mystickyelements-size-extra-large li.mystickyelements-minimize.element-minimize{width:45px}.mystickyelements-fixed ul li.mystickyelements-minimize{display:inline-block;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;vertical-align:bottom}.mystickyelements-fixed.mystickyelements-size-large ul li.mystickyelements-minimize{font-size:25px}.mystickyelements-fixed.mystickyelements-size-extra-large ul li.mystickyelements-minimize{font-size:28px}.element-minimize span.mystickyelements-minimize.minimize-position-left{border-radius:0 6px 6px 0;padding:0;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s}span.mystickyelements-minimize.minimize-position-right{border-radius:10px 0 0 0;box-shadow:0 3px 6px rgba(0,0,0,.16);display:block;height:32px;line-height:32px;padding:0 11px;text-align:center;width:100%}.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-right{padding:0 5px}.element-minimize span.mystickyelements-minimize.minimize-position-right{border-radius:6px 0 0 6px;padding:0;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s}span.mystickyelements-minimize.minimize-position-bottom{border-radius:10px 0 0 0;box-shadow:0 3px 6px rgba(0,0,0,.16);display:block;text-align:center;width:100%}.mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form{top:-32px}.mystickyelements-custom-html{background-color:#fff;border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,.16);left:100%;max-height:500px;max-width:700px;min-width:300px;overflow-x:auto;overflow-y:auto;position:absolute;top:50%;transform:rotateY(90deg) translateY(-50%);transform-origin:0 0 0;transition:all .5s ease 0s;white-space:nowrap;width:700px;width:auto;z-index:1}.mystickyelements-custom-html-wrap>a,.mystickyelements-custom-html-wrap>div,.mystickyelements-custom-html-wrap>footer,.mystickyelements-custom-html-wrap>header,.mystickyelements-custom-html-wrap>input,.mystickyelements-custom-html-wrap>nav,.mystickyelements-custom-html-wrap>p,.mystickyelements-custom-html-wrap>span,.mystickyelements-custom-html-wrap>strong{width:660px}.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom{position:relative}.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe{position:static}.mystickyelements-custom-html-iframe .mystickyelements-custom-html{bottom:auto;max-height:unset;top:50%;transform:rotateY(90deg) translateY(-50%);width:auto}.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe .mystickyelements-custom-html{bottom:-10px;top:auto;transform:rotateY(90deg) translateY(0)}.mystickyelements-custom-html-iframe .mystickyelements-custom-html iframe{max-width:unset}.mystickyelements-custom-html-main .mystickyelements-custom-html .input-text,.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=email],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=number],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=password],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=search],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=tel],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=text],.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=url],.mystickyelements-custom-html-main .mystickyelements-custom-html textarea{width:100%}.mystickyelements-position-right .mystickyelements-custom-html{left:auto;right:100%;transform-origin:100% 0 0}.mystickyelements-custom-html-wrap{padding:20px}.mystickyelements-custom-html-iframe .mystickyelements-custom-html-wrap{line-height:0}.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe:hover .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html{transform:rotateY(0deg) translateY(-50%)}.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe:hover .mystickyelements-custom-html{transform:rotateY(0deg) translateY(0)}.mystickyelements-custom-html-wrap,.mystickyelements-custom-html-wrap label,.mystickyelements-custom-html-wrap p{color:#333}.mystickyelements-on-click.mystickyelements-fixed ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-on-hover.mystickyelements-fixed ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0!important}form#stickyelements-form input[type=checkbox]{border-radius:3px!important;height:15px;margin-top:0;padding:0;vertical-align:top;width:15px}form#stickyelements-form input[type=checkbox]:before{height:15px;margin:-1px 0 0 -2px;width:15px}.contact_form_consent_txt{color:#000;display:inline-block;font-size:14px;padding-left:5px;vertical-align:top}.contact-form-consent-fields{margin-bottom:0;margin-top:20px;text-align:left}.contact-form-consent-fields label{display:flex;line-height:1}#contact-form-recaptcha>div{display:inline-block;vertical-align:top}#contact-form-recaptcha{text-align:center}@media only screen and (min-width:1025px){.mystickyelements-position-left{left:0;right:auto;text-align:left}.mystickyelements-position-right{left:auto;right:0;text-align:right}.mystickyelements-position-bottom{bottom:0;display:block;left:0;right:0;text-align:center;top:auto;transform:translateY(0)}.mystickyelements-position-left.mystickyelements-entry-effect-slide-in{left:-90px;right:auto}.mystickyelements-position-left.mystickyelements-entry-effect-slide-in.entry-effect{left:0;right:auto}.mystickyelements-position-right.mystickyelements-entry-effect-slide-in{left:auto;right:-90px}.mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect{left:auto;right:0}.mystickyelements-position-bottom.mystickyelements-entry-effect-slide-in{bottom:-90px;left:0;right:0}.mystickyelements-position-bottom.mystickyelements-entry-effect-slide-in.entry-effect{bottom:0;top:auto}span.mystickyelements-minimize.minimize-position-bottom{height:53px;line-height:53px}.mystickyelements-position-bottom.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{top:auto}.mystickyelements-position-bottom .mystickyelement-lists-wrap{align-items:center;display:flex;justify-content:center}.mystickyelements-position-bottom.mystickyelements-position-screen-left .mystickyelement-lists-wrap{justify-content:flex-start}.mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelement-lists-wrap{justify-content:flex-end}.mystickyelements-position-bottom .mystickyelement-credit{padding-left:10px}.mystickyelements-position-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom{height:32px;line-height:32px}.mystickyelements-position-bottom.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-bottom{height:45px;line-height:45px}.mystickyelements-position-bottom.mystickyelements-size-large span.mystickyelements-minimize.minimize-position-bottom{height:60px;line-height:60px}.mystickyelements-position-bottom.mystickyelements-size-extra-large span.mystickyelements-minimize.minimize-position-bottom{height:70px;line-height:70px}.mystickyelements-position-bottom.mystickyelements-fixed ul li.mystickyelements-minimize{width:32px}.element-minimize span.mystickyelements-minimize.minimize-position-bottom{border-radius:6px 6px 0 0;padding:0;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s}.mystickyelements-position-bottom.mystickyelements-fixed ul li{float:left;position:static}.mystickyelements-position-bottom.mystickyelements-fixed ul{position:relative}.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-contact-form{padding-bottom:0;padding-top:0;width:auto}.mystickyelements-position-bottom .mystickyelements-contact-form .mystickyelements-social-icon{box-shadow:unset;transform:rotate(0);transform-origin:0 0 0}.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html{transform:rotateY(0deg) translateY(0)}.mystickyelements-position-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{right:0}.mystickyelements-position-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{left:0}.mystickyelements-position-left.mystickyelements-templates-round span.mystickyelements-social-text{border-radius:0 25px 25px 0}.mystickyelements-position-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 25px 0 0}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 20px 0 0}.mystickyelements-position-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 25px 0}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 20px 0}.mystickyelements-position-right.mystickyelements-templates-round span.mystickyelements-social-text{border-radius:25px 0 0 25px}.mystickyelements-position-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 25px}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 20px}.mystickyelements-position-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:25px 0 0 0}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:20px 0 0 0}.mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:50% 0 0 50%!important}.mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 50% 50% 0!important}.mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 0 25px!important}.mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 25px 0 0!important}.mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:25px 0 0!important}.mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 25px!important}.mystickyelements-position-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 25px 25px 0!important}.mystickyelements-position-left.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:0 25px 25px 0}.mystickyelements-position-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 0 0 25px!important}.mystickyelements-position-right.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:25px 0 0 25px}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{background:transparent!important}.mystickyelements-position-left.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left:25px solid red;left:100%}.mystickyelements-position-right.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right:25px solid red;right:100%}.mystickyelements-position-left.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left-width:22px}.mystickyelements-position-right.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right-width:22px}.mystickyelements-position-left.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,.mystickyelements-position-left.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left-width:30px}.mystickyelements-position-right.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right-width:30px}.mystickyelements-position-right.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right-width:34px}.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left:27px solid red;left:100%}.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right:27px solid red;right:100%}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left-width:23px}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right-width:23px}.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left-width:30px}.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left-width:34px}.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right-width:30px}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right-width:34px}.mystickyelements-position-left.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-position-left.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-left.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text:before{margin-left:-17px;transform-origin:9px 20px 0}.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text:before{margin-right:-17px;transform-origin:10px 25px 0}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text:before{transform-origin:7px 17px 0}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text:before{transform-origin:14px 29px 0}.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:3px;height:40px;top:3px;width:50px}.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:3px;height:55px;top:3px;width:68px}.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:3px;height:65px;top:3px;width:78px}.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{left:-29px}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{left:-24px}.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{left:-34px}.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{left:-39px}.mystickyelements-on-click.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{left:0}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{right:-29px}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{right:-24px}.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{right:-34px}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{right:-38px}.mystickyelements-on-click.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{right:0}.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-left:25px solid red;left:100%}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-left-width:22px}.mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-left-width:30px}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-right:25px solid red;right:100%}.mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-right-width:22px}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-right-width:30px}.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-right:20px}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-left:20px}.mystickyelements-position-left.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-right:20px}.mystickyelements-position-right.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-left:20px}.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:6px}.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon{background-position:0}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:22px}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:32px}.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:11px}.mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:16px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:center 26px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:center 22px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:center 32px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon{background-position:center 20px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon{background-position:center 17px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon{background-position:center 31px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon{background-position:center 27px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon{background-position:center 36px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:center 17px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:center 15px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon{background-position:center 21px}.mystickyelements-position-bottom .mystickyelements-contact-form .element-contact-form{bottom:100%;left:0;right:0;top:auto;transform:rotateX(90deg);transform-origin:0 100% 0;width:100%}.mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelements-contact-form .element-contact-form{left:auto}.mystickyelements-fixed.mystickyelements-position-bottom span.mystickyelements-social-text{border-radius:10px 10px 0 0;bottom:100%;height:auto;left:0;min-width:100%;padding-bottom:0;padding-top:0;right:auto;top:auto;transform:rotateX(90deg);transform-origin:0 100% 0;z-index:1}.mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active span.mystickyelements-social-text{transform:rotateX(0)}.mystickyelements-position-bottom span.mystickyelements-social-text.mystickyelements-social-no-link{display:block}.mystickyelements-position-bottom span.mystickyelements-social-text a,.mystickyelements-position-bottom span.mystickyelements-social-text.mystickyelements-social-no-link{padding:10px;white-space:normal}.mystickyelements-position-bottom .mystickyelements-custom-html-main .mystickyelements-custom-html{bottom:100%;left:0;top:auto;transform:rotateX(90deg);transform-origin:0 100% 0}.mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelements-custom-html-main .mystickyelements-custom-html{left:auto;right:0}.mystickyelements-position-bottom ul li:first-child .mystickyelements-social-icon,.mystickyelements-position-bottom ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon{border-radius:10px 0 0 0}.mystickyelements-position-bottom ul li:first-child .mystickyelements-social-icon{border-top-left-radius:10px}.mystickyelements-position-bottom ul li:last-child .mystickyelements-social-icon{border-top-right-radius:10px}.mystickyelements-position-left.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-right-radius:10px!important}.mystickyelements-position-left.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-left-radius:10px!important}.mystickyelements-position-right.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-right-radius:10px!important}.mystickyelements-position-bottom.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-left-radius:10px!important}.mystickyelements-position-bottom.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-right-radius:10px!important}.mystickyelements-position-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 25px 0 0!important}.mystickyelements-position-bottom.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon{border-radius:0!important}.mystickyelements-fixed.mystickyelements-position-bottom.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:25px 0 0}.mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon{border-radius:0 0 25px 0!important}.mystickyelements-fixed.mystickyelements-position-bottom.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 25px 0 0}.mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:hover .mystickyelements-social-icon{border-radius:0!important}.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom:27px solid red;border-left:27px solid transparent;border-right:26px solid transparent;bottom:100%;left:0;top:auto}.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text:before{display:none}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:22px;border-left-width:23px;border-right-width:22px}.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:30px;border-left-width:30px;border-right-width:30px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:34px;border-left-width:35px;border-right-width:35px}.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-bottom.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-bottom.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text:before{display:none}.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before{height:37px;margin-bottom:-10px;transform-origin:12px 32px 0;width:37px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before{height:32px;margin-bottom:-6px;transform-origin:8px 29px 0;width:32px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before{height:42px;transform-origin:12px 37px 0;width:42px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-top:20px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-top:18px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-top:17px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-top:14px}.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:8px;height:60px;left:3px;top:22px;transform:rotate(26deg) skewY(40deg);width:46px}.mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{height:60px;left:0;top:23px;transform:rotate(26deg) skewY(40deg);width:46px}.mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:8px;height:71px;left:0;right:1px;top:32px;transform:rotate(25deg) skewY(36deg);width:67px}.mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:8px;height:80px;left:0;right:1px;top:38px;transform:rotate(27deg) skewY(37deg);width:80px}.mystickyelements-position-left.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:auto auto auto 5px}.mystickyelements-position-right.mystickyelements-templates-triangle span.mystickyelements-social-icon img{left:auto;margin:auto 5px auto auto}.mystickyelements-position-bottom.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:15px auto 0;top:auto}.mystickyelements-position-bottom.mystickyelements-templates-triangle.mystickyelements-size-extra-large span.mystickyelements-social-icon img,.mystickyelements-position-bottom.mystickyelements-templates-triangle.mystickyelements-size-large span.mystickyelements-social-icon img{margin:20px auto 0}.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-left,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-left,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-left,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-left{border-radius:0 10px 10px 0}.mystickyelements-position-left.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-left.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 10px 10px}.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-right,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-right,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-right,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-right{border-radius:10px 0 0 10px}.mystickyelements-position-bottom.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-bottom.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-right.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-bottom{border-radius:10px 10px 0 0}.mystickyelements-fixed.mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) ul li.mystickyelements-contact-form{position:static}.mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) .mystickyelements-contact-form .element-contact-form,.mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) .mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form{bottom:0;top:auto}}@media only screen and (max-width:1024px){form#stickyelements-form input,form#stickyelements-form select,form#stickyelements-form textarea{font-size:16px}.mystickyelements-fixed ul li.element-desktop-on{display:none}.mystickyelements-fixed ul li.element-mobile-on{display:block}.mystickyelements-mobile-size-medium span.mystickyelements-social-icon,.mystickyelements-mobile-size-medium span.mystickyelements-social-icon a{font-size:17px;height:45px;line-height:45px;width:45px}.mystickyelements-mobile-size-small span.mystickyelements-social-icon,.mystickyelements-mobile-size-small span.mystickyelements-social-icon a{font-size:13px;height:38px;line-height:38px;width:38px}.mystickyelements-mobile-size-large span.mystickyelements-social-icon,.mystickyelements-mobile-size-large span.mystickyelements-social-icon a{font-size:18px;height:50px;line-height:50px;width:50px}.mystickyelements-fixed .mystickyelements-icon-below-text{font-size:8px!important}.mystickyelements-fixed.mystickyelements-mobile-size-small .mystickyelements-icon-below-text{font-size:7px!important}.mystickyelements-fixed.mystickyelements-mobile-size-large .mystickyelements-icon-below-text{font-size:10px!important}.mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{background:transparent!important}.mystickyelements-position-mobile-left.mystickyelements-templates-round span.mystickyelements-social-text{border-radius:0 25px 25px 0}.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 25px 0 0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 20px 0 0}.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 25px 0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:0 0 20px 0}.mystickyelements-position-mobile-right.mystickyelements-templates-round span.mystickyelements-social-text{border-radius:25px 0 0 25px}.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 25px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text{border-radius:0 0 0 15px}.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:25px 0 0 0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text{border-radius:15px 0 0 0}.mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{right:0}.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{left:0}.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:50% 0 0 50%!important}.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 50% 50% 0!important}.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 0 25px!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 0 15px!important}.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 25px 0 0!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 15px 0 0!important}.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:25px 0 0!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:15px 0 0!important}.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 25px!important}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon{border-radius:0 0 15px!important}.mystickyelements-mobile-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 15px 0 15px!important}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:6px;left:6px;right:6px;top:6px}.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{width:22px}.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-bottom-width:22px;border-left-width:23px;border-top-width:23px}.mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:5px;left:5px;right:5px;top:5px}.mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{width:20px}.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-bottom-width:19px;border-left-width:19px;border-top-width:19px}.mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:7px;left:7px;right:7px;top:7px}.mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after{width:25px}.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-bottom-width:25px;border-left-width:25px;border-top-width:25px}.mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after,.mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:after,.mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{display:none}.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:22px;border-top-width:23px}.mystickyelements-mobile-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-small.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:19px;border-top-width:19px}.mystickyelements-mobile-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-large.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-bottom-width:25px;border-top-width:25px}.mystickyelements-position-mobile-left.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left:23px solid red;left:100%}.mystickyelements-position-mobile-right.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right:23px solid red;right:100%}.mystickyelements-position-mobile-left.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left-width:19px}.mystickyelements-position-mobile-right.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right-width:19px}.mystickyelements-position-mobile-left.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-left-width:25px}.mystickyelements-position-mobile-right.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before{border-right-width:25px}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left:23px solid red;left:100%}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right:23px solid red;right:100%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left-width:19px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right-width:19px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-left-width:25px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before{border-right-width:25px}.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{height:32px;width:32px}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{margin-left:-17px;transform-origin:9px 20px 0}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{margin-right:-17px;transform-origin:8px 18px 0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{transform-origin:4px 12px 0}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{transform-origin:10px 23px 0}.mystickyelements-position-mobile-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-top.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-top.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{display:none}.mystickyelements-mobile-size-small.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{height:27px;width:27px}.mystickyelements-mobile-size-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram:before,.mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before,.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text:before{height:36px;width:36px}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-bottom-width:22px;border-top-width:23px}.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-bottom-width:19px;border-top-width:19px}.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-bottom-width:25px;border-top-width:25px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-right:20px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i{padding-left:20px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-right:20px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg{margin-left:20px}.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon{padding-left:0;padding-right:0}.mystickyelements-position-mobile-bottom li span.mystickyelements-social-icon svg,.mystickyelements-position-mobile-top li span.mystickyelements-social-icon svg{height:50px;width:20px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom li span.mystickyelements-social-icon svg,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top li span.mystickyelements-social-icon svg{height:38px;width:18px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:3px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:20px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:18px}.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon{background-position:50%}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-left:23px solid red;left:100%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-left-width:20px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-left-width:25px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-right:23px solid red;right:100%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-right-width:20px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text:before{border-right-width:25px}.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{height:45px;width:45px}.mystickyelements-on-click.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{height:38px;width:38px}.mystickyelements-on-click.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{height:50px;width:50px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{left:-25px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{left:-24px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{left:-29px}.mystickyelements-on-click.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{left:0}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{right:-25px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{right:-24px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{right:-29px}.mystickyelements-on-click.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon:before,.mystickyelements-on-hover.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon:before{right:0}.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{bottom:3px;height:40px;right:3px;top:3px;width:51px}.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{height:34px;width:46px}.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{height:45px;width:58px}.mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before,.mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon:before{display:none}span.mystickyelements-social-icon .fas.fa-sms{font-size:19px}.mystickyelements-fixed.mystickyelements-mobile-size-medium ul li.mystickyelements-contact-form{padding-bottom:45px;padding-top:53px}.mystickyelements-fixed.mystickyelements-mobile-size-small ul li.mystickyelements-contact-form{padding-bottom:52px;padding-top:54px}.mystickyelements-fixed.mystickyelements-mobile-size-large ul li.mystickyelements-contact-form{padding-bottom:64px;padding-top:65px}.mystickyelements-mobile-size-medium .mystickyelements-contact-form span.mystickyelements-social-icon{font-size:12px;height:45px;line-height:1.2;padding:15px 10px 10px;transform-origin:45px 45px 0;width:143px}.mystickyelements-mobile-size-small .mystickyelements-contact-form .mystickyelements-social-icon{font-size:12px;height:38px;line-height:1.2;padding:13px 10px 2px;transform-origin:45px 45px 0;width:143px}.mystickyelements-mobile-size-large .mystickyelements-contact-form .mystickyelements-social-icon{font-size:16px;height:50px;line-height:1.2;padding:16px 10px 2px;transform-origin:57px 57px 0;width:180px}.mystickyelements-contact-form .mystickyelements-social-icon i{margin-right:15px}.mystickyelements-fixed.mystickyelements-mobile-size-medium ul li{width:45px}.mystickyelements-fixed.mystickyelements-mobile-size-small ul li{width:38px}.mystickyelements-fixed.mystickyelements-mobile-size-large ul li{width:50px}.mystickyelements-custom-html{max-height:400px}.mystickyelements-mobile-size-medium span.mystickyelements-social-text,.mystickyelements-mobile-size-small span.mystickyelements-social-text{font-size:14px}.mystickyelements-mobile-size-large span.mystickyelements-social-text{font-size:19px}.element-contact-form .contact-form-heading{font-size:16px;padding:10px 14px}form#stickyelements-form input,form#stickyelements-form textarea{margin-bottom:10px}.mystickyelement-credit a{font-size:8px!important}.mystickyelements-mobile-size-medium span.mystickyelements-social-text a,.mystickyelements-mobile-size-medium span.mystickyelements-social-text.mystickyelements-social-no-link{padding-top:14px}.mystickyelements-mobile-size-small span.mystickyelements-social-text a,.mystickyelements-mobile-size-small span.mystickyelements-social-text.mystickyelements-social-no-link{padding-top:10px}.mystickyelements-mobile-size-large span.mystickyelements-social-text a,.mystickyelements-mobile-size-large span.mystickyelements-social-text.mystickyelements-social-no-link{min-width:186px;padding-top:15px}.mystickyelements-position-mobile-left{left:0;right:auto;text-align:left}.mystickyelements-position-mobile-right{left:auto;right:0;text-align:right}.mystickyelements-position-mobile-left.mystickyelements-entry-effect-slide-in{left:-90px;right:auto}.mystickyelements-position-mobile-left.mystickyelements-entry-effect-slide-in.entry-effect{left:0;right:auto}.mystickyelements-position-mobile-right.mystickyelements-entry-effect-slide-in{left:auto;right:-90px}.mystickyelements-position-mobile-right.mystickyelements-entry-effect-slide-in.entry-effect{left:auto;right:0}.mystickyelements-position-mobile-top.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{bottom:auto}.mystickyelements-position-mobile-bottom.mystickyelements-fixed.mystickyelements-custom-html-iframe-open{top:auto}span.mystickyelements-minimize.minimize-position-mobile-left{border-radius:0 10px 0 0}span.mystickyelements-minimize.minimize-position-mobile-right{border-radius:10px 0 0}.element-minimize span.mystickyelements-minimize.minimize-position-mobile-left{border-radius:0 6px 6px 0}.element-minimize span.mystickyelements-minimize.minimize-position-mobile-right{border-radius:6px 0 0 6px}.mystickyelements-position-mobile-right .element-contact-form,.mystickyelements-position-mobile-right .mystickyelements-custom-html,.mystickyelements-position-mobile-right span.mystickyelements-social-text{left:auto;right:100%;transform-origin:100% 0 0}.mystickyelements-position-mobile-right span.mystickyelements-social-text{border-radius:10px 0 0 10px}.mystickyelements-position-mobile-left .element-contact-form,.mystickyelements-position-mobile-left .mystickyelements-custom-html,.mystickyelements-position-mobile-left span.mystickyelements-social-text{left:100%;right:auto;transform-origin:0 0 0}.mystickyelements-position-mobile-left span.mystickyelements-social-text{border-radius:0 10px 10px 0}.mystickyelements-fixed.mystickyelements-position-mobile-right .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:50px}.mystickyelements-fixed.mystickyelements-position-mobile-left .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:-50px}.mystickyelements-position-mobile-bottom ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom ul li:last-child .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:last-child .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0}.mystickyelements-position-mobile-left ul li:first-child .mystickyelements-social-icon,.mystickyelements-position-mobile-left ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-mobile-left ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left ul li:last-child .mystickyelements-social-icon{border-radius:0 0 10px 0}.mystickyelements-position-mobile-left ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-mobile-right ul li:first-child .mystickyelements-social-icon{border-radius:10px 0 0 0}.mystickyelements-position-mobile-right ul li:last-child .mystickyelements-social-icon{border-radius:0 0 0 10px}.mystickyelements-position-mobile-right ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 10px 0 0}.mystickyelements-position-mobile-right ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon{border-radius:10px 0 0 0}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li{float:left;position:static;width:8.08%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li{width:97%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-bottom-social-channel-2 ul li{width:48.5%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li{width:32.33%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li{width:24.25%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li{width:19.4%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li{width:16.16%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li{width:13.85%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li{width:12.12%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li{width:10.77%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li{width:9.7%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li{width:8.81%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li{width:8.08%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(14),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(15),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(16),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(17),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(18){display:none!important}.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyelements-lists li.mystickyelements-show-last-element{display:block!important}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize{width:3%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(13){display:none}.mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,.mystickyelements-position-mobile-top ul.mystickyno-minimize li{width:8.33%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li{width:100%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li{width:50%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li{width:33.33%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li{width:25%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li{width:20%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li{width:16.66%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li{width:14.28%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li{width:12.5%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul.mystickyno-minimize li{width:11.11%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul.mystickyno-minimize li{width:10%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul.mystickyno-minimize li{width:9.09%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul.mystickyno-minimize li{width:8.33%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:11px;line-height:1.2;padding-top:7px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:13px;line-height:1.2;padding-top:10px}.mystickyelements-custom-html-iframe .mystickyelements-custom-html{width:280px}.mystickyelements-custom-html-iframe iframe{width:100%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul,.mystickyelements-fixed.mystickyelements-position-mobile-top ul{display:block}.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top span.mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top span.mystickyelements-social-icon a{font-size:18px;height:45px;line-height:45px;outline:0 none;width:100%}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-social-icon,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-social-icon a{font-size:16px;height:38px;line-height:38px;width:100%}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-social-icon a{font-size:20px;height:50px;line-height:50px;width:100%}.mystickyelements-position-mobile-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,.mystickyelements-position-mobile-top.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon{border-radius:0!important}.mystickyelements-position-mobile-bottom ul.mystickyelements-lists.mystickyelement-minimize li,.mystickyelements-position-mobile-top ul.mystickyelements-lists.mystickyelement-minimize li{position:relative}.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right{border-radius:0;height:45px;line-height:45px;padding:0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right{border-radius:0;height:38px;line-height:38px;padding:0}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right{border-radius:0;height:50px;line-height:50px;padding:0}.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{height:35px;line-height:35px;transform:translateY(10px)}.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{transform:translateY(0)}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{height:38px;line-height:38px;transform:translateY(0)}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right{height:45px;line-height:43px;transform:translateY(5px)}.mystickyelements-fixed.mystickyelements-position-mobile-bottom .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){bottom:-50px;left:auto}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-mobile-size-large .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){bottom:-60px}.mystickyelements-fixed.mystickyelements-position-mobile-top .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){left:auto;top:-50px}.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-mobile-size-large .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize){top:-60px}.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top{border-radius:0;line-height:45px}.mystickyelements-fixed.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-fixed.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-mobile-top{line-height:35px}.mystickyelements-mobile-size-small.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-small.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top{line-height:38px}.mystickyelements-mobile-size-large.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,.mystickyelements-mobile-size-large.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top{line-height:50px}.mystickyelements-position-mobile-bottom{bottom:0;top:auto}.mystickyelements-position-mobile-bottom,.mystickyelements-position-mobile-top{display:block;height:45px;left:0;right:0;text-align:center;transform:translateY(0)}.mystickyelements-position-mobile-top{bottom:auto;top:0}.mystickyelements-position-mobile-bottom.mystickyelements-entry-effect-slide-in{bottom:-90px;left:0;right:0}.mystickyelements-position-mobile-bottom.mystickyelements-entry-effect-slide-in.entry-effect{bottom:0;top:auto}.mystickyelements-position-mobile-top.mystickyelements-entry-effect-slide-in{left:0;right:0;top:-90px}.mystickyelements-position-mobile-top.mystickyelements-entry-effect-slide-in.entry-effect{bottom:auto;top:0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top{height:38px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top{height:50px}.mystickyelements-position-mobile-bottom .mystickyelements-social-icon,.mystickyelements-position-mobile-top .mystickyelements-social-icon{border-radius:0!important}.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html,.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html{transform:rotateY(0deg) translateY(0)}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{box-shadow:unset;transform:rotate(0);transform-origin:0 0 0}.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:13px;line-height:1.2;padding:5px}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-contact-form,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-contact-form{padding-bottom:0;padding-top:0}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{display:block;font-size:20px;margin-left:0;margin-right:0}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{font-size:16px}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,.mystickyelements-position-mobile-top .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,html[dir=rtl] .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{margin-left:0}.mystickyelements-position-mobile-bottom ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-bottom ul li:last-child .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-top ul li:last-child .mystickyelements-social-icon{border-radius:0}.mystickyelements-position-mobile-bottom .mystickyelement-credit,.mystickyelements-position-mobile-top .mystickyelement-credit{display:none}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul:after,.mystickyelements-fixed.mystickyelements-position-mobile-top ul:after{clear:both;content:"";display:block}html[dir=rtl] .mystickyelements-position-mobile-bottom ul li,html[dir=rtl] .mystickyelements-position-mobile-top ul li{float:right}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 .mystickyelements-contact-form .mystickyelements-social-icon{padding-top:9px}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .element-contact-form{bottom:100%;left:0;right:0;top:auto;transform:rotateX(90deg);transform-origin:0 100% 0;width:100%}.mystickyelements-position-mobile-top .mystickyelements-contact-form .element-contact-form{bottom:auto;left:0;right:0;top:100%;transform:rotateX(90deg);transform-origin:100% 0 0;width:100%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-social-text{border-radius:10px 10px 0 0;bottom:100%;height:auto;left:0;min-width:100%;padding-bottom:0;padding-top:0;right:auto;top:auto;transform:rotateX(90deg);transform-origin:0 100% 0}.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-social-text{border-radius:0 0 10px 10px;bottom:auto;height:auto;left:0;min-width:100%;padding-bottom:0;padding-top:0;right:auto;top:100%;transform:rotateX(90deg);transform-origin:100% 0 0}.mystickyelements-position-mobile-bottom span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-position-mobile-top span.mystickyelements-social-text.mystickyelements-social-no-link{display:block}.mystickyelements-position-mobile-bottom span.mystickyelements-social-text a,.mystickyelements-position-mobile-bottom span.mystickyelements-social-text.mystickyelements-social-no-link,.mystickyelements-position-mobile-top span.mystickyelements-social-text a,.mystickyelements-position-mobile-top span.mystickyelements-social-text.mystickyelements-social-no-link{padding:10px;white-space:normal}.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-main .mystickyelements-custom-html{bottom:100%;left:0;right:0;top:auto;transform:rotateX(90deg);transform-origin:0 100% 0;width:100%}.mystickyelements-position-mobile-top .mystickyelements-custom-html-main .mystickyelements-custom-html{bottom:auto;left:0;right:0;top:100%;transform:rotateX(90deg);transform-origin:100% 0 0;width:100%}.mystickyelements-custom-html-iframe .mystickyelements-custom-html{width:700px}.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>a,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>div,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>footer,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>header,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>input,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>nav,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>p,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>span,.mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>strong,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>a,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>div,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>footer,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>header,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>input,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>nav,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>p,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>span,.mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>strong{width:100%}.mystickyelements-position-mobile-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:0 25px 25px 0!important}.mystickyelements-position-mobile-left.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:0 25px 25px 0}.mystickyelements-position-mobile-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a{border-radius:25px 0 0 25px!important}.mystickyelements-position-mobile-right.mystickyelements-templates-roundad span.mystickyelements-social-text{border-radius:25px 0 0 25px}span.mystickyelements-social-icon img{height:18px;width:18px}.mystickyelements-mobile-size-small span.mystickyelements-social-icon img{height:15px;width:15px}.mystickyelements-mobile-size-large span.mystickyelements-social-icon img{height:20px;width:20px}.mystickyelements-mobile-size-medium.mystickyelements-templates-default span.mystickyelements-social-icon img{height:25px;width:25px}.mystickyelements-mobile-size-small.mystickyelements-templates-default span.mystickyelements-social-icon img{height:20px;width:20px}.mystickyelements-mobile-size-large.mystickyelements-templates-default span.mystickyelements-social-icon img{height:30px;width:30px}.mystickyelements-position-mobile-left.mystickyelements-templates-triangle span.mystickyelements-social-icon img{margin:auto 0 auto 5px}.mystickyelements-position-mobile-right.mystickyelements-templates-triangle span.mystickyelements-social-icon img{left:auto;margin:auto 0 auto 15px}.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-mobile-left,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-mobile-left,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-mobile-left,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-mobile-left{border-radius:0 10px 10px 0}.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-left.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon{border-radius:0 0 10px 10px}.mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-mobile-right,.mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-mobile-right,.mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-mobile-right,.mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-mobile-right{border-radius:10px 0 0 10px}.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-position-mobile-right.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon{border-radius:10px 10px 0 0}.mystickyelements-fixed.mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) ul li.mystickyelements-contact-form{position:static}.mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) .mystickyelements-contact-form .element-contact-form,.mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) .mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form{bottom:0;top:auto}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-right-radius:10px!important}.mystickyelements-position-mobile-left.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-bottom-left-radius:10px!important}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-right-radius:10px!important}.mystickyelements-position-mobile-right.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon{border-top-left-radius:10px!important}}@media only screen and (max-width:991px){.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li{width:10.77%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li{width:97%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul li{width:48.5%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li{width:32.33%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li{width:24.25%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li{width:19.4%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li{width:16.16%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li{width:13.85%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li{width:12.12%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li{width:10.77%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(11),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(12),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(13){display:none!important}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize{width:3%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(10){display:none}.mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,.mystickyelements-position-mobile-top ul.mystickyno-minimize li{width:11.11%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li{width:100%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li{width:50%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li{width:33.33%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li{width:25%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li{width:20%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li{width:16.66%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li{width:14.28%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li{width:12.5%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul.mystickyno-minimize li{width:11.11%}}@media only screen and (max-width:767px){.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li{width:23.25%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li{width:93%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul li{width:46.5%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li{width:31%}.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li,.mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li{width:23.25%}.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(10),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(11),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(12),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(6),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(7),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(8),.mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(9){display:none!important}.mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(5){display:none}.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize{width:7%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li{width:100%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li{width:50%}.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li{width:33.33%}.mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li,.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li{width:25%}.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:11px;padding:11px 5px 5px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon{font-size:11px}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{font-size:14px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{font-size:12px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i{font-size:16px}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{padding-top:0}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i{font-size:18px;line-height:45px}.mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,.mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i{font-size:16px;line-height:38px}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext{padding-top:0}.mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,.mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i{font-size:20px;line-height:50px}.mystickyelements-custom-html-wrap{padding:10px}.element-contact-form,.mystickyelements-custom-html-iframe .mystickyelements-custom-html{width:250px}.mystickyelements-custom-html-wrap>a,.mystickyelements-custom-html-wrap>div,.mystickyelements-custom-html-wrap>footer,.mystickyelements-custom-html-wrap>header,.mystickyelements-custom-html-wrap>input,.mystickyelements-custom-html-wrap>nav,.mystickyelements-custom-html-wrap>p,.mystickyelements-custom-html-wrap>span,.mystickyelements-custom-html-wrap>strong{width:500px}.mystickyelements-custom-html-iframe .mystickyelements-custom-html iframe{width:100%!important}}@media only screen and (max-width:480px){.mystickyelements-custom-html{min-width:100%;white-space:normal;width:280px}.mystickyelements-custom-html-wrap>a,.mystickyelements-custom-html-wrap>div,.mystickyelements-custom-html-wrap>footer,.mystickyelements-custom-html-wrap>header,.mystickyelements-custom-html-wrap>input,.mystickyelements-custom-html-wrap>nav,.mystickyelements-custom-html-wrap>p,.mystickyelements-custom-html-wrap>span,.mystickyelements-custom-html-wrap>strong{width:260px}}.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .element-contact-form{overflow:auto}.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ul{display:inline-block;list-style:circle!important;margin-left:12px;margin-top:8px}.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ul li{color:#000!important;display:list-item!important;list-style-type:circle;margin:0 0 0 37px;width:auto}.mystickyelements-fixed ol,.mystickyelements-fixed ul .stickyelements-form.stickyelements-form ol{display:inline-block;margin-left:12px;margin-top:8px}.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ol li{color:#000!important;display:list-item!important;font-size:14px;font-weight:500;list-style-type:decimal;margin:0 0 0 37px;width:auto}.mystickyelements-fixed ol,.mystickyelements-fixed ul .stickyelements-textblock-content ul{display:inline-block;margin-left:12px;margin-top:8px;padding:0 14px 20px}.mystickyelements-fixed ul li .stickyelements-textblock-content ul li{color:#000!important;display:list-item!important;font-size:14px;font-weight:500;list-style-type:circle;width:auto}.mystickyelements-fixed ol,.mystickyelements-fixed ul .stickyelements-textblock-content ol{display:inline-block;margin-left:12px;margin-top:8px;padding:0 14px 20px}.element-contact-form .iti__flag{background-image:url(/wp-content/plugins/mystickyelements/dist/images/flags.png)}.element-contact-form .iti.iti--allow-dropdown{margin-top:15px;width:100%}.element-contact-form .iti.iti--container{z-index:99999999999}.element-contact-form form#stickyelements-form input.tel_formate{padding-left:60px}.element-contact-form .iti__selected-dial-code{color:#000;font-size:12px}.element-contact-form .iti.iti--container{font-size:12px}.mystickyelements-fixed .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05);border-bottom-left-radius:20px;border-top-left-radius:24px;height:100%;margin-left:0}.stickyelements-form .iti__selected-flag{border-bottom-left-radius:18px;border-top-left-radius:18px}.element-contact-form .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.stickyelements-form .eac-input-wrap{width:100%}.stickyelements-form .eac-sugg{color:#000;top:18.5px!important}.entry-effect .mystickyelement-lists-wrap{animation-delay:1s;animation-duration:1s;animation-fill-mode:both}@media only screen and (min-width:1025px){.mystickyelements-wrap .mystickyelements-lists>li{border:none}.mystickyelements-wrap.mse-has-separator.mse-border-right .mystickyelements-lists>li{border:none;border-left:solid}.mystickyelements-wrap.mse-has-separator.mse-border-right .mystickyelements-lists>li:last-child{border:none}.mystickyelements-wrap.mse-has-separator.mse-border-bottom .mystickyelements-lists>li{border:none;border-bottom:solid}.mystickyelements-wrap.mse-has-separator.mse-border-bottom .mystickyelements-lists>li:last-child{border:none}}@media only screen and (max-width:1024px){.mystickyelements-wrap .mystickyelements-lists>li{border:none}.mystickyelements-wrap.mse-has-separator.mse-mobile-border-right .mystickyelements-lists>li{border:none;border-right:solid}.mystickyelements-wrap.mse-has-separator.mse-mobile-border-right .mystickyelements-lists>li:last-child{border:none}.mystickyelements-wrap.mse-has-separator.mse-mobile-border-bottom .mystickyelements-lists>li{border:none;border-bottom:solid}.mystickyelements-wrap.mse-has-separator.mse-mobile-border-bottom .mystickyelements-lists>li:last-child{border:none}}.mystickyelements-minimize{border:none!important}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/flags.webp");
  --iti-path-flags-2x: url("/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/flags@2x.webp");
  --iti-path-globe-1x: url("/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/globe.webp");
  --iti-path-globe-2x: url("/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 99999;
  font-size:12px;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:768px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:768px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:769px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:769px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:768px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:769px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:769px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:769px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:768px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:768px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop"}}@media (max-width:-1){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:768px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:768px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:768px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:768px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:769px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root{--wd-text-line-height: 1.6;--wd-link-decor: underline var(--wd-link-decor-style, none) var(--wd-link-decor-color, currentColor);--wd-link-decor-hover: underline var(--wd-link-decor-style-hover, none) var(--wd-link-decor-color-hover, var(--wd-link-decor-color, currentColor));--wd-brd-radius: .001px;--wd-form-height: 42px;--wd-form-color: inherit;--wd-form-placeholder-color: inherit;--wd-form-bg: transparent;--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);--wd-navigation-color: 51,51,51;--wd-main-bgcolor: #fff;--wd-scroll-w: .001px;--wd-admin-bar-h: .001px;--wd-block-spacing: 20px;--wd-sticky-nav-w: .001px;--color-white: #fff;--color-gray-100: #f7f7f7;--color-gray-200: #f1f1f1;--color-gray-300: #bbb;--color-gray-400: #a5a5a5;--color-gray-500: #767676;--color-gray-600: #666;--color-gray-700: #555;--color-gray-800: #333;--color-gray-900: #242424;--color-white-rgb: 255,255,255;--color-black-rgb: 0,0,0;--bgcolor-white: #fff;--bgcolor-gray-100: #f7f7f7;--bgcolor-gray-200: #f7f7f7;--bgcolor-gray-300: #f1f1f1;--bgcolor-black-rgb: 0,0,0;--bgcolor-white-rgb: 255,255,255;--brdcolor-gray-200: rgba(0,0,0,0.075);--brdcolor-gray-300: rgba(0,0,0,0.105);--brdcolor-gray-400: rgba(0,0,0,0.12);--brdcolor-gray-500: rgba(0,0,0,0.2);--wd-start: start;--wd-end: end;--wd-center: center;--wd-stretch: stretch}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit;font-size:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{line-height:1;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-family:sans-serif;overflow-x:hidden;overflow-y:scroll;font-size:var(--wd-text-font-size);scrollbar-gutter:stable}ol,ul{list-style:none}caption{vertical-align:middle;text-align:left}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}a,button,input{touch-action:manipulation}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;padding:0;border:0}body{margin:0;background-color:#fff;color:var(--wd-text-color);text-rendering:optimizeLegibility;font-weight:var(--wd-text-font-weight);font-style:var(--wd-text-font-style);font-size:var(--wd-text-font-size);font-family:var(--wd-text-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:var(--wd-text-line-height)}@supports (overflow: clip){body{overflow-x:clip}}:is(body){height:auto}p{margin-bottom:var(--wd-tags-mb, 20px)}a{color:var(--wd-link-color);transition:all .25s ease;text-decoration:var(--wd-link-decor);-webkit-text-decoration:var(--wd-link-decor)}a:is(:hover,:focus,:active){outline:none;text-decoration:var(--wd-link-decor-hover);-webkit-text-decoration:var(--wd-link-decor-hover)}a:hover{color:var(--wd-link-color-hover)}a:focus{outline:none}:is(h1,h2,h3,h4,h5,h6,.title) a{color:inherit;text-decoration:none}:is(h1,h2,h3,h4,h5,h6,.title) a:hover{color:var(--wd-link-color-hover)}label{display:block;margin-bottom:5px;color:var(--wd-title-color);vertical-align:middle;font-weight:400}em{font-style:italic}big{font-size:larger}abbr{border-bottom:1px dotted;color:#D62432;text-decoration:none}acronym{border-bottom:1px dotted;text-decoration:none}.required{border:none;color:#E01020;font-size:16px;line-height:1}.optional{position:relative;top:-5px;font-size:.8em;color:var(--color-gray-300)}abbr[title]{border:none}dl{margin-bottom:20px;margin-bottom:20px}strong,b{font-weight:600}mark{display:inline-block;padding:5px 8px;background-color:#f7f7f7;color:#242424;font-weight:600;line-height:1}code,kbd{padding:2px 5px}code,kbd,pre,samp{-webkit-hyphens:none;hyphens:none;font-family:monospace, serif}ins{text-decoration:none}pre{overflow:auto;margin-bottom:20px;padding:20px;background:#f7f7f7;text-align:left;white-space:pre;white-space:pre-wrap;word-wrap:break-word}dfn{font-style:italic}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:1}sup{top:-.25em}sub{bottom:-.25em}var{font-style:italic}small{font-size:80%}hr{margin-top:20px;margin-bottom:20px;border:none;border-bottom:1px solid currentColor;opacity:.2}iframe,embed{max-width:100%}blockquote{margin-bottom:20px;padding-left:30px;border-left:2px solid var(--wd-primary-color);text-align:left;font-size:110%;--wd-tags-mb: 10px}blockquote cite{display:block;margin-top:10px;color:var(--wd-primary-color);font-weight:600;font-size:90%}blockquote cite a{color:inherit}cite{font-style:italic}address{margin-bottom:20px;font-style:italic;font-size:1.1em;line-height:1.8}fieldset{margin-bottom:20px;padding:20px 40px;border:2px solid var(--brdcolor-gray-300);border-radius:var(--wd-brd-radius)}fieldset legend{margin-bottom:0;padding-right:15px;padding-left:15px;width:auto}legend{text-transform:uppercase;font-size:22px}video{display:block}audio,canvas,progress{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}img{max-width:100%;height:auto;border:0;vertical-align:middle}.svg-icon{display:inline-block}.svg-icon svg{width:inherit !important;height:inherit !important}svg:not(:root){overflow:hidden}h1{font-size:28px}h2{font-size:24px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:12px}.wd-entities-title a{color:inherit}.wd-el-title{display:flex !important;align-items:center;gap:10px;font-size:22px}.wd-el-title .img-wrapper{display:flex;flex:0 0 auto}.wd-el-title .img-wrapper img{min-width:18px}.wd-label{color:var(--color-gray-800);font-weight:600}legend,h1,h2,h3,h4,h5,h6,.title{display:block;margin-bottom:var(--wd-tags-mb, 20px);color:var(--wd-title-color);text-transform:var(--wd-title-transform);font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font);line-height:1.4}.wd-entities-title{--wd-link-decor: none;--wd-link-decor-hover: none;display:block;color:var(--wd-entities-title-color);word-wrap:break-word;font-weight:var(--wd-entities-title-font-weight);font-style:var(--wd-entities-title-font-style);font-family:var(--wd-entities-title-font);text-transform:var(--wd-entities-title-transform);line-height:1.4}a.wd-entities-title:hover,.wd-entities-title a:hover{color:var(--wd-entities-title-color-hover)}:is(ul,ol){margin-bottom:var(--list-mb);padding-left:var(--li-pl);--list-mb: 20px;--li-mb: 10px;--li-pl: 17px}:is(ul,ol) li{margin-bottom:var(--li-mb)}:is(ul,ol) li:last-child{margin-bottom:0}li>:is(ul,ol){margin-top:var(--li-mb);margin-bottom:0}ul{list-style:disc}ol{list-style:decimal}dl dt{color:var(--color-gray-800);font-weight:600}dl dd{margin-bottom:20px}.unordered-list{list-style:none;--li-pl: 0}.unordered-list ul,.unordered-list ol{margin-left:20px;list-style:none;--li-pl: 0}.unordered-list li:before{margin-right:10px;font-size:8px;content:"\f113";font-family:"woodmart-font"}.wd-sub-menu ul,.textwidget .menu{--li-pl: 0;list-style:none}.wd-sub-menu ul{--list-mb: 0;--li-mb: 0}.wd-align{text-align:var(--wd-align)}.text-center{--content-align: center;--wd-align: center;--text-align: center;text-align:var(--text-align)}.text-right{--text-align: right;text-align:var(--text-align);--content-align: flex-end;--wd-align: flex-end}.text-left{--text-align: left;text-align:var(--text-align);--content-align: flex-start;--wd-align: flex-start}[class*="color-scheme-light"]{--color-white: #000;--color-gray-100: rgba(255,255,255,0.1);--color-gray-200: rgba(255,255,255,0.2);--color-gray-300: rgba(255,255,255,0.5);--color-gray-400: rgba(255,255,255,0.6);--color-gray-500: rgba(255,255,255,0.7);--color-gray-600: rgba(255,255,255,0.8);--color-gray-700: rgba(255,255,255,0.9);--color-gray-800: #fff;--color-gray-900: #fff;--color-white-rgb: 0,0,0;--color-black-rgb: 255,255,255;--bgcolor-black-rgb: 255,255,255;--bgcolor-white-rgb: 0,0,0;--bgcolor-white: #0f0f0f;--bgcolor-gray-100: #0a0a0a;--bgcolor-gray-200: #121212;--bgcolor-gray-300: #141414;--brdcolor-gray-200: rgba(255,255,255,0.1);--brdcolor-gray-300: rgba(255,255,255,0.15);--brdcolor-gray-400: rgba(255,255,255,0.25);--brdcolor-gray-500: rgba(255,255,255,0.3);--wd-text-color: rgba(255,255,255,0.8);--wd-title-color: #fff;--wd-widget-title-color: var(--wd-title-color);--wd-entities-title-color: #fff;--wd-entities-title-color-hover: rgba(255,255,255,0.8);--wd-link-color: rgba(255,255,255,0.9);--wd-link-color-hover: #fff;--wd-form-brd-color: rgba(255,255,255,0.2);--wd-form-brd-color-focus: rgba(255,255,255,0.3);--wd-form-placeholder-color: rgba(255,255,255,0.6);--wd-form-chevron: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+);--wd-main-bgcolor: #1a1a1a;--wd-navigation-color: 255,255,255;color:var(--wd-text-color)}.color-scheme-dark{--color-white: #fff;--color-gray-100: #f7f7f7;--color-gray-200: #f1f1f1;--color-gray-300: #bbb;--color-gray-400: #a5a5a5;--color-gray-500: #767676;--color-gray-600: #666;--color-gray-700: #555;--color-gray-800: #333;--color-gray-900: #242424;--color-white-rgb: 255,255,255;--color-black-rgb: 0,0,0;--bgcolor-white: #fff;--bgcolor-gray-100: #f7f7f7;--bgcolor-gray-200: #f7f7f7;--bgcolor-gray-300: #f1f1f1;--bgcolor-black-rgb: 0,0,0;--bgcolor-white-rgb: 255,255,255;--brdcolor-gray-200: rgba(0,0,0,0.075);--brdcolor-gray-300: rgba(0,0,0,0.105);--brdcolor-gray-400: rgba(0,0,0,0.12);--brdcolor-gray-500: rgba(0,0,0,0.2);--wd-text-color: #767676;--wd-title-color: #242424;--wd-entities-title-color: #333;--wd-entities-title-color-hover: rgba(51,51,51,0.65);--wd-link-color: #333;--wd-link-color-hover: #242424;--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-placeholder-color: #767676;--wd-navigation-color: 51,51,51;color:var(--wd-text-color)}.wd-fill{position:absolute;inset:0}.wd-hide{display:none !important}.wd-set-mb{--wd-mb: 15px}.wd-set-mb>*{margin-bottom:var(--wd-mb)}.reset-last-child>*:last-child{margin-bottom:0}.clear{clear:both;width:100%}@keyframes wd-rotate{100%{transform:rotate(360deg)}}@keyframes wd-fadeIn{from{opacity:0}to{opacity:1}}@keyframes wd-fadeInBottomShort{from{transform:translate3d(0, 20px, 0)}to{transform:none}}table{margin-bottom:35px;width:100%;border-spacing:0;border-collapse:collapse;line-height:1.4}table th{padding:15px 10px;border-bottom:2px solid var(--brdcolor-gray-200);color:var(--wd-title-color);text-transform:uppercase;font-size:16px;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font);vertical-align:middle;text-align:start}table td{padding:15px 12px;border-bottom:1px solid var(--brdcolor-gray-300);vertical-align:middle;text-align:start}table :is(tbody,tfoot) th{border-bottom:1px solid var(--brdcolor-gray-300);text-transform:none;font-size:inherit}.responsive-table{overflow-x:auto;margin-bottom:35px}.responsive-table table{margin-bottom:0}.responsive-table .responsive-table{overflow-x:visible;margin-bottom:0}input[type='email'],input[type='search'],input[type='number'],input[type='url'],input[type='tel'],input[type='text'],input[type='password'],:root textarea,:root select{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type='email'],input[type='date'],input[type='search'],input[type='number'],input[type='text'],input[type='tel'],input[type='url'],input[type='password'],:root textarea,:root select{padding:0 15px;max-width:100%;width:100%;height:var(--wd-form-height);border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);border-radius:var(--wd-form-brd-radius);background-color:var(--wd-form-bg);box-shadow:none;color:var(--wd-form-color);vertical-align:middle;font-size:14px;transition:border-color .5s ease}input[type='email']:focus,input[type='date']:focus,input[type='search']:focus,input[type='number']:focus,input[type='text']:focus,input[type='tel']:focus,input[type='url']:focus,input[type='password']:focus,:root textarea:focus,:root select:focus{outline:none;border-color:var(--wd-form-brd-color-focus);transition:border-color .4s ease}::-webkit-input-placeholder{color:var(--wd-form-placeholder-color)}::-moz-placeholder{color:var(--wd-form-placeholder-color)}:-moz-placeholder{color:var(--wd-form-placeholder-color)}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;margin-top:0;padding:0;vertical-align:middle;margin-inline-end:5px;cursor:pointer}input[type="search"]{box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="number"]{padding:0;text-align:center}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="date"]{-webkit-appearance:none}input[type="date"]::-webkit-inner-spin-button{display:none}input[type="date"]::-webkit-calendar-picker-indicator{opacity:0}input[type="date"]::-webkit-clear-button{position:relative;right:5px;width:30px;opacity:.4;filter:grayscale(100%)}input[type="date"]::-webkit-date-and-time-value{text-align:start}[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button{opacity:.6;filter:grayscale(100%) invert(100%) saturate(800%)}@supports not (-moz-appearance: none){input[type="date"]{background:no-repeat url("/wp-content/themes/woodmart/inc/admin/assets/images/calend-d.svg") right 15px top 50%;background-size:auto 14px}[class*="color-scheme-light"] input[type='date']{background-image:url("/wp-content/themes/woodmart/inc/admin/assets/images/calend-l.svg")}}:root textarea{overflow:auto;padding:10px 15px;min-height:190px;resize:vertical}:root select{padding-right:30px;background-image:var(--wd-form-chevron);background-position:right 10px top 50%;background-size:auto 18px;background-repeat:no-repeat}:root select option{background-color:var(--bgcolor-white)}input:-webkit-autofill{border-color:var(--wd-form-brd-color);-webkit-box-shadow:0 0 0 1000px var(--wd-form-bg) inset;-webkit-text-fill-color:var(--wd-form-color)}input:focus:-webkit-autofill{border-color:var(--wd-form-brd-color-focus)}:is(.btn,.button,button,[type=submit],[type=button]){position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;outline:none;border-radius:var(--btn-brd-radius, 0px);vertical-align:middle;text-align:center;text-decoration:none !important;text-shadow:none;line-height:1.2;cursor:pointer;transition:all .25s ease;color:var(--btn-color, #3E3E3E);border:var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #E9E9E9);background-color:var(--btn-bgcolor, #F3F3F3);box-shadow:var(--btn-box-shadow, unset);text-transform:var(--btn-transform, uppercase);font-weight:var(--btn-font-weight, 600);font-family:var(--btn-font-family, inherit);font-style:var(--btn-font-style, unset);padding:var(--btn-padding, 5px 20px);min-height:var(--btn-height, 42px);font-size:var(--btn-font-size, 13px)}:is(.btn,.button,button,[type=submit],[type=button]):hover{color:var(--btn-color-hover, var(--btn-color, #3E3E3E));border-color:var(--btn-brd-color-hover, var(--btn-brd-color, #e0e0e0));background-color:var(--btn-bgcolor-hover, var(--btn-bgcolor, #e0e0e0));box-shadow:var(--btn-box-shadow-hover, var(--btn-box-shadow, unset))}button[disabled],input[disabled]{opacity:0.6 !important;cursor:default !important}.elementor .btn{box-shadow:var(--btn-box-shadow, unset)}.elementor .btn:hover{box-shadow:var(--btn-box-shadow-hover, var(--btn-box-shadow, unset))}.btn.btn-default{border-radius:var(--btn-default-brd-radius);color:var(--btn-default-color);box-shadow:var(--btn-default-box-shadow);background-color:var(--btn-default-bgcolor);text-transform:var(--btn-default-transform, var(--btn-transform, uppercase));font-weight:var(--btn-default-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-default-font-family, var(--btn-font-family, inherit));font-style:var(--btn-default-font-style, var(--btn-font-style, unset))}.btn.btn-default:hover{color:var(--btn-default-color-hover);box-shadow:var(--btn-default-box-shadow-hover);background-color:var(--btn-default-bgcolor-hover)}.btn.btn-default:active{box-shadow:var(--btn-default-box-shadow-active);bottom:var(--btn-default-bottom-active)}.btn.btn-accent{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.btn.btn-accent:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.btn.btn-accent:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}:is(a,button,input[type="submit"],input[type="checkbox"],input[type="button"],input[type="file"],[tabindex="0"]):focus-visible{outline:var(--wd-otl-width, 2px) var(--wd-otl-style, dotted) var(--wd-otl-color, var(--wd-otl-color-scheme, #000)) !important;outline-offset:var(--wd-otl-offset, calc(var(--wd-otl-width) * -1 / 2));transition:none !important}input[tabindex="0"]:focus-visible{--wd-otl-width: 0 !important}.color-scheme-dark,.whb-color-dark{--wd-otl-color-scheme: #000}[class*="color-scheme-light"],.whb-color-light{--wd-otl-color-scheme: #fff}.wd-skip-links{position:fixed;display:flex;flex-direction:column;gap:5px;top:10px;inset-inline-start:-1000em;z-index:999999}.wd-skip-links:focus-within{inset-inline-start:10px}[class*="wd-grid"]{--wd-col: var(--wd-col-lg);--wd-gap: var(--wd-gap-lg);--wd-col-lg: 1;--wd-gap-lg: 20px}.wd-grid-g{display:grid;grid-template-columns:repeat(var(--wd-col), minmax(0, 1fr));gap:var(--wd-gap)}.wd-grid-g>.wd-wider{grid-column:auto/span 2;grid-row:auto/span 2}.wd-grid-col{grid-column:auto/span var(--wd-col)}[class*="wd-grid-f"]{display:flex;flex-wrap:wrap;gap:var(--wd-gap)}.wd-grid-f-col{gap:0;margin:0 calc(var(--wd-gap) / -2) calc(var(--wd-gap) * -1)}.wd-grid-f-col>.wd-col{width:100%;min-height:1px;flex:0 0 calc(100% / var(--wd-col) * var(--wd-col-wider, 1));max-width:calc(100% / var(--wd-col) * var(--wd-col-wider, 1));padding-inline:calc(var(--wd-gap) / 2);margin-bottom:var(--wd-gap)}.wd-grid-f-col>.wd-wider{--wd-col-wider: 2}.wd-grid-f-stretch>.wd-col{flex:1 1 var(--wd-f-basis, 200px);width:var(--wd-f-basis, 200px)}.wd-grid-f-stretch>.wd-col-auto{flex:0 0 auto;width:auto}.wd-grid-f-inline>.wd-col{flex:0 0 var(--wd-f-basis, auto)}.wd-loader:after{content:"";display:inline-block;width:30px;height:30px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-scroll-content{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:var(--wd-scroll-h, 50dvh)}@-moz-document url-prefix(){.wd-scroll-content{scrollbar-width:thin}}.wd-dropdown{--wd-dropdown-bg-color: var(--bgcolor-white);--wd-dropdown-shadow: 0 0 3px rgba(0,0,0,0.15);--wd-align: var(--wd-start);position:absolute;top:100%;left:0;z-index:380;margin-top:15px;margin-right:0;margin-left:calc(var(--nav-gap, .001px) / 2 * -1);background-color:var(--wd-dropdown-bg-color);background-position:bottom right;background-clip:border-box;background-repeat:no-repeat;box-shadow:var(--wd-dropdown-shadow);text-align:var(--wd-align);border-radius:var(--wd-brd-radius);visibility:hidden;opacity:0;transition:opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);transform:translateY(15px) translateZ(0);pointer-events:none}.wd-dropdown:after{content:"";position:absolute;inset-inline:0;bottom:100%;height:15px}.whb-col-right .wd-dropdown-menu.wd-design-default{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1)}.wd-event-hover:hover>.wd-dropdown,.wd-event-click.wd-opened>.wd-dropdown,.wd-dropdown.wd-opened{visibility:visible;opacity:1;transform:none !important;pointer-events:visible;pointer-events:unset}.wd-dropdown-menu{min-height:min(var(--wd-dropdown-height, unset), var(--wd-content-h, var(--wd-dropdown-height, unset)));width:var(--wd-dropdown-width);background-image:var(--wd-dropdown-bg-img)}.wd-dropdown-menu .wd-dropdown-inner{overflow:inherit;height:min(var(--wd-dropdown-height, unset), var(--wd-content-h))}.wd-dropdown-menu.wd-scroll>.wd-scroll-content{max-height:none;border-radius:inherit}.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.wd-dropdown-menu{min-height:400px}.dropdowns-loaded .dropdown-load-ajax>.wd-dropdown-menu>.container{animation:wd-fadeIn .3s ease}.dropdown-html-placeholder{display:flex;align-items:center;justify-content:center;background-color:rgba(var(--bgcolor-white-rgb), 0.6);border-radius:var(--wd-brd-radius)}.dropdown-html-placeholder:after{content:"";display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.dropdowns-loading .dropdown-html-placeholder:after{--wd-anim-state: running}.wd-dropdown-menu.wd-design-default{padding:var(--wd-dropdown-padding, 12px 20px);--wd-dropdown-width: 220px}.wd-dropdown-menu.wd-design-default>.container{padding:0;width:auto}.wd-dropdown-menu.wd-design-default .wd-dropdown{top:0;left:100%;padding:var(--wd-dropdown-padding, 12px 20px);width:var(--wd-dropdown-width);margin:0 0 0 var(--wd-dropdown-padding, 20px)}.wd-dropdown-menu.wd-design-default .wd-dropdown:after{top:0;right:100%;bottom:0;left:auto;width:var(--wd-dropdown-padding, 20px);height:auto}.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after{margin-left:auto;color:rgba(82,82,82,0.45);font-weight:600;font-size:55%;line-height:1;font-family:"woodmart-font";content:"\f113"}.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children>a:after{color:rgba(255,255,255,0.6)}.wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height)>.container>.wd-grid-f-inline{--wd-f-basis: 200px}.wd-dropdown-menu.wd-design-full-width{--wd-dropdown-width: 100vw}:is(.wd-nav-sticky,.wd-header-nav) .wd-dropdown-menu.wd-design-full-width{border-radius:0}.wd-dropdown-menu.wd-design-sized:not(.wd-scroll),.wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner{padding:var(--wd-dropdown-padding, 30px)}.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll),.wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner{padding-block:var(--wd-dropdown-padding, 30px);padding-left:calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w))}.wd-dropdown-menu.wd-design-sized:not(.wd-scroll)>.container,.wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner>.container{padding:0;max-width:none}.wd-side-hidden{--wd-side-hidden-w: 340px;position:fixed;inset-block:var(--wd-admin-bar-h) 0;z-index:500;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;width:min(var(--wd-side-hidden-w), 100vw);background-color:var(--bgcolor-white);transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);outline:none !important}.wd-side-hidden.wd-left{right:auto;left:0;transform:translate3d(-100%, 0, 0)}.wd-side-hidden.wd-right{right:0;left:auto;transform:translate3d(100%, 0, 0)}.wd-side-hidden.wd-opened{transform:none}.wd-sub-menu{--sub-menu-color: #838383;--sub-menu-color-hover: var(--wd-primary-color);--li-pl: 0;--list-mb: 0;--li-mb: 0;list-style:none}.wd-sub-menu li{position:relative}.wd-sub-menu li>a{position:relative;display:flex;align-items:center;padding-top:8px;padding-bottom:8px;color:var(--sub-menu-color);font-size:14px;line-height:1.3;text-decoration:none}.wd-sub-menu li>a .wd-nav-icon{margin-inline-end:7px;font-size:115%}.wd-sub-menu li>a .menu-label{position:relative;margin-top:-20px;align-self:flex-start}.wd-sub-menu li>a:hover{color:var(--sub-menu-color-hover)}[class*="color-scheme-light"] .wd-sub-menu{--sub-menu-color: rgba(255,255,255,0.6);--sub-menu-color-hover: #fff}.widget .wd-sub-menu{--li-mb: 0}.widget .wd-sub-menu ul{--li-mb: 0}.wd-sub-accented.wp-block-wd-menu-list>li{margin-block:-8px}.wd-sub-accented>li>a{--sub-menu-color: #333;--sub-menu-color-hover: var(--wd-primary-color);text-transform:uppercase;font-weight:600}.wd-sub-accented.color-scheme-light>li>a,[class*="color-scheme-light"] .wd-sub-accented>li>a{--sub-menu-color: #fff;--sub-menu-color-hover: rgba(255,255,255,0.6)}.wd-color-light .searchform{--wd-form-brd-color: rgba(255,255,255,0.2);--wd-form-brd-color-focus: rgba(255,255,255,0.3);--wd-form-color: rgba(255,255,255,0.8)}.wd-color-dark .searchform{--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-color: #767676;--wd-form-placeholder-color: var(--wd-form-color)}.create-nav-msg a{font-weight:600}picture.wd-nav-img img{width:inherit;height:inherit;max-height:inherit;object-fit:contain;object-position:50% 50%}.wd-nav{--list-mb: 0;--li-mb: 0;--li-pl: 0;--nav-gap: 20px;--nav-gap-v: 5px;--nav-pd: 5px 0;--nav-color: rgba(var(--wd-navigation-color), 1);--nav-color-hover: rgba(var(--wd-navigation-color), .7);--nav-color-active: var(--nav-color-hover);--nav-bg: none;--nav-bg-hover: var(--nav-bg);--nav-bg-active: var(--nav-bg-hover);--nav-shadow: none;--nav-shadow-hover: var(--nav-shadow);--nav-shadow-active: var(--nav-shadow-hover);--nav-border: none;--nav-border-hover: var(--nav-border);--nav-border-active: var(--nav-border-hover);--nav-radius: var(--wd-brd-radius);--nav-chevron-color: rgba(var(--wd-navigation-color), .5);display:inline-flex;flex-wrap:wrap;justify-content:var(--text-align, var(--wd-align));text-align:start;gap:var(--nav-gap-v) var(--nav-gap);list-style:none}.wd-nav>li{position:relative}.wd-nav>li>a{position:relative;display:flex;align-items:center;min-height:42px;padding:var(--nav-pd);text-transform:uppercase;font-weight:600;font-size:13px;line-height:1.4;text-decoration:none;color:var(--nav-color);background-color:var(--nav-bg);box-shadow:var(--nav-shadow);border:var(--nav-border);border-radius:var(--nav-radius)}.wd-nav>li>a .wd-nav-icon{margin-inline-end:7px;font-size:var(--nav-icon-size, 1.15em)}.wd-nav>li>a .menu-label{inset-inline-start:calc(100% - 30px);margin-inline-start:0}.wd-nav>li:is(.wd-has-children,.menu-item-has-children)>a:after{order:3;margin-inline-start:4px;font-weight:normal;font-style:normal;font-size:clamp(6px, 50%, 18px);color:var(--nav-chevron-color);content:"\f129";font-family:"woodmart-font"}.wd-nav:where(:not(.wd-dis-hover))>li:where(.wd-opened,:hover)>a{color:var(--nav-color-hover);background-color:var(--nav-bg-hover);box-shadow:var(--nav-shadow-hover);border:var(--nav-border-hover)}.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a{color:var(--nav-color-active);background-color:var(--nav-bg-active);box-shadow:var(--nav-shadow-active);border:var(--nav-border-active)}.wd-nav:where(.wd-add-pd){--nav-pd: 5px 12px}.widget .wd-nav{--li-mb: 0}.wd-nav.wd-gap-m{--nav-gap: 30px}.wd-nav.wd-gap-l{--nav-gap: 40px}.wd-nav-opener{position:relative;z-index:1;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:50px;color:var(--color-gray-900);cursor:pointer;transition:all .25s ease;backface-visibility:hidden;-webkit-backface-visibility:hidden}.wd-nav-opener:after{font-weight:400;font-size:12px;transition:transform .25s ease;content:"\f113";font-family:"woodmart-font"}.wd-nav-opener:hover{color:var(--color-gray-900)}.wd-nav-opener.wd-active{color:var(--color-gray-700)}.wd-nav-opener.wd-active:after{transform:rotate(90deg)}.wd-sub-menu li>a img,.wd-nav-img{flex:0 0 auto;display:inline-block;width:var(--nav-img-width, auto) !important;height:var(--nav-img-height, auto) !important;max-height:var(--nav-img-height, 18px);margin-inline-end:7px;object-fit:contain;object-position:50% 50%;line-height:0}.wd-nav.wd-icon-right>li>a :is(.wd-nav-img,.wd-nav-icon){order:1;margin:0;margin-inline-start:7px}.wd-nav.wd-style-default{--nav-color-hover: var(--wd-primary-color)}.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li{display:flex;flex-direction:row}.wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after{content:"";position:relative;inset-inline-end:calc((var(--nav-gap) / 2) * -1);border-right:1px solid rgba(0,0,0,0.105)}:is(.color-scheme-light,.whb-color-light) .wd-nav:is(.wd-style-bordered,.wd-style-separated)>li:not(:last-child):after{border-color:rgba(255,255,255,0.25)}.wd-nav.wd-style-separated>li{align-items:center}.wd-nav.wd-style-separated>li:not(:last-child):after{height:18px}.wd-nav.wd-style-bordered>li{align-items:stretch}.wd-nav[class*="wd-style-underline"] .nav-link-text{position:relative;display:inline-block;padding-block:1px;line-height:1.2}.wd-nav[class*="wd-style-underline"] .nav-link-text:after{content:'';position:absolute;top:100%;left:0;width:0;height:2px;background-color:var(--wd-primary-color);transition:width 0.4s cubic-bezier(0.19, 1, 0.22, 1)}.wd-nav[class*="wd-style-underline"]>li:is(:hover,.current-menu-item,.wd-active,.active)>a .nav-link-text:after{width:100%}.tooltip{--wd-tooltip-bg: rgba(0,0,0,0.9);--wd-tooltip-color: #fff;position:absolute;z-index:1110;opacity:0;pointer-events:none}.tooltip .tooltip-inner{padding:7px 15px;width:max-content;max-width:200px;text-transform:none;font-weight:400;font-size:12px;line-height:var(--wd-text-line-height);background-color:var(--wd-tooltip-bg);color:var(--wd-tooltip-color);text-align:center;word-break:break-word;border-radius:calc(var(--wd-brd-radius) / 1.5)}.tooltip .tooltip-arrow{position:absolute;width:10px;height:10px;background-color:var(--wd-tooltip-bg)}.tooltip.top{margin-top:-8px}.tooltip.top .tooltip-arrow{top:calc(100% - 1px);left:50%;clip-path:polygon(0 0, 50% 50%, 100% 0);transform:translateX(-50%)}.tooltip.bottom{margin-top:8px}.tooltip.bottom .tooltip-arrow{bottom:calc(100% - 1px);left:50%;clip-path:polygon(0 100%, 50% 50%, 100% 100%);transform:translateX(-50%)}.tooltip.left{margin-left:-8px}.tooltip.left .tooltip-arrow{top:50%;left:calc(100% - 1px);clip-path:polygon(0 0, 50% 50%, 0 100%);transform:translateY(-50%)}.tooltip.right{margin-left:8px}.tooltip.right .tooltip-arrow{top:50%;right:calc(100% - 1px);clip-path:polygon(100% 0, 50% 50%, 100% 100%);transform:translateY(-50%)}.wd-tltp{position:relative}.wd-tltp .tooltip{margin:0}.wd-tltp .tooltip.top{bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:8px}.wd-tltp .tooltip.top .tooltip-inner:after{content:"";position:absolute;width:100%;height:8px;inset:auto 0 -8px 0}.wd-tltp .tooltip:is(.left,.right) .tooltip-inner:after{content:"";position:absolute;inset-block:0;width:10px}.wd-tltp .tooltip.left{top:50%;right:calc(100% + 8px);transform:translateY(-50%)}.wd-tltp .tooltip.left .tooltip-inner:after{left:100%}.wd-tltp .tooltip.right{top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.wd-tltp .tooltip.right .tooltip-inner:after{right:100%}.wd-tltp .tooltip-inner>*{margin-top:0;margin-bottom:10px}.wd-tltp .tooltip-inner>*:last-child{margin-bottom:0}.wd-tltp .tooltip-inner a:not(.wd-social-icon){text-decoration:underline}.tooltip.in,.wd-tltp:is(:hover,:focus,:focus-within) .tooltip{pointer-events:unset;opacity:1;animation:wd-fadeIn .3s ease}.wd-notice,div.wpcf7-response-output,.mc4wp-alert,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info){--wd-link-decor: underline;--wd-link-decor-hover: underline;--wd-link-color: currentColor;--wd-link-color-hover: color-mix(in srgb, currentColor 80%, transparent);position:relative;margin-bottom:20px;padding-block:18px;padding-inline:65px 30px !important;text-align:start;border:none;border-radius:var(--wd-brd-radius);outline:none !important}.wd-notice:before,div.wpcf7-response-output:before,.mc4wp-alert:before,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info):before{position:absolute;top:calc(50% - 9px);left:24px;font-size:18px;line-height:18px;font-family:"woodmart-font"}.wd-notice p:last-child,div.wpcf7-response-output p:last-child,.mc4wp-alert p:last-child,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) p:last-child{margin-bottom:0}.wd-notice .amount,div.wpcf7-response-output .amount,.mc4wp-alert .amount,:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) .amount{color:#fff}.wd-notice :is(.button,.wc-backward),div.wpcf7-response-output :is(.button,.wc-backward),.mc4wp-alert :is(.button,.wc-backward),:is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward){text-decoration:none;--btn-color: currentColor;--btn-color-hover: currentColor;--btn-bgcolor: transparent;--btn-bgcolor-hover: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none;--btn-height: none;--btn-padding: 0;--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);border-top:0;border-inline:0;margin-inline:4px}.wd-notice.wd-success,.wpcf7 form.sent .wpcf7-response-output,.mc4wp-success,.woocommerce-message{background-color:var(--notices-success-bg);color:var(--notices-success-color)}.wd-notice.wd-success:before,.wpcf7 form.sent .wpcf7-response-output:before,.mc4wp-success:before,.woocommerce-message:before{content:"\f107"}.wd-notice.wd-warning,.wpcf7 form:not(.sent) .wpcf7-response-output,.mc4wp-error,.mc4wp-notice,:is(.woocommerce-error,.woocommerce-info){background-color:var(--notices-warning-bg);color:var(--notices-warning-color)}.wd-notice.wd-warning:before,.wpcf7 form:not(.sent) .wpcf7-response-output:before,.mc4wp-error:before,.mc4wp-notice:before,:is(.woocommerce-error,.woocommerce-info):before{content:"\f100"}.wd-notice.wd-info{background-color:#4D93D1;color:#fff}.wd-notice.wd-info:before{content:"\f100"}@keyframes wd-fadeInUpBig{from{transform:translate3d(0, 100%, 0)}to{transform:none}}@keyframes wd-fadeOutDownBig{from{transform:none}to{transform:translate3d(0, 100%, 0)}}.wd-close-side{position:fixed;background-color:rgba(0,0,0,0.7);opacity:0;pointer-events:none;transition:opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1),z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;z-index:400}.wd-close-side[class*="wd-location-header"]{z-index:389;top:var(--wd-admin-bar-h)}.wd-close-side.wd-location-sticky-nav{z-index:392}.wd-close-side.wd-close-side-opened{opacity:1;pointer-events:unset;transition-delay:0s}.wd-loop-footer{text-align:center;margin-top:30px}nav[class*="-pagination"] ul{--list-mb: 0;--li-mb: 0;--li-pl: 0;list-style:none;display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px}nav[class*="-pagination"] li .page-numbers{display:inline-flex;align-items:center;justify-content:center;padding-inline:5px;min-width:34px;height:34px;color:var(--color-gray-900);font-weight:600;font-size:14px;border-radius:calc(var(--wd-brd-radius) / 1.5);transition:all .2s ease;text-decoration:none}nav[class*="-pagination"] li .current{color:#fff;background-color:var(--wd-primary-color)}nav[class*="-pagination"] li :is(.next,.prev){font-size:0}nav[class*="-pagination"] li :is(.next,.prev):before{font-size:12px;content:"\f113";font-family:"woodmart-font"}nav[class*="-pagination"] li .prev:before{content:"\f114";font-family:"woodmart-font"}nav[class*="-pagination"] a:hover{background-color:var(--bgcolor-gray-300)}[class*="screen-reader"]{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);transform:scale(0)}.wd-breadcrumbs{--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--color-gray-700);--wd-bcrumb-color-active: var(--color-gray-900);--wd-link-decor: none;--wd-link-decor-hover: none}.wd-breadcrumbs>:is(span,a):last-child{font-weight:600;color:var(--wd-bcrumb-color-active)}.wd-breadcrumbs .wd-delimiter{margin-inline:8px;color:var(--wd-bcrumb-delim-color)}.wd-breadcrumbs .wd-delimiter:after{content:"/"}.wd-breadcrumbs .wd-delimiter:last-child{display:none}.wd-action-btn{--wd-action-icon-size: 1.1em;--wd-action-color: var(--color-gray-800);--wd-action-color-hover: var(--color-gray-500);--wd-action-icon-color: var(--wd-action-color);--wd-action-icon-color-hover: var(--wd-action-color-hover);--wd-action-text-color: var(--wd-action-color);--wd-action-text-color-hover: var(--wd-action-color-hover);--wd-link-decor: none;--wd-link-decor-hover: none;display:inline-flex;vertical-align:middle}.wd-action-btn>a{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;transition:none}.wd-action-btn>a.loading{pointer-events:none}.wd-action-btn>a.loading .wd-action-icon:before{opacity:0}.wd-action-btn>a.loading .wd-action-icon:after{opacity:1;--wd-anim-state: running}.wd-action-btn>a:hover .wd-action-icon:before{color:var(--wd-action-icon-color-hover)}.wd-action-btn .wd-action-icon:before{content:var(--wd-btn-icon, unset);font-size:var(--wd-action-icon-size);color:var(--wd-action-icon-color);transition:color .25s ease, opacity .15s ease;font-family:"woodmart-font"}.wd-action-btn .wd-action-icon:after{position:absolute;top:calc(50% - .5em);inset-inline-start:calc(50% - .5em);opacity:0;transition:opacity .2s ease;font-size:var(--wd-action-icon-size);color:var(--wd-action-icon-color);content:"";display:inline-block;width:1em;height:1em;border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-action-icon{position:relative}.wd-action-btn.wd-style-icon{--wd-action-icon-size: 20px}.wd-action-btn.wd-style-icon>a{flex-direction:column;width:50px;height:50px;font-weight:400;font-size:0 !important}.wd-action-btn.wd-style-text>a{font-weight:600}.wd-action-btn.wd-style-text>a.added .wd-action-icon{margin-inline-end:min(.6em, 15px)}.wd-action-btn.wd-style-text>a:hover .wd-action-text{color:var(--wd-action-text-color-hover)}.wd-action-btn.wd-style-text .wd-action-icon{margin-inline-end:.3em;font-weight:400}.wd-action-btn.wd-style-text .wd-action-text{color:var(--wd-action-text-color);transition:color .25s ease}.wd-action-btn:empty{display:none}.wd-compare-icon{--wd-btn-icon: "\f128"}.wd-wishlist-icon{--wd-btn-icon: "\f106"}.wd-pt-icon{--wd-btn-icon: "\f191"}.wd-quick-view-icon{--wd-btn-icon: "\f130"}.wd-add-cart-icon{--wd-btn-icon: "\f123"}.wd-cross-icon{--wd-btn-icon: "\f112"}.wd-burger-icon{--wd-btn-icon: "\f15a"}.wd-action-btn .wd-check-icon{position:absolute;inset-inline-start:calc(50% + var(--wd-action-icon-size) - .55em);bottom:calc(50% + var(--wd-action-icon-size) - .7em);display:none;align-items:center;justify-content:center;width:min(.87em, 20px);height:min(.87em, 20px);border-radius:50%;background:var(--wd-primary-color);font-weight:400;font-size:calc(var(--wd-action-icon-size, 1.2em) - 2px);transform:translate(-50%, 50%)}.wd-action-btn .wd-check-icon:before{content:"\f107";font-family:"woodmart-font";color:#fff;font-size:min(.45em, 9px)}.wd-action-btn>a.added .wd-check-icon{display:flex}.wd-action-btn>a.loading .wd-check-icon{display:none}.wd-heading{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:10px;padding:20px 15px;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-heading>a{--wd-link-color: var(--wd-primary-color);--wd-link-color-hover: var(--wd-primary-color)}.wd-heading>a:hover{opacity:.7}.wd-heading .title{flex:1 1 auto;margin-bottom:0;font-size:130%}.wd-heading .wd-action-btn{flex:0 0 auto}.wd-heading .wd-action-btn.wd-style-text>a{height:25px}:is(.widget,.wd-widget,div[class^="vc_wp"]){line-height:1.4;--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--color-gray-800);--wd-link-decor: none;--wd-link-decor-hover: none}:is(.widget,.wd-widget,div[class^="vc_wp"])>:is(ul,ol){margin-top:0}:is(.widget,.wd-widget,div[class^="vc_wp"]) :is(ul,ol){list-style:none;--list-mb: 0;--li-mb: 15px;--li-pl: 0}.widgettitle,.widget-title{margin-bottom:20px;color:var(--wd-widget-title-color);text-transform:var(--wd-widget-title-transform);font-weight:var(--wd-widget-title-font-weight);font-style:var(--wd-widget-title-font-style);font-size:var(--wd-widget-title-font-size);font-family:var(--wd-widget-title-font)}.widget .wp-block-heading{font-size:var(--wd-widget-title-font-size)}.widget{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--brdcolor-gray-300)}.widget:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.woodmart-author-information{line-height:inherit}.woodmart-author-information .author-avatar img{border-radius:50%}.textwidget>*:last-child{margin-bottom:0}:is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>*{margin-block:0 var(--wd-block-spacing)}:is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>:where(*:last-child){margin-bottom:0}.wd-bg-parent{position:relative}:where(.wd-bg-parent>*){position:relative}.alignleft{float:left;margin-right:20px;margin-bottom:20px}.alignright{float:right;margin-left:20px;margin-bottom:20px}.aligncenter{display:block;clear:both;margin:0 auto 20px auto}:root .wd-custom-width{width:var(--wd-width, unset);max-width:100%}.wd-page-wrapper{position:relative;background-color:var(--wd-main-bgcolor)}body:not([class*="wrapper-boxed"]){background-color:var(--wd-main-bgcolor)}.wd-page-content{min-height:50vh;background-color:var(--wd-main-bgcolor)}.container,.container-fluid{width:100%;max-width:var(--wd-container-w);padding-inline:15px;margin-inline:auto}.container-fluid{max-width:none}.wd-content-layout{padding-block:40px}:where(.wd-content-layout>div){grid-column:auto/span var(--wd-col)}.wd-sidebar .wd-heading{display:none}.searchform[class*="wd-style-with-bg"] .searchsubmit{--btn-color: #fff;--btn-bgcolor: var(--wd-primary-color)}.searchform.wd-style-with-bg .searchsubmit{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}.searchform.wd-style-with-bg-2 .searchsubmit{inset-inline-end:calc(var(--wd-form-brd-width) + 3px);width:calc(var(--wd-search-btn-w) - ((var(--wd-form-brd-width) + 3px) * 2));inset-block:calc(var(--wd-form-brd-width) + 3px);border-radius:var(--wd-form-brd-radius)}.searchform.wd-style-with-bg-2 .searchsubmit img{max-width:var(--wd-tools-icon-width, 22px)}.searchform.wd-style-with-bg-2 .searchsubmit:after{font-size:calc(var(--wd-form-height) / 2.5)}.searchform.wd-style-4{--wd-search-clear-sp: 7px;--wd-search-btn-w: .001px}.searchform.wd-style-4 input[type="text"]{padding-inline:40px 30px}.searchform.wd-style-4 .searchsubmit{inset-inline-start:0;pointer-events:none;width:46px;--wd-form-height: 46px}.searchform.wd-style-4 .searchsubmit:after{font-size:16px}.searchform.wd-style-4 .wd-search-cat{inset-inline-end:0}.searchform.wd-style-4 .wd-search-cat>a{border-inline-end:none}.searchform.wd-style-4.wd-cat-style-default .wd-search-cat>a:after{margin-inline-end:15px}.wd-image{border-radius:var(--wd-brd-radius)}.wd-image img{border-radius:var(--wd-brd-radius)}.search-no-results .wd-page-title :is(.breadcrumbs,.yoast-breadcrumb){display:none}@media (min-width: 769px){.searchform.wd-style-default:not(.wd-with-cat) .wd-clear-search{padding-inline-end:10px;border-inline-end:1px solid var(--wd-form-brd-color)}.searchform.wd-style-default.wd-cat-style-default{--wd-search-clear-sp: 7px}.searchform[class*="wd-style-with-bg"].wd-cat-style-default{--wd-search-clear-sp: 20px}.searchform.wd-style-with-bg.wd-cat-style-separated{--wd-search-clear-sp: 10px}}@media (min-width: 1025px){.wd-hide-lg{display:none !important}.wd-scroll{--scrollbar-track-bg: rgba(0,0,0,0.05);--scrollbar-thumb-bg: rgba(0,0,0,0.12)}.wd-scroll ::-webkit-scrollbar{width:5px}.wd-scroll ::-webkit-scrollbar-track{background-color:var(--scrollbar-track-bg)}.wd-scroll ::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-bg)}[class*="color-scheme-light"] .wd-scroll,.wd-scroll.color-scheme-light{--scrollbar-track-bg: rgba(255,255,255,0.05);--scrollbar-thumb-bg: rgba(255,255,255,0.12)}.admin-bar{--wd-admin-bar-h: 32px}}@media (min-width: 1200px){.wrapper-full-width-content .container{max-width:100%}}@media (max-width: 1024px){@supports not (overflow: clip){body{overflow:hidden}}.wd-hide-md{display:none !important}[class*="wd-grid"]{--wd-col: var(--wd-col-md);--wd-gap: var(--wd-gap-md);--wd-col-md: var(--wd-col-lg);--wd-gap-md: var(--wd-gap-lg)}.wd-side-hidden{--wd-side-hidden-w: min(300px, 80vw)}html:has(.wd-side-hidden.wd-opened){overflow:hidden}.wd-nav-wrapper.wd-mb-action-swipe{overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap;-webkit-mask-image:linear-gradient(to left, transparent, #000 70px);mask-image:linear-gradient(to left, transparent, #000 70px)}.wd-nav-wrapper.wd-mb-action-swipe .wd-nav{flex-wrap:nowrap}.wd-close-side{top:-150px}html:has(.wd-side-hidden.wd-opened,.mfp-wrap) #wpadminbar{z-index:400}#wpadminbar{position:absolute}}@media (max-width: 768.98px){.wd-hide-sm{display:none !important}[class*="wd-grid"]{--wd-col: var(--wd-col-sm);--wd-gap: var(--wd-gap-sm);--wd-col-sm: var(--wd-col-md);--wd-gap-sm: var(--wd-gap-md)}.sidebar-left{order:10}.searchform.wd-style-default .wd-clear-search{padding-inline-end:10px;border-inline-end:1px solid var(--wd-form-brd-color)}}@media (max-width: 576px){[class*="wd-grid"]{--wd-col: var(--wd-col-xs);--wd-gap: var(--wd-gap-xs);--wd-col-xs: var(--wd-col-sm);--wd-gap-xs: var(--wd-gap-sm)}}@media (min-width: 769px) and (max-width: 1024px){.wd-hide-md-sm{display:none !important}}
.wd-z-index{position:relative;z-index:35}.wd-fontsize-xs{font-size:14px}.wd-fontsize-s{font-size:16px}.wd-fontsize-m{font-size:18px}.wd-fontsize-l{font-size:22px}.wd-fontsize-xl{font-size:26px}.wd-fontsize-xxl{font-size:36px}.wd-fontsize-xxxl{font-size:46px}.text-larger{font-size:110%}.font-text{font-family:var(--wd-text-font)}.font-primary{font-family:var(--wd-title-font)}.font-alt{font-style:var(--wd-alternative-font-style);font-family:var(--wd-alternative-font)}.wd-items-top{align-items:flex-start}.wd-items-middle{align-items:center}.wd-items-bottom{align-items:flex-end}.wd-justify-left{justify-content:left}.wd-justify-center{justify-content:center}.wd-justify-right{justify-content:right}.color-primary{color:var(--wd-primary-color)}.color-alt{color:var(--wd-alternative-color)}.color-title{color:var(--wd-title-color)}@media (max-width: 1024px){.wd-fontsize-xl,.wd-fontsize-xxl,.wd-fontsize-xxxl{font-size:22px}.text-larger{font-size:inherit}}
:is(.yoast-breadcrumb,.aioseo-breadcrumbs,.rank-math-breadcrumb,nav[aria-label="breadcrumb"]){--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--color-gray-700);--wd-bcrumb-color-active: var(--color-gray-900);--wd-link-decor: none;--wd-link-decor-hover: none}.yoast-breadcrumb>span{color:var(--wd-bcrumb-delim-color)}.yoast-breadcrumb .breadcrumb_last{color:var(--wd-bcrumb-color-active)}.rank-math-breadcrumb{--wd-tags-mb: .001px}.rank-math-breadcrumb .separator{color:var(--wd-bcrumb-delim-color)}.rank-math-breadcrumb .last{color:var(--wd-bcrumb-color-active)}.aioseo-breadcrumbs span:last-child{color:var(--wd-bcrumb-color-active)}.aioseo-breadcrumb-separator{color:var(--wd-bcrumb-delim-color)}ol.breadcrumb .active{color:var(--wd-bcrumb-color-active)}
.elementor-default i:not([class]){font-style:italic}.wd-button-wrapper .btn-style-link,.wd-button-wrapper .btn-style-bordered:not(:hover){background-color:transparent !important}.btn-full-width{width:100%}.rtl .btn-icon-pos-left{flex-direction:row}.rtl .btn-icon-pos-right{flex-direction:row-reverse}:is(.wd-entry-content,.entry-content)>.elementor{margin-bottom:0}.elementor-column-gap-no{--wd-el-column-gap: 0.001px}.elementor-column-gap-narrow{--wd-el-column-gap: 10px}.elementor-column-gap-default{--wd-el-column-gap: 20px}.elementor-column-gap-extended{--wd-el-column-gap: 30px}.elementor-column-gap-wide{--wd-el-column-gap: 40px}.elementor-column-gap-wider{--wd-el-column-gap: 60px}.elementor-section.wd-negative-gap>.elementor-container{margin-left:calc(var(--wd-el-column-gap) / 2 * -1);margin-right:calc(var(--wd-el-column-gap) / 2 * -1)}.elementor-section-boxed.wd-negative-gap .elementor-container{max-width:none}.e-con-boxed.wd-negative-gap{--container-max-width: none}[class*="wd-section-stretch"]{position:relative;min-width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));width:calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));left:calc(50% - 50vw + var(--wd-scroll-w) / 2 + var(--wd-sticky-nav-w) / 2)}[class*="wd-section-stretch"].wd-negative-gap{--padding-left: 15px;--padding-right: 15px}[class*="wd-section-stretch"].wd-negative-gap:where(.elementor-section){padding-inline:15px}.elementor-section.wd-section-stretch>.elementor-container{max-width:calc(var(--wd-container-w) - 30px + var(--wd-el-column-gap, .0001px))}.e-con-boxed.wd-section-stretch{--container-max-width: min(calc(var(--wd-container-w) - 30px))}.e-con-boxed.wd-section-stretch-content{--container-max-width: none}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:auto}}.wd-elementor-sticky-column{align-items:flex-start}.wd-sticky-spacer{opacity:0}.wd-divider .elementor-shape-fill{-webkit-transform:none;transform:none}.elementor-select-wrapper .select-caret-down-wrapper{display:none}.elementor-widget-text-editor .elementor-widget-container{width:100%;columns:inherit;column-gap:inherit}.elementor-widget-text-editor.text-left>*{margin-right:auto}.elementor-widget-text-editor.text-center>*{margin-inline:auto}.elementor-widget-text-editor.text-right>*{margin-left:auto}.elementor-widget-text-editor>*>*:last-child,.elementor-widget-text-editor>*:last-child{margin-bottom:0}.elementor-widget-wd_products:has(.wd-hide)>*{display:none}.elementor-page .elementor-widget-woodmart_menu_anchor{margin-bottom:0}.elementor a{text-decoration:var(--wd-link-decor);-webkit-text-decoration:var(--wd-link-decor)}.elementor a:where(:hover){text-decoration:var(--wd-link-decor-hover);-webkit-text-decoration:var(--wd-link-decor-hover)}.wd-accordion-theme-style .elementor-accordion-item{border-top-width:2px;border-right-width:0 !important;border-left-width:0 !important}.elementor-tab-content>*:last-child{margin-bottom:0}.wd-el-page-heading{--wd-tags-mb: 0}.elementor-element svg.wd-icon,.img-wrapper .e-font-icon-svg{width:1em;height:1em;fill:currentColor}.wd-carousel-item.e-con{--padding-top: 0px;--padding-bottom: 0px}.wd-carousel-item.e-con.e-flex{flex:0 0 calc(100% / var(--wd-col))}:where(.e-con) .wd-width-100{width:100%}.wd-animation.wd-animation-fast{--wd-anim-duration: .6s}.wd-animation.wd-animation-slow{--wd-anim-duration: 1.6s}.wd-video-theme-style .elementor-custom-embed-image-overlay{overflow:hidden;transition:all 0.5s cubic-bezier(0, 0, 0.44, 1.18)}.wd-video-theme-style .elementor-custom-embed-image-overlay:after,.wd-video-theme-style .elementor-custom-embed-image-overlay:before,.wd-video-theme-style .elementor-custom-embed-image-overlay .elementor-custom-embed-play i:before{content:"";position:absolute;inset:0}.wd-video-theme-style .elementor-custom-embed-image-overlay:before{background:inherit;transition:inherit}.wd-video-theme-style .elementor-custom-embed-image-overlay:after{background-color:#000;transition:inherit;opacity:.15}.wd-video-theme-style .elementor-custom-embed-play{z-index:1;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i{display:flex;align-items:center;justify-content:center;width:1em;height:1em;font-family:unset;opacity:1;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i:before{border:.04em solid currentColor;border-radius:50%;opacity:.4;transition:inherit}.wd-video-theme-style .elementor-custom-embed-play i:after{margin-left:5px;font-size:.3em;transition:inherit;content:"\f101";font-family:"woodmart-font"}.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:before{transform:scale(1.09)}.wd-video-theme-style:hover .elementor-custom-embed-image-overlay:after{opacity:.3}.wd-video-theme-style:hover .elementor-custom-embed-play i:before{opacity:.6}.wd-video-theme-style:hover .elementor-custom-embed-play i:after{transform:scale(0.8)}.products:not(.wd-img-width) .cat-design-alt img{width:revert-layer}.e-con :is(.wd-checkout-login,.wd-checkout-coupon){align-items:unset}.e-con :is(.wd-checkout-login,.wd-checkout-coupon) .elementor-widget-container{display:flex;flex-direction:column;align-items:var(--wd-align)}.wd-btn-align-center{--wd-btn-align: center}.wd-btn-align-right{--wd-btn-align: end}.wd-btn-align-full-width{--wd-btn-align: stretch}
div:where(.elementor-location-header){margin-bottom:40px}.elementor-location-popup{overflow-x:hidden}.elementor-element :is(.elementor-field-textual,.elementor-search-form__input){height:auto}.elementor-field.elementor-size-sm{border-radius:3px}.elementor-search-form input[type=search]{border-radius:0}:is(.elementor-wc-products,.elementor-widget-wc-archive-products){text-align:end}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .wd-filter-buttons{display:none}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering){margin-right:0;margin-bottom:20px;vertical-align:middle}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) :is(.wd-products-per-page,.wd-products-shop-view,.woocommerce-ordering):not(:first-child){margin-left:30px}:is(.elementor-wc-products,.elementor-widget-wc-archive-products) .woocommerce-ordering{display:inline-flex}.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb{display:block}.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb>span:last-child{font-weight:inherit;color:inherit}.wd-page-content .elementor-widget-woocommerce-product-images>.elementor-widget-container>.product-labels,.wd-page-content .elementor-widget-woocommerce-product-images>.product-labels{display:none}.elementor-widget-woocommerce-product-price .price{margin-bottom:0}.elementor-widget-woocommerce-product-price .price :is(del,.amount){color:inherit;font-weight:inherit}.elementor-widget-woocommerce-product-short-description .woocommerce-product-details__short-description{margin-bottom:0}.elementor-add-to-cart--align-left{--text-align: left;text-align:left;--content-align: flex-start}.elementor-add-to-cart--align-center{--content-align: center;--text-align: center;text-align:center}.elementor-add-to-cart--align-right{--text-align: right;text-align:right;--content-align: flex-end}:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .cell{display:inline-block}:is(.elementor-add-to-cart--align-center,.elementor-add-to-cart--align-right) form.variations_form .value{width:auto}.elementor-add-to-cart--align-justify form.cart .button{flex-grow:1;flex-shrink:1}.elementor-widget-woocommerce-product-add-to-cart div.quantity input[type="number"]{border-radius:0 !important;border-right:none !important;border-left:none !important}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title{display:none}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs-wrapper{margin-bottom:0}.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs[class*="wd-style-underline"] .nav-link-text:after{content:none}.elementor-widget-woocommerce-product-additional-information table{margin-bottom:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .order_details{border-width:0}.elementor-widget-woocommerce-my-account .e-my-account-tab .responsive-table{margin-bottom:0}.e-my-account-tab .wd-my-account-wrapper{margin:0}.e-my-account-tab .wd-my-account-sidebar{padding-inline-start:0}.e-my-account-tab .wd-my-account-links{display:none}.e-my-account-tabs-horizontal .wd-my-account-wrapper{display:block}.e-my-account-tabs-horizontal .wd-my-account-wrapper .woocommerce-MyAccount-content{max-width:none}.e-my-account-tabs-horizontal .wd-my-account-sidebar{display:none}.e-cart__column td.product-remove a{height:auto}.e-cart__column .shop_table td.product-btn .button{float:none;color:var(--checkout-button-normal-text-color, #fff) !important;background-color:#5bc0de}.e-cart__column .shop_table td.product-name .wd-cart-label{font-size:0}.e-cart__column .shop_table :is(td.product-price,td.product-subtotal) del span{color:var(--color-gray-300)}.e-cart__column .shop_table tbody tr td.product-sku{border-top-width:var(--order-summary-items-divider-weight, 1px);border-top-style:solid;border-top-color:var(--order-summary-items-divider-color, #D5D8DC)}.e-cart__column .shop_table .cart_item[class*="wd-fbt-item"]:not(.wd-fbt-item-first) td{padding-bottom:0;border-top:none}.e-cart__column .shop_table .cart_item.wd-fbt-item-last td{padding-bottom:20px !important}.e-cart__column .quantity :is(input[type="number"],input[type="text"]).input-text{max-height:unset;border-radius:0;border-left:none;border-right:none;border-width:var(--wd-form-brd-width);border-color:var(--wd-form-brd-color);text-align:center}.e-cart__column .wd-fg:not(:first-child){margin-top:40px}.e-cart__column .responsive-table{margin-bottom:0}.elementor-widget-woocommerce-checkout-page .woocommerce>.woocommerce-checkout{display:block}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tr.cart_item td.product-name{max-width:unset}.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals td{max-width:unset}.elementor-widget-woocommerce-checkout-page [class*="__field-wrapper"]{display:unset}@media (min-width: 1025px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-lg) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap) / -2)}.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .wd-my-account-sidebar .woocommerce-MyAccount-navigation{width:auto}}@media (max-width: 1024px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-md) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap) / -2)}}@media (max-width: 768.98px){.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-sm) .wd-carousel-inner .wd-carousel{margin-inline:calc(var(--wd-gap) / -2)}.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail{position:unset}.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail:before{content:none}.e-shop-table .woocommerce-cart-form__contents td.product-remove{top:0;right:0}.e-shop-table .shop_table.wd-fg-table tr{display:block}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive{display:table}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr{border:none;transform:translateX(0)}.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive td{padding-top:10px;padding-bottom:10px}.elementor-widget-woocommerce-cart .woocommerce tbody{display:table-row-group}.elementor-widget-woocommerce-cart .woocommerce tr{display:table-row}.e-my-account-tab .wd-my-account-sidebar{padding-inline-end:0}}
.wd-sticky-btn :is(.wc-ppcp-product-payments__container,.wc-ppcp-paylater-msg__container){display:none !important}.single-product-page #wc-ppcp-paylater-msg-product{margin-bottom:-15px}.wc-ppcp-product-payments__container .paypal-buttons>iframe.component-frame{z-index:unset !important}.wc-proceed-to-checkout .wc-ppcp-cart-payments__container.below :is(.wc-ppcp-cart-payment__methods,.wc-ppcp-cart-payment__methods li){margin-top:0}#wc-ppcp-minicart-msg{display:block}
.product-title{--wd-link-decor: none;--wd-link-decor-hover: none;display:block;color:var(--wd-entities-title-color);word-wrap:break-word;font-weight:var(--wd-entities-title-font-weight);font-style:var(--wd-entities-title-font-style);font-family:var(--wd-entities-title-font);text-transform:var(--wd-entities-title-transform);line-height:1.4}.product-title a:hover,a.product-title:hover{color:var(--wd-entities-title-color-hover)}ul.variation{--li-pl: 0;list-style:none;font-size:90%;--li-mb: 5px;--list-mb: 0;--wd-tags-mb: 0}.woocommerce-breadcrumb{display:inline-flex;align-items:center;flex-wrap:wrap}.amount{color:var(--wd-primary-color);font-weight:600}.price{color:var(--wd-primary-color);font-weight:600}.price .amount{color:inherit;font-size:inherit;font-weight:inherit}.price del{color:var(--color-gray-300);font-size:90%;font-weight:400}.price ins{padding:0;background-color:transparent;text-decoration:none;opacity:1}.woocommerce-price-suffix{color:var(--color-gray-500);font-weight:400}.wd-price-unit{display:inline-block;margin-inline-start:4px;color:var(--color-gray-300);font-weight:400}.wd-price-unit:not(:last-child){margin-inline-end:2px}.wd-price-unit:before{content:"/";margin-inline-end:4px}a.login-to-prices-msg{color:var(--wd-primary-color);font-weight:600}a.login-to-prices-msg:hover{color:var(--wd-primary-color);opacity:.6}.woocommerce-notices-wrapper:empty{display:none}ul:is(.woocommerce-error,.woocommerce-message,.woocommerce-info){list-style:none;--li-pl: 0;--li-mb: 5px;align-items:stretch;flex-direction:column;justify-content:center}.wd-wc-notices .woocommerce-notices-wrapper{display:flex;flex-direction:column;gap:20px}.wd-wc-notices .woocommerce-notices-wrapper>*{margin-bottom:0}.wd-wc-notices:has(.woocommerce-notices-wrapper:empty){display:none}ul.variation p{display:inline}ul.variation .item-variation-name{color:var(--color-gray-800);font-weight:600}.wc-item-meta{--li-pl: 0;--list-mb: 0;--li-mb: 0;margin-top:10px;font-size:90%;list-style:none}.wc-item-meta li>*{display:inline-block;margin-top:0 !important;margin-bottom:5px;vertical-align:middle}.wc-item-meta strong{color:var(--color-gray-800)}:is(.blockOverlay,.wd-loader-overlay):after{position:absolute;top:calc(50% - 13px);left:calc(50% - 13px);content:"";display:inline-block;width:26px;height:26px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused);--wd-anim-state: running}.wd-loader-overlay{z-index:340;border-radius:inherit;animation:wd-fadeIn .6s ease both;background-color:rgba(var(--bgcolor-white-rgb), 0.6);border-radius:var(--wd-brd-radius)}.wd-loader-overlay:not(.wd-loading){display:none}.blockOverlay{z-index:340 !important;background:rgba(var(--bgcolor-white-rgb), 0.8) !important;animation:wd-FadeInLoader .6s ease forwards}.blockOverlay:before{content:none !important}@keyframes wd-FadeInLoader{from{opacity:0}to{opacity:.8}}.single_add_to_cart_button{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.single_add_to_cart_button:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.single_add_to_cart_button:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.single_add_to_cart_button+.added_to_cart{display:none}form.cart{display:flex;flex-wrap:wrap;gap:10px;justify-content:var(--content-align)}form.cart>*{flex:1 1 100%}form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn,.quantity){flex:0 0 auto}.wd-product-detail{font-size:90%;margin-top:5px}.wd-product-detail>span{vertical-align:middle}.wd-product-detail .wd-hint{margin-inline-start:3px}.wd-product-detail.wd-product-sku{word-break:break-all}.woocommerce-product-details__short-description{margin-bottom:20px}.woocommerce-product-details__short-description>*:last-child{margin-bottom:0}.wd-hint{position:relative;display:inline-block;vertical-align:middle;line-height:1;cursor:help}.wd-hint:before{content:"?";display:inline-flex;align-items:center;justify-content:center;width:1.45em;height:1.45em;border-radius:50%;background-color:var(--wd-hint-bg, var(--bgcolor-gray-300));color:var(--wd-hint-color, var(--color-gray-800));font-size:var(--wd-hint-size, 0.8em);font-weight:600}.wd-hint>.wd-tooltip-content{display:none}.wd-hint.wd-with-html:after{content:"";position:absolute;bottom:100%;inset-inline:0;height:8px}.single_add_to_cart_button:before{content:"";position:absolute;inset:0;opacity:0;z-index:1;border-radius:inherit;background-color:inherit;box-shadow:inherit;transition:opacity 0s ease}.single_add_to_cart_button:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;z-index:2;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.loading.single_add_to_cart_button:before{opacity:1;transition:opacity .25s ease}.loading.single_add_to_cart_button:after{opacity:1;transition:opacity .25s ease;--wd-anim-state: running}.wd-products-element{position:relative}.wd-products{position:relative;align-items:flex-start;transition:all .25s ease}.wd-products.wd-loading,.wd-content-layout.wd-loading .wd-products[data-source="main_loop"]{opacity:0;transform:translate3d(0, 30px, 0);pointer-events:none}
.star-rating{position:relative;display:inline-block;vertical-align:middle;white-space:nowrap;letter-spacing:2px;font-weight:400;color:var(--wd-star-color, #EABE12);width:fit-content;font-family:"woodmart-font"}.star-rating:before{content:"\f149" "\f149" "\f149" "\f149" "\f149";color:var(--wd-empty-star-color, var(--color-gray-300))}.star-rating span{position:absolute;inset-block:0;inset-inline-start:0;overflow:hidden;width:100%;text-indent:99999px}.star-rating span:before{content:"\f148" "\f148" "\f148" "\f148" "\f148";position:absolute;top:0;inset-inline-start:0;text-indent:0}
div.wc-block-components-notice-banner{--wd-link-decor: underline;--wd-link-decor-hover: underline;--wd-link-color: currentColor;--wd-link-color-hover: color-mix(in srgb, currentColor 80%, transparent);position:relative;margin-bottom:20px;padding-block:18px;padding-inline:65px 30px !important;text-align:start;border:none;border-radius:var(--wd-brd-radius);outline:none !important;font-size:inherit;align-content:center;margin-top:0;font-size:var(--wd-text-font-size)}div.wc-block-components-notice-banner:before{position:absolute;top:calc(50% - 9px);left:24px;font-size:18px;line-height:18px;font-family:"woodmart-font"}div.wc-block-components-notice-banner p:last-child{margin-bottom:0}div.wc-block-components-notice-banner .amount{color:#fff}div.wc-block-components-notice-banner :is(.button,.wc-backward){text-decoration:none;--btn-color: currentColor;--btn-color-hover: currentColor;--btn-bgcolor: transparent;--btn-bgcolor-hover: transparent;--btn-brd-width: 2px;--btn-box-shadow-hover: none;--btn-height: none;--btn-padding: 0;--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);border-top:0;border-inline:0;margin-inline:4px}div.wc-block-components-notice-banner.is-success{background-color:var(--notices-success-bg);color:var(--notices-success-color)}div.wc-block-components-notice-banner.is-success:before{content:"\f107"}div.wc-block-components-notice-banner:is(.is-info,.is-error){background-color:var(--notices-warning-bg);color:var(--notices-warning-color)}div.wc-block-components-notice-banner:is(.is-info,.is-error):before{content:"\f100"}div.wc-block-components-notice-banner>svg{display:none}div.wc-block-components-notice-banner ul{display:flex;gap:5px 7px;width:100%;margin:0 !important;list-style:none;--li-pl: 0;--li-mb: 5px;align-items:stretch;flex-direction:column;justify-content:center}div.wc-block-components-notice-banner>div{display:flex;align-items:inherit;flex-wrap:wrap;gap:inherit}div.wc-block-components-notice-banner>div .button.wc-forward{border-bottom:2px solid rgba(255,255,255,0.3);color:#fff !important;text-decoration:none;opacity:1}div.wc-block-components-notice-banner>div .button.wc-forward:hover{border-color:#fff}
div.quantity{--wd-form-height: 42px;display:inline-flex;vertical-align:top;white-space:nowrap}div.quantity input[type=number]::-webkit-inner-spin-button,div.quantity input[type=number]::-webkit-outer-spin-button,div.quantity input[type="number"]{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}div.quantity :is(input[type="number"],input[type="text"],input[type="button"]){display:inline-block;color:var(--wd-form-color);min-height:var(--wd-form-height);height:unset}div.quantity input[type="number"]{width:30px;border-radius:0;border-right:none;border-left:none}div.quantity input[type="text"]{width:var(--quantity-space, 80px);text-align:center}div.quantity input[type="button"]{padding:0 5px;min-width:25px;border:var(--wd-form-brd-width) solid var(--wd-form-brd-color);background:var(--wd-form-bg);box-shadow:none}div.quantity input[type="button"]:hover{color:#fff;background-color:var(--wd-primary-color);border-color:var(--wd-primary-color)}div.quantity .minus{border-start-start-radius:var(--wd-form-brd-radius);border-end-start-radius:var(--wd-form-brd-radius)}div.quantity .plus{border-start-end-radius:var(--wd-form-brd-radius);border-end-end-radius:var(--wd-form-brd-radius)}div.quantity.hidden{display:none !important}.form-style-underlined div.quantity input[type="number"],.form-style-underlined div.quantity input[type="text"]{border-top-style:solid}@-moz-document url-prefix(){div.quantity input[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}}
.wd-product-brands{display:flex;justify-content:var(--content-align, var(--wd-align));align-items:center;flex-wrap:wrap;gap:10px}.wd-product-brands img{max-width:90px;width:100%}.wd-product-brands a{display:inline-block}.wd-product-brands a:hover{opacity:.5}.product_meta{--wd-link-color: var(--wd-text-color);--wd-link-decor: none;--wd-link-decor-hover: none;color:var(--wd-text-color);display:flex;align-items:center;justify-content:var(--wd-align);flex-wrap:wrap;gap:10px}.product_meta>span{flex:1 1 100%}.product_meta .meta-label{color:var(--color-gray-800);font-weight:600}.product_meta.wd-layout-inline>span{flex:0 1 auto}.product_title{font-size:34px;line-height:1.2;--page-title-display: block}.woocommerce-product-rating .star-rating{margin-inline-end:5px}.woocommerce-product-rating .woocommerce-review-link{--wd-link-decor: none;--wd-link-decor-hover: none;color:var(--color-gray-500);vertical-align:middle}.woocommerce-product-rating .woocommerce-review-link:hover{color:var(--color-gray-900)}@media (max-width: 1024px){.woocommerce-breadcrumb .wd-last-link{--wd-link-color: var(--color-gray-900);font-weight:600}.woocommerce-breadcrumb .wd-last-link ~ span{display:none}.product_title{font-size:24px}}@media (max-width: 768.98px){.wd-product-brands img{max-width:70px}.product_title{font-size:20px}}
p.stock{font-weight:600;line-height:1.2}p.stock.out-of-stock{color:#B50808}p.stock.wd-style-default:is(.available-on-backorder,.in-stock){color:var(--color-gray-800)}p.stock.wd-style-default.in-stock:before{margin-inline-end:.3em;color:var(--wd-primary-color);content:"\f107";font-family:"woodmart-font"}p.stock:is(.wd-style-bordered,.wd-style-with-bg) span{display:inline-flex;align-items:center;padding:.55em .8em;border-radius:calc(var(--wd-brd-radius) / 1.5)}p.stock.wd-style-bordered span{border:1px solid #85B951;color:var(--color-gray-800)}p.stock.wd-style-bordered span:before{content:"";margin-inline-end:.55em;width:.55em;height:.55em;border-radius:50%;background-color:#85B951}p.stock.wd-style-bordered.out-of-stock span{border-color:#E22D2D}p.stock.wd-style-bordered.out-of-stock span:before{background-color:#E22D2D}p.stock.wd-style-with-bg:is(.available-on-backorder,.in-stock) span{background-color:#F1F7EB;color:#85B951}p.stock.wd-style-with-bg.in-stock span:before{margin-inline-end:.3em;content:"\f107";font-family:"woodmart-font"}p.stock.wd-style-with-bg.out-of-stock span{background-color:#F8E7E7}
.shop_attributes{margin-bottom:0;overflow:hidden}.shop_attributes tbody{display:grid;grid-template-columns:repeat(var(--wd-attr-col, 1), 1fr);margin-bottom:calc(-1 * (var(--wd-attr-v-gap, 30px) + var(--wd-attr-brd-width, 1px)));column-gap:var(--wd-attr-h-gap, 30px)}.shop_attributes tr{display:flex;align-items:center;gap:10px 20px;justify-content:space-between;padding-bottom:calc(var(--wd-attr-v-gap, 30px) / 2);margin-bottom:calc(var(--wd-attr-v-gap, 30px) / 2);border-bottom:var(--wd-attr-brd-width, 1px) var(--wd-attr-brd-style, solid) var(--wd-attr-brd-color, var(--brdcolor-gray-300))}.shop_attributes :is(th,td){padding:0;border:none;font-family:inherit}.shop_attributes td{--wd-link-color: var(--wd-text-color);--wd-link-color-hover: var(--color-gray-700);--wd-link-decor: none;--wd-link-decor-hover: none;text-align:end}.shop_attributes :is(.wd-attr-name,.wd-term-name,.wd-term-sep){vertical-align:middle}.shop_attributes :is(.wd-attr-img,.wd-term-img):not(:last-child){margin-inline-end:.2em}.shop_attributes :is(.wd-attr-name,.wd-term-name)+.wd-hint{margin-inline-start:.2em}.shop_attributes .wd-attr-label img{width:var(--wd-attr-img-width, 1.2em)}.shop_attributes .wd-term img{width:var(--wd-term-img-width, 1.2em)}
.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu{margin-top:0 !important}.wd-header-nav.wd-full-height .wd-nav>li>.wd-dropdown-menu:after{width:auto !important;height:auto !important}.rtl .wd-header-nav .wd-nav.wd-icon-right>li>a .wd-nav-img{order:0;margin:0;margin-inline-end:7px}.rtl .wd-header-nav .wd-nav.wd-icon-left>li>a .wd-nav-img{order:1;margin:0;margin-inline-start:7px}:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label,.wd-nav-mobile>li>a>.menu-label,.wd-nav-mobile>li>ul li>a>.menu-label{position:static;margin-top:0;margin-inline-start:5px;opacity:1;align-self:center}:is(.whb-top-bar,.whb-clone) .wd-nav-header>li>a .menu-label:before,.wd-nav-mobile>li>a>.menu-label:before,.wd-nav-mobile>li>ul li>a>.menu-label:before{content:none}.whb-flex-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.whb-column{display:flex;align-items:center;flex-direction:row;max-height:inherit}.whb-col-left,.whb-mobile-left{justify-content:flex-start;margin-left:-10px}.whb-col-right,.whb-mobile-right{justify-content:flex-end;margin-right:-10px}.whb-col-mobile{flex:1 1 auto;justify-content:center;margin-inline:-10px}.whb-clone .whb-general-header-inner{height:var(--wd-header-clone-h);max-height:var(--wd-header-clone-h)}.whb-flex-flex-middle .whb-col-center{flex:1 1 0%}.whb-flex-equal-sides :is(.whb-col-left,.whb-col-right){flex:1 1 0%}.whb-col-1 :is(.whb-flex-row,.whb-column){max-width:calc(100% + 20px);justify-content:center}.whb-col-1 :is(.whb-col-left,.whb-mobile-left){flex:1 1 auto;margin-inline:-10px}.whb-col-1 .wd-header-html{max-width:100%}.whb-general-header :is(.whb-mobile-left,.whb-mobile-right){flex:1 1 0%}.whb-empty-column+.whb-mobile-right{flex:1 1 auto}.wd-header-overlap:where(:not(.single-product)) .wd-content-layout:first-child{padding-top:0}.whb-overcontent{min-height:.2px}.whb-overcontent .whb-main-header{position:absolute}body:not(.single-product) .whb-overcontent,.whb-overcontent.whb-custom-header{margin-bottom:0;padding-top:0 !important}.whb-with-shadow{box-shadow:0 1px 8px rgba(0,0,0,0.1)}.whb-main-header{position:relative;top:0;right:0;left:0;z-index:390;backface-visibility:hidden;-webkit-backface-visibility:hidden}.whb-clone{position:fixed;z-index:391;visibility:hidden;opacity:0;transition:opacity .1s ease, visibility .1s ease, transform .3s ease;animation:wd-fadeOutUpBig .1s ease;pointer-events:none}.whb-clone .whb-flex-row{border:none}.whb-clone.whb-sticked{visibility:visible;opacity:1;animation:wd-fadeInDownBig .3s ease;pointer-events:visible;pointer-events:unset}.whb-clone.whb-sticked .whb-not-sticky-row{display:block}.whb-clone .wd-header-main-nav{text-align:center}.whb-clone.whb-hide-on-scroll{transform:translateY(-100%);animation:none}.whb-clone.whb-scroll-up{transform:none}.whb-sticky-prepared{padding-top:var(--wd-header-h)}.whb-sticky-prepared .whb-main-header{position:absolute}:root:has(.whb-sticky-prepared):not(:has(.whb-top-bar)){--wd-top-bar-h: .00001px;--wd-top-bar-sm-h: .00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-general-header)){--wd-header-general-h: .00001px;--wd-header-general-sm-h: .00001px}:root:has(.whb-sticky-prepared):not(:has(.whb-header-bottom)){--wd-header-bottom-h: .00001px;--wd-header-bottom-sm-h: .00001px;--wd-header-bottom-brd-w: .00001px}.whb-scroll-stick .whb-flex-row{transition:height .2s ease, max-height .2s ease}.whb-scroll-stick.whb-sticked .whb-flex-row{transition-duration:.3s}.whb-scroll-stick:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header{transition:transform .3s ease}.whb-scroll-stick.whb-scroll-down .whb-main-header{transform:translateY(-100%)}.whb-scroll-stick.whb-scroll-up .whb-main-header{transform:none}.whb-scroll-slide.whb-sticked .whb-main-header{animation:wd-fadeInDownBig .4s ease}.whb-scroll-slide:is(.whb-scroll-down,.whb-scroll-up) .whb-main-header{transition:transform .3s ease}.whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header{transform:translateY(-100%);animation:none}.whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header{transform:none}.whb-sticked .whb-main-header{position:fixed}.whb-sticked .whb-row{transition:background-color .3s ease}.whb-sticked .whb-not-sticky-row{display:none}.whb-sticky-shadow.whb-sticked .whb-main-header{box-shadow:0 1px 3px rgba(0,0,0,0.1)}.whb-sticky-shadow.whb-sticked .whb-row:last-child{border-bottom:none}.whb-sticky-shadow.whb-sticked .whb-row:last-child .whb-flex-row{border-bottom:none}.whb-sticky-shadow+.whb-clone{box-shadow:0 1px 3px rgba(0,0,0,0.1)}.whb-sticky-shadow+.whb-clone .whb-row{border-bottom:none}.whb-row{transition:background-color .2s ease}.whb-color-dark:not(.whb-with-bg){background-color:#fff}.whb-color-light:not(.whb-with-bg){background-color:#212121}body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg){background-color:transparent}.whb-row.whb-with-bdf,.whb-row.whb-with-bdf>.container{position:relative}.whb-row.whb-with-bdf:before{content:'';position:absolute;inset:0}@keyframes wd-fadeInDownBig{from{transform:translate3d(0, -100%, 0)}to{transform:none}}@keyframes wd-fadeOutUpBig{from{transform:none}to{transform:translate3d(0, -100%, 0)}}.wd-header-nav,.site-logo{padding-inline:10px}.wd-header-nav.wd-full-height,.wd-header-nav.wd-full-height :is(.wd-nav,.wd-nav>li,.wd-nav>li>a),.wd-header-divider.wd-full-height,.wd-header-divider.wd-full-height:before{height:100%}.wd-header-nav{flex:1 1 auto}.wd-header-nav.wd-inline{flex:0 0 auto;max-width:100%}.whb-color-light .wd-header-nav>span{color:rgba(255,255,255,0.8)}.wd-nav-header>li>a{font-size:var(--wd-header-el-font-size);font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-family:var(--wd-header-el-font);text-transform:var(--wd-header-el-transform)}.wd-nav-header>li.color-primary{--nav-color: var(--wd-primary-color);--nav-color-hover: var(--wd-primary-color)}.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){opacity:0;pointer-events:none}@supports (-webkit-touch-callout: none){.wd-nav-header:not(.wd-offsets-calculated)>li>.wd-dropdown:not(.wd-design-default){transform:translateY(15px) translateZ(0)}}.whb-color-light .wd-nav-header{--wd-navigation-color: 255,255,255}.whb-color-light .wd-nav-header.wd-style-default{--nav-color-hover: rgba(255,255,255,0.7)}.whb-color-dark .wd-nav-header{--wd-navigation-color: 51,51,51}.whb-top-bar .wd-nav-secondary>li>a{font-weight:400;font-size:12px}.wd-header-sticky-nav .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.site-logo{max-height:inherit}.wd-logo{max-height:inherit;transition:none}.wd-logo picture{max-height:inherit}.wd-logo picture img{max-width:inherit}.wd-logo img{padding-top:5px;padding-bottom:5px;max-height:inherit;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:800px}.wd-logo img[src$=".svg"]{height:100%}.wd-logo img[width]:not([src$=".svg"]){width:auto;object-fit:contain}.wd-switch-logo .wd-sticky-logo{display:none;animation:wd-fadeIn .5s ease}:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-main-logo{display:none}:is(.whb-sticked,.whb-clone) .wd-switch-logo .wd-sticky-logo{display:block}.wd-header-divider:before{content:"";display:block;height:18px;border-right:1px solid}.whb-color-dark .wd-header-divider:before{border-color:var(--wd-divider-color, rgba(0,0,0,0.105))}.whb-color-light .wd-header-divider:before{border-color:var(--wd-divider-color, rgba(255,255,255,0.25))}.whb-col-right .wd-header-divider:last-child,.whb-mobile-right .wd-header-divider:last-child,.whb-col-mobile .wd-header-divider:last-child{padding-right:10px}.whb-col-left .wd-header-divider:first-child,.whb-mobile-left .wd-header-divider:first-child,.whb-col-mobile .wd-header-divider:first-child{padding-left:10px}.whb-col-center .wd-header-divider:first-child{padding-left:10px}.whb-col-center .wd-header-divider:last-child{padding-right:10px}.wd-header-mobile-nav .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.mobile-nav .wd-heading{position:relative;z-index:6;background-color:inherit}.mobile-nav .searchform{--wd-form-brd-width: 0;--wd-form-bg: transparent;--wd-form-color: var(--color-gray-500);--wd-form-placeholder-color: var(--color-gray-500);z-index:4;box-shadow:0 -1px 9px rgba(0,0,0,0.17)}.mobile-nav .searchform input[type="text"]{padding-right:70px;padding-left:20px;height:70px;font-weight:600}.mobile-nav .wd-search-results{position:relative;z-index:4;border-radius:0;inset-inline:auto}.mobile-nav .wd-search-results:not(.wd-opened){display:none}.mobile-nav .wd-suggestion{padding:10px 20px}.mobile-nav .create-nav-msg{padding:20px}.wd-nav-mobile{--nav-radius: 0;--nav-color-hover: var(--wd-primary-color);display:none;margin-inline:0;animation:wd-fadeIn 1s ease}.wd-nav-mobile>li{flex:1 1 100%;max-width:100%;width:100%}.wd-nav-mobile>li>a:hover{color:var(--nav-color-hover)}.wd-nav-mobile>li.menu-item-has-children>a:after{content:none}.wd-nav-mobile .wd-with-icon>a:before{margin-right:7px;font-weight:400;font-family:"woodmart-font"}.wd-nav-mobile .menu-item-account>a:before{content:"\f124"}.wd-nav-mobile .menu-item-wishlist>a:before{content:"\f106"}.wd-nav-mobile .menu-item-compare>a:before{content:"\f128"}.wd-nav-mobile.wd-active{display:block}.wd-nav-mobile:not(.wd-html-block-on) .menu-item-has-block .wd-nav-opener{display:none}.wd-nav-mobile.wd-html-block-on .wd-mob-nav-html-block{overflow:hidden;border-bottom:1px solid var(--brdcolor-gray-300);max-width:var(--wd-side-hidden-w)}.wd-nav-mobile.wd-html-block-on .menu-item-has-block .wd-negative-gap>.elementor-container{--wd-el-column-gap: .001px}.wd-nav-mobile.wd-html-block-on .menu-item-has-block .mega-menu-list .sub-sub-menu{display:block}.wd-nav-mobile>li,.wd-nav-mobile>li>ul li{display:flex;flex-wrap:wrap}.wd-nav-mobile>li>a,.wd-nav-mobile>li>ul li>a{flex:1 1 0%;padding:5px 20px;min-height:50px;border:none;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-nav-mobile>li>:is(.wd-sub-menu,.sub-sub-menu),.wd-nav-mobile>li>ul li>:is(.wd-sub-menu,.sub-sub-menu){display:none;flex:1 1 100%;order:3}.wd-nav-mob-tab{--nav-gap: 0;--nav-pd: 18px 15px;--nav-color: rgba(var(--wd-navigation-color), .5);--nav-color-hover: rgba(var(--wd-navigation-color), 1);--nav-bg: rgba(var(--color-black-rgb), .04);--nav-bg-active: rgba(var(--color-black-rgb), .09);--nav-radius: 0;display:flex;margin:0;border-bottom:1px solid var(--brdcolor-gray-300)}.wd-nav-mob-tab>li{flex:1 0 50%;max-width:50%}.wd-nav-mob-tab>li>a{justify-content:center;text-align:center;height:100%}.wd-nav-mob-tab.wd-style-underline .nav-link-text{position:static}.wd-nav-mob-tab.wd-style-underline .nav-link-text:after{top:auto;bottom:-1px}.wd-nav-mob-tab.wd-swap{flex-direction:row-reverse}.wd-nav-mob-tab:not(.wd-swap) li:first-child .nav-link-text:after,.wd-nav-mob-tab.wd-swap li:last-child .nav-link-text:after{right:0;left:auto}.mobile-nav .wd-nav-opener{border-left:1px solid var(--brdcolor-gray-300);border-bottom:1px solid var(--brdcolor-gray-300)}.widgetarea-mobile{padding:20px}@media (min-width: 1025px){.whb-top-bar-inner{height:var(--wd-top-bar-h);max-height:var(--wd-top-bar-h)}.whb-sticked .whb-top-bar-inner{height:var(--wd-top-bar-sticky-h);max-height:var(--wd-top-bar-sticky-h)}.whb-general-header-inner{height:var(--wd-header-general-h);max-height:var(--wd-header-general-h)}.whb-sticked:not(.whb-clone) .whb-general-header-inner{height:var(--wd-header-general-sticky-h);max-height:var(--wd-header-general-sticky-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-h);max-height:var(--wd-header-bottom-h)}.whb-sticked .whb-header-bottom-inner{height:var(--wd-header-bottom-sticky-h);max-height:var(--wd-header-bottom-sticky-h)}.whb-hidden-lg,.whb-hidden-desktop{display:none}.whb-clone,.whb-sticked .whb-main-header{top:var(--wd-admin-bar-h)}.wd-header-overlap .wd-page-title{padding-top:calc(var(--wd-header-h) + var(--wd-header-boxed-sp, 0.001px) + var(--wd-title-sp))}.single-product .whb-overcontent:not(.whb-custom-header){padding-top:calc(var(--wd-header-h) + var(--wd-header-boxed-sp, 0.001px))}.whb-full-width .whb-row>.container,.whb-full-width+.whb-clone .whb-row>.container{max-width:100%;width:clamp(var(--wd-container-w), 95%, 100%)}}@media (max-width: 1024px){.whb-top-bar-inner{height:var(--wd-top-bar-sm-h);max-height:var(--wd-top-bar-sm-h)}.whb-general-header-inner{height:var(--wd-header-general-sm-h);max-height:var(--wd-header-general-sm-h)}.whb-header-bottom-inner{height:var(--wd-header-bottom-sm-h);max-height:var(--wd-header-bottom-sm-h)}.whb-visible-lg,.whb-hidden-mobile{display:none}.wd-header-overlap .wd-page-title{padding-top:calc(var(--wd-header-sm-h) + var(--wd-title-sp))}.single-product .whb-overcontent:not(.whb-custom-header){padding-top:var(--wd-header-sm-h)}.whb-sticky-prepared{padding-top:var(--wd-header-sm-h)}}
.wd-tools-element{position:relative;--wd-header-el-color: #333;--wd-header-el-color-hover: rgba(51,51,51,.6);--wd-tools-icon-base-width: 20px}.wd-tools-element>a{display:flex;align-items:center;justify-content:center;gap:7px;height:40px;color:var(--wd-header-el-color);line-height:1;text-decoration:none !important;padding-inline:10px}.wd-tools-element .wd-tools-icon{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;font-size:0}.wd-tools-element .wd-tools-icon:before{font-size:var(--wd-tools-icon-base-width)}.wd-tools-element [class*="wd-tools-text"]{text-transform:var(--wd-header-el-transform);white-space:nowrap;font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font)}.wd-tools-element .wd-tools-count{z-index:1;width:var(--wd-count-size, 15px);height:var(--wd-count-size, 15px);border-radius:50%;text-align:center;letter-spacing:0;font-weight:400;line-height:var(--wd-count-size, 15px)}.wd-tools-element:hover>a{color:var(--wd-header-el-color-hover)}.whb-top-bar .wd-tools-element{--wd-count-size: 13px;--wd-tools-icon-base-width: 14px}.whb-top-bar .wd-tools-element .wd-tools-text{font-weight:400;font-size:12px}.whb-color-light .wd-tools-element{--wd-header-el-color: #fff;--wd-header-el-color-hover: rgba(255,255,255,0.8)}.wd-tools-inner{position:relative;display:flex;align-items:center;gap:7px}.wd-custom-icon,picture.wd-custom-icon img{max-width:var(--wd-tools-icon-width, 38px);width:var(--wd-tools-icon-width, revert-layer);transition:all .25s ease}.wd-tools-custom-icon .wd-tools-icon:before,.wd-tools-custom-icon .wd-tools-icon:after{display:none}.wd-tools-custom-icon:hover .wd-custom-icon{opacity:.6}.wd-tools-element:is(.wd-design-2,.wd-design-5).wd-with-count .wd-tools-icon{margin-inline-end:6px}.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count{position:absolute;top:-5px;inset-inline-end:-9px;background-color:var(--wd-primary-color);color:#fff;font-size:9px}.wd-tools-element[class*="wd-design-1"] .wd-tools-count{width:auto;height:auto;text-transform:var(--wd-header-el-transform);font-weight:var(--wd-header-el-font-weight);font-style:var(--wd-header-el-font-style);font-size:var(--wd-header-el-font-size);font-family:var(--wd-header-el-font);line-height:inherit}.wd-tools-element[class*="wd-design-1"] .subtotal-divider{display:inline}.wd-tools-element[class*="wd-design-4"]{--wd-count-size: 19px}.wd-tools-element[class*="wd-design-4"] .wd-tools-count{display:inline-block;padding:0 2px;background-color:var(--wd-primary-color);color:#fff;font-weight:600;font-size:10px}.whb-top-bar .wd-tools-element[class*="wd-design-4"]{--wd-count-size: 16px}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"],.wd-design-8){--wd-count-size: 18px}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"],.wd-design-8) .wd-tools-inner .wd-tools-icon{position:static}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"],.wd-design-8) .wd-custom-icon{max-width:var(--wd-tools-icon-width, var(--wd-tools-icon-base-width))}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"],.wd-design-8) .wd-tools-count{position:absolute;top:-3px;inset-inline-end:-7px;background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,0.17);color:var(--wd-primary-color);font-size:11px}.whb-top-bar .wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"],.wd-design-8){--wd-count-size: 13px}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]){--wd-tools-sp: 13px}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]) :is(.wd-tools-inner,.wd-tools-icon){height:42px;border-radius:42px}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]) .wd-tools-inner{padding-inline:var(--wd-tools-sp)}.wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]):not(.wd-with-wrap) .wd-tools-icon{width:42px}.whb-top-bar .wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]){--wd-tools-sp: 9px}.whb-top-bar .wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]) :is(.wd-tools-inner,.wd-tools-icon){height:28px}.whb-top-bar .wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]):not(.wd-with-wrap) .wd-tools-icon{width:28px}.whb-top-bar .wd-tools-element:is([class*="wd-design-6"],[class*="wd-design-7"]) .wd-tools-count{font-size:9px}.wd-tools-element[class*="wd-design-6"]>a>:is(.wd-tools-inner,.wd-tools-icon){border:1px solid rgba(0,0,0,0.105)}.whb-color-light .wd-tools-element[class*="wd-design-6"]>a>:is(.wd-tools-inner,.wd-tools-icon){border-color:rgba(255,255,255,0.25)}.wd-tools-element[class*="wd-design-7"]>a>:is(.wd-tools-inner,.wd-tools-icon){background-color:var(--wd-primary-color);color:#fff;transition:inherit}.wd-tools-element[class*="wd-design-7"]:hover>a>:is(.wd-tools-inner,.wd-tools-icon){color:rgba(255,255,255,0.8)}
.whb-col-right .wd-dropdown-register{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1)}.wd-dropdown-register[class*="wd-active"]{visibility:visible;opacity:1;transform:none !important;pointer-events:visible;pointer-events:unset}.wd-dropdown-register{padding:25px;width:350px}.wd-dropdown-register .wd-heading{padding:0 0 12px 0;margin-bottom:15px}.wd-dropdown-register .woocommerce-form-login{--wd-tags-mb: 15px}
.woocommerce-form-login>*:last-child{margin-bottom:0}.woocommerce-form-login:not(.hidden-form){display:block !important}.password-input{position:relative;display:block}.password-input input{padding-inline-end:var(--wd-form-height) !important}.show-password-input{display:flex;justify-content:center;align-items:center;position:absolute;top:0;inset-inline-end:0;width:var(--wd-form-height);height:var(--wd-form-height);cursor:pointer;font-size:16px;color:var(--color-gray-600);transition:all .25s ease;padding:0 !important;border:none !important;background:none !important;box-shadow:none !important;min-height:unset !important}.show-password-input:hover{color:var(--color-gray-400)}.show-password-input:before{font-family:"woodmart-font";content:"\f11a"}.show-password-input.display-password:before{content:"\f11b"}.login-form-footer{--wd-link-color: var(--wd-primary-color);--wd-link-color-hover: var(--wd-primary-color);--wd-link-decor: none;--wd-link-decor-hover: none;display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px}.login-form-footer .lost_password{order:2}.login-form-footer .lost_password:hover{opacity:.7}.login-form-footer .woocommerce-form-login__rememberme{order:1;margin-bottom:0}:is(.register,.woocommerce-form-login) .button{width:100%}.wd-login-divider{display:flex;align-items:center;text-transform:uppercase}.wd-login-divider span{margin-inline:20px}.wd-login-divider:after,.wd-login-divider:before{content:"";flex:1 0 0;border-bottom:1px solid var(--brdcolor-gray-300)}
.wd-header-my-account .wd-tools-icon:before{content:"\f124";font-family:"woodmart-font"}@media (max-width: 1024px){.wd-header-my-account .wd-dropdown{display:none}}
.whb-col-right .wd-search-dropdown{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1)}.wd-header-search .wd-tools-icon img,.wd-header-search .wd-tools-icon:before{transition:opacity .3s ease}.wd-header-search .wd-tools-icon:before{content:"\f130";font-family:"woodmart-font"}.wd-header-search .wd-tools-icon:after{position:absolute;top:50%;left:50%;display:block;font-size:var(--wd-tools-icon-width, var(--wd-tools-icon-base-width));opacity:0;transform:translate(-50%, -50%);content:"\f112";font-family:"woodmart-font"}.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8){min-width:var(--wd-tools-icon-base-width)}.wd-header-search:is(.wd-design-6.wd-with-wrap,.wd-design-7.wd-with-wrap,.wd-design-8) .wd-tools-icon:after{inset-inline-start:var(--wd-tools-sp);inset-inline-end:auto;transform:translateY(-50%)}.wd-search-opened .wd-header-search .wd-tools-icon:after{opacity:1;transition:opacity .3s ease}.wd-search-opened .wd-header-search .wd-tools-icon img,.wd-search-opened .wd-header-search .wd-tools-icon:before{opacity:0;transition:none}.wd-search-dropdown{width:300px}.wd-search-dropdown input[type="text"]{height:70px !important;border:none}.wd-search-dropdown .wd-dropdown-results{inset-inline:calc((var(--wd-brd-radius) / 1.5))}.form-style-underlined .wd-search-dropdown input[type="text"]{padding-left:15px}
.cart-widget-side{display:flex;flex-direction:column}.cart-widget-side .widget_shopping_cart{position:relative;flex:1 1 100%}.cart-widget-side .widget_shopping_cart_content{display:flex;flex:1 1 auto;flex-direction:column;height:100%}.cart-widget-side .shopping-cart-widget-body{position:relative;flex:1 1 auto}.cart-widget-side .wd-scroll-content{position:absolute;inset:0;max-height:100%;overscroll-behavior:none}.cart-widget-side .woocommerce-mini-cart .mini_cart_item{margin-bottom:0;padding:15px;transition:background-color .3s ease}.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover{background-color:var(--bgcolor-gray-100)}.cart-widget-side .woocommerce-mini-cart .remove{top:13px;inset-inline-end:10px}.cart-widget-side .shopping-cart-widget-footer{flex:0 0 auto;padding-bottom:15px}.cart-widget-side .shopping-cart-widget-footer>*{padding-inline:15px}.cart-widget-side .woocommerce-mini-cart__total{margin-top:0}.cart-widget-side .wd-empty-mini-cart{margin-top:20px;padding-inline:15px}
.whb-col-right .wd-dropdown-cart{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1)}.wd-header-cart .wd-tools-icon:before{content:"\f105";font-family:"woodmart-font"}.wd-header-cart .wd-tools-icon.wd-icon-alt:before{content:"\f126";font-family:"woodmart-font"}.wd-header-cart :is(.wd-cart-subtotal,.subtotal-divider,.wd-tools-count){vertical-align:middle}.wd-header-cart .wd-cart-number>span,.wd-header-cart .subtotal-divider{display:none}.wd-header-cart .wd-cart-subtotal .amount{color:inherit;font-weight:inherit;font-size:inherit}.wd-tools-text-cart{display:flex;align-items:center;gap:7px}.wd-header-cart:is(.wd-design-2,.wd-design-5) .wd-tools-icon{margin-inline-end:6px}.wd-header-cart:is(.wd-design-6-text,.wd-design-7-text)>a>.wd-tools-text-cart{position:relative;display:flex;align-items:center;border:1px solid rgba(0,0,0,0.105);height:42px;border-radius:42px;padding-inline:var(--wd-tools-sp)}.wd-header-cart.wd-design-6-text>a>.wd-tools-text-cart{border:1px solid rgba(0,0,0,0.105)}.whb-color-light .wd-header-cart.wd-design-5-text>a>.wd-tools-text-cart{border-color:rgba(255,255,255,0.25)}.wd-header-cart.wd-design-7-text>a>.wd-tools-text-cart{background-color:var(--wd-primary-color);color:#fff;transition:inherit}.wd-header-cart.wd-design-7-text:hover>a>.wd-tools-text-cart{color:rgba(255,255,255,0.8)}.wd-dropdown-cart{padding:20px;width:330px}:is(.woocommerce-cart,.woocommerce-checkout) :is(.cart-widget-side,.wd-dropdown-cart){display:none}.wd-custom-dropdown{padding-inline:10px}@media (max-width: 1024px){.wd-dropdown-cart{display:none}}
li:hover .cart-info .wd-entities-title{color:var(--wd-entities-title-color-hover)}.woocommerce-mini-cart>li{position:relative;display:flex;align-items:flex-start}.woocommerce-mini-cart>li a{margin-bottom:0}.woocommerce-mini-cart .remove{position:absolute;top:1px;inset-inline-end:0;z-index:2;width:20px;height:20px;border-radius:50%;color:var(--color-gray-800);text-align:center;font-size:0;line-height:20px}.woocommerce-mini-cart .remove:after{font-size:10px;content:"\f112";font-family:"woodmart-font"}.woocommerce-mini-cart .remove:hover{background-color:var(--bgcolor-white);box-shadow:0 0 3px rgba(0,0,0,0.1)}.woocommerce-mini-cart .blockOverlay{display:none !important}.cart-item-link{z-index:1;font-size:0}.cart-item-image{position:relative;flex:0 0 auto;overflow:hidden;margin-inline-end:15px}.cart-item-image img{float:none !important;margin-inline-end:0 !important;transition:opacity .6s ease}.cart-item-image:after{position:absolute;top:calc(50% - 10px);left:calc(50% - 10px);opacity:0;transition:opacity .6s ease;content:"";display:inline-block;width:20px;height:20px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.removing-process .cart-item-image:after,.wd-loading .cart-item-image:after{opacity:1;--wd-anim-state: running}.removing-process .cart-item-image img,.wd-loading .cart-item-image img{opacity:.2}.cart-info{flex:1 1 auto;padding-inline-end:20px}.cart-info .wd-entities-title{transition:all .25s ease}.cart-info .wd-entities-title p{margin-block:5px;color:var(--wd-text-color);font-weight:var(--wd-text-font-weight);font-style:var(--wd-text-font-style);font-size:90%;font-family:var(--wd-text-font)}.cart-info ul.variation{margin-bottom:6px;--li-mb: 5px;--list-mb: 0}.cart-info span.quantity{display:block;color:var(--color-gray-300);font-size:90%}.cart-info div.quantity{--wd-form-height: 32px;position:relative;z-index:1;display:inline-flex;margin-bottom:8px;transition:opacity .6s ease}.cart-info li.wd-loading>a{pointer-events:none}.cart-info li.wd-loading div.quantity{opacity:.6;cursor:none;pointer-events:none}.cart-info .wd-product-detail{margin-bottom:5px}.shopping-cart-widget-footer>*{margin-bottom:10px}.shopping-cart-widget-footer>*:last-child{margin-bottom:0}.shopping-cart-widget-footer .woocommerce-mini-cart__total{margin-bottom:0}.woocommerce-mini-cart__total{display:flex;align-items:center;flex-wrap:wrap;margin-top:15px;padding-block:15px;font-size:130%;border-top:1px solid var(--brdcolor-gray-300)}.woocommerce-mini-cart__total strong{color:var(--color-gray-900)}.woocommerce-mini-cart__total .woocommerce-Price-amount{flex-grow:1;text-align:end}.woocommerce-mini-cart__total .tax_label{margin-inline-start:5px}.woocommerce-mini-cart__buttons{display:block;text-align:center}.woocommerce-mini-cart__buttons>*{margin-bottom:10px;width:100%}.woocommerce-mini-cart__buttons>*:last-child{margin-bottom:0}.woocommerce-mini-cart__buttons .checkout{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.woocommerce-mini-cart__buttons .checkout:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.woocommerce-mini-cart__buttons .checkout:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wd-empty-mini-cart{padding-block:10px;text-align:center}.wd-empty-mini-cart:before{display:block;margin-bottom:20px;color:rgba(var(--bgcolor-black-rgb), 0.07);font-size:86px;line-height:1;content:"\f147";font-family:"woodmart-font"}.wd-empty-mini-cart .btn{padding:5px 14px;min-height:36px;font-size:12px}
.product_list_widget>li{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.product_list_widget>li:after{content:"";display:block;clear:both}.product_list_widget>li>a{display:block;margin-bottom:8px}.product_list_widget>li img{float:inline-start;margin-inline-end:15px;min-width:65px;max-width:65px;border-radius:calc(var(--wd-brd-radius) / 1.5)}.product_list_widget>li .widget-product-wrap{display:flex}.product_list_widget>li .widget-product-img{flex:0 0 auto;overflow:hidden;margin-inline-end:15px}.product_list_widget>li .widget-product-img img{float:none;margin-inline-end:0}.product_list_widget>li .widget-product-info{flex:1 1 auto}.product_list_widget>li .widget-product-info .price{display:block}.product_list_widget>li .wd-entities-title{margin-bottom:8px;font-size:inherit}.product_list_widget>li .star-rating{margin-bottom:4px;margin-inline-end:5px}.product_list_widget>li .reviewer{display:block;color:var(--color-gray-300)}.product_list_widget>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.whb-column>.info-box-wrapper,.wd-header-text,.whb-column>.wd-button-wrapper,.whb-column>.wd-social-icons,.wd-header-html{padding-inline:10px}.whb-column>.info-box-wrapper .wd-info-box{--ib-icon-sp: 10px}.wd-header-text{--wd-tags-mb: 10px;flex:1 1 auto}.wd-header-text p:first-child:empty{display:none}.wd-header-text.wd-inline{flex:0 0 auto}.whb-top-bar .wd-header-text{font-size:12px;line-height:1.2}.whb-color-light .wd-header-text{--wd-text-color: rgba(255,255,255,0.8);--wd-title-color: #fff;--wd-link-color: rgba(255,255,255,0.9);--wd-link-color-hover: #fff;color:var(--wd-text-color)}.wd-header-wishlist .wd-tools-icon:before{content:"\f106";font-family:"woodmart-font"}.wd-header-compare .wd-tools-icon:before{content:"\f128";font-family:"woodmart-font"}.wd-dropdown-compare a{justify-content:space-between}.wd-dropdown-compare .count{margin-inline-start:10px;color:var(--color-gray-300)}
.mobile-nav .wd-nav-opener.wd-active{background-color:var(--wd-primary-color);color:#fff}
.wd-page-title{--wd-align: start;--wd-title-sp: 15px;--wd-title-font-s: 36px;position:relative;padding-block:var(--wd-title-sp)}.wd-page-title .container{position:relative;display:flex;flex-direction:column;align-items:var(--wd-align);text-align:var(--wd-align);gap:10px}.wd-page-title .title{font-size:var(--wd-title-font-s);line-height:1.2;margin-bottom:0}.wd-page-title-bg img{width:100%;height:100%;object-fit:cover}.title-design-centered{--wd-align: center}@media (min-width: 1025px){.title-size-small{--wd-title-sp: 20px;--wd-title-font-s: 44px}.title-size-default{--wd-title-sp: 60px;--wd-title-font-s: 68px}.title-size-large{--wd-title-sp: 100px;--wd-title-font-s: 78px}}
.product-image-summary .summary-inner{--wd-mb: 20px;container:entry-summary / inline-size}.single-product .wd-builder-off{--wd-single-spacing: 40px}.wd-builder-off .single-product-page>div:not(:last-child){margin-bottom:var(--wd-single-spacing)}.wd-before-product-tabs{padding-block:15px;background-color:var(--bgcolor-gray-200)}.wd-before-product-tabs>.container{--wd-align: center;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 30px}.product-tabs-wrapper+.wd-before-product-tabs{margin-top:calc(var(--wd-single-spacing) * -1 - 1px)}.related-and-upsells .wd-products-element{margin-bottom:var(--wd-single-spacing)}.related-and-upsells .wd-products-element:last-child{margin-bottom:0}.related-and-upsells:empty{margin-top:calc(var(--wd-single-spacing) * -1)}.tabs-layout-tabs+.wd-single-reviews{padding-top:var(--wd-single-spacing);border-top:1px solid var(--brdcolor-gray-300)}.wd-content-area>.single-breadcrumbs-wrapper{margin-bottom:20px}.single-breadcrumbs-wrapper :is(.wd-breadcrumbs,.yoast-breadcrumb,.aioseo-breadcrumbs,.rank-math-breadcrumb,nav[aria-label="breadcrumb"]){flex:1 1 auto;text-align:start}.single-breadcrumbs-wrapper .wd-products-nav{flex:0 0 auto}@container entry-summary (width < 400px){.woocommerce-breadcrumb .wd-last-link{--wd-link-color: var(--color-gray-900);font-weight:600}.woocommerce-breadcrumb .wd-last-link ~ span{display:none}}.summary-inner>.wd-action-btn{margin-inline-end:20px}.summary-inner>.wd-action-btn:last-child{margin-bottom:var(--wd-mb)}@media (max-width: 1024px){.single-product .wd-builder-off{--wd-single-spacing: 20px;padding-block:20px}}@media (max-width: 768.98px){.single-product-page .summary-inner{margin-bottom:-20px}}
@container entry-summary (width > 400px){.product-design-default .wd-product-brands{flex-direction:column;float:right;margin-left:10px}.product-design-default .wd-product-brands a{display:flex;align-items:center;justify-content:center;padding:10px;min-height:70px;background-color:var(--bgcolor-white);box-shadow:0 0 2px rgba(0,0,0,0.12);border-radius:calc(var(--wd-brd-radius) / 1.5)}.product-design-default .wd-product-brands a:hover{box-shadow:0 0 6px rgba(0,0,0,0.14);opacity:1}}.summary-inner .product_meta{margin-bottom:10px;padding-top:20px;border-top:1px solid var(--brdcolor-gray-300)}.summary-inner .wd-accordion+.product_meta{padding-top:0;border-top:none}.product-image-summary .shop_attributes{--wd-attr-v-gap: 10px;--wd-attr-brd-style: dashed;margin-bottom:var(--wd-mb)}.summary-inner>.price{display:block;font-size:155%;line-height:1.2}.summary-inner>.price .login-to-prices-msg{font-size:80%}.summary-inner>.price:empty{display:none}@media (max-width: 1024px){.summary-inner>.price{margin-bottom:15px;font-size:130%}}
.product-tabs-wrapper{padding-top:var(--wd-single-spacing);padding-bottom:var(--wd-single-spacing);border-top:1px solid var(--brdcolor-gray-300);border-bottom:1px solid var(--brdcolor-gray-300);background-color:var(--bgcolor-white)}.wd-content-area:not([style*="col-lg:12;"]) .product-tabs-wrapper{background-color:transparent}.product-tabs-inner>div:not(:last-child){margin-bottom:var(--wd-single-spacing)}.tabs-layout-tabs .shop_attributes{max-width:650px}.product-tabs-wrapper .tabs-layout-tabs>.wd-nav-tabs-wrapper{margin-top:calc(var(--wd-single-spacing) * -1 - 1px);margin-bottom:30px}.tabs-layout-accordion .wd-scroll-content{max-height:250px}.tabs-layout-accordion .wd-single-reviews .wd-scroll-content{max-height:400px}.tabs-location-standard.tabs-type-accordion{--wd-single-spacing: 25px}.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper{border-top:none}.tabs-location-standard.tabs-type-accordion.reviews-location-tabs .product-tabs-wrapper{border-bottom:none}.tabs-location-summary .tabs-layout-accordion{--wd-accordion-font-size: 14px;--wd-accordion-spacing: 15px}@media (max-width: 1024px){.product-tabs-wrapper{border-top:none}}
.product-has-bg .product-tabs-wrapper{border-top:none}.product-summary-shadow .summary-inner{padding:30px 35px 15px;background-color:var(--bgcolor-white);box-shadow:0 0 5px rgba(0,0,0,0.1);border-radius:var(--wd-brd-radius)}.product-extra-content.wd-location-before{margin-bottom:var(--wd-single-spacing)}.product-extra-content.wd-location-after{margin-top:var(--wd-single-spacing)}@media (min-width: 769px){.product-full-width:is(.product-design-alt,.product-summary-shadow,.image-full-width) .entry-summary{display:flex;align-items:start;justify-content:center}.product-full-width:is(.product-design-alt,.product-summary-shadow,.image-full-width) .entry-summary .summary-inner{max-width:620px;width:100%}}
.pswp{--wd-otl-color-scheme: #fff;z-index:1500;display:none;overflow:hidden;outline:none;-webkit-text-size-adjust:100%;touch-action:none;-webkit-backface-visibility:hidden}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);will-change:opacity}.pswp--open{display:block}.pswp__bg{background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);will-change:opacity}.pswp__scroll-wrap{overflow:hidden}:is(.pswp__container,.pswp__zoom-wrap){position:absolute;inset:0;touch-action:none;-webkit-backface-visibility:hidden;will-change:transform}:is(.pswp__container,.pswp__img){-webkit-tap-highlight-color:transparent;user-select:none;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1);transform-origin:left top}.pswp--animated-in :is(.pswp__bg,.pswp__zoom-wrap){transition:none}.pswp__item{position:absolute;inset:0;overflow:hidden}.pswp__img{position:absolute;top:0;left:0;width:auto;height:auto;border-radius:var(--wd-brd-radius)}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#242424}.pswp__error-msg{position:absolute;top:50%;left:0;margin-top:-8px;width:100%;color:#bbb;text-align:center;font-size:14px;line-height:16px}.pswp__error-msg a{color:#bbb;text-decoration:underline}.pswp__button{position:relative;float:right;margin:0;padding:0;width:44px;height:44px;min-height:unset;background:none;opacity:.75;transition:opacity .2s;-webkit-appearance:none}.pswp__button:hover{background-color:unset;opacity:1}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__button,[class*="pswp__button--arrow--"]:before{background:url(/wp-content/themes/woodmart/images/default-skin.png) 0 0 no-repeat;background-size:264px 88px}@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx){.pswp--svg .pswp__button,.pswp--svg [class*="pswp__button--arrow--"]:before{background-image:url(/wp-content/themes/woodmart/images/default-skin.svg)}.pswp--svg [class*="pswp__button--arrow--"]{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}[class*="pswp__button--arrow--"]{position:absolute;top:50%;margin-top:-50px;width:70px;height:100px;background:none}.pswp--touch [class*="pswp__button--arrow--"]{visibility:hidden}[class*="pswp__button--arrow--"]:before{content:'';position:absolute;top:35px;width:32px;height:30px;background-color:rgba(0,0,0,0.3)}.pswp__button--arrow--left{left:0}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right{right:0}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{user-select:none}.pswp__share-modal{z-index:1600;padding:10px;background:rgba(0,0,0,0.5);opacity:0;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{position:absolute;top:calc(56px + var(--wd-admin-bar-h));right:44px;z-index:1620;background:#fff;transition:transform .25s;transform:translateY(6px);border-radius:var(--wd-brd-radius);-webkit-backface-visibility:hidden}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-top-left-radius:var(--wd-brd-radius);border-top-right-radius:var(--wd-brd-radius)}.pswp__share-tooltip a:last-child{border-bottom-left-radius:var(--wd-brd-radius);border-bottom-right-radius:var(--wd-brd-radius)}.pswp__share-tooltip a:hover{color:#fff}.pswp__share-tooltip:before{content:'';position:absolute;top:-12px;right:15px;display:block;border:6px solid transparent;border-bottom-color:#fff}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{transform:none}.pswp__share--facebook:hover{background:#365493}.pswp__share--twitter:hover{background:#000}.pswp__share--pinterest:hover{background:#CE272D}.pswp__share--download:hover{background:var(--wd-primary-color)}.pswp__counter{position:absolute;top:0;left:0;padding:0 10px;height:44px;color:#fff;font-size:13px;line-height:44px;opacity:.75}.pswp__caption{position:absolute;bottom:0;left:0;min-height:44px;width:100%}.pswp__caption small{color:#bbb;font-size:11px}.pswp__caption__center{margin:0 auto;padding:10px;max-width:420px;color:#bbb;text-align:left;font-size:13px;line-height:20px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{position:relative;display:flex;float:right;align-items:center;justify-content:center;width:44px;height:44px;font-size:0;line-height:1;opacity:0;transition:opacity .25s ease-out}@media screen and (min-width: 1025px){.pswp__preloader{position:absolute;top:0;left:calc(50% - 22px)}}.pswp__preloader__donut{content:"";display:inline-block;width:14px;height:14px;border:2px solid rgba(0,0,0,0);border-left-color:#fff;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.pswp__preloader--active .pswp__preloader__donut{--wd-anim-state: running}.pswp__preloader--active{opacity:1}.pswp__ui{z-index:1550;visibility:visible;-webkit-font-smoothing:auto;opacity:1}.pswp--fs{--wd-admin-bar-h: 0}.pswp__top-bar{position:absolute;top:var(--wd-admin-bar-h);left:0;width:100%;height:44px}.pswp__caption,.pswp__top-bar,.pswp--has_mouse [class*="pswp__button--arrow--"]{transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);-webkit-backface-visibility:hidden;will-change:opacity}.pswp--has_mouse [class*="pswp__button--arrow--"]{visibility:visible}:is(.pswp__top-bar,.pswp__caption){background-color:rgba(0,0,0,0.5)}.pswp__ui--fit :is(.pswp__top-bar,.pswp__caption){background-color:rgba(0,0,0,0.3)}.pswp__ui--idle .pswp__top-bar,.pswp__ui--idle [class*="pswp__button--arrow--"]{opacity:0}.pswp__ui--hidden :is(.pswp__top-bar,.pswp__caption,[class*="pswp__button--arrow--"]){opacity:.001}.pswp__ui--one-slide :is([class*="pswp__button--arrow--"],.pswp__counter){display:none}.pswp__element--disabled{display:none !important}.pswp,.pswp__bg,.pswp__scroll-wrap,.pswp__share-modal{position:absolute;inset:0}
.woocommerce-product-gallery{display:flex;flex-wrap:wrap;gap:var(--wd-gallery-gap, 10px)}.woocommerce-product-gallery>*{flex:1 1 100%;max-width:100%}.woocommerce-product-gallery img{width:100%;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .wd-carousel-inner{margin:0}.woocommerce-product-gallery .wd-carousel{--wd-gap: var(--wd-gallery-gap, 10px);padding:0;border-radius:var(--wd-brd-radius);overflow:hidden}.woocommerce-product-gallery .wd-nav-arrows.wd-pos-sep{--wd-arrow-offset-h: calc(var(--wd-arrow-width, var(--wd-arrow-size, 50px)) / -1)}.woocommerce-product-gallery .wd-nav-pagin-wrap{position:absolute;inset-inline:15px;bottom:15px;z-index:2}.woocommerce-product-gallery .woocommerce-product-gallery__image{--wd-otl-offset: calc(var(--wd-otl-width) * -1);position:relative;overflow:hidden;border-radius:var(--wd-brd-radius)}.woocommerce-product-gallery .zoomImg[src$=".png"]{background-color:var(--wd-main-bgcolor);backface-visibility:hidden;-webkit-backface-visibility:hidden}.woocommerce-product-gallery .wd-carousel-wrap[style*="grabbing"] .zoomImg{opacity:0 !important;transition:opacity .25s ease}.wd-gallery-thumb .wd-carousel-item{cursor:pointer;transition:opacity .25s ease}.wd-gallery-thumb :is(.wd-carousel-item:hover,.wd-thumb-active,.wd-carousel:not(.wd-initialized) .wd-carousel-item:first-child){opacity:.5}.woocommerce-product-gallery:not(.wd-has-thumb) .wd-gallery-thumb{display:none}.wd-single-gallery{max-width:100%}.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(50% - (100% / var(--wd-col)) * 1.5), 0, 0)}.rtl .woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(-50% + (100% / var(--wd-col)) * 1.5), 0, 0)}.woocommerce-product-gallery .wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) .wd-carousel-item:first-child:last-child{margin-inline-start:auto}.product-additional-galleries{position:absolute;bottom:0;inset-inline-start:0;z-index:3;display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:15px;transition:all .3s ease}.wd-action-btn.wd-style-icon-bg-text{--wd-action-icon-size: 18px;--wd-action-color: var(--color-gray-600);--wd-action-color-hover: var(--color-gray-800)}.wd-action-btn.wd-style-icon-bg-text>a{flex-wrap:nowrap;overflow:hidden;min-width:calc(var(--wd-action-icon-size) * 2.8);height:calc(var(--wd-action-icon-size) * 2.8);border-radius:calc(var(--wd-action-icon-size) * 2);background-color:var(--bgcolor-white);box-shadow:0 0 5px rgba(0,0,0,0.08)}.wd-action-btn.wd-style-icon-bg-text>a:hover .wd-action-text{padding-inline-end:calc(var(--wd-action-icon-size) * 1.4);max-width:280px}.wd-action-btn.wd-style-icon-bg-text .wd-action-icon{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--wd-action-icon-size) * 2.8);height:calc(var(--wd-action-icon-size) * 2.8)}.wd-action-btn.wd-style-icon-bg-text .wd-action-text{max-width:0;white-space:nowrap;font-size:90%;font-weight:600;transition:padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15),max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15)}.product-360-button{--wd-btn-icon: "\f102"}.wd-show-product-gallery-wrap{--wd-btn-icon: "\f127"}.wd-play-icon{--wd-btn-icon: "\f101"}.wd-product-360-view-wrap{--wd-popup-width: 700px;--wd-popup-padding: .001px}.wd-popup.wd-product-360-view{background-color:transparent}.woocommerce-product-gallery.image-action-zoom .wd-carousel-item figure a:last-child,.woocommerce-product-gallery.image-action-none .wd-carousel-item figure a{cursor:default;pointer-events:none}.woocommerce-product-gallery .product-labels{inset-inline-start:auto;z-index:10;align-items:flex-end;max-width:30%;top:15px;inset-inline-end:15px}.woocommerce-product-gallery .product-label.wd-shape-round{min-width:55px;min-height:55px}.woocommerce-product-gallery .product-label.wd-shape-round.label-with-img{min-height:auto}@media (min-width: 1025px){[style*="col-lg:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-lg)!important}}@media (max-width: 1024px){.wd-action-btn.wd-style-icon-bg-text{--wd-action-icon-size: 16px}}@media (max-width: 768.98px){[style*="col-sm:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-sm)!important}}@media (max-width: 576px){.woocommerce-product-gallery .product-labels{top:10px;inset-inline-end:10px}.woocommerce-product-gallery .product-label.wd-shape-round{min-width:40px;min-height:40px}.woocommerce-product-gallery .product-label.wd-shape-round.label-with-img{min-height:auto}}@media (min-width: 769px) and (max-width: 1024px){[style*="col-md:auto"] .wd-carousel-item{flex:0 0 auto;max-width:unset}.wd-builder-on :is(.thumbs-grid-bottom_grid,.thumbs-grid-bottom_column) .wd-carousel{--wd-col: var(--wd-col-md)!important}}
@media (min-width: 1025px){.thumbs-position-left{flex-wrap:nowrap}.thumbs-position-left.wd-has-thumb .wd-gallery-images{flex:0 0 100%;max-width:calc(100% - var(--wd-thumbs-width, 132px));align-self:flex-start}.thumbs-position-left .wd-gallery-thumb{flex:1 1 auto;order:-1;height:var(--wd-thumbs-height, auto)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-inner{position:absolute;inset:0}.thumbs-position-left .wd-gallery-thumb .wd-carousel{margin-inline:0;touch-action:pan-x;height:calc(var(--wd-thumbs-height, 100%) - 30px)}.thumbs-position-left .wd-gallery-thumb .wd-carousel-wrap{flex-direction:column}.thumbs-position-left .wd-gallery-thumb .wd-carousel-item{flex:0 0 auto;max-width:none;height:calc(100% / var(--wd-col));padding-inline:0;width:100%}.thumbs-position-left .wd-gallery-thumb .wd-carousel-item img{height:calc(100% - var(--wd-gap));margin-bottom:var(--wd-gap);object-fit:cover}.thumbs-position-left .wd-thumb-nav{--wd-arrow-width: 100%;--wd-arrow-height: 30px;--wd-arrow-icon-size: 14px;--wd-arrow-bg: var(--bgcolor-gray-200);--wd-arrow-bg-hover: var(--bgcolor-gray-300);--wd-arrow-bg-dis: var(--bgcolor-gray-200);--wd-arrow-radius: calc(var(--wd-brd-radius) / 1.5);display:flex;gap:5px}.thumbs-position-left .wd-thumb-nav .wd-btn-arrow{flex:1 1 auto}.thumbs-position-left .wd-thumb-nav .wd-arrow-inner:after{rotate:90deg}.thumbs-position-left .wd-thumb-nav.wd-pos-sep .wd-btn-arrow{position:static}.thumbs-position-left [style*="col-lg:auto"] .wd-carousel-item{height:auto}.thumbs-position-left [style*="col-lg:auto"] .wd-carousel-item img{height:auto}}
.wd-carousel-container{--wd-width: 100%;position:relative;width:var(--wd-width)}.wd-carousel-inner{position:relative;margin:-15px 0}.wd-carousel{position:relative;overflow-x:var(--wd-carousel-overflow, clip);overflow-y:var(--wd-carousel-overflow, unset);padding:15px 0;margin-inline:calc(var(--wd-gap) / -2);touch-action:pan-y}@supports not (overflow: clip){.wd-carousel{overflow:var(--wd-carousel-overflow, hidden)}}.wd-carousel-wrap{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:initial;box-sizing:content-box;transform:translate3d(0px, 0, 0)}.wd-carousel-item{position:relative;height:100%;flex:0 0 calc(100% / var(--wd-col));max-width:calc(100% / var(--wd-col));padding:0 calc(var(--wd-gap) / 2);transition-property:transform;transform:translate3d(0px, 0, 0)}.wd-backface-hidden .wd-carousel-item{transform:translateZ(0);backface-visibility:hidden}.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]){transform:translate3d(calc(50% - (100% / var(--wd-col)) / 2), 0, 0)}.wd-autoheight,.wd-autoheight .wd-carousel-item{height:auto}.wd-autoheight .wd-carousel-wrap{align-items:flex-start;transition-property:transform, height}@media (min-width: 1025px){.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}@media (max-width: 768.98px){.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}@media (min-width: 769px) and (max-width: 1024px){.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2){display:none}}
.product-labels{display:flex;align-items:flex-start;flex-direction:column;gap:10px;transition:all .3s ease}:where(.wd-loop-builder-off,.woocommerce-product-gallery) .product-labels{position:absolute;top:7px;inset-inline-start:7px;max-width:50%;z-index:1;transform:translateZ(0)}.product-label{padding:5px 10px;min-width:50px;color:#fff;text-align:center;text-transform:uppercase;word-break:break-all;font-weight:600;font-size:12px;line-height:1.2}.product-label.onsale{background-color:var(--wd-primary-color);direction:ltr}.product-label.featured{background-color:#E22D2D}.product-label.new{background-color:#438E44}.product-label.out-of-stock{background-color:var(--bgcolor-white);color:var(--color-gray-900)}.product-label.label-with-img{padding:0;max-width:50px}.product-label.attribute-label:not(.label-with-img){background-color:var(--bgcolor-white);color:var(--color-gray-900)}.product-label.wd-shape-round-sm{border-radius:12px}@media (max-width: 576px){.product-labels{gap:5px}.product-label{padding-inline:5px;min-width:40px;font-size:10px}.product-label.label-with-img{padding-inline:0}}
.product-label.wd-shape-round{display:flex;align-items:center;justify-content:center;padding:5px 7px;min-height:50px;border-radius:35px;font-size:14px}.product-label.wd-shape-round.label-with-img{padding:0;min-height:auto;max-width:55px}.product-label.wd-shape-round.out-of-stock{max-width:50px;font-size:12px}@media (max-width: 576px){.product-label.wd-shape-round{min-height:40px;font-size:10px}.product-label.wd-shape-round.label-with-img{min-height:auto}}
.wd-btn-arrow{transition:all .25s ease}.wd-btn-arrow.wd-lock,.wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow{opacity:0 !important;pointer-events:none !important}.wd-arrow-inner{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-arrow-width, var(--wd-arrow-size, 50px));height:var(--wd-arrow-height, var(--wd-arrow-size, 50px));line-height:1;color:var(--wd-arrow-color, var(--color-gray-800));background:var(--wd-arrow-bg, unset);box-shadow:var(--wd-arrow-shadow, unset);border:var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);border-radius:var(--wd-arrow-radius, unset);cursor:pointer;transition:all .25s ease}.wd-arrow-inner:after{font-size:var(--wd-arrow-icon-size, 24px);font-family:"woodmart-font"}.wd-arrow-inner:hover{color:var(--wd-arrow-color-hover, var(--color-gray-500));background:var(--wd-arrow-bg-hover, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color))}.wd-disabled .wd-arrow-inner{color:var(--wd-arrow-color-dis, var(--color-gray-400));background:var(--wd-arrow-bg-dis, var(--wd-arrow-bg));border-color:var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));cursor:unset}.wd-prev .wd-arrow-inner:after{content:"\f114"}.wd-icon-2 .wd-prev .wd-arrow-inner:after{content:"\f121"}.wd-next .wd-arrow-inner:after{content:"\f113"}.wd-icon-2 .wd-next .wd-arrow-inner:after{content:"\f120"}.wd-nav-arrows.wd-pos-sep:after{content:"";position:absolute;inset:0px calc((var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px)) * -1)}.wd-nav-arrows.wd-pos-sep .wd-btn-arrow{position:absolute;top:calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);z-index:250}.wd-nav-arrows.wd-pos-sep .wd-prev{inset-inline-end:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows.wd-pos-sep .wd-next{inset-inline-start:calc(100% + var(--wd-arrow-offset-h, 0px))}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size: 30px;--wd-arrow-icon-size: 16px;--wd-arrow-offset-h: 10px}.wd-nav-arrows.wd-pos-together{position:absolute;top:calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));inset-inline-end:calc(var(--wd-arrow-offset-h, 0px) / -1);display:flex;gap:var(--wd-arrow-gap, 0.001px);z-index:250}@media (min-width: 1025px){.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:0;pointer-events:none}:is(.wd-carousel-container,.wd-products-element):hover .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow{opacity:1;transform:translateY(0);pointer-events:unset}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev{transform:translateX(-30px)}.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next{transform:translateX(30px)}}@media (max-width: 1024px){.wd-nav-arrows{--wd-arrow-icon-size: 16px;--wd-arrow-size: 40px}.wd-nav-arrows:where(.wd-pos-sep){--wd-arrow-offset-h: -12px}.wd-nav-arrows:where(.wd-pos-together){--wd-arrow-size: 30px}}
.wd-products-nav .wd-dropdown{right:0;left:auto;margin-left:0;margin-right:calc(var(--nav-gap, .001px) / 2 * -1);display:flex;align-items:center;min-width:240px}.wd-products-nav{--wd-link-color: var(--color-gray-900);--wd-link-color-hover: var(--color-gray-500);--wd-link-decor: none;--wd-link-decor-hover: none;position:relative;display:inline-flex;align-items:center;letter-spacing:0;font-size:14px}.wd-product-nav-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wd-product-nav-btn:before{font-size:12px;font-family:"woodmart-font"}.wd-product-nav-btn.wd-btn-prev:before{content:"\f114"}.wd-product-nav-btn.wd-btn-next:before{content:"\f113"}.wd-product-nav-btn.wd-btn-back span{font-size:0}.wd-product-nav-btn.wd-btn-back:before{content:"\f122"}.wd-product-nav-thumb{flex-shrink:0;max-width:90px}.wd-product-nav-thumb img{border-top-left-radius:var(--wd-brd-radius);border-bottom-left-radius:var(--wd-brd-radius)}.wd-product-nav-desc{padding:10px 15px}.wd-product-nav-desc .wd-entities-title{margin-bottom:5px}@media (max-width: 768.98px){.wd-products-nav .wd-dropdown{display:none}}
.wd-social-icons{--wd-link-decor: none;--wd-link-decor-hover: none;display:flex;align-items:center;flex-wrap:wrap;gap:var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 4));justify-content:var(--wd-align)}.wd-social-icons>a{display:inline-flex;align-items:center;justify-content:center;width:var(--wd-social-size, 40px);height:var(--wd-social-size, 40px);font-size:var(--wd-social-icon-size, calc(var(--wd-social-size, 40px) / 2.5));color:var(--wd-social-color);background-color:var(--wd-social-bg, unset);box-shadow:var(--wd-social-shadow);border:var(--wd-social-brd) var(--wd-social-brd-color);border-radius:var(--wd-social-radius);line-height:1}.wd-social-icons>a:hover{color:var(--wd-social-color-hover, var(--wd-social-color));background-color:var(--wd-social-bg-hover, var(--wd-social-bg));border-color:var(--wd-social-brd-color-hover, var(--wd-social-brd-color));box-shadow:var(--wd-social-shadow-hover)}.wd-social-icons .wd-icon:before{content:var(--wd-social-icon, unset);font-family:"woodmart-font"}.social-facebook{--wd-social-brand-color: #365493;--wd-social-icon: "\f180"}.social-twitter{--wd-social-brand-color: #000;--wd-social-icon: "\f154"}.social-instagram{--wd-social-brand-color: #774430;--wd-social-icon: "\f163"}.social-email{--wd-social-brand-color: #F89A1E;--wd-social-icon: "\f157"}.social-pinterest{--wd-social-brand-color: #CB2027;--wd-social-icon: "\f156"}.social-youtube{--wd-social-brand-color: #CB2027;--wd-social-icon: "\f162"}.social-tumblr{--wd-social-brand-color: #36465D;--wd-social-icon: "\f165"}.social-linkedin{--wd-social-brand-color: #0274B3;--wd-social-icon: "\f158"}.social-vimeo{--wd-social-brand-color: #1AB7EA;--wd-social-icon: "\f177"}.social-flickr{--wd-social-brand-color: #FE0072;--wd-social-icon: "\f164"}.social-github{--wd-social-brand-color: #171515;--wd-social-icon: "\f155"}.social-dribbble{--wd-social-brand-color: #EC5E95;--wd-social-icon: "\f166"}.social-behance{--wd-social-brand-color: #1F6FFC;--wd-social-icon: "\f170"}.social-soundcloud{--wd-social-brand-color: #F9490D;--wd-social-icon: "\f172"}.social-spotify{--wd-social-brand-color: #2EBD59;--wd-social-icon: "\f171"}.social-ok{--wd-social-brand-color: #EE8208;--wd-social-icon: "\f176"}.social-whatsapp{--wd-social-brand-color: #1EBEA5;--wd-social-icon: "\f175"}.social-vk{--wd-social-brand-color: #4C75A3;--wd-social-icon: "\f168"}.social-snapchat{--wd-social-brand-color: #FFFC00;--wd-social-icon: "\f178"}.social-tg{--wd-social-brand-color: #37AEE2;--wd-social-icon: "\f179"}.social-viber{--wd-social-brand-color: #834995;--wd-social-icon: "\f181"}.social-tiktok{--wd-social-brand-color: #010101;--wd-social-icon: "\f133"}.social-discord{--wd-social-brand-color: #5562EA;--wd-social-icon: "\f184"}.social-yelp{--wd-social-brand-color: #FF1A1A;--wd-social-icon: "\f187"}.social-bluesky{--wd-social-brand-color: #218CFF;--wd-social-icon: "\f189"}.social-threads{--wd-social-brand-color: #0A0A0A;--wd-social-icon: "\f188"}.wd-social-icons.wd-style-default{gap:0;--wd-social-color: rgba(0,0,0,0.6);--wd-social-color-hover: rgba(0,0,0,0.8)}.wd-social-icons.wd-style-default>a{width:auto;height:auto;padding:var(--wd-social-gap, calc(var(--wd-social-size, 40px) / 6));min-width:24px}.wd-social-icons.wd-style-default.color-scheme-light,[class*="color-scheme-light"] .wd-social-icons.wd-style-default{--wd-social-color: #fff;--wd-social-color-hover: rgba(255,255,255,0.6)}.wd-social-icons.wd-size-small{--wd-social-size: 30px;--wd-social-gap: 6px;--wd-social-icon-size: 14px}.wd-social-icons.wd-shape-circle{--wd-social-radius: 50%}.wd-social-icons.wd-shape-rounded{--wd-social-radius: 5px}.wd-social-icons:not([class*="wd-layout-"]) .wd-label{flex:1 1 100%}.wd-social-icons.wd-layout-justify .wd-label{flex:1 1 auto;text-align:start}@media (min-width: 1025px){.wd-social-icons.wd-size-large{--wd-social-size: 60px}}
.wd-tabs:where(:not(.wd-inited)) .wd-nav-tabs[class*="wd-style-underline"]>li:first-child>a .nav-link-text:after{width:100%}.wd-tabs{--wd-row-gap: 20px;--wd-header-padding: .001px;display:flex;flex-direction:column;gap:var(--wd-row-gap)}.wd-tabs .tabs-name{text-transform:uppercase;font-size:22px;margin-bottom:0}.wd-tabs .tabs-name>span{vertical-align:middle}.wd-tabs .tabs-name .img-wrapper{display:inline-flex;margin-right:10px}.wd-tabs-header{display:flex;flex-direction:column;gap:10px;padding:var(--wd-header-padding)}.wd-tabs-header.wp-block .tabs-text{display:inline-block}.wd-nav-tabs{--nav-gap: 30px;align-items:center}.wd-nav-tabs>li>a{font-size:16px;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-family:var(--wd-title-font)}.wd-tabs.tabs-design-default:not(.wd-header-with-bg){--wd-row-gap: 10px}.wd-tabs.tabs-design-simple .tabs-name{position:relative;z-index:1;margin-bottom:-2px;padding-block:5px;border-bottom:2px solid var(--wd-primary-color);vertical-align:middle}.wd-tabs.tabs-design-simple .tabs-name>span{vertical-align:bottom}.wd-tabs.tabs-design-simple .tabs-name .img-wrapper{margin-left:4px}.wd-tabs.tabs-design-simple .wd-nav-tabs li a{font-size:14px}.wd-tabs.wd-header-with-bg{--wd-header-padding: 15px}.wd-tabs.wd-header-with-bg .wd-tabs-header{background-color:var(--bgcolor-gray-100);border-radius:var(--wd-brd-radius)}.wd-tabs:where(:not(.wd-inited)) .wd-nav-tabs>li:first-child>a{color:var(--nav-color-active);background-color:var(--nav-bg-active);box-shadow:var(--nav-shadow-active);border:var(--nav-border-active)}.wd-nav-tabs[class*="wd-style-underline"]{--nav-color: rgba(var(--wd-navigation-color), .7);--nav-color-hover: rgba(var(--wd-navigation-color), 1)}.wd-nav-tabs a{gap:10px}.wd-nav-tabs .img-wrapper{min-width:max-content}.wd-nav-tabs.wd-icon-pos-start a{flex-direction:row}.wd-nav-tabs.wd-icon-pos-top{align-items:flex-end}.wd-nav-tabs.wd-icon-pos-top a{flex-direction:column;justify-content:center}.wd-nav-tabs.wd-icon-pos-end a{flex-direction:row-reverse}.wd-nav-tabs.wd-icon-pos-left a{flex-direction:row}.wd-nav-tabs.wd-icon-pos-right a{flex-direction:row-reverse}.wd-tabs:not(.wd-inited) .wd-tab-content:first-child{display:flex;opacity:1;transform:none}.wd-tabs .wd-tabs-content-wrapper{position:relative}.wd-tabs .wd-tab-content{display:none;opacity:0;transition:all .25s ease;transform:translateY(30px)}.wd-tabs .wd-tab-content>div:not(:is(.wd-nav-arrows,.grid-masonry)){--wd-width: 100%;width:var(--wd-width)}.wd-tabs .wd-tab-content.wd-active{display:flex}.wd-tabs .wd-tab-content.wd-in{opacity:1;transform:none}.wd-tabs .wd-tab-content>.elementor{min-width:1px}.wp-block-wd-tabs .wd-tab-content{--wd-row-gap: 20px;flex-direction:column;row-gap:var(--wd-row-gap)}:root .wp-block-wd-tabs .wd-tab-content>*{margin-bottom:0}@media (min-width: 1025px){.wd-tabs.tabs-design-aside{position:relative;display:grid;align-items:flex-start;grid-template-columns:var(--wd-side-width, 300px) 1fr;gap:var(--wd-row-gap)}.wd-tabs.tabs-design-aside .wd-tabs-header{--text-align: start}.wd-tabs.tabs-design-aside .wd-nav-tabs{flex-direction:column;align-items:flex-start;--nav-gap: 5px;--nav-gap-v: var(--nav-gap)}.wd-tabs.tabs-design-aside .wd-nav-tabs>li{cursor:pointer}.wd-tabs.tabs-design-aside .wd-nav-tabs>li>a{display:inline-flex}.wd-tabs.tabs-design-aside .wd-tabs-content-wrapper{min-width:1px}.wd-tabs.tabs-design-alt .wd-tabs-header{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.wd-tabs.tabs-design-simple .wd-tabs-header{flex-direction:row;align-items:flex-end;gap:25px;border-bottom:2px solid var(--brdcolor-gray-300)}}@media (max-width: 1024px){.wd-tabs{--wd-row-gap: 10px}.wd-tabs .wd-tabs-header .svg-icon{width:25px !important;height:25px !important}.wd-tabs .wd-tabs-header .img-wrapper img{max-height:25px;width:auto}.wd-tabs.tabs-design-simple .wd-tabs-header{--text-align: start;align-items:flex-start;gap:0}.wd-tabs.tabs-design-simple .wd-nav-tabs-wrapper{flex:1 1 auto;max-width:100%;width:100%;border-top:2px solid var(--brdcolor-gray-300)}}
.wc-tabs-wrapper .woocommerce-Tabs-panel{display:none}.wd-nav-wrapper+.woocommerce-Tabs-panel:not([style]){display:block}.wd-nav.wd-style-underline-reverse{--nav-pd: 30px 0 10px 0}.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text{position:unset}.wd-nav.wd-style-underline-reverse>li>a>.nav-link-text:after{top:0;height:3px}.wc-tabs-wrapper .shop_attributes{margin:0 auto}.tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title{display:none}@media (min-width: 1025px){.wd-nav-wrapper+div .woocommerce-Tabs-panel:not([style]){display:block}}@media (max-width: 1024px){.wd-nav.wd-style-underline-reverse{--nav-pd: 20px 0 15px 0}.tabs-layout-accordion>.wd-nav-tabs-wrapper{display:none}.tabs-layout-tabs{display:none}}
.wd-accordion{--wd-accordion-spacing: 20px;--wd-row-gap: 0.001px;display:flex;flex-direction:column;gap:var(--wd-row-gap)}.wd-accordion .wd-scroll{height:auto}.wd-accordion .wd-scroll-content{padding-inline-end:10px}.wd-accordion:where(.wd-style-default)>.wd-accordion-item:first-of-type,.wd-accordion:where(.wd-style-default)>.wd-nav-wrapper+.wd-accordion-item{border-top:2px solid var(--brdcolor-gray-300)}.wd-accordion:where(.wd-style-default)>.wd-accordion-item{border-bottom:1px solid var(--brdcolor-gray-300)}.wd-accordion:where(.wd-style-default).wd-border-off>.wd-accordion-item:first-of-type{border-top:none}.wd-accordion:where(.wd-style-default).wd-border-off>.wd-accordion-item:last-child{border-bottom:none}.wd-accordion.wd-style-simple{--wd-accordion-spacing: 10px}.wd-accordion.wd-style-shadow{--wd-row-gap: 12px}.wd-accordion:where(.wd-style-shadow)>.wd-accordion-item{border-radius:var(--wd-brd-radius);box-shadow:0 1px 8px rgba(0,0,0,0.1)}.wd-accordion:where(.wd-style-shadow)>.wd-accordion-item>:is(.wd-accordion-title,.wd-accordion-content){padding-inline:var(--wd-accordion-spacing)}.global-color-scheme-light .wd-accordion:where(.wd-style-shadow)>.wd-accordion-item{background-color:var(--bgcolor-gray-200)}.wd-accordion-title{display:flex;align-items:center;gap:12px;padding-block:var(--wd-accordion-spacing);cursor:pointer;transition:all .25s ease;user-select:none}.wd-accordion-title:is(.wd-active,:hover)>.wd-accordion-title-text{color:var(--wd-primary-color)}.wd-accordion-title .img-wrapper{display:flex}.wd-accordion-title-text{display:flex;align-items:center;flex:1;gap:5px;color:var(--wd-title-color);font-weight:var(--wd-title-font-weight);font-size:var(--wd-accordion-font-size, 16px);transition:inherit}.wd-accordion-opener{position:relative;color:var(--color-gray-300);text-align:center;font-size:10px;line-height:1;transition:inherit}.wd-accordion.wd-opener-style-arrow>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before{content:"\f129";font-family:"woodmart-font"}.wd-accordion.wd-opener-style-arrow>.wd-accordion-item>.wd-accordion-title.wd-active .wd-accordion-opener{transform:rotate(180deg)}.wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before{content:"\f143";font-family:"woodmart-font"}.wd-accordion.wd-opener-style-plus>.wd-accordion-item>.wd-accordion-title.wd-active .wd-accordion-opener{transform:rotate(45deg)}.wd-accordion-content{padding-bottom:var(--wd-accordion-spacing);transition:opacity .25s ease;display:none;opacity:0}.wd-accordion-content.wd-active{display:block;opacity:1}.wd-accordion-content-inner{--wd-row-gap: 20px;display:flex;flex-direction:column;row-gap:var(--wd-row-gap)}:root .wd-accordion-content-inner>*{margin-bottom:0}@media (max-width: 1024px){.wd-accordion .wd-scroll-content{overflow:visible;padding-inline-end:0;max-height:none !important}}
.wd-accordion.wd-titles-left>.wd-accordion-item>.wd-accordion-title>div{justify-content:left}.wd-accordion.wd-titles-right>.wd-accordion-item>.wd-accordion-title>div{justify-content:right}.wd-wpb.wd-accordion .wd-accordion-title-text{font-weight:inherit;font-size:inherit;font-family:inherit}.wd-accordion.wd-opener-pos-left>.wd-accordion-item>.wd-accordion-title{flex-direction:row-reverse}.wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title{flex-direction:row}
.commentlist .children{--li-pl: 0;list-style:none;--list-mb: 0;--li-mb: 0;margin-inline-start:30px;border-top:1px solid var(--brdcolor-gray-300)}.commentlist .children .comment:last-child{padding-bottom:0;border-bottom:none}.woocommerce-Reviews{--wd-row-gap: var(--wd-col-gap);--wd-col-gap: 40px;display:flex;flex-wrap:wrap;row-gap:var(--wd-row-gap);margin-inline:calc(var(--wd-col-gap) / -2)}.woocommerce-Reviews>:is(div,p){flex:1 1 100%;padding-inline:calc(var(--wd-col-gap) / 2);order:0}.woocommerce-Reviews .woocommerce-Reviews-title{margin-bottom:0;font-size:unset}.woocommerce-Reviews .clear{display:none}.woocommerce-Reviews.wd-loading .wd-loader-overlay{display:block}.woocommerce-Reviews nav[class*="-pagination"]{margin-top:15px}.wd-accordion .wd-single-reviews{margin-top:20px}.woocommerce-Reviews #comments{position:relative;order:1}.woocommerce-Reviews #comments .wd-loader-overlay{inset-inline:calc(var(--wd-col-gap) / 2)}.woocommerce-Reviews #comments .wd-loader-overlay:after{top:min(calc(50% - 13px), 150px)}.wd-form-pos-after #review_form_wrapper{order:2}.comment-form>:is(.comment-form-rating,.woocommerce-error){flex-basis:100%;max-width:100%;width:100%}.comment-form .woocommerce-error{margin-inline:10px}.comment-form .wd-review-criteria-wrap{display:table;margin-bottom:5px;padding-inline:10px}.comment-form .wd-review-criteria-wrap .comment-form-rating{display:table-row}.comment-form .wd-review-criteria-wrap .comment-form-rating>label{display:table-cell;padding-inline-end:10px}.comment-form .wd-review-criteria-wrap .comment-form-rating:not(:last-child)>label{padding-bottom:15px}.comment-form>.comment-form-rating{display:flex;align-items:center;padding-inline:10px;margin-bottom:15px}.comment-form .comment-form-rating{line-height:1}.comment-form .comment-form-rating label{display:inline-block;margin-bottom:0;margin-inline-end:15px}.comment-form .comment-form-rating label:after{content:":";margin-inline-start:2px}.comment-form .comment-form-rating select{display:none}.stars{display:inline-block;margin-bottom:0;vertical-align:middle;white-space:nowrap}.stars span{display:flex;font-size:0}.stars a{width:calc(var(--wd-text-font-size) + 1px);text-align:center;text-decoration:none !important}.stars a:before{font-size:var(--wd-text-font-size);font-family:"woodmart-font"}.wd-reviews-heading{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:20px}.wd-reviews-tools{display:flex;flex-wrap:wrap;align-items:center;gap:5px 15px}.wd-reviews-tools:first-child{flex-grow:1;flex-basis:max(50%, 500px)}.wd-reviews-sorting-clear{cursor:pointer;display:inline-flex;align-items:center;color:var(--color-gray-800);font-weight:600;text-decoration:none !important}.wd-reviews-sorting-clear:before{margin-inline-end:.3em;font-weight:400;content:"\f112";font-family:"woodmart-font"}.wd-reviews-sorting-clear:hover{color:var(--color-gray-500)}.wd-reviews-filters select{max-width:200px;width:auto}.wd-reviews-filters label{display:inline;margin-bottom:0}.wd-reviews-filters .wd-with-image{white-space:nowrap}.commentlist{--list-mb: 0;--li-mb: 0;--li-pl: 0;--wd-gap: 15px;list-style:none;transition:all .3s ease}.commentlist>li{padding-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.commentlist>li.woocommerce-noreviews{grid-column:auto/span var(--wd-col);padding:0;border:0;background:transparent}.commentlist.wd-review-style-1>li.woocommerce-noreviews{padding-block:15px 30px}.commentlist .comment_container{display:flex}.commentlist .children .wd-review-icon:before{content:"\f146";font-family:"woodmart-font"}.commentlist .avatar{align-self:flex-start;max-width:60px;border-radius:50%;margin-inline-end:20px}.commentlist .comment-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex:1 1 auto}.commentlist .meta{margin-bottom:10px;margin-inline-end:10px}.commentlist .description{flex:1 1 100%;width:100%;max-width:100%;--wd-tags-mb: 10px}.commentlist .description>*:last-child{margin-bottom:0}.commentlist .comment-text>[class*="star-rating"]{margin-bottom:10px;margin-inline-end:0}.commentlist .wd-star-ratings{position:relative}.commentlist .wd-star-ratings>.wd-star-rating-wrap:after{font-weight:normal;font-style:normal;font-size:60%;content:"\f129";font-family:"woodmart-font"}.commentlist .wd-star-ratings .star-rating{margin-bottom:0}.commentlist .wd-star-rating-wrap{display:flex;align-items:center;gap:8px}.commentlist .wd-criteria-wrap{padding:15px;white-space:nowrap}.commentlist .wd-criteria-wrap .wd-star-rating-wrap:not(:last-child){margin-bottom:5px}.wd-reviews-content .commentlist:not(.wd-in){opacity:0}.wd-reviews-content>.woocommerce-noreviews{margin-bottom:0}.woocommerce-review__author{color:var(--color-gray-900)}.woocommerce-review__verified{font-size:90%}.wd-review-arguments,.wd-review-likes{margin-top:15px;width:100%}.review .wd-review-icon{display:inline-block;margin-inline-end:6px;vertical-align:middle;line-height:1}.review .wd-review-icon>span{display:none}.review .wd-review-icon:before{content:"\f147a";font-family:"woodmart-font";color:var(--wd-primary-color);font-weight:400;font-size:120%}.wd-review-style-2 .review .wd-review-icon:before{font-size:140%}.wd-review-arguments{--wd-tags-mb: 0}.wd-review-arguments>div{display:flex}.wd-review-arguments>div:not(:last-child){margin-bottom:15px}.wd-argument-label{min-width:2.5em;margin-inline-end:7px;font-weight:600;color:var(--color-gray-900);flex-shrink:0}.stars:hover a:before,.stars.selected a:before,.stars.selected:hover a:before{content:"\f148";color:var(--wd-star-color, #EABE12)}.stars a:before,.stars a:hover ~ a:before,.stars a.active ~ a:before,.stars.selected:hover a:hover ~ a:before{content:"\f149";color:var(--wd-empty-star-color, var(--color-gray-300))}@media (min-width: 1025px){.wd-single-reviews.wd-layout-two-column .woocommerce-Reviews>:is(div,p){flex-basis:max(400px, 50%)}}
.wd-review-style-1{margin-block:-15px -30px;clip-path:inset(-100vw -100vw 17px -100vw)}.wd-review-style-1 .meta time{font-style:italic}.wd-review-style-1 .comment_container{align-items:flex-start;padding:15px 0}@media (min-width: 769px){.wd-review-style-1 .comment-text{flex-direction:row;flex-wrap:wrap}.wd-review-style-1 .wd-criteria-wrap{inset-inline:auto 0}.wd-review-style-1 .wd-criteria-wrap .wd-rating-label{inset-inline:0 8px}.wd-review-style-1 .wd-criteria-wrap .wd-star-rating-wrap{flex-direction:row-reverse}}
.comments-area .children{--li-pl: 0;list-style:none;--list-mb: 0;--li-mb: 0;margin-top:30px;margin-inline-start:30px;border-top:1px solid var(--brdcolor-gray-300)}.comment-form{display:flex;flex-wrap:wrap;margin-inline:-10px}.comment-form>p,.comment-form .comment-form-images{flex:1 1 max(400px, 50%);margin-bottom:15px;padding-inline:10px}.comment-form .comment-notes,.comment-form .comment-form-comment,.comment-form .form-submit,.comment-form .comment-form-cookies-consent,.comment-form .comment-form-images{flex-basis:100%;max-width:100%;width:100%}.comment-form .comment-form-cookies-consent label{display:inline}.comment-form .comment-notes{margin-bottom:20px}.comment-form .form-submit{margin-block:5px 0}.comment-form .submit{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}.comment-form .submit:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.comment-form .submit:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.comment-form-comment{width:100% !important}.form-style-underlined .comment-form-comment{margin-bottom:30px}#comments .avatar{flex:1 0 auto;margin-inline-start:0}.comments-area :is(.comments-title,.comment-reply-title){font-size:22px}.comments-area .comment-reply-title small{vertical-align:middle}.comments-area .comment-list{--li-pl: 0;--list-mb: 0;--li-mb: 0;line-height:1.6;margin-bottom:50px;list-style:none}.comments-area .comment-list .comment-reply-title{font-size:var(--wd-text-font-size)}.comments-area .comment{padding-block:30px;border-bottom:1px solid var(--brdcolor-gray-300)}.comments-area :is(.pingback,.trackback){margin-bottom:15px}.comments-area :is(.pingback,.trackback) .comment-body{padding-inline-start:0}.comments-area :is(.pingback,.trackback) .comment-edit-link:after{vertical-align:baseline}.comments-area :is(.pingback,.trackback) a{font-weight:600}.comments-area #cancel-comment-reply-link{display:inline-block;margin-inline-start:10px;vertical-align:middle;font-size:0}.comments-area #cancel-comment-reply-link:after{font-size:var(--wd-text-font-size);content:"\f112";font-family:"woodmart-font"}.comments-area .comment-body{position:relative;padding-inline-start:95px}.comments-area .comment-edit-link{display:inline-block;margin-inline-start:5px;font-size:0}.comments-area .comment-edit-link:after{vertical-align:middle;font-size:.8rem;content:"\f116";font-family:"woodmart-font"}.comments-area .comment-author{float:inline-start;margin-bottom:10px}.comments-area .comment-author:first-letter{text-transform:uppercase}.comments-area .comment-author .fn{color:var(--color-gray-900);vertical-align:top;font-weight:600;font-style:normal}.comments-area .comment-author .says{margin-inline-start:3px;vertical-align:top}.comments-area .comment-author img{position:absolute;top:0;inset-inline-start:0;max-width:74px;width:100%;border-radius:50%}.comments-area .comment-meta{margin-bottom:15px;text-align:end}.comments-area .comment-meta a{color:var(--color-gray-300);vertical-align:middle}.comments-area .reply{margin-top:15px}.comments-area .reply a{color:var(--wd-primary-color);text-transform:uppercase;font-weight:600}.comments-area .reply a:hover{color:var(--wd-primary-color);opacity:.7}.comments-area .comment-respond{margin-top:30px}.comments-area .logged-in-as{font-size:0}.comments-area .logged-in-as>a{color:var(--color-gray-600);font-weight:600;font-size:var(--wd-text-font-size);text-decoration:none}.comments-area .logged-in-as>a:not(:last-child){margin-inline-end:12px;padding-inline-end:10px;border-inline-end:1px solid var(--brdcolor-gray-300)}.comments-area .logged-in-as>a:hover{color:var(--wd-primary-color)}.comments-area .logged-in-as .required-field-message{font-size:var(--wd-text-font-size)}.comments-area .no-comments{color:#333;font-weight:600}.comments-area .children .comment:last-child{padding-bottom:0;border-bottom:none}@media (min-width: 769px){.comments-area .comment-awaiting-moderation{position:absolute;top:-24px;inset-inline-start:95px}.comments-area .comment-awaiting-moderation+br{display:none}}@media (max-width: 768.98px){.comments-area .children{margin-inline-start:0}.comments-area .comment-author{float:none}.comments-area .comment-meta{text-align:start}}
.wd-product{position:relative;text-align:var(--text-align);line-height:1.4}.wd-product-wrapper{border-radius:var(--wd-brd-radius)}:is(.quick-shop-shown,.wd-loading-quick-shop) :is(.wd-buttons,.product-labels){opacity:0}
.wd-product-thumb{position:relative;overflow:hidden;border-radius:var(--wd-brd-radius);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate3d(0, 0, 0)}.wd-product-img-link{--wd-otl-offset: calc(var(--wd-otl-width) * -1);position:relative;display:block;width:100%}.wd-product-img-hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:var(--bgcolor-white);opacity:0;pointer-events:none}@supports (overflow: clip){.wd-product-thumb{overflow:clip}}.wd-product:is(.wd-variation-active,.product-swatched,.wd-loading-image) .wd-product-img-hover{display:none}.wd-product-thumb:after{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);visibility:hidden;opacity:0;content:"";display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-product[class*="wd-loading"] .wd-product-img-link{opacity:.4}.wd-product[class*="wd-loading"] .wd-product-thumb:after{visibility:visible;opacity:1;transition:opacity .25s ease, visibility .25s ease;--wd-anim-state: running}.wd-add-btn.wd-action-btn .button{gap:0;min-height:unset;padding:0;background-color:transparent;text-transform:unset;font-size:unset}.wd-add-btn.wd-action-btn .button:hover{background-color:transparent;box-shadow:none}.wd-add-btn{--wd-btn-icon: "\f123"}.wd-product.product-type-simple.outofstock .product_type_simple:before,.wd-product .product_type_grouped:before{--wd-btn-icon: "\f11a"}.wd-product .product_type_external:before{--wd-btn-icon: "\f11c"}:is(.catalog-mode-on,.login-see-prices) .wd-product.product .wd-add-btn{display:none}.wd-product .added_to_cart{display:none !important}.wd-product .price{display:block}@media (max-width: 1024px){.wd-product-img-hover{display:none}}
.wd-loop-builder-off :where(.wd-product){--text-align: center;--wd-btn-inset: 10px;--wd-prod-gap: 12px;--wd-prod-bg-sp: 0;--wd-prod-bg-cont-sp: 0;--wd-prod-trim: calc((var(--wd-text-line-height) * -.5em) + .5em)}.wd-loop-builder-off :where(.wd-product-wrapper,.product-element-bottom){display:flex;flex-direction:column;gap:var(--wd-prod-gap)}.wd-loop-builder-off .wd-product-wrapper{padding:var(--wd-prod-bg-sp)}.wd-loop-builder-off :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price){line-height:inherit;margin-block:-.2em}.wd-loop-builder-off .wd-swatches-grid{justify-content:var(--text-align)}.wd-loop-builder-off .wd-swatches-grid:empty{display:none}.wd-buttons{z-index:4;display:flex;flex-direction:column;border-radius:calc(var(--wd-brd-radius) / 1.2);background:var(--bgcolor-white);box-shadow:1px 1px 1px rgba(0,0,0,0.1);transition:all .3s ease}.wd-buttons .wd-action-btn>a{height:45px}.wd-buttons[class*="wd-pos-r"]{position:absolute;opacity:0;visibility:hidden;transform:translate3d(20px, 0, 0)}.wd-buttons.wd-pos-r-t{top:var(--wd-btn-inset);inset-inline-end:var(--wd-btn-inset)}.wd-buttons.wd-pos-r-b{inset-inline-end:var(--wd-btn-inset);bottom:var(--wd-btn-inset)}.wd-product:hover:not(:is(.product-swatched,.quick-shop-shown,[class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"]{opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}.wd-product.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .wd-product-thumb:hover .wd-buttons[class*="wd-pos-r"]{opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}.wd-loop-builder-off :is(.wd-product-wrapper,.product-element-bottom,.product-list-content,[class*="-information"])>*:not(:is(.product-element-bottom,.wd-entities-title,[class*="wd-product-"],.price)){margin-block:0}:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product{--wd-prod-bg-sp: 15px}.wd-product:not(.wd-hover-small) :is(.wd-product-img-link,.wd-product-img-hover) :is(picture,img){width:100%}.wd-product:is(.quick-shop-shown,.wd-loading-quick-shop) .wd-product-thumb .wd-product-img-hover{opacity:0;transition:opacity 0.25s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18)}.wd-loop-builder-off .wd-product-img-hover{transition:opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18)}.wd-loop-builder-off .wd-product-thumb:hover .wd-product-img-hover{opacity:1;transform:scale(1.09)}.wd-loop-builder-off .shop_attributes{--wd-attr-v-gap: 10px;--wd-attr-brd-style: dashed;font-size:.9em}.wd-loop-builder-off .wd-star-rating{display:inline-flex;align-items:center;gap:5px;align-self:var(--text-align);line-height:1}.wd-loop-builder-off .star-rating{align-self:var(--text-align);line-height:1}.wd-loop-builder-off .woocommerce-review-link{--wd-link-decor: none;--wd-link-decor-hover: none;color:var(--color-gray-500)}.wd-loop-builder-off .woocommerce-review-link:hover{color:var(--color-gray-900)}.wd-loop-builder-off .wd-product .wd-entities-title{font-size:inherit}:where(.wd-loop-builder-off) :is(.wd-product-cats,.wd-product-brands-links,.wd-product-sku){--wd-link-color: var(--color-gray-400);--wd-link-color-hover: var(--color-gray-700);--wd-link-decor: none;--wd-link-decor-hover: none;font-size:.95em;color:var(--color-gray-400)}@media (max-width: 1024px){.wd-product .wd-buttons{opacity:1;transform:translate3d(0, 0, 0);visibility:visible}.wd-buttons{border-radius:35px}.wd-buttons .wd-action-btn{--wd-action-icon-size: 14px}.wd-buttons .wd-action-btn>a{width:35px;height:35px}.wd-buttons :is(.wd-quick-view-icon,.wd-compare-btn){display:none}}@media (max-width: 768.98px){:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product{--wd-prod-bg-sp: 10px}}@media (max-width: 576px){.wd-loop-builder-off:is([style*="col-sm:2"],[style*="col-sm: 2"]) :where(.wd-product){--title-line-height: 1.2em;--wd-prod-gap: 10px;font-size:90%}}
.wd-product.wd-hover-base .wd-product-countdown .wd-timer{flex-wrap:nowrap;width:100%;padding-top:5px;border-top:1px solid var(--brdcolor-gray-300)}.wd-product.wd-hover-base .wd-product-countdown .wd-timer>span{flex:1 1 0%;min-width:0}.wd-product.wd-hover-base .product-element-bottom{padding:0 10px var(--wd-prod-gap) 10px}.wd-product.wd-hover-base .product-element-bottom:hover .wd-more-desc-btn{transform:none}.wd-product.wd-hover-base .wrapp-product-price{display:flex;align-items:center;flex-direction:column;gap:var(--wd-prod-gap)}.wd-product.wd-hover-base .wd-product-card-hover{top:100%;padding:0 10px 10px 10px}.wd-product.wd-hover-base .hover-content{padding-inline:2px;margin-block:var(--wd-prod-trim)}.wd-product.wd-hover-base .wd-product-grid-slider-pagin{bottom:100%}.wd-product.wd-hover-base .wrapp-swatches{position:absolute;inset-inline:0;bottom:0;z-index:5;display:flex;align-items:center;justify-content:center;padding:5px 10px;min-height:47px;border-top:1px solid var(--brdcolor-gray-300);border-bottom:1px solid var(--brdcolor-gray-300);background-color:var(--wd-prod-bg, var(--bgcolor-white));transition:all .3s ease;visibility:hidden;transform:translateY(calc(100% + 1px)) translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.wd-product.wd-hover-base .wrapp-swatches:empty{display:none}.wd-product.wd-hover-base.state-hover .wrapp-swatches{transform:none}.wd-product.wd-hover-base.state-hover .wrapp-swatches:has(.wd-product-grid-slider-pagin:first-child:last-child){transform:translateY(100%) translateZ(0)}@media (hover: hover){.wd-product.wd-hover-base:hover .wrapp-swatches{transform:none;visibility:visible}.wd-product.wd-hover-base:hover .wrapp-swatches:has(.wd-product-grid-slider-pagin:first-child:last-child){transform:translateY(100%) translateZ(0)}}.wd-product.wd-hover-base .wrapp-swatches .wd-quick-shop-2:not(:last-child) .cell{text-align:start}.wd-product.wd-hover-base .wd-compare-btn{margin-inline-start:auto}.wd-product.wd-hover-base .wd-bottom-actions{display:flex;align-items:center;justify-content:space-between}.wd-product.wd-hover-base .wd-bottom-actions .wrap-wishlist-button{flex:1 0 0;text-align:start}.wd-product.wd-hover-base .wd-bottom-actions .wrap-quickview-button{flex:1 0 0;text-align:end}.wd-product.wd-hover-base :is(.wd-bottom-actions .wd-action-btn.wd-style-icon,.wd-compare-btn)>a{width:35px;height:35px}.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset));min-height:unset}.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .wd-add-btn>a:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}.wd-product.wd-hover-base .wd-bottom-actions:not(.wd-add-small-btn) .add-to-cart-loop span{padding:5px 14px;min-height:36px;font-size:12px}.wd-product.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div{border-inline-start:1px none var(--brdcolor-gray-300)}.wd-product.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:not(:empty),.wd-product.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:not(:empty)+div:empty+div:not(:empty){border-inline-start-style:solid}.wd-product.wd-hover-base .wd-bottom-actions.wd-add-small-btn>div:empty{display:none}.wd-product.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn{width:100%}.wd-product.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-action-btn>a{width:inherit}.wd-product.wd-hover-base .wd-bottom-actions.wd-add-small-btn .wd-add-btn{flex:1 0 0}.wd-product.wd-hover-base:not(.hover-ready) .wd-bottom-actions .wd-action-btn>a{transition:none}.wd-product.wd-hover-base .product-rating-price{margin-block:-.2em}.wd-product.wd-hover-base .product-rating-price :is(.star-rating,.price){line-height:calc(var(--wd-text-font-size) * 1.4);margin:0}.wd-product.wd-hover-base.has-stars:is(.purchasable,.product-type-external) .product-rating-price{overflow:hidden;height:calc(var(--wd-text-font-size) * 1.4)}.wd-product.wd-hover-base.has-stars:is(.purchasable,.product-type-external) .wrapp-product-price{display:block;transition:transform .3s ease}.wd-product.wd-hover-base.has-stars:is(.purchasable,.product-type-external).state-hover .wrapp-product-price{transform:translateY(-50%) translateZ(0)}@media (hover: hover){.wd-product.wd-hover-base.has-stars:is(.purchasable,.product-type-external):hover .wrapp-product-price{transform:translateY(-50%) translateZ(0)}}.wd-product.wd-hover-base:is(.wd-loading-quick-shop,.quick-shop-shown) .wrapp-swatches{transform:translateY(103%) translateZ(0)}:is(.wd-products-with-bg,.wd-products-with-shadow,.products-bordered-grid-ins) .wd-product.wd-hover-base{--wd-btn-inset: 25px}:is(.wd-products-with-bg,.wd-products-with-shadow,.products-bordered-grid-ins) .wd-product.wd-hover-base .product-element-bottom{padding-bottom:0}:is(.wd-products-with-bg,.wd-products-with-shadow,.products-bordered-grid-ins) .wd-product.wd-hover-base .wd-product-card-hover{padding-top:var(--wd-prod-gap)}@media (max-width: 768.98px){.wd-product.wd-hover-base .wrapp-swatches{min-height:40px}.wd-product.wd-hover-base .wd-compare-btn{display:none}.wd-product.wd-hover-base.product-no-swatches .wrapp-swatches{display:none}}
.wd-add-btn-replace>a{--btn-padding: 0;overflow:hidden}.wd-add-btn-replace>a span{display:flex;align-items:center;justify-content:center;min-height:inherit;transition:transform .25s ease, opacity .15s ease}.wd-add-btn-replace>a:before{content:var(--wd-btn-icon, unset);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:20px;transition:opacity .15s ease, transform .25s ease;transform:translateY(100%);font-family:"woodmart-font"}.wd-add-btn-replace>a:after{position:absolute;top:calc(50% - 9px);inset-inline-start:calc(50% - 9px);opacity:0;transition:opacity .2s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.wd-add-btn-replace>a:hover:before{transform:translateY(0) translateZ(0)}.wd-add-btn-replace>a:hover span{transform:translateY(-100%) translateZ(0)}.wd-add-btn-replace>a.loading:before,.wd-add-btn-replace>a.loading span{opacity:0}.wd-add-btn-replace>a.loading:after{opacity:1;--wd-anim-state: running}.wd-add-btn-replace>a.added{--wd-btn-icon: "\f107"}.wd-add-btn-replace .wd-action-icon{display:none}
.wd-swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--wd-swatch-w);height:var(--wd-swatch-h);color:var(--color-gray-900);vertical-align:middle;text-align:center;font-weight:600;font-size:var(--wd-swatch-size);line-height:1;cursor:pointer;transition:all .25s ease}.wd-swatch :is(img,picture){display:block;max-height:100%;width:inherit;height:inherit;border-radius:inherit;object-fit:cover}.wd-swatch.wd-bg .wd-swatch-text{display:none}.wd-swatch.wd-text{min-width:1em;min-height:1em;width:auto;height:auto}.wd-swatch.wd-text .wd-swatch-text{padding:0 calc(var(--wd-swatch-size) / 5);font-size:var(--wd-swatch-text-size)}.wd-swatch.wd-linked{cursor:pointer !important}.wd-swatch-bg{display:inherit;align-items:inherit;justify-content:inherit;width:100%;height:100%;border-radius:inherit}:is(body:not(.global-color-scheme-light),.color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(:not([style^="background-color"]),[style*="#ffffff"],[style*="#FFFFFF"],[style*="255,255,255"]):before{content:"";position:absolute;inset:0;border:1px solid var(--wd-swatch-brd-color);border-radius:inherit}[class*="wd-swatches"]{--wd-swatch-size: 25px;--wd-swatch-w: 1em;--wd-swatch-h: 1em;--wd-swatch-text-size: 16px;--wd-swatch-h-sp: 15px;--wd-swatch-v-sp: 10px;--wd-swatch-inn-sp: .001px;--wd-swatch-brd-color: var(--brdcolor-gray-200)}.wd-swatches-product{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:var(--text-align);vertical-align:middle;gap:var(--wd-swatch-v-sp) var(--wd-swatch-h-sp)}.wd-swatches-product+select{display:none}[class*="wd-swatches"].wd-size-xs{--wd-swatch-size: 20px;--wd-swatch-text-size: 14px}[class*="wd-swatches"].wd-size-m{--wd-swatch-size: 35px}[class*="wd-swatches"].wd-size-large{--wd-swatch-size: 45px;--wd-swatch-text-size: 18px}[class*="wd-swatches"].wd-size-xlarge{--wd-swatch-size: 70px;--wd-swatch-text-size: 24px}[class*="wd-swatches"].wd-size-xxl{--wd-swatch-size: 90px;--wd-swatch-text-size: 32px}.wd-swatches-grid{--wd-swatch-v-sp: 5px;--wd-swatch-h-sp: 8px}.wd-swatches-grid:is(.wd-size-xs,.wd-size-default){--wd-swatch-size: 15px;--wd-swatch-text-size: 14px}.wd-swatches-grid.wd-size-m{--wd-swatch-size: 20px}.wd-swatches-grid.wd-size-large{--wd-swatch-size: 25px;--wd-swatch-text-size: 16px}.wd-swatches-grid:is(.wd-size-xlarge,.wd-size-xxl){--wd-swatch-size: 35px;--wd-swatch-text-size: 18px}.wd-swatches-filter{--wd-swatch-h-sp: 10px}.wd-swatches-filter.wd-size-small{--wd-swatch-size: 15px;--wd-swatch-text-size: 14px}.wd-swatches-filter.wd-size-large{--wd-swatch-size: 35px}[class*="wd-swatches"].wd-shape-round .wd-swatch{border-radius:1em}[class*="wd-swatches"].wd-shape-rounded .wd-swatch{border-radius:5px}
.wd-more-desc{position:relative;overflow:hidden;max-height:calc(var(--wd-text-line-height) * var(--wd-more-desc-lines, calc(3em + 2px)))}.wd-more-desc .wd-more-desc-inner{--wd-tags-mb: 10px;line-height:var(--wd-text-line-height)}.wd-more-desc .wd-more-desc-btn{--wd-link-color: var(--color-gray-900);--wd-link-color-hover: var(--color-gray-900);position:absolute;inset:auto 0 0 0;z-index:2;display:flex;align-items:end;justify-content:center;height:calc(var(--wd-text-line-height) * 1em);background:linear-gradient(to bottom, transparent 0, var(--wd-prod-bg, var(--bgcolor-white)) 90%);transform:translateY(calc(var(--wd-text-line-height) * 1em))}.wd-more-desc .wd-more-desc-btn:after{font-size:20px;line-height:.8;content:"\f109";font-family:"woodmart-font"}.wd-more-desc .wd-more-desc-btn:not(.wd-shown){display:none}.wd-more-desc.wd-more-desc-full{--wd-more-desc-lines: 21em;overflow-y:auto}.wd-more-desc.wd-more-desc-full .wd-more-desc-btn{display:none}@media (max-width: 576px){.wd-more-desc{--wd-more-desc-lines: 4em;font-size:.9em}}
.wd-product-card-bg{position:absolute;visibility:hidden;box-shadow:0 0 10px rgba(0,0,0,0.15);opacity:0;transform:scale(0.98)}.wd-product-card-hover{position:absolute;top:100%;inset-inline:0;visibility:hidden;opacity:0}.wd-hover-with-fade.hover-ready.state-hover .wd-product-wrapper{z-index:20;transform:translateY(-5px) translateZ(0)}.wd-hover-with-fade.hover-ready.state-hover .wd-product-card-bg{visibility:visible;opacity:1;transition:opacity .3s ease, visibility .0s ease, transform .3s ease;transform:scale(1)}.wd-hover-with-fade.hover-ready.state-hover .wd-product-card-hover{visibility:visible;opacity:1;transition:opacity .3s ease, visibility .0s ease}@media (hover: hover){.wd-hover-with-fade.hover-ready:hover .wd-product-wrapper{z-index:20;transform:translateY(-5px) translateZ(0)}.wd-hover-with-fade.hover-ready:hover .wd-product-card-bg{visibility:visible;opacity:1;transition:opacity .3s ease, visibility .0s ease, transform .3s ease;transform:scale(1)}.wd-hover-with-fade.hover-ready:hover .wd-product-card-hover{visibility:visible;opacity:1;transition:opacity .3s ease, visibility .0s ease}}@media (max-width: 1024px){.wd-hover-with-fade.hover-ready:not(.state-hover) .wd-product-wrapper{transform:none}.wd-hover-with-fade.hover-ready:not(.state-hover) .wd-product-card-bg,.wd-hover-with-fade.hover-ready:not(.state-hover) .wd-product-card-hover{visibility:hidden;opacity:0}}
:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-wrapper{position:relative;transition:transform .3s ease}:where(.wd-loop-builder-off) .wd-hover-with-fade .product-element-bottom{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden}:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-card-bg{inset:-15px -15px -2px -15px;border:inherit;border-radius:var(--wd-brd-radius);background-color:var(--wd-prod-bg, var(--bgcolor-white))}:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-card-hover{display:flex;flex-direction:column;gap:var(--wd-prod-gap)}:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .wd-product-card-bg{top:-1px;inset-inline:-1px}:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-hover-with-fade .wd-product-card-hover{padding-bottom:0}[class*="products-bordered-grid"]:not(.wd-products-with-shadow) .wd-hover-with-fade .wd-product-card-bg{box-shadow:none}:where(.wd-loop-builder-off).products-bordered-grid .wd-hover-with-fade .wd-product-wrapper{transform:none !important}:where(.wd-loop-builder-off).products-bordered-grid .wd-hover-with-fade .wd-product-card-bg{inset:calc(var(--wd-gap) / 2 * -1 - 1px) calc(var(--wd-gap) / 2 * -1 - 1px) 0;border:1px solid var(--wd-bordered-brd, var(--brdcolor-gray-300));border-radius:0;transform:none}.wd-hover-with-fade div.quick-shop-close{top:-5px}.wd-hover-with-fade.quick-shop-shown .add-to-cart-loop{opacity:.3;pointer-events:none}.wd-hover-with-fade.wd-fade-off :is(.wd-product-card-bg,[class*="hover-content"]){display:none}.wd-hover-with-fade.wd-fade-off .quick-shop-close{top:5px;inset-inline-end:10px}.wd-hover-with-fade.wd-fade-off .product-element-bottom{position:static}.wd-hover-with-fade.wd-fade-off .wd-product-card-hover{position:static;gap:0;margin-top:calc(var(--wd-prod-gap) * -1);padding:0 !important;border:none;opacity:1;visibility:visible}.wd-hover-with-fade.wd-fade-off .wd-product-card-hover>:is(.wd-progress-bar,.wd-countdown-timer){margin-top:var(--wd-prod-gap)}.wd-hover-with-fade.state-hover .wd-more-desc-btn{transform:none}@media (max-width: 1024px){:where(.wd-loop-builder-off) .wd-hover-with-fade .wd-product-card-bg{top:-10px;inset-inline:-10px}}@media (max-width: 768.98px){.wd-hover-with-fade .quick-shop-close{top:-5px;inset-inline-end:-5px}}
[class*="title-line-"] .wd-product .wd-entities-title{overflow:hidden;max-height:calc(var(--wd-line-count, 1) * var(--wd-line-height, 1.4em));line-height:var(--wd-line-height, 1.4em)}.title-line-two{--wd-line-count: 2}
[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg{padding:var(--wd-swatch-inn-sp)}@media (hover: hover){[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg:hover:not(.wd-disabled){--wd-swatch-brd-color: var(--color-gray-900)}}[class*="wd-swatches"].wd-bg-style-2 .wd-swatch-bg:before{border:none !important}[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text .wd-swatch-text{font-size:calc(var(--wd-swatch-text-size) - 2px)}@media (hover: hover){[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text:hover:not(.wd-disabled){--wd-swatch-brd-color: var(--color-gray-900)}}[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg,[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text{box-shadow:0 0 0 var(--brd-width, 1px) var(--wd-swatch-brd-color) inset;--wd-swatch-inn-sp: 4px}[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg.wd-active,[class*="wd-swatches"].wd-bg-style-2 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-bg,[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text.wd-active,[class*="wd-swatches"].wd-text-style-2 :is(.wd-swatch-wrap a:hover,.wd-swatch-wrap.wd-active) .wd-swatch.wd-text{--wd-swatch-brd-color: var(--color-gray-900)}[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg.wd-active,[class*="wd-swatches"].wd-bg-style-2 .wd-swatch-wrap.wd-active .wd-swatch.wd-bg,[class*="wd-swatches"].wd-text-style-2 .wd-swatch.wd-text.wd-active,[class*="wd-swatches"].wd-text-style-2 .wd-swatch-wrap.wd-active .wd-swatch.wd-text{--wd-swatch-brd-color: var(--color-gray-900);--brd-width: 2px}
[class*="wd-swatches"].wd-dis-style-2 .wd-swatch:before{content:"";position:absolute;inset:var(--wd-swatch-inn-sp);border-radius:inherit;background-image:linear-gradient(to top right, transparent calc(50% - 1px), #CF000F 50%, transparent calc(50% + 1px)),linear-gradient(to top left, transparent calc(50% - 1px), #CF000F 50%, transparent calc(50% + 1px));opacity:0;transition:opacity .2s ease;z-index:2}[class*="wd-swatches"].wd-dis-style-2 .wd-swatch.wd-disabled{opacity:.7;cursor:default}[class*="wd-swatches"].wd-dis-style-2 .wd-swatch.wd-disabled:before{opacity:1}
.mfp-bg{position:fixed;z-index:1102;overflow:hidden;background-color:rgba(0,0,0,0.7);inset:0;opacity:0;transition:all 0.45s cubic-bezier(0.19, 1, 0.22, 1)}.mfp-bg.mfp-ready{opacity:1}.mfp-bg.mfp-removing{opacity:0}.mfp-wrap{--wd-popup-mt: 50px;--wd-popup-mr: 15px;--wd-popup-mb: 50px;--wd-popup-ml: 15px;--wd-popup-max-height: calc(100dvh - var(--wd-admin-bar-h) - var(--wd-popup-mt) - var(--wd-popup-mb));position:fixed;z-index:1103;outline:none !important;inset:var(--wd-admin-bar-h) 0 0 0;overflow:hidden;-webkit-backface-visibility:hidden}.mfp-container{width:100%;height:100%;display:flex;align-items:var(--wd-align-items, center);justify-content:var(--wd-justify-content, center);padding:var(--wd-popup-mt) var(--wd-popup-mr) var(--wd-popup-mb) var(--wd-popup-ml)}.mfp-content{position:relative;z-index:1105;width:100%;max-height:100%;max-width:var(--wd-popup-width, 800px)}.mfp-hide{display:none !important}.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content{display:none}.mfp-wrap ~ :is(.wd-close-side,.wd-side-hidden){z-index:900;pointer-events:none}.mfp-wrap ~ .wd-skip-links{display:none}.wd-popup-close{--wd-action-color: #fff;--wd-action-color-hover: rgba(255,255,255,0.5);position:absolute;top:calc(var(--wd-close-btn-offset-v, 50px) * -1);inset-inline-end:calc(var(--wd-close-btn-offset-h, 15px) * -1);z-index:100}.wd-popup{position:relative;display:none;padding:var(--wd-popup-padding, 30px);border-radius:var(--wd-popup-brd-radius, var(--wd-brd-radius));background-color:var(--bgcolor-white);content-visibility:unset !important;height:var(--wd-popup-height, auto);max-height:var(--wd-popup-max-height) !important}.mfp-wrap .wd-popup{display:block}.wd-popup-wrap.wd-animation.wd-animated{--wd-anim-duration: .45s;--wd-trans-main: box 0s ease}.wd-animation-default.wd-animation-ready.wd-animated{--wd-anim-timing-f: cubic-bezier(0.19, 1, 0.22, 1)}.wd-animation-default.wd-animation-ready:not(.wd-in){--wd-transform-translateX: -100px}.wd-animation-default.wd-animation-ready.wd-out{--wd-transform-translateX: 100px}
.wd-animation{--wd-anim-duration: 1s;--wd-anim-timing-f: cubic-bezier(0, 0.87, 0.58, 1);--wd-anim-delay: 0s;--wd-anim-opa-timing-f: ease;--wd-trans-main: all .25s ease;--wd-trans-last: transform var(--wd-anim-duration) var(--wd-anim-timing-f) var(--wd-anim-delay), opacity .25s var(--wd-anim-opa-timing-f) var(--wd-anim-delay);opacity:0}.wd-animation:not(.wd-animated){transition:none !important}.wd-animation.wd-animated{transition:var(--wd-trans-main),var(--wd-trans-last)}.wd-animation.wd-in{opacity:1}
.wd-transform{--wd-transform-perspective: 0;--wd-transform-rotateX: 0;--wd-transform-rotateY: 0;--wd-transform-rotateZ: 0;--wd-transform-translateX: 0;--wd-transform-translateY: 0;--wd-transform-scaleX: 1;--wd-transform-scaleY: 1;--wd-transform-skewX: 0;--wd-transform-skewY: 0;--wd-transform-origin-y: center;--wd-transform-origin-x: center;transform:perspective(var(--wd-transform-perspective)) translateX(var(--wd-transform-translateX)) translateY(var(--wd-transform-translateY)) scaleX(var(--wd-transform-scaleX)) scaleY(var(--wd-transform-scaleY)) rotateX(var(--wd-transform-rotateX)) rotateY(var(--wd-transform-rotateY)) rotateZ(var(--wd-transform-rotateZ)) skewX(var(--wd-transform-skewX)) skewY(var(--wd-transform-skewY));transform-origin:var(--wd-transform-origin-y) var(--wd-transform-origin-x)}
.wd-nav-pagin-wrap{display:flex;min-height:var(--wd-pagin-size, 10px);margin-top:20px;justify-content:var(--wd-align, var(--wd-center));font-size:0}.wd-nav-pagin-wrap:has(.wd-lock){display:none}.wd-nav-pagin{--list-mb: 0;--li-mb: 0 !important;--li-pl: 0;list-style:none;display:inline-flex;align-items:center;justify-content:var(--wd-align, var(--wd-center));flex-wrap:wrap;gap:10px var(--wd-pagin-gap, 10px);transition:all .25s ease}.wd-nav-pagin li{position:relative;cursor:pointer;transition:all .25s ease}.wd-nav-pagin:not([class*="wd-type-"]),.wd-nav-pagin.wd-lock{opacity:0}.wd-dynamic>.wd-nav-pagin{flex-wrap:nowrap;gap:0;margin:0 auto;overflow:hidden}.wd-dynamic>.wd-nav-pagin li{margin-inline:calc(var(--wd-pagin-gap, 10px) / 2)}.wd-nav-pagin-wrap[class*="wd-style-shape"] span{display:inline-flex;width:var(--wd-pagin-size, 10px);height:var(--wd-pagin-size, 10px);background-color:var(--wd-pagin-bg, unset);border:var(--wd-pagin-brd-width, 2px) var(--wd-pagin-brd-style, solid) var(--wd-pagin-brd-color, var(--color-gray-300));border-radius:var(--wd-pagin-radius, var(--wd-pagin-size, 10px));transition:all .25s ease}.wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span{border-color:var(--wd-pagin-brd-color-hover, var(--color-gray-800));background-color:var(--wd-pagin-bg-hover, var(--wd-pagin-bg, unset))}.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span{border-color:var(--wd-pagin-brd-color-act, var(--color-gray-800));background-color:var(--wd-pagin-bg-act, var(--color-gray-800))}
.wd-widget-collapse .widget-title{position:relative;margin-bottom:0;padding-inline-end:22px;cursor:pointer;user-select:none}.wd-widget-collapse .widget-title ~ *{margin-top:20px}.wd-widget-collapse .widget-title:after{position:absolute;top:calc(50% - 12px);inset-inline-end:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:var(--color-gray-800);font-weight:400;font-size:10px;transition:all .25s ease;content:"\f129";font-family:"woodmart-font"}.wd-widget-collapse.wd-opened .widget-title:after{background-color:#f1f1f1;transform:rotate(180deg)}.rtl .wd-widget-collapse.wd-opened .widget-title:after{transform:rotate(-180deg)}.wd-widget-collapse:not(.wd-opened-initially)>.widget-title ~ *{display:none}.wd-widget-collapse .wd-swatches-filter:is(.wd-layout-double,.wd-layout-inline)[style*="display: block"]{display:flex !important}[class*="color-scheme-light"] .wd-widget-collapse.wd-opened .widget-title:after{background-color:#fff;color:#333}
.footer-sidebar{padding-block:40px}.footer-column>*:not(.widget){margin-block:0 var(--wd-block-spacing)}.footer-column>*:not(.widget):last-child{margin-bottom:0}.wd-prefooter{padding-bottom:40px;background-color:var(--wd-main-bgcolor)}.wd-copyrights{--wd-tags-mb: 10px;padding-block:20px;border-top:1px solid var(--brdcolor-gray-300)}.wd-copyrights.wd-layout-two-columns>.wd-grid-g{--wd-col-lg: 2;--wd-col-md: 1}.wd-copyrights.wd-layout-centered{text-align:center}@media (min-width: 1025px){.sticky-footer-on :is(.wd-page-content,.wd-prefooter){position:relative;z-index:2}.sticky-footer-on .wd-footer{position:sticky;bottom:0}.wd-copyrights.wd-layout-two-columns .wd-col-end{text-align:end}}@media (max-width: 1024px){.wd-copyrights.wd-layout-two-columns{text-align:center}}
.wd-brands [class*="wd-grid"]{--wd-gap-lg: .001px}.wd-brand-item{position:relative;display:flex;align-items:center;height:100%;justify-content:var(--wd-align, center);padding:var(--wd-brand-pd, 20px)}.wd-brand-item a{--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--wd-primary-color);--wd-link-decor: none;--wd-link-decor-hover: none;display:flex;align-items:center;justify-content:var(--wd-align, center);height:100%;width:100%;z-index:1}.wd-brand-item img{max-height:var(--wd-brand-img-height, 60px);height:var(--wd-brand-img-height, revert-layer);width:var(--wd-brand-img-width, revert-layer);object-fit:contain;transition:all .25s ease;transform:translate3d(0, 0, 0)}.wd-brands .wd-carousel-item{height:auto}.wd-brands.wd-layout-list [class*="wd-grid"]{--wd-gap-lg: 20px}.wd-brands.wd-layout-list:not(:is(.wd-with-bg,.wd-with-brd)) .wd-brand-item{padding:var(--wd-brand-pd, 0.001px)}.wd-brands:is(.wd-with-bg,.wd-with-brd) [class*="wd-grid"]{--wd-gap-lg: 20px}.wd-brands:is(.wd-with-bg,.wd-with-brd) .wd-brand-item{border-radius:var(--wd-brd-radius)}.wd-brands.wd-with-bg .wd-brand-item{background-color:var(--wd-brand-bg, rgba(var(--bgcolor-black-rgb), 0.04))}.wd-brands.wd-with-brd .wd-brand-item{border:1px solid var(--brdcolor-gray-300)}.wd-hover-simple .wd-brand-item img{filter:grayscale(100%)}.wd-hover-simple .wd-brand-item:hover img{filter:grayscale(0)}.wd-hover-alt .wd-brand-item img{opacity:.5;filter:grayscale(100%)}.wd-hover-alt .wd-brand-item:hover img{opacity:1;filter:grayscale(0)}
div.wpcf7 input[type="submit"]{border-radius:var(--btn-accented-brd-radius);color:var(--btn-accented-color);box-shadow:var(--btn-accented-box-shadow);background-color:var(--btn-accented-bgcolor);text-transform:var(--btn-accented-transform, var(--btn-transform, uppercase));font-weight:var(--btn-accented-font-weight, var(--btn-font-weight, 600));font-family:var(--btn-accented-font-family, var(--btn-font-family, inherit));font-style:var(--btn-accented-font-style, var(--btn-font-style, unset))}div.wpcf7 input[type="submit"]:hover{color:var(--btn-accented-color-hover);box-shadow:var(--btn-accented-box-shadow-hover);background-color:var(--btn-accented-bgcolor-hover)}div.wpcf7 input[type="submit"]:active{box-shadow:var(--btn-accented-box-shadow-active);bottom:var(--btn-accented-bottom-active, 0)}div.wpcf7 .wpcf7-spinner{position:relative;visibility:hidden}div.wpcf7 .wpcf7-spinner:before{position:absolute;top:0;left:20px;margin-top:2px;content:"";display:inline-block;width:16px;height:16px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}div.wpcf7 .ajax-error{display:none}div.wpcf7 form.submitting .wpcf7-spinner{visibility:visible}div.wpcf7 form.submitting .wpcf7-spinner:before{--wd-anim-state: running}div.wpcf7 .hidden-fields-container{display:none}.wpcf7-form :is(.wd-grid-g,.wd-grid-f-stretch){--wd-tags-mb: 0}.wpcf7-form .row{--wd-gap: 20px;--wd-f-basis: 150px;display:flex;flex-wrap:wrap;margin-inline:calc(var(--wd-gap) / -2)}.wpcf7-form .row>[class*="col"]{flex:1 1 var(--wd-f-basis);padding-inline:calc(var(--wd-gap) / 2)}.wpcf7-form .row>[class*="auto"]{flex:0 0 auto}.wpcf7-form .row>:is(.col-md-12,.col-lg-12){--wd-f-basis: 100%}.wpcf7-form .btn-color-white{--btn-accented-color: #333;--btn-accented-bgcolor: #fff;--btn-accented-color-hover: #333;--btn-accented-bgcolor-hover: #fff}.wpcf7-list-item{display:inline-block;margin-inline-end:10px}.wpcf7-radio input{margin-inline-start:5px}.wpcf7-not-valid-tip{display:block;color:#F00}div.wpcf7-response-output{display:none;margin:20px 0 0}form:is(.sent,.invalid,.unaccepted,.spam,.failed,.aborted) div.wpcf7-response-output{display:block}.wpcf7-form.wd-style-with-bg{--wd-form-bg: #fff;--wd-form-color: #767676;--wd-form-brd-color: rgba(0,0,0,0.1);--wd-form-brd-color-focus: rgba(0,0,0,0.15);--wd-form-placeholder-color: #767676}.wd-cf7{--wd-width: 100%;width:var(--wd-width)}@media (max-width: 768.98px){.wpcf7-form .row{--wd-f-basis: 100%}}
.scrollToTop{position:fixed;right:20px;bottom:20px;z-index:350;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background-color:rgba(var(--bgcolor-white-rgb), 0.9);box-shadow:0 0 5px rgba(0,0,0,0.17);color:var(--color-gray-800);font-size:16px;opacity:0;pointer-events:none;text-decoration:none !important;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateX(100%)}.scrollToTop.button-show{opacity:1;transform:none;pointer-events:visible}.scrollToTop:after{content:"\f115";font-family:"woodmart-font"}.scrollToTop:hover{color:var(--color-gray-500)}.wd-search-opened .scrollToTop{display:none}@media (max-width: 1024px){.scrollToTop{right:12px;bottom:12px;width:40px;height:40px;font-size:14px}}
[class*="wd-search-full-screen"]{--wd-search-font-size: 1.08em;position:fixed;z-index:400;visibility:hidden;opacity:0;outline:none !important}[class*="wd-search-full-screen"] :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child){margin-bottom:var(--wd-search-sp)}[class*="wd-search-full-screen"] .wd-scroll-content:not(.wd-dropdown){--wd-scroll-h: 100%}.wd-search-form[class*="wd-display-full-screen"]{cursor:pointer}.wd-search-form[class*="wd-display-full-screen"] .searchform{pointer-events:none;user-select:none}.wd-search-form[class*="wd-display-full-screen"] .wd-clear-search{display:none}[class*="wd-search-full-screen"] .wd-search-suggestions{animation:wd-fadeInBottomShort 0.6s cubic-bezier(0.19, 1, 0.22, 1) both}[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title{margin-top:var(--wd-search-sp)}[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title:first-child{margin-top:0}[class*="wd-search-full-screen"] .wd-suggestion{flex-direction:column}[class*="wd-search-full-screen"] .wd-suggestion-thumb{margin-bottom:10px}[class*="wd-search-full-screen"] .wd-not-found-msg{font-size:var(--wd-search-font-size)}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion{flex-direction:row;flex-basis:unset}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-suggestion-thumb{margin-bottom:0}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-entities-title{transition:all .25s ease}[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion:hover .wd-entities-title{opacity:.6}[class*="wd-search-full-screen"].wd-searched :is(.wd-search-history,.wd-search-requests,.wd-search-info-text){display:none}[class*="wd-search-full-screen"] .wd-search-history ul{flex-direction:row;flex-wrap:wrap}[class*="wd-search-full-screen"] .wd-sh-head{display:block}[class*="wd-search-full-screen"] .wd-sh-head .wd-sh-clear{display:none}[class*="wd-search-full-screen"] .wd-sh-link:before{display:none}[class*="wd-search-full-screen"].wd-opened{visibility:visible;opacity:1}.wd-search-opened{overflow:hidden}@media (max-width: 1024px){[class*="wd-search-full-screen"]{--wd-search-font-size: .92em;--wd-search-sp: 15px}[class*="wd-search-full-screen"] .wd-search-requests{--wd-requests-pd: 8px 12px;--wd-requests-fs: 10px}}
.wd-search-full-screen{--wd-search-sp: 20px;--wd-form-height: 110px;display:flex;flex-direction:column;background-color:var(--bgcolor-white);box-shadow:0 0 14px rgba(0,0,0,0.08);transition:opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s,transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform:translate3d(0, 100%, 0)}.wd-search-full-screen .wd-search-title,.wd-search-full-screen .wd-not-found-msg{text-align:center}.wd-search-full-screen :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child){padding-bottom:var(--wd-search-sp);border-bottom:1px solid var(--brdcolor-gray-300)}.wd-search-full-screen .wd-search-results{margin-top:calc(var(--wd-search-sp) * -1);padding-top:var(--wd-search-sp);scrollbar-gutter:stable}.wd-search-full-screen .wd-search-suggestions .wd-search-title{border-top:1px solid var(--brdcolor-gray-300);padding-block:var(--wd-search-sp) calc(var(--wd-search-sp) - 10px)}.wd-search-full-screen .wd-search-suggestions .wd-search-title:first-child{border-top:none;padding-top:0}.wd-search-full-screen .wd-suggestions-group{display:flex;flex-wrap:wrap;justify-content:center}.wd-search-full-screen .wd-suggestion{flex-basis:200px;flex-grow:0;padding:10px}.wd-search-full-screen .wd-not-found{flex:1 1 100% !important}.wd-search-full-screen .wd-all-results{margin-top:10px}.wd-search-full-screen.wd-searched .wd-search-area{display:none}.wd-search-full-screen .searchform{padding-inline:100px;border-bottom:1px solid var(--brdcolor-gray-300);margin-bottom:var(--wd-search-sp);--wd-form-bg: transparent;--wd-form-color: var(--color-gray-800);--wd-form-placeholder-color: var(--color-gray-800);--wd-form-brd-width: 0;--wd-form-height: unset}.wd-search-full-screen .searchform input[type="text"]{padding:0;text-align:center;font-weight:600;font-size:48px}.wd-search-full-screen .searchform .searchsubmit{display:none}.wd-search-full-screen .wd-close-search.wd-style-icon{--wd-action-icon-size: 38px;position:absolute;top:5px;inset-inline-end:5px;z-index:1}.wd-search-full-screen .wd-close-search.wd-style-icon>a{width:100px;height:100px}.wd-search-full-screen .wd-search-info-text{padding-inline:15px;text-align:center;font-size:var(--wd-search-font-size)}.wd-search-full-screen .wd-search-loader{top:calc(var(--wd-form-height) + 1px)}.wd-search-full-screen .wd-search-loading ~ .wd-search-loader{opacity:1;pointer-events:auto}.wd-search-full-screen .wd-search-loading ~ .wd-search-loader:after{--wd-anim-state: running}.wd-search-full-screen .wd-search-history{padding-inline:var(--wd-search-sp)}.wd-search-full-screen .wd-search-history ul{justify-content:center}.wd-search-full-screen .wd-search-requests{padding-inline:var(--wd-search-sp)}.wd-search-full-screen .wd-search-requests ul{justify-content:center}.wd-search-full-screen .wd-search-area{margin-top:calc(var(--wd-search-sp) * -1);padding-top:var(--wd-search-sp);padding-inline:15px;height:100%}.wd-search-full-screen.wd-opened{transition:opacity 0s,visibility 0s,transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);transform:none}@media (max-width: 1024px){.wd-search-full-screen{--wd-form-height: 70px}.wd-search-full-screen .searchform{padding-inline:var(--wd-search-sp)}.wd-search-full-screen .searchform input[type="text"]{font-size:20px}.wd-search-full-screen .wd-close-search{display:none}}@media (max-width: 768.98px){.wd-search-full-screen .wd-suggestion{flex-basis:33.333333%}}@media (max-width: 576px){.wd-search-full-screen .wd-suggestion{flex-basis:50%}}
.searchform{position:relative;--wd-search-btn-w: var(--wd-form-height);--wd-form-height: 46px;--wd-search-clear-sp: .001px}.searchform input[type="text"]{padding-inline-end:calc(var(--wd-search-btn-w) + 30px)}.searchform .searchsubmit{--btn-color: var(--wd-form-color, currentColor);--btn-bgcolor: transparent;position:absolute;gap:0;inset-block:0;inset-inline-end:0;padding:0;width:var(--wd-search-btn-w);min-height:unset;border:none;box-shadow:none;font-weight:400;font-size:0;font-style:unset}.searchform .searchsubmit:hover:after,.searchform .searchsubmit:hover img{opacity:.7}.searchform .searchsubmit:after{font-size:calc(var(--wd-form-height) / 2.3);transition:opacity .2s ease;content:"\f130";font-family:"woodmart-font"}.searchform .searchsubmit img{max-width:var(--wd-tools-icon-width, 24px);transition:opacity .2s ease}.searchform .searchsubmit:before{position:absolute;top:50%;left:50%;margin-top:calc((var(--wd-form-height) / 2.5) / -2);margin-left:calc((var(--wd-form-height) / 2.5) / -2);opacity:0;transition:opacity .1s ease;content:"";display:inline-block;width:calc(var(--wd-form-height) / 2.5);height:calc(var(--wd-form-height) / 2.5);border:1px solid rgba(0,0,0,0);border-left-color:currentColor;border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}.searchform .searchsubmit.wd-with-img:after{content:none}.searchform.wd-search-loading .searchsubmit:before{opacity:1;transition-duration:.2s;--wd-anim-state: running}.searchform.wd-search-loading .searchsubmit:after,.searchform.wd-search-loading .searchsubmit img{opacity:0;transition-duration:.1s}.searchform .wd-clear-search{position:absolute;top:calc(50% - 12px);display:flex;align-items:center;justify-content:center;width:30px;height:24px;inset-inline-end:calc(var(--wd-search-cat-w, .001px) + var(--wd-search-btn-w) + var(--wd-search-clear-sp));color:var(--wd-form-color, currentColor);cursor:pointer}.searchform .wd-clear-search:before{font-size:calc(var(--wd-form-height) / 3);line-height:1;transition:opacity .2s ease;content:"\f112";font-family:"woodmart-font"}.searchform .wd-clear-search:hover:before{opacity:.7}
.wd-search-results-wrapper{position:relative}.wd-search-title.title{margin-bottom:0;text-transform:uppercase;font-size:var(--wd-search-font-size);line-height:1}.wd-suggestions-group{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.wd-suggestion{position:relative;display:flex;line-height:1;transition:all .25s ease}.wd-suggestion .wd-entities-title{font-size:.92em}.wd-suggestion .wd-entities-title strong{text-decoration:underline;font-weight:bolder}.wd-suggestion-thumb img{border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-suggestion-content{--wd-mb: 10px}.wd-suggestion-sku{font-size:.8em}.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb{margin-inline-end:7px}.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb img{max-height:18px;max-width:18px;object-fit:contain;object-position:50% 50%}.wd-suggestions-group.wd-type-categories .wd-suggestion-content{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%}.wd-suggestions-group.wd-type-categories .wd-suggestion-content .wd-entities-title{flex-grow:1}.wd-not-found{grid-column:1 / -1}.wd-all-results{--wd-link-color: var(--color-gray-800);--wd-link-color-hover: var(--color-gray-800);display:block;border-block:1px solid var(--brdcolor-gray-300);padding-inline:var(--wd-search-sp);text-align:center;text-transform:uppercase;font-weight:600;font-size:var(--wd-search-font-size);line-height:50px;transition:all .25s ease;text-decoration:none !important}.wd-all-results:hover{background-color:var(--bgcolor-gray-100) !important}.wd-search-area{position:relative;transition:all .25s ease}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-area{min-height:70px}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader{opacity:1;pointer-events:auto}.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader:after{--wd-anim-state: running}.wd-search-loader{z-index:410;opacity:0;pointer-events:none;background-color:rgba(var(--bgcolor-white-rgb), 0.8);transition:all 0.25s cubic-bezier(0.19, 1, 0.22, 1);overflow:hidden}.wd-search-loader:after{position:absolute;top:calc(50% - 16px);left:calc(50% - 16px);content:"";display:inline-block;width:32px;height:32px;border:1px solid rgba(0,0,0,0);border-left-color:var(--color-gray-900);border-radius:50%;vertical-align:middle;animation:wd-rotate 450ms infinite linear var(--wd-anim-state, paused)}@media (max-width: 1024px){.wd-suggestions-group{grid-template-columns:repeat(auto-fit, minmax(180px, 1fr))}.wd-suggestion :is(.wd-entities-title,.price){font-size:.9em}}
.wd-dropdown-results{margin-top:0 !important;--wd-search-font-size: .92em;--wd-search-sp: 15px;overflow:hidden;right:calc((var(--wd-form-brd-radius) / 1.5));left:calc((var(--wd-form-brd-radius) / 1.5))}.wd-dropdown-results:after{width:auto !important;height:auto !important}.wd-dropdown-results .wd-scroll-content{overscroll-behavior:none}.wd-dropdown-results .wd-search-suggestions{margin-top:-1px;margin-inline-end:-1px}.wd-dropdown-results .wd-search-suggestions .wd-search-title{margin-block:-1px;border-block:1px solid var(--brdcolor-gray-300);background-color:var(--bgcolor-white);padding:var(--wd-search-sp)}.wd-dropdown-results .wd-suggestion{margin-bottom:-1px;border-top:1px solid;border-bottom:1px solid;border-inline-end:1px solid;border-color:var(--brdcolor-gray-300);background-color:var(--bgcolor-white);padding:var(--wd-search-sp)}.wd-dropdown-results .wd-suggestion:hover,.wd-dropdown-results .wd-suggestion.wd-active{background-color:var(--bgcolor-gray-100)}.wd-dropdown-results .wd-suggestion-thumb{flex:0 0 auto;margin-inline-end:15px;max-width:65px}.wd-dropdown-results .wd-suggestion-thumb img{border-radius:calc(var(--wd-brd-radius) / 1.5)}.wd-dropdown-results .wd-all-results{background-color:var(--bgcolor-white)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories{display:block}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion{border:none;padding-block:10px}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:first-child{border-top:1px solid var(--brdcolor-gray-300)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:last-child{border-bottom:1px solid var(--brdcolor-gray-300)}.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion-content:after{content:"\f120";font-family:"woodmart-font";color:var(--color-gray-400)}.wd-dropdown-results .wd-not-found{background-color:var(--bgcolor-white) !important}.wd-dropdown-results .wd-suggestions-group.wd-type-product:only-child .wd-not-found{margin-bottom:0}.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area){padding:var(--wd-search-sp)}.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area):not(:first-child){margin-top:-1px;border-top:1px solid var(--brdcolor-gray-300)}.wd-searched .wd-dropdown-results :is(.wd-search-history,.wd-search-requests,.wd-search-area){display:none}.wd-dropdown-results .wd-search-requests{--wd-requests-pd: 8px 12px;--wd-requests-fs: 10px}@media (max-width: 1024px){.wd-dropdown-results{--wd-search-sp: 10px}.wd-dropdown-results .wd-suggestion-thumb{max-width:45px}}
.wd-toolbar{position:fixed;inset-inline:0;bottom:0;z-index:350;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px;height:55px;background-color:var(--bgcolor-white);box-shadow:0 0 9px rgba(0,0,0,0.12)}.wd-toolbar>a{display:flex;align-items:center;justify-content:center}.wd-toolbar>a,.wd-toolbar>div{flex:1 0 20%}.wd-toolbar>a,.wd-toolbar>div a{height:45px}.wd-toolbar .wd-header-cart.wd-design-5:not(.wd-style-text){margin-inline-end:0}.wd-toolbar.wd-toolbar-label-show>a,.wd-toolbar.wd-toolbar-label-show>div a{position:relative;padding-bottom:15px}.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{display:block}.global-color-scheme-light .wd-toolbar a{color:#fff}.global-color-scheme-light .wd-toolbar a:hover{color:rgba(255,255,255,0.8)}.wd-toolbar-label{position:absolute;inset-inline:10px;bottom:3px;display:none;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:11px;line-height:1;padding:1px 0}.wd-toolbar-shop .wd-tools-icon:before{content:"\f146";font-family:"woodmart-font"}.wd-toolbar-blog .wd-tools-icon:before{content:"\f145";font-family:"woodmart-font"}.wd-toolbar-home .wd-tools-icon:before{content:"\f144";font-family:"woodmart-font"}.wd-toolbar-sidebar .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.wd-toolbar-sidebar.wd-filter-icon .wd-tools-icon:before{content:"\f118"}.wd-toolbar-link .wd-tools-icon:before{content:"\f140";font-family:"woodmart-font"}.wd-toolbar-link .wd-custom-icon img{width:auto;height:20px}.wd-toolbar-shop-cat .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat{display:none}@media (min-width: 1025px){.wd-toolbar{display:none}}@media (max-width: 1024px){.sticky-toolbar-on{padding-bottom:55px}.sticky-toolbar-on .wd-sticky-btn{bottom:55px}.sticky-toolbar-on .scrollToTop{bottom:67px}.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:calc(12px + 55px + var(--wd-sticky-btn-height))}}@media (max-width: 768.98px){.sticky-toolbar-on.wd-sticky-btn-on-mb{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}@media (min-width: 769px) and (max-width: 1024px){.sticky-toolbar-on.wd-sticky-btn-on{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}
:root{
	--wd-top-bar-h: .00001px;
	--wd-top-bar-sm-h: .00001px;
	--wd-top-bar-sticky-h: .00001px;
	--wd-top-bar-brd-w: .00001px;

	--wd-header-general-h: 50px;
	--wd-header-general-sm-h: 60px;
	--wd-header-general-sticky-h: 60px;
	--wd-header-general-brd-w: .00001px;

	--wd-header-bottom-h: .00001px;
	--wd-header-bottom-sm-h: .00001px;
	--wd-header-bottom-sticky-h: .00001px;
	--wd-header-bottom-brd-w: .00001px;

	--wd-header-clone-h: .00001px;

	--wd-header-brd-w: calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));
	--wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));
	--wd-header-sticky-h: calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));
	--wd-header-sm-h: calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w));
}

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
	margin-top: 9px;
}

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
	height: 20px;
}

:root:has(.whb-top-bar.whb-border-boxed) {
	--wd-top-bar-brd-w: .00001px;
}

@media (max-width: 1024px) {
:root:has(.whb-top-bar.whb-hidden-mobile) {
	--wd-top-bar-brd-w: .00001px;
}
}


:root:has(.whb-header-bottom.whb-border-boxed) {
	--wd-header-bottom-brd-w: .00001px;
}

@media (max-width: 1024px) {
:root:has(.whb-header-bottom.whb-hidden-mobile) {
	--wd-header-bottom-brd-w: .00001px;
}
}


		.whb-top-bar-inner { border-color: rgba(255, 255, 255, 0.25);border-bottom-width: 1px;border-bottom-style: solid; }
.whb-6kgdkbvf12frej4dofvj.wd-header-nav .wd-nav {
	--nav-color: rgba(255, 255, 255, 1);
	--nav-color-hover: rgba(255, 255, 255, 1);
}
.whb-vssfpylqqax9pvkfnxoz .wd-dropdown {
	--wd-dropdown-bg-color: rgba(255, 255, 255, 1);
	--wd-dropdown-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1) ;
}
.whb-general-header {
		background-color: rgba(0, 0, 9, 1);
border-bottom-width: 0px;border-bottom-style: solid;
}

.whb-header-bottom {
	border-color: rgba(230, 230, 230, 1);border-bottom-width: 1px;border-bottom-style: solid;
}
@font-face{ font-display:swap;
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//sooinc.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
 }

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 0px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* 1.背景净化 */
.page-title .entry-title,.page-title .breadcrumb,.page-title .woodmart-product-categories,.page-title .nav-tabs-wrapper,.page-title .container{display:none !important;}
.page-title{min-height:450px !important;padding:0 !important;}
/* 2.导航栏及下拉菜单 */
.wd-nav-main > li > a{color:#ffffff !important;transition:all 0.3s;}
.my-lighting-menu .wd-dropdown-menu.wd-dropdown{background-color:transparent !important;background-image:none !important;box-shadow:none !important;border:none !important;width:600px !important;}
.wd-dropdown .elementor-icon-list-item{display:inline-flex !important;width:auto !important;padding:6px 16px !important;border:1px solid #C5A059 !important;border-radius:6px !important;margin-bottom:6px !important;background-color:#ffffff !important;transition:all 0.3s ease !important;}
.wd-dropdown .elementor-icon-list-item:hover{transform:translateX(8px) !important;background-color:#fcfaf5 !important;border-color:#D4AF37 !important;box-shadow:4px 4px 12px rgba(0,0,0,0.06) !important;}
/* 3.商店侧边栏金色按钮(强制显形版) */
.area-sidebar .widget_product_categories .product-categories,.area-sidebar .wd-widget-product-categories .wd-filter-list{display:flex !important;flex-wrap:wrap !important;gap:10px 8px !important;padding:10px 0 !important;}
.area-sidebar .widget_product_categories .product-categories li,.area-sidebar .wd-widget-product-categories .wd-filter-list li{flex:0 0 calc(50% - 4px) !important;max-width:calc(50% - 4px) !important;margin:0 !important;list-style:none !important;}
.area-sidebar .widget_product_categories .product-categories li a,.area-sidebar .wd-widget-product-categories .wd-filter-list li a{display:flex !important;align-items:center !important;justify-content:center !important;min-height:42px !important;width:100% !important;border:1.5px solid #cdaa7c !important;border-radius:4px !important;background-color:#ffffff !important;color:#333 !important;font-size:13px !important;text-align:center !important;transition:all 0.3s ease !important;text-decoration:none !important;}
.area-sidebar .widget_product_categories .product-categories li a:hover{background-color:#cdaa7c !important;color:#fff !important;transform:translateY(-2px) !important;box-shadow:0 4px 8px rgba(205,170,124,0.3) !important;}
/* 4.细节清理 */
.count,.wd-filter-checkbox{display:none !important;}
.wd-filter-list:not(.product-categories) li{margin-bottom:10px !important;}.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			
/* ==========================================================================
   MODULE 1: SOOINC USER MENU - NO-WRAP COMPACT LUXURY (FINAL)
   第一模块：头部高奢会员菜单（保持极致紧凑、单行大写、内生金边、绝不破坏）
   ========================================================================== */

/* 1. 外壳大容器：锁定纯白、12px圆角与高奢微金阴影 */
.whb-header .wd-dropdown-my-account,
html body .wd-dropdown-my-account,
div[class*="dropdown-my-account"] {
    background: #ffffff !important; 
    background-color: #ffffff !important;
    border-radius: 12px !important; 
    padding: 12px 0 !important; 
    
    /* 内生单层金边，100%防裁剪 */
    border: none !important; 
    outline: none !important;
    box-shadow: inset 0 0 0 1px #bfa15f, 0 12px 35px rgba(191, 161, 95, 0.05) !important; 
    
    min-width: 240px !important; 
}

/* 2. 清洗内部总列表容器，切断原厂高度和间距干扰 */
.wd-dropdown-my-account ul,
html body .wd-dropdown-my-account ul.sub-menu,
.wd-dropdown-my-account .woocommerce-MyAccount-navigation {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important; 
    padding: 0 !important; 
    margin: 0 !important;
    list-style: none !important;
    background: transparent !important;
    border: none !important; 
    box-shadow: none !important; 
}

/* 3. 行结构层格式化：彻底粉碎原厂所有固定高度和最小高度 */
.wd-dropdown-my-account ul li,
html body .wd-dropdown-my-account ul li,
.wd-dropdown-my-account ul li.woocommerce-MyAccount-navigation-link {
    margin: 0 !important;
    padding: 0 !important; 
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    height: auto !important; 
    min-height: 0 !important; 
    box-sizing: border-box !important;
}

/* 4. 字体与高奢内边距锁：强行在一行内排开 */
.wd-dropdown-my-account ul li a,
html body .whb-header .wd-dropdown-my-account ul li a,
.wd-dropdown-my-account ul li a span {
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    font-size: 13px !important; 
    font-weight: 500 !important;
    color: #222222 !important; 
    text-transform: uppercase !important; 
    letter-spacing: 1.5px !important; 
    
    white-space: nowrap !important; 
    padding: 6px 24px !important; 
    margin: 0 !important;
    
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    position: relative !important;
    line-height: 1.2 !important; 
    height: auto !important;
    min-height: 0 !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* 5. 去掉原厂自带的所有碍眼小图标 */
.wd-dropdown-my-account ul li a::before,
.wd-dropdown-my-account i {
    display: none !important;
}

/* 6. 悬停微动特效：文字变完美香槟金 + 向右丝滑微动 */
.wd-dropdown-my-account ul li a:hover,
.wd-dropdown-my-account ul li a:hover span {
    color: #bfa15f !important; 
    padding-left: 5px !important; 
}

/* 预埋滑行金线 */
.wd-dropdown-my-account ul li a::after {
    content: '' !important;
    position: absolute !important;
    bottom: -1px !important;
    left: 24px !important;
    width: 0% !important;
    height: 1px !important;
    background-color: #bfa15f !important;
    transition: width 0.3s ease !important;
}
.wd-dropdown-my-account ul li a:hover::after {
    width: 30% !important; 
}

/* 7. 【精致分割线】让注销行的总高度在视觉上和上面绝对同步 */
.wd-dropdown-my-account ul li:last-child,
html body .wd-dropdown-my-account ul li:last-child {
    margin-top: 4px !important; 
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important; 
}

.wd-dropdown-my-account ul li:last-child a {
    color: #888888 !important; 
    padding-top: 10px !important; 
    padding-bottom: 6px !important;
}

.wd-dropdown-my-account ul li:last-child a:hover {
    color: #ff4d4f !important; 
    padding-left: 5px !important;
}


/* ==========================================================================
   MODULE 2: SOOINC FOOTER NUKE - TEXT INJECTION (CORRECT SELECTOR)
   第二模块：去除错误护甲 + 伪元素注入法（100% 抹杀漏网文字，强行画出高奢版权）
   ========================================================================== */

/* 1. 恢复你之前测试成功的代码：精准抓取最底层，强行关闭右侧垃圾和所有链接 */
.min-footer .min-footer-right,
.min-footer [class*="right"],
.woodmart-copyright-text,
.woodmart-darkated-by,
div[class*="copyrights-"] span:last-child,
.min-footer a[href*="woodmart"],
.min-footer a[href*="themeforest"],
.min-footer .min-footer-left a:not([href*="sooinc.com"]) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. 强行给属于你的版权文字注入 100% 的平铺宽度，打破原厂分栏 */
.min-footer .container {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

/* 3. 【核心绝杀降临】：把左边所有原生吐出来的“纯文本”直接字体归零隐藏！ */
.min-footer .min-footer-left,
.min-footer .col-left {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important; 
    text-align: center !important;
    font-size: 0 !important; /* 让漏网的 "Based on theme" 瞬间变空气 */
    color: transparent !important;
    line-height: 0 !important;
}

/* 4. 【无中生有】：既然底层的字都变空气了，用 CSS 强行在空气上画出你的纯净版权！ */
.min-footer .min-footer-left::after {
    content: "Copyright © 2026 SOOINC. All Rights Reserved." !important;
    font-size: 13px !important; /* 恢复正常字号 */
    color: #888888 !important; /* 恢复高级灰 */
    display: block !important;
    line-height: normal !important;
    visibility: visible !important;
}

/* 追加这段新代码到最底部，不影响原代码 */
@media (max-width: 768px) {
    .my-mobile-title {
        font-size: 24px !important; 
        line-height: 1.2 !important;
    }
}

/* 彻底隐藏商品详情页底部的分类和标签 */
.product_meta .posted_in, 
.product_meta .tagged_as {
    display: none !important;
}

/* 高级分类描述折叠容器 */
.term-description {
    position: relative;
    max-height: 120px; /* 控制三行高度 */
    overflow: hidden;
    transition: all 0.5s ease; /* 顺滑过渡 */
    padding-bottom: 30px;
    color: #b5b5b5; /* 高级灰 */
    line-height: 1.6;
}

/* 渐变遮罩，把末尾做成透明度过渡，避免突兀的截断 */
.term-description::after {
    content: "VIEW MORE"; /* 英文提示 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); /* 如果是深色背景，把 #fff 改为 #0d0d0d */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #bfa15f; /* 品牌金 */
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    cursor: pointer;
    border-top: 1px solid rgba(191, 161, 95, 0.2);
}

/* 鼠标悬停变色效果 */
.term-description:hover::after {
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #bfa15f);
}

/* 点击/悬停后展开 */
.term-description:hover {
    max-height: 1000px;
}

		
		.elementor-29343 .elementor-element.elementor-element-471e24a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;--margin-top:-35px;--margin-bottom:0px;--margin-left:-40px;--margin-right:0px;}.elementor-29343 .elementor-element.elementor-element-471e24a:not(.elementor-motion-effects-element-type-background), .elementor-29343 .elementor-element.elementor-element-471e24a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;}.elementor-29343 .elementor-element.elementor-element-471e24a::before, .elementor-29343 .elementor-element.elementor-element-471e24a > .elementor-background-video-container::before, .elementor-29343 .elementor-element.elementor-element-471e24a > .e-con-inner > .elementor-background-video-container::before, .elementor-29343 .elementor-element.elementor-element-471e24a > .elementor-background-slideshow::before, .elementor-29343 .elementor-element.elementor-element-471e24a > .e-con-inner > .elementor-background-slideshow::before, .elementor-29343 .elementor-element.elementor-element-471e24a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#02010100;--background-overlay:'';}.elementor-29343 .elementor-element.elementor-element-739535a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29343 .elementor-element.elementor-element-d8e42af{background-color:#FFFFFF;padding:020px 20px 20px 25px;border-radius:18px 18px 18px 18px;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(0px/2);}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(0px/2);}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(0px/2);}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-0px/2);}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-0px/2);}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-icon i{color:#C09191;transition:color 0.3s;}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-icon svg{fill:#C09191;transition:fill 0.3s;}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-item > .elementor-icon-list-text, .elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-item > a{font-family:"Poppins", Sans-serif;}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-text{text-shadow:0px 0px 0px rgba(0,0,0,0.3);transition:color 0.5s;}.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-item:hover .elementor-icon-list-text{color:#C5A059;}.elementor-29343 .elementor-element.elementor-element-56e8465{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29343 .elementor-element.elementor-element-36361a5{background-color:#FFFFFF;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 5px;padding:24px 0px 30px 40px;border-radius:20px 20px 20px 20px;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(13px/2);}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(13px/2);}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(13px/2);}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-13px/2);}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-13px/2);}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#C5A059;}.elementor-29343 .elementor-element.elementor-element-36361a5 .elementor-icon-list-text{transition:color 0.5s;}@media(min-width:769px){.elementor-29343 .elementor-element.elementor-element-471e24a{--content-width:650px;}.elementor-29343 .elementor-element.elementor-element-739535a{--width:40%;}.elementor-29343 .elementor-element.elementor-element-56e8465{--width:45%;}}/* Start custom CSS for icon-list, class: .elementor-element-d8e42af *//* 让图标（箭头）强制排在文字后面，并靠右对齐 */
.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-icon {
    order: 1 !important; /* 图标放在第二位 */
    margin-right: 0 !important;
    margin-left: 10px !important;
}
.elementor-29343 .elementor-element.elementor-element-d8e42af .elementor-icon-list-text {
    order: 0 !important; /* 文字放在第一位 */
}/* End custom CSS */.elementor-29259 .elementor-element.elementor-element-a220387{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:0px 20px;--row-gap:0px;--column-gap:20px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-29259 .elementor-element.elementor-element-a562bb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29259 .elementor-element.elementor-element-1a1ec87{width:var( --container-widget-width, 80% );max-width:80%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -8px) 0px;padding:12px 10px 8px 10px;--container-widget-width:80%;--container-widget-flex-grow:0;border-style:solid;border-width:1px 1px 1px 1px;border-color:#C5A059;border-radius:8px 8px 8px 8px;text-align:start;}.elementor-29259 .elementor-element.elementor-element-1a1ec87 .elementor-heading-title{font-weight:bold;letter-spacing:1px;}.elementor-29259 .elementor-element.elementor-element-1a1ec87 .elementor-heading-title a:hover, .elementor-29259 .elementor-element.elementor-element-1a1ec87 .elementor-heading-title a:focus{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-1a1ec87 .elementor-heading-title a{transition-duration:0.5s;}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px/2);}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px/2);}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-item:hover .elementor-icon-list-icon i{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-item:hover .elementor-icon-list-icon svg{fill:#C5A059;}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-29259 .elementor-element.elementor-element-834a136{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-item > a{font-size:15px;font-weight:400;}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-text{color:#444444;transition:color 0.3s;}.elementor-29259 .elementor-element.elementor-element-834a136 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-766cfc7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29259 .elementor-element.elementor-element-cf0e43a{width:var( --container-widget-width, 80% );max-width:80%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -8px) 0px;padding:12px 10px 8px 10px;--container-widget-width:80%;--container-widget-flex-grow:0;border-style:solid;border-width:1px 1px 1px 1px;border-color:#C5A059;border-radius:8px 8px 8px 8px;text-align:start;}.elementor-29259 .elementor-element.elementor-element-cf0e43a .elementor-heading-title{font-weight:bold;letter-spacing:1px;}.elementor-29259 .elementor-element.elementor-element-cf0e43a .elementor-heading-title a:hover, .elementor-29259 .elementor-element.elementor-element-cf0e43a .elementor-heading-title a:focus{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-cf0e43a .elementor-heading-title a{transition-duration:0.5s;}.elementor-29259 .elementor-element.elementor-element-c57f24c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(0px/2);}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(0px/2);}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(0px/2);}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-0px/2);}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-0px/2);}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-item > .elementor-icon-list-text, .elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-item > a{font-size:15px;font-weight:400;}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-text{color:#444444;transition:color 0.5s;}.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-item:hover .elementor-icon-list-text{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-45215ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29259 .elementor-element.elementor-element-f335188{width:var( --container-widget-width, 80% );max-width:80%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -8px) 0px;padding:12px 10px 8px 10px;--container-widget-width:80%;--container-widget-flex-grow:0;border-style:solid;border-width:1px 1px 1px 1px;border-color:#C5A059;border-radius:8px 8px 8px 8px;text-align:start;}.elementor-29259 .elementor-element.elementor-element-f335188 .elementor-heading-title{font-weight:bold;letter-spacing:1px;}.elementor-29259 .elementor-element.elementor-element-f335188 .elementor-heading-title a:hover, .elementor-29259 .elementor-element.elementor-element-f335188 .elementor-heading-title a:focus{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-f335188 .elementor-heading-title a{transition-duration:0.5s;}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px/2);}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px/2);}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-29259 .elementor-element.elementor-element-1d772e2{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-item > a{font-size:15px;font-weight:400;}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-text{color:#444444;transition:color 0.5s;}.elementor-29259 .elementor-element.elementor-element-1d772e2 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-ad4f473{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29259 .elementor-element.elementor-element-6a27595{text-align:center;}.elementor-29259 .elementor-element.elementor-element-6a27595 .elementor-heading-title{font-size:15px;font-weight:500;}.elementor-29259 .elementor-element.elementor-element-6a27595 .elementor-heading-title a:hover, .elementor-29259 .elementor-element.elementor-element-6a27595 .elementor-heading-title a:focus{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-6a27595 .elementor-heading-title a{transition-duration:0.5s;}.elementor-29259 .elementor-element.elementor-element-716d069{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29259 .elementor-element.elementor-element-66367e4{text-align:center;}.elementor-29259 .elementor-element.elementor-element-66367e4 .elementor-heading-title{font-size:15px;font-weight:500;}.elementor-29259 .elementor-element.elementor-element-66367e4 .elementor-heading-title a:hover, .elementor-29259 .elementor-element.elementor-element-66367e4 .elementor-heading-title a:focus{color:#C5A059;}.elementor-29259 .elementor-element.elementor-element-66367e4 .elementor-heading-title a{transition-duration:0.5s;}@media(min-width:769px){.elementor-29259 .elementor-element.elementor-element-a220387{--content-width:1147px;}.elementor-29259 .elementor-element.elementor-element-a562bb7{--width:23%;}.elementor-29259 .elementor-element.elementor-element-766cfc7{--width:25%;}.elementor-29259 .elementor-element.elementor-element-45215ea{--width:23%;}.elementor-29259 .elementor-element.elementor-element-ad4f473{--width:33%;}.elementor-29259 .elementor-element.elementor-element-716d069{--width:33%;}}/* Start custom CSS for icon-list, class: .elementor-element-c57f24c *//* 1. 左右列绝杀：精准给两列排版的左边一列（奇数项）塞入 15 像素的右侧间距，不撞边 */
.elementor-29259 .elementor-element.elementor-element-c57f24c li:nth-child(odd), 
.elementor-29259 .elementor-element.elementor-element-c57f24c .wd-list-item:nth-child(odd), 
.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-item:nth-child(odd) {
    margin-right: 15px !important;
}

/* 2. 上下全通杀：不论是单列还是双列，让全站所有的小金框底部，统一塞入 10 像素的空气垫 */
.elementor-29259 .elementor-element.elementor-element-c57f24c li, 
.elementor-29259 .elementor-element.elementor-element-c57f24c .wd-list-item, 
.elementor-29259 .elementor-element.elementor-element-c57f24c .elementor-icon-list-item,
.elementor-29259 .elementor-element.elementor-element-c57f24c .sub-menu li,
.elementor-29259 .elementor-element.elementor-element-c57f24c ul li {
    margin-bottom: 10px !important;
}/* End custom CSS *//*!
 * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-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)}.fa-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(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-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(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.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)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-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(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-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)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-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)}.fa-shake,.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)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-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)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-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){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-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) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.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%,to{opacity:var(--fa-beat-fade-opacity,.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%,to{-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%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{ font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.ttf) format("truetype") }.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.ttf) format("truetype") }.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{ font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.ttf) format("truetype") }.fa-solid,.fas{font-weight:900}@font-face{ font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.ttf) format("truetype") }@font-face{ font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.ttf) format("truetype") }@font-face{ font-family:"Font Awesome 5 Free";font-display:swap;font-weight:400;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.ttf) format("truetype") }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.ttf) format("truetype") }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.ttf) format("truetype") }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc }@font-face{ font-family:"FontAwesome";font-display:swap;src:url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-v4compatibility.woff2) format("woff2"),url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a }
.sooinc-hdr-wa-gold-capsule {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 20px !important; 
  height: 32px !important;
  vertical-align: middle !important;
}
.sooinc-hdr-gold-link {
  height: 32px !important;      
  padding: 0 16px !important;    
  background: linear-gradient(135deg, #bfa15f, #9a7d3f) !important; 
  color: #ffffff !important;
  border-radius: 4px !important; 
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(191, 161, 95, 0.25) !important;
  transition: all 0.3s ease !important;
}
.sooinc-hdr-gold-link:hover {
  transform: translateY(-1px) !important; 
  background: linear-gradient(135deg, #d4b775, #bfa15f) !important; 
  box-shadow: 0 4px 12px rgba(191, 161, 95, 0.45) !important;
}
@media (max-width: 768px) {
  .sooinc-hdr-wa-gold-capsule { margin-left: 10px !important; height: 26px !important; }
  .sooinc-hdr-gold-link { height: 26px !important; padding: 0 10px !important; }
  .sooinc-hdr-gold-link i { font-size: 14px !important; margin-right: 4px !important; }
  .sooinc-hdr-gold-link span { font-size: 10px !important; }
}
.elementor-728 .elementor-element.elementor-element-43608bf{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;}.elementor-728 .elementor-element.elementor-element-43608bf:not(.elementor-motion-effects-element-type-background), .elementor-728 .elementor-element.elementor-element-43608bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f9f9;}.elementor-30469 .elementor-element.elementor-element-8b0701b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}
/* 保持原有样式，仅更新订阅框部分 */
.sooinc-luxury-footer-native { background: transparent !important; color: #e5e5e5 !important; width: 100% !important; box-sizing: border-box !important; display: block !important; }
.sooinc-luxury-footer-native div, .sooinc-luxury-footer-native p, .sooinc-luxury-footer-native h3, .sooinc-luxury-footer-native h4, .sooinc-luxury-footer-native a, .sooinc-luxury-footer-native ul, .sooinc-luxury-footer-native li, .sooinc-luxury-footer-native input, .sooinc-luxury-footer-native button { box-sizing: border-box !important; font-family: "Helvetica Neue", Arial, sans-serif !important; margin: 0; padding: 0; line-height: 1.4 !important; }
.footer-trust-badges-native { background: transparent !important; border-top: 1px solid #2a2a2a !important; border-bottom: 1px solid #2a2a2a !important; display: flex !important; justify-content: space-between !important; padding: 18px 4% !important; }
.badge-item-native { display: flex !important; align-items: center !important; width: 23% !important; }
.badge-icon-native { font-size: 26px !important; margin-right: 12px !important; }
.badge-content-native h3 { color: #ffffff !important; font-size: 15px !important; font-weight: 600 !important; letter-spacing: 1px !important; text-transform: uppercase !important; margin-bottom: 2px !important; }
.badge-content-native p { font-size: 13px !important; color: #b5b5b5 !important; }
.footer-main-content-native { display: flex !important; justify-content: space-between !important; padding: 35px 4% 30px 4% !important; background: transparent !important; min-height: 220px !important; }
.footer-column-native { width: 20% !important; display: block !important; }
.footer-column-native.brand-info-native { width: 28% !important; }
.footer-logo-img-box { margin-bottom: 15px !important; text-align: left !important; display: block !important; }
/* Logo宽度调整为 220px */
.footer-logo-img-file { width: 220px !important; max-width: 100% !important; height: auto !important; display: block !important; filter: brightness(0) invert(1) !important; }
.brand-desc-native { font-size: 14px !important; line-height: 1.5 !important; color: #b5b5b5 !important; margin-bottom: 14px !important; }
.footer-socials-native { display: flex !important; flex-wrap: wrap !important; }
.footer-socials-native a { color: #b5b5b5 !important; text-decoration: none !important; font-size: 14px !important; margin-right: 16px !important; margin-bottom: 6px !important; display: inline-flex !important; align-items: center !important; transition: color 0.3s !important; }
.footer-socials-native a i { margin-right: 6px !important; font-size: 15px !important; }
.footer-socials-native a:hover { color: #bfa15f !important; }
.column-title-native { color: #ffffff !important; font-size: 17px !important; font-weight: 700 !important; letter-spacing: 1.5px !important; margin-bottom: 18px !important; text-transform: uppercase !important; display: block !important; }
.footer-links-native { list-style: none !important; display: block !important; }
.footer-links-native li { margin-bottom: 8px !important; }
.footer-links-native a { color: #d8d8d8 !important; text-decoration: none !important; font-size: 15px !important; transition: all 0.3s !important; }
.footer-links-native a:hover { color: #bfa15f !important; padding-left: 3px !important; }
.newsletter-desc-native { font-size: 14px !important; line-height: 1.5 !important; color: #b5b5b5 !important; margin-bottom: 14px !important; }

/* 强制 CF7 在页脚的样式 */
.footer-cf7-wrapper .wpcf7-form-control { width: 100% !important; padding: 10px !important; background: #111111 !important; border: 1px solid #333333 !important; color: #fff !important; }
.footer-cf7-wrapper input[type="submit"] { background: #fff !important; color: #000 !important; width: 100% !important; margin-top: 10px !important; border: none !important; cursor: pointer; padding: 10px !important; font-weight: 600; }
.footer-cf7-wrapper input[type="submit"]:hover { background: #bfa15f !important; color: #fff !important; }

.footer-absolute-bar-native { background: transparent !important; color: #888888 !important; padding: 16px 4% !important; display: flex !important; justify-content: space-between !important; align-items: center !important; border-top: 1px solid #222222 !important; }
.copyright-text-native { font-size: 13px !important; }
.payment-icons-placeholder-native { display: flex !important; align-items: center !important; gap: 8px !important; }
.payment-icon-item-native { width: 44px !important; height: 27px !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 2px 4px rgba(0,0,0,0.25) !important; border-radius: 3px !important; overflow: hidden !important; }
.payment-icon-item-native svg { width: 100% !important; height: 100% !important; display: block !important; }
@media (max-width: 768px) { .footer-trust-badges-native, .footer-main-content-native, .footer-absolute-bar-native { flex-direction: column !important; padding: 22px 20px !important; } .badge-item-native, .footer-column-native, .copyright-text-native { width: 100% !important; margin-bottom: 16px !important; text-align: left !important; } .payment-icons-placeholder-native { width: 100% !important; justify-content: flex-start !important; } }
.elementor-30579 .elementor-element.elementor-element-d6fe982{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:769px){.elementor-30579 .elementor-element.elementor-element-d6fe982{--content-width:800px;}}
/* 保持原有弹窗设计，仅更新表单部分 */
.sooinc-luxury-popup-wrapper { display: flex !important; width: 100% !important; max-width: 800px !important; min-height: 480px !important; background: #0d0d0d !important; border-radius: 0px !important; overflow: hidden !important; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important; }
.sooinc-popup-media-side { width: 45% !important; position: relative !important; }
.sooinc-popup-media-side img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }
.sooinc-popup-content-side { width: 55% !important; padding: 45px 35px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; background: #0d0d0d !important; }
.sooinc-popup-tag { font-family: 'Helvetica Neue', Arial, sans-serif !important; font-size: 11px !important; font-weight: 700 !important; color: #bfa15f !important; letter-spacing: 3px !important; margin-bottom: 8px !important; }
.sooinc-popup-title { font-family: 'Playfair Display', 'Times New Roman', serif !important; font-size: 26px !important; font-weight: 700 !important; color: #ffffff !important; line-height: 1.2 !important; margin-bottom: 15px !important; }
.sooinc-popup-desc { font-family: 'Inter', Arial, sans-serif !important; font-size: 13px !important; color: #cccccc !important; margin-bottom: 25px !important; }

/* 强制 CF7 输入框与按钮样式 (完美还原你的金色奢华风) */
.sooinc-popup-form-wrapper .wpcf7-form-control-wrap { width: 100% !important; }
.sooinc-popup-form-wrapper .wpcf7-email { 
    width: 100% !important; height: 44px !important; padding: 0 16px !important; 
    background: #1a1a1a !important; border: 1px solid #333333 !important; 
    border-radius: 4px !important; color: #ffffff !important; font-size: 13px !important; 
    box-sizing: border-box !important; margin-bottom: 12px !important;
}
.sooinc-popup-form-wrapper input[type="submit"] { 
    width: 100% !important; height: 44px !important; 
    background: linear-gradient(135deg, #bfa15f, #9a7d3f) !important; 
    color: #ffffff !important; border: none !important; border-radius: 4px !important; 
    font-size: 13px !important; font-weight: 600 !important; letter-spacing: 1px !important; 
    cursor: pointer !important; transition: all 0.3s ease !important;
}
.sooinc-popup-form-wrapper input[type="submit"]:hover { background: linear-gradient(135deg, #d4b775, #bfa15f) !important; }

.sooinc-popup-disclaimer { font-size: 11px !important; color: #777777 !important; margin-top: 20px !important; }

/* 移动端适配 */
@media (max-width: 768px) {
  .sooinc-luxury-popup-wrapper { flex-direction: column !important; max-width: 90% !important; min-height: auto !important; }
  .sooinc-popup-media-side { width: 100% !important; height: 180px !important; }
  .sooinc-popup-content-side { width: 100% !important; padding: 30px 24px !important; }
}
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:768px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.woocommerce #content table.cart img.epo-option-image, .woocommerce table.cart img.epo-option-image, .woocommerce-page #content table.cart img.epo-option-image, .woocommerce-page table.cart img.epo-option-image, .woocommerce-mini-cart .cpf-img-on-cart .epo-option-image, .woocommerce-checkout-review-order .cpf-img-on-cart .epo-option-image, .woocommerce-order-details .cpf-img-on-cart .epo-option-image, .epo-option-image, .cpf-img-on-order img, .cpf-img-on-order > * {max-width: calc(70% - var(--tcgapcolumn))  !important;max-height: none !important;}
/*# sourceURL=themecomplete-styles-footer-inline-css */
